﻿BODY
{
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-size: 140%; /*100% = 16px: 1em = 16px, (0.875em = 14px, 0.750em = 12px, 0.625em = 10px, , 0.500em = 8px) 1.063em = 17px, 1.125em = 18px, 1.188em = 19px, 1.250em = 20px, 1.375em = 22px, 1.5em = 24px, 1.625em = 26px, 1.750em = 28px, 1.875em = 30px, 2em = 32px, 2.125em = 34px, 2.250em = 36px, 2.375em = 38px, 2.500em = 40px, 3em = 48px, 4em = 64px, 5em = 80px, etc. */
}
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
HTML, FORM
{
height: 100%;
}
li
{
  padding: 0px 5px;
  margin: 0px 0px 0px 18px;
}
/*pxtoem.com or w3schools.com/tags/ref_pxtoemconversion.asp to convert px to em*/
@media (max-width: 768px) {
  BODY
    {
    font-size: 125% !important;
    }
}
@media (max-width: 590px) {
  BODY
    {
    font-size: 110% !important;
    }
}
@media (max-width: 450px) {
  BODY
    {
    font-size: 100% !important;
    line-height: normal !important;
    }
}
@media (max-width: 350px) {
  BODY
    {
    font-size: 100% !important;
    line-height: normal !important;
    }
}
/*MENU TOGGLE*/
.navbar-default .navbar-toggle {
    background-color: #fff;
    /*Bootstrap defaults:
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;*/
}
.navbar-default .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: navy;
    /*Bootstrap defaults:background-color: #ddd;*/
}
.sr-only {
    /*Bootstrap defaults:
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;*/
}
.navbar-default .navbar-toggle .icon-bar {
    /*Bootstrap defaults:
    background-color: #888;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;*/
}

