html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


* {
	padding: 0;
	margin: 0;
}

body {
	width:100%;
	height:100%;
	padding: 0;
	margin: 0;
	font-family:'OpenSans', Arial, Helvetica, sans-serif;
	font-size:100%;
	text-align:left;
	line-height:normal;
	color:#4d4d4d;
	background:#f7f7f7;
}

body.noscroll, body.noscroll1 {
    height:100%;
	overflow:hidden;
}

@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

html {
	padding: 0;
	margin: 0;
	text-align:left;
}

#wrapper {
	max-width:100%;
	height:100%;
	margin: 0 auto;
	display:block;
	text-align:left;
	position:relative;
}

body.noscroll #wrapper {
    min-height:100%;
    overflow-y:scroll;
}

#outer {
	max-width:100%;
	padding:0;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

#inner {
	margin:0 auto;
	position:relative;
}

.fixed {
	position:fixed !important;
}

/* ------------- HEADER ------------- */

header {
	width:100%;
	margin:0 auto;
	padding:0 0;
	display:block;
	position:fixed !important;
	top:0;
	z-index:100;
	border-bottom:1px solid rgba(255,255,255,0.2);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

.contact header {
	background:rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(102,102,102,0.5);
}

header .inside {
	padding:0 30px;
	margin:0 auto;
}

#logo {
	width:10%;
	display:inline-block;
	float:left;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

.logoinside {
	padding:0 40px 0 0;
	margin:0 auto;
}

#logo .logoinside img {
	max-height:90px;
	margin:5px 0;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

#logo .logoinside a:hover img {
	transform:scale(0.95);
	-webkit-transform:scale(0.95);
	-moz-transform:scale(0.95);
	-ms-transform:scale(0.95);
	-o-transform:scale(0.95);

	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);
}

#logo span {
	vertical-align:middle;
}

#logo .logotext {
	display:none;
}

#logo a {
	margin:0;
	display:inline-block;
}

#toppanel {
	width:90%;
	margin:0;
	display:inline-block;
	float:right;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

#toppanel .toppanelinside {
	margin:0 auto;
	padding:0;
	position:relative;
}

#toppanel .toppanelinside li:before {
	display:none;
}

.topcontact {
	margin:23px 0 0 0;
	padding:0 20px 0 10px;
	font-size:90%;
	color:#000;
	text-align:right;
	display:inline-block;
	float:right;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

.topcontact br {
	display:none;
}

#toppanel .topcontact > div {
	padding:3px 5px;
	display:inline-block;
	vertical-align:top;
	border-left:1px solid rgba(255,255,255,0.2);
}

#toppanel .topcontact .moduletable:last-child {
	border-right:1px solid rgba(255,255,255,0.2);
}

.moduletable.sosmed ul,
.moduletable.sosmed ul li {
	padding:0;
	text-indent:0;
	display:inline-block;
	vertical-align:middle;
}

.moduletable.sosmed ul {
	margin:0;
}

.moduletable.sosmed ul li {
	margin:0 5px;
}

.topcontact .modinside > span {
	margin:0 5px;
}

.moduletable.sosmed a, .topcontact .contactinfo a .icon {
	width:30px;
	height:30px;
	padding:0;
	margin:0;
	display:inline-block;
	overflow:hidden;
	text-indent:-999%;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}

.moduletable.contactinfo a .icon,
.moduletable.contactinfo a:hover .icon {
	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

.topcontact .contactinfo a .text {
	display:none;
}

.topcontact .info_email a .icon {
	background-image:url(../images/icon-top-email.png);
}

.topcontact .info_telephone a .icon {
	background-image:url(../images/icon-top-phone.png);
}

.moduletable.sosmed .facebook a {
	background-image:url(../images/icon-facebook.png);
}

.moduletable.sosmed .twitter a {
	background-image:url(../images/icon-twitter.png);
}

.moduletable.sosmed .instagram a {
	background-image:url(../images/icon-instagram.png);
}

.moduletable.sosmed .linkedin a {
	background-image:url(../images/icon-linkedin.png);
}

.moduletable.sosmed a:hover,
.moduletable.contactinfo a:hover .icon {
	background-position:bottom center;

	filter: brightness(120%);
	-webkit-filter: brightness(120%);
	-moz-filter: brightness(120%);
	-o-filter: brightness(120%);
	-ms-filter: brightness(120%);
}

.moduletable.sosmed .text {
	display:none;
}

.moduletable.language div.mod-languages ul {
	margin:0 5px;
	padding:0;
}

.moduletable.language div.mod-languages li {
	margin:0 5px;
	padding:0;
	line-height:30px;
}

.moduletable.language div.mod-languages li.lang-active a {
	color:#85e17c;
}

.moduletable.topbanner {
	padding:3px 0;
}

.moduletable.topbanner .banneritem img {
	max-width:80px;
}

/* --- MAIN MENU ---- */

#menu-icon {
	display:none;
}

#mainmenu {
	margin:30px 0 0;
	font-size:90%;
	display:inline-block;
	position:relative;
	top:0;
	z-index:100000;
	float:left;
}

nav.menu {
	padding:0;
	margin:0 auto;
	display:block;
	vertical-align:middle;
}

nav.menu > div {
	display:inline-block;
	vertical-align:middle;
}

nav.menu .modinside {
	margin:0 auto;
	position:relative;
}

#mainmenu .moduletable_menu {
	margin:0 auto 0;
	padding:0;
	display:block;
}

#mainmenu ul {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	text-indent:0;
	overflow:inherit;
}

#mainmenu ul li {
	padding:0;
	margin:0 0 0 40px;
	font-size:108%;
	font-weight:normal;
	position:relative;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
}

#mainmenu ul li:first-child {
	margin:0;
}

#mainmenu li a {
	padding:0;
	font-weight:normal;
	color:#fff;
	display:inline-block;
	position:relative;
	overflow:hidden;
}

#mainmenu li a:hover {
	color:#64a95d;
}

#mainmenu li.current a,
#mainmenu li.active a {
	color:#85e17c;
}

/* SUB MENU */

#mainmenu .submenu {
	margin:0;
	padding:13px 0;
	display:block;
	z-index:100;
	position:absolute;
	left:0;
	opacity:0;
	visibility:hidden;

	transition:         all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition:    all .15s ease-in-out;
	-o-transition:      all .15s ease-in-out;
}

