* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #191919;
	background: #ffffff;
	font-weight: 400;
	font-size: 0.9em;
	overflow-x: hidden;
	letter-spacing: 0px;
	line-height: 158%;
}

body.contentpane,
body.mceContentBody {
	background: #ffffff;
}

/* TEMPLATE DEFAULTS
----------------------------------------------------------- */

.s5_lr_tab {
	background: url(../images/s5_lrtab.png) 5px 2px repeat-y;
	cursor: pointer;
	position: fixed;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 35px;
	line-height: 35px;
	z-index: 3;
}

.s5_lr_tab:hover {
	background: url(../images/s5_lrtab.png) -30px 2px repeat-y;
}

.s5_lr_tab_inner {
	font-size: 12pt;
	font-weight: 400;
	width: 35px;
	float: right;
}

#s5_columns_wrap {
    position: relative;
    width: 100%
}

#s5_columns_wrap_inner {
	width: 200%;
}

#s5_center_column_wrap {
	float: left;
	left: 50%;
	position: relative;
	width: 50%;
}

#s5_center_column_wrap_inner {
	left: -100%;
	overflow: inherit;
	min-height: 1px;
	position: relative;
}

#s5_left_column_wrap {
	float: left;
	left: -50%;
	position: relative;
}

#s5_below_body_wrap {
	margin-top: 14px;
}

#s5_main_body_wrap {
	min-height: 100%;
	width: 100%;
}

#s5_width_wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.s5_wrap {
	margin: 0 auto;
}

.s5_float_left {
	float: left;
}

.s5_frontenderrormsg {
	float: left;
	height: 48px;
	margin-top: -7px;
	width: 61px;
	background: url(../images/vertex/error.png) no-repeat;
}

#s5_above_body .s5_fourdivs_2 {
	padding-bottom: 15px;
	padding-right: 15px;
}

#s5_below_body .s5_fourdivs_2 {
	padding-top: 15px;
	padding-right: 15px;
}

#s5_above_body,
#s5_below_body {
	margin-right: -15px;
}

.s5_fourdivs_title {
	margin-bottom: 8px;
}

#s5_drop_down_container_inner {
	padding: 30px 24px 0 0;
}

#s5_drop_down_container {
	display: none;
	overflow: hidden;
}

#s5_drop_down_button {
	cursor: pointer;
}

#s5_drop_down_inner .s5_fourdivs_1 {
	padding-left: 24px;
	margin-bottom: 40px;
}

#s5_drop_down_inner .s5_fourdivs_title {
	margin-bottom: 14px;
}

#s5_drop_down_container_inner {
	z-index: 1;
	position: relative;
}

#s5_drop_down_button {
	position: relative;
	z-index: 1;
}

/* END TEMPLATE DEFAULTS
----------------------------------------------------------- */

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

h1,
h2,
h3,
h4,
h5 {
	line-height: 130%;
}

h1 {
	font-size: 2.3em;
	margin-bottom: 10px;
}

h2 {
	font-size: 2.1em;
	margin-bottom: 10px;
}

#s5_component_wrap_inner h2,
#s5_component_wrap_inner h1 {
	font-size: 2em;
	font-weight: 900;
}

#s5_component_wrap_inner h2 a,
#s5_component_wrap_inner h1 a {
	text-decoration: none;
	color: #1f1f1f;
}

h3 {
	font-size: 1.8em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.1em;
}

h3.s5_demo_h3 {
	background: #f3f3f3;
	font-size: 1em;
	font-weight: 900;
	margin-bottom: 25px;
	padding: 12px 20px;
}

/* FORM FIELDS
----------------------------------------------------------- */

fieldset {
	padding-top: 7px;
	padding-bottom: 7px;
}

#form-login fieldset {
	border: none;
	padding-top: 0px;
}

#form-login p {
	padding-top: 0px;
}

#login br {
	display: none;
}

#login .button {
	margin-top: 8px;
	margin-bottom: 8px;
}

#login ul,
#form-login ul {
	padding-top: 8px;
	padding-bottom: 8px;
}

#cboxLoadedContent #modlgn-username,
#cboxLoadedContent #modlgn-passwd,
#cboxLoadedContent #username_vmlogin,
#cboxLoadedContent #password_vmlogin {
	width: 100% !important;
}

.inputbox,
.registration input,
.login input,
.contact-form input,
#jform_contact_message,
input,
textarea,
.validate,
select,
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 {
	border: none;
	font-size: 14px;
	padding: 7px 21px;
	padding-left: 10px;
	background: #ffffff;
	font-weight: 400;
	color: #545454;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 40px;
	border-bottom: 1px solid #444;
}

#s5_right_column_wrap input.inputbox,
#s5_left_column_wrap input.inputbox,
#cboxLoadedContent input {
	padding-left: 21px;
	border: solid 1px #e8e8e8 !important;
}

.inputbox:hover,
.registration input:hover,
.login input:hover,
.contact-form input:hover,
#jform_contact_message:hover,
input:hover,
textarea:hover,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
	background: #fbfafa;
	padding-left: 21px;
}

.inputbox.mailchimp_signup {
	width: 35%;
	font-style: italic;
}

select.inputbox {
	behavior: none;
}

#filter-search,
select {
	font-size: 11pt !important;
}

label.invalid {
	color: red;
}

.invalid {
	border-color: red !important;
}

.tool-tip {
	float: left;
	background: #ccc;
	border: 1px solid #333;
	padding: 5px;
	color: #000;
	max-width: 200px;
}

.tool-title {
	padding: 15px 0 5px;
	margin: -15px 0 0;
	font-weight: 700;
	color: #000;
}

.tool-text {
	color: #000;
	margin: 0;
}

#response:empty {
	padding: 0;
	margin: 0;
}

#login-form .input-prepend input {
	font-size: 14px !important;
}

/* BUTTONS
----------------------------------------------------------- */

.btn,
.button,
.readon,
p.readmore a,
a.k2ReadMore,
.userItemReadMore,
div.catItemCommentsLink,
.userItemCommentsLink,
a.readmore-link,
a.comments-link,
div.itemCommentsForm form input {
	padding: 6px 27px;
	margin-top: 14px;
	margin-bottom: 0px;
	font-weight: 600;
	border: none;
	display: inline-block;
	color: #ffffff !important;
	cursor: pointer;
	letter-spacing: 0;
	text-decoration: none;
	box-shadow: none;
	font-size: 14px;
}

p.readmore a.btn span {
	display: none;
}

p.readmore a.btn {
	padding: 0px;
}

#s5_component_wrap_inner .blog-featured p.readmore a,
#s5_component_wrap_inner .blog-featured p.readmore {
	display: block;
	float: right;
}

p.readmore a,
p.readmore {
	display: inline-block;
	margin-right: 11px;
	margin-top: 10px;
	background: none !important;
	font-weight: 700;
}

p.readmore:hover a,
.readon:hover,
.button:hover {
    text-decoration: underline;
}

.button:hover,
.pagination .pagination a:hover,
.tagspopular li a:hover {
	text-decoration: none !important;
	background: #333 !important;
}

.pagination .pagination a:hover {
	border-color: #333 !important;
}

.button {
	margin: 0px;
	margin-top: 0px;
	margin-right: 8px;
	padding-bottom: 11px;
	padding-top: 11px;
	color: #ffffff;
}

.btn-primary,
.pager a,
.pager a:hover,
.readon:hover {
	color: #ffffff !important;
}

.button:hover {
	border: none !important;
}

/* FONT CONTROLS
----------------------------------------------------------- */

#fontControls {
	margin-top: -62px;
	text-align: center;
	float: right;
}

#fontControls a {
	color: #333333;
}

.decreaseSize {
	font-size: 12px;
}

.increaseSize {
	font-size: 19px;
}

.resetSize {
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltopvar {
	bottom: 30px;
	height: 42px;
	position: fixed;
	right: 65px;
	width: 42px;
}

#s5_scrolltotop {
	height: 0;
	visibility: hidden;
}

.s5_scrolltop_fadeout {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

.s5_scrolltotop {
	height: 42px;
	width: 42px;
	display: block;
	position: fixed;
	z-index: 3;
	cursor: pointer;
	background: #333 url(../images/s5_scroll_arrow.png) no-repeat;
	background-position: 9px 10px;
}

.s5_scrolltop_fadein {
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

a.s5_scrolltotop:hover {
	background-color: #626262 !important;
}

/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_row3_area2 ul.menu li {
	padding-top: 0px;
}

#s5_bottom_menu_wrap ul.menu a:hover {
	text-decoration: none;
}

#s5_bottom_menu_wrap {
	padding-top: 0px;
	float: right !important;
	margin: auto !important;
	position: relative !important;
	width: auto !important;
}

#s5_bottom_menu_wrap ul.menu li {
	padding-right: 7px;
	padding-left: 7px;
	font-size: 1.1em;
	font-weight: 300;
	color: #747474;
	float: left;
	position: relative !important;
}

#s5_bottom_menu_wrap ul.menu li a {
	font-size: 0.9em;
	font-weight: 400;
	color: #747474;
}

/* COLUMN MENU
----------------------------------------------------------- */

#s5_center_area1 .module_round_box ul.menu a {
	padding: 24px;
	padding-bottom: 6px;
	padding-top: 6px;
	display: block;
	color: #191919;
}

.module_round_box ul.menu a:hover {
	text-decoration: underline;
}

.module_round_box ul.menu ul a:hover {
	text-decoration: underline;
}

.module_round_box ul.menu ul a {
	background: none;
	padding: 6px;
	padding-left: 10px;
	border-bottom: none;
	display: block;
}

.module_round_box ul.menu ul ul a {
	font-size: 8pt;
	padding: 3px;
	padding-left: 20px;
	border-bottom: none;
	display: block;
	font-weight: normal;
}

.module_round_box ul.menu #current ul span {
	font-weight: normal;
}

.module_round_box ul.menu li {
	padding: 0px;
}

.module_round_box ul.menu li ul li {
	margin-left: 24px;
}

#s5_center_area1 .module_round_box_outer ul.menu a,
#s5_center_area1 .module_round_box_outer .separator {
	display: block;
	font-size: 1em;
	padding: 5px 0px;
}

#s5_center_area1 .module_round_box_outer ul.menu a:hover {
	text-decoration: none;
	color: #000000;
}

#s5_center_area1 .module_round_box_outer ul.menu ul a:hover {
	text-decoration: none;
}

#s5_center_area1 .module_round_box_outer ul.menu ul a {
	background: none;
	padding: 0 6px 0px 10px;
	border-bottom: none;
	display: block;
}

#s5_center_area1 .module_round_box_outer ul.menu ul ul a {
	border-bottom: medium none;
	display: block;
	font-size: 1em;
	font-weight: 300;
	line-height: 23px;
	padding: 0 3px 0 19px;
}

#s5_center_area1 .module_round_box_outer ul.menu #current ul span {
	font-weight: normal;
}

#s5_center_area1 .module_round_box_outer ul.menu li {
	margin-left: 9px;
	padding: 0px;
	margin-bottom: 7px;
}

#s5_center_area1 .module_round_box_outer ul.menu li li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#s5_center_area1 .module_round_box_outer ul.menu li ul li {
	margin-left: 24px;
}

#s5_center_area1 .module_round_box_outer .menu li img {
	margin-left: -6px;
	padding-right: 12px;
}

#s5_center_area1 .module_round_box_outer .separator .image-title {
	font-size: 1.1em;
}

#s5_center_area1 .module_round_box_outer .separator {
	display: block;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-top: 5px;
}

#s5_center_area1 .module_round_box_outer ul.menu ul {
	font-size: 0.9em;
	margin-top: 17px;
}

#s5_center_area1 ul.menu li ul li ul li span {
	line-height: 16px;
	padding: 0 !important;
}

#s5_center_area1 ul.menu li li a {
	color: #5d5d5d;
}

#s5_center_area1 ul.menu li img {
	display: none;
}

/* ACCORDION MENU
----------------------------------------------------------- */

.s5_accordion_menu ul li span {
	font-weight: normal;
}

.s5_accordion_menu h3.s5_am_toggler a.mainlevel {
	color: #545454 !important;
}

.s5_accordion_menu h3.s5_am_toggler,
.s5_accordion_menu h3.s5_am_toggler a.mainlevel {
	line-height: normal !important;
}

div.s5_accordion_menu_element li li {
	padding-left: 4px !important;
}

div.s5_accordion_menu_element li li li {
	padding-left: 12px !important;
}