/*MAIN MENU*/
.mainnav-container {
    background-color: aqua;
    border-color: transparent;
    border-radius: 0px;
    /*Bootstrap defaults:
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    border-radius: 4px;
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;*/
}
.mainnav {
    background-color: #f8f8f8;
}
.navbar-nav > li {
    border-right: solid 1px #fff;
}
.navbar-default .navbar-nav > li > a {
    color: #ff0000;
    /*Bootstrap defaults:
    color: #777;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #00b000;
    text-decoration: underline;
    /*Bootstrap defaults:
    color: #333;
    background-color: transparent;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 20px;*/
}
.navbar-nav > li .caret {
    background: url(files/arrow_main-menu.png) scroll top right;
    width: 19px;
    height: 11px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.navbar-nav > li > .dropdown-menu /*sub-menu*/{
    background-color: aqua;
    left: 0px;
    /*Bootstrap defaults:
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)*/
    /*SUB UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: 0px;
    margin-left: 0px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
.navbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
    border-bottom: dashed 1px #fff;
}
.navbar-nav > li > .dropdown-menu > li > a /*sub-menu link style*/ {
    color: goldenrod;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.navbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: khaki;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.navbar-nav > li > .dropdown-menu > li .caret {
    background: url(files/arrow_sub-menu.png) scroll top right;
    width: 15px;
    height: 9px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.dropdown-menu /*child-menu*/{
    background-color: blueviolet;
    width: auto;
    margin: -20px 0px 0px 0px;
    left:100%;
    /*Bootstrap defaults:
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*CHILD UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: -44px;
    margin-left: 110px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
.dropdown-menu > li /*child-menu item separator*/{
    border-bottom: solid 1px #000;
    /*defaults for all li's:
    padding: 0px 5px;
    margin: 0px 0px 0px 18px;*/
}
.dropdown-menu > li > a /*child-menu link style*/ {
    color: #fff;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: orangered;
    text-decoration: underline;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right;
    width: 10px;
    height: 6px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

/*SECONDARY MENU*/
.topnav-container {
    background-color: purple;
    border-color: transparent;
    border-radius: 0px;
    position: relative;
    min-height: 20px;
    display: block;
}
.topnav {
    background-color: bisque;
    float: left;
    margin: 0;
    visibility: visible !important;
}
.topbar-nav > li {
    border-right: solid 1px #000;
    float: left;
    /*Bootstrap defaults:
    position: relative;
    display: block;*/
}
.topbar-nav > li > a {
    color: #000;
    /*Bootstrap defaults:
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.topbar-nav > li > a:hover, .topbar-nav > li > a:focus {
    color: #00b000;
    text-decoration: none;
    /*Bootstrap defaults:
    background-color: #eee;
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.topbar-nav > li .caret {
    background: url(files/arrow_main-menu.png) scroll top right;
    width: 19px;
    height: 11px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.topbar-nav > li > .dropdown-menu /*sub-menu*/{
    background-color: cadetblue;
    left: 0px;
     margin: 0px 0px 0px 0px;
    /*Bootstrap defaults:
    margin: -20px 0px 0px 0px;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    */
}
.topbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
    border-bottom: dashed 1px #fff;
}
.topbar-nav > li > .dropdown-menu > li > a /*sub-menu link style*/ {
    color: goldenrod;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.topbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: khaki;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.topbar-nav > li > .dropdown-menu > li .caret {
    background: url(files/arrow_sub-menu.png) scroll top right;
    width: 15px;
    height: 9px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}
.dropdown-menu /*child-menu*/{
    background-color: lightslategray;
    width: auto;
    margin: -20px 0px 0px 0px;
    left:100%;
    /*Bootstrap defaults:
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*CHILD UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: -44px;
    margin-left: 110px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
.dropdown-menu > li /*child-menu item separator*/{
    border-bottom: solid 1px #fff;
    /*defaults for all li's:
    padding: 0px 5px;
    margin: 0px 0px 0px 18px;*/
}
.dropdown-menu > li > a /*child-menu link style*/ {
    color: aqua;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.topbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right;
    width: 10px;
    height: 6px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

/*TEXTNAV MENU*/
.secnav-container {
    background-color: cornflowerblue;
    border-color: transparent;
    border-radius: 0px;
    position: relative;
    min-height: 20px;
    display: block;
}
.secnav {
    background-color: gold;
    float: left;
    margin: 0;
    visibility: visible !important;
}
.secbar-nav > li {
    border-right: solid 1px #fff;
    float: left;
    /*Bootstrap defaults:
    position: relative;
    display: block;*/
}
.secbar-nav > li > a {
    color: #000;
    /*Bootstrap defaults:
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.secbar-nav > li > a:hover, .secbar-nav > li > a:focus {
    color: #00b000;
    background-color: transparent;
    text-decoration: none;
    /*Bootstrap defaults:
    background-color: #eee;
    position: relative;
    display: block;
    padding: 10px 15px;*/
}
.secbar-nav > li > .dropdown-menu /*sub-menu*/{
    background-color: gold;
    left: 0px;
     margin: 0px 0px 0px 0px;
    /*Bootstrap defaults:
    margin: -20px 0px 0px 0px;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    */
}
.secbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
    border-bottom: dashed 1px #000;
}
.secbar-nav > li > .dropdown-menu > li > a /*sub-menu link style*/ {
    color: #000;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.secbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: aqua;
    background-color: transparent;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.dropdown-menu /*child-menu*/{
    background-color: pink;
    width: auto;
    margin: -20px 0px 0px 0px;
    left:100%;
    /*Bootstrap defaults:
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
    /*CHILD UL MENU - SMARTMENUS AUTO CREATED
    left: 0px;
    top: auto;
    width: auto;
    margin-top: -44px;
    margin-left: 110px;
    display: none;
    min-width: 10em;
    max-width: 20em;*/
}
.dropdown-menu > li /*child-menu item separator*/{
    border-bottom: solid 1px #fff;
    /*defaults for all li's:
    padding: 0px 5px;
    margin: 0px 0px 0px 18px;*/
}
.dropdown-menu > li > a /*child-menu link style*/ {
    color: aqua;
    /*Bootstrap defaults:
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em !important;
    text-decoration: none;*/
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    /*Bootstrap defaults:
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;*/
}
.secbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
    background: url(files/arrow_child-menu.png) scroll top right;
    width: 10px;
    height: 6px;
     border-top: none;
     border-right: none;
    border-left: none;
    /*Bootstrap Bootstrap defaults:
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;*/
}

/*FRAME OF SITE*/
.leadgenbg
{
	padding: 0px;
	margin: 0px auto;
    background-attachment: scroll;
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
    height: auto;
}
.bg_img
{
   background: url(images/hpbg.png) left repeat-x;
   width: 100%;
   margin: 0 auto;
   padding: 5px 0px 0px 0px;
   height: 118px;
   clear: both;
   /*Min-width: 1024px;*/
 }
.logo
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.063em;
    color: #ffffff;
    padding: 15px 0px 0px 0px;
    font-weight: normal;
    margin: 0px;
    border: solid 0px #ff0000;
}
.phone
{
    padding: 0px;
    margin: 0px 20px 0px 0px;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #004812 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    vertical-align: middle !important;
    text-align: right;
}
.slider
{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.add_trans
{
   margin: 0px;
   padding: 70px 0px 0px 0px;
}
.bg_lead
{
   width: 100%;
   background-color: #939598;
   margin: 0 auto;
   padding: 0px;
   height: auto;
   /*Min-width: 1024px;*/
}
.footer-white-bar
{
   background-color: #fff;
   margin: 0px;
   padding: 0px;
   height: 3px; 
   line-height: normal;
}
.bg_footer
{
   width: 100%;
   background-color: #004812;
   margin: 0 auto;
   padding: 0px 0px 0px 0px;
   height: auto;
   /*Min-width: 1024px;*/
 }
.copyright
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
    padding: 0px 0px 10px 0px;
    margin: 0px;
}
.xsellit
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    float: left;
}
.copyright_mobile
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
    text-decoration: none;
    padding: 10px 0px 0px 30px;
    margin: 0px;
    float: left;
}
.textnav
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #004812;
	text-decoration: none !important;
	font-weight: normal !important;
}
a.textnav
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #004812;
	text-decoration: none;
}
a.textnav:hover
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10px;
	color: #7d7e7e;
	text-decoration: underline;
}
 .ic_bbb_footer  {
    padding: 0px 80px 0px 12px;
    margin: 0px 0px 0px 0px;
    text-align: left; 
    width: 60%;
  }
 .soc-icons {
    padding: 22px 12px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    width: 40%; 
  }  
}
.leadform
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
.learnmore
{
	padding: 0px;
	margin: 10px 0px 0px 0px;
    border: none;
     max-width: 100%;
  height: auto;
}
.learnmore_image {
    max-width: 100%;
    height: auto;
}
.lead_col1
{
    font-family: Helvetica, Tahoma, Sans-Serif, arial;
    font-size: 1em;
    color: #fff;
    text-align: left;
    padding: 0px;
    font-weight: normal;
    line-height: 23px;
}
.lead_col2
{
    font-family: Helvetica, Tahoma, Sans-Serif, arial;
    font-size: 0.875em;
    color: #fff;
    text-align: left;
    margin: 3px 0px 0px 50px;
    font-weight: normal;
    line-height: 23px;
}
.lead_col3
{
    font-family: Helvetica, Tahoma, Sans-Serif, arial;
    font-size: 0.875em;
    color: #fff;
    text-align: left;
    margin: 3px 0px 0px 25px;
    font-weight: normal;
    line-height: 23px;
}
.lead_col4 {
        text-align: left;
        font-family: Helvetica, Tahoma, Sans-Serif, arial;
        font-size: 0.875em;
        color: #fff;
        margin: 10px 0px 0px 25px;
        font-weight: normal;
        line-height: 23px;
    }
.callout1 {
    padding: 0px;
    margin: 0px;
}
.callout {
    padding: 0px;
    margin: 0px;
}
.callout1_inside {
    padding: 20px 0px 0px 0px;
    margin: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #000000;
    text-decoration: none;
    line-height: 1.6em;
}
.callout2_inside {
    padding: 0px 50px 0px 0px;
    margin: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #000000;
    text-decoration: none;
    line-height: 1.6em;
}
.callout3_inside {
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #000000;
    text-decoration: none;
    line-height: 1.6em;
}
a.isg {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
    color: #004812;
    text-decoration: none;
    font-weight: normal;
}
a.isg:hover {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10px;
    color: #7d7e7e;
    text-decoration: none;
    font-weight: normal;
}
.linksummary {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #FFFFFF;
    text-decoration: none;
}
/*CONTENT*/
a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em !important;
    color: #004812;
    text-decoration: none;
    font-weight: normal;
}

    a:hover {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em !important;
        color: #7d7e7e;
        text-decoration: underline;
        font-weight: normal;
    }

