* {
  margin: 0;
  padding: 0;
}

body {
  color: #808080;
  background: #dfdfdf;
  font-size: 0.9em;
  line-height: 140%;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  outline: none;
}

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

fieldset a {
  font-weight: bold;
}

h1 {
  font-size: 1.7em;
  font-weight: normal;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
}

h3 {
  font-size: 1.2em;
  font-weight: normal;
}

h4 {
  font-size: 1.1em;
  font-weight: normal;
}

h5 {
  font-size: 0.9em;
  font-weight: normal;
}


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

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

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

.mosimage {
  padding: 0;
  border: 1px solid #333333;
  margin: 6px;
}

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

.mosimage_caption {
  background: #333333;
  border-top: 1px solid #333333;
  color: #FFFFFF;
  font-size: 8pt;
  margin-top: 2px;
  padding: 1px 2px;
}


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

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;
}

#modlgn-username,
#modlgn-passwd,
#username_vmlogin,
#password_vmlogin {
  width: 92%;
}

input,
.inputbox,
.registration input,
.login input,
.contact-form input,
#jform_contact_message {
  border: none;
  font-size: 1.0em;
  font-weight: 300;
  padding: 7px 12px 7px 13px !important;
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1) inset;
  background: #ECECEC;
}

#s5_bottom_row3_area2 input,
#s5_bottom_row3_area2 .inputbox,
#s5_bottom_row3_area2 .registration input,
#s5_bottom_row3_area2 .login input,
#s5_bottom_row3_area2 .contact-form input,
#s5_bottom_row3_area2 #jform_contact_message {
  color: #fefefe;
  background: #171717;
}

#jform_contact_message {
  width: 64%;
}

.inputbox:hover,
.registration input:hover,
.login input:hover,
.contact-form input:hover,
#jform_contact_message:hover,
input:hover {}

select.inputbox {
  behavior: none;
}

select#limit {
	font-size: 14px;
	padding-top: 3px !important;
}

label.invalid {
  color: #FF0000;
}

label.invalid {
  color: red;
}

.invalid {
  border-color: #FF0000;
}

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

.tool-tip {
  float: left;
  background: #CCCCCC;
  border: 1px solid #333333;
  padding: 5px;
  color: #000000;
  max-width: 200px;
}

.tool-title {
  padding: 0;
  margin: 0;
  font-weight: bold;
  margin-top: -15px;
  padding-top: 15px;
  padding-bottom: 5px;
  color: #000000;
}

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


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

.button,
a.readon,
p.readmore a,
div.catItemReadMore,
.userItemReadMore,
div.catItemCommentsLink,
.userItemCommentsLink,
a.readmore-link,
a.comments-link,
div.itemCommentsForm form input#submitCommentButton,
.btn,
a.btn {
  padding: 11px 23px 9px;
  margin-top: 14px;
  margin-bottom: 0px;
  font-weight: 300;
  border: none;
  color: #FFFFFF !important;
  text-decoration: none;
  font-size: 1em;
  text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -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;
  background: #333;
}

.button span,
.btn span,
.btn a,
.article-info dd a {
  color: #fff;
}

.button:hover,
a.readon:hover,
p.readmore a:hover,
div.catItemReadMore:hover,
.userItemReadMore:hover,
div.catItemCommentsLink:hover,
.userItemCommentsLink:hover,
a.readmore-link:hover,
a.comments-link:hover,
div.itemCommentsForm form input#submitCommentButton:hover,
.btn:hover {
  background: #000;
  color: #fff;
}

p.readmore a {
  margin-top: 21px;
  display: inline-block;
}

.items-row {
  margin-bottom: 30px;
}

.btn.dropdown-toggle {
  padding: 9px 14px 6px 14px!important;
}

.button:hover,
a.readon:hover,
p.readmore a:hover,
div.catItemReadMore:hover,
.userItemReadMore:hover,
div.catItemCommentsLink:hover,
.userItemCommentsLink:hover,
a.readmore-link:hover,
a.comments-link:hover,
div.itemCommentsForm form input#submitCommentButton:hover {
  text-decoration: none;
  -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;
  background: #000000;
}

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

