/*!
 * subheader.css
 * Copyright (C) 2015 SmarTools Co. (http://smartools.co.kr)
*/
#st-body{
	height:100%;
}
/** Subheader **/
#st-body .subheader {
	color: #f0f0f0;
	background-color: #5a5a5a;
	border-bottom: 1px solid #ddd;	
	padding: 85px 0 15px;
	margin-bottom: 35px;	
}
@media (max-width: 767px) {
	/***
	#st-body .subheader {
		margin-top: -10px;
	}
	***/
	#st-body .subheader .container {
		width: 100%;
	}
}
#st-body .subheader .container {
	display: table;
	position: relative;
	/**width: 100%;**/
}
#st-body .subheader .caption-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	/***
	position: absolute;
	bottom: 0;
	***/
}
#st-body .subheader .caption-box {
	display: inline-block;
	background-color: rgba(90, 90, 90, 0.5); /* #5a5a5a */
	padding: 5px 10px;
	margin-bottom: 5px;
}
#st-body .subheader .desc-box {
	width: 100%;
	font-size: 15px;
	background-color: rgba(90, 90, 90, 0.5); /* #5a5a5a */
	padding: 5px 10px;
	letter-spacing: 2px;
}
#st-body .subheader .location {
	color: #777;
	background-color: rgba(90, 90, 90, 0.5); /* #5a5a5a */	
	position: absolute;
	top: 0px;
	right: 15px;
	border-radius: 4px;
	padding: 5px 15px;
}
#st-body .subheader .location a {
	color: #777;
}
#st-body .subheader .location a:hover {
	color: #fff;
}
#st-body .subheader .location .fa-home {
	font-size: 1.2em;
}
#st-body .subheader .location .divider {
	font-size: 0.7em;
	padding: 0 3px;
	position: relative;
	top: -1px;
}


#st-body .fill{
	min-height:100%;
}
.comsize {font-size:15px;}
.descsize {
	font-size:30px;
	width:100%;
	color:white;
	margin-top:25px;
}

@media (max-width: 767px) {
.descsize { 
	font-size: 18px;
	margin-top:15px;
	}
}
