/**
 * @version		1.0.3
 * @package		Iamux template for Joomla! 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2017 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */
/* ----------------------------------------------*/
/* 01 - Global Structure
/* ----------------------------------------------*/
/* Global Styles */
.row {
	margin-left: 0 !important;
}
table {
	width: 100%;
	border-collapse: collapse;
}
#component dd {
	margin-left: 0 !important;
}
.com_content #component dd {
	margin-left: 0 !important;
	display: inline;
	padding-right: 12px;
	font-size: 13px;
}
.button {
	background: tranparent;
	border: 1px solid #fff;
	vertical-align: top;
}
button.btn {
	margin-bottom: 12px;
}
.btn {
	vertical-align: top !important;
}
.formstyle .button {
	background: #fff;
	border: 1px solid #666;
	vertical-align: top;
	padding: 9px 16px;
}
ul.nav li {
	list-style: none inside none !important;
}
form ul, form ul li {
	list-style-type: none !important;
}
.tooltip {
	background: transparent !important;
	border: 0 !important;
}
#message {
	width: 1280px;
	margin: 0 auto;
	left: 25%;
	z-index: 99;
}
.btn.jmodedit {
	z-index: 1000001;
}
a.btn.jmodedit {
	background: #3fb60a!important;
	border-radius: 20px!important;
	width: 13px!important;
	height: 28px!important;
	color: #fff;
	margin-right: 10%;
	border: 3px solid #fff;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1.5s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1.5s;
	animation-timing-function: linear;
}
@-moz-keyframes blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.8;
}
 100% {
opacity: 1.0;
}
}
 @-webkit-keyframes blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.8;
}
 100% {
opacity: 1.0;
}
}
 @keyframes blinker {
 0% {
opacity: 1.0;
}
 50% {
opacity: 0.8;
}
 100% {
opacity: 1.0;
}
}
#messagewrap {
	padding: 10px 0;
}
#system-message {
	padding: 0 !important;
	margin-bottom: 0 !important;
}
div#sbox-window.shadow {
	z-index: 9999999999 !important;
}
[class^="icon-"], [class*=" icon-"] {
	vertical-align: middle;
	background-image: none;
}
label.btn {
	border-radius: 0px!important;
}
/* ----------------------------------------------*/
/* 02 - Menu CSS
/* ----------------------------------------------*/
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu, .sidemenu ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
#menuwrap .navbar ul.dropdown-menu ul.dropdown-menu {
	left: 100%;
	top: 0 !important;
	z-index: 15!important;
}
#menuwrap .dropdown-menu {
	max-width: 999px;
}
#menuwrap ul.nav .dropdown-menu span.separator {
	padding: 0px 6px;
}
#menuwrap .navbar-inner {
	background: transparent;
	padding: 0;
	border: none;
}
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu {
	padding: 12px;
}
#menuwrap ul.nav li.dropdown:hover > ul.dropdown-menu li > ul.dropdown-menu {
	padding: 10px;
	margin-top: -11px;
	margin-left: 0px;
}
#menuwrap .navbar .nav>li>a {
	text-shadow: none
}
#menuwrap ul.dropdown-menu {
	z-index: 12!important;
}
#menuwrap .dropdown-menu {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#menuwrap .navbar {
	margin-bottom: 0px;
}
#menuwrap .navbar .nav>li>.dropdown-menu:before, #menuwrap .navbar .nav>li>.dropdown-menu:after {
	display: none!important;
}
#menuwrap .navbar .dropdown-menu>.active>a, #menuwrap .navbar .dropdown-menu>.active>a:hover, #menuwrap .navbar .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	background-image: none!important;
	background-repeat: no-repeat;
	outline: 0;
	filter: none;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	box-shadow: none;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	border: 0px solid #ccc;
	border: 0px solid rgba(0, 0, 0, 0.2);
	border-right-width: 0px;
	border-bottom-width: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}
.navbar-inner {
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border: 0px solid #d4d4d4;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	filter: none;
	zoom: 1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#menuwrap .dropdown-menu>li>a {
	padding: 8px 14px;
	margin-right: 4px;
}
#menuwrap b.caret {
	display: none;
}
div.nav-collapse.in.collapse {
	position: absolute;
	background: #000;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: left;
	padding-bottom: 100%;
}
.nav-collapse .nav>li>.dropdown-menu:before, .nav-collapse .nav>li>.dropdown-menu:after {
	display: block!important;
}
div.nav-collapse.in.collapse ul.nav li {
	border-bottom: 1px solid #333;
}
#menuwrap .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu {
	margin-top: -5px;
}
.nav-collapse .dropdown-menu {
	margin: 0px;
}
.navbar .nav>li>a {
	padding: 14px 14px 22px 14px!important;
}
.navbar .nav>li.dropdown.parent>a {
	padding: 14px 22px 22px 22px!important;
}
.navbar.nav-collapse.in.collapse.nav>li>a {
	padding: 14px 22px 22px 22px!important;
}
#menuwrap .nav-collapse.in.collapse .nav>li>a, #menuwrap .nav-collapse.in.collapse .nav>li>a.active > a, #menuwrap .nav-collapse.in.collapse .nav>li>a:hover > a, #menuwrap .nav-collapse.in.collapse ul.nav span.separator {
	padding-top: 8px;
	padding-bottom: 8px;
}
#menuwrap .nav-collapse.in.collapse .nav>li>a {
	color: #fff!important;
}
#menuwrap .nav-collapse.in.collapse .dropdown-menu a, #menuwrap .nav-collapse.in.collapse ul.nav .dropdown-menu span.separator {
	padding-left: 16px;
	font-size: 18px;
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav ul.dropdown-menu {
	box-shadow: none;
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav li > ul > li {
	border-bottom: 0px;
}
#menuwrap #menu ul.nav ul.dropdown-menu li {
	padding: 4px;
	margin-top: 3px;
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav ul.dropdown-menu li {
	padding: 8px;
}
#menuwrap #menu ul.nav li:last-child ul.dropdown-menu {
	margin-left: -74px
}
#menuwrap #menu .nav-collapse.in.collapse ul.nav li:last-child ul.dropdown-menu {
	margin-left: 0px
}
#menuwrap #menu ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0px
}
/* Multi Column Dropdown Classes */