#mainmenu ul ul {
	width:150%;
	padding:10px 0;
	display:block;
	background:#85e17c;
}

#mainmenu ul li.parent:hover .submenu {
	margin:-4px 0 0;
	visibility:visible;
	opacity:1;
	
	transition:         all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition:    all .15s ease-in-out;
	-o-transition:      all .15s ease-in-out;
}

#mainmenu li.parent li {
	margin:0;
	padding:0 10px;
	font-size:90%;
	text-align:left;
	line-height:normal;
	display:block;
	float:none;
	border:0;
}

#mainmenu li.parent li a,
#mainmenu li.active.parent li a {
	padding:0;
	color:#fff;
	text-transform:capitalize;
	text-align:left;
}

#mainmenu li.parent li a span,
#mainmenu li.active.parent li a span {
	padding:0;
	font-weight:normal;
	background:none;
}

#mainmenu li.parent li a:hover,
#mainmenu li.active.parent li a:hover {
	color:#64a95d;
}

#mainmenu li.parent li.current a,
#mainmenu li.active.parent li.current a {
	color:#000;
}

#mainmenu li li .bottom-linemenu {
	display:none !important;
}


/* END OF SUB MENU */


/* SIDE MENU */

.main-header, .main-nav,
#main-nav .fromtop {
	display:none;
}

/* END OF SIDE MENU */

header.sticky {
	background:rgba(0,0,0,0.3);
	border-bottom:1px solid rgba(255,255,255,0);
}

header.sticky #logo {
	width:7%;
}

header.sticky #toppanel {
	width:93%;
}

header.sticky #toppanel .toppanelinside {
	margin:0;
}

header.sticky #logo,
header.sticky #toppanel {
	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

header.sticky #logo .logoinside img {
	max-height:60px;
	
	transform-origin:bottom left;
	-webkit-transform-origin:bottom left;
	-moz-transform-origin:bottom left;
	-ms-transform-origin:bottom left;
}

header.sticky #toppanel .toppanelinside #mainmenu {
	margin:15px 0 0;
}

header.sticky #toppanel .toppanelinside #mainmenu ul li {
	font-size:90%;
}

header.sticky #toppanel .toppanelinside .topcontact {
	margin:10px 0 0;
}

header.sticky #toppanel .topcontact > div {
	padding:0 5px;
	zoom:0.9;
}

/* ---- END OF MAIN MENU ---- */


/* ------------- END OF HEADER ------------- */


/* ------------- SLIDESHOW ------------- */

#slideshow {
	max-width:100%;
	max-height:430px;
	padding:0;
	margin:0 auto;
	display:block;
	overflow:hidden;
}

.home #slideshow {
	max-height:650px;
}

#slideshow .inside {
	margin:0 auto;
	display:block;
	position:relative;
}

#slideshow #HeaderBanner {
	background:#000;
}

#slideshow .inside .wrapimg {
	max-height:440px;
	overflow:hidden;
	display:block;
	opacity:0.5;
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}

#slideshow .inside .wrapimg img {
	visibility:hidden;
}

.home #slideshow .inside .wrapimg img {
	width:auto;
}

#slideshow .inside .moduletable.slideshow .camera_wrap {
	width:100% !important;
	margin-bottom:0 !important;
}

#slideshow .camera_commands {
	display:none;
}

#slideshow .camera_prev,
#slideshow .camera_next {
	width:50px;
	height:50px;
	margin:0;
	background:none;
}

#slideshow .camera_prev {
	left:30px;
}

#slideshow .camera_next {
	right:30px;;
}

#slideshow .camera_prev > span,
#slideshow .camera_next > span {
	width:50px;
	height:50px;
	background-repeat:no-repeat;
	background-image:url(../images/arrow-slider.png);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

#slideshow .camera_prev > span:hover,
#slideshow .camera_next > span:hover {
	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:    all .25s ease-in-out;
}

#slideshow .camera_prev > span {
	background-position:left top;
}

#slideshow .camera_prev > span:hover {
	background-position:left bottom;
}

#slideshow .camera_next > span {
	background-position:right top;
}

#slideshow .camera_next > span:hover {
	background-position:right bottom;
}

#slideshow .cameraContents,
#slideshow .cameraContent {
	text-align:center;
}

#slideshow .cameraContent {
	width:auto !important;
	margin:0;
}

#slideshow .slideshowck .cameraContents .cameraContent .camera_caption {
	width:auto !important;
	max-width:650px;
	padding:0 30px;
	margin:auto;
	text-align:center;
	top:40%; bottom:auto; left:0; right:0;
}

#slideshow .cameraContent .camera_caption > div {
	margin:0;
	padding:0;
	font-family:'OpenSans', Arial, Helvetica, sans-serif;
	font-size:100%;
	background:none;
	position:relative;
	display:inline-block;
	z-index:200;
}

#slideshow .camera_target_content .cameraContent .camera_caption_title {
	margin:0 0 12px;
	padding:0;
	font-size:220%;
	font-weight:normal;
	line-height:100%;
	color:#fff;
	text-transform:uppercase;
}

#slideshow .cameraContent .camera_caption .camera_caption_desc {
	font-size:100%;
	color:#fff;
}

#slideshow .camera_readmore_link {
	margin:30px auto 0;
}

#slideshow .inside .slideshowck .camera_readmore_link a {
	padding:15px 28px;
	margin:0 auto;
	font-size:90%;
	color:#85e17c;
	text-transform:uppercase;
	background:rgba(133,225,124,0) !important;
	border:1px solid rgba(133,225,124,1);
	display:inline-block;
}

#slideshow .inside .slideshowck .camera_readmore_link a:hover {
	color:#fff;
	background:rgba(133,225,124,1) !important;
}

#slideshow .camera_wrap .camera_pag .camera_pag_ul li .thumb_arrow {
	display:none !important;
}

#slideshow .inside .moduletable.slideshow .camera_target_content {
	background:rgba(0,0,0,0.4);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

#slideshow .moduletable.slideshow .camera_pag {
	max-width:100%;
	padding:0 30px 20px;
	display:block;
	position:absolute;
	left:0; right:0; bottom:0;
}

#slideshow .moduletable.slideshow .camera_wrap .camera_pag .camera_pag_ul {
	text-align:center;
}

