a{ color: #fff; text-decoration: none; }
a:hover{ color: #fff; text-decoration: underline; }
header{
	position: fixed;
	height: 100px;
	line-height: 100px;
	width: 100%;
	text-align: center;
	box-shadow: 0px 2px 20px rgba(0,0,0,.07);
	z-index: 1050;
	background-color: #fff;
}

.foursection{
	width: 100%;
	position: relative;
	display: inline-block;
	margin-top: 100px;
}

.foursection .row > [class*="col-"]{
	padding: 0px;
}
.itemlist{
	position: relative;
	width: 100%;
}
.itemlist img{
	width: 100%;
}
.overlaytext{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 30px;
	border: 12px solid #e33c35;
	background-color: rgba(0,0,0,.6);
}

.texted-1{
	padding: 100px 20px 0px 20px;

}

.texted-1 h2{
	font-family: 'FrutigerLTStd-Roman';
	font-size: 45px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}


.texted-1 p{
	font-family: 'FrutigerLTStd-Roman';
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 26px;
	margin-top: 20px;
}
.texted-1 .link1{
	margin-top: 20px;
	text-align: center;
}
.texted-1 .link1 a{
	font-family: 'FrutigerLTStd-Roman';
	text-decoration: none;
	background-color: #e33c35;
	padding: 10px 8px 10px 20px;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	-moz-transition: all .7s;	

}
.texted-1 .link1 a:hover{
	padding: 10px 20px 10px 20px;
}
.texted-1 .link1 a i{
	font-style: normal;
	transition: all .7s;
	-webkit-transition: all .7s;
	-o-transition: all .7s;
	-moz-transition: all .7s;
	
	transform: translateX(-10px);
    opacity: 0;
    /*display: none;*/
    float: right;
}

.texted-1 .link1 a:hover i{
	/*display: inline-block;*/
	opacity: 1;
	transform: translateX(0px);
	padding-left: 5px;
}



@media only screen and (max-width: 580px) {
	.texted-1{
		padding: 15px;
	}
	.texted-1 h2{
		font-size: 35px;
	}
	.texted-1 p{
		font-size: 16px;
		line-height: 22px;
	}
}

@media only screen and (max-width: 480px) {
	.itemlist img{ height:100vh; }
}

@media only screen and (max-width: 375px) {
	.texted-1 h2{
		font-size: 30px;
		margin-bottom: 10px;
	}
	.texted-1 p{
		font-size: 15px;
		line-height: 20px;
		margin-top: 0px;
	}
}