#menuwrap #menu.dropcol2 ul.nav ul.dropdown-menu {
	min-width: 360px;
	margin-left: -120px;
}
#menuwrap #menu.dropcol2 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -190px
}
#menuwrap #menu.dropcol2 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0px
}
#menuwrap #menu.dropcol2 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#menuwrap #menu.dropcol3 ul.nav ul.dropdown-menu {
	min-width: 520px;
	padding: 8px;
	margin-left: -160px;
}
#menuwrap #menu.dropcol3 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -296px
}
#menuwrap #menu.dropcol3 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0px
}
#menuwrap #menu.dropcol3 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#menuwrap #menu.dropcol4 ul.nav ul.dropdown-menu {
	min-width: 640px;
	padding: 8px;
	margin-left: -220px;
}
#menuwrap #menu.dropcol4 ul.nav li:last-child ul.dropdown-menu {
	margin-left: -437px
}
#menuwrap #menu.dropcol4 ul.nav li > ul.dropdown-menu li:last-child ul.dropdown-menu {
	margin-left: 0px
}
#menuwrap #menu.dropcol4 ul.nav ul.dropdown-menu li {
	display: inline-block;
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#menuwrap #menu.dropcol2 ul.dropdown-menu ul.dropdown-menu li, #menuwrap #menu.dropcol3 ul.dropdown-menu ul.dropdown-menu li, #menuwrap #menu.dropcol4 ul.dropdown-menu ul.dropdown-menu li {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.nav ul.dropdown-menu, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.nav ul.dropdown-menu, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.nav ul.dropdown-menu {
	min-width: 100%;
	padding: 0px;
	margin-left: 0px;
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.nav ul.dropdown-menu li {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menuwrap #menu.dropcol2 ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol3 ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol4 ul.dropdown-menu ul.dropdown-menu {
	min-width: 190px;
	padding: 8px 8px 6px 8px;
	margin-left: 0px;
}
#menuwrap #menu.dropcol2 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol3 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu, #menuwrap #menu.dropcol4 .nav-collapse.in.collapse ul.dropdown-menu ul.dropdown-menu {
	min-width: 100%;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.nolink {
	cursor: default;
}
/* MOBILE BUTTON */
.btn .btn-navbar, .navbar .btn-navbar {
	background: transparent!important;
	background-image: transparent!important;
	border-color: transparent!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	text-shadow: none!important;
	filter: none!important;
}
.navbar .btn-navbar .icon-bar {
	width: 28px!important;
	height: 4px!important;
	margin-bottom: 4px!important;
}
/* SIDE MENU */
.sidemenu ul.dropdown-menu {
	position: static;
	top: 0;
	left: 0;
	display: none;
	float: none;
	min-width: 0px;
	padding: 0;
	margin: 0;
	list-style: none;
	border: 0px;
	padding: 0px;
	background: transparent;
}
/* NAV PILLS */
.nav-pills>li>a {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 18px;
}
ul.nav-child {
	margin: 0;
}
ul.nav-child li a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 24px
}
.sidemenu ul.dropdown-menu {
	margin-left: 0px;
}
.sidemenu ul.dropdown-menu>li>a, .sidemenu .nav-pills > li > .separator {
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.sidemenu .dropdown-menu>li>a:hover, .sidemenu .dropdown-menu>li>a:focus, .sidemenu .dropdown-submenu:hover>a, .sidemenu .dropdown-submenu:focus>a {
	color: #333;
}
.sidemenu ul.nav li.dropdown:hover > ul.dropdown-menu li > ul.dropdown-menu {
	margin: 0px;
}
.sidemenu .nav-pills > li > span.separator, .sidemenu .nav-pills>li>a {
	font-size: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
	margin-bottom: 3px
}
.sidemenu i {
	display: inline;
}
/* Canvas Menu */
#jxtc_canvasslide_left *, #jxtc_canvasslide_right * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 300;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: normal;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#jxtc_canvasslide_left a, #jxtc_canvasslide_right a {
	text-decoration: none
}
#jxtc_canvasslide_left input[type="radio"], #jxtc_canvasslide_right input[type="radio"] {
	display: none
}
#jxtc_canvasslide_left label, #jxtc_canvasslide_right label {
	cursor: pointer
}
#jxtc_canvasslide_left {
	z-index: 99999999;
	position: fixed;
	width: 0;
	height: 100%;
	top: 0;
	left: 0
}
#jxtc_canvasslide_right {
	z-index: 99999999;
	/* Keep the item above all other elements on the page */
	position: fixed;
	width: auto;
	/* Width of the wrapper of the section. Adjust this value if you want wider elements */
	height: 100%;
	top: 0;
	/* Vertical position of the elements */
	right: 0/* Horizontal position of the elements */
}
#jxtc_canvasslide_left section {
	margin: 0;
	overflow-y: scroll!important;
	width: 320px;
	height: 100%;
	left: 0;
	top: 10%;
	z-index: 10;
	background: #202020;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1)
}
#jxtc_canvasslide_right section {
	margin: 0;
	overflow-y: scroll!important;
	width: 320px;
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 10;
	background: #202020;
	-webkit-backface-visibility: hidden;
	/* Webkit transition hack */