#slideshow .camera_wrap .camera_pag .camera_pag_ul li {
	width:24px;
	height:24px;
	border:0;
	background:#fff;
	
    -webkit-transform:scale(0.7);
    -moz-transform:scale(0.7);
    -o-transform:scale(0.7);
    -ms-transform:scale(0.7);
    transform:scale(0.7);
	
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:		all .25s ease-in-out;
}

#slideshow .camera_wrap .camera_pag .camera_pag_ul li:hover {
	background:rgba(255,255,255,0.6);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:		all .25s ease-in-out;
}

#slideshow .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background:#85e17c;

    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
	
	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
	-ms-transition:		all .25s ease-in-out;
}

#slideshow .camera_wrap .camera_pag .camera_pag_ul li > span {
	display:none;
}

.article #slideshow > .inside {
	background:#000;
}

.article #slideshow .wrapimg {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.article #slideshow img {
	visibility:hidden;
}

/* ------------- END OF SLIDESHOW ------------- */

/* ------------- HEADER BANNER ------------- */

#HeaderBanner {
	max-height:430px;/*430*/
	position:relative;	
}

#HeaderBanner .wrapContent {
	padding:0 30px;
	text-align:center;
	position:absolute;
	bottom:20%; left:0; right:0;
}

#HeaderBanner .wrapContent h3 {
	margin:0 auto 10px;
	padding:0;
	font-size:160%;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
}

#HeaderBanner .wrapContent .bannerDescription {
	max-width:450px;
	margin:0 auto 20px;
	color:#e9e9e9;
}

#HeaderBanner .wrapContent a.bannerLink {
	padding:7px 20px;
	margin:0 auto;
	font-size:75%;
	color:#fff;
	text-transform:uppercase;
	background:#395988 !important;
	display:inline-block;

	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-o-border-radius:9px;
	-ms-border-radius:9px;
	border-radius:9px;
}

#HeaderBanner .wrapContent a.bannerLink:hover {
	background:#85e17c !important;
}

/* ------------- END OF HEADER BANNER ------------- */

/* ------------- CONTENT ------------- */

#content {
	max-width:100%;
	margin:0 auto;
	padding:0 30px;
	position:relative;
	display:block;
}

#content .contentinside {
	margin:0 auto;
	padding:40px 30px;
	position:relative;
}

.home #content .contentinside {
	padding:0;
	min-height:0;
}

#content .published {
	font-size:85%;
}

.container, .container .inside {
	position:relative;
}

.blog .page-header h2 span:first-child {
	display:inline-block;
}

.alignleft {
	margin:0 10px 10px 0;	
	float:left;
}

.alignright {
	margin:0 0 10px 10px;	
	float:right;
}

ul.breadcrumb {
	padding:15px 0;
	font-size:70%;
}

ul.breadcrumb, ul.breadcrumb li {
	margin:0;
	list-style:none;
	text-indent:0;
	display:inline-block;
}

ul.breadcrumb li {
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	color:#9a9a9a;
	border-right:1px solid #9a9a9a;
}

ul.breadcrumb li:first-child {
	margin:0 0 0 -5px;
}

ul.breadcrumb li .divider {
	display:none;
}

ul.breadcrumb li a {
	color:#9a9a9a;
	opacity:1;
}

ul.breadcrumb li a:hover {
	color:#fff;
}

/* --- HOME --- */

.home #container-panel-1 .moduletable.ourproducts .modinside {
	padding:20px 0 40px;
	overflow:hidden;
}

.home #container-panel-1 .moduletable.ourproducts ul,
.home #container-panel-1 .moduletable.ourproducts li {
	line-height:normal;
	list-style:none;	
}

.home #container-panel-1 .moduletable.ourproducts ul {
	width:200%;
	width:calc(100% * 2);
}

.home #container-panel-1 .moduletable.ourproducts ul {
	margin:0 auto;
}

.home #container-panel-1 .moduletable.ourproducts li {
	width:12.5%;
	margin:0; padding:0;
	text-align:center;
	display:inline-block;
	float:left;
	position:relative;
}

.home #container-panel-1 .moduletable.ourproducts li:before {
	display:none;
}

.home #container-panel-1 .moduletable.ourproducts li .groupinside {
	padding:0 15px;
}

.home #container-panel-1 .moduletable .groupinside > .mod-articles-category-title {
	margin:20px auto;
	font-size:120%;
	text-transform:uppercase;
	display:inline-block;
}

.home #container-panel-1 .moduletable.ourproducts .mod-articles-category-introtext {
	height:45px;
	line-height:125%;
	overflow:hidden;
}

.home #container-panel-1 .moduletable .groupinside .mod-articles-category-readmore a,
.home #container-panel-3 .moduletable.records .nspArtInside .readon {
	padding:10px 16px;
	margin:0 auto 10px;
	font-size:80%;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	background-color:#85e17c;
	border:1px solid #85e17c;
}

.home #container-panel-1 .moduletable .groupinside .mod-articles-category-readmore a:hover,
.home #container-panel-3 .moduletable.records .nspArtInside .readon:hover {
	color:#85e17c;
	background-color:transparent;
}

.home #container-panel-1 .moduletable.ourproducts li .wrapimg,
.home #container-panel-1 .moduletable.ourproducts li .wrapimg img {
	max-width:none;
	max-height:200px;
	margin:0 auto;
	text-align:center;
	background:#e0e0e0;
	display:block;
}

.home #container-panel-1 .moduletable.ourproducts li .wrapimg {
	width:200px;
	border:3px solid #64a95d;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;

	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
}

.home #container-panel-1 .moduletable.ourproducts li .wrapimg img {
	width:auto;
	visibility:hidden;
	opacity:0;
}

.home #container-panel-1 .moduletable.ourproducts .controlbtn {
	display:block;
}

.home #container-panel-1 .moduletable.ourproducts .controlbtn span {
	display:none;
}

.home #container-panel-1 .moduletable.ourproducts .btnPrevious,
.home #container-panel-1 .moduletable.ourproducts .btnNext {
	width:60px;
	height:60px;
	position:absolute;
	cursor:pointer;
	top:45%;
	background-repeat:no-repeat;
	background-image:url(../images/arrow-slider.png);

	transition:         all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition:    all .15s ease-in-out;
	-o-transition:      all .15s ease-in-out;	
	-ms-transition:    all .15s ease-in-out;
}

