/*
Theme Name: Cotton_Ball
Description: Custom WordPress theme by BSO
Version: 1.0.0
Author: Business Systems Online
Author URI: http://www.bso.net.au
*/
/* =Imports
-------------------------------------------------------------- */
/* Necessities */
/* Vendor */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
#cboxOverlay {
  background: #000;
}
#colorbox {
  outline: none;
}
#colorbox #cboxContent {
  margin-top: 20px;
}
#colorbox .cboxIframe {
  background: #fff;
}
#colorbox #cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#colorbox #cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}
#colorbox #cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}
#colorbox #cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#colorbox #cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#colorbox #cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#colorbox #cboxPrevious:hover {
  background-position: bottom left;
}
#colorbox #cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#colorbox #cboxNext:hover {
  background-position: bottom right;
}
#colorbox #cboxLoadingOverlay {
  background: #000;
}
#colorbox #cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
#colorbox #cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#colorbox #cboxClose:hover {
  background-position: bottom center;
}
#colorbox button {
  border: 0;
}
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Elements */
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  vertical-align: top;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
hr {
  margin: 0;
  padding: 0;
  background: #eee9de;
  border: 0;
  height: 1px;
}
@font-face {
  font-family: 'Open Sans Condensed', sans-serif;
}
textarea,
input,
select {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: #616161;
  border: 1px solid #e4e4e4;
  padding: 6px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
input[type=submit] {
  color: #fff;
  background: #111;
  border: none;
  text-transform: uppercase;
  padding: 6px 8px;
  cursor: pointer;
}
input[type=submit]:hover {
  background: #222;
}
.wpcf7 p {
  margin: 5px 0;
}
.wpcf7 .wpcf7-not-valid-tip {
  color: #000;
  border: 1px solid #a70b0b;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fef4f4;
  padding: .2em .6em;
}
.wpcf7 .wpcf7-validation-errors {
  border: 1px solid #ffc600;
  background: #fdfaf1;
  padding: .2em .6em;
  color: #000;
}
.wpcf7 .wpcf7-response-output {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: .2em .6em;
  background: #fff;
  color: #000;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #468847;
  background: #dff0d8;
  border: 1px solid #468847;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  margin: 0;
  color: #000;
  font: 17px 'Open Sans Condensed', sans-serif;
  background: url(assets/images/bg-body.gif);
}
a {
  text-decoration: none;
  color: #d71f27;
}
a:hover {
  text-decoration: underline;
}
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.top-panel {
  position: relative;
  width: 100%:
    overflow:hidden;
  background: url(assets/images/bg-top-panel.png) repeat-x 0 100%;
  padding: 0 0 8px;
}
.top-panel .holder {
  width: 100%;
  overflow: hidden;
  background: #564636;
}
.top-panel .frame {
  width: 762px;
  margin: 0 auto;
  padding: 9px 0 7px;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
}
.page {
  margin: -20px auto 0;
  width: 760px;
  border: 1px solid #9e9079;
  background: url(assets/images/bg-page.jpg) repeat-y 0 5px;
}
.page:after {
  display: block;
  content: "";
  clear: both;
}
#header {
  position: relative;
  width: 100%;
}
#header:after {
  display: block;
  content: "";
  clear: both;
}
.debra-logo-text {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  width: 110px;
}
.debra-logo {
  position: absolute;
  right: 15px;
  top: 42px;
  background: url(assets/images/debra-logo.png) no-repeat;
  width: 102px;
  height: 56px;
  text-indent: -9999px;
  background-size: 102px;
  overflow: hidden;
}
.debra-logo a {
  display: block;
  height: 100%;
}
.sponsor {
  position: absolute;
  left: 15px;
  top: 18px;
  width: 102px;
  font-size: 13px;
  font-weight: bold;
}
.sponsor img {
  float: left;
  margin: 2px 0 0;
  width: 102px;
  height: auto;
}
.eb-logo {
  position: absolute;
  right: 15px;
  top: 20px;
}
.eb-logo img {
  float: left;
  width: auto;
}
.donate {
  position: absolute;
  right: 14px;
  top: 302px;
}
.donate img {
  float: right;
  width: 100px;
}
.subscribe {
  position: absolute;
  left: 14px;
  top: 302px;
}
.subscribe img {
  float: left;
  width: 100px;
}
#nav {
  padding: 117px 0 0;
  overflow: hidden;
  margin: 0 0 0 -84px;
  width: 930px;
  height: 62px;
  background: url(assets/images/bg-nav.png) no-repeat 0 78px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 23px;
  font-weight: bold;
}
#nav a {
  display: block;
  height: 15px;
  text-indent: -9999px;
  overflow: hidden;
}
#nav .item-1 {
  width: 43px;
  background: url(assets/images/text-home.png) no-repeat;
}
#nav .item-2 {
  width: 71px;
  background: url(assets/images/text-ball.png) no-repeat;
}
#nav .item-3 {
  width: 94px;
  background: url(assets/images/text-auction.png) no-repeat;
}
#nav .item-4 {
  width: 73px;
  background: url(assets/images/text-about.png) no-repeat;
}
#nav .item-5 {
  width: 100px;
  background: url(assets/images/text-inv.png) no-repeat;
}
#nav .item-6 {
  width: 64px;
  background: url(assets/images/text-contact.png) no-repeat;
}
#nav .item-1:hover {
  background: url(assets/images/text-home-a.png) no-repeat;
}
#nav .item-2:hover {
  background: url(assets/images/text-ball-a.png) no-repeat;
}
#nav .item-3:hover {
  background: url(assets/images/text-auction-a.png) no-repeat;
}
#nav .item-4:hover {
  background: url(assets/images/text-about-a.png) no-repeat;
}
#nav .item-5:hover {
  background: url(assets/images/text-inv-a.png) no-repeat;
}
#nav .item-6:hover {
  background: url(assets/images/text-contact-a.png) no-repeat;
}
#nav .left {
  float: left;
  padding: 0 0 0 101px;
}
#nav .left li {
  float: left;
  margin: 0 35px 0 0;
}
#nav .right {
  float: right;
  padding: 0 47px 0 0;
  margin: 0 44px 0 0;
}
#nav .right li {
  float: left;
  margin: 0 0 0 27px;
}
.intro-block {
  margin: -16px 0 9px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.logo {
  margin: 0 0 0 227px;
  display: block;
  background: url(assets/images/logo.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 360px;
  height: 208px;
}
.logo a {
  display: block;
  height: 100%;
}
.intro {
  position: absolute;
  left: 84px;
  top: 2px;
  padding: 0 8px 0 0;
  font-size: 17px;
  letter-spacing: 6px;
  color: #fff1cd;
  font-weight: bold;
  line-height: 24px;
  background: url(assets/images/bg-intro-text.png) no-repeat;
  width: 227px;
  height: 24px;
}
.intro-text {
  padding: 1px 0px 1px 0px;
  text-align: center;
  margin: 0 11px 24px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.intro-text .holder {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #7f7b73;
  border-bottom: 1px solid #7f7b73;
}
.intro-text span {
  display: block;
}
#main {
  padding: 0 13px 53px 19px;
  overflow: hidden;
}
#content {
  float: left;
  width: 452px;
  padding: 7px 24px 0;
  background: #fff;
  border: 1px solid #afafae;
  min-height: 335px;
  text-align: center;
}
#content h1,
#content h2 {
  text-align: center;
  margin: 0 0 20px;
  font-family: 'Open Sans Condensed', sans-serif;
}
#content h1 {
  font-size: 35px;
  line-height: 37px;
  color: #414042;
  background: url(assets/images/bg-border.gif) repeat-x 0 42px;
  text-shadow: -2px 0 2px rgba(0, 0, 0, 0.3);
}
#content h1 span {
  display: inline-block;
  padding: 0 15px;
  background: #fff;
}
#content h2 {
  font-size: 48px;
  line-height: 50px;
  color: #918673;
  text-shadow: -2px 0 2px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}