div.s5_accordion_menu_element li a,
.s5_am_inner_li .separator span {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	padding-left: 8px !important;
	border-bottom: none !important;
	font-size: 1em !important;
	display: block !important;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	color: #000000 !important;
}

div.s5_accordion_menu_element li li a,
.s5_am_innermenu .s5_am_inner_li .separator span {
	background: none !important;
	padding-left: 10px !important;
	padding-right: 6px !important;
	font-size: 0.85em !important;
	border: none !important;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

h3 span.s5_accordion_menu_left {
	display: block !important;
	padding: 0px !important;
	padding-left: 0px !important;
	padding-right: 16px !important;
	padding-top: 14px !important;
	padding-bottom: 14px !important;
}

.s5_am_inner_li span.s5_accordion_menu_left {
	padding: 0px !important;
}

.s5_am_innermenu span.s5_accordion_menu_left {
	background: none !important;
}

.s5_accordion_menu ul li {
	padding: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.s5_accordion_menu {
	margin: 0px !important;
}

.s5_accordion_menu div {
	width: 100% !important;
}

.s5_am_innermenu img {
	display: none !important;
}

.s5_accordion_menu h3 {
	padding: 0px !important;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	border: none !important;
	margin: 0px !important;
	position: relative !important;
	width: 100% !important;
	display: block !important;
	font-size: 1em !important;
	height: auto !important;
	line-height: 40px !important;
	margin-bottom: 1px !important;
	color: #ffffff !important;
	font-weight: 400;
}

.s5_accordion_menu h3:hover {
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.s5_accordion_menu h3 {
	background: none !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left {
	cursor: pointer !important;
	background: url(../images/s5_acc_closed.png) no-repeat center right !important;
	padding-right: 24px !important;
	position: relative !important;
}

.s5_accordion_menu h3.s5_am_parent span.s5_accordion_menu_left:hover {
	background: url(../images/s5_acc_closed.png) no-repeat center right !important;
}

.s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left,
.s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left:hover {
	background: url(../images/s5_acc_open.png) no-repeat center right !important;
}

.s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left:hover {
	background: none !important;
}

.s5_accordion_menu h3.s5_am_not_parent span.s5_accordion_menu_left {
	background: none !important;
}

.s5_accordion_menu h3.s5_am_not_parent {
	cursor: pointer !important;
}

.s5_accordion_menu h3.s5_am_toggler div {
	margin: 0px !important;
	padding: 0px !important;
}

.s5_accordion_menu h3.s5_am_toggler a.mainlevel {
	width: auto !important;
	border: none !important;
	padding: 0px !important;
	text-decoration: none !important;
	margin: 0px !important;
}

div.s5_accordion_menu_element li {
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: none !important;
}

div.s5_accordion_menu_element {
	width: auto !important;
}

.s5_accordion_menu #s5_am_parent_div_current,
.s5_accordion_menu .s5_accordion_menu_element {
	background: none !important;
}

ul.s5_am_innermenu {
	line-height: 130% !important;
	padding-top: 15px !important;
	padding-bottom: 12px !important;
	padding-left: 12px !important;
	padding-right: 15px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
	margin-top: 0px !important;
}

ul.s5_am_innermenu ul {
	border: none !important;
	margin-top: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

ul.s5_am_innermenu a:hover {
	text-decoration: none !important;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}

.s5_accordion_menu h3.s5_am_parent {
	padding-right: 0px !important;
}

.s5_am_innermenu #current ul .s5_accordion_menu_left a.mainlevel {
	background: none !important;
}

.s5_accordion_menu h3.s5_am_toggler span {
	border-bottom: 1px solid #dcdcdc;
}

.s5_accordion_menu h3.s5_am_toggler span span {
	border: none;
}

/* BODY ELEMENTS
----------------------------------------------------------- */

#s5_loginreg {
	margin-top: 0px;
	right: 0;
	position: absolute;
}

#s5_loginreg,
#s5_register,
#s5_login {
	float: right;
	font-weight: 600;
}

#s5_login {
	cursor: pointer;
	padding: 0px;
	color: #000;
	display: flex;
	align-items: center;
}

#s5_login:hover {
	color: #000;
}

#s5_register {
	cursor: pointer;
	color: #000;
	padding: 5px 11px 5px 15px;
}

#s5_logo_wrap {
	float: left;
	margin-top: 26px;
	cursor: pointer;
}

#s5_pos_custom_2_inner {
	width: 100%;
	float: left;
}

.s5_logo_css img {
	float: left;
}

#s5_menu_inner {
	float: left;
	margin-top: 24px;
	margin-left: 14px;
}

#s5_menu_wrap {
	height: 113px;
}

#s5_body_wrap {
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.1);
}

#s5_pos_custom_2 {
	height: 64px;
	position: relative;
	line-height: 61px;
	border-top: 1px solid #e8e8e8;
}

#s5_loginreg span.iconbox {
	font-size: 26px;
	display: inline-block;
}

#s5_loginreg span.login_icowrap {
	margin-top: 0px;
	margin-left: 6px;
	display: block;
	float: left;
}

#s5_pos_custom_1 {
	float: right;
	margin-top: 18px;
}

[class^='icon-'],
[class*=' icon-'] {
	display: block;
}

.btn [class^='icon-'],
.btn [class*=' icon-'] {
	display: inline-block;
	margin-right: 2px;
}

.btn-group > .btn {
	min-height: 42px;
	line-height: inherit !important;
}

.s5_headwrap {
	margin: 0 auto;
}

#s5_featurednews {
	background: #444;
	width: 100%;
}

.s5_wandnletter_right_50 {
	background: #444;
}

.s5_wandnletter_left_50 {
	float: left;
	padding-left: 20px;
	width: 56%;
}

.s5_wandnletter_right_50 {
	float: right;
	padding-right: 11px;
	width: 44%;
}

.s5_custom23_outter {
	overflow: hidden;
}

#s5_modpos_5_outter {
	position: relative;
	z-index: 1;
}

#s5_modpos_5 {
	background: #fff none repeat scroll 0 0;
	bottom: 40px;
	font-size: 14px;
	line-height: 23px;
	color: #000;
	padding: 42px 29px 29px;
	position: absolute;
	right: 40px;
	width: 28%;
	z-index: 2;
}

.search label {
	display: none;
}

#s5_right_column_wrap input.inputbox,
#s5_left_column_wrap input.inputbox {
	margin-bottom: 14px;
	width: 100%;
}

#s5_right_column_wrap .module_round_box.search,
#s5_left_column_wrap .module_round_box.search {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 14px;
}

.search button.button.btn {
	width: 100%;
}

#s5_bottom_row3_area1 li a,
.footerc {
	color: #949494;
}

#s5_bottom_row3_area1 .s5_mod_h3_outer {
	margin-bottom: 22px;
}

#s5_footer_area1 {
	background: #fafafa;
}

#s5_footer {
	float: left;
}

#s5_footer_area2 {
	padding-bottom: 40px;
}

#s5_footer_area_inner {
	padding-right: 21px;
	padding-left: 21px;
}

#s5_component_wrap_inner .blog-featured {
	margin-top: 35px;
}

#s5_breadcrumb_wrap {
	margin-top: 80px;
}

#s5_breadcrumb_wrap .breadcrumb {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	gap: 8px;
}

#s5_breadcrumb_wrap .breadcrumb .breadcrumb-item {
	display: flex;
	align-items: center;
}

#s5_breadcrumb_wrap .breadcrumb .breadcrumb-item::after {
	content: '/';
	display: inline-block;
	margin-left: 8px;
}

#s5_breadcrumb_wrap .breadcrumb .breadcrumb-item:last-of-type::after {
	display: none;
}

.mejs-button.mejs-fullscreen-button {
	margin-left: -6px !important;
}

.s5_address_left {
	padding-right: 14px;
	float: left;
}

.s5_address_right {
	float: left;
	color: #949494;
	line-height: 24px;
	font-size: 1em;
	letter-spacing: 0px;
	margin-left: 0px;
}

.addressicon {
	color: #949494;
}

#s5_pos_custom_2_inner .module_round_box h3 {
	margin-bottom: 20px;
}

.tagspopular li a {
	float: left;
	color: #fff !important;
	padding: 6px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 7px;
}

.btn-group button:hover {
	margin: 4px !important;
}

.article-info {
	color: #000 !important;
}

.icons .btn-group .btn.dropdown-toggle {
	margin-top: -9px !important;
}

#s5_component_wrap_inner ul.inline {
	margin-left: -5px !important;
	margin-top: -25px !important;
	margin-bottom: 22px !important;
}

#s5_featurednews {
	background: #272727;
	/* Old browsers */
	background: -moz-linear-gradient(left, #272727 66%, #444 67%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #272727 66%, #444 67%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #272727 66%, #444 67%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#272727', endColorstr='#444', GradientType=1);
	/* IE6-9 */
}

/* MODULE STYLES
----------------------------------------------------------- */

#s5_above_body,
#s5_below_body {
	margin-right: -12px;
}

#s5_above_body .moduletable {
	margin-bottom: 20px;
	padding-right: 12px;
}

#s5_below_body .moduletable {
	margin-top: 20px;
	padding-right: 12px;
}

.module_round_box h3 {
	font-size: 1.7em;
	margin-bottom: 40px;
	margin-top: 0px;
}

.module_round_box h3.s5_mod_h3 {
	font-size: 1.7em;
	font-weight: 800;
	color: #000;
}

#s5_right_column_wrap .module_round_box h3.s5_mod_h3,
#s5_left_column_wrap .module_round_box h3.s5_mod_h3,
#s5_bottom_row3_area1 .module_round_box h3.s5_mod_h3 {
	font-size: 1.3em;
}

.module_round_box .s5_h3_first {
	color: #000000;
}

.module_round_box {
	text-shadow: none;
	color: #000;
	margin-left: 7px;
	margin-right: 7px;
}

#s5_right_column_wrap .module_round_box,
#s5_left_column_wrap .module_round_box {
	padding: 35px;
}

#s5_right_column_wrap .module_round_box,
#s5_left_column_wrap .module_round_box {
	margin-bottom: 40px;
}

.module_round_box a {
	color: #000000;
}

.module_round_box_inner {
	padding: 0px;
}

#s5_drop_down_wrap .module_round_box {
	margin-bottom: 35px;
}

/* highlight1 */

.module_round_box.highlight1 {
	background: #333333 none repeat scroll 0 0;
	color: #fff;
	padding: 40px 33px !important;
}

.module_round_box.highlight1 h3,
.module_round_box.highlight1 .s5_h3_first {
	color: #fff;
}

/* highlight2 */

.module_round_box.highlight2 {
	background: #333333 none repeat scroll 0 0;
	color: #fff;
	padding: 40px 33px !important;
}

.module_round_box.highlight2 h3,
.module_round_box.highlight2 .s5_h3_first {
	color: #fff;
}

/* border */

.module_round_box.border {
	border: 1px #e8e8e8 solid;
	color: #000;
	padding: 40px;
}

.module_round_box.border h3,
.module_round_box.border .s5_h3_first {
	color: #000;
}

.module_round_box.border .s5_mod_h3_outer {
	margin-bottom: 25px;
	text-align: center;
}

/* border_highlight1 */

.module_round_box.border_highlight1 {
	border: 1px #000 solid;
	color: #000;
	padding: 40px;
}

.module_round_box.border_highlight1 h3,
.module_round_box.border_highlight1 .s5_h3_first {
	color: #000;
}

/* border_highlight2 */

.module_round_box.border_highlight2 {
	border: 1px #000 solid;
	color: #000;
	padding: 40px;
}

.module_round_box.border_highlight2 h3,
.module_round_box.border_highlight2 .s5_h3_first {
	color: #000;
}

/* gray */

.module_round_box.gray {
	background: #f8f8f8 none repeat scroll 0 0;
	padding: 40px;
}

.module_round_box.gray h3,
.module_round_box.gray .s5_h3_first {
	color: #000;
}

.module_round_box.gray .s5_mod_h3_outer {
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}

.module_round_box.gray h3.s5_mod_h3 {
	margin-bottom: 20px;
}

/* dark */

.module_round_box.dark {
	background: #333333 none repeat scroll 0 0;
	color: #fff;
	padding: 40px;
}

.module_round_box.dark h3,
.module_round_box.dark .s5_h3_first {
	color: #fff;
}

/* newsticker */

.module_round_box.newsticker {
	margin-top: 20px;
	margin-left: -11px;
}

.module_round_box.newsticker h3 {
	font-size: 15px;
	font-weight: 800;
}

.module_round_box.newsticker .s5_mod_h3_outer {
	float: left;
	padding-right: 18px;
}

