body{
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	background: #fef6ec;
}

*{
	padding: 0px;
	margin: 0px;
}

a{
	text-decoration: none !important;
}


.logo{

	text-align: center;
    display: block;
    margin: 65px auto;
    width: 38%;
}


.heading-wrap h1{
	text-align: center;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
	color: #F7A347;
}
.heading-wrap h2{
	color: #333F48;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
}
.heading-wrap img{
	text-align: center;
	display: block;
	margin: 40px auto;
}

.heading-wrap p{
	color: #932E8F;
	font-size: 20px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
}

.paragraph p{
	color: #333F48;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 24px;

}

.location-box{
	width: 100%;
	height: 555px;
	background: url(../images/gorton.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 37px;
	position: relative;
}

.location-name{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 50px;
	text-align: center;
}
.location-name img{
	width: 8%;
}
.location-name h3{
	font-size: 28px;
    font-weight: 500;
    color: #fff;;
    margin-bottom: 11px;
}
.location-name h1{
	font-weight: 700;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	margin-top: 0px;
	position: relative;
}
.location-name h1:after {
    position: absolute;
    content: "";
    bottom: -25px;
    right: 0px;
    left: 0px;
    width: 100px;
    height: 5px;
    background: #F7A347;
    margin: 0px auto;
}

.location-box-right{
	width: 100%;
	height: 555px;
	background: url(../images/longsight.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-radius: 37px;
}

.location-panel h2{
	color: #EE4E3E;
	font-weight: 400;
	text-align: center;
	font-size: 40px;
	margin-bottom: 49px;

}
.location-details{
	margin-top: 20px;
	list-style: none;
}

.location-details li{
    color: #333F48;
    font-size: 19px;
    margin-bottom: 9px;
    font-weight: 500;
}

.location-details li a{
	color: #333F48;
}
.location-details li:nth-child(2){

	font-size: 29px;
}

.location-details li:nth-child(3) a{
	text-decoration: underline !important;
}

.location-details li img{
	width: 5%;
}


@media handheld, only screen and (max-width: 414px) {

	.location-details {
    margin-top: 20px;
    list-style: none;
    text-align: center;
    margin-bottom: 43px;

}
.location-box{
	width: 100%;
    height: 429px;
}

.location-details li img {
    width: 8%;
}
.heading-wrap h2{
	font-size: 30px;
	    padding: 0px 39px;
}
.heading-wrap h1 {
    text-align: center;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 700;
    color: #F7A347;
}
.logo {
    text-align: center;
    display: block;
    margin: 65px auto;
    width: 77%;
}
.heading-wrap p{
	    padding: 0px 18px;
}
}