* {
box-sizing: border-box;
-webkit-transition: 200ms ease-out all; 
-moz-transition: 200ms ease-out all; -o-transition: 200ms ease-out all; transition: 200ms ease-out all;
 }
body {
	color: #736765;
	font-size: 16px;
font-family: 'Encode Sans', sans-serif;
	font-weight: 300;
	line-height: 24px;
	text-align: center;
	margin: 0;
/*	background-position: center top;*/

	}
a {
color: rgb(24, 108, 180); /*dark*/
	text-decoration: none;
	}
a:hover {
color: rgb(17, 61, 106); /*darker*/
	}
p {
	font-size: 100%;
	line-height: 160%;
	margin: 0;
	padding: 10px 20px 20px;
	}
h1 {
font-family: 'Encode Sans', sans-serif;
font-size: 300%;
font-weight: 100;
font-style: normal;
line-height: 140%;
padding-right: 20px;
padding-left: 20px;
/*letter-spacing: 2px;*/
}
h2 {
font-family: "Roboto Slab";
color: rgb(122, 120, 118);
font-size: 150%;
font-weight: 400;
line-height: 130%;
padding-right: 20px;
padding-left: 20px;
}
h3 {
	color: #a69f94;
	font-size: 110%;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	padding-right: 20px;
	padding-left: 20px; /* margin: 0; padding: 10px 30px 2px */ }
h4 {
	font-size: 90%;
	font-weight: 400;
	text-transform: uppercase;
	padding-right: 20px;
	padding-left: 20px;
	margin: 30px 0 0;
	letter-spacing: 2px;
	color: rgb(167,163,161);
	}
h5 {
	color: rgb(167,163,161);
	font-size: 70%;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 20px 15px;
	}
td {
	font-size: 80%;
	margin: 0;
	padding: 5px 10px 
	}
th {
	font-size: 80%;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 5px 10px 
	}
#n1end {
width: 10%;
float: right;
height: auto;
}
#n1end a.lang {
height: 70px;
width: 30px;
background-size: 66% auto;
background-repeat: no-repeat;
background-position: 50% 50%;
margin: 0px;
border-bottom: 3px solid rgba(0, 0, 0, 0.0);
box-shadow: 0px 3px 0px 0px rgba(220, 220, 220, 0.25);
opacity: 0.5;
}
#n1end a.lang.active {
border-bottom: 3px solid rgba(0, 0, 0, 0);
box-shadow: 0px 3px 0px 0px rgba(220, 220, 220, 0.75);
opacity: 1;
}
#n1end .eng {
background-image: url(images/flg-en.svg);
}
#n1end .fin {
background-image: url(images/flg-fi.svg);
}
#n1end a {
padding: 0 !important;
}
	
.type3 {
color: rgb(255,255,255);
background-color: rgb(24, 108, 180); /*dark*/
}
.type2 {
color: rgb(255,255,255);
background-color: rgb(17, 61, 106); /*darker*/
}
.type2 a {
color: rgb(255,255,255);
}
#logo {
background-image: url(images/Avia-logo.svg);
background-repeat: no-repeat;
background-position: 10% 50%;
background-size: 40%;
background-color: rgba(255, 255, 255, 0.5) ;
visibility: visible;
position: absolute;
width: 100%;
float: left;
opacity: 1;
height: 400px;
top: -400px;
}

.mgimap {
background-image: url(images/mgi_map_closed.png);
background-repeat: no-repeat;
background-size: 100%;
cursor: pointer;
}

.mgimap iframe {
width: 100%;
height: 80%;
top: 10%;
position: absolute;
max-width: inherit;
}

.mgiworld {

}

.mgiworld div.textarea {
padding-top: 28%
}

.mgiimg1 {
background-image: url(images/mgi-img-01.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.mgiimg3 {
background-image: url(images/mgi-img-03.jpg);
background-repeat: no-repeat;
background-size: 100%;
}

.mgiimg4 {
background-image: url(images/mgi-img-04.png);
background-repeat: no-repeat;
background-size: 101%;
}

.mgiimg4en {
background-image: url(images/mgi-img-04-en.png);
background-repeat: no-repeat;
background-size: 100%;
}
.mgiimg5 {
background-image: url(images/mgi-img-05.jpg);
background-repeat: no-repeat;
background-size: 100%;
}
.blueslab {
font-size: 140%;
font-family: "Roboto Slab";
color: rgb(33, 82, 164);
line-height: 0;
font-weight: 400;
cursor: pointer;
}
.bluetxt {
color: rgb(33, 82, 164);
}







#basicarea {
	text-align: left;
	visibility: visible;
	margin: 0 auto;
	position: relative;
	width: 100%;
	overflow: hidden;
	}
#contentmain {
	visibility: visible;
	position: relative;
	width: 100%;
	height: auto;
	min-height: 800px;
	
	}