.home #container-panel-1 .moduletable.ourproducts .btnPrevious {
	background-position:bottom left;
	left:-40px;
}

.home #container-panel-1 .moduletable.ourproducts .btnNext {
	background-position:bottom right;
	right:-40px;
}

.home #container-panel-1 .moduletable.ourproducts .btnPrevious:hover,
.home #container-panel-1 .moduletable.ourproducts .btnNext:hover {
	margin:10px 0 0;
	filter: brightness(150%);
	-webkit-filter: brightness(150%);
	-moz-filter: brightness(150%);
	-o-filter: brightness(150%);
	-ms-filter: brightness(150%);

	transition:         all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition:    all .15s ease-in-out;
	-o-transition:      all .15s ease-in-out;	
	-ms-transition:    all .15s ease-in-out;
}

.home #maincontent, .home #sidecontent {
	display:none;
}

.home #container-panel-1 .moduletable.ourproducts .title h3,
.home #container-panel-2 .moduletable.aboutus .nspArt h4.nspHeader,
.home #container-panel-3 .moduletable.records .nspArt h4.nspHeader {
	padding:0 0 10px;
	font-size:180%;
	font-weight:bold;
    color:#64a95d;	
	text-align:center;
	text-transform:uppercase;
	display:block;
}

.home #container-panel-1 .moduletable.ourproducts h3,
.home #container-panel-3 .moduletable.records .nspArt h4.nspHeader {
	margin:0 40px 40px;
	border-bottom:1px solid #e5e5e5;
}

.home #container-panel-2 .moduletable.aboutus .nspArtInside {
	max-height:300px;
	overflow:hidden;
}

.home #container-panel-2 .moduletable.aboutus .nspArt h4.nspHeader {
	margin:0 0 10px;
}

.home #container-panel-2 .moduletable.aboutus .nspArt {
	padding:0 !important;
}

.home #container-panel-2 .moduletable.aboutus .gkArtImageWrap {
	background:#000;
}

.home #container-panel-2 .moduletable.aboutus .wrapimg {
	opacity:0.5;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.home #container-panel-2 .moduletable.aboutus a:hover .wrapimg {
	opacity:0.3;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.home #container-panel-2 .moduletable.aboutus .wrapimg img {
	visibility:hidden;
}

.home #container-panel-2 .moduletable.aboutus .gkArtContentWrap {
	position:absolute;
	left:0; top:0; right:0; bottom:0;
}

.home #container-panel-2 .moduletable.aboutus .gkArtContentInside {
	max-width:520px;
	margin:10px auto;
	padding:30px;
	text-align:center;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.home #container-panel-2 .moduletable.aboutus a:hover .gkArtContentInside {
	margin:30px auto;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.home #container-panel-2 .moduletable.aboutus .nspText {
	color:#fff;
}

.home #container-panel-2 .moduletable.aboutus .wrapreadon {
	margin:30px auto;
	text-align:center;
}

.home #container-panel-2 .moduletable.aboutus .readon {
	margin:0 auto;
	padding:8px 12px;
	color:#fff;
	display:inline-block;
	background-color:#85e17c;
	border:1px solid #85e17c;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.home #container-panel-2 .moduletable.aboutus a:hover .readon {
	color:#85e17c;
	background-color:transparent;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.home #container-panel-3 {
	border-bottom:1px solid #e5e5e5;
}

.home #container-panel-3 .moduletable.records .modinside {
	padding:30px 0 40px;
}

.home #container-panel-3 .moduletable.records .nspArtInside {
	text-align:center;
}

.home #container-panel-3 .moduletable.records .nspArtInside p {
	display:none;
}

.home #container-panel-3 .moduletable.records .nspArtInside .item {
	width:30%;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}

.home #container-panel-3 .moduletable.records .nspArtInside .itemInside {
	margin:0 20px;
	height:150px;
	background:#ececec;
}

.home #container-panel-3 .moduletable.records .nspArtInside .itemTitle {
	padding:5px 10px;
	background:#77c16f;
}

.home #container-panel-3 .moduletable.records .nspArtInside .itemTitle h3 {
	margin:0 auto;
	font-size:110%;
	color:#fff;
	text-align:center;
}

.home #container-panel-3 .moduletable.records .nspArtInside .itemDesc {
	padding:10px;
	font-size:100%;
}

.home #container-panel-3 .moduletable.records .nspArtInside .readon {
	margin:20px auto;
	text-align:center;
	float:none;
}

.home #container-panel-4 {
	padding:0;
}

.home #container-panel-4 .moduletable.contactmap br {
	display:none;
}

/* --- END OF HOME --- */


#maincontent, #sidecontent {
	position:relative;
}

#maincontent {
	display:block;
}

#sidecontent {
	display:inline-block;
}

#content .blog {
	padding:20px 0;
}

#content .blog .item,
#content .blog .wrapcontent {
	position:relative;
}

.borderfade {
	width:100%;
    height:20px;
	display:block;
    position:absolute; 
    bottom:0;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%
    );
} 

#slideshow .topheader p {
	padding:0;
	margin:0;
}

#inner .nspArts {
	padding:0;
}

.blog .page-header h2 {
	text-align:left;
}


/* --- ABOUT --- */

.aboutus #content .page-header h2,
.aboutus #container-panel-2 .nspArtInside h4 {
	padding:0 0 12px;
	margin:0 0 15px;
	font-size:160%;
	font-weight:bold;
	color:#64a95d;
	text-transform:uppercase;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
}

.aboutus #container-panel-2 {
	padding:0 30px;
	background:#f2f2f2;
}

.aboutus #container-panel-2 .inside {
	padding:40px 30px;
}

/* --- END OF ABOUT --- */

/* --- PRODUCT --- */

.products #sidecontent, .products #maincontent {
	display:inline-block;
}

.products #maincontent {
	width:80%;
	float:right;
}

.products #maincontent .inside {
	padding:0 0 0 20px;
	border-left:1px solid #f2f2f2;
}

.products #content .blog {
	padding:0;
}

.category.products #content .items-row > div {
	width:30%;
	margin:0 0 10px;
	display:inline-block;
	vertical-align:top;
}

.category.products #content .items-row .item {
	margin:0 5px;
	padding:0;
}

