@font-face {    font-family: myFont;   src: url("RobotoCondensed-Regular.ttf") format("truetype");}
@font-face {    font-family: myFontB;   src: url("RobotoCondensed-Bold.ttf") format("truetype");}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border-collapse: collapse;
}

a {
    text-decoration: none;
    color: white;
    vertical-align: top;
}

img {
    -webkit-user-drag: none;
    user-drag: none;
}


html, body {
    font-family: myFont;
    font-weight: 500;
	font-size: 16px;
	background: white;
	color: black;
    height: 100%;
	line-height: 1.4rem;
	margin: 0;
    padding: 0;
}


h1, p {
    font-family: myFont;
    font-weight: 500;
	font-size: 1.25rem;
}

.wrapper {
    font-size: 0px;
    position: relative;
}

#divWrapper {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

#divBody {
    width: 100%;
    height: 100%;
}

#divMain {
    width: 100%;
    height: 100%;
    position: relative;
    background: #f0f0f0;
}



.line {
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
}

#divContent, #divReferences, #divOtherRef, #divOtherRef2, #divReach {
    position: relative;
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    font-size: 0;
	text-align:left;
}

#divReach {
	height: 400px;
	margin-bottom: 40px;
}

#divContent {
	margin-top: 40px;
}

#divContentInner {
    position: relative;
    width: 100%;
	font-size: 0;
	text-align: left;
}

.box {
	display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
    text-align: left;
    border-color: white;
    padding: 20px;
    border-style: solid;
	position:relative;
}

.box.bordered:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid rgba(160,133,111,1);;
}

#box1 {
	width: 25%;
	height: 360px;
	padding:0;
	background: rgba(255,255,255,0.75);
	border-width: 10px 5px 5px 10px;
}

#box2 {
	width: 75%;
	background: rgba(255,255,255,0.9);
	color: black;
	height: 360px;
	border-width: 10px 10px 5px 5px;
}

#box3 {
	width: 75%;
	background: rgba(160,133,111,0.9);
	color: white;
	height: 252px;
	border-width: 5px 5px 5px 10px;
}

#box4 {
	width: 25%;
	height: 252px;
	border-width: 5px 10px 5px 5px;
}

#box5 {
	width: 25%;
	height: 300px;
	border-width: 5px 5px 5px 10px;
}

#box6 {
	width: 75%;
	background: rgba(255,255,255,0.8);
	height: 300px;
	border-width: 5px 10px 5px 5px;
}

#box7 {
	width: 75%;
	background: rgba(160,133,111,1);
	color: white;
	border-width: 5px 5px 5px 10px;
	min-height: 380px;
}

#box8 {
	width: 25%;
	background: rgba(160,133,111,1);
	color: white;
	border-width: 5px 10px 5px 5px;
	min-height: 380px;
}

.pdf {
    position: relative;
    display: inline-block;
	vertical-align:top;
	width: 100%;
	height: 100%;
}

.imgPdf {
    display: block;
    top: 0;
    max-height: 290px;
}



.box78Anim {
	opacity: 0;
}

#box10 {
	vertical-align: top;
	width: 100%;
	color: black;
	border-width: 5px 10px 5px 10px;
	padding-top: 80px;
	overflow: hidden;
}

#box11 {
	vertical-align: top;
	width: 100%;
	color: black;
	border-width: 5px 10px 5px 10px;
	padding-top: 80px;
	overflow: hidden;
}


#divContact {
	margin-bottom: 50px;
    position: relative;
    vertical-align: top;
    width: 400px;
    overflow: hidden;
    height: 400px;
    background: #486972;
	background: rgba(255,255,255,1);

    text-shadow: 0 0 black;
    border-width: 5px 5px 5px 10px;
}

#divContactText {
    position: absolute;
    top: 80px;
    color: rgba(160,133,111,1);;
    line-height: 1.5rem;
    font-size: 1rem;
}

#divContactTitle {
	position: absolute;
    top: 50px;
    color: white;
}

#divContactText b {
    font-family: MyFontB;
}