#maincol {
	}
#allcontent {
/*	overflow: hidden;
	min-height: 100%;*/
	-webkit-transition: 300ms ease-out all;
	-moz-transition: 300ms ease-out all;
	-o-transition: 300ms ease-out all;
	transition: 300ms ease-out all;
	opacity: 0.0;
	}
#allcontent.active {
	opacity: 1.0;
	}
#contentarea {
	text-align: left;
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	float: left;
top: 0px;
	}
	

#contentarea.active {
top: 140px;
}


#toparea {

background-color: rgba(255,255,255, 1);
height: 70px;
top: 0px;

}

#toparea.active {

top: 0px;

}





.close {
background-size: auto 60%;
background-position: center center;
background-repeat: no-repeat;
height: 40px;
width: 40px;
background-image: url(images/ico-close-black.svg);
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
}


	#footer {
width: 100%;
height: 400px;
float: left;
padding: 30px 0px;
margin-top: 0px;
background-color: rgb(17,61,106);

		}
	#footer span {
color: rgba(94, 94, 94, 0.75);	
	}
	#footer p {
font-size: 80%;
font-weight: 600;
padding-top: 2px;
color: rgba(255, 255, 255, 0.75);
		}
	#footerleft {
		width: 25%;
		}
	#footerleft p {
		text-align: left;
	}
	#footerright {
		text-align: right;
		width: 25%;
		}
	#footerright p {
		text-align: right;
	}
		
	#footermiddle {
		width: 50%;
		}

	#footer a {
		color: rgba(94, 94, 94, 0.75);
		text-decoration: none 
		}
	#footer a:hover {
		color: rgba(255, 255, 255, 1.0);
		}






.promoarea {
top: -500px;
height: 270px;
width: 100%;
left: 0px;
overflow-x: hidden;
overflow-y: hidden;

background-repeat: repeat-x;
background-position: 50% 0px;

}




body.index {
/*overflow: hidden;*/
}



/* MGI ENGLISH PAGE */

body.page4 #logo {
background-image: url(images/logo-mgi-english-title.svg);
}





.toplevelbrowser {
background-color: rgb(45,53,56);
z-index: 100 !important;
}

.hlbrowsernavi {
top: 90%;
height: 10% !important;
left: 30%;
width: 40% !important;
}

.hlbnaviitem {
color: rgb(255, 255, 255);
text-transform: uppercase;
font-size: 120%;
}


.hlbnaviitem div.trigger {

}

.hlbnaviitem.active div.trigger {
height: 0px !important;
}

.bgphoto0 {
background-image: url(images/S1.jpg);
}
.bgphoto2 {
background-image: url(images/S2.jpg);
}
.bgphoto3 {
background-image: url(images/S3.jpg);
}
.bgphoto4 {
background-image: url(images/S4.jpg);
}




#tlbcontent {
overflow: hidden;
}

.tlbrowsercontent {

}

.tlbrowserpagecontent {
height: 75%;
width: 100%;
top: 25%;
position: absolute;
}

.hlbrowsercontent {
height: 30%;
width: 100%;
top: 0%;
position: absolute;
}


.hlbcontentitem {

}

.tlbrowsertitlecontentitem h3 {
font-size: 200%;
padding-top: 60px;
}

.tlbrowsertitlecontentitem h3 a {
color: rgb(255,255,255);
}

.tlbrowsertitlecontentitem p {
visibility: hidden;
}

#hlbrowsercontent0 {
background-repeat: no-repeat;
background-size: auto 80%;
background-position: 50% 50%;
height: 150%;
top: 100px;
}


.tlbrowserpage {

/*opacity: 1.0 !important;*/
z-index: 0;
height: 100%;
top: 0%;
position: absolute;
width: 90%;
left: 5%;
overflow: hidden;
transform: translateY(-20px);
}

.tlbrowserpage h2 {
color: rgb(255, 255, 255);
font-size: 180%;
}
.tlbrowserpage p {
color: rgb(255, 255, 255);
font-size: 100%;
}
.tlbrowserpage div.type1 {}