/* Section animation upon opening */
	-webkit-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-moz-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-ms-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	-o-transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1);
	transition: all .4s cubic-bezier(0.2, 0.6, 0.3, 1)
}
#jxtc_canvasslide_left section, #jxtc_canvasslide_left input#close-item:checked ~ section {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%)
}
#jxtc_canvasslide_right section, #jxtc_canvasslide_right input#close-item:checked ~ section {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%)
}
#jxtc_canvasslide_left input#open-item:checked ~ section {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow: visible
}
#jxtc_canvasslide_right input#open-item:checked ~ section {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow: visible
}
#jxtc_canvasslide_left section .wrap {
	padding: 30px 0;
	position: relative
}
#jxtc_canvasslide_left section .innerwrap {
	margin-top: 30px
}
#jxtc_canvasslide_left label.open, #jxtc_canvasslide_left label.close {
	text-align: center;
	position: absolute
}
#jxtc_canvasslide_right label.close:hover, #jxtc_canvasslide_right label.close:focus {
	background: #757786
}
#jxtc_canvasslide_left label.open {
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #222;
	width: 50px;
	bottom: auto;
	left: -98px;
	right: auto;
	top: 8%;
	margin: 0 auto;
	padding: 10px 0;
	text-transform: uppercase;
	z-index: 1
}
#jxtc_canvasslide_right label.open {
	font-family: 'FontAwesome';
	font-size: 24px;
	color: #fff;
	font-weight: 100;
	bottom: auto;
	left: -120px;
	right: auto;
	margin: 12px 236px 0 auto;
	text-transform: uppercase;
	z-index: 1
}
#jxtc_canvasslide_left input#close-item:checked ~ label.open {
	-webkit-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-moz-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-ms-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	-o-transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	transition: left .3s ease 0.4s, background .1s ease, color .1s ease;
	left: 0
}
#jxtc_canvasslide_right input#close-item:checked ~ label.open {
	-webkit-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-moz-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-ms-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	-o-transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	transition: right .3s ease 0.4s, background .1s ease, color .1s ease;
	right: 0
}
#jxtc_canvasslide_left label.open:hover, #jxtc_canvasslide_left label.open:focus {
	background: #222;
	color: #fff
}
#jxtc_canvasslide_left label.close, #jxtc_canvasslide_right label.close {
	padding-left: 6px;
	font-size: 25px;
	background: #9ea3c5;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 32px;
}
#jxtc_canvasslide_left label.close:hover, #jxtc_canvasslide_left label.close:focus {
	background: #757786
}
#jxtc_canvasslide_right label.close:hover, #jxtc_canvasslide_right label.close:focus {
	background: #757786
}
#jxtc_canvasslide_left label, #jxtc_canvasslide_left select, #jxtc_canvasslide_left input {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
#jxtc_canvasslide_right label, #jxtc_canvasslide_right select, #jxtc_canvasslide_right input {
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
#jxtc_canvasslide_left ul, #jxtc_canvasslide_right ul {
	top: 10%;
	text-align: left
}
#jxtc_canvasslide_left a, #jxtc_canvasslide_right a {
	color: #A9A9A9;
	font-weight: 500;
	padding: 15px;
	cursor: pointer;
	border-bottom: 2px solid #202020;
	border-left: 4px solid #202020;
	font-size: 15px;
	display: block;
	padding: 8px 19px
}
#jxtc_canvasslide_left a:hover, #jxtc_canvasslide_right a:hover {
	background-color: #1b1b1b
}
#jxtc_canvasslide_left ul li, #jxtc_canvasslide_right ul li {
	list-style: none
}
#jxtc_canvasslide_left ul li a, #jxtc_canvasslide_right ul li a {
	padding: 12px 14px
}
#jxtc_canvasslide_left ul li span.separator, #jxtc_canvasslide_right ul li span.separator {
	font-weight: 100;
	font-size: 14px;
	color: #fafafa;
	background-color: #1b1b1b;
	padding: 8px 12px;
	margin: 12px 0;
	border-bottom: 1px solid #191919;
	text-transform: uppercase;
	display: block
}
#jxtc_canvasslide_left span.separator:before, #jxtc_canvasslide_right span.separator:before {
	content: ""
}
#jxtc_canvasslide_left a:before, #jxtc_canvasslide_right a:before {
	margin: 0 12px;
	font-family: 'FontAwesome';
	content: "\f105";
	font-size: 14px;
	font-weight: 100
}
#jxtc_canvasslide_left ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 34px
}
#jxtc_canvasslide_left ul > li > ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 54px
}
#jxtc_canvasslide_left ul > li > ul > li > ul > li > ul > li > ul li a, #jxtc_canvasslide_right ul > li > ul > li > ul > li > ul > li > ul li a {
	font-size: 12px;
	padding-left: 72px
}
ul.menu.bottom {
	margin-left: 0px;
	list-style: none;
	background: transparent;
}
ul.menu.bottom a {
	text-decoration: none;
}
ul.menu.bottom li {
	font-size: 14px;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
ul.menu.bottom li:last-child {
	border-bottom: 0px;
}
ul.nav.menu li {
	display: inline-block;
	padding-right: 26px;
}
ul.nav.menu li:last-child {
	padding-right: 0px;
}
.footer .nav {
	margin-bottom: 0px!important;
}
.footer ul.nav.menu {
	text-align: center;
}
.footer ul.nav.menu a {
	background: transparent;
	color: #fff;
}
ul.nav.menu.colum-menu li {
	width: 40%;
	padding-right: 12px;
}
/* CSS3 Scrollbar Class */
::-webkit-scrollbar {
 width:12px
}
::-webkit-scrollbar-track {
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
 border-radius:10px
}
::-webkit-scrollbar-thumb {
 border-radius:10px;
 -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5)
}
/* ----------------------------------------------*/
/* 03 - Joomla CSS
/* ----------------------------------------------*/
/* Joomla Content */
.com_content #component p {
	margin: 1.5em 0;
}
.com_content #component h1, .com_content #component h2, .com_content #component h3, .com_content #component h4, .com_content #component h5, .com_content #component h6 {
	margin: .55em 0;
	line-height: 100%;
}
.com_content .blog .icons {
	margin-top: 24px;
}
.com_content ul#archive-items li, .com_content .category-list ul li, .com_content .categories-list ul li {
	list-style: none inside none !important;
}
.tags {
	margin-bottom: 16px;
}
dt.article-info-term {
	display: none;
}
.page-header {
	border-bottom: 0;
	text-align: left;
	padding-bottom: 0px;
}
/* Joomla Article */
.com_content .item-page .page-header {
	border-bottom: 0 !important;
}
.com_content .pull-right.item-image {
	margin: 0 0 18px 40px;
	width: 48%;
	height: 100%;
}
.com_content .pull-left.item-image {
	margin: 0 40px 18px 0;
	width: 48%;
	height: 100%;
}
.tags .label-info[href] {
	background: #ccc;
	font-weight: 400;
	text-shadow: none !important;
	padding: 4px 6px;
}
.item-page .article-info {
	font-size: 14px;
}
.item-page a.btn.dropdown-toggle {
	background: transparent!important;
	border: 0px!important;
	outline: 0px!important;
}
.item-page .pull-right>.dropdown-menu {
	margin-top: 4px;
	-webkit-box-shadow: 0px 7px 19px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 7px 19px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 7px 19px -1px rgba(0,0,0,0.75);
}
span.icon-print, span.icon-envelope {
	margin-right: 6px;
}
.article_media {
	margin-bottom: 16px;
	display: inline-block;
}
/* Joomla Category Blog */
.com_content .blog .intro, .com_content .cascadeitem, .com_content .blog .item, .com_content .items-leading {
	margin-bottom: 36px;
}
.com_content span.subheading-category {
	margin-bottom: 24px;
	padding-bottom: 12px;
	text-align: center;
}
.com_content p.readmore a.btn {
	background: transparent !important;
	text-shadow: none !important;
	background-image: none !important;
	box-shadow: none !important;
	font-size: 16px !important;
	border-color: #e6e6e6 !important;
	padding: 12px;
	font-size: 18px;
}
p.readmore span {
	display: none;
}
span.txtcounter {
	margin-right: 15px;
}
.blog_icons {
	padding: 12px 0;
	font-size: 11px;
	text-align: left;
}
.com_content .blog .cols-6 .page-header h2 a {
	font-size: 50%;
}
/* Category Pricing Table View */
.com_content .pricetbl-wrap {
	text-align: center;
}
.com_content .ptablesblog .pricetbl-wrap p.readmore {
	display: block;
	text-align: center;
	margin: 0 !important;
	border: none !important;
	background: #4c9188;
	color: #fff;
	padding: 18px 0;
}
.com_content .ptablesblog .pricetbl-wrap p.readmore a.btn {
	margin-bottom: 0 !important;
	border: 0;
	font-size: 16px;
}
.com_content .ptablesblog .pricetbl-wrap p.readmore a.btn span {
	display: none;
}
.com_content .ptablesblog .pricetbl-wrap p.readmore a, .com_content .blog .pricetbl-wrap p.readmore a:hover {
	color: #fff !important;
}
.pricetbl-title {
	color: #fff;
}
.pricetbl-title .page-header h2 {
	text-align: center;
	padding: 12px;
}
.pricetbl-price {
	font-size: 62px;
	padding: 20px;
}
.pricetbl-content {
	background: #f1f1f1;
}
.pricetbl-content p:nth-child(odd) {
	background: #efefef;
	margin: 0 !important;
	padding: 12px 0 !important;
}
.pricetbl-content p:nth-child(even) {
	background: #e0e0e0;
	margin: 0 !important;
	padding: 12px 0 !important;
}
.com_content .ptablesblog .pricetbl-wrap .page-header h2 a, .com_content .blog .pricetbl-wrap .page-header h2 {
	color: #fff !important;
	font-size: 36px !important;
	margin: 0 !important;
	padding: 12px 0 !important;
}
.com_content .ptablesblog .item .pricetbl-wrap .j2store-product {
	display: block;
	text-align: center;
	margin: 0 !important;
	border: none !important;
	background: #4c9188;
	color: #fff;
	padding: 18px 0;
}
.com_content .ptablesblog .item .pricetbl-wrap .j2store-product .product-sku, .com_content .ptablesblog .item .pricetbl-wrap .j2store-product .sale-price {
	display: none !important;
}
.com_content .ptablesblog .item .pricetbl-wrap .j2store-product .btn.btn-primary {
	background: transparent;
	border: 1px solid #fff;
}
/* Category Staff View */
.com_content .item-page .cust-test .page-header, .com_content .staffblog .cust-test .page-header {
	text-align: center;
}
.cust-test {
	border: 1px solid #ebebeb;
	margin-bottom: 36px;
}
.cust-test img {
	width: 100%;
}
.testm {
	background: #fff;
	padding: 30px;
	text-align: center;
}
.testm:before {
	border-color: transparent #fff;
	content: "";
	margin: -60px 0 10px;
	position: relative;
	z-index: 999;
	border-width: 25px 0 25px 25px;
	border-style: solid;
	display: block;
	width: 0;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.testm p.test-text {
	font-size: 12px;
}
.testm p.test-title {
	font-size: 12px;
	font-weight: 700;
}
.testm span {
	font-size: 10px;
}
.speaker-affil {
	border-bottom: 1px solid #999;
	padding: 5px 20px 12px 5px;
	margin: 0 auto;
	display: inline;
}
/* Custom CSS for Social Icons in item view */
ul.social {
	margin: 15px 0 0;
}
ul.social li {
	display: inline;
}
ul.social i {
	font-size: 18px;
	color: #333;
	margin-right: 12px;
}
/* Category FAQ Blog */
.com_content .faqblog .faq-blog_item {
	border: 1px solid #ccc;
	padding: 0 40px 20px;
	margin-bottom: 0;
	margin-top: 20px;
}
.com_content .faqblog .faq-blog_item .page-header h2, .com_content .blog .faq-blog_item .page-header h2 a {
	font-size: 18px !important;
	letter-spacing: 0;
}
.com_content .faqblog .faq-blog_item span .page-header h2 {
	background: #fff !important;
	top: -10px !important;
	left: -20px;
	position: relative;
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
}
.com_content .faqblog .faq-blog_item span .page-header h2::before {
	font-family: FontAwesome;
	content: "\f05a";
	padding-right: 12px;
}
.category-desc {
	padding-bottom: 26px;
	text-align: center;
}
.com_content .faqblog .faq-blog_item p.readmore {
	text-align: center;
}
/* Portfolio */
.portfolioitem .pull-none.item-image {
	text-align: center;
}
/* Timeline View */
.timeline_date {
	padding: 20px;
	font-size: 32px;
	display: inline-block;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
}
.timeline_line {
	width: 2%;
	margin: 14px auto;
	height: 100px;
	border-right: 2px solid #333;
}
.timeline_text {
	text-align: center;
	margin: 24px auto;
	width: 75%;
}
.timeline_text p.readmore {
	text-align: center!important;
}
.com_content .timelineblog .timeline-blog-item .item-image {
	margin: 24px auto;
	width: 50%;
}
.timeline-blog-item dl.article-info {
	text-align: center;
}
.com_content #component .timeline-blog-item dd {
	text-align: center;
	padding-right: 0px;
}
.timeline-blog-item .page-header {
	border-bottom: 0;
}
.timeline-blog-item h2 a, .timeline-blog-item h2 {
	font-size: 42px !important;
	text-align: center;
}
.timeline_text p {
	font-size: 16px !important;
	padding-top: 3%;
}
.timeline-intro p::before {
	font-family: 'FontAwesome';
	content: "\f10d";
	margin-right: 8px;
	color: #ccc !important;
}
.timeline-intro p::after {
	font-family: 'FontAwesome';
	content: "\f10e";
	margin-right: 8px;
	color: #ccc !important;
}
.timeline-text p.readmore {
	margin-top: .5em !important;
}
.timeline-blog-item span.icon-calendar {
	display: block;
	text-align: center;
	margin: 24px auto;
	font-size: 36px;
	font-weight: 100;
}
.timeline-blog-item dd.published {
	font-size: 18px;
	text-align: center;
}
.timeline-blog-item .page-header h2 a, .timeline-blog-item .page-header h2 {
	font-weight: 100 !important;
}
.timeline-blog-item .pull-left.item-image {
	text-align: right;
	width: 48%;
	margin: 0 60px 18px 0;
}
.timeline-blog-item .pull-right.item-image {
	text-align: left;
	width: 48%;
	margin: 0 0 18px 60px;
}
/* Pagination */
li.pagination-prev, li.pagination-next {
	display: none !important;
}
.item-page .pagenav li {
	list-style: none inside none;
	display: inline;
}
.item-page .pager li>a:hover {
	background: #fff !important;
}
/* CONTACTS */
/* Contact */
.com_contact .thumbnail.pull-right {
	margin: 0 0 24px !important;
}
.com_contact .jicons-icons {
	display: none;
}
.com_contact label#jform_contact_email_copy-lbl.hasTip, .com_contact input[type="checkbox"] {
	float: left;
	margin-right: 14px;
}
.thumbnail > img {
	width: 100%;
}
/* SEARCH */
.com_search.search .search .phrases-box .controls {
	padding-bottom: 18px;
}
.com_search.search .search label {
	display: inline-block;
}
.com_search.search .search input {
	display: inline-block;
}
.com_search legend {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.com_search label {
	display: inline-block !important;
	margin-right: 4%;
}
.com_search .phrases-box, .com_search fieldset.only {
	padding: 20px 0;
}
.com_search .form-limit {
	padding: 10px 0 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.com_search dd.result-created {
	margin-bottom: 16px;
}
form#mod-finder-searchform.form-search {
	margin: 12px 0 0 !important;
}
input#mod-search-searchword.inputbox.search-query {
	color: #000;
}
.search-results .result {
	margin-bottom: 36px;
}
/* USERS */
.com_users #component ul, .com_users #component li {
	margin-left: 0 !important;
	padding-left: 0 !important;
	list-style-position: inside;
}
.com_users .button {
	background: transparent;
	border: 1px solid #fff;
	vertical-align: top;
	font-size: 16px;
	padding: 12px 16px;
	color: #fff;
}
.com_users .profile .dl-horizontal dt {
	margin-right: 12px;
}
.com_users .profile a.btn span {
	display: none;
}
form#login-form .icon-user, form#login-form .icon-lock {
	color: #000;
}
div.login, div.reset, div.remind, div.registration, .login h1, div.reset h1, div.remind h1, div.registration h1 {
	text-align: center;
}
/* TAGS */
.tag-category .cat-list-row {
	margin-bottom: 36px;
}
/* EDIT */
textarea#jform_articletext {
	width: 95% !important;
	margin-top: 16px;
}
/* FORMS */
.form-actions {
	background: transparent;
}
/* BUTTONS */
input.button.subbutton.btn.btn-primary {
	display: inline-block;
	padding: 14px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border: 0;
}
.btn {
	display: inline-block;
	padding: 10px 12px!important;
	margin-bottom: 0;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-shadow: 0;
	background-image: none!important;
	background-repeat: repeat-x;
	filter: none!important;
	filter: none!important;
	border: 1px solid #e2e2e2!important;
	border-bottom-color: #e2e2e2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
/* TEXT AREA STYLES (BOOTSTRAP OVERRIDES ) */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #dadada;
	padding: 10px 12px;
}
.input-append .add-on, .input-prepend .add-on {
	padding: 10px 12px!important;
}
/* JOS CALENDAR */
/* The main calendar widget.  DIV containing a table. */
div.calendar {
	position: relative;
	z-index: 99999999999 !important;
	width: 294px !important;
}
.calendar, .calendar table {
	border: 1px solid #ccc;
	font-size: 11px;
	color: #000;
	cursor: default;
	background: #fff !important;
	font-family: arial, verdana, sans-serif;
}
/* Header part -- contains navigation buttons and day names. */
.calendar .button {
	/* "<<", "<", ">", ">>" buttons have this class */
	text-align: center;
	/* They are the navigation buttons */
	padding: /* Make the buttons seem like they're pressing */
2px;
}
.calendar thead .title {
	/* This holds the current "month, year" */
	font-weight: 700;
	/* Pressing it will take you to the current date */
	text-align: center;
	background: #333;
	color: #fff;
	padding: 2px;
	font-size: 18px;
}
.calendar thead .headrow {
	/* Row <TR> containing navigation buttons */
	background: #fff !important;
	color: #000 !important;
	font-size: 18px !important;
}
.calendar thead .name {
	/* Cells <TD> containing the day names */
	border-bottom: 0 solid #ccc !important;
	padding: 2px;
	text-align: center;
	color: #fff !important;
}
.calendar thead .weekend {
	/* How a weekend day name shows in header */
	color: #999;
}
.calendar thead .hilite {
	/* How do the buttons in header appear when hover */
	background: #bbb;
	color: #000;
	border: 1px solid #ccc;
	padding: 1px;
}
.calendar thead .active {
	/* Active (pressed) buttons in header */
	background: #c77;
	padding: 2px 0 0 2px;
}
.calendar thead .daynames {
	/* Row <TR> containing the day names */
	background: #fff !important;
}
/* The body part -- contains all the days in month. */
.calendar tbody .day {
	/* Cells <TD> containing month days dates */
	width: 2em;
	text-align: center !important;
	padding: 7px 1px !important;
	font-size: 14px;
}
.calendar table .wn {
	padding: 2px 3px 2px 2px;
	border-right: 1px solid #ccc;
	background: #fff !important;
}
.calendar tbody .rowhilite td {
	background: #fff !important;
	color: #000 !important;
}
.calendar tbody .rowhilite td.wn {
	background: #fff !important;
	color: #000 !important;
}
.calendar tbody td.weekend {
	/* Cells showing weekend days */
	color: #999;
}
.calendar tbody td.today {
	font-weight: 700;
}
.calendar tbody .disabled {
	color: #999;
}
.calendar tbody .emptycell {
	/* Empty cells (the best is to hide them) */
	visibility: hidden;
}
.calendar tbody .emptyrow {
	/* Empty row (some months need less than 6 rows) */
	display: none;
}
/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow {
	/* The <TR> in footer (only one right now) */
	text-align: center;
	background: #ccc;
	color: #000;
	font-size: 18px;
}
.calendar tfoot .ttip {
	/* Tooltip (status bar) cell <TD> */
	border-top: 1px solid #ccc;
	background: #efefef;
	color: #000;
}
.calendar tfoot .hilite {
	/* Hover style for buttons in footer */
	background: #666;
	border: 1px solid #f40;
	padding: 1px;
}
.calendar tfoot .active {
	/* Active (pressed) style for buttons in footer */
	background: #999;
	padding: 2px 0 0 2px;
}
/* Combo boxes (menus that display months/years for direct selection) */
.combo {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 4em;
	cursor: default;
	border: 1px solid #655;
	background: #fff;
	color: #000;
	font-size: smaller;
}
.combo .label {
	width: 100%;
	text-align: center;
}
.combo .hilite {
	background: #fc8;
}
.combo .active {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	font-weight: 700;
}
.round-image img {
	border-radius: 50%;
	border: 8px solid #fff;
}
/* Bootstrap Field Overrides */
.chzn-container-single .chzn-single {
	border-radius: 0px!important;
	padding: 8px!important;
	background: #fff!important;
}
.chzn-container-single .chzn-single div b {
	margin-top: 8px
}
.controls .badge {
	padding: 8px 12px;
	font-size: 16px;
	border-radius: 0px;
	font-weight: 400;
}
.combobox ul.dropdown-menu {
	left: -170px!important;
	min-width: 220px!important;
	max-height: 150px;
	overflow-y: scroll;
	top: 100%;
	border-radius: 0px;
}
.combobox input {
	width: 145px;
}
.combobox .btn {
	background: #fff!important;
	padding: 9px 12px 10px !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #dadada;
	height: 42px;
}
.input-append .add-on, .input-prepend .add-on {
	border-radius: 0px!important;
}
/* ----------------------------------------------*/
/* 04 - Page Classes
/* ----------------------------------------------*/
.item-page.roundimage .item-image img {
	border-radius: 50%;
	height: 500px;
	width: 500px;
	margin: 0 auto 100px;
}
.item-page.content-constrain {
	width: 50%;
	margin: 0 auto;
}
.item-page.content-constrain70 {
	width: 70%;
	margin: 0 auto;
}
.content-constrain .timeline-blog-item {
	width: 60%;
	margin: 0 auto;
}
.item-page.content-constrain .page-header {
	text-align: center;
}
body.region1-constrain #region1, body.region2-constrain #region2, body.region3-constrain #region3, body.region4-constrain #region4, body.region5-constrain #region5, body.region6-constrain #region6, body.region7-constrain #region7, body.region8-constrain #region8, body.region9-constrain #region9, body.region10-constrain #region10, body.region1-constrain #region11, body.region12-constrain #region12 {
	width: 70%;
	margin: 0 auto;
}
body.region1-constrain50 #region1, body.region2-constrain50 #region2, body.region3-constrain50 #region3, body.region4-constrain50 #region4, body.region5-constrain50 #region5, body.region6-constrain50 #region6, body.region7-constrain50 #region7, body.region8-constrain50 #region8, body.region9-constrain50 #region9, body.region10-constrain50 #region10, body.region1-constrain50 #region11, body.region12-constrain50 #region12 {
	width: 50%;
	margin: 0 auto;
}
.constrain {
	width: 70%;
	margin: 0 auto !important;
}
/* ----------------------------------------------*/
/* 05 - Module Styles
/* ----------------------------------------------*/
.moduletitle {
	padding: 0;
}
.modulecontent {
	padding: 12px 0;
}
.module input.button {
	margin-bottom: 12px;
}
/* Common Module Suffix Styles */

