
body
	{
	font-family:'Century Gothic', Calibri, Arial, Helvetica, sans-serif;
	overflow-x:hidden;	
	}

h1, .h1	{font-size:32px}
h2, .h2	{font-size:22px}
h3, .h3	{font-size:18px}
h4, .h4	{font-size:16px}
h5, .h5	{font-size:14px}
h6, .h6	{font-size:12px}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6
	{
	color:#4e6db4;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-color:#d6cec8;
	font-weight:normal;	
	}

h1, .h1	{padding:22px 0 12px;}
h2, .h2	{padding:18px 0 9px;}
h3, .h3	{padding:15px 0 7px;}
h4, .h4	{padding:12px 0 6px;}
h5, .h5	{padding:9px 0 5px;}
h6, .h6	{padding:6px 0 3px;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
	color:#80868e;
	}


article div
	{
	text-align:justify;
	}

#logo img
	{
	margin:0 auto;	
	}

.bdr-none	{border:none}

.btn-content {position:relative;display:inline-block;line-height:40px;height:40px;width:auto;padding:0 15px}

.lh-20	{line-height:20px}
.lh-30	{line-height:30px}
.lh-40	{line-height:40px}
.lh-50	{line-height:50px}
.lh-60	{line-height:60px}

.pad-all	{padding-top:10px;padding-left:10px;padding-right:10px;padding-bottom:10px}


/* Icon Sizes */

.icn-sml	{font-size:0.8em}
.icn-mdm	{font-size:1.0em}
.icn-lrg	{font-size:1.6em}

a:hover
	{
	text-decoration:none;	
	}

.alert
	{
	position:fixed;
	right:-33%;
	top:130px;
	width:33%;
	height:auto;
	display:block;
	line-height:20px;
	padding:25px 20px;
	margin-right:-40px;
	border-radius:0;
	text-align:left;
	font-size:14px;
	z-index:9999;
	}

@media screen and (max-width: 1200px){

.alert
	{
	right:-50%;
	width:50%;	
	}
	
}

.alert p
	{
	padding:0;
	margin:0;
	}

.alert-success
	{
	background-color:#56d31f;
	color:#000;	
	}

.alert-error
	{
	background-color:#ce1d2a;
	color:#fff;	
	}

.alert-warning 
	{
	background-color:#f1a52d;
	color:#000;	
	}

code
	{
	top:10px;
	bottom:10px;
	display:block;
	padding:10px 20px;
	background-color:#f9f5de;
	border:	#e0cb81 solid 1px;
	margin:10px 0;
	border-radius:0;
	overflow:hidden;
	text-wrap:normal;
	text-overflow:ellipsis;
	}


.box-shdw-black, .box-shdw-black-hover:hover
	{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);	
	}