#toplevelbrowser.tlbstatus1 .tlbrowserpage {
/*transform: translateY(2000px);*/
}
/*
#toplevelbrowser.tlbstatus0 div.tlbrowserpage0 {transform: translateY(2000px);}
#toplevelbrowser.tlbstatus1 div.tlbrowserpage1 {transform: translateY(2000px);}
#toplevelbrowser.tlbstatus2 div.tlbrowserpage2 {transform: translateY(2000px);}
#toplevelbrowser.tlbstatus3 div.tlbrowserpage3 {transform: translateY(2000px);}
*/


.tlbrowserpage.active {
opacity: 1.0;
z-index: 1;
overflow: visible;
transform: translateY(0px) !important;
}

/*
#toplevelbrowser.tlbstatus0 div.hlbimgbg {transform: translateY(2000px);}
#toplevelbrowser.tlbstatus1 div.hlbimgbg {transform: translateY(2000px);}
#toplevelbrowser.tlbstatus2 div.hlbimgbg {transform: translateY(2000px);}
#toplevelbrowser.tlbstatus3 div.hlbimgbg {transform: translateY(2000px);}
*/

div.hlbimgbg {
transform: translateY(2000px);
top: -50%;
height: 200%;
}
div.hlbimgbg.active {
transform: translateY(0px) !important;
}





.tlbrowsertitlecontentitem {
opacity: 0.0;
z-index: 0;
top: 0%;
width: 90%;
left: 5%;
position: absolute;
cursor: pointer;
filter: blur(20px);
}




.tlbrowsertitlecontentitem.active {
opacity: 1.0;
filter: blur(0px);
z-index: 1;
}


.tlbarw {
position: fixed;
width: 5%;
padding-top: 5%;
left: 47.5%;
background-position: 50% 50%;
background-repeat: no-repeat ;
z-index: 2;
}

.tlbprev {
background-image: url(images/ico-arw-up-white.svg);
}

.tlbnext {
background-image: url(images/ico-arw-down-white.svg);
bottom: 0%;
}






.mainbgimg {
}


body #allcontent .mainbgimg {

background-repeat: repeat-x;
background-position: 50% 0px;
opacity: 0;

}

body #allcontent.active .mainbgimg {
opacity: 1;


}


.animspacer {


}


.animspacer.active {

height: 100px !important;

}

.descriptivetitle {
top: 400px;
}

.descriptivetitle h2 {
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(219, 209, 204, 1);
font-size: 240%;
margin: 0;
padding: 0;

}
.descriptivetitle p {
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(59, 57, 55, 1);
font-size: 130%;
margin: 0;
padding: 0;


}




body.level1 .descriptivetitle h2 {
color: rgba(219, 209, 204, 1);

}
body.level1 .descriptivetitle p {
color: rgba(230, 225, 215, 1);
}


.naviprevnext {
position: absolute;
top: 0;
height: 0px;
width: 0px;
visibility: hidden;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 30%;
}

.naviprevnext:hover {
background-size: 20%;
}

body.level1 .naviprevnext {
position: absolute;
top: 50px;
height: 0px;
width: 0px;
visibility: hidden;
}




.naviprev {
left: 10px;
background-image: url(images/ico-arw-left-dark.svg);
}

.navinext {
right: 10px;
background-image: url(images/ico-arw-right-dark.svg);
}


.naviprev div {
left: 100%;
}
.navinext div {
text-align: right;
left: -200%;
}


.naviprevnext div {
display: table;
height: inherit;
position: absolute;
width: 200%;
}

.naviprevnext div a {

display: table-cell;
vertical-align: middle;
height: inherit;
color: rgba(0,0,0,0.5);
text-transform: uppercase;
font-size: 80%;
line-height: 90%;
}


/* 02-2017 END */


/*<agl.folder "CS DEDICATED">*/


	



	#n1start {
width: 0%;
float: left;
min-height: 50px;
background-image: url(images/ico-home.svg);
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 60%;
opacity: 0.9;


		}
		
	#n1start:hover {
background-size: 80%;
		}
		
	#n1start .call {


		position: absolute;
		height: 50px;
		z-index: 5 !important;
		min-height: 50px;
		}
	#n1start .tool {
/*		background-position: 50% 70%;*/
		max-width: 50px;