.module_round_box.newsticker #s5textrotatecls_otr {
	padding-top: 2px;
	font-size: 0.9em;
	float: left;
}

.module_round_box.newsticker .s5_mod_h3_below {
	clear: none !important;
}

/* large title */

.module_round_box.largettitle_white {
	color: #fff;
	padding: 40px;
}

.module_round_box.largettitle_white h3,
.module_round_box.largettitle_white .s5_h3_first {
	color: #fff;
}

.module_round_box.largettitle_white h3.s5_mod_h3 {
	margin-bottom: 40px;
	font-size: 2.1em;
}

/* large title */

.module_round_box.largettitle_black {
	color: #000;
	padding: 40px;
}

#s5_below_columns_wrap1 .module_round_box.largettitle_black {
	padding-left: 0px;
	padding-right: 0px;
}

.module_round_box.largettitle_black h3,
.module_round_box.largettitle_black .s5_h3_first {
	color: #000;
}

.module_round_box.largettitle_black h3.s5_mod_h3 {
	margin-bottom: 40px;
	font-size: 2.1em;
}

/* centered */

.module_round_box.centered {
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
}

.module_round_box.centered .s5_mod_h3_outer {
	margin-bottom: 24px;
}

/* topleft */

.module_round_box.topleft .s5_h3_first {
	color: #fff;
}

.module_round_box.topleft h3 {
	color: #ffffff;
	position: absolute;
	background: #333;
	font-size: 14px !important;
	font-weight: 700;
	margin-left: 53px;
	margin-top: 44px;
	padding: 7px 18px;
	z-index: 1;
}

/* padding */

.module_round_box.padding {
	padding: 40px !important;
}

/* nopadding */

.module_round_box.nopadding {
	padding: 0px !important;
}

/* white */

.module_round_box.white h3,
.module_round_box.white .s5_h3_first {
	color: #fff;
}

/* newsdisplay_small */

.newsdisplay_small .s5_mod_news2_titletext {
	line-height: 26px;
}

.newsdisplay_small .s5_mod_news2_title {
	font-size: 1.8em;
}

/* GLOBAL CSS
----------------------------------------------------------- */

.s5_pricetable_column.recommended,
.s5_pricetable_column,
div.catItemReadMore,
.userItemReadMore,
div.catItemCommentsLink,
.userItemCommentsLink,
a.readmore-link,
a.comments-link,
div.itemCommentsForm form input#submitCommentButton,
#middle_content .s5_imagerot_wrap img,
#s5_login,
#s5_register,
#s5_bottom_menu_wrap ul.menu a,
#s5_footer a,
.jdGallery .carousel .carouselInner .thumbnail,
.jdExtCarousel .carouselInner .thumbnail,
#s5_bottom_row3_area2 .module_round_box ul.menu a,
.s5_va_active span.s5_va_h3_inner_span,
.s5_va_inactive span.s5_va_h3_inner_span,
#s5_top_menu ul li a,
.s5_rowselector,
.S5_menu_module_group img,
.jdGallery a.left,
.jdGallery a.right,
#s5_scrolltopvar,
#s5_top_menu_wrap li a,
#s5_is_leftarrow,
#s5_is_rightarrow,
.S5_parent_subtext,
.S5_submenu_item,
.S5_subtext,
.registration input,
.login input,
.s5_scrolltop_fadeout,
.s5_scrolltop_fadein,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary,
.item-page .dropdown-menu li > a:hover,
.blog .dropdown-menu li > a:hover,
.item .dropdown-menu li > a:hover,
#searchForm .btn-toolbar .btn,
#cboxLoadedContent input,
.s5_button,
#cboxContent,
#s5_qc_security_img,
.MultiBoxContainer,
.module_round_box-gray,
.module_round_box-outlined,
h3.s5_demo_h3,
.pages_highlight_box,
.validate,
.faq_question,
.ourteam_roundimage_inner,
.ourteam_roundimage_hover,
.module_round_box-highlight1,
.module_round_box-highlight2,
.module_round_box-dark,
ul.dropdown-menu.actions,
.chzn-container .chzn-results li:hover,
.chzn-container-single .chzn-single,
#s5_nav li:hover span.s5_level1_span1,
#s5_nav li.mainMenuParentBtnFocused,
#s5_nav li.mainMenuParentBtnFocused span.s5_level1_span1,
#s5_register,
#s5_login,
#login-form li:nth-child(3n + 0) a,
.s5_highlight1,
a.k2ReadMore,
.pagination span,
.pagination a,
#s5_menu_inner #s5_nav li,
.module_round_box.topleft h3,
.s5_iacf_cat,
.s5_masoncat,
.s5_masonry_articles li a,
.tagspopular li a,
.btn-group > .btn {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.controls .btn,
.s5_button,
.s5_button_highlight,
p.readmore a,
#cboxLoadedContent input.button,
.article-info dd,
.s5_accordion_menu h3.s5_am_parent,
.s5_accordion_menu h3.s5_am_not_parent,
.btn.dropdown-toggle {
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	border-radius: 3px !important;
}

.s5_scrolltotop {
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

input.search-query,
.s5_roundedimage,
.s5_roundimage_inner,
.button,
li.pagenav-prev a,
li.pagenav-next a,
input#mod-search-searchword,
#s5_ls_outer_wrap .s5_ls_readmore,
.pagination span.s5_pagespan span,
.pagination span.s5_pagespan a,
#s5_inquirybox,
#s5_button_frame ul li,
p.readmore a,
a.readon,
.s5_buttoncenter .button,
.pager a,
.btn,
.btn:hover {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.s5_scrolltotop,
.s5_loading_inner,
#s5_socialicons,
.social_icon,
#s5_socialicons_active {
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

#s5_responsive_mobile_bottom_bar .s5_scrolltotop {
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
}

.button,
p.readmore a,
a.readon,
div.catItemReadMore,
.userItemReadMore,
div.catItemCommentsLink,
.userItemCommentsLink,
a.readmore-link,
a.comments-link,
div.itemCommentsForm form input#submitCommentButton,
#s5_login,
#s5_register,
#s5_bottom_menu_wrap ul.menu a,
#s5_footer a,
.s5_scrolltotop,
.jdGallery .carousel .carouselInner .thumbnail,
.jdExtCarousel .carouselInner .thumbnail,
#s5_bottom_row3_area2 .module_round_box ul.menu a,
.s5_va_active span.s5_va_h3_inner_span,
.s5_va_inactive span.s5_va_h3_inner_span,
#s5_top_menu ul li a,
a,
.s5_rowselector,
.S5_menu_module_group img,
input#mod-search-searchword,
.s5_scrolltotop,
#s5_cartbutton,
.jdGallery a.left,
.jdGallery a.right,
#s5_scrolltopvar,
#s5_top_menu_wrap li a,
#s5_is_leftarrow,
#s5_is_rightarrow,
.S5_parent_subtext,
.S5_submenu_item,
.S5_subtext,
.inputbox,
.registration input,
.login input,
.contact-form input,
#jform_contact_message,
input,
.s5_scrolltop_fadeout,
.s5_scrolltop_fadein,
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover,
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.btn-group.open .btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary,
.item-page .dropdown-menu li > a:hover,
.blog .dropdown-menu li > a:hover,
.item .dropdown-menu li > a:hover,
#searchForm .btn-toolbar .btn,
#cboxLoadedContent input,
#s5_nav li:hover,
#s5_nav li,
button,
button:hover,
.letter_div_m a:hover,
.letter_div_m a,
#items_imageleft,
#items_imageright,
.s5_button,
#s5_nav li span.s5_level1_span1,
.s5_scrolltotop,
a.readon,
p.readmore a,
#s5_custom2 .module_round_box-bigtitle_dark h3.s5_mod_h3,
#s5_custom2 .module_round_box-bigtitle_light h3.s5_mod_h3,
textarea,
a.btn,
p.readmore a.btn,
.circle_table_icons,
p.readmore:hover a,
.readon:hover,
.button:hover,
button:hover,
.tagspopular li a,
.inputbox:hover,
.registration input:hover,
.login input:hover,
.contact-form input:hover,
#jform_contact_message:hover,
input:hover,
textarea:hover,
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='color']:focus,
.uneditable-input:focus {
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
}

#s5_responsive_mobile_scroll .s5_scrolltotop {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-top: 19px !important;
}

/* LOGIN
----------------------------------------------------------- */

#login-form input {
	display: block;
	width: 100%;
}

#form-login-remember {
	margin-bottom: 10px;
}

#login-form #modlgn-remember {
	margin-right: 10px;
	position: relative;
	top: 3px !important;
	width: auto;
}

#login-form button {
	display: block;
	clear: both;
	margin-bottom: 12px;
}

#login-form a:hover {
	text-decoration: underline;
}

/* PROFILE
----------------------------------------------------------- */
.profile .btn-toolbar .btn-group > .btn {
	min-height: auto;
}

/* MOBILE BAR
----------------------------------------------------------- */

#s5_responsive_mobile_bar_active {
	padding-top: 12px !important;
}

/* PAGINATION
----------------------------------------------------------- */

.pagination .pagination,
p.counter,
.pagination span.s5_pagespan a,
.pagination span.s5_pagespan a:hover {
	-webkit-transition: all 200ms ease-in 0s;
	-moz-transition: all 200ms ease-in 0s;
	-o-transition: all 200ms ease-in 0s;
	transition: all 200ms ease-in 0s;
}

.pagenav a {
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.pagination .counter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
	font-size: 0.9em;
}

.pagenav {
	padding-top: 40px;
	padding-bottom: 0px;
}

.pagination {
	padding-top: 30px;
	padding-bottom: 40px;
}

.s5_negative_margin_content .pagination {
	padding-bottom: 66px;
	padding-top: 20px;
}

.pagination {
	text-align: center;
	margin: 0px;
}

.pagination .pagination {
	text-align: center;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.pagination .pagination a,
.pagination .pagination span {
	padding: 0px;
	margin: 0px;
	padding: 8px !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 0.9em;
	font-weight: 600;
	color: #000000;
	background: #ffffff;
	border: solid 1px #e1e0e0;
	display: inline-block;
	margin-bottom: 8px;
}

.pagination .pagination a {
	color: #ffffff;
}

.pagination .pagination a:hover {
	text-decoration: none;
}

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

.article-info dt,
.article-info dd {
	font-size: 0.9em;
	display: inline-block;
	margin-right: 14px;
}

ul.tags {
	margin: 0px;
}

ul.tags li {
	display: inline;
	margin: 5px;
	list-style: none;
}

.article-info dd,
.article-info dt {
	font-size: 1.1em;
	line-height: 170%;
}

.article-info {
	margin-bottom: 9px;
	margin-top: 0px;
}

.article-info-term {
	display: none;
}

.search #searchForm fieldset.word label {
	margin-right: 10px;
}

.search #searchForm fieldset.word input {
	width: 50%;
}

.search #searchForm fieldset.word {
	margin-bottom: 50px;
	text-align: center;
}

.search fieldset.phrases legend,
.search fieldset.only legend {
	color: #7d7d7d;
}

.search fieldset.phrases,
.search fieldset.only {
	margin-bottom: 13px;
}

.dropdown-menu,
.btn {
	border: none !important;
}

.article_column {
	float: left;
}

.item-separator {
	display: block;
	clear: both;
	margin-bottom: 50px;
}

.item-page,
.category-desc {
	margin-bottom: 34px;
	clear: both;
}

.item-page {
	margin-bottom: 0px;
}

.item-page.edit .input-prepend .btn {
	margin-left: 4px !important;
}

.article_separator {
	display: none;
}

.article-info {
	font-size: 0.9em;
	font-style: normal;
	margin-bottom: 30px;
}

.blog-featured .article-info {
	margin-top: -8px;
	margin-bottom: 14px;
}

.article-info-term {
	display: none;
}

.article_column .contentpaneopen {
	padding-right: 15px;
}

.buttonheading {
	float: right;
	padding-right: 5px;
}

.contentpane ul li {
	text-align: left;
}

.sectiontableheader {
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

legend.sectiontableheader {
	background: none;
}

.sectiontableheader th {
	padding-left: 8px;
	padding-right: 8px;
}

.sectiontableentry1,
.sectiontableentry2 {
	padding-bottom: 5px;
}

td {
	padding-bottom: 0px;
	padding-top: 0px;
}

table.searchintro {
	padding: 10px 0;
	width: 80%;
}

tr.sectiontableentry1 td {
	padding: 2px;
}

tr.sectiontableentry2 td {
	padding: 2px;
}

.sectiontableheader {
	line-height: 29px;
	padding: 0pt 10px;
}

.sectiontableentry1 {
	font-size: 9pt;
	padding: 7px;
	background: #ececec;
}

.sectiontableentry2 {
	font-size: 9pt;
	padding: 7px;
}

ul.actions li {
	float: right;
	padding-left: 8px;
	list-style: none;
}

.img-intro-left,
.img-fulltext-left {
	float: left;
}

.img-intro-right,
.img-fulltext-right {
	float: right;
}

#s5_component_wrap ul.actions {
	margin-left: 0px;
}

