/*######################################
	Base Styling
########################################*/
html {
	height: 100%;
	width: 100%;
}
@media (min-width: 768px) {
	body {
		padding: 0;
		margin: 30px 0 0 0;
		background-color: #eff6fc;
		background-image: url('../images/bg.jpg');
		background-position: 50% top;
		background-repeat: repeat;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 1.8em;
		color: #2b434d;
	}
}
@media (max-width: 767px) {
	body {
		padding: 0;
		margin: 30px 0 0 0;
		background-color: #eff6fc;
		background-image: url('../images/bg.jpg');
		background-position: 50% top;
		background-repeat: repeat;
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 1.8em;
		color: #2b434d;
	}
}
@media (min-width: 768px) {
	h1 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: Nunito, serif;
		font-size: 28px;
		color: #13658b;
		font-weight: 600;
		line-height: 1.2em;
	}
	h2 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: Nunito, serif;
		font-size: 24px;
		color: #13658b;
		font-weight: 600;
		line-height: 1.2em;
	}
	h3 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: Nunito, serif;
		font-size: 20px;
		color: #13658b;
		font-weight: 600;
		line-height: 1.2em;
	}
}
@media (max-width: 767px) {
	h1 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: Nunito, serif;
		font-size: 28px;
		color: #13658b;
		font-weight: 600;
		line-height: 1.2em;
	}
	h2 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: Nunito, serif;
		font-size: 22px;
		color: #13658b;
		font-weight: 600;
		line-height: 1.2em;
	}
	h3 {
		padding: 0;
		margin: 0 0 10px 0;
		font-family: Nunito, serif;
		font-size: 18px;
		color: #13658b;
		font-weight: 600;
		line-height: 1.2em;
	}
}
a {
	color: #16749f;
	text-decoration: none;
}
a:hover {
	color: #16749f;
	text-decoration: underline;
}
p {
	margin-bottom: 15px;
}
ol, ul {
	margin: 0 0 15px 0;
}
li {
	margin-bottom: 5px;
}
img {
    border: 0 none;
}
.buttonImage {
	border-style: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	float: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.bottom-space {
	margin-bottom: 15px;
}
.top-space {
	margin-top: 15px;
}
.bottom-space-double {
	margin-bottom: 30px;
}
.top-space-double {
	margin-top: 30px;
}
.centerContainer {
    text-align: center;
}

/*######################################
	Web icons
########################################*/
@media (max-width: 991px) {
	.webIcons {
		float: right;
		margin: 0 0 0 0;
		width: 20px;
		height: 20px;
		overflow: hidden;
	}
}
@media (min-width: 992px) {
	.webIcons {
		float: right;
		margin: 0 5px 0 0;
		width: 20px;
		height: 20px;
		overflow: hidden;
	}
}
.webIconsText {
	float: right;
}
.webIcons img {
	position: relative;
}
.phone1 img { top: 0; left: 0px; }
.mail1 img { top: 0; left: -24px; }
.whatsapp1 img { top: 0; left: -48px; }


/*######################################
	Home
########################################*/
.homeTabContainer {
	margin: 0 -15px 0 -15px;
}
.homeTabImage {
	margin: 0;
	padding: 0;
}
.homeTabImage {
	border-radius: 10px 10px 0 0;
}
.homeTabImage img {
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
}
.homeTabDesc {
	color: #1e353f;
	background-color: #b9d0e5;
	border-top: 2px solid #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	text-align: center;
}
@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.homeTabDesc {
		min-height: 90px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.homeTabDesc {
		min-height: 90px;
	}
}
@media (min-width: 1200px) {
	.homeTabDesc {
		min-height: 60px;
	}
}
.homeTabFooter {
	color: #ffffff;
	background-color: #386a89;
	border-top: 2px solid #ffffff;
	border-radius: 0 0 10px 10px;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px;
	text-align: right;
}
.homeLogo {
	margin: 30px auto;
	text-align: center;
	width: 100%;	
}
.homeLogo img {
	margin: auto;
}
.homePreHeader {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #1a495f;
	background-color: #e4eef7;
	border-radius: 10px;
	border: 1px solid #d2e1ed;
	padding: 15px;
	font-size: 16px;
	line-height: 1.6em;
}
.homeHeader {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	color: #1a495f;
	font-size: 16px;
	line-height: 1.6em;
}
.homeHeader a {
	color: #1a495f;
	text-decoration: none;
}


/*######################################
	Credits
########################################*/
.creditsBar {
	
}
.creditsBar a {
	
}
@media (min-width: 768px) {
	.creditsBarContainer {
		margin: 15px 0;
	}
}
@media (max-width: 767px) {
	.creditsBarContainer {
		margin: 15px 0;
	}
}
.creditLinks {
	position: relative;
	text-align: center;
	width: 100%;
}
.creditLinks div {
	display: inline-block;
}
.creditLinksText {
	margin-right: 0;
}
.creditLinks a {
	margin-right: 15px;
}
.creditLinksNonPadded a {
	margin-right: 0 !important;
}
.creditLinks .creditLinksWindow {
	width: 14px;
	height: 14px;
	overflow: hidden;
}
.creditLinksWindow img {
	position: relative;
}
.creditLinksWindow img {
	left: -60px;
	top: 0;
}

/*######################################
	Browser issue
########################################*/
.browserIssue {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
	filter: alpha(opacity=80);
	opacity: 0.8;
	background-color: #222;
	font-size: 13px;
	color: #fff;
	text-align: center;
	z-index: 999;
}
.browserIssueText {
	text-align: center;
	width: 100%;
}
.browserIssueContainer {
	position: relative;
	text-align: center;
	width: 100%;
}
.browserIssueContainer div {
	display: inline-block;
}
.browserIssue .browserIssueIcon {
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	overflow: hidden;
}
.browserIssueIcon img {
	position: relative;
}
.browserIssueFirefox img {
	left: 0;
	top: -45px;
}
.browserIssueChrome img {
	left: -30px;
	top: -45px;
}
.browserIssueIE img {
	left: -60px;
	top: -45px;
}

/*######################################
	Scroll to top
########################################*/
.scrollToTop {
	position: relative;
}
.scrollToTop div {
	position: fixed;
	bottom: 100px;
	right: 30px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
	cursor: pointer;
	z-index: 999 !important;
}
.scrollToTop div img {
	position: relative;
	left: -15px;
	top: 0;
	z-index: 999 !important;
}

/*######################################
	Fade overlay
########################################*/
#fadeCover {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	text-align: center;
	display: none;
	top: 0;
	left: 0;
	z-index: 9999;
}
#fadeCover div {
	position: absolute;
	width: 100%;
	height: 20px;
	margin-top: -10px;
	top: 50%;
	text-align: center;
}

/*######################################
	jQuery UI widgets font size
########################################*/
.ui-widget {
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	line-height: 16px !important;
}
.ui-widget select {
	padding: 1px;
	font-size: 0.9em !important;
}