/*** Ewd Tweaks ***/

body {
  background: #ffffff;
  color: #000000;
}
a:hover {
  color: #303030;
}
h1, h2, h3, h4, h5, h6 {
  color: #303030;
  line-height: normal;
  font-weight: normal;
}
.title, .page-header h2 {
  font-size: 24px;
  letter-spacing: normal;
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #303030;
}
.component-content h1 {
  margin-top: 0;
}

/** Layout **/

.main_wrap {
    background: #fff;
    margin: auto;
    max-width: 1200px;
}
#rt-header {
    background: transparent url("../images/body/header-bg.png") repeat scroll 0 0;
    border-bottom: 7px solid #fff200;
}
#rt-transition {
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top,#ffffff,#9e9e9f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#9e9e9f));
    background-image: -webkit-linear-gradient(top,#ffffff,#9e9e9f);
    background-image: -o-linear-gradient(top,#ffffff,#9e9e9f);
    background-image: linear-gradient(to bottom,#ffffff,#9e9e9f);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ff9e9e9f', GradientType=0);
}
#rt-footer-surround {
    background: #292929 none repeat scroll 0 0;
    border-top: 7px solid #fff200;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    text-align: center;
}
#rt-footer-surround a:hover {
    color: #fff;
}

/** Modules **/

/* Header */

.rt-block.top_logo_box {
    margin: 10px 10px;
    padding: 0 15px;
    text-align: right;
}
.rt-block.top_info_box {
    padding: 0;
}
h1.top_info_title {
    color: #fff;
    font-family: Open Sans Condensed;
    font-size: 50px;
    font-weight: bold;
    line-height: 90%;
    margin: 0;
    text-transform: uppercase;
}
.top_info_phone {
    color: #fff200;
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 100%;
    font-weight: 600;
}
.top_info_web {
    color: #ec008c;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 100%;
}

/* Content Top */