/* Colors */
.blue h3 span {
	color: #457fc1!important;
}
.ltgrey h3 span {
	color: #ccc!important;
}
.dkgrey h3 span {
	color: #666!important;
}
.red h3 span {
	color: #8c173e!important;
}
.green h3 span {
	color: #466d66!important;
}
.purple h3 span {
	color: #3D283A!important;
}
.orange h3 span {
	color: #f47d43!important;
}
.yellow h3 span {
	color: #fac611!important;
}
.white h3 span {
	color: #fff!important;
}
.textdark .modulecontent, .textdark .modulecontent a {
	color: #000!important;
}
.textlight .modulecontent, .textlight .modulecontent a {
	color: #fff!important;
}
/* Rounded */
.module.rounded {
	border-radius: 6px;
}
.module.roundedtitle .moduletitle {
	border-radius: 6px;
}
/* shadowed */
.module.shadowed {
	-webkit-box-shadow: 0px 4px 23px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 23px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 23px 2px rgba(0,0,0,0.5);
}
.module.shadowedtitle .moduletitle {
	-webkit-box-shadow: 0px 4px 23px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 4px 23px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 4px 23px 2px rgba(0,0,0,0.5);
}
/* Transparent */
.module.trans {
	background: rgba(0,0,0,0.2) !important;
}
.trans h3.moduletitle, .trans .modulecontent {
	padding: 20px !important;
}
/* Nopad */
.nopad, .nopad .modulecontent {
	padding: 0 !important;
}
.nopad .breadcrumb, .nopad .modulecontent .breadcrumb {
	padding: 8px 15px !important;
}
.contentnopad .modulecontent {
	padding: 0 !important;
}
/* Nomarg */
.nomarg, .nomarg h3.moduletitle {
	margin: 0 !important;
}
.outlined {
	outline: 1px solid #fff;
	outline-offset: -12px;
}
/* Box Suffix */
.module h3.fa::before, .module.box h1 span, .module.box h2 span, .module.box h3 span, .module.box h4 span, .module.box h5 span, .module.box h6 span, .module.box .modulecontent {
	color: #fff!important;
}
.module.box {
	padding: 28px;
}
.module.transparent.box {
	background-color: rgba(0,0,0,0.5);
}
.module.dark.box {
	background: #000;
}
.module.darktrans.box {
	background: rgba(0,0,0,0.7)
}
.module.blue.box {
	background: #457fc1;
}
.module.red.box {
	background: #8c173e;
}
.module.green.box {
	background: #466d66;
}
.module.orange.box {
	background: #f47d43;
}
.module.purple.box {
	background: #3D283A;
}
.module.yellow.box {
	background: #fac611;
}
.module.light.box {
	background: #fafafa;
}
.module.light.box h1 span, .module.light.box h2 span, .module.light.box h3 span, .module.light.box h4 span, .module.light.box h5 span, .module.light.box h6 span, .module.light.box .modulecontent {
	color: #333!important;
}
/* Sideline Base Color Suffix Styles */
.sideline h1.moduletitle, .sideline h2.moduletitle, .sideline h3.moduletitle, .sideline h4.moduletitle, .sideline h5.moduletitle, .sideline h6.moduletitle {
	background: none;
	padding: 0 0 0 20px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left-width: 3px;
	border-style: solid;
}
/* Sideline Colors */
.red .moduletitle {
	border-color: #8c173e!important;
}
.blue .moduletitle {
	border-color: #457fc1!important;
}
.green .moduletitle {
	border-color: #466d66!important;
}
.orange .moduletitle {
	border-color: #f47d43!important;
}
.purple .moduletitle {
	border-color: #3D283A!important;
}
.yellow .moduletitle {
	border-color: #fac611!important;
}
/* Tabbed */