.s5button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 26px;
  border: 1px solid #ffffff;
}

.s5button a,
.s5button,
.module_round_box .s5button {
  -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;
  font-weight: 300;
  font-size: 1.2em;
  color: #ffffff;
}

.s5button a:hover,
.s5button:hover,
.module_round_box .s5button:hover {
  -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;
  background: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  color: #ffffff;
}

.btn-primary,
.pager a,
.dropdown-toggle .icon-cog {
  color: #FFFFFF !important;
}

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

.btn .caret {
	border-top-color: #fff;
}

#submitCommentButton {
  margin-top: 14px;
}

a.readon,
div.catItemReadMore,
.userItemReadMore,
div.catItemCommentsLink,
.userItemCommentsLink,
a.readmore-link,
a.comments-link {
  padding-left: 10px;
  padding-right: 10px;
}

#s5_loginreg ul {
  list-style: none;
  margin: 0px;
}


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

#fontControls {
  color: #333333;
  float: right;
  margin-right: 11px;
  margin-top: 5px;
}

#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_scrolltotop {
  height: 0;
  visibility: hidden;
}

.s5_scrolltotop {
  width: 35px;
  height: 35px;
  cursor: pointer;
  float: right;
  margin-left: 15px;
  margin-right: 20px;
  margin-top: -107px;
  background: transparent url(../images/s5_scroll_arrow.png) no-repeat;
}


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

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

#s5_bottom_menu_wrap ul.menu li {
  padding-right: 7px;
  padding-left: 7px;
  font-size: 1.1em;
  font-weight: bold;
  float: left;
}

#s5_bottom_menu_wrap {
  padding-top: 10px;
}


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

.module_round_box ul.menu a {
  padding: 24px;
  padding-bottom: 6px;
  padding-top: 6px;
  display: block;
  background: url(../images/system/arrow.png) no-repeat left center;
  color: #191919;
  border-bottom: 1px dotted #D3D3D3;
}

.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;
}


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

#s5_accordion_menu ul li span {
  color: #ffffff;
  font-weight: 300;
}

#s5_accordion_menu h3.s5_am_toggler,
#s5_accordion_menu h3.s5_am_toggler a.mainlevel {
  line-height: normal !important;
  background: none !important;
  font-weight: 300;
}

#s5_accordion_menu h3.s5_am_toggler {
  border: none !important;
}

#s5_accordion_menu h3.s5_am_open a.mainlevel {
  color: #ffffff !important;
}

#s5_accordion_menu h3.s5_am_open:hover a.mainlevel {
  color: #000000 !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: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 7px !important;
  border-bottom: none !important;
  font-size: 1.0em !important;
  display: block !important;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  color: #ffffff !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 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

#current ul.s5_am_innermenu a.mainlevel {
  color: #212121 !important;
}

h3 span.s5_accordion_menu_left {
  display: block !important;
  padding: 8px 18px 6px 28px !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-top: 14px !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 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  color: #ffffff !important;
  margin: 0px !important;
  position: relative !important;
  width: 100% !important;
  display: block !important;
  font-size: 1.1em !important;
  height: 38px !important;
  margin-bottom: 7px !important;
}

#s5_accordion_menu h3:hover {
  background: #ffffff !important;
  color: #000000 !important;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

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

#s5_accordion_menu h3.s5_am_open span.s5_accordion_menu_left {
  background: url(../images/s5_acc_r_parent.png) no-repeat right -27px !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;
  color: #ffffff;
  margin: 0px !important;
}

#s5_accordion_menu h3.s5_am_toggler:hover a.mainlevel {
  color: #000000;
  text-decoration: none;
}

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 {
  padding-top: 0px !important;
  padding-bottom: 8px !important;
  padding-left: 11px !important;
  padding-right: 8px !important;
  margin-bottom: 0px !important;
  margin-left: 20px !important;
  margin-top: 0px !important;
}

ul.s5_am_innermenu a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
  -webkit-transition: all 500ms ease-in;
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}

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


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