#s5_component_wrap ul.pagenav {
	margin: 0px;
}

ul.actions i {
	display: none;
}

.calendar .button {
	color: #000000 !important;
	background: none !important;
	display: table-cell !important;
	padding: 2px !important;
}

.dropdown-toggle,
.dropdown-toggle:hover {
	padding: 9px;
	background: none !important;
	margin-right: 0px !important;
	margin-top: -6px !important;
	border: none;
	font-size: 14px;
	line-height: 1;
	min-width: 1px;
}

.btn .caret {
	margin-left: 5px;
	margin-top: 6px;
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.dropdown-menu {
	border: none;
}

.dropdown-menu span {
	margin-right: 8px;
}

.item-page .dropdown-toggle,
.blog .dropdown-toggle,
.item .dropdown-toggle {
	background: #ffffff !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.page-header {
	border: medium none;
	margin: 0 0 10px;
	padding: 0;
}

.item,
.items-leading {
	margin-bottom: 60px !important;
}

.article-info dt,
.article-info dd {
	display: inline-block;
	font-size: 1em;
	margin-right: 14px;
}

.items-more ol {
	margin: 0px;
}

.item-page .item-image {
	margin-right: 25px;
	margin-bottom: 25px;
}

.blog-featured .pull-left {
	width: 47%;
	margin-top: -104px;
	margin-right: 42px;
}

#s5_component_wrap_inner .blog-featured h2.item-title,
#s5_component_wrap_inner .blog-featured h1.item-title,
.blog-featured .article-info {
	margin-left: 52%;
}

dt.article-info-term {
	display: none;
}

#s5_component_wrap_inner h2,
#s5_component_wrap_inner h1 {
	letter-spacing: -1px;
	margin-bottom: 2px;
}

ul.category {
	margin: 0px;
	list-style: none;
}

ul.category h3 {
	margin-bottom: 25px;
}

ul.category img {
	margin-bottom: 25px;
}

ul.category li {
	margin-bottom: 25px;
}

/* MISCELLANEOUS
----------------------------------------------------------- */

legend {
	border: none !important;
}

.moduletable .breadcrumb,
.module_round_box_outer .breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-shadow: none;
	padding: 0px;
	margin: 0px;
}

.module_round_box_outer ul li a,
.module_round_box_outer ul.menu li span {
	padding-bottom: 6px;
	margin-bottom: 6px;
	display: block;
	line-height: 15px;
}

.s5_module_box_1 ul.menu ul a span {
	margin: 0px;
	padding: 0px;
}

.jicons-icons {
	float: left;
	padding-right: 7px;
}

.jicons-icons {
	display: none;
}

#GM_form {
	margin: 0;
}

#s5_map_canvas img {
	max-width: none !important;
}

fieldset a {
	font-weight: bold;
}

#member-registration legend {
	font-size: 1.7em;
	margin-bottom: 20px;
}

ul {
	margin-left: 18px;
}

div.syndicate div {
	text-align: center;
}

.mosimage {
	padding: 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	margin: 6px;
}

.mosimage img {
	padding: 0;
	margin: 0 !important;
}

.mosimage_caption {
	background: #efefef none repeat scroll 0%;
	border-top: 1px solid #cccccc;
	color: #666666;
	margin-top: 2px;
	padding: 1px 2px;
}

div.syndicate div {
	text-align: center;
}

.back_button {
	height: 37px;
	padding-top: 26px;
}

div.back_button a,
div.back_button a:hover,
div.back_button a:active {
	margin: -2px 0;
	display: block;
	font-weight: bold;
	height: 37px;
	text-decoration: none !important;
}

.s5_centerit {
	text-align: center;
	display: block;
}

iframe {
	border: none;
}

.login label {
	display: block;
}

th {
	font-weight: bold;
	padding: 5px 0;
	text-align: left;
}

td.num {
	text-align: left;
	vertical-align: top;
}

td.hits {
	text-align: center;
	vertical-align: top;
}

td p {
	line-height: 1.7em;
	margin: 0;
}

.filter {
	margin: 10px 0;
}

.display-limit,
.filter {
	margin-right: 7px;
	text-align: right;
}

table,
table td {
	border-collapse: collapse;
}

table.weblinks,
table.category {
	margin: 10px 0 20px 0;
	width: 100%;
}

table.weblinks th,
table.category th {
	font-size: 1em;
	font-weight: normal;
}

table.weblinks th:first-child,
table.category th:first-child {
	border-left: medium none;
}

table th {
	background: #e9e9e9;
	padding: 6px 10px;
}

fieldset.filters {
	margin-top: 10px;
}

/* LANGUAGE FLAGS
----------------------------------------------------------- */

.s5_languageflags {
	margin: 0px;
	margin-left: 18px;
}

div.mod-languages li {
	margin: 0 0 0 3px;
}

#s5_pos_language li {
	float: right;
	margin: 0 0 0 8px;
}

/* IMAGES
----------------------------------------------------------- */

a img,
fieldset,
img {
	border: none;
}

.module_round_box_outer img {
	line-height: 100%;
	display: inline-block;
}

.mosimage {
	padding: 0;
	margin: 6px;
}

.mosimage img {
	padding: 0;
	margin: 0 !important;
}

.mosimage_caption {
	background: #333;
	color: #fff;
	font-size: 8pt;
	margin-top: 2px;
	padding: 1px 2px;
}

/* SYSTEM MESSAGES
----------------------------------------------------------- */

#system-message {
	margin-bottom: 20px;
}

#system-message dd.message ul {
	background: url(../../system/images/notice-info.png) 4px center no-repeat #c3d2e5;
	margin-left: 4px;
	margin-top: 13px;
}

#system-message dd.error ul {
	color: #c00;
	background: url(../../system/images/notice-alert.png) 4px center no-repeat #e6c0c0;
	border-top: 3px solid #de7a7b;
	border-bottom: 3px solid #de7a7b;
}

#system-message dd.notice ul {
	color: #c00;
	background: url(../../system/images/notice-note.png) 4px center no-repeat #efe7b8;
	border-top: 3px solid #f0dc7e;
	border-bottom: 3px solid #f0dc7e;
}

/* TOOLTIPS
----------------------------------------------------------- */

.tip-wrap {
	z-index: 1000003;
}

.tip-wrap .tip {
	background: #fff;
	padding: 5px;
	border: 1px solid #eee;
	max-width: 300px;
}

.tip-wrap .tip-title {
	background: #101010;
	color: #fff;
	font-size: 1em;
	margin-bottom: 4px;
	padding: 5px 8px;
	text-shadow: 0 1px 0 #000;
}

.tip-wrap.tip-text {
	padding: 3px;
	font-size: 11px;
	line-height: 16px;
}

.tooltip {
	border: none !important;
	background: 0 0 !important;
}

/* PAGES - GENERAL
----------------------------------------------------------- */

h1.pages_center_text {
	font-size: 2em;
	font-family: arial;
	text-transform: none;
}

.pages_highlight_box {
	padding: 30px;
	display: block;
}

.pages_highlight_box h3 {
	text-transform: none;
	font-size: 1.9em;
	font-weight: 500;
}

.pages_highlight_box .readon {
	margin-top: 20px;
}

.pages_center_text {
	text-align: center;
}

address {
	padding-top: 4px;
	padding-bottom: 4px;
}

.contact h3 {
	margin-bottom: 20px;
	margin-top: 15px;
}

.pages_highlight_box {
	background: #f9f8f8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* PAGES - CONTACT
----------------------------------------------------------- */

.jicons-text {
	font-weight: 700;
}

.contact-image {
	margin-bottom: 20px;
}

@media screen and (max-width: 1050px) {
	.contact-image {
		float: right;
	}
}

@media screen and (max-width: 700px) {
	.contact .thumbnail {
		float: none !important;
		margin-bottom: 14px;
	}
	.contact .thumbnail img {
		width: 100%;
	}
}

.contact-form label {
	display: block;
}

.contact .dl-horizontal dt {
	width: auto;
}

.dl-horizontal dt {
	float: none;
	overflow: visible;
	text-align: inherit;
}

dd,
dt {
	line-height: 220%;
}

#contact-form {
	margin: 0px;
}

#contact-form fieldset {
	padding: 0px;
}

#contact-form .form-actions {
	margin-bottom: 0px;
}

#contact-form {
	padding: 0px;
	border: none;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* PAGES - SEARCH
----------------------------------------------------------- */

.search #searchForm fieldset.word label {
	margin-right: 10px;
}

.search #searchForm fieldset.word input {
	width: 50%;
}

.search #searchForm fieldset.word {
	margin-bottom: 50px;
	text-align: center;
}

.search fieldset.only,
.search fieldset.phrases {
	margin-bottom: 13px;
}

#searchForm button {
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 0;
}

#searchForm {
	margin: 0;
}

#search-searchword {
	font-size: 14px;
}

.search h1.page-title {
	margin-bottom: 40px;
}

.search #searchForm .btn-toolbar {
	margin-bottom: 20px;
}

.searchintro {
	margin-bottom: 15px;
}

.searchintro strong {
	font-weight: 400;
}

.badge-info,
.label-info {
	background: #333;
	font-weight: 400;
}

#searchForm .only legend,
#searchForm .phrases legend {
	float: left;
	margin-right: 17px;
	margin-bottom: 0;
	font-size: 0.9em;
	margin-top: -6px;
	width: auto;
}

#searchForm fieldset input,
#searchForm fieldset label {
	min-height: auto;
}

.chzn-container-single .chzn-single {
	border: 1px solid #e6e9e9;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	height: 32px;
	font-weight: 400;
	line-height: 31px;
	background: #fff;
}

.chzn-container-active.chzn-with-drop .chzn-single {
	background: #fff;
}

.chzn-container .chzn-drop {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.chzn-container-single .chzn-single div b {
	background-position: 0 7px;
}

.chzn-container .chzn-results li.active,
.chzn-container .chzn-results li.highlighted {
	background: #000;
}

.checkbox,
.ordering-box,
.ordering-box #ordering_chzn,
.ordering-box .ordering,
.phrases-box,
.radio {
	float: left;
}

.controls > .checkbox:first-child,
.controls > .radio:first-child {
	padding-top: 0;
}

.ordering-box .ordering {
	margin-right: 8px;
}

.checkbox,
.radio {
	margin-right: 0px;
}

#contact-form,
#contact-form .form-actions {
	margin-bottom: 0;
}

.form-actions {
	border: none;
	background: #fafafa;
}

#searchForm fieldset {
	border: none !important;
	background: 0 0 !important;
	padding: 0 !important;
	margin: 0 0 18px !important;
}

#searchForm button {
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding-top: 10px;
	padding-bottom: 11px;
}

.btn-group + .btn-group {
	margin: 0px;
}

#searchForm fieldset input,
#searchForm fieldset label {
	margin-right: 10px;
}

.icon-search {
	margin-right: 10px;
}

/* PAGES - ABOUT
----------------------------------------------------------- */

.about_wrapper {
	padding-top: 10px;
}

