@charset "UTF-8";
/* CSS Document */

/* Cover Photo */
.CoverPhoto {
	position: relative;
	height: 500px;
	background: no-repeat center center;
	background-size: cover;
	background-image: url(../../module/cover-photo/img/HeaderPhoto1100.jpg)
}

.CoverPhoto .TxtBox {
	position: absolute;
	display: table-cell;
	max-width: 500px;
	right: 80px;
	bottom: 40px;
	vertical-align: bottom;
	text-align: right;
	color: #FFF;
}

.CoverPhoto .TxtBox h1 {
	font-size: 1.7em;
	font-weight: 300;
}

.CoverPhoto .TxtBox strong {
	font-size: 1.2em;
	font-weight: 700;
	text-transform: uppercase;
}

.CoverPhoto .TxtBox img {
	display: block;
	margin: 0 0 20px 0;
	float: right;
}

@media (min-width: 1100px) 
{
	.CoverPhoto .TxtBox {
		right: 100px;
		}
}


@media (max-width: 900px) 
{
	.CoverPhoto .TxtBox {
		right: 50px;
		}
	
	.CoverPhoto {
		background-image: url(../../module/cover-photo/img/HeaderPhoto900.jpg)
		}
}
	
	
@media (max-width: 480px)
{
	.CoverPhoto {
		height: 500px;
		background-image: url(../../module/cover-photo/img/HeaderPhoto480.jpg);
		}
		
	.CoverPhoto .TxtBox {
		max-width: 100%;
		right: 20px;
		left:20px;
		bottom: 20px;
		text-align: center;
		}
		
	.CoverPhoto .TxtBox img {
		margin: 0 auto 20px auto;
		float:none;
		width: 50%;
}
}