.s5_logo {
  float: left;
  height: 57px;
  margin-left: 12px;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 6px;
  width: 201px;
}

.s5_logo_module {
  float: left;
  height: 57px;
  margin-left: 12px;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 6px;
  width: 201px;
}

.s5_bigimagehidden {
  width: 100%;
  position: absolute;
  z-index: 2;
  height: 100px;
}

#s5_logo_and_options {
  width: 100%;
  height: 40px;
  position: absolute;
}

#s5_logo_and_options_inner {
  height: 40px;
  position: relative;
}

#s5_loginreg {
  /*color: #ffffff;*/
  color: #000000;
  font-weight: 300;
  float: right;
}

.s5_phonenumber,
.s5_phonenumber2 {
  color: #ffffff;
  float: right;
  margin-top: 13px;
  font-size: 1.2em;
  font-weight: 300;
}

.s5_donatebutton,
.s5_donatebutton2 {
  margin-left: 30px;
  margin-top: 14px;
  float: right;
}

#s5_login,
#s5_register {
  margin-left: 17px;
  cursor: pointer;
  float: right;
  font-size: 1.1em;
  border-top: 3px solid transparent;
  padding-top: 25px;
  height: 50px;
  -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;
}

#s5_login:hover,
#s5_register:hover,
#s5_menuiconwrap:hover {
  -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;
  border-top: 3px solid #ffffff;
}

#s5_menuiconwrap {
  -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;
  float: right;
  margin-left: 30px;
  margin-right: 35px;
  cursor: pointer;
  border-top: 3px solid transparent;
}

#s5_menuiconact {
  height: 50px;
  width: 37px;
  margin-left: 8px;
  margin-top: 30px;
  float: right;
  color: #ffffff;
  background: url(../images/s5_menuicon.png) no-repeat;
}

#s5_menutext {
  color: #ffffff;
  font-weight: 300;
  font-size: 1.1em;
  margin-top: 38px;
  float: right;
}

#s5_menu_and_other {
  -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;
  height: 0;
  overflow: hidden;
}

.s5_menubarnewheight {
  -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;
  height: auto;
  min-height: 95px;
}

#s5_menu_and_other_inner {
  padding-top: 27px;
}

#s5_footer_area_inner ul.menu li {
  font-weight: 300;
}

#s5_footer_area_inner ul.menu li,
#s5_footer_area_inner ul.menu li a {
  -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;
  color: #000000;
}

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

#s5_footer,
#s5_footer a {
  font-weight: 300;
  margin-left: 6px;
  margin-top: 3px;
  color: #aeaeae;
}

#s5_footer {
  font-size: .9em;
}

.item h2 a,
.item h2,
.page-header h2 a,
.page-header h2 {
  color: #000000;
  margin-bottom: 15px;
  font-size: 1.5em;
  font-weight: 300;
}

.item-page h2,
.item-page h2 a {
  color: #000000;
  margin-bottom: 15px;
  font-size: 1.5em;
  margin-top: 5px;
  font-weight: 300;
}

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

.s5_is_display h3 {
  font-size: 1.3em !important;
  text-align: center;
}

.s5_is_display .s5_highlight {
  font-weight: 300;
}

#s5_bottom_menu_wrap {
  float: left;
}

#s5_footer_area1 {
  margin-top: -15px;
}

#s5_socialicons {
  float: right;
}

#s5_rss,
#s5_google,
#s5_youtube,
#s5_twitter,
#s5_fb {
  -webkit-transition: all 100ms ease-in 0s;
  -moz-transition: all 100ms ease-in 0s;
  -o-transition: all 100ms ease-in 0s;
  transition: all 100ms ease-in 0s;
}

#s5_rss:hover,
#s5_google:hover,
#s5_youtube:hover,
#s5_twitter:hover,
#s5_fb:hover {
  -webkit-transition: all 100ms ease-in 0s;
  -moz-transition: all 100ms ease-in 0s;
  -o-transition: all 100ms ease-in 0s;
  transition: all 100ms ease-in 0s;
}

#s5_rss {
  float: left;
  height: 30px;
  width: 30px;
  margin-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  background: url(../images/rss.png) no-repeat;
}

