#_frontAdminNav{
    font-size: .7em;
    -webkit-box-shadow: 0px 0px 5px 0px #222222;
    -moz-box-shadow: 0px 0px 5px 0px #222222;
    box-shadow: 0px 0px 5px 0px #222222;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}
#phone{
    position: absolute;
    right:0;
    top:0;
}
#_frontNav{
    position: absolute;
    right:0;
    bottom:0;
}
#phone ul,
#_frontNav ul,
#_frontAdminNav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#phone li:last-of-type,
#_frontNav li:last-of-type{
    border-right:0px;
}
#phone ul,
#_frontNav ul{
    float:right;
}
#phone li,
#_frontNav li,
#_frontAdminNav li {
    float: left;
    border-right:1px solid #215723;
}
#phone li.b,
#_frontNav li.b,
#_frontAdminNav li.b {
    /*border-left:solid 1px white;*/
}
#_frontAdminNav li span.outer,
#phone li a,
#_frontNav li a,
#_frontAdminNav li a {
    display: block;
    text-align: center;
    padding: 0 10px;
    text-decoration: none;
}
header{
    color: #215723;
    font-size:17px;
}
.quickcart-bottom,
#quickcart-container p{
    padding: 6px;
    background: #B4B3B3;
    margin:0;
}
#quickcart-container{
    background: white none repeat scroll 0 0;
    position: absolute;
    right: -2px;
    top: 100%;
    width: 400px;
    z-index: 999;
    border-left: #3c948b solid 1px;
    border-bottom: #3c948b solid 1px;
    display:none;
    color:black;
}
.quickcart-list{
    font-size: 12px;
}
/*

#phone,
#_frontNav li .quickcart-bottom a.hov{color:black !important;}
#phone,
#_frontNav li .quickcart-bottom a.hov:hover{color:white !important;}
*/
#phone li .quickcart-bottom,
#_frontNav li .quickcart-bottom{
    display:block;padding:5px;
}
/* Change the link color to #111 (black) on hover */
#phone li a:hover,
#_frontNav li a:hover, .active:hover,
#_frontAdminNav li a:hover, .active:hover {
    /*background-color: #111;
    color: white;*/
}
input.active,
#_frontAdminNav .active, .active {
    /*background-color: #4CAF50;
    color: white;*/
}
.admin_padding{
    padding-top:32px;
}

.sidebar_list{
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 0;
}

.widget {
    margin: 0 0 15px;
    border: 1px solid #eee;
    padding: 30px;
    box-shadow: 0 1px 5px #efefef;
}

.widget h2, .panel h2 {
    display: block;
    /*font-family: open sans;*/
    line-height: 22px;
    color: #222;
    /*padding-bottom: 15px;*/
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
}

.widget h2::after {
    content: '';
    display: inline-block;
    left: 0px;
    width: 100%;
    height: 1px;
    border: 1px dotted #3c948b;
    border-left: none;
    border-right: none;
}

.widget ul{
    padding: 0;
    padding-left: 15px;
}

.widget ul li{
    padding-bottom: 10px;
}

.widget ul li a{
    text-decoration: none;
}
#masthead{
    text-transform: uppercase;
}
#aPost {
    margin: 0 40px 30px 0;
    border: 1px solid #eee;
    padding: 20px;
    box-shadow: 0 1px 5px #efefef;
}
    
#aPost.right {margin: 0 0 30px 40px;}

#aPost h2, .detailPost h2{
    border-bottom: 1px dotted #3c948bcc;
}

#aPost h2 a{
    text-decoration: none;
}

a.active {
    color: white;
    text-decoration: none;
    padding: 8px;
}
#content_box{
    margin: 20px 40px 30px 20px;
}
 .positionable {
    position: absolute;
    display: block;
    max-width:100%;
    max-height:100%;
}
.image-slider-container,
.image-container,
.image-vertical-container{
    position: relative;
    overflow:hidden;
    width:100%;
}
.image-slider-container{
    height:75px;
}
.image-vertical-container{
    height:260px;
}
.image-container{
    height:156px;
}
.product .meta-row-item {
    display: inline;
    position: relative;
}
.float-right {
    float: right;
}
.product .meta-row:last-chil{
    margin-bottom:0;
}
h2{font-size:1.5em;}
h3{font-size:1.3em; margin-bottom: 15px;}
.product .meta-row a.shop-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;width:120px;color:#555;
}
.product .meta-row a{
    text-decoration: none;font-weight: bold;
}
.product .meta-row span{
    width: 120px;
    display: block;
}
.product .meta-row span,
.product .meta-row{
    color: #555;
    font-size: 12px;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product .meta{
    margin: 6px;
    line-height: 16px;
}
.widget .nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    font-size: .8em;
}
.widget .nav li.parent {
    border-top:solid 2px white;
}
.widget .nav li.child {
    border-left:15px solid black;
}
.widget .nav li {
    /*float: left;*/
    padding:0;
}
.widget .nav li.b {
    border-left:solid 1px white;
}
.widget .nav li span.outer,
.widget .nav li a {
    display: block;
    color: white;
    text-align: left;
    padding: 8px 10px;
    text-decoration: none;
}
.widget .nav li a:hover {
    background-color: #111;
}
.widget .nav .active {
    background-color: #4CAF50;
}

.grid [class*="col-"]:last-of-type {
    padding-right: 0;
}
.OptionsContainer {
    padding: 0 10px 10px;
}
.accordion h3:hover, .accordion h2:hover, .OptionsContainer, .trlinks tr:hover, .trlinks tr.menu-selected td, .trlinks tr.menu-selected, .trlinks tr.table-odd:hover {
    background: #afc2d3 none repeat scroll 0 0 !important;
}
.OptionsContainer ul{
    padding: 0;
}
.OptionsContainer li{
    list-style:none;
}
.OptionsContainer .col-1-2{
    padding: 8px 20px 8px 0;
}
.AttributesContainer{color: black;}
.AttrLink{cursor: pointer;}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.hvr-glow:hover, .hvr-glow:focus, .hvr-glow:active {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
}
h1{
    font-family: 'Droid Serif', serif;
    color: #215723;
    font-size: 2em;
    letter-spacing: -1px;
    display: inline-block;
    background-color: white;
    padding-right: 30px;
}
h3{
    font-family: 'Droid Serif', serif;
    color: #215723;
    font-size: 1.5em;
    letter-spacing: -1px;
    display: inline-block;
    background-color: white;
    padding-right: 25px;
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(90% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #E6ECE6 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-bubble-float-bottom:hover, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.hvr-bubble-float-bottom:hover:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #E6ECE6;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-bubble-float-bottom p{
    margin: 0px; 
}
.author {
    margin: 0 10px 30px;
    text-align: right;
}
/* End Bubble Float Bottom End*/