/*		background-size: 75%;*/
		}
	#n1start a {
		width: 50px;
		float: right;
		min-width: 50px;
		min-height: inherit;
		max-height: inherit;
		margin: 0;
		padding: 0 !important;
		}
	#n1start a:hover {
		background-color: transparent;
		}
	#n1start a img {
		width: inherit;
		height: inherit;
		min-width: inherit;
		min-height: inherit;
		border-width: 0;
		}
	
		
	#navipos {
z-index: 1;
height: 0px;
		}
		

#topareafake {

height: 500px;
top: -500px;
background-color: rgba(33, 81, 164, 1);
/*background-color: rgb(0, 145, 158);*/
}

		
.cbox {
left: 5%;

}		
/*</agl.folder>*/
/*<agl.folder "CS SERVICE TOOL">*/




	#indexcontent2 #servicebox .idc {
		height: 150px;
		}
	#indexcontent2 #servicebox .idc.active {
		height: auto;
		min-height: 320px;
		}
	#indexcontent2 #servicebox .idc.cbox {
		height: auto;
		min-height: 110px;
		border-radius: 10px;
		background-color: rgba(255,255,255,0.15);
		}
	#indexcontent2 #servicebox .idc.cbox .call2 {
		left: 0;
		top: 10px;
		}
	#indexcontent2 #servicebox .idc.cbox h4 {
		padding-left: 50px;
		}
	#servicebox .idc h5 {
		cursor: pointer;
		}
	.idcblock {
width: 100%;
min-height: 60px;
cursor: pointer;
margin: 10px 0px;
		}
	.idcblock:hover {
background-color: rgb(97, 117, 101);
border-radius: 10px;
		}
	.idcblock.active {
background-color: rgba(164, 178, 171, 0.5);
		}
	.idcblock h3 {
		font-size: 100%;
color: rgb(179, 186, 175);
		}
	.bg1 {
		background-color: rgba(93, 82, 69, 1.0);
		}
	.bg2 {
		background-color: rgba(109, 96, 81, 1.0);
		}
	.idccont {
		height: 0;
		overflow: hidden;
		opacity: 0;
		border-radius: 10px;
		background-color: rgb(255,255,255);
		}
	.idccont.active {
		height: auto;
		min-height: 400px;
		overflow: visible;
		opacity: 1.0;
		}
	.checkbox {
		cursor: pointer;
		padding: 10px 40px 10px 20px;
		position: relative; /*background-size: auto 75%;*/ }
	.checkbox.active {
		background-color: rgba(255,255,255,0.5);
		padding-left: 40px;
		}
	.checkbox div.indi {
		position: absolute;
		right: 10px;
		top: 10px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		box-shadow: inset 0px 0px 4px rgba(109,96,82,0.3);
		background-color: rgb(196,192,188);
		}
	.checkbox.active div.indi {
		background-color: rgb(149,9,67);
		left: 10px;
		background-image: url(images/check.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 75%;
		}
	#temptxt {
		padding: 5px 20px;
		}
	#feedbacktxt {
color: rgb(190, 194, 190);
text-align: center;
		}
	#indexcontent2 #feedbacktxt p {
		opacity: 1.0;
		padding: 10px 20px;
		}
	.sboxfield {
		-webkit-appearance:none;
		-webkit-border-radius:0px;
font-size: 100%;
font-weight: 400;
padding: 5px;
color: rgb(97, 97, 97);
		background-color: rgba(255,255,255,0);
border-bottom: 1px solid rgba(128, 128, 128, 0.3);
		border-top-style: none;
		border-top-width: 0;
		border-right-style: none;
		border-right-width: 0;
		border-left-style: none;
		border-left-width: 0;
		}
	.sboxbtn {
background-color: rgba(255, 255, 255, 0.1);
padding: 8px;
color: rgb(166, 166, 166);
text-transform: uppercase;
width: 18%;
margin: 5px 0px 10px 0px;
border: 1px solid rgba(148, 148, 148, 0.3);
}
	.sboxform {
		padding: 5px 0px;
		}
	#pagecontact {
		position: absolute;
top: 250px;
height: 150px;
		left: 0;
		width: 100%;
/*		overflow: hidden;*/
		visibility: visible;
		border-bottom: 0 solid #fff;
		z-index: 1;
background-color: rgba(13, 13, 12, 0.87);
		}
	#pagecontact.active {
top: 400px;
		}
		