.category.products #content .items-row .wrapblogimg {
	overflow:hidden;
}

.category.products #content .items-row .wrapblogimg a {
	display:block;
	overflow:hidden;
}

.category.products #content .items-row .item-image .wrapimg {
	max-height:160px;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}

.category.products #content .items-row .item-image .wrapimg img {
	min-height:160px;
	visibility:hidden;
	opacity:0;
}

.category.products #content .wrapcontentinside {
	display:none;
}

.category.products #content .wrapcontent {
	padding:10px;
	margin:auto;
	text-align:center;
	background:rgba(100,169,93,0.8);/*(255, 0, 0, 0.3)*/
	position:absolute;
	top:10%; bottom:10%; left:0; right:0;
	opacity:0;
	overflow:hidden;
	z-index:10;

	transition:         all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:    all .5s ease-in-out;
	-o-transition:      all .5s ease-in-out;	
}

.category.products #content a:hover .wrapcontent {
	top:0; bottom:0;
	opacity:1;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.category.products #content .wrapcontent .wraptitle {
	width:100%;
	margin:5% auto 0;
	display:block;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.category.products #content a:hover .wraptitle {
	margin:15% auto 0;
		
	transition:         all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:    all .5s ease-in-out;
	-o-transition:      all .5s ease-in-out;	
}

.category.products #content .wrapcontent h2 {
	font-size:110%;
	text-align:center;
}

.category.products #content .wrapcontent a {
	color:#fff;
}

.category.products #content .wrapcontent a.btn {
	padding:7px 15px;
	margin:15% auto;
	font-size:80%;
	display:inline-block;
	border:1px solid #fff;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.category.products #content a:hover .wrapcontent .btn {
	margin:0 auto;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

.category.products #content a .wrapcontent .btn:hover {
	color:#64a95d;
	background:#fff;
}

.article.products #content .pull-left {
	max-width:300px;
	margin:0 10px 10px 0;
	display:inline-block;
	float:left;
}

.article.products #content .articleBody a.download {
	padding:6px 13px;
	font-size:90%;
	color:#fff;
	background:rgba(100,169,93,1);
	border:1px solid #64a95d;
	display:inline-block;

	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-o-border-radius:9px;
	-ms-border-radius:9px;
	border-radius:9px;
}

.article.products #content .articleBody a.download:hover {
	color:#64a95d;
	background:rgba(100,169,93,0);
}

.products #sidecontent {
	width:20%;
	float:left;
}

.products #sidecontent .inside {
	background:#f2f2f2;
}

.products #sidecontent .inside .title h3 {
	padding:10px 20px 7px;
	margin:0 0 7px;
	font-size:110%;
	text-transform:uppercase;
	display:block;
	border-bottom:1px solid #f7f7f7;
}

.products #sidecontent .inside li {
	color:#64a95d;
}

.products #sidecontent .inside li h4 {
	font-size:100%;
}

.products #sidecontent .inside .categories-module {
	padding:0 20px 10px;
}

/* --- END OF PRODUCT --- */

/* --- CLIENTS --- */

.clients #content .page-header h2 {
	padding:0 0 12px;
	margin:0 0 15px;
	font-size:160%;
	font-weight:bold;
	color:#64a95d;
	text-transform:uppercase;
	text-align:center;
	border-bottom:1px solid #e5e5e5;
}

.record #content .articleBody {
	text-align:center;
}

.record #content .articleBody .item {
	width:30%;
	margin:0 0 20px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}

.record #content .articleBody .itemInside {
	margin:0 20px;
	height:150px;
	background:#ececec;
	overflow:hidden;
}

.record #content .articleBody .itemTitle {
	padding:5px 10px;
	background:#77c16f;
}

.record #content .articleBody .itemTitle h3 {
	margin:0 auto;
	font-size:110%;
	color:#fff;
	text-align:center;
}

.record #content .articleBody .itemDesc {
	padding:10px;
	font-size:100%;
}

.record #content .articleBody .readon {
	margin:20px auto;
	text-align:center;
	float:none;
}

.clients #content .government {
	padding:0 0 20px;
}

.clients #content .private {
	padding:20px 0;
	border-top:1px dashed #eee;
}

.clients #content .private ul {
    -webkit-column-count: 3;
	-moz-column-count: 3;
	-ms-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
}

/* --- END OF CLIENTS --- */

/* --- CONTACT --- */

.contact #maincontent,
.contact #sidecontent {
	width:100%;
	margin:0;
	float:none;
	border-right:0 !important;
}

.contact #content .contact.info h1 {
	padding:20px 0;
	margin:0;
	font-size:200%;
	color:#85e17c;
	text-transform:uppercase;
	text-align:center;
}

.contact #content .pull-right img {
	max-height:90px;
}

.contact #content .contact-address,
.contact #content .contact-form {
	width:49%;
	display:inline-block;
}

.contact #content .contact-address {
	float:left;
}

.contact #content .contact-address .inside-contact {
	padding:0 20px 0 0;
}

.contact #content .contact-address .inside-contact span br {
	display:none;
}

.contact #content dt,
.contact #content dd {
	display:inline-block;
}

.contact #content br {
	content:' ';
}

.contact #content br:after {
	content:' ';
	display:block;
}

.contact #content dt .jicons-text {
	margin:20px 0 0;
	display:inline-block;
}

.contact #content dt:first-child,
.contact #content dt:first-child .jicons-text {
	margin:0;
	display:block;
}

.contact #content .contact-address .inside-contact p {
	padding:5px 0;
}

.contact #content dt {
	padding:0;
}

.contact #content .contact-street br {
	display:none;
}

.contact #content .contact-street:after,
.contact #content .contact-suburb:after,
.contact #content .contact-state:after {
	content:', ';
	margin:0 0 0 -2px;
}

.contact #content .control-label .text label {
	margin:0 0 5px;
	font-size:80%;
}

.contact #content .contact-webpage {
	padding:20px 0;
	display:inline-block;
}

.contact #content .contact-form {
	float:right;
}

.contact #content label {
	padding:0;
}

.contact #content .contact-form legend {
	display:none;
}

.contact #content .control-group {
	padding:0 0 7px;
	display:table-row;
}

.contact #content .top-contact {
	margin:0;
}

.contact #content .contact-miscinfo dt {
	display:none;
}