.about_wrapper img {
	float: left;
	max-width: 45% !important;
	margin-right: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
	.about_wrapper img {
		float: none;
		max-width: 100% !important;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.about_wrapper h3 {
	margin-bottom: 14px;
	font-weight: 700;
}

.about_bottom_item1 {
	width: 47%;
	float: left;
}

.about_bottom_item2 {
	width: 47%;
	float: right;
}

.about_bottom_item1 h3,
.about_bottom_item2 h3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 700;
}

@media screen and (max-width: 750px) {
	.about_bottom_item1,
	.about_bottom_item2 {
		width: auto;
		float: none;
	}
}

/* PAGES - SERVICES
----------------------------------------------------------- */

.services_wrap {
	text-align: center;
	width: 33.3333%;
	float: left;
	margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.services_wrap {
		width: auto;
		float: none;
		margin-bottom: 30px;
	}
}

.services_wrap_inner {
	padding-left: 15px;
	padding-right: 15px;
}

.services_wrap h3 {
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* PAGES - FAQs
----------------------------------------------------------- */

.faq_wrap h3 {
	font-weight: 700;
	margin-bottom: 25px;
}

.faq_question {
	font-weight: 700;
	display: block;
	font-size: 0.9em;
}

.faq_answer {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	padding: 5px 12px 12px;
}

/* FAQ ACCORDION
----------------------------------------------------------- */

.ac-container label,
.ac-container2 label {
	font-size: 1em !important;
	height: 43px !important;
	line-height: 43px !important;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	cursor: pointer;
	background: #fff;
	color: #333;
	box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 0 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 0 1px rgba(0, 0, 0, 0.1);
}

.ac-container,
.ac-container2 {
	width: 100%;
	position: relative;
	z-index: 0;
	margin: 10px auto 30px;
	text-align: left;
}

.ac-container label:hover,
.ac-container2 label:hover {
	background: #000000;
	color: #ffffff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover,
.ac-container2 input:checked + label,
.ac-container2 input:checked + label:hover {
	background: #f9f9f9;
	color: #666;
	height: 30px;
	line-height: 21px;
	font-size: 13px;
}

.ac-container input:checked + label:hover:after,
.ac-container label:hover:after,
.ac-container2 input:checked + label:hover:after,
.ac-container2 label:hover:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
}

.ac-container input,
.ac-container2 input {
	display: none;
}

.ac-container article,
.ac-container2 article {
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p,
.ac-container2 article p {
	font-style: normal;
	color: #333;
	padding: 20px;
}

.ac-container input:checked ~ article,
.ac-container2 input:checked ~ article {
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked ~ article.ac-text,
.ac-container2 input:checked ~ article.ac-text2 {
	height: auto;
}

.ac-container input:checked ~ article.ac-small,
.ac-container2 input:checked ~ article.ac-small2 {
	height: 140px;
}

.ac-container input:checked ~ article.ac-medium,
.ac-container2 input:checked ~ article.ac-medium2 {
	height: 180px;
}

.ac-container input:checked ~ article.ac-large,
.ac-container2 input:checked ~ article.ac-large2 {
	height: 230px;
}

.ac-container,
.ac-container2 {
	margin-left: 2px;
}

.ac-container input:checked + label:hover {
	color: #ffffff;
}

/* PAGES - 404
----------------------------------------------------------- */

#wrap_404 {
	text-align: center;
	padding-bottom: 30px;
}

.title_404 {
	font-size: 11em;
	margin-bottom: 20px;
}

.line_1_404 {
	font-size: 2em;
	text-transform: uppercase;
	display: block;
}

.line_2_404 {
	font-size: 1.1em;
	border-bottom: solid 1px #e7e6e6;
	padding-bottom: 32px;
	margin-bottom: 32px;
	display: inline-block;
}

#wrap_404 .readon {
	margin: 0;
}

/* PAGES - TEAM
----------------------------------------------------------- */

.overlay_outer {
	float: left;
	text-align: center;
}

.overlay_inner {
	padding: 0.25%;
}

.overlay_outer.one {
	width: 100%;
}

.overlay_outer.two {
	width: 49.5%;
}

.overlay_outer.three {
	width: 32.5%;
}

.overlay_outer.four {
	width: 24.5%;
}

.overlay_outer.five {
	width: 19.5%;
}

.overlay_outer.six {
	width: 15.5%;
}

.overlay_centered,
.overlay_socialicons {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 42%;
}

.overlay_hover_outer {
	display: table;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: auto;
	height: auto;
}

.overlay_hover_outer .overlay_hover_inner {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
	background-color: #333;
	height: 100%;
	width: 100%;
	position: absolute;
}

.overlay_hover_outer:hover .overlay_hover_inner {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	position: absolute;
	height: 100%;
	width: 100%;
}

.overlay_hover_outer .overlay_hover_video {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	height: 100%;
	width: 100%;
	position: absolute;
}

.overlay_facebook {
	float: left;
	height: 29px;
	margin-right: 9px;
	width: 29px;
	background: url(../images/pages/sprite.png) 0 -72px no-repeat !important;
}

.overlay_facebook:hover {
	background: url(../images/pages/sprite.png) -47px -72px no-repeat !important;
}

.overlay_twitter {
	float: left;
	height: 29px;
	width: 29px;
	background: url(../images/pages/sprite.png) no-repeat !important;
}

.overlay_twitter:hover {
	background: url(../images/pages/sprite.png) -47px 0 no-repeat !important;
}

.overlay_hover_inner {
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition: all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
}

.overlay_hover_outer img {
	width: 100%;
	margin-bottom: -9px;
}

.overlay_subtitle {
	display: block;
	margin-top: 8px;
}

@media screen and (max-width: 950px) {
	.overlay_outer {
		width: 100% !important;
		float: none !important;
	}
}

/* PAGES - PORTFOLIO
----------------------------------------------------------- */

.pages_portfolio {
	float: left;
}

.pages_portfolio.one {
	width: 100%;
}

.pages_portfolio.two {
	width: 50%;
}

.pages_portfolio.three {
	width: 33.3335%;
}

.pages_portfolio.four {
	width: 25%;
}

.pages_portfolio.five {
	width: 20%;
}

.pages_portfolio.six {
	width: 16.6665%;
}

.pages_portfolio img {
	margin-bottom: -7px;
}

.pages_padding {
	padding: 5px;
}

@media screen and (max-width: 950px) {
	.pages_portfolio {
		width: 100% !important;
		float: none !important;
	}
}

/* Content
----------------------------------------------------------- */

.checkbox,
.ordering-box,
.ordering-box #ordering_chzn,
.ordering-box .ordering,
.phrases-box,
.radio {
	float: left;
}

.article-info.muted span {
	display: none;
}

.article-info.muted span,
.category-name a {
	color: #000;
}

#contact-form .form-actions {
	background: #fff;
}

#s5_body_padding .form-actions .btn {
	padding-left: 30px !important;
	border: 1px solid #000 !important;
	color: #000 !important;
	margin-left: -18px !important;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#s5_body_padding .form-actions .btn:hover {
	color: #fff !important;
}

.article-info-term {
	display: none !important;
}

.article-info.muted {
	color: #999999;
	margin-top: -3px;
	padding-left: 2px;
}

.nav-stacked a {
	color: #969696;
	background: #fff;
}

.nav-tabs.nav-stacked > li > a {
	border: 1px solid #efefef;
}

.item-page .icons {
	margin-top: -7px;
}

.s5_articlewidth {
	color: #737373;
	display: block;
	font-size: 1.1em;
	font-weight: 400;
	margin: 72px auto 0;
	text-align: left;
	width: 82%;
}

li.previous span.icon-chevron-left,
li.next span.icon-chevron-right {
	display: none;
}

.pages_padding .s5_is_css_wrap_7 a.darkcolor,
.pages_padding .s5_is_css_wrap_7 a:hover {
	color: #fff !important;
}

.pages_padding .s5_is_css_wrap_7 a {
	color: #fff !important;
}

.item-image {
	margin-bottom: 20px;
}

.controls .btn {
	padding: 7px 22px !important;
}

.controls a.btn {
	padding: 7px 22px !important;
	margin-top: 2px;
	color: #fff !important;
	border-radius: 3px !important;
}

.edit a.btn {
	height: auto !important;
}

/* IMAGE AND CONTENT FADER
----------------------------------------------------------- */

.jdGallery .slideInfoZone {
	background: none !important;
}

.jdGallery .slideElement {
	background-size: 102% auto !important;
}

.jdGallery .slideElement {
	background-size: cover !important;
}

.withArrows a.open {
	width: 100% !important;
	left: 0 !important;
}

.slideInfoZone {
	bottom: auto !important;
	height: auto !important;
	padding: 0px !important;
	width: auto !important;
}

.slideInfoZone br {
	clear: both !important;
	display: block;
}

.jdGallery a.right,
.jdGallery a.left {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)' !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
	width: 36px !important;
	height: 36px !important;
	float: left !important;
	padding: 0px !important;
	top: 50% !important;
	margin-top: -39px;
	z-index: 3 !important;
}

.jdGallery a.right {
	background: url(../images/multiarrows.png) no-repeat 0px -154px !important;
	left: auto !important;
	right: 35px !important;
}

.jdGallery a.left {
	background: url(../images/multiarrows.png) no-repeat -6px -7px !important;
	right: auto !important;
	left: 35px !important;
}

.jdGallery a.left:hover,
.jdGallery a.right:hover {
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)' !important;
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

.carouselWrapper .thumbnail {
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition: all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
}

.carouselWrapper .thumbnail.active {
	-webkit-transition: all 300ms ease-in 0s;
	-moz-transition: all 300ms ease-in 0s;
	-o-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
}

.jdGallery a.right,
.jdGallery a.left {
	z-index: 3 !important;
}

.jdGallery a.carouselBtn,
.jdGallery .carousel .label,
.jdExtCarousel .label {
	display: none !important;
}

.jdGallery div.carouselContainer {
	top: auto !important;
	bottom: 5% !important;
}

.jdGallery .carousel {
	overflow: visible !important;
	background: none !important;
}

.jdGallery .carousel .carouselInner,
.jdExtCarousel .carouselInner {
	float: right !important;
	position: relative !important;
}

.carouselInner .thumbnail {
	position: relative !important;
}

.jdGallery div.carouselContainer {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1 !important;
}

.jdGallery .carousel .carouselInner .thumbnail,
.jdExtCarousel .carouselInner .thumbnail {
	margin-left: 25px !important;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1 !important;
	height: 143px !important;
	width: 183px !important;
}

.jdGallery .slideInfoZone p,
.jdGallery .slideInfoZone h2 {
	text-shadow: none !important;
}

.jdGallery .carousel .carouselWrapper,
.jdExtCarousel .carouselWrapper {
	height: 115px !important;
	left: auto !important;
	right: 11px !important;
	padding-top: 0px !important;
}

#myGallery,
#myGallerySet,
#flickrGallery {
	background: #ffffff !important;
}

.jdGallery .loadingElement {
	background-color: #ffffff !important;
	background-image: url(../images/loading-bar-black.gif) !important;
}

.jdGallery .slideInfoZone {
	height: auto !important;
}

.jdGallery .slideInfoZone h2 {
	background: transparent;
	display: table;
	text-align: left;
	float: left;
	font-size: 3em !important;
	font-weight: 900 !important;
	left: 0 !important;
	line-height: 52px !important;
	padding: 0 0 18px !important;
	position: relative;
	-webkit-background-clip: padding-box;
	/* for Safari */
	background-clip: padding-box;
	/* for IE9+, Firefox 4+, Opera, Chrome */
}

.s5_boldfont {
	font-weight: 600;
}

.jdGallery .slideInfoZone {
	display: block !important;
	padding: 0px !important;
	right: auto !important;
	color: #fff !important;
	top: 26% !important;
	width: 37% !important;
	overflow: visible !important;
	text-align: left;
	margin-left: auto !important;
}

.jdGallery .slideInfoZone p {
	display: table;
	font-size: 1em !important;
	font-weight: 300;
	line-height: 23px;
	clear: both;
	float: left;
	color: #fff !important;
	margin-top: 1px !important;
	padding: 0px !important;
	padding-bottom: 21px !important;
	text-shadow: none !important;
	border-bottom: 1px solid rgb(255, 255, 255);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.s5_iacfbig {
	font-size: 1.1em;
}

.carouselContainer .carousel .active {
	left: auto !important;
}

.center_text {
	text-align: left;
	display: block;
}

.slide_text {
	display: block;
}

.slideInfoZone .left,
.slideInfoZone .right,
.slideInfoZone .center {
	-webkit-transition: all 700ms ease-out;
	-moz-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
	-webkit-transition: all 700ms ease-out;
	-moz-transition: all 700ms ease-out;
	-o-transition: all 700ms ease-out;
	transition: all 700ms ease-out;
}

.slideInfoZone_load .right,
.slideInfoZone_load .left,
.slideInfoZone_load .center {
	margin: 0px !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.slideInfoZone .center,
.slideInfoZone_unload .center {
	margin-top: -100px;
	padding-top: 0px;
	float: left;
	width: 100%;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	opacity: 0;
}

.center_text.whiteline {
	padding-bottom: 49px;
}

.jdGallery a.readon {
	border-color: #ffffff;
	font-size: 1em;
	font-weight: 600;
	margin-left: 0;
	margin-right: 0;
	padding: 7px 0px;
	position: relative;
	background: none !important;
	text-transform: none;
	display: table;
}

.jdGallery a.readon.nostyle {
	color: #ffffff !important;
	background: none !important;
	font-size: 0.3em;
	position: relative;
	top: 30px;
	margin-left: 5px;
	margin-right: 5px;
	letter-spacing: 1px;
}

.jdGallery a.open {
	cursor: default !important;
}

.iacf_subtext {
	font-size: 3.2em;
}

.content .jdGallery .carousel .carouselInner .active {
	opacity: 1 !important;
}

.jdGallery .carousel .carouselInner .thumbnail,
.jdExtCarousel .carouselInner .thumbnail {
	border: none !important;
	margin-left: 12px !important;
	height: 103px !important;
	width: 158px !important;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1 !important;
}

.jdGallery .carousel .thumbnail.active {
	border: 0px !important;
}

.jdGallery .carousel .thumbnail:hover {
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	opacity: 1 !important;
}

.carouselInner .thumbnail {
	margin-top: 8px;
	border: 0px !important;
}

.readmore_iacf {
	display: block;
	margin-top: 20px;
}

.readmore_iacf_inner {
	float: left;
	font-size: 18px !important;
	font-style: italic;
	font-weight: 200;
	text-transform: none;
}

.readmorecircle {
	height: 40px;
	width: 40px;
	display: block;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	background: #121212;
}

.ion-android-arrow-forward {
	font-size: 0.4em;
	line-height: 43px;
	margin-left: 13px;
	display: block;
	margin-top: 0px !important;
}

#myGallery.jdGallery a.left {
	left: 15px !important;
}

#myGallery.jdGallery a.right {
	right: 15px !important;
}

