@media print
{
    * {-webkit-print-color-adjust:exact;}
	
	.logo {
		background: url('images/bg-header.jpg') !important;
	  text-align: center;
	  padding: 340px 0;
	  background-size: cover;
	  background-position: center 10%;
	  background-repeat: no-repeat;
	}

	.logo h1,
	.logo a {
	  text-decoration: none;
	  font-family: 'Open Sans';
	  font-size: 60px;
	  font-weight: bold;
	  letter-spacing: -0.5px;
	  margin: 0;
	  color: #ffddee;
	  text-shadow: 0px 0px 38px #000;
	}

	.logo h1 {
	  background-color: rgba(0, 0, 0, 0.5);
	}

	.logo .wearem {
		color: #ffc7e3;
		font-size: 60px;
	}

	.logo .weare {
		color: #f9c;
		font-size: 60px;
	}
}

video {
    width: 100%;
    height: auto   !important;
}

.welcome-cover{
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
}

.welcome-cover h2{
	font-family: 'Montserrat';
	font-size: 55px;
	font-weight: bold;
	line-height: 65px;
	color: #84183f;
	letter-spacing: -2px;
	margin: 0px;
}

.welcome-cover h4{
	font-family: 'Montserrat';
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: uppercase;
	color: #b23763;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.welcome-cover .list{
	font-size: 16px;
	line-height: 34px;
	color: #800b35;
	margin-bottom: 50px;
}
.welcome-cover .list strong{
	position: relative;
    top: 4px;
    margin-right: 10px;
}

.welcome-cover .view-more{

}
.welcome-cover .view-more a{
	margin-bottom: 10px;
}

@media screen and (max-width: 767px){
	.welcome-cover{
		text-align: right;
	}
}




.welcome-content{

}

.welcome-content .welcome-item{

}

.welcome-content .welcome-item a{
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	-webkit-transition: all 1.8s linear;
	   -moz-transition: all 1.8s linear;
			transition: all 1.8s linear;
}

.welcome-content .welcome-item img{
	width: 100%;
	border: 5px solid #f1f1f1;
	-webkit-transition: all 0.25s linear;
	   -moz-transition: all 0.25s linear;
			transition: all 0.25s linear;
}

.welcome-content .welcome-item h3{
	display: block;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #444;
	margin-top: 40px;
	margin-bottom: 55px;
	-webkit-transition: all 0.25s linear;
	   -moz-transition: all 0.25s linear;
			transition: all 0.25s linear;
}

.welcome-content .welcome-item:hover a{
	background-position: left bottom;
}
.welcome-content .welcome-item:hover img{
	border-color: #b23763;
}
.welcome-content .welcome-item:hover h3{
	color: #b23763;
}