#s5_rss:hover {
  background-position: 0px -32px;
}

#s5_google {
  float: left;
  height: 30px;
  width: 30px;
  margin-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  background: url(../images/google.png) no-repeat;
}

#s5_google:hover {
  background-position: 1px -32px;
}

#s5_youtube {
  float: left;
  height: 30px;
  width: 30px;
  margin-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  background: url(../images/youtube.png) no-repeat;
}

#s5_youtube:hover {
  background-position: 0px -32px
}

#s5_twitter {
  float: left;
  height: 30px;
  width: 30px;
  margin-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  background: url(../images/twitter.png) no-repeat;
}

#s5_twitter:hover {
  background-position: 0px -32px
}

#s5_fb {
  float: left;
  height: 30px;
  width: 30px;
  margin-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  background: url(../images/facebook.png) no-repeat;
}

#s5_fb:hover {
  background-position: 0px -32px
}

.s5_wrap_fmfullwidth ul.menu {
  margin: 12px auto 0 !important;
}

.s5_wrap_fmfullwidth .S5_parent_subtext {
  display: none;
}

.s5_donatebutton2,
.s5_phonenumber2 {
  display: none;
}

.s5_wrap_fmfullwidth .s5_donatebutton2,
.s5_wrap_fmfullwidth .s5_phonenumber2 {
  z-index: 3;
  position: relative;
  display: block;
}

.s5_regfloatleft {
  width: 100% !important;
}

.jicons-icons {
  display: none;
}

.s5_debugpositionpadding {
  margin: 0px;
  padding: 0px;
  height: 0px;
  overflow: hidden;
}

.s5_highlightfont {
  font-weight: 300;
}

#s5_bottom_row1_area2 .module_round_box .s5_h3_first,
#s5_bottom_row1_area2 .module_round_box .s5_h3_last,
#s5_bottom_row1_area1 .custom,
#s5_bottom_row2_area1 .custom,
#s5_bottom_row3_area1 .custom,
#s5_bottom_row3_area1 .s5_mod_h3,
#s5_bottom_row3_area1 .module_round_box .s5_h3_first,
#s5_bottom_row2_area1 .s5_mod_h3,
#s5_bottom_row2_area1 .module_round_box .s5_h3_first {
  color: #ffffff !important;
}

.s5_highlightfont {
  line-height: 30px;
}


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


/* module bottom spacing for all modules  start */

.module_round_box_outer {
  margin-bottom: 30px;
}


/* module bottom spacing for all modules  end */

#s5_columns_wrap_inner .module_round_box_outer {
  margin-bottom: 60px;
}

#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.3em;
  margin-bottom: 20px;
  margin-top: 3px;
  color: #000000;
}

.module_round_box .s5_h3_first {
  color: #000000;
}

.module_round_box {
  text-shadow: none;
  color: #000000;
  background: transparent;
}

.module_round_box a {
  color: #000000;
}

.module_round_box_inner {
  padding: 0px;
}

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


/* -darkh3 */

.module_round_box-darkh3 {
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 19px;
  background: #ffffff;
  color: #333333;
}

.module_round_box-darkh3 .s5_mod_h3_outer {
  background: #000000;
  color: #ffffff;
}

.module_round_box-darkh3 .custom-darkh3 {
  font-size: 1.1em;
  padding: 30px;
}

.module_round_box-darkh3 .s5_mod_h3_outer h3 {
  margin-bottom: 0px;
  font-size: 1.4em;
  padding: 25px;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
}

.s5_mod_h3_outer {
  font-weight: 300;
}

.module_round_box-darkh3 .s5_h3_first {
  font-weight: normal;
  color: #ffffff;
}

.module_round_box_outer .module_round_box-darkh3 input.text {
  border: none;
  font-size: 1.0em;
  padding: 9px 9px 9px 13px;
  color: #36abd8;
  width: 95%;
  background: #000000;
}

.module_round_box_outer .module_round_box-darkh3 {
  -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;
}

.module_round_box_outer:hover .module_round_box-darkh3 {
  -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;
  background: #333333;
  color: #ffffff;
}

