body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #242424;
	font: normal 16px/22px Arial, Helvetica, sans-serif;
	cursor: default;
}
body {
	background-attachment: fixed;
	background-clip: border-box;
	background-color: transparent;
	background-origin: padding-box;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
}
/***************/
#fullPage {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255, 255, 255);
}
/*************/
@font-face {
	font-family: PontanoSans-Regular;
	src: url(PontanoSans-Regular.ttf) format("truetype");
}
.EntezarFont {
	font-family: PontanoSans-Regular, arial !important;
}
.home {
	
	
	
}
.investment {
	background-image: url("../images/investment.jpg");
}
.development {
	background-image: url("../images/Sketch-View-D.jpg");
	background-position: center c;
}
.propmanagement {
	background-image: url("../images/propertymanagement.png");
}
.projmanagement {
	background-image: url("../images/projectmanagement.png");
}
html, body {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, form, input, textarea {
	padding: 0;
	margin: 0;
	outline: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
div, a, img {
	outline: none;
}
.clear {
	clear: both;
	width: 100%;
	font-size: 0;
	height: 0;
}
.wrapper {
	width: 100%;
	min-height: 100%;
	position: relative;
}
/*Header CSS
----------------------------------------------------------------------------------------------------------------------*/
.header-bg {
	/* [disabled]background:url(../images/header-bg.png);
*/
	border-bottom: solid 3px #9ED8F1;
	background-color: #FFFFFF;
}
.header {
	width: 978px;
	margin: 0 auto;
	padding-top: 10px;
}
.header-top {
	padding-bottom: 10px;
}
a.logo {
	text-indent: -9999px;
	background: url(../images/logo.png) 0 0 no-repeat;
	width: 661px;
	height: 70px;
	display: block;
	float: left;
}
.header-right {
	float: right;
	color: #fff;
	font: bold 18px/20px;
	text-align: right;
}
.header-right span, .header-right a {
	color: #9C1C72;
}
.header-right a:hover {
	color: #3D2F88;
}
.top-menu {
	padding: 0;
	margin: 0;
	clear: both;
}
.top-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-menu ul li {
	float: left;
	margin-left: 6px;
	position: relative;
}
.top-menu ul li:first-child {
	margin-left: 0;
}
.top-menu ul li a {
	background: #9C1C72;
	padding: 12px 14px;
	font: bold 16px/20px;
	text-transform: uppercase;
	color: #fff;
	display: block;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.top-menu ul li a:hover, .top-menu ul li.current-menu-item > a {
	background: #312783;
}
.top-menu ul li.current-menu-item .con {
	display: block;
}
.top-menu .con {
	display: none;
	width: 382px;
	padding: 10px 16px;
	margin-top: 3px;
	position: absolute;
	left: 0;
	top: 100%;
	font: normal 16px/20px;
	color: #fff;
	text-align: justify;
	background: url(../images/purple.png);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.top-menu .con p {
	padding: 0 0 20px 0;
	margin: 0;
	opacity: 1;
}
.top-menu .con .contact-info {
	padding: 0;
	margin: 0;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	text-shadow: 1px 3px #333333;
}
.top-menu .con.dark {
	background: url(../images/purple.png);
	color: #fff;
}
/*Main CSS
----------------------------------------------------------------------------------------------------------------------*/
.main_outer{
    bottom: 45px;
    left: 0;
    position: fixed;
    right: 0;
    top: 140px;
    z-index: -1;
}

.main1 {
	width:100%;
	margin: 0 auto;
	height:auto;
	background-size:cover;
	position:absolute;
	top:140px;
	bottom:45px;
	background-position:center center;
}
.home .home-inner{
background-image: url("../images/home.jpg");
background-position: center center;
background-size: 100% 100%;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.home .main{
background-image: url("../images/bgimage_19201.jpg");
background-position: center center;
background-size: 100% 100%;
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}

@media (min-width: 1368px) {
	.home .main{
	background-image: url("../images/bgimage_19201.jpg");
	}
}

/*Footer CSS
----------------------------------------------------------------------------------------------------------------------*/
.footer-bg {
	border-top: solid 3px #9ED8F1;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.footer {
	width: 978px;
	margin: 0 auto;
	color: #312783;
	font: 18px;
}
.copy-right {
	float: left;
	padding-top: 10px;
	font-size: 11px;
}
ul.footer-menu {
	padding: 10px 0;
	margin: 0;
	list-style: none;
	float: right;
	font-size: 11px;
}
ul.footer-menu li {
	float: left;
	background: url(../images/devider.jpg) 0 5px no-repeat;
	padding: 0px 7px 0 8px;
}
ul.footer-menu li:first-child {
	padding-left: 0;
	background: none;
}
ul.footer-menu li a {
	color: #312783;
	/* [disabled]font:normal 12px;
*/
	text-transform: uppercase;
}
ul.footer-menu li a:hover {
	text-decoration: underline;
}