.iacf_prev,
.iacf_next {
	color: #fff;
	font-weight: 400;
}

.jdGallery a.right {
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(90deg);
}

.jdGallery a.left {
	-ms-transform: rotate(-90deg);
	/* IE 9 */
	-webkit-transform: rotate(-90deg);
	/* Chrome, Safari, Opera */
	transform: rotate(-90deg);
}

.carouselWrapper .carouselInner {
	width: auto !important;
}

.jdGallery .carousel .carouselWrapper,
.jdExtCarousel .carouselWrapper {
	width: auto !important;
	top: -94px !important;
}

.s5_iacf_cat {
	position: relative;
	top: -15px;
}

.withArrows a.open {
	background: #120b06 !important
}

.jdGallery .slideElement {
	bottom: 10px;
}

.s5_iacf_date,
.s5_iacf_author {
	bottom: -38px;
}

.s5_iacf_author {
	padding-right: 23px;
}

.s5_iacf_wrap {
	bottom: -38px;
	width: 100%;
	left: 14px;
	position: absolute;
}

/* MULTIBOX
----------------------------------------------------------- */

.MultiBoxClose {
	top: -46px !important;
	right: -46px !important;
}

/* MAIL CHIMP
----------------------------------------------------------- */

.mailchimp_width {
	width: 53%;
	display: block;
	margin: 0 auto;
}

#description {
	text-align: center;
}

.inputbox.mailchimp_signup {
	margin-top: 9px;
	font-style: normal;
	font-weight: 400;
	width: 24%;
}

.mailchimp_signup_form button {
	margin-left: 10px;
}

/* NEWS TICKER
----------------------------------------------------------- */

.rslides_nav.next,
.rslides_nav.prev {
	border: none;
}

.rslides_nav.next {
	margin-left: 16px;
}

#s5_newsticker_slides li,
.s5_newsticker_pretext {
	line-height: 1.3;
}

#s5_newsticker_slides.rslides {
	font-size: 1em;
	font-weight: 600;
	margin-left: 42px;
	margin-top: 0px;
}

.rslides_nav.prev {
	background: transparent url(../images/arrows.png) no-repeat 5px 5px;
}

.rslides_nav.next {
	background: transparent url(../images/arrows.png) no-repeat 6px -46px;
}

/* NEWS DISPLAY 2
----------------------------------------------------------- */

.s5_newsdisplay_subitems .s5_mod_news2_introtext {
	color: #fff;
}

.s5_newsdisplay_subitems .s5_mod_news2_introtext {
	margin-top: 24px;
}

.s5_mod_news2_titletext {
	line-height: 36px;
}

.s5_newsdisplay_subitems .s5_mod_news2_titletext {
	font-size: 1.1em;
	line-height: 21px;
}

.s5_mod_news2_title a {
	color: #fff;
}

.s5_newsdisplay_subitems {
	margin-top: 38px;
}

.readmore.s5modnews,
.readmore.s5modnews p.readmore a,
.readmore.s5modnews p.readmore {
	float: left;
}

.s5_mod_news2_overlay_inner p.readmore a {
	padding: 0px;
}

.s5_mod_news2_title {
	font-size: 2.6em;
	width: 90%;
	font-weight: 800;
}

.s5_newsdisplay_subitems .s5_mod_news2_title {
	width: 100%;
}

.s5_mod_news2_overlay_inner {
	padding-bottom: 34px;
}

/* S5 BOX
----------------------------------------------------------- */

body #colorbox.s5-box-effect {
	position: fixed !important;
	top: 150px !important;
}

#cboxOverlay {
	background: rgba(0, 0, 0, 0.3);
}

#s5box_login,
#s5box_register {
	padding: 10px 25px !important;
	background: transparent !important;
}

.s5_regfloatleft {
	width: 100% !important;
}

#jform_profile_aboutme,
.s5_regfloatleft input {
	width: 100% !important;
}

#cboxContent,
#cboxContent a,
#cboxContent p label,
#cboxLoadedContent label,
form#member-registration {
	color: #000;
}

#cboxContent .button {
	cursor: pointer;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleLeft,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight,
#cboxMiddleRight {
	background: none !important;
}

#cboxLoadedContent .s5_mod_h3_outer {
	margin-bottom: 5px;
	margin-top: 9px;
}

#cboxContent {
	-webkit-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.1);
}

#form-login-username,
#form-login-password {
	font-size: 1.1em;
}

#cboxClose {
    background: url(../images/multibox/close.png) no-repeat scroll left top transparent !important;
    top: -9px !important;
    cursor: pointer !important;
    float: right !important;
    height: 30px !important;
    margin: -30px 4px -7px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    text-indent: 500px !important;
    width: 30px !important;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
	display: none !important;
}

#cboxLoadedContent label {
	display: block;
	font-size: 0.8em !important;
	color: #a2a2a2 !important;
	margin-bottom: 0px;
}

#cboxLoadedContent #form-login-remember label {
	display: inline;
	margin-right: 5px;
}

#cboxLoadedContent .button,
#s5box_register_inner .button {
	margin-bottom: 16px;
	font-size: 0.9em;
	font-weight: 400;
	margin-top: 12px;
	border: 3px solid #cccccc;
	background: none;
	padding: 9px 23px !important;
}

#cboxLoadedContent .button:hover,
#s5box_register_inner .button:hover {
	color: #ffffff;
}

#cboxLoadedContent input.button {
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
}

#member-registration input {
	margin-bottom: 4px;
}

#cboxLoadedContent .module_round_box_outer,
#s5box_register .module_round_box_outer {
	padding-bottom: 0px !important;
}

#cboxLoadedContent .s5_module_box_2 {
	padding: 5px 5px 5px;
}

#cboxLoadedContent .module_round_box_outer {
	margin-bottom: 0px;
	margin-top: 0px;
}

#cboxLoadedContent input {
	color: #333333;
	font-size: 15px !important;
	font-weight: 300;
	padding: 12px 21px !important;
}

.s5_regfloatleft {
	margin-bottom: 3px !important;
	margin-right: 15px;
}

div.likeboxwrap iframe {
	margin: -1px;
}

.likeboxwrap iframe {
	height: 358px !important;
	width: 252px !important;
}

#cboxLoadedContent {
	margin-bottom: 0px !important;
}

.s5_module_box_2 form {
	font-size: 1.1em;
}

#cboxMiddleRight,
#cboxTopRight {
	width: 50px !important;
}

#cboxTopCenter {
	height: 50px !important;
}

#cboxLoadedContent .module_round_box h3 {
	font-size: 1.4em;
	margin-bottom: 25px;
	margin-top: 0px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	z-index: 9999999999 !important;
	overflow: visible !important;
}

#cboxLoadedContent #login-form ul li {
	font-size: 0.9em;
	margin-bottom: -3px;
}

#cboxLoadedContent h3.s5_mod_h3 {
	color: #000000;
	padding-bottom: 19px;
}

#cboxLoadingOverlay {
	background: url(../images/loading-bar-black.gif) no-repeat scroll center center #fff;
}

#cboxLoadedContent .module_round_box {
	padding: 20px 7px;
}

#cboxLoadedContent ul li a [class^='icon-'],
#cboxLoadedContent ul li a [class*=' icon-'] {
	display: none !important;
}

#cboxLoadedContent button {
	margin-bottom: 22px !important;
	margin-top: 10px;
	padding-left: 22px !important;
	padding-right: 36px !important;
	width: 100%;
}

/* S5 MASONRY
----------------------------------------------------------- */

ul.s5_masonry_articles {
	margin-right: 11px !important;
	padding-bottom: 0px !important;
	padding-top: 3px !important;
	left: auto;
}

ul.s5_masonry_articles li {
	margin-left: 0;
	padding-right: 0px;
	right: auto;
}

.s5_masonry_articles li a {
	border-bottom: 3px solid transparent;
	color: #000;
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 0 !important;
	padding: 8px 14px;
	padding-top: 10px;
}

.s5_masonry_articles li a:hover {
	color: #fff;
	text-decoration: none;
}

.s5_masonry_articles li.s5_masonry_active a {
	color: #fff;
}

.s5_mason_loadbutton {
	margin-top: 100px;
}

.s5_mason_load_more {
	min-height: 42px;
	width: 22%;
}

.s5_mason_load_more:hover {
	color: #fff;
}

.s5_masonry_navwrap {
	float: right;
	margin-right: -12px;
	margin-top: -94px;
}

button.s5_mason_load_more {
	background: none;
	width: 100%;
}

button.s5_mason_load_more:hover {
	color: #fff !important;
}

.s5_mason_it_wrap {
	font-size: 0.9em;
	line-height: 25px;
}

.s5_mason_loadbutton {
	margin: 30px 0 23px;
}

.firstitem .s5_masonry_articletitle,
.firstitem .s5_masonry_articletitle a {
	font-size: 1em;
}

.s5_masonry_articletitle,
.s5_masonry_articletitle a {
	color: #000;
	font-size: 1.3em;
	font-weight: 400;
}

.s5_masondisplay_container {
	margin-left: 0;
	margin-top: 40px;
	margin-right: 0px;
}

.s5_masondisplay_container .item {
	width: 50%;
}

.s5_masondisplay_container .item,
.s5_masondisplay_container .firstitem {
	margin-bottom: 18px !important;
}

.s5_m_articles {
	display: block;
}

.s5_m_introarticle .firstitem .s5_masonry_img_wrap {
	height: 420px;
}

.s5_m_articles .s5_masonry_img_wrap {
	height: 310px;
}

.s5_masondisplay_container.js-masonry {
	height: auto !important;
}

.s5_masoncat {
	font-size: 14px !important;
	font-weight: 700;
	margin-left: 40px;
	margin-top: 18px;
	padding: 7px 18px;
	color: #fff;
}

.s5masonmod_form {
	padding-bottom: 0px;
}

.firstitem .s5_masoncat {
	margin-left: 7%;
	margin-top: 43px;
}

.s5_masonry_overlay .s5_masonry_articletitle a {
	text-shadow: none;
}

.s5_masonry_overlay .s5_masonwrapinner {
	margin-right: 0px;
}

.s5_masonry_overlay .s5_mason_it_wrap {
	font-size: 0.9em;
}

.s5_masonry_overlay .firstitem .s5_masonry_articletitle {
	font-size: 2em;
}

.s5_masonry_articletitle,
.s5_masonry_articletitle a {
	font-weight: 800;
}

.firstitem .s5_mason_abi_wrap_inner {
	width: 60%;
}

p.s5masonrymod a {
	padding: 0px !important;
}

p.s5masonrymod {
	float: left;
}

.s5_loading_inner {
	-webkit-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 17px 4px rgba(0, 0, 0, 0.2);
	bottom: 23px;
	height: 40px;
	position: fixed;
	left: 50%;
	padding: 10px;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	width: 40px;
	z-index: 3;
	background: #fff url(../images/loading-bar-black.gif) no-repeat scroll center center;
}

.firstitem .s5_mason_abi_wrap_inner {
	padding-bottom: 4% !important;
}

/* Social Icons
----------------------------------------------------------- */