#cboxLoadedContent .module_round_box-bigdarkh3 .s5_mod_h3_outer {
  margin-bottom: 7px;
}

#cboxLoadedContent .module_round_box-bigdarkh3 .s5_h3_first {
  font-size: 1.5em;
}


/* -blueh3 */

.module_round_box-blueh3 {
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 19px;
  background: #ffffff;
  color: #333333;
}

.module_round_box-blueh3 .s5_mod_h3_outer {
  background: #000000;
  color: #ffffff;
}

.module_round_box-blueh3 .custom-blueh3 {
  font-size: 1.1em;
  padding: 30px;
}

.module_round_box-blueh3 .s5_mod_h3_outer h3 {
  margin-bottom: 0px;
  font-size: 1.4em;
  padding: 25px;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
}

.module_round_box-blueh3 .s5_h3_first {
  font-weight: normal;
  color: #ffffff;
}

.module_round_box_outer .module_round_box-blueh3 input.text {
  border: none;
  font-size: 1.0em;
  padding: 9px 9px 9px 13px;
  color: #36abd8;
  width: 95%;
  background: #000000;
}

.module_round_box-blueh3 .s5_module_box_2 {
  color: #ffffff;
  background: url(../images/s5_moduleblue.png) repeat;
}


/* -greenh3 */

.module_round_box-greenh3 {
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 19px;
  background: #ffffff;
  color: #333333;
}

.module_round_box-greenh3 .s5_mod_h3_outer {
  background: #000000;
  color: #ffffff;
}

.module_round_box-greenh3 .custom-greenh3 {
  font-size: 1.1em;
  padding: 30px;
}

.module_round_box-greenh3 .s5_mod_h3_outer h3 {
  margin-bottom: 0px;
  font-size: 1.4em;
  padding: 25px;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
}

.module_round_box-greenh3 .s5_h3_first {
  font-weight: normal;
  color: #ffffff;
}

.module_round_box_outer .module_round_box-greenh3 input.text {
  border: none;
  font-size: 1.0em;
  padding: 9px 9px 9px 13px;
  color: #36abd8;
  width: 95%;
  background: #000000;
}

.module_round_box-greenh3 .s5_module_box_2 {
  color: #ffffff;
  background: url(../images/s5_modulegreen.png) repeat;
}


/* -redh3 */

.module_round_box-redh3 {
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 19px;
  background: #ffffff;
  color: #333333;
}

.module_round_box-redh3 .s5_mod_h3_outer {
  background: #000000;
  color: #ffffff;
}

.module_round_box-redh3 .custom-redh3 {
  font-size: 1.1em;
  padding: 30px;
}

.module_round_box-redh3 .s5_mod_h3_outer h3 {
  margin-bottom: 0px;
  font-size: 1.4em;
  padding: 25px;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
}

.module_round_box-redh3 .s5_h3_first {
  font-weight: normal;
  color: #ffffff;
}

.module_round_box_outer .module_round_box-redh3 input.text {
  border: none;
  font-size: 1.0em;
  padding: 9px 9px 9px 13px;
  color: #36abd8;
  width: 95%;
  background: #000000;
}

.module_round_box-redh3 .s5_module_box_2 {
  color: #ffffff;
  background: url(../images/s5_modulered.png) repeat;
}


/* -orangeh3 */

.module_round_box-orangeh3 {
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 19px;
  background: #ffffff;
  color: #333333;
}

.module_round_box-orangeh3 .s5_mod_h3_outer {
  background: #000000;
  color: #ffffff;
}

.module_round_box-orangeh3 .custom-orangeh3 {
  font-size: 1.1em;
  color: #000000;
  padding: 30px;
}

.module_round_box-orangeh3 .s5_mod_h3_outer h3 {
  margin-bottom: 0px;
  font-size: 1.4em;
  padding: 25px;
  text-align: center;
  font-weight: 300;
  color: #ffffff;
}

.module_round_box-orangeh3 .s5_h3_first {
  font-weight: normal;
  color: #ffffff;
}