.contact #content .control-group > div {
	display:table-cell;
	vertical-align:top;
}

.contact #content .control-group .optional {
	font-size:80%;
}

.contact #content .control-group .controls {
	padding:0 0 10px;
}

.contact #content .control-group .control-label #jform_contact_email_copy-lbl {
	font-size:90%;
}

.contact #content .control-group input,
.contact #content .control-group textarea {
	width:90%;
}

.mapprint {
	display:none;
}

.contact #content .contact-misc {
	max-width:100%;
	overflow:hidden;
}

.contact #content .contact-miscinfo dt,
.contact #content .contact-miscinfo dd {
	display:block;
}

.contact #content label {
	display:block !important;
}

.contact #content .contact-miscinfo {
	margin:0 20px 0 0;
	padding:20px 0 0 0;
	/*border-top:1px solid #e8e8e8;*/
}

/* --- END OF CONTACT --- */


/* ------------- END OF CONTENT ------------- */


/* --- CONTAINER PANEL 1 --- */

#container-panel-1 {
	max-width:100%;
	margin:0 auto;
	padding:0 30px;
	position:relative;
}

#container-panel-1 .inside {
	margin:0 auto;
	padding:0 30px;
	text-align:left;
	display:block;
	position:relative;
}

/* --- END OF CONTAINER PANEL 1 --- */


/* --- CONTAINER PANEL 2 --- */

#container-panel-2 {
	max-width:100%;
	margin:0 auto;
	padding:0;
	position:relative;
}

#container-panel-2 .inside {
	max-width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	display:block;
	position:relative;
}

/* --- END OF CONTAINER PANEL 2 --- */


/* --- CONTAINER PANEL 3 --- */
 
#container-panel-3 {
	max-width:100%;
	margin:0 auto;
	padding:0 30px;
	position:relative;
}

#container-panel-3 .inside {
	margin:0 auto;
	padding:0 30px;
	text-align:left;
	display:block;
	position:relative;
}


/* --- END OF CONTAINER PANEL 3 --- */


/* --- CONTAINER PANEL 4 --- */
 
#container-panel-4 {
	max-width:100%;
	margin:0 auto;
	padding:0 30px;
	position:relative;
}

#container-panel-4 .inside {
	margin:0 auto;
	padding:0;
	text-align:left;
	display:block;
	position:relative;
}


/* --- END OF CONTAINER PANEL 4 --- */


/* --- CONTAINER PANEL 5 --- */
 
#container-panel-5 {
	max-width:100%;
	padding:0 30px;
	margin:0 auto;
	position:relative;
	background:#64a95d;
}

#container-panel-5 .inside {
	margin:0 auto;
	padding:30px;
	text-align:center;
	color:#fff;
	display:block;
	position:relative;
}

#container-panel-5 .moduletable.sosmed {
	width:30%;
	text-align:left;
	display:inline-block;
	vertical-align:top;
}

#container-panel-5 .moduletable.sosmed li:before {
	display:none;
}

#container-panel-5 .moduletable.contactbottom {
	max-width:934px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}

#container-panel-5 .moduletable.contactbottom br {
	display:none;
}

.moduletable.contactbottom {
	padding:0;
	display:block;
}

#container-panel-5 .moduletable.contactbottom .title h3 {
	margin:0 10px 20px;
	padding:0 0 10px;
	font-size:180%;
	font-weight:bold;
    color:#fff;	
	text-align:center;
	text-transform:uppercase;
	display:block;
	border-bottom:1px solid #fff;
}

.moduletable.contactbottom .fullAddress {
	width:30%;
	margin:0;
	padding:4px 30px;
	text-align:left;
	display:inline-block;
	vertical-align:top;
	background-repeat:no-repeat;
	background-position:top;
	background-size:25px auto;
	background-image:url(../images/icon-address.png);
	background-position:0 4px;
}

.moduletable.contactbottom .info_state,
.moduletable.contactbottom .info_suburb,
.moduletable.contactbottom .info_country {
	padding:0;
}

.moduletable.contactbottom .info_name,
.moduletable.contactbottom .info_email span {
	padding:0;
}

.moduletable.contactbottom .fullAddress .info_name {
	font-weight:bold;
	display:block;
}

.moduletable.contactbottom .fullAddress .info_email {
	margin:0 0 0 -30px;
	padding:4px 30px;
	background-size:25px auto;
	background-image:url(../images/icon-email.png);
	background-position:0 4px;
}

.moduletable.contactbottom .fullAddress .info_email a,
.moduletable.contactbottom .phoneFax a {
	color:#fff;
	border-bottom: 1px dotted #fff;
}

.moduletable.contactbottom .fullAddress .info_email a:hover,
.moduletable.contactbottom .phoneFax a:hover {
	color:#9de796;
	border-bottom: 1px dotted #9de796;
}

.moduletable.contactbottom span {
	padding:0;
	display:inline;
	background-repeat:no-repeat;
	background-position:0 -2px;
	background-size:15px auto;
}

.moduletable.contactbottom .info_telephone,
.moduletable.contactbottom .info_fax {
	margin:0;
	padding:4px 30px;
	background-size:25px auto;
	background-position:0 4px;
}

.moduletable.contactbottom .info_telephone {
	background-image:url(../images/icon-phone.png);
}

.moduletable.contactbottom .info_fax {
	background-image:url(../images/icon-fax.png);
}

.moduletable.contactbottom .phoneFax {
	width:30%;
	text-align:right;
	display:inline-block;
}

.moduletable.contactbottom .phoneFax > span {
	display:inline-block;
}


/* --- END OF CONTAINER PANEL 5 --- */


.faboba, .chrono_credits, #xmap .muted, .cbPoweredBy, .vianora, .crosstec {
	display:none !important;
}

#lbOverlay, #lbCenter, #lbBottomContainer {
	z-index:9999999;	
}

.wrapimg {
	position:relative;
	display:inline-block;
	vertical-align:top;
}

#content .wrapimg {
	overflow:hidden;
}

/* ------------- FOOTER ------------- */

#footer {
	max-width:100%;
	padding:0 30px;
	margin:0 auto 0;
	position:relative;
	background:#64a95d;
	border-top:1px solid #83ba7d;
}

#footer .inside {
	margin:0 auto;
	padding:15px 0;
	font-size:85%;
	text-align:center;
	color:#c1ddbe;
	display:block;
	position:relative;
}