#toparea #pagecontact.active #closecontact {
height: 50px;
position: absolute;
width: 50px;
top: 10px;
right: 70px;
visibility: visible;
z-index: 2;
background-image: url(images/ico-close.svg);
background-repeat: no-repeat;
background-size: 75%;
}

	#pagecontact h5 {
		display: inline;
		}


#toparea.active #pagecontact h4 {
		margin-top: 30px;
}
	#pagecontact h4 {
		margin-top: 50px;
		padding-top: 0;
padding-left: 0%;
color: rgba(134, 134, 134, 1);
text-align: left;
		}
	#pagecontact .call2 {
		background-position: 20px 50%;
		top: 20px;
		}


	#pagecontactbtn {
		position: fixed;
		width: 0;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		}
	#callbtn1 {
		opacity: 1.0;
		}
	#callbtn1.active {
		opacity: 0.5;
		background-image: url(images/call-ico-close-2.png);
		}
	#callbtn2 {
		opacity: 1.0;
		}
	#callbtn2.active {
		opacity: 0.5;
		background-image: url(images/call-ico-close-2.png);
		}
		


.sboxclick {
width: 0;
height: 0;
visibility: hidden;
position: absolute;
}		
.sboxsms {


}

.sboxcall {

}
		
/*</agl.folder>*/
/*<agl.folder "VISUALS">*/
	#indexcontent1 { 
height: auto;
/*background-image: url(images/bg-index.jpg); 
background-repeat: repeat-x; 
background-position: center top;*/
min-height: 600px;
top: -90px;
margin-bottom: -90px;
	}

	#indexcontent1 .logo.fin {
		background-image: url(images/bg-index-TXT-600-FI.png);
	}
	#indexcontent1 .logo.eng {
		background-image: url(images/bg-index-TXT-600-EN.png);
	}
	#indexcontent1 .logo {

		background-repeat: no-repeat;
background-position: 50% 50%;
		height: 600px;
		min-width: 100%;
		max-width: 100%;
		z-index: 1;
		float: left;
		}
	#indexcontent1 .idc {
		height: 60px;
		overflow: hidden;
		float: left;
		}
	#indexcontent1 .idc h3 {
		opacity: 0.0;
		color: rgb(146, 167, 149);
		}
	#indexcontent1 .idc p {
		opacity: 0.0;
		}
	#indexcontent1 .idc a {
		color: rgb(135, 152, 126);
		background-color: rgba(30,35,32,0.2);	
	}
	#indexcontent1 .idc a:hover {
		color: rgb(105,9,53);
		background-color: rgb(255,255,255);
	}
	#indexcontent1 .idc.active {
		height: auto;
		overflow: visible;
		min-height: 550px;
		z-index: 2; /* box-shadow: inset 0px 0px 5px rgba(93, 82, 69, 0.16);*/ }
	#indexcontent1 .idc.active h3 {
		opacity: 1.0;
		}
	#indexcontent1 .idc.active p {
		opacity: 1.0;
		}
	#indexcontent1 .idc.active h2 {
		background-image: url(images/arw-up.png);
		}
	#indexcontent1 .idc h2 {
		color: rgb(215,223,215);
		background-image: url(images/arw-dwn.png);
		background-repeat: no-repeat;
		background-position: 95% 90%;
		cursor: pointer;
		margin-bottom: 0;
		padding-bottom: 10px 
		}
	#indexcontent1 h2:hover {
		opacity: 0.6;
		}





	#indexcontent2 { /* background-image: url(images/index-bg-rpt-2.png);*/ height: auto;
		background-position: left top;
		background-size: auto 100%;
		background-repeat: repeat-x;
		min-height: 200px;
		padding-bottom: 30px;
		background-color: rgb(62, 69, 62);
/*		margin-top: 200px;*/
	}
	#indexcontent2 .logo {
		background-image: url(images/logo.png);
		background-repeat: no-repeat;
		background-position: 50% 0;
		height: 500px;
		min-width: 100%;
		max-width: 100%;
		z-index: 1;
		float: left;
		}
	#indexcontent2 .idc {
		height: 60px;
		overflow: hidden;
		float: left;
		}
	#indexcontent2 .idc h3 {
		opacity: 0.0;
		color: rgb(146, 167, 149);
		}
	#indexcontent2 .idc p {
		opacity: 0.0;
		color: rgb(230,234,226);
		}
	#indexcontent2 .idc a {
		color: rgb(135, 152, 126);
		background-color: rgba(30,35,32,0.2);	
	}
	#indexcontent2 .idc a:hover {
		color: rgb(105,9,53);
		background-color: rgb(255,255,255);
	}
	#indexcontent2 .idc.active {
		overflow: visible;
		height: 700px;
		z-index: 2; /* box-shadow: inset 0px 0px 5px rgba(93, 82, 69, 0.16);*/ }
	#indexcontent2 .idc.active h3 {
		opacity: 1.0;
		}
	#indexcontent2 .idc.active p {
		opacity: 1.0;
		}
	#indexcontent2 .idc.active h2 {
		background-image: url(images/arw-up.png);
		}
	#indexcontent2 .idc h2 {
