@charset "UTF-8";

body {
	background-color: transparent;
}

h2 {
	font-size: 3em;
	color: #fff;
}

section {
	margin-bottom: 5em;
}

section:nth-child(2n) h2,
section:nth-child(2n) p {
	text-align: right;
}

#breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 5em;
}

#about-team-pg #breadcrumb * {
	color: #fff;
	list-style-type: none;
}

#about-team-pg #breadcrumb > li:last-child span {
	background-color: transparent;
	color: #fff;
	border: 1px solid transparent;
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2) inset;
}

#about-team-pg #breadcrumb > li span{
	background-color: transparent;
	border: 1px solid transparent;
}

#about-team-pg #breadcrumb > li > a:hover {
	text-decoration: underline;
}

#about-team-pg #breadcrumb > li:first-child:before {
	content: "C:\\";
	color: #fff;
}

#about-team-pg #breadcrumb > li:after {
	content: "\\";
	color: #fff;
	background-color: transparent;
}

#about-team-pg #breadcrumb > li:not(:last-child):after {
	content: "\\";
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: auto;
	margin: 0;
    border-right: 0px solid #bbb;
	border-top: 0px solid #bbb;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

#bg {
	position: fixed;
	z-index: -1;
}

#bg-video {
	position: fixed;
	right: 0;
	top: 0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
}

#overlay {
	position: fixed;
	right: 0;
	top: 0;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	background: url(../imgs/overlay.png) repeat;
}

#wrapper {
	color: #fff;
	background-color: transparent;
}

.eyecatch {
	width: 100%;
	color: #fff;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

#wrapper h1 {
	font-size: 3em;
	line-height: 150%;
}

.eyecatch > div {
	width: 100%;
	height: 100%;
	padding: 10em 5em 8em 5em;
	box-sizing: border-box;
}

#pg-gallery{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

#pg-gallery > div{
	padding-bottom: 1em;
}

#pg-gallery .thumbnail{
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
	border: 0px solid transparent;
}

#pg-gallery .thumbnail > div:first-child > div{
	position: relative;
	height: 180px;
	background: no-repeat 50% 50%;
	background-size: cover;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2), 2px 0 5px 0 rgba(0,0,0,0.2), 1px 0 2px 0 rgba(0,0,0,0.1);
}

#pg-gallery .thumbnail > div:first-child > div > h3{
	position: absolute;
	bottom: 10px;
	left: 10px;
	margin: 0;
	font-size: 20px;
	padding: 0.3em 0.5em 0.2em;
}

#pg-gallery .thumbnail > .caption{
	padding: 1em 1em 0.5em;
	margin-bottom: 0.2em;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

#pg-gallery .thumbnail > .caption > p{
	font-size: 0.9em;
	margin-bottom: 0.2em;
}

#pg-gallery .thumbnail > .link-space{
	padding: 1em;
	text-align: right;
	border-top: 1px solid #ccc;
}

#pg-gallery .thumbnail > .link-space > p{
	margin-bottom: 0;
}

@media (max-width : 840px) {

	h1 { font-size: 2em; }
	.eyecatch > div { padding: 8em 3em 6em 3em; }

}

@media (max-width : 480px) {

	h1 { font-size: 1.2em; }
	.eyecatch > div { padding: 6em 0.2em 4em 0.2em; }

}


/*----------bootstrap lg----------*/
@media screen and (min-width: 1200px){

}

/*----------bootstrap md----------*/
@media screen and (min-width: 992px) and (max-width: 1199px){

}

/*----------bootstrap sm----------*/
@media screen and (min-width: 768px) and (max-width: 991px){

}

/*----------bootstrap xs----------*/
@media screen and (min-width: 545px) and (max-width: 767px){

}

/*-----bootstrap original grid xss-----*/
@media screen and (max-width: 544px){

}
