/* BASE PAGE STYLE --------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	font-family: freesans, Arial, sans-serif;
/*		background: url(../images/bg-site.jpg) no-repeat center center fixed; */
		background: url(../images/bg-texture.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	overflow:hidden;
}

article, aside, figure, footer, header, hgroup, menu, nav, section { display: block; }
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}

p { font-family: freesans, Arial, sans-serif; font-size: 14px;}
a { color: #069; text-decoration: none; }
a:hover { color: #036; text-decoration: underline; }

.cl { clear: both; }
.logo img { max-width: 100%; }
.wrapper {
	max-width: 1200px;
	margin: 0 auto;
	min-width: 320px;
}
.contentwrapper {
	width: 100%									/* GIA */
/*	max-width: 1200px; */
	margin: 0 auto;
	min-width: 320px;
	background: url(../images/bg-2.jpg) top center no-repeat fixed;			/* GIA */
}
/* HEADER ------------------------------------------------------------------------------------------------------------ */
.header {
margin-top: 0px;									/* GIA */
	width: 100%;
	display: block;
	min-height: 60px;
	padding: 5px 0px 0px 0px;
	background: url(../images/bg-top.jpg) top center no-repeat;			/* GIA */
	box-shadow: 0 0 20px rgba(0,0,0,.3);
	position: fixed;
	z-index: 999;
}
											/* START GIA from STICKY */
.posrlt {
	position: relative;
}
.headtoppart {
position: fixed;									/* GIA */
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.70);
height: 28px;										/* GIA */
/*	height: 39px; */
	margin: 0px auto;
	padding: 0px 0px;
	min-width: 320px;
}
.headertopleft {
	width: 50%;
	float: left;
}
.headertopright {
	width: 50%;
	float: right;
	text-align: right;
}
.headertopright a {
line-height: 24px;									/* GIA */
/*	line-height: 39px; */
	color: #5f5f5f;
	font-size: 14px;
	padding: 0px 0px;
	display: inline-block;
}
.headertopright a:hover {
	background-color: #272B37;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.headertopright a.facebookicon:hover {
	background-color: #3b5998;
	color: #fff;
}
.headertopright a.twittericon:hover {
	background-color: #55acee;
	color: #fff;
}
.headertopright a.linkedinicon:hover {
	background-color: #0077b5;
	color: #fff;
}
.headertopright a.googleicon:hover {
	background-color: #dd4b39;
	color: #fff;
}
.address {
	padding: 6px 0px 0px 0px;
	font-size: 12px;
	color: #b6b6b6;
}
.address a {
	color: #b6b6b6;
}
.address span {
	margin-right: 9px;
}
.address .fa {
	margin-right: 6px;
	margin-left: 6px;
	color: #5f5f5f;
}
.norlt {
	position: static;
}
											/* END GIA */

.logo {
	padding: 0px 0px;
	margin: 0;
	float: left;
	width: 180px;
}
.show-grid {
	background-color: #fff;
}

#page-wrap { max-width: 640px; margin: 0 auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
#page-wrap { margin-top: 15px; }
.headertlt {
	width: 100%;
	padding: 40px 0px 15px 0px;
	letter-spacing: -0.5px;
	font-size: 22px;
	font-family: freesans;
	color: #424242;
}
.main-content {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 230px) and (max-width:910px) {
	.wrapper { width: 100%; margin: 0% 0%; }
	.header { min-height: 44px; }
	.logo { display: none !important; }
	.header {
		box-shadow: none !important;
		background-image: none !important;
		position: static !important;
	}
	.bigmegamenu { position: static !important; }
}

@media only screen and (min-width: 911px) and (max-width:1064px) {
	.wrapper { width: 96%; margin: 0% 2%; }
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
	.wrapper { width: 96%; margin: 0% 2%; }
}


/* TOP BAR ----------------------------------------------------------------------------------------------------------- */
#topbar {
	height:60px !important;					/* TOPBAR Height */
	width:100%;
	background:#111;
/*	background:#369; */
font-family:freesans, Arial, sans-serif;
}

#topbar .left {
	position:fixed;
	float:left;
	top:0px;
	left:0px;
	padding:0px 0px;
	z-index:9;
}

#topbar .right {
	position:fixed;
	float:right;
	top:0px;
	right:0px;
	padding:1px;
	z-index:9;
}
@media only screen and (max-width: 767px) {
	#topbar {height:44px !important; }					/* TOPBAR Height on Mobiles */
	#topbar .right { display: none !important; }
}

#topbar .center {
	position:fixed;
	top:0px;
	left:50%;
	transform: translate(-50%, 0%);
	padding:0px;
	z-index:9;
}

/* MIDDLE BAR -------------------------------------------------------------------------------------------------------- */
#midbar	{ 
/*	max-width: 1960px; */
	width: 100%;
	margin: 0 auto;
	font-family:freesans, Arial, sans-serif;
}

#midbar #giaframe {
	display: block;
	position:absolute;
width:auto;
	height:auto;
	bottom:20px;						/* depends on BOTBAR HEIGHT */
	top:0;
	left:0;
	right:0;
	margin-top:60px;					/* depends on #TOPBAR HEIGHT + .headtoppart */
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
/* background-color: #369; */
}

@media only screen and (max-width: 767px) {
	#midbar #giaframe {
		margin-top:44px;				/* depends on #TOPBAR HEIGHT + .headtoppart */
	}
}


/* BOTTOM BAR -------------------------------------------------------------------------------------------------------- */
#botbar {
position: fixed;
font-family:freesans, Arial, sans-serif;
	height: 20px !important;				/* BOTBAR Height */
	width:100%;
	bottom: 0px;
	color: #ddd;
 	background-color: #036;
/* 	background-color: #0d3278; */
	font-size: 12px;
	line-height: 16px;
	z-index: 109;
}
#botbar-right { position: fixed; bottom: 0px; padding: 2px; float: right; right: 0px; }
#botbar-right a {color: #ddd; border-bottom: 1px dotted #ddd; text-decoration: none; }
#botbar-right a: hover {color: #fff; border-bottom: 1px solid #ddd;}
#botbar-center { position: fixed; bottom: 0px; padding: 2px; left: 50%; transform: translate(-50%, 0%); }
#botbar-center a {color: #ddd; border-bottom: 1px dotted #ddd; text-decoration: none; }
#botbar-center a: hover {color: #fff; border-bottom: 1px solid #ddd;}

@media only screen and (max-width: 767px) {
/*	#botbar-center { display: none !important; } */
	#botbar-right { display: none !important; }
}
