html body {
	color: #e7e7e7 !important;
	background: url(../images/black-wallpaper-10.jpg) fixed;
  background-size: cover;
}

body a {
    color: #de1f26;
}

body h1, body h2, body h3, 
body h4, body h5 {
    color: #de1f26;
}

body input[type=text], 
body input[type=password], 
body input[type=tel], 
body input[type=email], 
body input.text, 
body input.title, 
body textarea, 
body select {
    padding: 12px;
    border: none;
}

body input[type=submit] {
  border-radius: 3px;
  position: relative;
  display: inherit;
  font-size: 13px;
  font-weight: bold;
  font-weight: 600;
  padding: 0 20px;
  cursor: pointer;
  height: 40px;
  line-height: 36px;
  border: 0;
  outline: 0;
  color: #fff !important;
  width: auto !important; 
  background: #0490C8;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  background-image: -webkit-linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  background-image: -moz-linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  background-image: -ms-linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  background-image: -o-linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  background-image: linear-gradient(top, transparent, rgba(14, 74, 113, .2));
  -webkit-box-shadow: 0 1px 0 0 rgba(0,0,0,.25), 0 2px 0px 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0, 83, 138, .6), inset 0 0 0px 1px rgba(255,255,255,.15);
  -moz-box-shadow: 0 1px 0 0 rgba(0,0,0,.25), 0 2px 0px 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0, 83, 138, .6), inset 0 0 0px 1px rgba(255,255,255,.15);
  box-shadow: 0 1px 0 0 rgba(0,0,0,.25), 0 2px 0px 0 rgba(0,0,0,0.15), 0 0 0 1px rgba(0, 83, 138, .6), inset 0 0 0px 1px rgba(255,255,255,.15);
}

body input[type=submit]:hover { 
  background-color: #0074A2;
}

#page-container {
    padding-top: 43px !important;
}

#main-header {
	background: #1a1a1a url(../images/header-top-bg.png) repeat-x bottom left;
    height: 44px;
}

#et-top-navigation {
    padding-top: 15px !important;
}

.container.et_menu_container {
    height: 100%;
}

ul#top-menu a {
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    padding-bottom: 16px !important;
    font-family: 'Special Elite', cursive;
}

.nav li ul {
    border-color: #de1f26 !important;
}

#top-menu li li a {
    color: #de1f26;
    padding-bottom: 0 !important;
}

#logo {
	display: none !important;
    width: auto;
    max-height: 100%;
    border: 5px solid #FFF;
    background: #FFF;
    max-width: inherit !important;
}

#socialmediaElNohm {
    float: left;
    margin: 10px 10px 0 0;
    position: relative;
    z-index: 1;
}

#socialmediaElNohm .elLiEil {
    margin: 0 3px 0 0;
}

#navNohm {
    float: left;
    margin-top: 0;
    position: relative;
    z-index: 1;
    background: #de1f26;
    padding: 12px;
    border-radius: 0;
    font-size: 10px 15px;
    height: 100%;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
}

#main-banner {
    background: #FFF;
    overflow: hidden;
    border-bottom: 2px solid #de1f26;
    margin-bottom: 2px;
    min-height: 300px;
}

#main-banner #bannerLogo img {
    position: absolute;
    z-index: 2;
    width: 400px;
    margin-top: 30px;
}

#main-banner .info {
    color: #666;
    position: absolute;
    bottom: 0;
    z-index: 2;
    left: 0;
    bottom: 20px;
}

#main-banner .info h4 {
    font-size: 24px;
    padding-bottom: 0;
}

#main-banner .easingslider {
	float: right;
	position: relative;
}

#main-banner .easingslider:before, 
#main-banner .easingslider:after {
	content: "";
    position: absolute;
    width: 160px;
    height: 200%;
    background: #FFF;
    left: -80px;
    z-index: 1;
    top: -50%;
	transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}

#main-banner .easingslider:after {
    left: auto;
    right: -85px;
    background: #de1f26;
}

div#et-main-area {
    background-color: rgba(49, 44, 44, 0.69)
}

div#main-content {
    background-color: transparent;
}

div#main-content .container {
    padding-top: 0;
}

div#main-content .container:before {
    width: 2px;
    background-color: transparent;
}

div#main-content .container:before, 
div#main-content .container:after {
    content: "";
    width: 79.125%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

div#main-content .container:after {
    width: 20.875%;
    left: auto; 
    right: 0;
    background: url(../images/sidebar.png);
    background-size: 100%;
}

div#main-content #content-area {
	position: relative;
	z-index: 1;
}
    
div#left-area, 
div.site-content.cma-content {
	padding: 80px 20px 20px 0;
	position: relative;
}

div#sidebar {
    padding: 0 !important;
    position: relative;
}

div#sidebar .et_pb_widget {
    padding: 80px 20px 20px;
    background-size: 100%;
    margin-bottom: 2px !important;
    position: relative;
    border-bottom: 1px solid #110F0F;
}

h1.main_title, 
h4.widgettitle, 
div.cma-content .entry-title {
    color: #de1f26;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid #110F0F;
}

h1.main_title, 
div.cma-content .entry-title  {
    padding: 20px 20px 20px 0;
}

h1.main_title:after, 
div#sidebar .et_pb_widget:after, 
h4.widgettitle:after, 
div.cma-content .entry-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(63, 58, 58, 0.35);
    left: 0;
    bottom: -2px;
}

div#sidebar {
    padding: 0 !important;
    position: relative;
}