H1 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 24px;
    color: #004812;
    font-weight: normal;
    margin: 0px, 0px, -10px, 0px;
}

H2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #004812;
    margin: 0px;
    text-transform: uppercase;
    padding: 0px;
}

H3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #004812;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

H4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    color: #004812;
    margin: 0px;
    padding: 0px;
}
H5 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    color: #000;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
.maintext {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #000000;
    text-decoration: none;
    padding: 0px 0px 75px 0px;
    margin: 0px;
    line-height: 1.5em;
    clear: both;
    width: 800px;
}
.insidetext {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #000000;
    text-decoration: none;
    padding: 10px 0px 20px 0px;
    margin: 0px;
    line-height: 1.6em;
    clear: both;
}
.boldhd {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.125em;
    color: #004812;
    font-weight: bold;
    text-decoration: none;
}

.boldhd2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.125em;
    color: #939598;
    font-weight: bold;
    text-decoration: none;
}
/*WHATS NEW*/
.lastupdate {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.125em;
    color: #939598;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}
/* FORM INPUTS */
.inputButtontaf {
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #326c40;
    border: #326c40 1px solid;
    cursor: pointer;
}

.inputButton {
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #326c40;
    border: #326c40 1px solid;
    cursor: pointer;
}
.inputButton2 {
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #326c40;
    border: #326c40 1px solid;
    cursor: pointer;
}

.inputButtonJoin {
    height: 25px;
    border: none;
    cursor: pointer;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    width: 41px;
    vertical-align: top;
    background-image: url(images/gobutton.png);
}

.inputButtonJoinSearch {
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #326c40;
    border: #326c40 1px solid;
    cursor: pointer;
}

.inputJoin {
    color: #000000;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 9px !important;
    background-color: #fff;
    border: #c1c1c1 1px solid;
    padding-left: 7px;
    padding-top: 2px;
    height: 25px;
    width: 220px;
}
.inputsm {
    height: 15px;
    width: 50px;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 1em;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #2E3133 1px solid;
    border-top: #2E3133 1px solid;
    border-left: #2E3133 1px solid;
    border-bottom: #2E3133 1px solid;
    padding-left: 7px;
    padding-top: 2px;
}

.input {
    height: 26px;
    width: 220px;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 1em;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #2E3133 1px solid;
    border-top: #2E3133 1px solid;
    border-left: #2E3133 1px solid;
    border-bottom: #2E3133 1px solid;
    padding-left: 7px;
    padding-top: 2px;
}

.inputlg {
    height: 26px;
    width: 250px;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 1em;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #2E3133 1px solid;
    border-top: #2E3133 1px solid;
    border-left: #2E3133 1px solid;
    border-bottom: #2E3133 1px solid;
    padding-left: 7px;
    padding-top: 2px;
}

.textarea {
    width: 270px;
    height: 100px;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 1em;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #2E3133 1px solid;
    border-top: #2E3133 1px solid;
    border-left: #2E3133 1px solid;
    border-bottom: #2E3133 1px solid;
    padding-left: 7px;
    padding-top: 2px;
}

.textarea2 {
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 1em;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #2E3133 1px solid;
    border-top: #2E3133 1px solid;
    border-left: #2E3133 1px solid;
    border-bottom: #2E3133 1px solid;
    padding-left: 7px;
    padding-top: 2px;
}

.select {
    height: 26px;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 1em;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #2E3133 1px solid;
    border-top: #2E3133 1px solid;
    border-left: #2E3133 1px solid;
    border-bottom: #2E3133 1px solid;
    padding-left: 7px;
    padding-top: 2px;
}
.selectsized {
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 1em;
    color: #000000;
    background-color: #FFFFFF;
    border-right: # 1px solid;
    border-top: #2E3133 1px solid;
    border-left: #2E3133 1px solid;
    border-bottom: #2E3133 1px solid;
    padding-left: 7px;
    padding-top: 2px;
    width: 150px;
}

.inputsearch {
    background-color: #FFFFFF;
    height: 15px;
    width: 120px;
    font-family: Microsoft Sans Serif, Arial, Helvetica;
    font-size: 1em;
    color: #000000;
    border: 1px solid #2E3133;
    font-weight: bold;
    vertical-align: top;
    margin-left: 10px;
}

th {
    font-family: verdana, helvetica, arial;
    font-size: 1em;
    color: #4F5187;
    border-bottom: 1px solid #2E3133;
}
.inputButton_captcha {
    color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    background-color: #326c40;
    border: none;
    cursor: pointer;
    margin: 2px 0px 0px 0px;
    padding: 0px 8px 0px 8px;
    vertical-align: middle;
}
         
.captcha_label {
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 1em;
    color: #fff;
    padding: 0px;
    margin: 0px;
}

.captcha_img {
    padding: 0px;
    margin: 0px 0px 3px 0px;
    height: 34px;
}
.inputcap {
    height: 26px;
    width: 220px;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 1em;
    color: #000000;
    background-color: #FFFFFF;
    border-right: #2E3133 1px solid;
    border-top: #2E3133 1px solid;
    border-left: #2E3133 1px solid;
    border-bottom: #2E3133 1px solid;
    padding-left: 7px;
    padding-top: 2px;
}
.leadinput {
    height: 23px;
    width: 187px;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 9px !important;
    color: #000000;
    background-color: #fff;
    border: #c1c1c1 1px solid;
    padding-left: 7px;
    padding-top: 2px;
    margin: 7px 0px 0px 0px;
}
.leadtextarea {
    width: 187px;
    height: 53px;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 9px !important;
    color: #000000;
    background-color: #fff;
    border: #c1c1c1 1px solid;
    padding-left: 7px;
    padding-top: 2px;
    margin: 7px 0px 0px 0px;
}
.leadcaptcha {
    height: 24px;
    width: 200px;
    font-family: helvetica, tahoma, verdana, arial;
    font-size: 9px;
    color: #363636;
    background-color: #fff;
    border: #c1c1c1 1px solid;
    padding-left: 7px;
    padding-top: 2px;
    margin: -18px 0px 0px 0px;
}    
/*CONTACT TABLES*/
.contact {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #36424A;
    text-decoration: none;
    display: block;
}
.contact_left {
    display: block; 
    float: left; 
    padding: 0px 20px 0px 0px; 
    margin: 0px; 
    width: 30%;
    height: 35px;
    vertical-align: middle;
}
.contact_right {
    display: block; 
    float: right; 
    text-align: left; 
    padding: 0px 0px 0px 10px;
    margin: 0px; 
    width: 70%;
    height: 35px;
    vertical-align: middle;
}
.contact_comments {
    display: block; 
    float: left; 
    padding: 0px 20px 0px 0px; 
    margin: 0px; 
    width: 40%;
}
.contact_captcha {
    display: block; 
    float: right; 
    text-align: left; 
    padding: 10px 0px 0px 20px; 
    margin: 0px; 
    width: 60%;
}
.contact fieldset {
    margin-bottom: 10px;
    border: none;
    border-top: 1px solid #2E3133;
}
.contact legend {
    padding: 10px 2px 0px 2px;
    font-weight: bold;
    _margin: 0 -7px; /* IE Win */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    text-decoration: none;
    color: #2E3133;
}
.contact label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #36424A;
    text-decoration: none;
    font-weight: normal;
}
.contact fieldset ol {
    margin: 0;
    padding: 0;
}

