@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body{
	background:url(../images/background2.jpg) no-repeat;
	background-position:top center;
	
}

.wrapper{
	width:100%;
	height:auto;
	border-top:15px solid #3D85D1;
	/*border-bottom:10px solid #DDA246;*/
	height:auto;
	padding-top:75px;
}

.content{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	margin-left:auto;
	margin-right:auto;
	width:1188px;
	height:245px;
}

p.services{
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size:32px;
	color:#3D85D1;
	padding-top:35px;
	display:none;
}

p.content{
	color:transparent;
	font-size:1px;
}
p.copyright{
	font-family: 'Oswald', sans-serif;
	text-align:center;
	font-size:18px;
	color:#3D85D1;
	margin-top: 80px;
    margin-bottom: 50px;
}

h1{
color:transparent;
}

.box{
	width:100%;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-top:65px;
	/*border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;*/
	padding-top:10px;
	padding-bottom:10px;
	background-color:#3D85D1;
	display:table;
	
}
.box .title {
	color: #000;
    font-size: 55px;
    text-align: center;
	padding-top: 30px;
	font-family: century gothic;
}
.box .title b {
	padding-left: 90px;
}

.simple-box .viewmore a {
	margin-top: 10px;
	display: block;
	color: #000;
	font-family: century gothic;
}
.position-abs {
	position: absolute;
}
.center-align {
    left: 0;
    right: 0;
    text-align: center;
}
.box .title img {
	height: 70px;
	width: 80px;
	position: absolute;
}
.box .innerbox {
	display: flex;
}

.box img.main {
	max-width: 100%;
	width: 100%;
	max-height: 550px;
    min-height: 550px;
}
.box img.small {
	margin: 0 auto;
	position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    bottom: 0;
}
.box img.small:hover {
	opacity: 0.09;
}

.box .simple-box {
	float: left;
	width: 50%;
	position: relative;
}
.box .simple-box .overlay {
	/* position: absolute;
	background-color: rgba(0, 0, 0, 0.3);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0; */
	
}
.box .simple-box .overlay a {
	color: #000;
	text-decoration: none;
	font-family: century gothic;
}

.box .simple-box .overlay h1 {
	color: #fff;
	font-family: century gothic;
    font-size: 30px;
    height: 200px;
    width: 200px;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    display: inline-grid;
    align-items: center;
    top: 180px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 100%;
	margin: 0 auto;
	
}
.hidden-class {
	height: 200px;
    width: 200px;
    border-radius: 100%;
    background-color: orange;
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	align-items: center;
	display: inline-grid;
	font-weight: bold;
	font-size: 30px;

}
.box .on-hover img.small-hover {
	opacity: 0;
}
.box .on-hover:hover img.small-hover{
	opacity: 1;
}
.box .on-hover:hover img.small {
	opacity: 0;
}

.innerbox{
	width:1280px;
	height:200px;
	margin-left:auto;
	margin-right:auto;	
}

.firstbox a{
	width:320px;
	height:200px;
	background:url(../images/publishing.png);
	float:left;
}

.firstbox a span.p{
	width:320px;
	height:200px;
	background:url(../images/publishinghover.png);
	float:left;
}

.secondbox a{
	width:320px;
	height:200px;
	background:url(../images/mortgages.png);
	float:left;
}

.secondbox a span.m{
	width:320px;
	height:200px;
	background:url(../images/mortgageshover.png);
	float:left;
}

.thirdbox a{
	width:320px;
	height:200px;
	background:url(../images/callcentre.png);
	float:left;
}

.thirdbox a span.c{
	width:320px;
	height:200px;
	background:url(../images/callcentrehover.png);
	float:left;
}

.fourthbox a{
	/* width:320px;
	height:200px;
	background:url(../images/realestate.png); */
	float:left;
}

.fourthbox a span.r{
	/* width:320px;
	height:200px;
	background:url(../images/realestatehover.png); */
	float:left;
}

.footer{
	position:fixed;
	bottom:0;
	width:100%;
	height:15px;
	background:#DDA246;

}