#footer .moduletable.footer a {
	color:#c1ddbe;
}

#footer .moduletable.footer a:hover {
	color:#fff;
}

/* ------------- END OF FOOTER ------------- */

body .atss {
    width:25px;
}

body .atss, body #at4-share, body #at4-soc {
	top:auto !important;
    bottom:10% !important;
	z-index:100;
}

body .atss a,
body .addthis_32x32_style .at4-icon, 
body .addthis_32x32_white_style .at4-icon, .at-32x32,
body .atss a span .at-icon {
    width:25px !important;
	height:10px;
	padding:0 0 20px !important;
	background-size:cover !important;
	vertical-align:middle;
}

body .at-icon-wrapper {
	padding:0;
}

body .atss a:hover,
body .addthis-smartlayers-ie6 .atss a:hover,
body .addthis-smartlayers-ie7 .atss a:hover,
body .addthis-smartlayers-ie8 .atss a:hover {
	width:35px !important
}

body .atss .at-share-btn .at-icon-wrapper,
bodu .atss a .at-icon-wrapper {
	padding:0;
}

.red, .star {
	color:red;
}

h1, h2, h3, h4, h5, h6, h7 {
	margin:0 0 15px;
	font-weight:normal;
}

h1, h2 {
	padding:0;
}

h1 {
	font-size:180%;
	color:#92cd8c;
}

h2 {
	font-size:150%;
	color:#64a95d;
}

h3 {
	font-size:130%;
	font-weight:normal;
	color:#77c16f;
	margin:0 0 10px;
}

h4 {
	font-size:110%;
	color:#38bc2b;
}

ul, ol {
	margin:0 0 10px;
	padding:0;
	overflow:hidden;
	position:relative;
}

ul li,  ol li {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	text-indent:0;
	line-height:normal;
	position:relative;
}

ul li:before, ol li:before {
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	left:0;
}

ul li:before {
	content:'\25CF';
}

ol li {
	counter-increment: step-counter;
}

ol li:before {
	padding:0;
	content: counter(step-counter) ".";
}

ol {
    counter-reset:li; /* Initiate a counter */
}

.mceContentBody {
	color:#000;
	background:#fff;
}

p {
	padding:0 0 10px;
}

a {
	color:#64a95d;
	text-decoration:none;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

a:hover {
	color:#85e17c;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

a img {
	filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-moz-filter: brightness(100%);
	-o-filter: brightness(100%);
	-ms-filter: brightness(100%);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

a:hover img {
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	-moz-filter: brightness(70%);
	-o-filter: brightness(70%);
	-ms-filter: brightness(70%);

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

ol {
    counter-reset:li; /* Initiate a counter */
}

label {
	min-width:100px;
	display:inline-block;	
}

#form-login-remember label {
	width:110px;
}

img {
	max-width:100%;
	display:block;
}

/* TAB */
dl.tabs {
	margin:0 0 15px;
	border-bottom:1px solid #CCC;
}

dl.tabs dt {
	padding:5px 12px;
	margin:0 5px 0 0;
	display:inline-block;
	vertical-align:top;
	border:1px solid #CCC;
	border-bottom:none;

	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-ms-border-radius-topleft: 7px;
	-ms-border-radius-topright: 7px;
	-o-border-radius-topleft: 7px;
	-o-border-radius-topright: 7px;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

dl.tabs dt:hover {
	background:#666;

	transition:         all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition:    all .25s ease-in-out;
	-o-transition:      all .25s ease-in-out;	
}

dl.tabs dt.open {
	background:#64a95d;
}

dl.tabs dt:hover a,
dl.tabs dt.open a {
	color:#fff;
}

dl.tabs dt h3 {
	padding:0; margin:0;
	font-size:100%;
}

/* MESSAGE */
.tip-title, .tip-text {
	font-size:70%;
}

#modal-messages {
	padding: 10px;
	background: #353434;
	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	-ms-border-radius:20px;
	border-radius:20px;
}

#modal-messages #messages-header {
	margin: 0;
	background: #004a87;
	color: #ffffff;

	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px;
}

#modal-messages #messages-main {
	min-heind: #ededed;
	color: #717171;
}

#modal-messages #messages-footer {
	height:12px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px; 
	-webkit-border-bottom-right-radius: 10px;
}

/* System Message */

#messages-overlay {
	z-index:100;
}

#system-message-container {
}

#system-message {
	margin:auto;
	position:fixed;
	top:0; bottom:0; left:0; right:0;
	background:rgba(0,0,0,0.7);
	z-index:10000;
}

#system-message .alert {
	max-width:60%;
	margin:15% auto 0;
	padding:20px;
	font-size:80%;
	position:relative;

	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	border-radius:10px;
}

/* System Standard Messages */
#system-message > .alert-message a,
#system-message > .alert-message {
	color:#3c763d;
}

#system-message > .alert-message {
	background:#dff0d8;
}

/* System Error Messages */
#system-message .alert-error,
#system-message .alert-error a {
	color:#851515;
}

#system-message .alert-error {
	background:#da5555;
}

/* System Notice Messages */
#system-message .alert-notice,
#system-message .alert-notice a {
	color:#31708f;
}

#system-message .alert-notice {
	background:#d9edf7;
}

/* System Standard Messages */
#system-message .alert-warning a,
#system-message .alert-warning {
	color:#8a6d3b;
}

#system-message .alert-warning {
	background:#fcf8e3;
}


#system-message dd.message {
	padding-bottom: 20px !important; 
	display:block;
}

#system-message h4 {
	font-size:150%;
	font-weight:bold;
}

#system-message a.close {
	font-size:120%;
	font-weight:bold;
	cursor:pointer;
	position:absolute;
	top:20px; right:20px;
}

/* END OF MESSAGE */

span.highlight {
    background-color:#ff6868;
}