.module.tabbed .moduletitle {
	padding: 20px;
}
.module.tabbed.shadowed .modulecontent {
	padding: 20px!important;
}
.tabbed .moduletitle span {
	color: #fff!important;
}
.module.tabbed.light .moduletitle span {
	color: #333!important;
}
.module.tabbed.blue .moduletitle {
	background: #457fc1!important;
}
.module.tabbed.light .moduletitle {
	background: #fafafa!important;
}
.module.tabbed.dark .moduletitle {
	background: #222!important;
}
.module.tabbed.red .moduletitle {
	background: #8c173e!important;
}
.module.tabbed.green .moduletitle {
	background: #466d66!important;
}
.module.tabbed.orange .moduletitle {
	background: #f47d43!important;
}
.module.tabbed.purple .moduletitle {
	background: #3D283A!important;
}
.module.tabbed.yellow .moduletitle {
	background: #fac611!important;
}
/* Title Borders */
/* Top Border */
.titletopborder .moduletitle {
	border-top: 4px solid #999;
	padding-top: 12px
}
/* Bottom Border */
.titlebottomborder .moduletitle {
	border-bottom: 4px solid #999;
	padding-bottom: 12px
}
/* Left Border */
.titleleftborder .moduletitle {
	border-left: 4px solid #999;
	padding-left: 12px
}
/* Right Border */
.titlerightborder .moduletitle {
	border-right: 4px solid #999;
	padding-right: 12px
}
/* Module Borders */