#s5_socialicons {
	position: fixed;
	bottom: 30px;
	cursor: pointer;
	right: 14px;
	width: 42px;
	height: 42px;
	background: #000;
}

#s5_socialicons span {
	display: block;
	color: #fff;
	margin-left: -2px;
	margin-top: 10px;
	text-align: center;
	font-size: 1.3em;
}

.s5_scrolltotop,
#s5_socialicons {
	-webkit-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 11px 3px rgba(0, 0, 0, 0.1);
}

#s5_socialicons:hover #s5_socialicons_active,
#s5_socialicons_active:hover {
	display: block;
}

#s5_socialicons_active {
	background: #fff none repeat scroll 0 0;
	bottom: -1px;
	left: 0px;
	display: none;
	border: 1px solid #fff;
	padding-top: 7px;
	position: absolute;
	width: 42px;
}

/* SPACING AND ALIGNMENT
----------------------------------------------------------- */

.s5_wandnletter_left_50,
.s5_wandnletter_right_50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.module_round_box_outer,
#s5_component_wrap,
#s5_center_area .moduletable,
.module_round_box_outer-none {
	margin-left: 12px;
	margin-right: 12px;
}

#s5_top_row1_wrap,
#s5_top_row2_wrap,
#s5_top_row3_wrap,
#s5_center_area1,
#s5_bottom_row2_wrap,
#s5_bottom_row3_wrap,
#s5_footer_area2,
#s5_above_columns_wrap1,
#s5_below_columns_wrap1 {
	padding-left: 155px;
	padding-right: 155px;
}

#s5_bottom_row1_area1 .module_round_box,
#s5_bottom_row1_area1 .module_round_box_outer {
	margin-left: 0px;
	margin-right: 0px;
}

#s5_header_wrap {
	padding-left: 175px;
	padding-right: 175px;
}

.s5_wrap_fmfullwidth .s5_headwrap {
	margin-top: -25px;
	padding-left: 218px;
	padding-right: 218px;
}

.s5_custom45 {
	padding-left: 100px;
	padding-right: 100px;
}

#myGallery.jdGallery .slideInfoZone {
	left: 165px !important;
}

.jdGallery div.carouselContainer {
	left: auto !important;
	right: 165px !important;
}

#s5_top_row1_area_inner,
#s5_top_row2_area_inner,
#s5_top_row3_area_inner,
#s5_above_columns_inner,
#s5_below_columns_inner,
#s5_center_area1,
#s5_above_columns_inner,
#s5_bottom_row2_area_inner,
#s5_bottom_row3_area_inner {
	padding-bottom: 20px;
	padding-top: 30px;
}

#s5_component_wrap_inner {
	padding-left: 12px;
}

#s5_body_wrap {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-featured .blog-item + .blog-item {
	margin-top: 40px;
}

.blog-featured .featured-homepage .blog-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.blog-featured .featured-homepage .blog-item .item-image {
	margin: 0;
	width: 48%;
	padding-right: 18px;
}

.blog-featured .featured-homepage .blog-item .item-content {
	flex: 1;
	padding-left: 18px;
}

.blog-featured .blog-item .item-content .item-title {
	margin-left: 0 !important;
}

.blog-featured .blog-item .item-content .article-info {
	margin-left: 0;
	margin-top: 0;
}

.blog-featured .blog-item .item-content .article-info .icon-fw {
	display: none !important;
}

.blog-featured .blog-item .item-content .readmore {
	float: none;
	text-align: right;
}

ul.pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
	justify-content: center;
	margin-top: 30px;
}

ul.pagination li.page-item .page-link {
	padding: 8px 14px !important;
	margin: 0 4px 8px;
	font-size: 0.9em;
	font-weight: 600;
	color: #000;
	background: #fff;
	border: solid 1px #e1e0e0;
	display: flex;
	align-items: center;
	min-width: 40px;
	justify-content: center;
	height: 40px;
}

ul.pagination li.page-item a.page-link,
ul.pagination li.page-item a.page-link:hover {
	background: #ff7800 !important;
	border-color: #ff7800;
	color: #fff;
}

ul.pagination .icon-angle-double-left:before {
	display: inline-block;
	content: '\f100';
	font-family: FontAwesome;
	font-weight: 400;
}

ul.pagination .icon-angle-double-right:before {
	display: inline-block;
	content: '\f101';
	font-family: FontAwesome;
	font-weight: 400;
}

@media screen and (max-width: 890px) {
	.blog-featured .featured-homepage .blog-item .item-image {
		margin-bottom: 20px;
		width: 100%;
		padding-right: 0;
	}

	.blog-featured .featured-homepage .blog-item .item-content {
		padding-left: 0;
	}
}

.ul_circle_content .circle_item {
	display: flex;
	align-items: center;
	justify-content: center;
}

.blog-items .blog-item .item-image {
	margin: 0 0 20px;
}

.blog-items .blog-item + .blog-item {
	margin-top: 30px;
}

.pagenavigation .visually-hidden {
	display: none;
}

.pagenavigation .btn {
	color: #fff !important;
}

.pagenavigation .btn:hover {
	opacity: 0.85;
}

.pagenavigation a.next {
	float: right;
}

.article-info {
	display: flex;
	flex-wrap: wrap;
}

.article-info dd {
	display: flex;
	align-items: center;
}

.article-info dd .icon-fw {
	margin-right: 5px;
}

.mod-login input.form-control {
	width: 100%;
}

/* .mod-login .input-group .visually-hidden, .mod-login .input-group .input-group-text {
  display: none !important;
} */

.mod-login .input-group {
	position: relative;
}

#cboxLoadedContent .mod-login__password input {
	padding-right: 30px !important;
}

#cboxLoadedContent .mod-login__password .input-password-toggle {
	padding: 0 !important;
	position: absolute;
	top: 12px;
	right: 12px;
	border: none !important;
	line-height: 1;
	min-height: auto !important;
	background: transparent !important;
	color: #000 !important;
	width: auto;
	margin: 0 !important;
}

.password-group .input-group .input-password-toggle .icon-eye-slash:before {
	content: '\f070';
}

.mod-login__remember .form-check-label {
	display: flex;
	align-items: center;
}

.mod-login__remember .form-check-input {
	line-height: 1;
	min-height: auto;
	margin-top: 0;
	margin-right: 6px;
}

/* Portfolio Popup */
#portfolio-modal {
	width: 50%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border: 5px solid #fff;
	border-radius: 4px;
}

#portfolio-modal::backdrop {
	background: #000;
	opacity: 0.8;
}

#portfolio-modal #close-modal {
	background-color: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	border: 0;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 22px;
	position: absolute;
	padding: 0;
	top: 6px;
	width: 40px;
	right: 8px;
	margin: 0;
}

#portfolio-modal #close-modal:hover {
	background-color: inherit !important;
	opacity: 0.85;
}

#portfolio-modal img {
	width: 100%;
}

@media screen and (max-width: 1199px) {
	#portfolio-modal {
		width: 80%;
	}
}

/* Edit Modules when hover */
.module_round_box_outer,
.moduletable {
	position: relative;
}

.module_round_box_outer .jmodedit,
.moduletable .jmodedit {
	position: absolute;
	right: 0;
	top: 0;
	padding: 2px 8px;
	margin: 0;
	z-index: 999;
	background: #fff !important;
	font-weight: 500;
	text-transform: none;
	border-radius: 4px;
}

#s5_top_bar .moduletable .jmodedit {
	color: #000 !important;
}

div[role='tooltip'] {
	display: none;
	position: absolute;
	background: #000;
	color: #fff;
	padding: 12px;
	border-radius: 4px;
	z-index: 100;
	right: 0;
	top: 30px;
	min-width: 100px;
}

div[role='tooltip'].show {
	display: block;
}

/* Edit Modules*/
#modules-form .row {
	margin-left: 0;
}

#modules-form .choices .choices__inner {
	display: block;
	width: auto;
}

#modules-form .choices__button_joomla {
	text-transform: none;
	font-size: 12px;
	text-shadow: none;
	padding: 4px 10px !important;
	height: auto;
	min-height: auto !important;
	line-height: 1;
	margin-left: 6px !important;
}

#modules-form .field-calendar .visually-hidden {
	display: none;
}

#modules-form .field-calendar input.form-control {
	margin-bottom: 0;
}

#modules-form .field-calendar .btn {
	border-radius: 0;
	width: 38px;
}

#modules-form .js-editor-tinymce .tox-menubar,
#modules-form .js-editor-tinymce .tox-toolbar__primary {
	background-color: #f8f7f7;
}

#modules-form .js-editor-tinymce .tox-menubar button,
#modules-form .js-editor-tinymce .tox-toolbar-overlord button {
	color: #333 !important;
	background: transparent !important;
}

#modules-form .tox-statusbar .tox-statusbar__wordcount {
	color: #333 !important;
	background: transparent !important;
}

#com-content-form button[type='button']:not(.js-tiny-toggler-button, .button-select) {
	background: transparent !important;
	color: #333 !important;
}

#com-content-form .field-media-wrapper .field-media-input {
	min-width: 300px;
}

#com-content-form .field-media-wrapper .button-select {
	background: #ff6138 !important;
	color: #fff !important;
	border-radius: 0;
}

#com-content-form .form-check .form-check-input {
	min-width: auto;
	display: inline-block;
}

/*Popup when select image*/
.modal-backdrop.fade {
	opacity: 0.5;
}
div.modal.fade {
	margin: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	min-width: 300px;
}
@media screen and (min-width: 1200px) {
	div.modal.fade {
		width: 1000px;
	}
}
.media-modal-backdrop .modal {
	transform: translateY(40%);
}
.joomla-modal.modal:not(.show) {
	display: none;
}
.joomla-modal.modal.show .modal-body {
	height: 500px;
}
.joomla-modal.modal button.novalidate {
	display: none;
}
.media-toolbar {
	position: inherit;
	top: 0;
}
.subhead.noshadow button {
	font-size: initial;
}
#com-content-form .control-group input[type='checkbox'] {
	min-width: inherit;
}
#com-content-form .control-group .controls span.small {
	display: inline-block;
}
@media screen and (min-width: 1200px) {
	#com-content-form .control-group .control-label {
		width: 20%;
	}

	#com-content-form joomla-tab-element:not(#editor) .control-group {
		display: flex;
	}
}

/* Fix bug Set Column  */

/* Blog Item */
.blog-items .blog-item {
	margin: 0 !important;
}

.blog-items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 32px;
	margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
	.blog-items[class*='-2'],
	.blog-items[class*='-3'],
	.blog-items[class*='-4'],
	.blog-items[class*='-5'],
	.blog-items[class*='-6'],
	.blog-items[class*='-7'],
	.blog-items[class*='-8'],
	.blog-items[class*='-9'],
	.blog-items[class*='-10'] {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 992px) {
	.blog-items[class*='-2'] {
		grid-template-columns: repeat(2, 1fr);
	}

	.blog-items[class*='-3'] {
		grid-template-columns: repeat(3, 1fr);
	}

	.blog-items[class*='-4'] {
		grid-template-columns: repeat(4, 1fr);
	}

	.blog-items[class*='-5'] {
		grid-template-columns: repeat(5, 1fr);
	}

	.blog-items[class*='-6'] {
		grid-template-columns: repeat(6, 1fr);
	}

	.blog-items[class*='-7'] {
		grid-template-columns: repeat(7, 1fr);
	}

	.blog-items[class*='-8'] {
		grid-template-columns: repeat(8, 1fr);
	}

	.blog-items[class*='-9'] {
		grid-template-columns: repeat(9, 1fr);
	}

	.blog-items[class*='-10'] {
		grid-template-columns: repeat(10, 1fr);
	}
}

.blog-items .item-content h2 {
	font-size: 1.8rem !important;
}

.blog-items p.readmore,
.blog-items p.readmore .btn {
	margin-top: 0;
}

.blog-items p.readmore .btn {
	margin-top: 6px;
}

.blog .items-more li,
.blog-featured .items-more li {
	list-style-type: none;
}

/* Pagination Blog */
.blog-featured .w-100,
.blog .w-100 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 12px;
	margin-top: 24px;
}

@media screen and (max-width: 575px) {
	.blog-featured .w-100,
	.blog .w-100 {
		align-items: center;
		flex-direction: column-reverse;
	}
}

.blog-featured .pagination__wrapper .pagination,
.blog-featured .counter,
.blog .pagination__wrapper .pagination,
.blog .counter {
	padding: 0;
	margin: 0;
}

.blog-featured .pagination,
.blog .pagination {
	align-items: center;
	display: flex;
}