#divAddr {
	position: relative;
    width: 400px;
    overflow: hidden;
    height: 400px;
	background: rgba(160,133,111,1);
	border-width: 5px 5px 5px 5px;
}

#divAddrText {
position: absolute;
    width: 75%;
    top: 50px;
    color: white;
    line-height: 2rem;
    font-size: 1.5rem;
    font-family: MyFont;
}

#divAddrText b {
    font-family: MyFontB;
}


#divCoMap {
	position: relative;
    width: 400px;
    left: 0;
    top: 0;
    padding: 0;
    overflow: hidden;
    height: 400px;
	border-width: 5px 10px 5px 5px;


}

#divMap {
	position: absolute;
    top: 0;
    overflow: hidden;
	height: 100%;
    width: 100%;
    z-index: 1;
}

#divBigMap {
    width: 150px;
    height: 33px;
    left: 5%;
    bottom: 5%;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    color: black;
    background: white;
    text-align: center;
    font-family: myFontB;
    font-size: 1rem;
    line-height: 30px;
    z-index: 5;
}

#imgLogo {
    position: absolute;
    width: 60%;
    left: 20%;
    top: 21%;
}



.textBox {
    line-height: 1.5rem;
    font-size: 1rem;
    font-family: MyFont;
    padding: 40px;
}

.textBox b {
    font-family: MyFontB;
    line-height: 2rem;
    font-size: 1.5rem;
}

.titleBox {
font-family: MyFontB;
    line-height: 1.5rem;
    font-size: 1.75rem;
    position: absolute;
    z-index: 5;
    background: black;
    left: 20px;
    top: 20px;
    padding: 10px;
    color: white;
}


.bigRef .when {
    font-size: 1.5rem;
    position: absolute;
    top: 80px;
    padding: 7px 15px 7px 15px;
    color: white;
    border-radius: 0px 10px 0px 0px;
    background: rgba(160,133,111,1);
    opacity: 1;
}

.bigRef .work {
	color: rgba(160,133,111,1);
    position: absolute;
    top: 122px;
    left: 0px;
    background: white;
    border-radius: 0px 0px 10px 0px;
    padding: 8px;
    opacity: 1;
}


.bigRef .where {
	font-size: 1rem;
	font-family: MyFontB;
}

.bigRef .what {
	font-size: 1rem;
}

#divOtherRef .when, #divOtherRef2 .when {
    font-size: 1rem;
    padding: 5px 10px 5px 10px;
    color: white;
    border-radius: 0px 10px 0px 0px;
    background: rgba(160,133,111,1);
    display: inline-block;
	margin-bottom: 5px;
}

#divOtherRef .oref, #divOtherRef2 .oref {
display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    margin-right: 0;
	z-index: 1;
}


#divOtherRef .where, #divOtherRef2 .where {
	font-size: 1rem;
	font-family: MyFontB;
}

#divOtherRef .what, #divOtherRef2 .what {
	font-size: 1rem;

}


.bubble {
display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 1em;
    border-radius: 50%;
    color: black;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    border: 1px dotted black;
	opacity:0;
}

.bubble:before {
  content:'';
  float: left;
  width: auto;
  padding-bottom: 100%;
}

#bubble1 {
	padding: 20px;
}

#bubble2 {
	padding: 35px;
}

#bubble3 {
	padding: 55px;
}

#bubble4 {
	padding: 70px;
}

.bubCont {
	display: block;
}

.bubYear {
	display: block;
    font-size: 1.8rem;
    padding: 0 0 8px 0;
    border-bottom: 1px dashed black;
}

.bubIncome {
	display: block;
	font-size: 1.2em;
   	padding: 5px 0 0 0;
}

.bigRef {
	width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
    border-width: 5px;
    border-color: white;
    border-style: solid;
    position: relative;
}

.bigRef.left {
    border-width: 5px 5px 5px 10px;
}
.bigRef.right {
    border-width: 5px 10px 5px 5px;
}

.bigRefPic {
	width: 100%;
	position: relative;
}

.imgbigRefPic {
	width: 100%;
	display: block;
}

.smallImgCont {
    position: absolute;
    left: 10px;
    z-index: 1;
    cursor: pointer;
	bottom: 10px;
}