.module_round_box_outer .module_round_box-orangeh3 input.text {
  border: none;
  font-size: 1.0em;
  padding: 9px 9px 9px 13px;
  color: #36abd8;
  width: 95%;
  background: #000000;
}

.module_round_box-orangeh3 .s5_module_box_2 {
  color: #ffffff;
  background: url(../images/s5_moduleorange.png) repeat;
}


/* -bigwhiteh3 */

.module_round_box-bigwhiteh3 .s5_h3_first {
  font-size: 2.1em;
  font-weight: 300;
}

.module_round_box-bigwhiteh3 .s5_mod_h3 {
  line-height: 13px;
}

.module_round_box-bigwhiteh3 .s5_mod_h3_outer {
  color: #ffffff;
  height: 32px;
  margin-bottom: 26px;
  padding-left: 30px;
  padding-top: 11px;
  margin-left: -6px;
  background: url(../images/h3arrow.png) no-repeat scroll -8px -5px;
}

.module_round_box-bigwhiteh3 .custom-bigwhiteh3 {
  color: #ffffff;
}

.module_round_box-bigwhiteh3 .s5_h3_last {
  line-height: 22px !important;
  padding-left: 15px;
  position: absolute;
}


/* -bigdarkh3 */

.module_round_box-bigdarkh3 .s5_h3_first {
  font-size: 2.1em;
  font-weight: 300;
}

.module_round_box-bigdarkh3 .s5_mod_h3 {
  line-height: 13px;
}

.module_round_box-bigdarkh3 .s5_mod_h3_outer {
  color: #000000;
  height: 32px;
  margin-bottom: 26px;
  padding-left: 30px;
  padding-top: 11px;
  margin-left: -6px;
  background: url(../images/h3arrow.png) no-repeat -8px -60px;
}

.module_round_box-bigdarkh3 .s5_h3_last {
  line-height: 22px !important;
  padding-left: 15px;
  position: absolute;
}

.module_round_box-bigdarkh3 .custom-bigdarkh3 {
  font-size: 1.1em;
}


/* -bottomwhite */

.module_round_box-bottomwhite .s5_h3_first {
  font-size: 1.0em;
  color: #ffffff;
  font-weight: 300;
}

.module_round_box-bottomwhite {
  font-weight: 300;
  font-size: 1.0em;
  color: #ffffff;
}

.module_round_box-bottomwhite .s5_mod_h3 {
  margin-bottom: 15px;
}

.module_round_box-bottomwhite .s5_h3_last {
  font-size: 1.0em;
  font-weight: 300;
}

.module_round_box-bottomwhite ul.menu li,
.module_round_box-bottomwhite ul.menu li a {
  font-size: 1.0em;
  padding-bottom: 6px;
  color: #ffffff;
}

#s5_bottom_row3_inner input {
  -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.8) inset;
  -moz-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.8) inset;
}


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

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

#s5_bottom_menu_wrap {
  margin-left: 22px;
}

#s5_footer {
  margin-left: 28px;
}

.s5_scrolltotop {
  margin-right: 28px;
}


/* Padding
----------------------------------------------------------- */

#s5_top_row1_area2,
#s5_top_row2_area2,
#s5_top_row3_area2,
#s5_center_area2,
#s5_bottom_row1_area2,
#s5_bottom_row2_area2,
#s5_bottom_row3_area2,
#s5_footer_area2 {
  padding-top: 60px;
  /*padding-bottom: 45px;*/
  padding-bottom: 5px;
}

#s5_component_wrap_inner {
  padding-top: 3px;
  padding-bottom: 45px;
}

#s5_bottom_row3_area2 {
  padding-bottom: 15px !important;
  padding-top: 45px !important;
}


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

#cboxLoadedContent {
  font-weight: 300;
}

#cboxContent,
#cboxLoadingOverlay {
  background: #ffffff;
}

#s5box_login,
#s5box_register {
  background: transparent !important;
}

#cboxContent,
#cboxContent h3,
#cboxContent a,
#cboxContent h3 .s5_h3_first,
#cboxContent p label,
#cboxLoadedContent label,
form#member-registration {
  font-weight: 300;
  color: #333333;
}