#content p {
  margin: 0 0 17px;
}
#sidebar {
  float: right;
  width: 205px;
  text-align: center;
}
.video-holder {
  width: 100%;
  overflow: hidden;
  margin: 0 0 15px;
}
.video-holder img {
  display: block;
}
.nav-bar {
  overflow: hidden;
}
.nav-bar li {
  overflow: hidden;
  margin: -1px 0 0;
}
.nav-bar a {
  display: block;
  background: url(assets/images/divider.png) no-repeat 50% 100%;
  height: 30px;
}
.nav-bar span {
  display: block;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
}
.nav-bar a.active {
  background: url(assets/images/bg-heading.png) no-repeat 50% 0;
}
.nav-bar .item-1 span {
  background: url(assets/images/text-2-book-a.png) no-repeat 50% 5px;
}
.nav-bar .item-2 span {
  background: url(assets/images/text-2-donat.png) no-repeat 50% 5px;
}
.nav-bar .item-3 span {
  background: url(assets/images/text-2-review.png) no-repeat 50% 5px;
}
.nav-bar .item-4 span {
  background: url(assets/images/text-2-sponsor.png) no-repeat 50% 5px;
}
.nav-bar .item-5 span {
  background: url(assets/images/text-2-auc.png) no-repeat 50% 5px;
}
.nav-bar .item-6 span {
  background: url(assets/images/text-2-friend.png) no-repeat 50% 5px;
}
.nav-bar .item-1:hover span,
.nav-bar .item-1.active span {
  background: url(assets/images/text-2-book-a.png) no-repeat 50% 5px;
}
.nav-bar .item-2:hover span,
.nav-bar .item-2.active span {
  background: url(assets/images/text-2-donat-a.png) no-repeat 50% 5px;
}
.nav-bar .item-3:hover span,
.nav-bar .item-3.active span {
  background: url(assets/images/text-2-review-a.png) no-repeat 50% 5px;
}
.nav-bar .item-4:hover span,
.nav-bar .item-4.active span {
  background: url(assets/images/text-2-sponsor-a.png) no-repeat 50% 5px;
}
.nav-bar .item-5:hover span,
.nav-bar .item-5.active span {
  background: url(assets/images/text-2-auc-a.png) no-repeat 50% 5px;
}
.nav-bar .item-6:hover span,
.nav-bar .item-6.active span {
  background: url(assets/images/text-2-friend-a.png) no-repeat 50% 5px;
}
.footer-section {
  padding: 68px 0 14px;
  margin: 0 0 0 -18px;
  width: 795px;
  background: url(assets/images/bg-footer.png) no-repeat;
}
.footer-section span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  padding: 0 2em;
}
#footer {
  position: relative;
  width: 510px;
  margin: -8px auto 0;
  padding: 0 0 25px;
  overflow: hidden;
  background: #564636;
  border-bottom: none;
}
.platinum-block {
  padding: 29px 0 7px 23px;
  overflow: hidden;
}
.platinum-block strong {
  float: left;
  margin: 6px 105px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.gold-block {
  padding: 0 0 0 23px;
  overflow: hidden;
}
.gold-block strong {
  float: left;
  margin: 6px 15px 0 0;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}
.gold-block .list {
  padding: 30px 0 0;
}
.gold-block .list,
.gold-block .list img {
  float: left;
}
.gold-block .list li {
  float: left;
  margin: 0 20px 0 0;
}
span.italics {
  font-style: italic;
}
h2 {
  font-size: 1.2em;
  color: #000000;
  font-weight: bold;
}
ul.content-list {
  list-style: none;
  margin-left: 40px;
  margin-bottom: 20px;
}
#content.content-full-width {
  width: 670px;
}
img.inline-image {
  width: 180px;
  height: 113px;
  padding: 5px 5px 5px 0px;
  clear: both;
}
.left-float {
  float: left;
  margin: 5px 5px 10px 0px;
}
.social-sidebar {
  text-align: center;
  margin: 20px 0 0;
}
.social-sidebar a img {
  width: 30px;
  padding: 5px;
}
.share-container {
  text-align: center;
  padding-top: 15px;
  position: relative;
}
.share-container .button-share {
  /* background: #c40000;   
        background: -moz-linear-gradient(top,  #c40000 0%, #a80000 100%);
        background: -webkit-linear-gradient(top,  #c40000 0%,#a80000 100%); 
        background: linear-gradient(to bottom,  #c40000 0%,#a80000 100%); 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#a80000',GradientType=0 ); */
  /* color:white;*/
  border: none;
  padding: 6px 15px;
  /* font-weight: bold;*/
  font-weight: normal;
  background: none;
  color: #d71f27;
}
.share-container .social-share-buttons {
  position: absolute;
  width: 210px;
  background-color: white;
  text-align: center;
  top: -42px;
  padding-top: 23px;
  box-sizing: border-box;
  border: 1px solid #E9E9E9;
}
.share-container .close-share {
  position: absolute;
  top: 0px;
  right: 0;
  background: #D5D5D5;
  color: white;
  padding: 1px 4px;
  font-weight: bold;
  cursor: pointer;
}
.our-supporters-button {
  background: #c40000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c40000 0%, #a80000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c40000 0%, #a80000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c40000 0%, #a80000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c40000', endColorstr='#a80000', GradientType=0);
  /* IE6-9 */
  color: white;
  border: none;
  padding: 6px 15px;
  font-weight: bold;
  display: inline-block;
  margin: 20px auto 0;
  text-align: center;
}
.supporters {
  font-size: 0;
}
.supporters li {
  font-size: 17px;
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px;
}
.supporters li img {
  max-width: 100%;
}
/* Media Queries */
@media screen and (max-width: 765px) {
  .top-panel .frame {
    width: 100%;
  }
  #nav {
    padding-top: 130px!important;
  }
  .sponsor,
  .sponsor img {
    width: 78px!important;
  }
  .debra-logo {
    top: 42px!important;
    width: 78px!important;
    background-size: 78px!important;
  }
  .intro-block {
    top: 94px!important;
    width: 100%!important;
    text-align: center;
  }
  .intro-block .logo {
    display: inline-block;
    width: 102px;
    margin-right: 0!important;
  }
  .donate {
    top: 145px;
  }
  .donate img {
    width: 63px;
  }
  .subscribe {
    top: 145px;
    left: auto;
    right: 84px;
  }
  .subscribe img {
    width: 63px;
  }
  .supporters li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .supporters li {
    width: 100%;
  }
}