.rt-block.cont_info_box {
    margin-bottom: 0;
    padding-bottom: 0;
}
.cont_info_wrap {
    background-color: #333333;
    background-image: -moz-linear-gradient(top,#333333,#191919);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#333333),to(#191919));
    background-image: -webkit-linear-gradient(top,#333333,#191919);
    background-image: -o-linear-gradient(top,#333333,#191919);
    background-image: linear-gradient(to bottom,#333333,#191919);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff191919', GradientType=0);
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 20px 20px 0;
    vertical-align: top;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: normal;
}
.cont_info_header {
    border-bottom: 1px solid #626262;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding-bottom: 15px;
    text-align: center;
}
.cont_info_header h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
    line-height: 100%;
}
.cont_info_content h3 {
    color: #fff200;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    margin: 0 0 5px;
}

/* Footer */

#rt-footer-surround .rt-block {
    margin-top: 0;
}
.rt-block.footer_copy_box {
    margin-bottom: 0;
    padding: 15px 0;
}

/* Forms */

.rt-block.side_form_box {
    background: transparent url("../images/body/form-texture.png") repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    margin: 25px;
    padding: 55px 20px 20px;
    text-align: center;
}
.rt-block.side_form_box::before {
    content: url("../images/body/contact-us-tag.png");
    left: -8px;
    position: absolute;
    top: -8px;
}
.side_form_box h2 {
    color: #6d6d6d;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
}
.rsform .formResponsive {
    margin: 0;
}
.rsform .formResponsive .formHorizontal .rsform-block {
    margin-bottom: 7px;
    text-align: center !important;
}
.rsform .formResponsive .formHorizontal .formControlLabel {
    display: none;
}
.rsform .formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.rsform .formResponsive .formHorizontal .rsform-block-subscribe {
    margin: 10px 0 12px;
}
.rsform .rsform-block-subscribe .formBody {
    display: inline-block;
    float: left;
}
.rsform .rsform-block-subscribe .rsform-checkbox {
    margin-right: 10px;
}
.rsform .rsform-block-subscribe .formBody label {
    display: none;
}
.rsform .formResponsive .formHorizontal .rsform-block-subscribe .formDescription {
    line-height: 110%;
    margin: 0;
    text-align: left;
    vertical-align: top;
}
.rsform .rsform-block-antispam img {
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.rsform .rsform-block-antispam a {
    color: #666;
    font-size: 20px;
    margin-left: 5px;
}
.rsform .rsform-block-antispam a:hover {
    color: #fff200;
}
.rsform .formResponsive .formHorizontal p.formDescription {
    margin: 0;
}
.rsform .formResponsive .formError {
    height: auto;
    line-height: 120%;
    margin: 0;
    padding-left: 0;
}
.rsform .formResponsive .formHorizontal .rsform-submit-button, .rsform .formResponsive .formHorizontal .rsform-reset-button {
    background-color: #d7d7d7;
    background-image: -moz-linear-gradient(top,#ffffff,#d7d7d7);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#d7d7d7));
    background-image: -webkit-linear-gradient(top,#ffffff,#d7d7d7);
    background-image: -o-linear-gradient(top,#ffffff,#d7d7d7);
    background-image: linear-gradient(to bottom,#ffffff,#d7d7d7);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffd7d7d7', GradientType=0);
    border: none;
    color: #666;
    font-size: 15px;
    padding: 10px 5px;
    text-shadow: none;
    width: 48%;
    -webkit-box-shadow: 0px 1px 1.5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:    0px 1px 1.5px 0px rgba(0, 0, 0, 0.25);
    box-shadow:         0px 1px 1.5px 0px rgba(0, 0, 0, 0.25);
    outline: medium none !important;
    height: 40px;
}
.rsform .formResponsive .formHorizontal .rsform-submit-button:hover, .rsform .formResponsive .formHorizontal .rsform-reset-button:hover {
    background-color: #ffffff;
    background-image: -moz-linear-gradient(top,#d7d7d7,#ffffff);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#d7d7d7),to(#ffffff));
    background-image: -webkit-linear-gradient(top,#d7d7d7,#ffffff);
    background-image: -o-linear-gradient(top,#d7d7d7,#ffffff);
    background-image: linear-gradient(to bottom,#d7d7d7,#ffffff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7ff', endColorstr='#ffffffff', GradientType=0);
}
.rsform .formResponsive .formHorizontal .rsform-reset-button {
    float: left;
}
.rsform .formResponsive .formHorizontal .rsform-submit-button {
    float: right;
}

/**/

.rt-block.footer_form_box {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
.footer_form_box h2 {
    color: #fff200;
    display: inline-block;
    float: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 110%;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
    width: 30%;
}
.footer_form_box .formResponsive fieldset {
    width: 70%;
}
.footer_form_box .rsform .formResponsive .formHorizontal .rsform-block.rsform-block-email {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0 10px;
    width: 70%;
    float: left;
}
.footer_form_box .rsform .formResponsive .formHorizontal .rsform-input-box {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4) inset;
    -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4) inset;  
}
.footer_form_box .rsform .formResponsive .formHorizontal .rsform-block-submit {
    float: left !important;
    width: 30%;
}
.footer_form_box .rsform .formResponsive .formHorizontal .rsform-submit-button {
    width: 100%;
}
.footer_form_box .rsform .formResponsive .formHorizontal .rsform-submit-button, .footer_form_box .rsform .formResponsive .formHorizontal .rsform-reset-button {
    background-color: #343434;
    background-image: -moz-linear-gradient(top,#343434,#0d0d0d);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#343434),to(#0d0d0d));
    background-image: -webkit-linear-gradient(top,#343434,#0d0d0d);
    background-image: -o-linear-gradient(top,#343434,#0d0d0d);
    background-image: linear-gradient(to bottom,#343434,#0d0d0d);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343434ff', endColorstr='#ff0d0d0d', GradientType=0);
    border: 1px solid #c2c2c2;
    color: #c2c2c2;
    font-size: 15px;
    width: 100%;
}
.footer_form_box .rsform .formResponsive .formHorizontal .rsform-submit-button:hover, .footer_form_box .rsform .formResponsive .formHorizontal .rsform-reset-button:hover {
    background-color: #0d0d0d;
    background-image: -moz-linear-gradient(top,#0d0d0d,#343434);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#0d0d0d),to(#343434));
    background-image: -webkit-linear-gradient(top,#0d0d0d,#343434);
    background-image: -o-linear-gradient(top,#0d0d0d,#343434);
    background-image: linear-gradient(to bottom,#0d0d0d,#343434);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d0d0dff', endColorstr='#ff343434', GradientType=0);
}

/** Content **/

.sec_columns {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

/** General **/

ul.menu li.active.current > a,
ul.menu li.active.current > .item,
ul.menu li.active.current > .separator,
ul.menu li#current.active > a,
ul.menu li#current.active > .item,
ul.menu li#current.active > .separator {
  color: #303030;
}
.button,
.readon,
.readmore,
button.validate,
#member-profile a,
#member-registration a,
.formelm-buttons button,
.btn,
.btn-primary,
.component-content .pagenav li a {
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: inherit;
    line-height: normal;
    padding: 6px 10px;
    outline: none !important;
    text-shadow: none;
}
.button:hover,
.readon:hover,
.readmore:hover,
button.validate:hover,
#member-profile a:hover,
#member-registration a:hover,
.formelm-buttons button:hover,
.btn:hover,
.btn-primary:hover {
  color: #ffffff;
}
.button:active,
.readon:active,
.readmore:active,
button.validate:active,
#member-profile a:active,
#member-registration a:active,
.formelm-buttons button:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.readmore a {
  color: #ffffff;
}
.readmore a:hover {
  color: #ffffff;
}
.login-fields #username,
.login-fields #password,
#contact-form dd input,
#contact-form dd textarea,
#modlgn-username,
#modlgn-passwd,
#jform_email,
#member-registration dd input,
#search-searchword,
.finder .inputbox,
.inputbox {
  border: 1px solid #d9d9d9;
}
.breadcrumbs a:after,
.breadcrumb a:after {
  color: #aaaaaa;
}
.breadcrumbs .showHere,
.breadcrumb .showHere {
  font-weight: bold;
  margin-right: 5px;
}
.article-info dd:before {
}
#gantry-totop {
  background: #f0f0f0;
  border: 1px solid #d5d5d5;
}
#gantry-totop:active {
}
.tip-wrap {
    background: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #6e6e6e;
}
.system-unpublished .system-unpublished {
  background: #ffffff;
  border-color: #d5d5d5;
}
abbr[title] {
  border-bottom: 1px dotted #d5d5d5;
}
blockquote {
  border-left: 5px solid #d5d5d5;
}
blockquote small {
  color: #aaaaaa;
}
blockquote.pull-right {
  border-right: 5px solid #d5d5d5;
}
legend {
  color: #303030;
  border-bottom: 1px solid #d5d5d5;
}
legend small {
  color: #d5d5d5;
}
input, button, select, textarea {
    font-family: inherit;
}
select,
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,
.rsform .formResponsive .formHorizontal .rsform-input-box,
.rsform .formResponsive .formHorizontal .rsform-captcha-box {
    height: 40px;
}
select,
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,
.rsform .formResponsive .formHorizontal .rsform-input-box,
.rsform .formResponsive .formHorizontal .rsform-text-box,
.rsform .formResponsive .formHorizontal .rsform-captcha-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #d3d3d3;
    border: none;
    border-radius: 5;
    color: #000000;
    max-width: 320px;
    width: 100%;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(255, 255, 255, 0.99);
    -moz-box-shadow:    inset 0px 2px 3px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(255, 255, 255, 0.99);
    box-shadow:         inset 0px 2px 3px 0px rgba(0, 0, 0, 0.4), 0px 2px 3px 0px rgba(255, 255, 255, 0.99);
    padding: 10px;
    vertical-align: top;
    font-size: 15px;
    margin-bottom: 7px;
    outline: medium none !important;
}
.uneditable-input,
.uneditable-textarea {
    color: #aaaaaa;
    background-color: #f5f5f5;
    border-color: #d5d5d5;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  border-color: #d5d5d5;
}
.input-prepend .add-on,
.input-append .add-on {
  
  background-color: #f0f0f0;
  border: 1px solid #d5d5d5;
}
.form-actions {
  background-color: #f0f0f0;
  border-top: 1px solid #d5d5d5;
}
.uneditable-input {
  background-color: #ffffff;
  border-color: #eeeeee;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.help-block,
.help-inline {
  color: #555;
}
.table-bordered th {
  background-color: #f0f0f0;
}
.well {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    min-height: 1px;
    padding: 0;
}
.nav-tabs > li {
    margin-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    margin: 0 0 5px;
    padding: 0;
}
.nav-tabs.nav-stacked > li > a:hover {
  background-color: transparent;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd),
.cat-list-row0 {
  background-color: #eaeaea;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover,
.cat-list-row0:hover,
.cat-list-row1:hover {
  background-color: #fcfcfc;
}
p.success,
p.info,
p.error,
p.warning {
  border-radius: 6px;
  padding: 15px;
  font-weight: bold;
  border: 1px solid;
}
p.success a,
p.info a,
p.error a,
p.warning a {
  color: #666 !important;
}
p.success a:hover,
p.info a:hover,
p.error a:hover,
p.warning a:hover {
  color: #000 !important;
}
p.success {
  background: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
p.info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
p.error {
  background: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
p.warning {
  background: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}

/* Utilities */

body .noitalic {
  font-style: normal !important;
}
body .nobold {
  font-weight: normal !important;
}
body .flush {
  margin: 0 !important;
  padding: 0 !important;
}
body .nomarginall {
  margin: 0 !important;
}
body .nopaddingall {
  padding: 0 !important;
}
body .nomargintop {
  margin-top: 0 !important;
}
body .nomarginbottom {
  margin-bottom: 0 !important;
}
body .nomarginleft {
  margin-left: 0 !important;
}
body .nomarginright {
  margin-right: 0 !important;
}
body .nopaddingtop {
  padding-top: 0 !important;
}
body .nopaddingbottom {
  padding-bottom: 0 !important;
}
body .nopaddingleft {
  padding-left: 0 !important;
}
body .nopaddingright {
  padding-right: 0 !important;
}

/* Prettify */

.com {
  color: #93a1a1;
}
.lit {
  color: #195f91;
}
.pun,
.opn,
.clo {
  color: #93a1a1;
}
.fun {
  color: #dc322f;
}
.str,
.atv {
  color: #dd1144;
}
.kwd,
.linenums .tag {
  color: #1e347b;
}
.typ,
.atn,
.dec,
.var {
  color: teal;
}
.pln {
  color: #48484c;
}
.prettyprint {
  padding: 8px;
  background-color: #fcfcfc;
  border: 1px solid #d5d5d5;
}
.prettyprint.linenums {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
ol.linenums {
  margin: 0 0 0 33px;
  padding-left: 0;
}
ol.linenums li {
  padding-left: 12px;
  color: #aaaaaa;
  line-height: 18px;
  text-shadow: none;
}