input[type="text"], input[type="email"],
input[name="name"], input[name="email"],
input[name="website"],
input[type="password"], textarea {
	padding:5px 10px;
	background:#f7f7f7;
	border: solid 1px #e8e8e8;

	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

input[type="text"]:focus, input[type="text"].focus, 
input[type="email"]:focus, input[type="email"].focus
input[type="password"]:focus, input[type="password"].focus
input[name="name"]:focus, input[name="name"].focus,
input[name="email"]:focus, input[name="email"].focus,
input[name="website"]:focus, input[name="website"].focus,
textarea:focus {
	background:#fff;
}

select::-ms-expand {
	display: none; /* hide default arrow in IE10 */
}

select {
	margin: 0 0 10px;
	padding: 6px 5px;
	font-weight: normal;
	font-size:90%;
	border:1px solid #eee;
	cursor: pointer;
	display:inline-block;
	background:#efefef;
}

select option {
	background: #fff; /* style the dropdown bg color */
}

button, .button,
input[type="submit"],
div.itemCommentsForm form input#submitCommentButton {
	display: inline-block;
	position: relative;
	margin:0;
	padding: 10px 20px;
	font-size:70%;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255,.22);
	color: #fff;
	border:0;
	cursor:pointer;

	background: #85e17c; /* Old browsers */
	background: -moz-linear-gradient(top,  #85e17c 0%, #64a95d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85e17c), color-stop(100%,#64a95d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85e17c 0%,#64a95d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85e17c 0%,#64a95d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85e17c 0%,#64a95d 100%); /* IE10+ */
	background: linear-gradient(top,  #85e17c 0%,#64a95d 100%); /* W3C */
		
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
	
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.button:hover, button:hover,
input[type="submit"]:hover {
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
}

.button:active, button:active,
input[type="submit"]:active {
	-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
}

blockquote {
	margin:0 5px;
	padding:20px 10px;
	background: #f9f9f9;
	border-left: 5px solid #ccc;
	quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

b, strong {
	font-weight:bold;
}

small, .small {
	font-size:smaller;	
}

em {
	font-style:italic;	
}

::-webkit-input-placeholder {
   color:#ccc;
}

:-moz-placeholder { /* Firefox 18- */
   color:#ccc;
}

::-moz-placeholder {  /* Firefox 19+ */
   color:#ccc;
}

:-ms-input-placeholder {  
   color:#ccc;
}

.article_separator {
	padding-bottom:10px;
	clear:both;
}

.item-separator {
	clear:both;
}

sup, sub {
	font-size:70%;
	vertical-align: baseline;
	position: relative;
	top: -0.4em;
}

sub { top: 0.4em; }

iframe {
	max-width:100%;
	width:100%;
}

#content table {
	max-width:100%;
	margin:0 0 15px;
	position:relative;
	vertical-align:top;
	border-collapse:collapse;
	border-spacing:0;
}

#content table.recaptchatable {
	width:auto;
	margin:0 0 15px !important;
}

/*#content table {
	color:#000;
}

#content table tr {
	background:#f0f0f0;
}

#content table tr:nth-child(odd) {
	background:#dedede;
}

#content table td {
	margin:0;
	padding:3px 5px;
	font-size:90%;
	border:1px solid #a1a1a1;
}

#content thead td {
	font-weight:bold;
	text-align:center;
	color:#fff;
	vertical-align:middle;
	background:#ffb656;
}*/

/* --- CATEGORY LIST --- */

.category-list table.category {
	width:100%;
	font-size:90%;
}

#content table.category tr {
	padding:0;
	background-color:transparent;
}

.category-list table.category th,
.category-list table.category td {
	padding:7px 10px;
	background:#666666;
}

.category-list table.category th a {
	color:#fff;
	text-decoration:none;
}

.category-list table.category th a:hover {
	text-decoration:underline;
}

.category-list table.category td.list-title {
	width:40%;
	text-transform:uppercase;
}

.category-list table.category td p {
	padding:0;
	margin:0;
}

.category-list table.category tr.cat-list-blank {
	padding:3px 0 !important;
	display:inline-block;
}

/* --- END OF CATEGORY LIST --- */


/* POP UP */

#jcemediabox-popup-info-bottom {
	padding-top:0;
}

#jcemediabox-popup-nav {
	padding:0;
}

a.jcepopup span.jcemediabox-zoom-link, a.jcepopup span.jcemediabox-zoom-link.icon-right {
	padding-right:0;
	background:none;
}

/* END OF POP UP */

/* PAGINATION */

#content .k2Pagination, #content .pagination {
	max-width:100%;
	margin:10px 0;
	text-align:left;
	display:block;
	float:none;
}

#content .k2Pagination ul, #content .pagination ul,
#content ul.pagination {
	width:auto;
	padding:5px 0;
	margin:0;
	text-align:left;
}

#content .k2Pagination ul li, .pagination ul li,
ul.pagination li {
	padding:0 !important;
	margin:0 4px 0 0 !important;
	line-height:14px !important;
	text-indent:0 !important;
	background:none !important;
	float:left;
	list-style:none !important;
	display:inline-block;
}

#content .k2Pagination ul li, .pagination ul li {
	border:1px solid #f3f3f3;
}

#content .k2Pagination li span, #content .k2Pagination li a,
.pagination ul li span, .pagination ul li a,
ul.pagination li span, ul.pagination li a {
	padding:5px;
	font-size:85%;
	display:inline-block;
}

#content .k2Pagination ul li:before, .pagination ul li:before,
ul.pagination li:before {
	display:none;
}

.counter.pull-right {
	display:none;
}

/* END OF PAGINATION */

#content .blog .item > .system-unpublished {
	padding:5px;
}

#content .blog .item .system-unpublished .borderfade {
    background: -webkit-linear-gradient(
        rgba(232, 237, 241, 0) 0%,
        rgba(232, 237, 241, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(232, 237, 241, 0) 0%,
        rgba(232, 237, 241, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(232, 237, 241, 0) 0%,
        rgba(232, 237, 241, 1) 100%
    );
    background-image: linear-gradient(
        rgba(232, 237, 241, 0) 0%,
        rgba(232, 237, 241, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(232, 237, 241, 0) 0%,
        rgba(232, 237, 241, 1) 100%
    );

}

.label-warning {
	padding:0 0 7px;
	font-size:90%;
	font-weight:bold;
	color:#ff0000;
	display:inline-block;
}

/* TOOLTIP*/

.tooltip {
	position: absolute;
	z-index: 103000;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}

.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popover-title:empty {
	display: none;
}

.popover-content {
	padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover .arrow {
	border-width: 11px;
}

.popover .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}

.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}

.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,0.25);
}

.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}

.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}

.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,0.25);
}

.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}

/* END OF TOOLTIP*/

