/* -------------------------------------------------- 
	:: NORMAL WOAHbar CSS
---------------------------------------------------*/

.woahbar {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 24px;  /* << set custom WOAHbar height */
z-index: 9999999999;   /* << DO NOT EDIT, KEEPS WOAHbar ON TOP OF PAGE CONTENT */
padding: 10px 0 5px 0;
text-align: center;
font-family: 'PT Sans', sans-serif;
font-size: 16px;  /* << set custom WOAHbar font size */
color: #ffffff;  /* << set custom WOAHbar font color */
background-color: #161616;  /* << set custom bar color here */
border-bottom: 0px solid #333333;  /* << set custom bottom border thickness & color here */
-webkit-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
-moz-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
box-shadow: 0 8px 6px -6px #333;   /* << set custom css box shadow */
}
 
.woahbar-stub {
position: fixed;
top: -10px;
left: 0px;
width: 100%;
height: 19px;
z-index: 200;
padding: 7px 0 5px 0;
text-align: center;
}
 
/*
.woahbar span {
float: left;
width: 95%;
text-align: center;
padding-top: 2px;
}
*/
.woahbar a.woabutton 
{
    text-decoration: none;
    background-color: #95b43e;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 6px 2px 6px;
    /*
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
    */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #89a240;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.woahbar a.woabutton:hover, .woahbar a.woabutton:focus 
{
    background: #7c9534;
    border: solid 1px #789032;
    text-decoration: none;
}
.woahbar span a
{
	color:#fff;
    text-decoration:underline;
}
.woahbar span.headerlogo {
    float:left;
    padding-left:20px;
    width:35px;
    margin-top: -6px;
}
.woahbar span.headerlogo a {
    text-decoration:none;
}
.woahbar span.left
{
	float:left;
    padding-left:10px;
}
.woahbar span.right
{
	float:right;
    padding-right:20px;
    margin-top:1px;
}
 
.show-notify {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 3px solid #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.35);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
float: right;
margin-right: 10px;
color: #fff;
width: 35px;
height: 33px;
text-decoration: none;
background-color: #eee; /* << set custom bar color here */
cursor:pointer;
}


.show-notify:hover {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border: 3px solid #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.35);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
float: right;
margin-right: 10px;
color: #fff;
width: 35px;
height: 33px;
text-decoration: none;
background-color: #555555; /* << set custom bar color here */
cursor:pointer;
}


.woahbar-up-arrow:hover {
background: url(/images/woahbar-up-arrow-hover.png);
}

.close-notify {
float: right;
margin-top:-3px;
margin-right: 22px;
color: #fff;
width: 17px;
height: 19px;
text-decoration: none;
background-color: #161616; /* << set custom bar color here */
cursor:pointer;
}
 
 

.woahbar-link {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #d72444; /* Old browsers */
color: white;
padding: 1px 8px 3px 8px;
}
 
.woahbar-link:hover {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
background: #1c1c1c; /* Old browsers */
color: white;
padding: 1px 8px 3px 8px;
text-decoration: none;
}


/* -------------------------------------------------- 
	:: MOBILE WOHAbar CSS
---------------------------------------------------*/

.mwoahbar
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 32px;  /* << set custom WOAHbar height */
  z-index: 9999999999;   /* << DO NOT EDIT, KEEPS WOAHbar ON TOP OF PAGE CONTENT */
  padding: 15px 0 5px 0;
  text-align: center;
  font-family: TeXGyreAdventorBold;
  font-size: 14px;  /* << set custom WOAHbar font size */
  color: #1c1c1c;  /* << set custom WOAHbar font color */
  background-color: #ffff00;  /* << set custom bar color here */
  border-bottom: 0px solid #1c1c1c;  /* << set custom bottom border thickness & color here */
  -webkit-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
  -moz-box-shadow: 0 8px 6px -6px #333;  /* << set custom css box shadow */
  box-shadow: 0 8px 6px -6px #333;   /* << set custom css box shadow */
}
 
.mwoahbar-stub
{
  position: fixed;
  top: -10px;
  left: 0px;
  width: 100%;
  height: 19px;
  z-index: 200;
  padding: 7px 0 5px 0;
  text-align: center;
}
 
.mwoahbar span
{
  float: left;
  width: 95%;
  text-align: center;
  padding-top: 2px;
}
 
.mshow-notify
{
 -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #eee; /* << set custom bar color here */
  cursor:pointer;
}

.mshow-notify:hover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.35);
  float: right;
  margin-right: 10px;
  color: #fff;
  width: 35px;
  height: 33px;
  text-decoration: none;
  background-color: #ffff00; /* << set custom bar color here */
  cursor:pointer;
}

.mwoahbar-up-arrow:hover {
  background: url(/images/woahbar-up-arrow-hover.png);
}

.mclose-notify
{
  padding-top: -15px;
  color: #fff;
  margin-left:10px;
  height: 19px;
  text-decoration: none;
  background-color: #ffff00; /* << set custom bar color here */
  cursor:pointer;
}
 
.mwoahbar-link
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #d72444; /* Old browsers */
  color: white;
  padding: 1px 8px 3px 8px;
}
 
.mwoahbar-link:hover
{
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #1c1c1c; /* Old browsers */
  color: white;
  padding: 1px 8px 3px 8px;
  text-decoration: none;
}


/* -------------------------------------------------- 
	:: SHOW/HIDE WOHAbar CSS
---------------------------------------------------*/


.noDesktop { 
display: none !important; 
}

@media only screen and (max-width: 768px) {

.noMobile { 
display: none !important; 
}

.showMobile { 
display: block !important; 
}

}