/* 
Layout
=========================== */
.page-wrapper {
	padding-top: 0;
}
/* 
Header
=========================== */
header {
	border: 0;
	background: #fff;
}
/*
 * Key Visual
=========================== */
.section-key-visual {
	background-color: #000;
}

.key-visual-image {
	height: 500px;
}
/*
 * Banner
=========================== */
.row-banner {
	margin: 0 -4px 0 -4px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row-banner > [class^="col-"] {
	padding: 0 4px;
	margin-bottom: 8px;
}
/*
 * Panel Visual
=========================== */
.panel-banner {
	height: 100%;
	overflow: hidden;
	border: 0;
}

.panel-banner .panel-body {
	padding-top: 24px;
}

.row-banner .panel-banner {
	margin-bottom: 0;
}

.row-banner .panel-banner .panel-banner-title {
	font-size: 16px;
}

.panel-banner-visual,
.panel-banner-copy {
	float: left;
	position: relative;
	width: 50%;
}

.panel-banner-title {
	text-align: center;
	margin: 0 0 16px 0;
	font-size: 28px;
	letter-spacing: 0.08em;
	color: #222;
	font-weight: bold;
}

.panel-banner-description {
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	letter-spacing: 0.02em;
	color: #444;
}
/*
Hero
=========================== */
.hero-contents {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px;
}

.hero-heading {
	margin-bottom: 30px;
	color: #fff;
}

.hero-title {
	font-size: 46px;
	font-weight: 300;
	margin-top: 0;
}

.hero-heading > h3 {
	font-size: 26px;
	font-weight: 300;
}

.hero-heading > h2 > span {
	background-color: #000;
}

.hero-heading > p {
	line-height: 1.6;
	font-weight: bold;
	margin: 0;
}
/* 
Section
=========================== */
.section-banners {
	min-height: 100%;
}

.full-height {
	position: relative;
	width: 100%;
	height: 100%;
}
/*
Feature
=========================== */
.banner-link {
	height: 100%;
	position: relative;
	display: block;
	overflow: hidden;
}

.banner-link .bg-cover,
.banner-link .bg-cover:after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.banner-link:hover .bg-cover {
	-webkit-filter: blur(4px);
	-ms-filter: blur(4px);
	filter: blur(4px);
}

.banner-link .bg-cover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.banner-link:hover .bg-cover:after {
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}

.banner-link:hover {
	background-color: #dde4e6;
}

.banner-hover-show {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 1px solid #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
}

.banner-hover-show p {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 0 10px;
}

.banner-link:hover .banner-hover-show {
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*
 * Insta Feed
=========================== */
ul#instafeed {
	overflow: hidden;
	margin-left: -1px;
	margin-right: -1px;
}

ul#instafeed > li {
	display: block;
	position: relative;
	width: 25%;
	float: left;
}

ul#instafeed > li > a {
	padding-bottom: 100%;
	position: relative;
	display: block;
	margin: 0;
	line-height: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #fff;
}

ul#instafeed > li > a > img {
	display: block;
	vertical-align: bottom;
	padding: 1px;
}

ul#instafeed > li:nth-child(1) {
	width: 50%;
}

ul#instafeed > li:nth-child(6) {
	float: right;
	width: 50%;
}

.insta-like {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 3px #000;
}
/*
// Tablet Size
// MAX: 991px
*/
@media (max-width: 991px) {
	.logo > a,
	header.active .logo > a {
		height: 32px;
		background-size: contain;
	}
	/*
	 * Visual
	=========================== */
	.key-visual-image {
		height: 360px;
	}
	/*
	 * Banner
	=========================== */
	.row-banner {
		margin: 0 -4px 0 -4px;
		display: block;
	}

	.row-banner > [class^="col-"]:nth-child(2n + 1) {
		clear: left;
	}

	.panel-banner-body {
		padding: 16px;
		display: flex;
	}

	.panel-banner-visual,
	.panel-banner-copy {
		float: none;
		width: 100%;
	}

	.panel-banner-copy > .ratio-gold {
		padding: 0;
	}

	.panel-banner-copy > .ratio-gold > .full {
		position: relative;
	}

	.panel-banner-title {
		font-size: 16px;
	}

	.panel-banner-description {
		font-size: 16px;
	}
}
/*
// SmartPhone Size
// MAX: 767px
*/
@media (max-width: 767px) {
	/*
	 * Visual
	=========================== */
	.key-visual-image {
		height: 240px;
	}
	/*
	 * Banner
	=========================== */
	.row-banner {
		display: block;
	}

	.row-banner > [class^="col-"] {
		margin-bottom: 8px;
	}
	/*
	 * Insta Feed
	=========================== */
	ul#instafeed {
		margin-left: -15px;
		margin-right: -15px;
	}

	ul#instafeed > li {
		position: relative;
		width: 50%;
		float: left;
	}
	/*
	Feature
	=========================== */
	.feature-link {
		height: 260px;
	}

	.hero-title {
		font-size: 30px;
	}
	/*
	 * Entry
	=========================== */
	.entry-title {
		font-size: 20px;
	}

	.panel-entry > .panel-body {
		padding: 20px 20px;
		text-align: left;
	}
}