/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *---------------------------------------------- -------- -------- 
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *---------------------------------------------- -------- -------- 
 */  



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

/* CUSTOM CLEARALIGN */
.kwbox{
  background-color:#eee;
  padding:20px;
}
.ca-font-small{
  font-size:11px !important;
}
.clearaligngreen{
 color: #5fa528 !important;
}
#HeaderTop{
  background-color:#333534 !important;
}
.nav a {
  font-size: 15px !important;
}
.menuRight .nav>li {
    padding: 0 5px !important;
    display: inline-block;
    float: none;
}
.box-shadow img {
    border: 2px solid #5fa528 !important;
}
.colorwhite{
    color:white !important;
}
/* LIST STYLE */
ul.calist {
  list-style: none;
  padding: 0;
  margin-top:20px;
}
ul.calist > li {
  padding-left: 1.3em;
  margin-top: .3em;
}
ul.calist > li:before {
  content: "\f054"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#5fa528 !important;
}

/* MENU BAR SHRINK LOGO */
.stickyheader #dnn_dnnLogo_imgLogo{
 	width:50% !important; 
}
/*
#dnn_dnnLogo_imgLogo{
  width:80% !important;
}*/
a.Theme-breadcrumb {
    color: #5a5a5a !important;
    padding: 0 5px;
    font-size: 11px;
    font-weight: bold;
}
.Theme-breadcrumb {
    color: #5a5a5a !important;
    padding: 0 5px;
    font-size: 11px !important;
    font-weight: bold !important;
}
/* TABLE */
#dnn_ctr586_HtmlModule_lblContent > div > table > thead > tr{
  background-color:#72c267;}
}

/* CLEARALIGN SHOPPING CART */
/* PRODUCT LIST*/
.rvdsf-productlist-container .rvdsf-product-gallery-container {
    border: #ddd 4px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}

.rvdsf-productlist-container .rvdsf-field-name a {
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.rvdsf-field-rating{
  display:none !important;
}

#dnn_ctr520_ModuleContent > div > div.row.rvdsf-productlist-grid > div:nth-child(odd){
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}

#dnn_ctr520_ModuleContent > div > div.row.rvdsf-productlist-grid > div:nth-child(even){
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
}

#dnn_ctr520_ModuleContent > div > div.row.rvdsf-productlist-grid > div:nth-child(3n){
	border-right:0px !important;
}

#dnn_ctr520_ModuleContent > div > div.row.rvdsf-productlist-grid > div:hover{
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  transition: box-shadow 0.3s ease-in-out;
}

.rvdsf-productlist-grid .rvdsf-product-container {
    padding: 0 0 0 0 !important;
}

/* PRODUCT DETAILS */
.pagination>li>a{
 color: #5fa528 !important;
}
.pagination>.active>a {
    z-index: 3;
    color: #fff !important;
    cursor: default;
    background-color: #5fa528 !important;
    border-color: #5fa528 !important;
}
#rvdsfCategoryTree > ul > li:nth-child(1){
   background-color:#5fa528 !important;
  color:white !important;
}
#rvdsfCategoryTree > ul > li:nth-child(4){
   background-color:#fc6719 !important;
  color:white !important;
}
#rvdsfCategoryTree > ul > li:nth-child(9){
   background-color:#0971ce !important;
  color:white !important;
}
ul.rvdsf-socialshare-list {
    list-style-type: none;
    margin: 0px 0px 0px 0px !important;
    float: right !important;
}

#dnn_ctr521_ctl00_dnnSkinMessage{display:none !important;}
.cagreen{
  background-color:#5fa528 !important;
  color:white !important;
}
.caorange{
  background-color:#fc6719 !important;
   color:white !important;
}
.cayellow{
  background-color:#fabf3a !important;
   color:white !important;
}
.cablue{
  background-color:#0971ce !important;
   color:white !important;
}
.rvdsf-field-compare{
  display:none !important;
}
/* HIDE SOCIAL MEDIA */
.rvdsf-socialshare-facebook{
  display:none !important;
}
.rvdsf-socialshare-google{
  display:none !important;
}
.rvdsf-socialshare-linkedin{
  display:none !important;
}
.rvdsf-socialshare-twitter{
  display:none !important;
}
/* SOCIAL */
div.console-none:hover{background-color:grey !important;}
div.active.console-none{background-color:#5fa528 !important;}

/* BOOTSTRAP CUSTOM */
.btn-primary{
  background-color:#5fa528 !important;
  border-color:#eee !important;
}
.box-shadow img {
    border: 0px solid #5fa528 !important;
}

/* CONTACT US MAPS EASY DNN */
#categorySelectionWrapper542 > div > div > ul > li:nth-child(1){
 background-color:#5fa528 !important;
 border-bottom:2px solid #333534 !important;
}
#categorySelectionWrapper542 > div > div > ul > li:nth-child(2){
  background-color:#fc6719 !important;
  border-bottom:2px solid #333534 !important;
}
#categorySelectionWrapper542 > div > div > ul > li:nth-child(3){
  background-color:#0971ce !important;
  border-bottom:2px solid #333534 !important;
}
.edMaps_categorySelectionWrapper .edMaps_mapsCategoryList .edMaps__categoryWrapper > ul > li > div {
    border-bottom:0px !important;
}

/* News Photo Margin */
.eds_news_Ozone.eds_subCollection_news .edn_mediaContainer {
	margin-right: 25px;
}

.nav-tabs li a {
 font-size:12px !important; 
}

table p { padding: 0; }

.edn_article img.left {
    float: right;
    margin-right: 20px;
    margin-bottom: 20px;
}
.edn_article img.right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}



.cfa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer ul.footer-links.footer-social i.fa, footer ul.footer-links.footer-social i.cfa {
  color: #5fa528;
  font-size: 30px;
  width: 35px;
  vertical-align: bottom;
}
.cfa-facebook-f:before, .cfa-facebook:before {
  content: "\f09a";
}
.cfa-twitter:before {
  content: "\f099";
}
.cfa-linkedin:before {
  content: "\f0e1";
}

.banner-h1 {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.8)
}

.swiper-container .swiper-slide p {
    text-shadow: 0 0 20px rgb(0 0 0) !important;
    font-size: 26px !important;
    margin-top: 10px !important;
}

@media (max-width: 769px) {
	.div-block-2 {
		margin-bottom: 60px !important;
	}
	.banner-h1 {
		font-size: 50px !important;
	}
	.swiper-container .swiper-slide p {
		font-size: 18px !important;
		line-height: 120% !important;
	}
    .co-header {
        height: calc(100vh - 250px) !important;
    }
}