.smallImgCont.r {
    right: 10px;
    left: inherit;
}


.smallImg {
	width: 106px;
    height: 60px;
    margin: 10px;
    border: 3px solid black;
    position: relative;
    display: inline-block;
    transition: border 0.3s ease-out;

}

.smallImg:hover {
    border: 3px solid white;
}

.smallImg[act="1"] {
    border: 3px solid white;
}


.smallImg img {
	width: 100%;
    height: 100%;
}


.titleText {
    line-height: 40px;
    background: black;
    color: white;
    display: inline-block;
    left: -11px;
    position: absolute;
    padding: 0 20px;
	z-index: 1;
    font-size: 1rem;
	top: 20px;
	border-radius: 0px 10px 0px 0px;
}

.bodyText {
    padding-top: 60px;
}

#box2 .bodyText {
    padding-top: 60px;
	position:absolute;
	z-index:1;
}

.bodyText a {
color: black;
    font-weight: bold;
    cursor: pointer;
}


.tev {
	display: table-cell;
    border: 1px dotted white;
    padding: 10px;
    margin: 0 10px;
    height: 140px;
    width: 16%;
    vertical-align: middle;
    text-align: center;
}

.tevI {

}

.imgBackground {
    opacity: 1;
	width: 100%;
	position:absolute;
	left: 0;
}

#imgBck {
    top: 0;
}


.imgBackground2 {
	opacity: 0.25;
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    z-index: -1;
}

#imgLogo2 {
	width: 120px;
    float: right;
    margin: 10px;
}


#svgMain {
    position: absolute;
    top: 0;
    left: 0;
}


#svgMain polygon, #svgMain rect, #svgMain .path {
  stroke-dasharray:1000;
  stroke-dashoffset:1000;
  animation: dash 3s linear forwards;

}

.refAnim {
	opacity: 0;
	margin-top: 50px;
}

.refAnim1, .refAnim2, .bubAnim, .firstAnim {
	opacity: 0;
	margin-right: 0;
}

path {
	fill: #a0856f;
}


@keyframes dash {
  to {
	  stroke-dashoffset:0;
  }
}



@media all and (min-width: 1201px) {
	#divWrapper {width: 1200px; margin: 0 auto;}
	#imgLogo2 {display:none;}
}

@media all and (max-width: 1200px) {
	#divWrapper {width: 100%; left:0px;}
	#box2, #box3, #box6, #box7, #box8, #box10, #box11 {height:auto;width:100%; border-width: 5px;}
	#box1, #box4, #box5 {display:none;}
	#box6 {background:white;}
	#imgLogo2 {display:block;}
	#bubble1 {padding:15px;}
	#bubble2 {padding:25px;}
	#bubble3 {padding:35px;}
	#bubble4 {padding:45px;}
	.bubYear {font-size:1.3rem;}
	.bubIncome {font-size:1rem;}
	.smallImg {width: 100px;height: 56px;}
	.smallImg img {width: 94px; height: 50px;}
	#divContact, #divAddr, #divCoMap {width: 33%;}
	#box2 .bodyText {padding-top: 60px;    position: relative;}

	.firstAnim, .box78Anim, .bubble, .bubAnim, .refAnim, .refAnim1, .refAnim2 {
		opacity: 1;
		margin-top: 0;
	}

	.refAnim1, .refAnim2 {margin-right: 2%;}


}


@media all and (max-width: 890px) {
	#divOtherRef .oref {width:46%;}
	#divOtherRef2 .oref {width:46%;}
	#divContact, #divAddr, #divCoMap {width: 100%; height:340px;border-width: 5px;margin-bottom:0;}
 	#divReach {height:auto;}
	#divMap {width:100%;}
	.bigRef {width: 100%;border-width: 5px;}

}


@media all and (max-width: 710px) {
	#box6 {display:none;}
	.smallImgCont {display:none;}
}


@media all and (max-width: 640px) {
	#divOtherRef .oref {width:100%;}
	#divOtherRef2 .oref {width:100%;}
	.tev {width:90%;height:auto;display:block;}
}
