body {
    background-image: url("banner.jpg");
    background-color: #cccccc;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: center;
	width: 100%;
	min-width: 1000px;
	text-align: center;
	margin: 0;
    padding: 0;
}

.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover,
.about-box-1 .about-box-1-icon {
background: GOLD;
border-color: GOLD;
}

#map {
	width: 20%;
	height: 24%;
	position: absolute;
	top: 75%;
	text-align: center;
	left: 40%;		
}

#comingsoon {
   position: absolute;
   top: 5%;
   text-align: center;
   left: 0;
   right: 0;
}
#contact {
   position: absolute;
   top: 65%;
   text-align: center;
   left: 0;
   right: 0;
}
.timer {
    margin-top: 0%;
	text-align: center;
    color: WHITE;
	position: absolute;
	top: 47%;
	left: 0;
	right: 0;
}
.timer .days-wrapper,
.timer .hours-wrapper,
.timer .minutes-wrapper,
.timer .seconds-wrapper {
    display: inline-block;
    width: 85px;
    height: 85px;
    margin: 0 5px;
    padding-top: 0px;
    border: 2px solid WHITE;
    font-size: 15px;
	font-weight: 500;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.timer .days-wrapper:hover,
.timer .hours-wrapper:hover,
.timer .minutes-wrapper:hover,
.timer .seconds-wrapper:hover {
    border: 0px solid;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.timer .days,
.timer .hours,
.timer .minutes,
.timer .seconds {
    font-size: 40px;
    font-weight: 300;
    line-height: 80px;
}
