	.call .banner img {
width: 100%;
}
.social-icons{
	display: none;
}
.searchbox-container {
margin-right: -130px;
position: fixed;
right: 50%;
top: 290px;
width: 260px;
z-index: 100;
}
footer{
	position: relative;
	top: 29px;
}
.content{
	background-color: transparent;
}
.fa-3x {
font-size: 3em;
padding-top: 10px;
}
.banner{
	background: rgba(194,177,91,0.68);
background: -moz-radial-gradient(center, ellipse cover, rgba(194,177,91,0.68) 0%, rgba(186,170,91,0.82) 45%, rgba(168,153,79,0.91) 71%, rgba(140,128,70,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(194,177,91,0.68)), color-stop(45%, rgba(186,170,91,0.82)), color-stop(71%, rgba(168,153,79,0.91)), color-stop(100%, rgba(140,128,70,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(194,177,91,0.68) 0%, rgba(186,170,91,0.82) 45%, rgba(168,153,79,0.91) 71%, rgba(140,128,70,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(194,177,91,0.68) 0%, rgba(186,170,91,0.82) 45%, rgba(168,153,79,0.91) 71%, rgba(140,128,70,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(194,177,91,0.68) 0%, rgba(186,170,91,0.82) 45%, rgba(168,153,79,0.91) 71%, rgba(140,128,70,1) 100%);
}

.offers {
position: fixed;
text-align: center;
top: 526px;
left: 50%;
margin-left: -130px;
}
.offers p {
width: 258px;
margin-right: auto;
margin-left: auto;
background-color: #000;
height: 32px;
padding-top: 6px;
}


.offers a {

    transition: all 0.5s ease 0s;
}