.blog-featured .page-item,
.blog .page-item {
	list-style-type: none;
}

.blog-featured .page-link,
.blog .page-link {
	background-color: transparent;
}

ul.pagination .icon-angle-double-right::before {
	display: inline-block;
	content: '\f101';
	font-family: FontAwesome;
	font-weight: 400;
}

ul.pagination .icon-angle-double-left::before {
	display: inline-block;
	content: '\f100';
	font-family: FontAwesome;
	font-weight: 400;
}

/* Contact Page */
.contact .com-contact__thumbnail {
	float: right;
	max-width: 310px;
  max-width: 310px;
}

/* Smart Search */

label.finder.visually-hidden {
	display: none;
}

#s5_search_pos_wrap .mod-finder .awesomplete {
	width: 100%;
}

.finder {
	max-width: 800px;
}

.finder .com-finder__advanced.collapse.show {
	height: auto;
}

.finder #finder-filter-window {
	overflow: hidden;
}

.finder .com-finder__search .input-group {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.finder .com-finder__search .input-group .awesomplete {
	flex-basis: 100%;
}

.finder .com-finder__search .input-group .awesomplete input {
	width: 100%;
	margin: 0;
}

.finder .com-finder__search .input-group button[type='submit'] {
	margin-right: 16px;
}

.finder .com-finder__advanced #finder-filter-select-dates {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.finder .com-finder__advanced .filter-date {
	width: 100% !important;
}

.finder .com-finder__advanced .filter-date .inputbox {
	width: 100%;
	margin-bottom: 16px;
}

.finder .com-finder__advanced .field-calendar .input-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.finder .com-finder__advanced .field-calendar .form-control {
	flex: 1;
}

.finder .com-finder__advanced .field-calendar .form-control,
.finder .com-finder__advanced .field-calendar .btn {
	margin: 0;
}

.finder .filter-branch {
	margin-top: 24px;
}

.finder .filter-branch .control-label {
	margin-bottom: 6px;
}

.finder .filter-branch .form-select {
	width: 100%;
}

@media screen and (min-width: 992px) {
	.finder .com-finder__advanced #finder-filter-select-dates {
		grid-template-columns: repeat(2, 1fr);
	}
}

.finder #search-result-list,
.finder .result__taxonomy {
	margin-left: 0;
}

.finder #search-result-list .result__title-text {
	font-size: 1rem;
}

.search-pages-counter {
    text-align: center;
}

/* Smart Search Sidebar */

#s5_responsive_mobile_sidebar .awesomplete {
	width: 100%;
}

#s5_responsive_mobile_sidebar .awesomplete input {
  border-radius: 0;
  color: #303030;
  font-size: 11pt;
  width: 100%;
  margin: 0;
}

/* Login Sidebar */

.mod-login .mod-login__username label,
.mod-login .mod-login__password label {
	display: none !important;
}

#s5_responsive_mobile_sidebar_login_register_wrap .mod-login__options {
	margin-top: 16px;
}

#jform_consentbox > legend {
    display: none;
}
#jform_consentbox .form-check {
    align-items: center;
    display: flex;
    gap: 12px;
}

/* Compatible J5 */
[hidden] {
	display: none !important;
}

#modal-jform_consentbox .btn-close.novalidate {
    border-radius: 50%;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0 !important;
	background: none;
	border: 1px solid #eee;
	color: inherit;
}
#modal-jform_consentbox .btn-close.novalidate:hover {
    background: #ddd;
}

.modal-header {
	display: flex;
	justify-content: space-between;
}

/* Archive Article */
.com-content-archive .filter-search {
	align-items: center;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.com-content-archive .filter-search .btn {
	margin: 0;
	padding: 14px;
}

/* Category List */
.category-list .com-content__filter {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
}

.category-list .com-content__filter label {
	flex-basis: 100%;
}

.category-list #filter-search {
	margin-bottom: 0;
}

.category-list .com-content__filter .btn {
	padding-top: 14px;
	padding-bottom: 14px;
}

.category-list .btn-group.float-end {
	margin-top: 1rem;

	@media screen and (min-width: 576px) {
		float: right;
		margin: 0;
	}
}

.category-list #limit {
	padding-top: 14px;
}

.category-list .com-content-category__navigation {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 1.5rem;

	@media screen and (max-width: 576px) {
		flex-direction: column-reverse;
	}
}

.category-list .com-content-category__navigation ul.pagination {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.category-list .com-content-category__navigation ul.pagination li {
	list-style-type: none;
}

/* Display Template Options */
#templates-form .row {
	margin: 0;
}

/* List contact in a category */
.com-contact__position {
    display: inline-block !important;
}
.contact-category .com-contact-category__filter {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
}

.contact-category .com-contact-category__filter label {
	flex-basis: 100%;
}

.contact-category #filter-search {
	margin-bottom: 0;
}

.contact-category .com-contact-category__filter .btn {
	padding-top: 14px;
	padding-bottom: 14px;
}

.contact-category .btn-group.float-end {
	margin-top: 1rem;

	@media screen and (min-width: 576px) {
		float: right;
		margin: 0;
	}
}

.contact-category .com-contact-category__pagination.w-100 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 1.5rem;
	margin-top: 2rem;

	@media screen and (max-width: 576px) {
		flex-direction: column-reverse;
	}
}

.contact-category .com-contact-category__pagination.w-100 ul.pagination {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.contact-category .com-contact-category__pagination.w-100 ul.pagination li {
	list-style-type: none;
}

.contact-category .com-contact-category__pagination.w-100 ul.pagination .page-link {
	background: transparent;
}

.contact-category .com-contact-category__pagination.w-100 .counter {
	padding: 0;
}

/* List NewFeed */

.newsfeed-category ul.list-group {
	margin: 0;
}

.newsfeed-category ul.list-group li {
	list-style-type: none;
	margin-bottom: 1.5rem;
}

.newsfeed-category ul.list-group br {
	display: none;
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 {
	align-items: center;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 1.5rem;
	margin-top: 2rem;

	@media screen and (max-width: 576px) {
		flex-direction: column-reverse;
	}
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 ul.pagination {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 ul.pagination li {
	list-style-type: none;
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 ul.pagination .page-link {
	background: transparent;
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 .counter {
	padding: 0;
}

/* Tag
======================== */

/* Filter */
.tag-category div[class*='__filter'] {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;

	@media screen and (min-width: 768px) {
		width: auto;
	}
}

.tag-category div[class*='__filter'] label {
	flex-basis: 100%;
}

.tag-category div[class*='__filter'] #filter-search {
	flex: 1;
	min-height: 48px;
	margin-bottom: 0;
	max-width: 250px;
}

.tag-category div[class*='__filter'] .btn {
	padding-top: 14px;
	padding-bottom: 14px;
}

/* Select Limit */
.tag-category .btn-group.float-end {
	margin-top: 1rem;
	float: none;
	@media screen and (min-width: 768px) {
		float: right;
		margin: 0;
	}
}

.tag-category .btn-group.float-end .form-select {
	min-height: 48px;
}

/* Pagination */
.tag-category div[class*='__pagination'] {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 1.5rem;
	justify-content: space-between;
	margin-top: 1.5rem;
	@media screen and (max-width: 768px) {
		flex-direction: column;
	}
}

.tag-category .counter,
.tag-category ul.pagination {
	padding-top: 0;
}

.tag-category ul.pagination {
	display: flex;
}

.tag-category ul.pagination li {
	list-style-type: none;
}

/* Compact List Tagged Item */

/* Tagged Items */
.com-tags-tag .com-tags-tag__category.list-group li {
	list-style-type: none;
	margin-bottom: 1.5rem;
}

.com-tags-tag .list-group {
	margin: 0;
}

/* List All Tag */
.com-tags .list-group {
	margin: 0;
}

.com-tags .list-group li {
	list-style-type: none;
	margin-bottom: 1rem;
}
/* Compatible J5 */
[hidden] {
    display: none !important;
}

#modal-jform_consentbox .btn-close.novalidate {
  border-radius: 50%;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0 !important;
  background: none;
  border: 0;
  color: inherit;
}

.modal-header {
  display: flex;
  justify-content: space-between;
}

/* Archive Article */
.com-content-archive .filter-search {
  align-items: center;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.com-content-archive .filter-search .btn {
  margin: 0;
  padding: 14px;
}

/* Category List */
.category-list .com-content__filter {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}  

.category-list .com-content__filter label {
  flex-basis: 100%;
}  

.category-list #filter-search {
  margin-bottom: 0;
} 

.category-list .com-content__filter .btn {
    padding-top: 14px;
    padding-bottom: 14px;
} 

.category-list .btn-group.float-end {
  margin-top: 1rem;

  @media screen and (min-width: 576px) {
    float: right;
    margin: 0;
  }
}

.category-list #limit {
  padding-top: 14px;
}

.category-list .com-content-category__navigation {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 1.5rem;

  @media screen and (max-width: 576px) {
    flex-direction: column-reverse;
  }
}

.category-list .com-content-category__navigation ul.pagination {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.category-list .com-content-category__navigation ul.pagination li {
  list-style-type: none;
}

/* Display Template Options */
#templates-form .row {
  margin: 0;
}

/* List contact in a category */
.contact-category .com-contact-category__filter {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}  

.contact-category .com-contact-category__filter label {
  flex-basis: 100%;
}  

.contact-category #filter-search {
  margin-bottom: 0;
} 

.contact-category .com-contact-category__filter .btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

.contact-category .btn-group.float-end {
  margin-top: 1rem;

  @media screen and (min-width: 576px) {
    float: right;
    margin: 0;
  }
}

.contact-category .com-contact-category__pagination.w-100 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 1.5rem;
  margin-top: 2rem;

  @media screen and (max-width: 576px) {
    flex-direction: column-reverse;
  }
}
  
.contact-category .com-contact-category__pagination.w-100 ul.pagination {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-category .com-contact-category__pagination.w-100 ul.pagination li {
  list-style-type: none;
}

.contact-category .com-contact-category__pagination.w-100 ul.pagination .page-link {
  background: transparent;
}

.contact-category .com-contact-category__pagination.w-100 .counter {
  padding: 0;
}

/* List NewFeed */

.newsfeed-category ul.list-group {
  margin: 0;
}
  
.newsfeed-category ul.list-group li {
  list-style-type: none;
  margin-bottom: 1.5rem;
}

.newsfeed-category ul.list-group br {
  display: none;
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 1.5rem;
  margin-top: 2rem;

  @media screen and (max-width: 576px) {
      flex-direction: column-reverse;
  }
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 ul.pagination {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 ul.pagination li {
  list-style-type: none;
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 ul.pagination .page-link {
  background: transparent;
}

.newsfeed-category .com-newsfeeds-category__pagination.w-100 .counter {
  padding: 0;
}

/* Tag
======================== */

/* Filter */
.tag-category div[class*="__filter"] {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;

  @media screen and (min-width: 768px) {
    width: auto;
  }
}

.tag-category div[class*="__filter"] label {
  flex-basis: 100%;
}

.tag-category div[class*="__filter"] #filter-search {
  flex: 1;
  min-height: 48px;
  margin-bottom: 0;
  max-width: 250px;
}

.tag-category div[class*="__filter"] .btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

/* Select Limit */
.tag-category .btn-group.float-end {
  margin-top: 1rem;
  float: none;
  @media screen and (min-width: 768px) {
    float: right;
    margin: 0;
  }
}

.tag-category .btn-group.float-end .form-select {
  min-height: 48px;
}

/* Pagination */
.tag-category div[class*="__pagination"] {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  flex-direction: row-reverse;
  margin-top: 1.5rem;
  @media screen and (max-width:768px) {
    flex-direction: column;
  }
}

.tag-category .counter,
.tag-category ul.pagination {
  padding-top: 0;
}

.tag-category ul.pagination {
  display: flex;

}

.tag-category ul.pagination li {
  list-style-type: none;
}
  
/* Compact List Tagged Item */

/* Tagged Items */
.com-tags-tag .com-tags-tag__category.list-group li {
  list-style-type: none;
  margin-bottom: 1.5rem;
}

.com-tags-tag .list-group {
  margin: 0;
}

/* List All Tag */
.com-tags .list-group{
  margin: 0;
}

.com-tags .list-group li{
  list-style-type: none;
  margin-bottom: 1rem;
}

/* Mod New Display 2 */

.s5_modnews .s5_mod_news2_title {
   margin-bottom: 0;
}

.readmore.s5modnews {
  margin: 0;
}

#s5_featurednews .s5_newsdisplay_subitems .readmore.s5modnews{
  display: none;
}