﻿@charset "UTF-8";
/**
* MAIN
*/
.separator {
	width: 100%;
	min-height: 10px;
	padding: 1% 2%;
	clear: both;
	background-color: #F3F3F3;
	text-align: center;
	color: #333;
	position: relative;
	left: 0;
	right: 0;
	z-index: 2;
	overflow: auto;
}
.content,
.container { width: 100%; height: 100%; overflow: auto; }
@media only screen and (max-width: 767px) {
	.separator { padding: 5%; }
}

/**
* PARALLAX
*/
.parallax {
	top: 65px;
	position: fixed;
	display: block;
	width: 100vw;
	height: 60vh;
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 0;
}
@media only screen and (max-width: 767px) {
}


/**
* HEADER
*/
.header {
	position: relative;
	padding: 165px 0 0 0;
	margin:0;
	display: block;
	width: 100vw;
	height: 50vh;
	overflow: hidden;
	background: none;
	z-index: 900;
    -webkit-box-shadow: 0 2px 8px 0px #000;
       -moz-box-shadow: 0 2px 8px 0px #000;
            box-shadow: 0 2px 8px 0px #000;
	-webkit-transition-duration: .5s;
					transition-duration: .5s;
	-webkit-transition-timing-function: ease;
					transition-timing-function: ease;
	-webkit-transition-property: all;
					transition-property: all;
}
.header .title {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
	padding-top: 100px;
	background-color: rgba(0,0,0,0.75);	/*rgba(192, 32, 38, 0.5);*/
	color: #FFF;	
	font-size: 4em;
	font-weight: bold;
	text-transform: uppercase;	
	text-align: center;
}
.header .title:hover { background: rgba(0,0,0,0.5); color: #FFF; }
.header .title * { color: #FFF; }
.header .social {
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	z-index: 100;
	background-color: rgba(255,0,0,0.5);
	padding: 5px 25px;
	color: #FFF;
}
.header .social.sclx { position: fixed; top: 65px; background-color: rgba(150,0,0,1); }
.header .social a[class*="social-"] {
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	text-align: center;
	padding: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.header .category {
	width: 100%;
	height: 24px;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	bottom: 30px;
	z-index: 100;
	padding: 5px 25px;
	color: #FFF;
	font-style: italic;
}
.header .category a { color: #FFF; }
.header .feature { color: #FF0; }
@media only screen and (max-width: 767px) {
	.header { min-height: 60vh; }
	.header .title { font-size: 2em; }
	.header .page-info { display: none; }
}

/**
* AUTHOR INFO
*/
.author-info .tags,
.author-info .author { font-style: italic; }
.author-info .tags { text-align: right; }
.author-info .author { text-align: left; }
@media only screen and (max-width: 767px) {
}


/**
* PRESET INFO
*/
.preset-info {
	padding: 25px 10% 25px 7.5%;
	color: #999;
	font-size: 16px;
	font-weight: thin;
	text-align: justify;
}
.preset-info:first-letter,
.preset-info:first-child:first-letter {
	float: left;
	color: #c02026;
	font-size: 50px;
	line-height: 35px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 1px;
	font-family: Georgia;
}
@media only screen and (max-width: 767px) {
}

/**
* SEARCH AREA
*/
.search-area {
	width: 100%;
	padding: 10px 25px !important;
	color: #111;
	clear: both;
	float: none;
	overflow: auto;
}
.search-area-wrap { overflow: auto; }
.search-area [class*="col-"] { overflow: hidden; padding: 0; }
.search-area input[type="text"],
.search-area select,
.search-area button[type="submit"] {
	float: left;
	padding: 0 5px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}
.search-area input[type="text"] {
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: left;
	padding-left: 20px;
	width: 60%;
}
.search-area select {
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: left;
	padding: 2px 5px;
	width: 20%;
}
.search-area button[type="submit"] {
	background-color: rgba(0,0,0,0.75);
	color: #FFF;
	border: none;
	clear: none;
	width: 20%;
	font-size: 1em;
	line-height: 1em;
}
.search-area button[type="submit"]:hover { background-color: rgba(192, 32, 38, 0.75); color: #FFF; }
.search-area input[type="text"]:focus { outline: none !important; }
.search-area input[type="text"]::-webkit-input-placeholder { color: #DDD; font-style: italic; font-weight: normal; }
.search-area input[type="text"]::-moz-placeholder { color: #DDD; font-style: italic; font-weight: normal; }
.search-area input[type="text"]:-ms-input-placeholder { color: #DDD; font-style: italic; font-weight: normal; }
.search-area input[type="text"]:-moz-placeholder { color: #DDD; font-style: italic; font-weight: normal; }
@media only screen and (max-width: 767px) {
}

/** TWITTER **/
.social-twitter { background-color: #55acee; }
.social-twitter:hover { background-color: #2795e9; }
/** FACEBOOK **/
.social-facebook { background-color: #3b5998; }
.social-facebook:hover { background-color: #2d4373; }
/** INSTAGRAM **/
.social-instagram { background-color: #e95950; }
.social-instagram:hover { background-color: #fbad50; }
/** YOUTUBE **/
.social-youtube { background-color: #dd4b39; }
.social-youtube:hover { background-color: #c23321; }
/** LINKED IN **/
.social-linkedin { background-color: #007bb6; }
.social-linkedin:hover { background-color: #005983; }

/**
* VIEW / LISTS / CATEGORIES / SUGGESTION
*/
.view,
.lists,
.search,
.categories,
.suggestion {
	width: 100%;
	display: block;	
	padding: 2vh 7vw;
	background: #FFF;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.view .separator,
.lists .separator,
.search .separator,
.categories .separator,
.suggestion .separator { width: 100vw; margin: 0 -7vw; }

/**
* RESPOND
*/
.respond { padding: 5px; position: relative; }
.respond-header { color: #999; }
.respond-message { color: #F00; }
.respond-ticket { color: #999; }
.respond-ticket span { color: #900; }
.respond-close {
	position: absolute;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	transition: none;
	color: #111;
}
.respond-close:hover { color: #CCC; }

/**
* VIEW
*/
.view { min-height: 50vh; }
.view-top { background: #FFF; width: 100%; position: relative; }
.view-top:before, .view-top::before { clear: left; }
.view-top .article { overflow: hidden; margin: 5px 0 25px 0; display: block; clear: both; color: #666; position: relative; }
.view-top .article .article-img { margin: 0 auto;  overflow: hidden; }
.view-top .article .article-img ul {
	width: 100%;
	min-height: 500px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	overflow: hidden;
  white-space: nowrap;
	position: relative;
}
.view-top .article .article-img ul li {
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}
.view-top .article .article-title { font-size: 24px; padding: 5px; margin-bottom: 5px; }
.view-top .article .article-menu { position: absolute; overflow: hidden; top: 0; left: 0; opacity: 0; z-index: 999; }
.view-top .article:hover .article-menu { opacity: 1; }
.view-top .article .article-menu .btn { float: none !important; width: 18px; display: block; margin: 0; padding: 1%; }
.view-top .article .article-content { font-size: 16px; color: #999; font-weight: thin; text-align: justify; }
.view-top .article .article-content:not(ul):first-letter,
.view-top .article .article-content p:first-child:first-letter {
	float: left;
	color: #c02026;
	font-size: 50px;
	line-height: 35px;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 1px;
	font-family: Georgia;
	text-transform: uppercase;
}
.view-top .article .article-content ul { padding: 5px 5px 5px 50px; }
.view-top .article .article-info { padding: 5px 25px; margin: 0 0 10px 0; font-style: italic; }
.view-top .article-nav { width: 100%; overflow: hidden; }
.view-top .article-nav a:not(.btn) {
	height: 32px;
	font-size: 16px;
	line-height: 16px;
	color: #111;
}
.view-bottom {
	margin: 20px -7vw;
	padding: 2% 5%;
	width: 100vw;
	background-color: #c02026;
    -webkit-box-shadow: 0 -2px 8px 0px #000;
       -moz-box-shadow: 0 -2px 8px 0px #000;
            box-shadow: 0 -2px 8px 0px #000;
}
.view-bottom:after, .view-bottom::after { clear: right; }
.view-bottom .people,
.view-bottom .social,
.view-bottom .pages { min-height: 300px; }
.view-bottom .people {
	overflow: auto;
	background-color: #FFF;
	border-radius: 5px;
}
.view-bottom .people .people-img,
.view-bottom .people .people-detail { padding: 5px 0 0 0; }
.view-bottom .people .people-detail .people-detail-item { overflow: auto; display: block; clear: both; margin: 2px; }
.view-bottom .people .people-detail .people-detail-item label:after { content: ":"; margin: 0 2px; }
.view-bottom .people .people-profile {
	min-height: 100px;
	max-height: 200px;
	overflow: hidden;
	padding: 10px;
	position: relative;
}
.view-bottom .people .people-profile .people-profile-more {
	width: 100%;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	border-radius: 5px;
}
.view-bottom .social h5 { font-weight: bold; text-align: center; margin: 0 0 10px 0; color: #FFF; font-size: 120%; }
.view-bottom .social a {
	display: inline-block;
	width: 20%;
	padding: 2%;
	color: #FFF;
	text-align: center;
	font-size: 120%;
	border-radius: 5px;
}
.view-bottom .social a:hover { background-color: rgba(0,0,0,0.1); }
.view-bottom .social img { padding: 5px; margin: 5px auto; background-color: #FFF; }
.view-bottom .pages {
	text-align: right;
	overflow: auto;
	background-color: #FFF;
	color: #111;
	border-radius: 5px;
	padding: 2% 5%;
}
.view-bottom .pages h5 { font-weight: bold; margin: 0 0 10px 0; color: #111; font-size: 120%; }
.view-bottom .pages a {
	display: block;
	width: 100%;
	padding: 2%;
	color: #111;
}
.view-bottom .pages a:hover { background-color: rgba(0,0,0,0.1); }
@media only screen and (max-width: 767px) {
	.view-top { width: 100%; }
	.view-top .article .article-img,
	.view-top .article .article-content { float: left; width: 100%; }
	.view-top .article .article-content { padding: 5%; }
	.view-bottom { padding-right: 30px; }
}

/**
* LISTS
*/
.lists { min-height: 50vh; }
.list-wrapper { margin-top: 10px; overflow: auto; clear: both; float: none; padding: 5px 5%; }
.list-wrapper .list-header {
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
	background-color: rgba(192, 32, 38, 1);
}
.panel { padding: 5px; overflow: hidden; }
.panel-wrap {
	height: 240px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	overflow: hidden;
	position: relative;
}
.panel.loader .fa {
	display: block;
	font-size: 72px;
	line-height: 240px;
	text-align: center;
	color: #E4E4E4;
}
.panel .overlay {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display: block;
	color: #FFF;
}
.panel .overlay:hover { background-color: rgba(192, 32, 38, 0.25); }
.panel .category-label {
	padding: 0;
	background-color: #FFF;
	border-radius: 50%;
	color: #333;
	font-size: 2em;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: 200ms all ease-in-out;
}
.panel .panel-title {
	padding: 10px 10px 10px 60px;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;
	height: 50px;
	overflow: hidden;
}
.panel .panel-info { padding: 0 10px 0 60px; }
.panel .panel-content {
	padding: 10px 10px 10px 60px;
	height: 120px;
	overflow: hidden;
}
.panel .panel-menu {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 5px;
}
.panel .panel-menu .panel-tags a { font-style: italic; color: #FFF; }
@media only screen and (max-width: 767px) {
	.list-wrapper .list-header {
		padding: 5px;
		font-size: 1em;
		line-height: 1em;
		overflow: auto;
	}
}

/**
* CATEGORIES
*/
.categories {
	display: block;
	padding: 2vh 7vw;
	background: #FFF;
	overflow: auto;
	position: relative;
	z-index: 1; 
}
.categories-wrapper { margin-top: 10px; overflow: auto; clear: both; float: none; padding: 5px 5%; }
.categories h3 {
	margin-bottom: 5px;
	padding: 5px 10px;
	font-size: 1.5em;
	line-height: 1.5em;
	color: #fff;
	background-color: rgba(192, 32, 38, 1);
}
.cat-list { overflow: auto; }
.cat-item {
	padding: 5px;
	margin: 5px 10px;
	background-color: #FFF;
	border: 1px solid #E4E4E4;
	float: left;
	border-radius: 5px;
	color: #333;
	height: 50px;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	transition: 200ms all ease-in-out;
	text-decoration: none !important;
}
.cat-item span { font-weight: normal; font-size: 0.5em; }
@media only screen and (max-width: 767px) {
	.categories h3 {
		padding: 5px;
		font-size: 1em;
		line-height: 1em;
		overflow: auto;
	}
	.cat-item {
		padding: 2px;
		margin: 2px 4px;
		font-size: 16px;
		line-height: 16px;
		height: 30px;
	}
}

/**
* SUGGESTION
*/
.suggestion { background: rgba(255,255,255,1); }
.suggestion h5 {
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.25em;
	padding: 5px;
	margin: 0 0 10px 0;
}
.suggestion .promo,
.suggestion .recent { margin: 0 0 30px 0; overflow: hidden; }
.suggestion .suggestion-item { padding: 10px; }
.suggestion .suggestion-wrap {
	border: 1px solid #C4C4C4;
	position: relative;
	height: 345px;
	display: block;
	overflow: hidden;
	padding: 0;
	margin-bottom: 10px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.suggestion .suggestion-item .suggestion-icon {
	background-color: #FFF;
	border-radius: 50%;
	color: #333;
	font-size: 2em;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: 200ms all ease-in-out;
}
.suggestion .suggestion-item .suggestion-icon:hover { color: #C4C4C4; }
.suggestion .suggestion-item .suggestion-img { overflow: hidden; height: 40%; padding: 0; }
.suggestion .suggestion-item .suggestion-img img.img-responsive { height: 100%; width: auto; }
.suggestion .suggestion-item .suggestion-content { overflow: hidden; height: 60%; padding: 0; position: relative; }
.suggestion .suggestion-item .suggestion-title { width: 100%; height: 50px !important; overflow: hidden; padding: 5px 5px 5px 10px; font-weight: bold; }
.suggestion .suggestion-item .suggestion-info { width: 100%; color: #C4C4C4; font-weight: normal; font-style: italic; font-size: 0.8em; padding: 2px 5px 2px 10px; }
.suggestion .suggestion-item .suggestion-text { width: 100%; padding: 5px 5px 5px 10px; width: 100%; height: 50px; text-indent: 5px; overflow: hidden; }
.suggestion .suggestion-item .suggestion-menu {
	width: 100%; 
	padding: 0 5px 5px 5px; 
	text-align: center; 
	position: absolute; 
	bottom: 0; 
	background: rgba(255,255,255,0.95); 
	border-top: 1px solid #C4C4C4;
}
.suggestion .suggestion-item .suggestion-tags { padding: 2px 5px; text-align: left; color: #C4C4C4; font-style: italic; }
.suggestion .suggestion-item .suggestion-tags a { display: inline-block; color: #C4C4C4; }
.suggestion .suggestion-item .suggestion-tags a:hover { color: #333; }
.suggestion .suggestion-item .suggestion-item.fill { height: 100%; overflow: hidden; }
.suggestion .suggestion-item .suggestion-item.fill .suggestion .suggestion-img { height: 200px; }
.suggestion .suggestion-item .suggestion-item.fill .suggestion .suggestion-content { height: 300px; }
.suggestion .suggestion-item .suggestion-item.fill .suggestion .suggestion-content .suggestion .suggestion-text { height: 120px; }
@media only screen and (max-width: 767px) {
}

/**
* SEARCH
*/
.search-list { margin: 10px 0; overflow: hidden; }
.search-item { padding: 10px; }
.search-wrap {
	border: 1px solid #E4E4E4;
	padding: 0;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	height: 240px;
}
.search-item .search-title {
	font-weight: bold;
	font-size: 1.25em;
	padding: 5px 10px;
	height: 32px;
	overflow: hidden;
}
.search-item .search-content,
.search-item .search-type,
.search-item .search-menu {
	overflow: hidden;
	padding: 5px 10px;
	margin: 5px 0;
}
.search-item .search-content { height: 100px; }
@media only screen and (max-width: 767px) {	
	.search-wrap { height: 320px; }
	.search-item .search-img { height: 100px; overflow: hidden; }
	.search-item .search-detail { height: 50%; }
}

/**
* DISCOVER MORE AND FOOTER
*/
.discover { background-color: rgba(255,255,255,0.9); }
.footer-links { padding: 0 0 5% 0; list-style: none; }
.footer-links h4 { margin-bottom: 5px; }
.footer-links li { list-style: none; display: block; }
.footer { background-color: #C02026; bottom: 0px; color: #fff !important; }
.footer .sns_links { overflow: auto; height: 100%; }
.footer .sns_link_item {
	float: left;
	font-size: 18px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #C02026;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
}
.footer .sns_link_item:hover { background-color: rgba(0,0,0,0.5); }
@media only screen and (max-width: 767px) {
}

/**
* COMMON OVERRIDE
*/
.xxsmall, xxsmall,
.xsmall, xsmall,
.small, small,
.medium, medium,
.regular, regular,
.large, large,
.xlarge, xlarge,
.xxlarge, xxlarge,
.xxxlarge, xxxlarge,
.super, super {
	display: inline-block;
	padding-left: 0.5%;
	padding-right: 0.5%;
  font-family: 'roboto', sans-serif;
	font-weight: 300;
	line-height: 1;
	color: #777;
}
.xxxsmall, xxxsmall { font-size: 35% !important; }
.xxsmall, xxsmall { font-size: 50% !important; }
.xsmall, xsmall { font-size: 60% !important; }
.small, small { font-size: 70% !important; }
.medium, medium { font-size: 85% !important; }
.regular, regular { font-size: 100% !important; }
.large, large { font-size: 110% !important; }
.xlarge, xlarge { font-size: 125% !important; }
.xxlarge, xxlarge { font-size: 135% !important; }
.xxxlarge, xxxlarge { font-size: 150% !important; }
.super, super { font-size: 180% !important; }
.mega, mega { font-size: 240% !important; }

