.contact fieldset li {
    list-style: none;
    padding: 5px 7px;
    background: url(images/topnavdottedline.gif) left bottom repeat-x;
}
.contact input.off {
    border: 0;
    width: auto;
}
.required {
    font-family: Microsoft Sans Serif, Arial, Helvetica;
    font-size: 0.688em;
    color: Red;
    text-decoration: none;
}
.nameemaillabel {
    padding-right: 10px;
    text-align: right;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #36424A;
    text-decoration: none;
    font-weight: normal;
}
fieldset {
    margin-bottom: 10px;
    margin-right: 40px;
    border: 1px solid #2E3133;
}
label {
    margin-top: 8px;
    margin-bottom: 8px;
}
.icjoin {
    background-image: url(images/icjoin.png);
    background-attachment: scroll;
    height: 12px;
    width: 140px;
    background-repeat: no-repeat;
}
.ziptble {
    background-color: #F6F6F6;
}

.storelocatorsep {
    border-top: 1px solid #000000;
}

.logotext {
    text-decoration: none;
}

a.logotext {
    text-decoration: none;
}

    a.logotext:hover {
        text-decoration: none;
    }
/* Admin Login */
.adminlogin {
    width: 20%;
    margin: 0px auto;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #363636;
    background-color: #FFFFFF;
    padding: 20px 0px 20px 50px;
    border: solid red 0px;
}