#cboxContent .button {
  cursor: pointer;
}

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

#cboxLoadedContent .s5_mod_h3_outer {
  margin-top: 19px;
}

#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/s5boxclose.png) no-repeat scroll left top transparent !important;
  top: 47px !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: 7px !important;
  text-indent: 500px !important;
  width: 30px !important;
}

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

#s5box_login_inner label {
  display: block;
  font-size: .9em;
  color: #737373;
  margin-bottom: 7px;
}

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

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

#s5box_login_inner .button,
#s5box_register_inner .button {
  margin-bottom: 6px;
  font-size: 1em;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 12px;
}

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

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

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

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

#cboxLoadedContent input {
  color: #333333;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-top: 8px;
}

.s5_regfloatleft {
  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.6em;
  margin-bottom: 25px;
  margin-top: -10px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: hidden !important;
}


/* Pagination
----------------------------------------------------------- */

.pagination span {
  color: #cccccc;
}

.pagination {
  font-weight: 300;
}

.s5_pagespan a,
.pagination a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #000000;
}

.pagination span.s5_pagespan span {
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px 14px;
  border: 1px solid #242424;
  background: #242424;
  font-weight: 300;
  color: #FFFFFF;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.pagination span.s5_pagespan a {
  margin-left: 5px;
  margin-right: 2px;
  padding: 5px 13px;
  font-weight: 300;
  background: transparent;
  border: 1px solid #dddddd;
  color: #818181;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -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;
}

.pagination span.s5_pagespan a:hover {
  -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;
  text-decoration: none;
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
}

p.counter {
  color: #cccccc;
}


/* S5 TAB SHOW
----------------------------------------------------------- */

#s5_tabshow_left,
.s5_ts_active {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

#s5_button_frame ul li a {
  font-weight: 300;
  color: #969696;
}

.s5_ts_active {
  border-top: 3px solid #333333;
}

.s5_ts_not_active {
  border-top: 3px solid transparent;
}

#s5_button_frame ul li a {
  padding-left: 0px !important;
}

#s5_button_frame ul li {
  margin-right: 20px !important;
  padding: 9px 2px 9px 0 !important;
}

#s5_button_content {
  color: #808080 !important;
  margin-top: 15px;
}

#s5_button_content li {
  line-height: 140% !important;
}


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

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

.jdGallery {
  position: inherit !important;
}

.s5imageslide_inner .content {
  position: inherit !important;
}

.jdGallery .slideInfoZone {
  color: #FFFFFF !important;
  left: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute !important;
  right: 0 !important;
  text-align: center !important;
  top: 30% !important;
  padding-top: 5px !important;
  height: auto !important;
  background: none !important;
}

.jdGallery .slideInfoZone h2 {
  margin: 6px 11px 25px !important;
  font-size: 3em !important;
  font-style: normal;
  font-weight: 300 !important;
}

.jdGallery .slideInfoZone p {
  line-height: 87px;
  font-size: 5.5em !important;
  font-weight: 300 !important;
}

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

.slideInfoZone .s5button {
  text-shadow: none !important;
  font-size: .3em !important;
}

.jdGallery a.left {
  height: 66px !important;
  opacity: 0.4 !important;
  top: 45% !important;
  margin-left: 15px;
  -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;
  background: url(../images/imageslidearrows.png) no-repeat scroll 2px 1px !important;
}