div#sidebar .et_pb_widget {
    padding: 80px 20px 20px;
    background-size: 100%;
    margin-bottom: 2px !important;
    position: relative;
    border-bottom: 1px solid #110F0F;
}

div.et_pb_widget ul li {
    margin-bottom: 0;
    background: url(../images/pistol.png) no-repeat center left;
    background-size: 16px;
    list-style: none;
    padding: 0 !important;
    text-indent: 20px;
}

div.et_pb_widget ul li:before {
    display: none;
}

div.et_pb_widget ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

footer#main-footer {
    margin-top: 2px;
    background-color: #333;
    border-top: 2px solid #de1f26;
}

div#footer-widgets {
    padding: 6% 0;
}

div.footer-widget {
    padding: 0;
    width: 33.3% !important;
    margin: 0 !important;
    border-left: 1px solid #424242;
    border-right: 1px solid #232323;
}

div.footer-widget:nth-child(1) {
    border-left: 1px solid transparent;
}

div.footer-widget:nth-child(3) {
    border-right: 1px solid transparent;
}

div.footer-widget .et_pb_widget {
    float: none;
    padding: 0 20px;
}

div.footer-widget .title {
    position: relative;
    border-bottom: 1px solid #424242;
    margin-bottom: 20px;
}

div.footer-widget .title:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #232323;
}

p#footer-info {
    float: none;
    text-align: center;
    color: #ddd;
}

p#footer-info a {
    color: #de1f26;
}

.subscribeFw {
    position: relative;
    background: url(https://cdn2.iconfinder.com/data/icons/project/Mail.png) no-repeat right 45px;
}

.subscribeFw p {
    width: 170px;
    text-align: center;
}

.subscribeFw #emailAddressFld {
    padding: 12px;
    margin-top: 10px;
    width: 200px;
}

.subscribeFw label.error {
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    right: 99px;
    bottom: -18px;
    color: #C71010;
    z-index: 1;
    right: auto;
    left: 0;
    bottom: -40px;
    color: #FFF;
}

.subscribeFw .subLblEil {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 65px;
    right: 50px;
}

.subscribeFw input[type=submit] {
    width: 100% !important;
    height: 100%;
    border-radius: 100px;
}

div.et_pb_section {
    background-color: transparent;
}

.et_pb_blurb_position_left .et_pb_blurb_container {
    padding-top: 10px;
}

.et_pb_posts a.more-link, 
a.more-link {
    background: #de1f26;
    padding: 0 10px;
    border-radius: 3px;
    margin-top: 10px;
    color: #FFF !important;
    display: inline-block !important;
    text-shadow: 1px 1px 1px #000;
}

.stateCat li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
}

.stateCat a {
    font-family: 'Special Elite', cursive;
    font-size: 22px;
}

.ninja-forms-required-items, 
.ninja-forms-response-msg {
    margin-bottom: 50px;
}

.ninja-forms-success-msg {
    color: #94e48d;
}

.field-wrap {
    position: relative;
}

.ninja-forms-form label {
    display: inline-block;
    width: 25%;
}

div .ninja-forms-form-wrap input, 
div .ninja-forms-form-wrap select, 
div .ninja-forms-form-wrap textarea {
    width: 70%;
}

.ninja-forms-form input[type=submit] {
    margin-left: 26.5% !important;
}

.ninja-forms-field-error {
    position: absolute;
    right: 5%;
    z-index: 1;
    top: 0;
    color: #C71010;
    font-size: 12px;
    font-weight: bold;
}

.entry-content table, 
body.et-pb-preview #main-content .container table, 
table.cma-thread-list td {
    border-color: #333 !important;
}

table.cma-thread-list tbody td {
    vertical-align: top;
}

table.cma-thread-list tbody td:first-child {
    padding-left: 10px;
}

table.cma-thread-list tbody td:last-child {
    padding-right: 10px;
}

.cma-thread-numbers {
    border: solid 2px transparent;
    color: #333;
}

.cma-thread-numbers.cma-thread-answers {
    color: #e7e7e7;
}

.cma-thread-title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}

.cma-content ul.cma-thread-orderby, 
.cma-content ul.cma-answers-orderby {
    padding: 0 0 20px;
}


.cma-content ul.cma-thread-orderby li {
    border-radius: 3px;
    margin-right: 3px;
}

a.cma-backlink {
    position: absolute;
    right: 0;
    bottom: -25px;
}

.single div.site-content.cma-content {
    padding: 1%;
}

.single div.cma-content .entry-title {
    position: relative;
}

.single .cma-answers-list {
    border: 1px solid #333;
    margin-bottom: 0;
}

.single .cma-answers-list tbody td {
    border: none;
    position: relative;
    vertical-align: top;
    padding: 10px;
}

.single .cma-answers-list.cma-question-table {
    border: none;
}

.single .cma-question-content {
    border: none;
    padding: 30px 0 !important;
}

.single .cma-question-meta {
    clear: both;
    margin-top: 20px;
    color: #edb059;
    font-size: 11px;
    float: right;
}

.entry-content ul.cma_success, 
.entry-content ul.cma_error {
    padding: 10px 10px 10px 50px;
}

.single .cma-answers-list tbody td.cma-answer-rating {
    border-right: 1px solid #333;
    text-align: right;
}

a.cma-thumbs-up, 
a.cma-thumbs-down {
    position: absolute;
    left: 25px;
    top: 10px;
}

a.cma-thumbs-down {
    top: 30px;
}

.cma-answer-rating-count {
    margin: 12px 20px 0 0;
}

.cma-answer-meta {
    background-color: transparent;
    color: #edb059;
    margin-top: 20px;
}