.hd-sub_checkin {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1em;
    color: #363636;
    text-decoration: none;
    font-weight: normal;
    margin: 0px;
    padding: 13px 0px 0px 0px;
}
/* General */
.gallery {
    margin: 0px !important;
    padding: 5px !important;
    background-color: #cecfd3 !important;
}

.bagallery_separator {
    width: 100% !important;
    height: 1px !important;
    margin: 0px !important;
    padding: 0px !important;
    background-color: #74647a !important;
}

a.black_link {
    color: #000000;
}

a.black_link:hover {
    color: #000000;
}

.fb_share_button {
    font-family: Arial, Sans-Serif, Helvetica;
    font-size: 0.750em;
    color: #ffffff;
}
.fb_share_button:hover {
    font-family: Arial, Sans-Serif, Helvetica;
    font-size: 0.750em;
    color: #ffffff;
}
a.twitter_link {
    font-family: Arial, Sans-Serif, Helvetica;
    font-size: 12px;
    color: #004812;
    text-decoration: none;
}
a.twitter_link:hover {
    font-family: Arial, Sans-Serif, Helvetica;
    font-size: 12px;
    color: #004812;
    text-decoration: underline;
}
a.mobile_contact {
    font-size: 13px;
    color: #333;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}
a.mobile_contact:hover {
    font-size: 13px;
    color: #333;
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

.footerbg {
    padding: 0px;
    margin: 0px auto;
    background-attachment: scroll;
    background-image: url(images/bg4.png);
    background-repeat: repeat-x;
    width: 100%;
    overflow: hidden;
}

.bottomfooterbg {
    padding: 25px 0px 0px 0px;
    margin: 0px auto;
    background-attachment: scroll;
    background-image: url(images/bg5.png);
    background-repeat: repeat-x;
    min-height: 35px;
    width: 100%;
    overflow: hidden;
}

.footer {
    padding: 0px;
    margin: 0px auto;
    height: 200px;
}
.addressinfo {
    display: block;
    padding: 30px 0px 0px 0px;
}
.joininfo {
    display: block;
    padding: 30px 0px 0px 0px;
}
.addline1 {
    font-size: 1em;
    font-weight: normal !important;
    color: #004812 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.addline2 {
    font-size: .95em;
    font-weight: normal !important;
    line-height: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
a.mobile_phone {
    font-size: 1em;
    font-weight: normal !important;
    line-height: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
}
a.mobile_phone:hover {
    font-size: 1em;
    font-weight: normal !important;
    line-height: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
}
a.email
{
    font-size: 1em;
    font-weight: normal !important;
    line-height: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: none;
}
a.email:hover
{
    font-size: 1em;
    font-weight: normal !important;
    line-height: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-decoration: underline;
}
.addline3 {
    font-size: .95em;
    font-weight: normal !important;
}
.cobaltline
{
    padding: 10px 0px 0px 0px;
}


a.maplink {
    font-family: Verdana, Geneva, Tahoma, sans-serif !important;
    font-size: 10px !important;
    color: #004812 !important;
    text-decoration: underline !important;
}

    a.maplink:hover {
        font-family: Verdana, Geneva, Tahoma, sans-serif !important;
        font-size: 10px !important;
        color: #7d7e7e !important;
        text-decoration: underline !important;
    }

.lead_spacing {
    padding: 0px 0px 0px 10px;
}

a.hpcallout {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: .750em;
    color: #004812;
    text-decoration: none;
    font-weight: normal;
}

    a.hpcallout:hover {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: .750em;
        color: #7d7e7e;
        text-decoration: underline;
        font-weight: normal;
    }
/*SLIDER STYLES*/
#myCarousel .carousel-control .slider-prev, #myCarousel .carousel-control .slider-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.42);
    position: relative;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    -webkit-user-select: none;
}
#myCarousel .carousel-control .slider-prev:before, #myCarousel .carousel-control .slider-next:before {
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    left: 7px;
    top: 7px;
    transition: .3s ease-in-out background;
    background: #1485c2;
}
#myCarousel .carousel-control .slider-prev:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    left: 14px;
    top: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/files/arrow_slider.png);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#myCarousel .carousel-control .slider-next:after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    left: 17px;
    top: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/files/arrow_slider.png);
}
.carousel-control.right {
    right: 0;
    left: auto;
    top: 50%;
    background-image: none;
    filter: none;
}
.carousel-control.left {
    background-image: none;
    filter: none;
    top: 50%;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #151617;
    font-size: 1.250em;
    text-align: left;
    text-shadow: none;
    line-height: 2.0em;
}
/*.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #151617 !important;
    text-align: left !important;
    text-shadow: none !important;
    filter: alpha(opacity=50);
    opacity: .5;
}*/
.hdslider
{
	font-family: Open Sans, sans-serif;
	font-size: 2.875em;
    line-height: 1em !important;
    font-weight: 300;
	color: #1279ba;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
/*MEDIA POINTS*/
@media (max-width: 992px) {
  .logo {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.063em;
    color: #ffffff;
    padding: 7px 0px 0px 18px;
    font-weight: normal;
    margin: 0px;
    border: solid 0px #ff0000;
  }
  add_trans
    {
       margin: 0px;
       padding: 0px;
    }
  .add_trans-row
    {
       margin: 0px;
       padding: 30px 0px 0px 18px;
    }
}
@media (max-width: 769px) {
    .logo {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1.063em;
        color: #ffffff;
        padding: 7px 0px 0px 18px;
        font-weight: normal;
        margin: 0px;
        border: solid 0px #ff0000;
      }
    /*MAIN MENU*/
    .mainnav-container {
        background-color: transparent;
    }
    .mainnav {
        background-color: #f8f8f8;
    }
    .navbar-nav > li {
        border-right: solid 1px #fff;
    }
    .navbar-default .navbar-nav > li > a {
        color: #ff0000;
        /*Bootstrap defaults:
        color: #777;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 20px;*/
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #00b000;
        text-decoration: underline;
        /*Bootstrap defaults:
        color: #333;
        background-color: transparent;
        text-decoration: none;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 20px;*/
    }
    .navbar-nav > li .caret {
        background: url(files/arrow_main-menu.png) scroll top right;
        width: 19px;
        height: 11px;
         border-top: none;
         border-right: none;
        border-left: none;
        /*Bootstrap defaults:
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;*/
    }
    .navbar-nav > li > .dropdown-menu /*sub-menu*/{
        background-color: aqua;
        left: 0px;
        /*Bootstrap defaults:
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175)*/
        /*SUB UL MENU - SMARTMENUS AUTO CREATED
        left: 0px;
        top: auto;
        width: auto;
        margin-top: 0px;
        margin-left: 0px;
        display: none;
        min-width: 10em;
        max-width: 20em;*/
    }
    .navbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
        border-bottom: dashed 1px #fff;
    }
    .navbar-nav > li > .dropdown-menu > li > a /*sub-menu link style*/ {
        color: goldenrod;
        /*Bootstrap defaults:
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em !important;
        text-decoration: none;*/
    }
    .navbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: khaki;
        /*Bootstrap defaults:
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;*/
    }
    .navbar-nav > li > .dropdown-menu > li .caret {
        background: url(files/arrow_sub-menu.png) scroll top right;
        width: 15px;
        height: 9px;
         border-top: none;
         border-right: none;
        border-left: none;
        /*Bootstrap defaults:
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;*/
    }
    .dropdown-menu /*child-menu*/{
        background-color: blueviolet;
        width: auto;
        margin: -20px 0px 0px 0px;
        left:100%;
        /*Bootstrap defaults:
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
        /*CHILD UL MENU - SMARTMENUS AUTO CREATED
        left: 0px;
        top: auto;
        width: auto;
        margin-top: -44px;
        margin-left: 110px;
        display: none;
        min-width: 10em;
        max-width: 20em;*/
    }
    .dropdown-menu > li /*child-menu item separator*/{
        border-bottom: solid 1px #000;
        /*defaults for all li's:
        padding: 0px 5px;
        margin: 0px 0px 0px 18px;*/
    }
    .dropdown-menu > li > a /*child-menu link style*/ {
        color: #fff;
        /*Bootstrap defaults:
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em !important;
        text-decoration: none;*/
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: orangered;
        text-decoration: underline;
        /*Bootstrap defaults:
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;*/
    }
    .navbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
        background: url(files/arrow_child-menu.png) scroll top right;
        width: 10px;
        height: 6px;
         border-top: none;
         border-right: none;
        border-left: none;
        /*Bootstrap defaults:
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;*/
    }

    /*SECONDARY MENU*/
    .topnav-container {
        display: none;
        visibility: hidden;
    }
    .topnav {
        margin: 7.5px -15px;
    }
    .topbar-nav > li {
        float: none;
        /*Bootstrap defaults:
        position: relative;
        display: block;*/
    }
    .topbar-nav > li > a {
        color: #000;
        /*Bootstrap defaults:
        position: relative;
        display: block;
        padding: 10px 15px;*/
    }
    .topbar-nav > li > a:hover, .topbar-nav > li > a:focus {
        color: #00b000;
        text-decoration: none;
        /*Bootstrap defaults:
        background-color: #eee;
        position: relative;
        display: block;
        padding: 10px 15px;*/
    }
    .topbar-nav > li .caret {
        background: url(files/arrow_main-menu.png) scroll top right;
        width: 19px;
        height: 11px;
         border-top: none;
         border-right: none;
        border-left: none;
        /*Bootstrap defaults:
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;*/
    }
    .topbar-nav > li > .dropdown-menu /*sub-menu*/{
        background-color: cadetblue;
        left: 0px;
         margin: 0px 0px 0px 0px;
        /*Bootstrap defaults:
        margin: -20px 0px 0px 0px;
        position: absolute;
        top: 100%;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        */
    }
    .topbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
        border-bottom: dashed 1px #fff;
    }
    .topbar-nav > li > .dropdown-menu > li > a /*sub-menu link style*/ {
        color: goldenrod;
        /*Bootstrap defaults:
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em !important;
        text-decoration: none;*/
    }
    .topbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: khaki;
        /*Bootstrap defaults:
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;*/
    }
    .topbar-nav > li > .dropdown-menu > li .caret {
        background: url(files/arrow_sub-menu.png) scroll top right;
        width: 15px;
        height: 9px;
         border-top: none;
         border-right: none;
        border-left: none;
        /*Bootstrap defaults:
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;*/
    }
    .dropdown-menu /*child-menu*/{
        background-color: lightslategray;
        width: auto;
        margin: -20px 0px 0px 0px;
        left:100%;
        /*Bootstrap defaults:
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
        /*CHILD UL MENU - SMARTMENUS AUTO CREATED
        left: 0px;
        top: auto;
        width: auto;
        margin-top: -44px;
        margin-left: 110px;
        display: none;
        min-width: 10em;
        max-width: 20em;*/
    }
    .dropdown-menu > li /*child-menu item separator*/{
        border-bottom: solid 1px #fff;
        /*defaults for all li's:
        padding: 0px 5px;
        margin: 0px 0px 0px 18px;*/
    }
    .dropdown-menu > li > a /*child-menu link style*/ {
        color: aqua;
        /*Bootstrap defaults:
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em !important;
        text-decoration: none;*/
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #000;
        text-decoration: none;
        /*Bootstrap defaults:
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;*/
    }
    .topbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
        background: url(files/arrow_child-menu.png) scroll top right;
        width: 10px;
        height: 6px;
         border-top: none;
         border-right: none;
        border-left: none;
        /*Bootstrap defaults:
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;*/
    }

    /*TEXTNAV MENU*/
    .secnav-container {
        background-color: cornflowerblue;
        border-color: transparent;
        border-radius: 0px;
        position: relative;
        min-height: 20px;
        display: block;
    }
    .secnav {
        background-color: gold;
        float: left;
        margin: 0;
        visibility: visible !important;
    }
    .secbar-nav > li {
        border-right: solid 1px #fff;
        float: left;
        /*Bootstrap defaults:
        position: relative;
        display: block;*/
    }
    .secbar-nav > li > a {
        color: #000;
        /*Bootstrap defaults:
        position: relative;
        display: block;
        padding: 10px 15px;*/
    }
    .secbar-nav > li > a:hover, .secbar-nav > li > a:focus {
        color: #00b000;
        background-color: transparent;
        text-decoration: none;
        /*Bootstrap defaults:
        background-color: #eee;
        position: relative;
        display: block;
        padding: 10px 15px;*/
    }
    .secbar-nav > li > .dropdown-menu /*sub-menu*/{
        background-color: gold;
        left: 0px;
         margin: 0px 0px 0px 0px;
        /*Bootstrap defaults:
        margin: -20px 0px 0px 0px;
        position: absolute;
        top: 100%;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        */
    }
    .secbar-nav > li > .dropdown-menu > li /*sub-menu item separator*/{
        border-bottom: dashed 1px #000;
    }
    .secbar-nav > li > .dropdown-menu > li > a /*sub-menu link style*/ {
        color: #000;
        /*Bootstrap defaults:
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em !important;
        text-decoration: none;*/
    }
    .secbar-nav > li > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: aqua;
        background-color: transparent;
        /*Bootstrap defaults:
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;*/
    }
    .dropdown-menu /*child-menu*/{
        background-color: pink;
        width: auto;
        margin: -20px 0px 0px 0px;
        left:100%;
        /*Bootstrap defaults:
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
        /*CHILD UL MENU - SMARTMENUS AUTO CREATED
        left: 0px;
        top: auto;
        width: auto;
        margin-top: -44px;
        margin-left: 110px;
        display: none;
        min-width: 10em;
        max-width: 20em;*/
    }
    .dropdown-menu > li /*child-menu item separator*/{
        border-bottom: solid 1px #fff;
        /*defaults for all li's:
        padding: 0px 5px;
        margin: 0px 0px 0px 18px;*/
    }
    .dropdown-menu > li > a /*child-menu link style*/ {
        color: aqua;
        /*Bootstrap defaults:
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1em !important;
        text-decoration: none;*/
    }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #000;
        text-decoration: none;
        /*Bootstrap defaults:
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;*/
    }
    .secbar-nav > li > .dropdown-menu > li > .dropdown-menu > li .caret {
        background: url(files/arrow_child-menu.png) scroll top right;
        width: 10px;
        height: 6px;
         border-top: none;
         border-right: none;
        border-left: none;
        /*Bootstrap Bootstrap defaults:
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;*/
    }
}
@media (max-width: 545px) {
  .logo {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.063em;
    color: #ffffff;
    padding: 7px 18px 0px 18px;
    font-weight: normal;
    margin: 0px 0px 0px 0px;
    border: solid 0px #ff0000;
        display: block;
        width: 100%;
  }
}
@media (max-width: 520px) {
    .contact_left {
        padding: 0px 0px 0px 0px; 
        margin: 0px; 
        width: 100%;
        vertical-align: middle;
        display: block;
        float: none;
        height: 25px;
    }
    .contact_right {
        padding: 5px 0px 0px 0px;
        margin: 0px; 
        width: 100%;
        vertical-align: middle;
        display: block;
        float: none;
        height: 35px;
    }
}
@media (max-width: 446px) {
    .copyright_mobile
    {
	    font-family: Verdana, Geneva, Tahoma, sans-serif;
	    font-size: 10px;
	    color: #000000;
	    text-decoration: none;
        padding: 0px 150px 0px 25px;
        margin: 0px;
    }
    .xsellit
        {
	        padding: 0px 0px 0px 25px;
            margin: 0px 0px 0px 0px;
        }
}
@media (max-width: 400px) {
    .copyright_mobile
    {
	    font-family: Verdana, Geneva, Tahoma, sans-serif;
	    font-size: 10px;
	    color: #000000;
	    text-decoration: none;
        padding: 0px 50px 0px 25px;
        margin: 0px;
    }
    .xsellit
        {
	        padding: 0px 0px 0px 25px;
            margin: 0px 0px 0px 0px;
        }
}