body{
	margin: 0;
	padding: 0;
}
.big-box-container{
	max-width: 1808px;
	margin-left: auto;
	margin-right: auto;
}
.big-contact-box{
	width: 100%;
	background:#ffd800;
	text-align: center;
}
.samll-contact-box{
	width: 100%;
	padding: 15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 6px 20px 0 rgba(0, 0, 0, 0);
}
input, textarea{
	width: 100%;
	padding: 15px;
	text-align: center;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.button-contact{
	width: 30%;
	margin: 15px;
	background:transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.button-contact:hover{
	background:#ffffff;
	color:#ffd800;
}
#returnmessage{
	font-size:36px;
	font-weight: bold;
	color:green;
	text-align:center;
}
.col-lg-6{
	padding: 0;
	margin: 0;
}
.slider {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 720px;
}

.slider-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0;
}

.slider-wrapper > .slide:first-child {
	opacity: 1;
}
.samll-box-text{
	padding: 30%;
	padding-left: 10%;
	text-align: left;
}
.half-box-continut .samll-box-text a{
	color: #e9b603;
}