@charset "utf-8";
/* CSS Document */

/*-NO CHANGES HERE IF POSSIBLE------------------------------------------------------*/
/* extra styles for fancybox */

/* iframe position */
.various {
	position: absolute;
	display: block;
}

/* style for pop up windows */
iframe {
	display: block;
	border-style: solid;
	border-width: 5px;
	background-color:#FFF;
	border-top-right-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-top-right-radius: 50px;
	border-color: #f6881f;
	position: absolute;
}

/* style for all pop icons */
.popClass{
	cursor: pointer;
	cursor: hand;
}

/*-EACH ICON/FRAME IS DIFFERENT-------------------------------------------------*/
/*.number is the icon position, .popNumber is the iframe position -------------*/

/*-INDEX PAGE---------------------*/
.firstIP {
	top: 205px;
	left: 225px;
}

.popOneIP {
	top: 355px;
	left: 235px;
 
}

.secondIP {
	top: 280px;
	left: 343px;
}
.popTwoIP {
	top: 425px;
	left: 355px;
}

.thirdIP {
	top: 260px;
	left: 512px;
}
.popThreeIP {
	top: 405px;
	left: 520px;
}

.fourthIP {
	top: 210px;
	left: 773px;
}
.popFourIP {
	top: 355px;
	left: 782px;
}

.fifthIP {
	top: 215px;
	left: 340px;
}
.popFiveIP {
	top: 365px;
	left: 350px;
}

.sixthIP {
	top: 320px;
	left: 660px;
}
.popSixIP {
	top: 468px;
	left: 670px;
}

/*-WELCOME folder---------------------*/
/* aboutUs */
.firstAU {
	top: -265px;
	left: 375px;
}
.popOneAU {
	top: 310px;
	left: 665px;
}

/* ourHistory */
.firstOH {
	top: -260px;
	left: 245px;
}
.popOneOH {
	top: 310px;
	left: 536px;
}

/*-EXPERTISE folder---------------------*/
/* end-to-end solutions */
.firstSO {
	top: 245px;
	left: 250px;
}
.popOneSO {
	top: 390px;
	left: 540px;	
}

/* construction management */
.firstCM {
	top: 180px;
	left: 450px;
}
.popOneCM {
	top: 330px;
	left: 741px;	
}

/* attention to detail */
.firstAD {
	top: 155px;
	left: 245px;
}
.popOneAD {
	top: 300px;
	left: 535px;	
}

/*-RESIDENTIAL folder---------------------*/
/* custom homes */
.firstCH {
	top: -200px;
	left: 420px;
}
.popOneCH {
	top: 370px;
	left: 715px;	
}

/* multiFamily */
.firstMF {
	top: -272px;
	left: 330px;
}
.popOneMF {
	top: 300px;
	left: 625px;	
}

/* interior design */
.firstID {
	top: -287px;
	left: 465px;
}
.popOneID {
	top: 290px;
	left: 760px;	
}

/*-COMMERCIAL folder---------------------*/
/* complete development */
.firstCD {
	top: -310px;
	left: 290px;	
}
.popOneCD {
	top: 262px;
	left: 585px;
}

/* industrial spaces */
.firstIS {
	top: -190px;
	left: 140px;	
}
.popOneIS {
	top: 380px;
	left: 435px;	
}

/* office of distinction */
.firstOD {
	top: -235px;
	left: 325px;	
}
.popOneOD {
	top: 340px;
	left: 620px;	
}