color: rgb(215, 223, 215);
font-size: 150%;
background-image: url(images/arw-dwn.png);
background-repeat: no-repeat;
background-position: 95% 90%;
cursor: pointer;
margin-bottom: 0;
padding-bottom: 10px;
		}
	#indexcontent2 h2:hover {
		opacity: 0.6;
		}
		
		
		
		
		
		
	.demophones1 {
		background-image: url(images/demophones1.png);
		background-repeat: no-repeat;
		background-position: 80% bottom;
		height: 850px;
		float: left;
		margin-bottom: -150px;
		}
	.indexbg {
		}
/*</agl.folder>*/
/*<agl.folder "TOOLS">*/
	.tool {
		background-repeat: no-repeat;
		background-position: 50% 15px;
/*		position: inherit;*/
		background-size: 50%;
		z-index: 99;
		width: 5%;
		min-width: 50px;
		min-height: 60px; /* visibility: hidden; float: left;*/ }
	.call {
background-image: url(images/call-ico-2.png);
background-position: 50% 50%;
max-width: 50px;
min-height: 50px;
background-size: 66%;
background-color: rgba(0, 0, 0, 0.25);
border-radius: 50%;
		}
	.call2 {
		background-image: url(images/call-ico-r.png);
		}
/*</agl.folder>*/
/*<agl.folder "RESPONSIVE">*/
	.contentareapos {
		position: relative;
		text-align: center;
		float: left;
		width: 100%;
		}


/*</agl.folder>*/
/*@-webkit-keyframes backgroundScroll {
from {background-position: 50% 0;}
to {background-position: 150% 0;} 
}
 
@keyframes backgroundScroll {
from {background-position: 50% 0;}
to {background-position: 150% 0;}
}*/

@-webkit-keyframes backgroundScroll {
from {background-position: 50% 0;}
to {background-position: 150% 0;} 
}
 
@keyframes backgroundScroll {
from {background-position: -425px 0;}
to {background-position: 1375px 0;}
}
/*<agl.folder "CLASSES CS">*/
	
/*</agl.folder>*/
/*<agl.folder "CS MISC">*/
	

body.page3 .pagetitleswidth {
width: 50%;
}
.mgicontact {
padding-top: 100px;
}




.mgicontact label.formarea{
width: 23%;
float: left;
padding-right: 2%;
}

.mgicontact label.formareareq1 {
width: 48%;
float: left;
padding-right: 2%;
}

.mgicontact .etextsubtitle {
font-size: 15px;
margin: 4px 0 0;
padding: 10px 0 5px;
float: left;
width: 100%;
border-top: none;
}


.mgicontact p.formareareq1 {
width: 100%;
}


.mgicontact label span {

height: 0px !important;
overflow: hidden;
visibility: hidden;
position: absolute ;

}




body.index .mgicontact {
padding-top: 0px;
height: 400px;
overflow: hidden;
top: -400px !important;
}

body.index .mgicontact form * {
opacity: 0;
}
body.index .mgicontact form .formtitle {

padding-top: 180px;

}


body.index .mgicontact.active {


}

body.index .mgicontact.active form * {
opacity: 1;
}
body.index .mgicontact.active form .formtitle {
padding-top: 10px;
}






.mgicontact {}

.personel {
padding-bottom: 40px;
}
.personel .textarea {
max-width: 67%;
}
.personel .textarea img {
position: absolute;
right: 20px;
top: 20px;
max-width: 33%;
}




.txtmiddle {
}
.txtmiddle .filler {
}
.txtmiddle .filler h2 {

position: absolute;
width: inherit;
height: inherit;
margin: 0;
padding: 0;
top: 50%;
margin-top: -16px;

}





/*</agl.folder>*/
