@charset "utf-8";
/***********************************/
/* Version: v1.0.0
/* Project: http://xpomsa.org
/* Note: Primary Layout Setting
/***********************************/
@viewport {
	width: device-width !important;
	zoom: 1 !important;
}

@-o-viewport {
	width: device-width !important;
	zoom: 1 !important;
}

@-ms-viewport {
	width: device-width !important;
	zoom: 1 !important;
}

/* HTML Tag Settings
/*=================================*/
body {
	color: #58585B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	margin: 0px;
}

html, body {
	height: 100%;
}

a, a:link, a:focus, a:active, a:visited, a:hover {
	color: #4473a9;
	outline: none !important;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px auto 15px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #555E64;
	text-align: left;
}

.clearfix {
	display: block;
	clear: both;
	overflow: hidden;
}

/* Container Settings
/*=================================*/
#bodyContainer, #headerContainer, #headerArea, #mainContainer,
#bannerContainer, #bannerArea, #footerContainer, #footerArea {
	position: relative;
	width: 100%;
	min-width: 320px !important;
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: hidden;
}

#bodyContainer {
	height: 100%;
	overflow: hidden;
	background: url(../../assets/images/banner-bg.jpg) repeat 0px 0px;
	background-size: contain;
}

#headerContainer {
	height: 100px;
	position: fixed;
	z-index: 999999;
	background: #f5f5f5;
	border-bottom: 5px solid #C7C7C7;
}

#mainContainer {
	margin-top: 100px;
}

#footerContainer {
	background-color: #16325B;
	padding: 10px 0px;
	position: fixed;
	bottom: 0px;
	border-top: 3px solid #FFFFFF;
}

#headerArea, #footerArea {
	width: 100%;
	margin: 0px auto;
	padding: 0px 1.581027667984%;
	max-width: 1265px !important;
}

#headerArea {
	padding: 15px 10px;
}

#siteLogo, #siteLogo a {
	width: 130px;
	height: 65px;
	display: inline-block;
	text-indent: -9999px;
	margin: 0px auto;
}

#siteLogo a {
	background: url(../../assets/images/logo-xpomsa.png) no-repeat 0px 0px;
	background-size: contain;
	float: left;
}

#bannerArea {
	color: #FFFFFF;
	width: 75%;
	max-width: 950px;
	min-height: 325px;
	margin: 5% auto;
	padding: 50px;
	border: 5px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(9, 136, 203, 0.7);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

#bannerArea h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 30px;
	color: #FFFFFF
}

#bannerArea p {
	font-size: 20px;
	text-align: justify;
}

#bannerArea p a {
	background-color: #fff;
	padding: 2px 8px;
	border-radius: 5px;
}

#footerArea {
	color: #FFFFFF;
}