/* Top Border */
.module.topborder {
	border-top: 2px solid #2fc2ff;
	padding-top: 12px
}
/* Bottom Border */
.module.bottomborder {
	border-bottom: 2px solid #2fc2ff;
}
/* Left Border */
.module.leftborder {
	border-left: 2px solid #2fc2ff;
	padding-left: 12px
}
/* Right Border */
.module.rightborder {
	border-right: 2px solid #2fc2ff;
	padding-right: 12px
}
/* Border */
.border h3.moduletitle {
	text-align: center;
	margin-bottom: 36px
}
.border h3.moduletitle span {
	border: 1px solid #666;
	padding: 12px 24px;
	font-size: 24px;
	font-weight: 200
}
.border h3.moduletitle:after {
	content: '';
	display: block;
	margin-top: -16px;
	border-bottom: 1px solid #666;
	width: 90%;
	margin-left: auto;
	margin-right: auto
}
.border .modulecontent {
	text-align: center;
}
/* Borderwrap */
.bwrap {
	border: 1px solid #d3d3d3;
	padding: 30px
}
.bwrap h3.moduletitle {
	padding: 13px 24px;
	margin-left: -24px;
	margin-right: -24px
}
/* White Text CSS */
.wsubtext {
	color: #fff;
}
.wsubtext a, .wsubtext a h4 {
	color: #fff!important;
}
.divider {
	width: 30%;
	max-width: 30px;
	margin: 0 0 3vh;
	border-color: #000;
}
/* Mobileshow */
.mobileshow {
	display: none;
}
/* mod_custom Footer */
p.footertxt {
	color: #999;
}
/* Module suffix add ons */
.h3center h3.moduletitle {
	text-align: center;
}
.wtext h3.moduletitle, .wtext h4, .wtext p, .wtext span.rest, .wtext .module h3 span.rest, .wtext span.first_word, .wtext .module h3 span.first_word {
	color: #fff !important;
}
h3.sm-modtitle {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
}
/* TYPOGRAPHY DEMO */
/* Font Awesome Demo Content Styling */
.pagetitle1 i {
	margin-right: 6px;
}
.fontawesome-icon-list div {
	width: 33%;
	display: inline-block;
	text-align: left;
	padding: 10px 0;
}
.typowrap {
	background: #fafafa;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px
}
#multicolumnelement {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-width: 15em;
	-moz-column-count: 15em;
	column-count: 15em;
	-webkit-column-gap: 1em;
	-moz-column-gap: 1em;
	column-gap: 1em;
	-webkit-column-rule: 1em solid #000;
	-moz-column-rule: 1em solid #000;
	column-rule: 1em solid #000
}
#iconlistwrap {
	margin-top: 30px
}
/* -----------------------------------------------*/
/* 07 - Bootstrap Styles / Overrides
/* ----------------------------------------------*/
.com_content .item-page .pager li >a, .pager li >span {
	border-radius: 3px !important;
}
.breadcrumb {
	margin: 0px!important;
	border-radius: 0px!important;
	color: #fff!important;
	text-shadow: none!important;
}
.breadcrumb a, .breadcrumb>.active {
	color: #fff!important;
}
.breadcrumb>li {
	text-shadow: none!important;
}
.modulecontent input[type="search"] {
	font-size: 12px;
	font-weight: 100!important;
}
.modulecontent form {
	margin: 0px!important;
}
iframe {
	border: 0px!important;
}
/* ----------------------------------------------*/
/* 08 - Mobile Template CSS
/* ----------------------------------------------*/
/* MOBILE */
.mmobile {
	text-align: center;
	padding: 0 24px;
}
body.mobile {
	padding: 0;
	width: 100%;
	background: #fff;
}
body.mobile #mobile {
	background: #fff;
}
img#videomobile {
	display: none;
}