.box-shdw-grey, .box-shdw-grey-hover:hover
	{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(84,84,84,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(84,84,84,0.5);
	box-shadow: 0px 0px 5px 0px rgba(84,84,84,0.5);	
	}

.article-image
	{
	max-width:400px;	
	}

.article-image-preview
	{
	float:right;
	max-width:40%;
	max-height:150px;
	margin:0 0 10px 10px;	
	}

@media (max-width: 768px) {
.article-image
	{
	max-width:40%;	
	}
}

/* Common Button Products */

.home .content-btn, .home .content-btn-link, .products .content-btn, .products .content-btn-link
	{
	position:relative;
	display:block;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;	
	}

.home .content-btn-title, .products .content-btn-title
	{
	font-size:1.5em;
	color:#3e9439;
	text-align:left;
	border-bottom:#6d2974 solid 1px;
	margin:0 10px 10px;
	}

.home .content-btn-desc, .products .content-btn-desc
	{
	text-align:left;
	font-size:0.9em;
	padding:10px 10px 0 10px;	
	}

	
@media (min-width: 768px) {
	
}


.software .btns-main
	{
	position:relative;
	display:block;
	float:left;
	width:100%;
	}

/* Software Button Products */

.software .content-btn
	{
	position:relative;
	display:block;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;	
	}

.software .content-btn-icn
	{
	position:relative;
	display:block;
	float:left;
	width:20%;
	font-size:3.0em;
	text-align:center;
	}

.software .content-btn-title
	{
	font-size:1.5em;
	display:block;
	float:left;
	width:80%;
	text-align:left;
	margin:0 0 10px;
	line-height:60px;
	}

.software .content-btn-desc
	{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0 15px;	
	}

.clear-hr
	{
	position:relative;
	float:left;
	display:block;
	width:100%;
	height:1px;
	margin:0;
	padding:0;
	border:none;	
	}


@media (min-width: 768px) {
	
}


/* Blog Listing */

.blog-post
	{
	text-align:justify	
	}

.blog-post-title
	{
	text-align:left;
	font-size:24px;
	margin-top:40px;
	border-bottom:#d6cec8 solid 1px;
	}

.blog-post-created
	{
	width:100%;
	text-align:right;
	margin-bottom:12px;
	font-style:italic;
	}

.blog-post-link
	{
	width:100%;
	line-height:40px;
	padding:0 10px;
	text-align:center;
	text-transform:uppercase;
	}

.blog-post-link:hover
	{
	text-decoration:none	
	}

.blog-post-created
	{
	font-size:12px;
	text-align:right;	
	}

@media (min-width: 768px) {


.blog-post-title
	{
	
	padding-top:16px;
	padding-bottom:8px;
	}
	
.blog-post-link
	{
	text-align:right;	
	}
	
.blog-post-link:hover
	{
	text-decoration:none	
	}
	
}



/* Opacities */


.op-50,  .op-50-hover:hover 	{opacity:0.5;filter:alpha('opacity=50%')}
.op-60,  .op-60-hover:hover 	{opacity:0.6;filter:alpha('opacity=60%')}
.op-70,  .op-70-hover:hover 	{opacity:0.7;filter:alpha('opacity=70%')}
.op-80,  .op-80-hover:hover 	{opacity:0.8;filter:alpha('opacity=80%')}
.op-90,  .op-90-hover:hover 	{opacity:0.9;filter:alpha('opacity=90%')}
.op-100, .op-100-hover:hover 	{opacity:1.0;filter:alpha('opacity=100%')}

@media (max-width: 768px) {
/* Override and show hovers as the default for smaller screens */
.op-50-hover 	{opacity:0.5;filter:alpha('opacity=50%')}
.op-60-hover 	{opacity:0.6;filter:alpha('opacity=60%')}
.op-70-hover 	{opacity:0.7;filter:alpha('opacity=70%')}
.op-80-hover 	{opacity:0.8;filter:alpha('opacity=80%')}
.op-90-hover 	{opacity:0.9;filter:alpha('opacity=90%')}
.op-100-hover 	{opacity:1.0;filter:alpha('opacity=100%')}	

}


/* Paddings */

.pad-none, .pad-reset 
				{padding:0}

.pad-all 		{padding:5px;}
.pad-all-mdm 	{padding:10px;}
.pad-all-lrg 	{padding:20px;}

.pad-t 			{padding-top:5px}
.pad-b 			{padding-bottom:5px}
.pad-l 			{padding-left:5px}
.pad-r 			{padding-right:5px}

.pad-t-mdm 		{padding-top:10px}
.pad-b-mdm 		{padding-bottom:10px}
.pad-l-mdm 		{padding-left:10px}
.pad-r-mdm 		{padding-right:10px}

.pad-lr 		{padding-left:5px;padding-right:5px}
.pad-lr-mdm 	{padding-left:10px;padding-right:10px}
.pad-lr-lrg 	{padding-left:20px;padding-right:20px}




/* Margins */

.mrg-none, .mrg-reset 
				{margin:0}

.mrg-lr-auto 	{margin-left:auto;margin-right:auto}
.mrg-all-auto 	{margin-top:auto;margin-left:auto;margin-right:auto;margin-bottom:auto}

.mrg-all-sml 	{margin-top:5px;margin-left:5px;margin-right:5px;margin-bottom:5px}
.mrg-t-sml 		{margin-top:5px}
.mrg-b-sml 		{margin-bottom:5px}
.mrg-l-sml 		{margin-left:5px}
.mrg-r-sml 		{margin-right:5px}
.mrg-lr-sml 	{margin-left:5px;margin-right:5px}
.mrg-rb-sml 	{margin-right:5px;margin-bottom:5px}

.mrg-all-mdm 	{margin-top:10px;margin-left:10px;margin-right:10px;margin-bottom:10px}
.mrg-t-mdm 		{margin-top:10px}
.mrg-b-mdm 		{margin-bottom:10px}
.mrg-r-mdm 		{margin-right:10px}
.mrg-l-mdm 		{margin-left:10px}
.mrg-lr-mdm 	{margin-left:10px;margin-right:10px}
.mrg-rb-mdm 	{margin-right:10px;margin-bottom:10px}


.mrg-all-lrg 	{margin-top:20px;margin-left:20px;margin-right:20px;margin-bottom:20px}
.mrg-t-lrg 		{margin-top:20px}
.mrg-b-lrg 		{margin-bottom:20px}
.mrg-r-lrg 		{margin-right:20px}
.mrg-l-lrg 		{margin-left:20px}
.mrg-lr-lrg 	{margin-left:20px;margin-right:20px}
.mrg-rb-lrg 	{margin-right:20px;margin-bottom:20px}

.mrg-ol-t-sml 	{margin-top:5px}
.mrg-ol-t-mdm 	{margin-top:10px}
.mrg-ol-t-lrg 	{margin-top:20px}



/* Background Colours */

.bg-blue, .bg-blue-hover:hover {background-color:#4e6db4;color:#fff}
.bg-lgt-blue, .bg-lgt-blue-hover:hover {background-color:#337ab7;color:#fff}
.bg-drk-blue, .bg-drk-blue-hover:hover {background-color:#3c546d;color:#fff}
.bg-vdrk-blue, .bg-vdrk-blue-hover:hover {background-color:#0d2045;color:#fff}
.bg-blue-grey, .bg-blue-grey-hover:hover {background-color:#2b3643;color:#fff}
.bg-grey-blue, .bg-grey-blue-hover:hover {background-color:#414a56;color:#fff}

.bg-pink, .bg-pink-hover:hover {background-color:#c83e6a;color:#fff}
.bg-ple-red, .bg-ple-red-hover:hover {background-color:#c23a3a;color:#fff}
.bg-red, .bg-red-hover:hover {background-color:#ce1d2a;color:#fff}

.bg-green, .bg-green-hover:hover {background-color:#8ec90f;color:#fff}
.bg-drk-green, .bg-drk-green-hover:hover {background-color:#42975e;color:#fff}
.bg-brg-green, .bg-brg-green-hover:hover {background-color:#56d31f;color:#fff}

.bg-yellow, .bg-yellow-hover:hover {background-color:#dbb728;color:#000}
.bg-can-yellow, .bg-can-yellow-hover:hover {background-color:#e6b42f;color:#000}
.bg-orange, .bg-orange-hover:hover {background-color:#e6852f}
.bg-tan, .bg-tan-hover:hover {background-color:#ecd7a0;color:#000}

.bg-black, .bg-black-hover:hover {background-color:#000;color:#fff}
.bg-drk-grey, .bg-drk-grey-hover:hover {background-color:#545454;color:#fff}
.bg-lgt-grey, .bg-lgt-grey-hover:hover {background-color:#eceef1;color:#000}
.bg-mid-grey, .bg-mid-grey-hover:hover {background-color:#80868e;color:#fff}
.bg-grey, .bg-grey-hover:hover {background-color:#6a6a6a;color:#fff}

.bg-white, .bg-white-hover:hover, .bg-white:hover {background-color:#ffffff;color:#000}
.bg-ivory, .bg-ivory-hover:hover, .bg-ivory:hover {background-color:#d6cec8;color:#000}
.bg-off-white, .bg-off-white-hover:hover, .bg-off-white:hover {background-color:#f1f1f1;color:#000}


/* Text Colours */

.txt-blue, .txt-blue-hover:hover {color:#4e6db4}
.txt-lgt-blue, .txt-lgt-blue-hover:hover {color:#337ab7}
.txt-drk-blue, .txt-drk-blue-hover:hover {color:#3c546d}
.txt-vdrk-blue, .txt-vdrk-blue-hover:hover {color:#0d2045}
.txt-blue-grey, .txt-blue-grey-hover:hover {color:#2b3643}
.txt-grey-blue, .txt-grey-blue-hover:hover {color:#414a56}

.txt-pink, .txt-pink-hover:hover {color:#c83e6a}
.txt-ple-red, .txt-ple-red-hover:hover {color:#c23a3a}
.txt-red, .txt-red-hover:hover {color:#ce1d2a}

.txt-green, .txt-green-hover:hover {color:#72c52e}
.txt-drk-green, .txt-drk-green-hover:hover {color:#42975e}
.txt-brg-green, .txt-brg-green-hover:hover {color:#56d31f}

.txt-yellow, .txt-yellow-hover:hover {color:#dbb728}
.txt-can-yellow, .txt-can-yellow-hover:hover {color:#e6b42f}
.txt-orange, .txt-orange-hover:hover {color:#e6852f}
.txt-tan, .txt-tan-hover:hover {color:#ecd7a0}

.txt-black, .txt-black-hover:hover {color:#000}
.txt-drk-grey, .txt-drk-grey-hover:hover {color:#545454}
.txt-lgt-grey, .txt-lgt-grey-hover:hover {color:#eceef1}
.txt-mid-grey, .txt-mid-grey-hover:hover {color:#80868e}
.txt-grey, .txt-grey-hover:hover {color:#6a6a6a}

.txt-white, .txt-white-hover:hover {color:#ffffff}
.txt-ivory, .txt-ivory-hover:hover {color:#d6cec8}
.txt-off-white, .txt-off-white-hover:hover {color:#f1f1f1}



/* Border Colours */

.bdr-none {border:none}

.bdr-blue {border-color:#4e6db4}
.bdr-lgt-blue {border-color:#337ab7}
.bdr-drk-blue {border-color:#3c546d}
.bdr-vdrk-blue {border-color:#0d2045}
.bdr-blue-grey {border-color:#2b3643}
.bdr-grey-blue {border-color:#414a56}

.bdr-pink {border-color:#c83e6a}
.bdr-ple-red {border-color:#c23a3a}
.bdr-red {border-color:#ce1d2a}

.bdr-green {border-color:#72c52e}
.bdr-drk-green {border-color:#42975e}
.bdr-brg-green {border-color:#56d31f}

.bdr-yellow {border-color:#dbb728}
.bdr-can-yellow {border-color:#e6b42f}
.bdr-orange {border-color:#e6852f}
.bdr-tan {border-color:#ecd7a0}

.bdr-black {border-color:#000}
.bdr-drk-grey {border-color:#545454}
.bdr-lgt-grey {border-color:#eceef1}
.bdr-mid-grey {border-color:#80868e}
.bdr-grey {border-color:#6a6a6a}

.bdr-white {border-color:#ffffff}
.bdr-ivory {border-color:#d6cec8}
.bdr-off-white {border-color:#f1f1f1}

.alg-ctr {text-align:center}


/* Float Controls !!IMPORTANT!! */

.lyr-flt-l	{float:left}
.lyr-flt-r	{float:right}
.no-flt		{float:none}