.jdGallery a.left:hover {
  opacity: 1 !important;
  -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 {
  -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 {
  height: 66px !important;
  -moz-opacity: .4 !important;
  -khtml-opacity: .4 !important;
  filter: alpha(opacity=40) !important;
  opacity: .4 !important;
  top: 45% !important;
  margin-right: 15px;
  -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;
  background: url(../images/imageslidearrows.png) no-repeat scroll right -119px !important;
}

.jdGallery a.right:hover {
  -moz-opacity: 1 !important;
  -khtml-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -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.carouselBtn,
.jdGallery .carousel .label,
.jdExtCarousel .label {
  display: none !important;
}

.jdGallery div.carouselContainer {
  top: auto !important;
  bottom: 0px !important;
}

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

.jdGallery .carousel .carouselInner,
.jdExtCarousel .carouselInner {
  left: 48% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: absolute !important;
  right: 0 !important;
  width: auto !important;
}

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

.jdGallery .carousel .carouselInner .thumbnail,
.jdExtCarousel .carouselInner .thumbnail {
  background: #ffffff !important;
  height: 8px !important;
  width: 8px !important;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1 !important;
}

.jdGallery .carousel .carouselInner .active {
  background: transparent !important;
  border: 1px solid #ffffff;
}

.jdGallery .slideInfoZone p,
.jdGallery .slideInfoZone h2 {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4) !important;
}


/* Body Setup for full height/width image and content fader
----------------------------------------------------------- */

body,
html,
#s5_body_padding {
  height: 100%;
  min-height: 100%;
}

.s5_bodywrappingdiv {
  position: relative;
  z-index: 1;
}

div.s5imageslidesetup {
  height: 100%;
  position: relative;
}

.s5imageslide_outter {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.s5imageslide_outter {
  position: relative !important;
}

.s5imageslide_inner {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.s5imageslide_inner .figure {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}


/* IMAGE SLIDE
----------------------------------------------------------- */

#s5_is_leftarrow {
  z-index: 2 !important;
}

#s5_is_leftarrow {
  background: url("../images/imageslider_arrows.png") no-repeat scroll 1px 1px !important;
  height: 63px !important;
  width: 66px !important;
  top: 43% !important;
  margin-left: 23px;
  z-index: 1;
}

#s5_is_rightarrow {
  background: url("../images/imageslider_arrows.png") no-repeat scroll 1px -89px !important;
  height: 63px !important;
  width: 66px !important;
  top: 43% !important;
  margin-right: 23px;
  z-index: 1;
}

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

.article-info {
  border: none;
  padding: 0px;
  background: none;
}

ul.actions {
  margin-right: 0px;
  margin-top: -4px;
  position: absolute;
  right: 0;
}

#cboxLoadedContent button {
  margin-top: 10px;
}

strong {
  font-weight: strong;
}

.article-info dd {
  background: url("../images/darkbackground.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #ffffff !important;
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 300;
  padding: 4px 8px;
}

.form-actions {
  background: none;
  border: none;
  padding-left: 0 !important;
}

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

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

#GM_form {
  margin: 0;
}

#login-form [class^="icon-"],
#login-form [class*=" icon-"],
#login-form .icon-arrow-right:before {
  content: none;
  background: none !important;
}

#login-form .input-prepend input {
  width: 94% !important;
}

#cboxLoadedContent #login-form .input-prepend input {
  margin-top: 10px;
  padding: 9px;
}

.item-page .dropdown-toggle,
.blog .dropdown-toggle,
.item .dropdown-toggle {
  border: none !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #000000 !important;
}

#cboxLoadedContent button {
  font-weight: 300;
}

.btn {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

legend {
  font-weight: 300;
}

.contact .dl-horizontal dd {
  margin-left: 0;
}

.contact input[type="text"],
.contact input[type="email"],
.contact textarea,
#jform_contact_emailmsg {
  width: 70% !important;
}

#jform_contact_email_copy {
  width: 16px !important;
}

#searchForm .btn-toolbar .btn {
  margin-top: 0;
  padding-bottom: 7px;
  padding-top: 7px;
}

.moduletable .breadcrumb,
.module_round_box_outer .breadcrumb {
  padding: 0px;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

li.pagenav-next,
li.pagenav-prev {
  list-style: none;
}

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

.breadcrumb li.active {
  color: #000000 !important;
}

.search label {
  display: none;
}

#s5_search_wrap {
  margin-right: 20px;
  margin-top: 5px;
  float: right;
}

#s5_search_wrap input.search-query {
  width: 123px;
}


/* Fix bugs J3.9.x */
.com_contact .modal-open .s5_bodywrappingdiv,
.com_privacy .modal-open .s5_bodywrappingdiv {
	position: unset;
}