/* Responsive CSS */
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
/* Reset Background Attachement for Devices */

/* Reset Constrain Page Class for Devices */
.constrain {
 width: auto;
}
.item-page.content-constrain {
 width: auto;
 margin: 0 auto;
}
.item-page.content-constrain70 {
 width: auto;
 margin: 0 auto;
}
 .input-large {
width:70%
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
/* Joomla Content */
.com_content .pull-right.item-image {
 margin: 0px;
 width: 100%;
 height: 100%;
 float: none;
}
.com_content .pull-left.item-image {
 margin: 0px;
 width: 100%;
 height: 100%;
 float: none;
}
.com_content .item-page .item-image {
 margin-bottom: 24px;
}
.img-fulltext-left, .article-full-left {
 float: none !important;
 width: 100% !important;
}
.com_content .blog .timeline-blog-item .item-image {
 width: 100%;
}
/* Module Classes */
.border h3.moduletitle::after {
 width: 70%;
}

/* Override Bootstrap Body Padding */
body {
 padding-left: 0;
 padding-right: 0;
}
 .input-large {
width:100%
}
}
 
/* CSS3 EFFECTS */
body.frontpage.stickyscroll .overlay {
 -webkit-transition-duration: 1.5s, 1.5s;
 -moz-transition-duration: 1.5s, 1.5s;
 -o-transition-duration: 1.5s, 1.5s;
 -ms-transition-duration: 1.5s, 1.5s;
 transition-duration: 1.5s, 1.5s
}
@-webkit-keyframes spinnerRotate {
from {
-webkit-transform:rotate(0)
}
to {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes spinnerRotate {
from {
-moz-transform:rotate(0)
}
to {
-moz-transform:rotate(360deg)
}
}
@-ms-keyframes spinnerRotate {
from {
-ms-transform:rotate(0)
}
to {
-ms-transform:rotate(360deg)
}
}
span.jxtc-icon {
	transition: all .2s ease-in-out
}
span.jxtc-icon:hover {
	transform: scale(1.2)
}
.logotext_spin {
	position: absolute;
	-webkit-animation-name: spinnerRotate;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: forward;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spinnerRotate;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: forward;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spinnerRotate;
	-ms-animation-duration: 3s;
	-ms-animation-iteration-count: forward;
	-ms-animation-timing-function: linear
}
#headerwrap.stickyscroll {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 2.0s, 2.0s;
	-moz-transition-duration: 2.0s, 2.0s;
	-o-transition-duration: 2.0s, 2.0s;
	-ms-transition-duration: 2.0s, 2.0s;
	transition-duration: 2.0s, 2.0s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	transition-timing-function: linear;
}