@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

@import url(http://fonts.googleapis.com/css?family=Crimson+Text:600italic,700italic);

@import "css/webfonts.css";

@import "css/mobile.css";

@import "css/uikit.css";
/*
Theme Name: Birch & Waite Professional 2014
Theme URI: http://www.birchandwaiteprofessional.com.au
Author: Affinity
Author URI: http://www.affinity.ad
Description: 2014 Wordpress theme for Birch & Waite Professional
Version: 2.0
*/
/*-----------------------------------------------------------------------------------*/
/*  Global
/* ----------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
  /*width: 100%;*/

  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}
body {
  position: relative;
  background: url('images/background.jpg');
  background-position: top;
  background-size: cover;
  font: 18px/24px 'AvenirLTStd-Roman', sans-serif;
  color: #2a2a2c;
}
p strong {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  font-weight: normal;
}
#container {
  overflow: hidden;
  min-height: 100%;
}
ul {
  list-style-type: none;
  padding: 0;
}
.uk-container {
  max-width: 930px;
}
.uk-button {
  margin-top: 18px;
  padding: 13px 8px;
  min-height: 45px;
  border-radius: 5px;
  font: 400 14px/16px 'AvenirLTStd-Heavy', sans-serif;
  text-transform: uppercase;
  -webkit-box-shadow: inset 3px 4px 0px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: inset 3px 4px 0px 0px rgba(0, 0, 0, 0.24);
  box-shadow: inset 3px 4px 0px 0px rgba(0, 0, 0, 0.24);
}
#mobileButton {
  padding: 10px 15px;
  position: absolute;
  top: -8px;
  right: 15px;
  background: #c9b460;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#mobileButton span {
  margin-bottom: 3px;
  display: block;
  width: 20px;
  height: 5px;
  background: #fff;
}
.uk-offcanvas-bar {
  background: #32303c;
  -webkit-box-shadow: 2px 0px 2px 0px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 2px 0px 2px 0px rgba(50, 50, 50, 0.8);
  box-shadow: 2px 0px 2px 0px rgba(50, 50, 50, 0.8);
}
.uk-offcanvas-bar a {
  color: #fff;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  text-decoration: none;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
a:-webkit-any-link {
  text-decoration: none;
}
/* Top navigation (primary) */
ul.right > li.current_page_item a {
  font-family: 'AvenirLTStd-Roman', sans-serif;
}
/* 2nd-level navigation (secondary) */
nav ul.uk-width-medium-6-10 li.current_page_item a {
  color: #c9b460 !important;
}
button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
button:hover {
  text-decoration: none;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
button[type=submit] {
  padding-top: 12px;
}
i {
  margin-right: 15px;
}
h1,
h1.uk-width-1-1 {
  font: 34px/36px 'ACaslon-Semibold', serif;
  font-weight: normal;
  color: #2a2a2c;
  margin-bottom: 20px;
}
h2 {
  padding: 12px 0;
  font: 18px/32px 'ACaslon-Semibold', serif;
  padding: 0;
}
.recipes h2 {
  padding: 0;
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  color: inherit;
}
.uk-grid:not(.uk-grid-preserve) > .uk-grid-margin {
  margin-top: 10px;
}
.uk-margin-bottom {
  margin-bottom: 35px!important;
}
.mTop10 {
  margin-top: 10px !important;
}
.mTop50 {
  margin-top: 50px !important;
}
*::-webkit-input-placeholder {
  color: #272729;
}
*:-moz-placeholder {
  /* FF 4-18 */

  color: #272729;
}
*::-moz-placeholder {
  /* FF 19+ */

  color: #272729;
}
*:-ms-input-placeholder {
  /* IE 10+ */

  color: #272729;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
#breadcrumbs {
  margin-bottom: 65px;
}
#breadcrumbs li {
  font: 34px/36px 'ACaslon-Regular', serif;
  float: left;
}
#breadcrumbs li a {
  color: #2a2a2c;
}
#breadcrumbs li a:hover {
  color: #c9b460;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#breadcrumbs li.separator i {
  margin: 0 20px;
  color: #c9b460;
}
#breadcrumbs li:last-child {
  font: 34px/36px 'ACaslon-Semibold', serif;
}
/* Styling gold border around images  */
img.border {
  outline: 3px solid #c9b460;
  outline-offset: -3px;
}
*:focus {
  outline: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  Header
/* ----------------------------------------------------------------------------------*/
header {
  height: 130px;
  background: #1a1a1a;
}
header #bwlogo {
  position: absolute;
  width: 124px;
  height: 130px;
  text-indent: -4000px;
  display: block;
  background: url('images/logo-birchwaite.png') no-repeat;
}
header #bwlogo:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
header #main {
  font: 12px/14px 'AvenirLTStd-Light', sans-serif;
  background: #e9e8e8;
}
header #main #search {
  margin: 14px 0;
  /* SEARCH INPUTS */

}
header #main #search input.uk-search-field {
  height: 23px;
  font: 12px/14px 'AvenirLTStd-Light', sans-serif;
  text-transform: uppercase;
  color: #272729;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
header #main ul {
  margin: 18px 0;
}
header #main ul li {
  float: left;
  text-transform: uppercase;
  padding-right: 23px;
}
header #main ul li:last-child {
  padding-right: 0;
}
header #main ul li a {
  color: #272729;
}
header #main ul li a:hover {
  color: #c9b460;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
header #secondary div ul {
  margin-top: 35px;
}
header #secondary div ul li {
  padding-right: 33px;
  font: 22px/18px 'AvenirLTStd-Light', serif;
  float: left;
  color: #fff;
  /* Dropdown */

}
header #secondary div ul li:last-child {
  padding-right: 0;
}
header #secondary div ul li a {
  color: #fff;
}
header #secondary div ul li a:hover {
  color: #c9b460;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
header #secondary div ul li .sub-menu {
  margin-top: 0;
}
header #secondary div ul li .sub-menu li {
  width: 125px;
  padding-right: 10px;
  font: 13px/16px 'Source Sans Pro', sans-serif;
  text-align: center;
}
header #secondary div ul li .sub-menu li#menu-item-474 a {
  background: url('images/dropdown_periperi.jpeg') no-repeat;
}
header #secondary div ul li .sub-menu li#menu-item-440 a {
  background: url('images/dropdownmenu-mayonnaise.jpg') no-repeat;
}
header #secondary div ul li .sub-menu li#menu-item-638 a {
  background: url('images/dropdownmenu-dressings2.jpg') no-repeat;
}
header #secondary div ul li .sub-menu li#menu-item-443 a {
  background: url('images/dropdownmenu-accompaniments.jpg') no-repeat;
}
header #secondary div ul li .sub-menu li#menu-item-444 a {
  background: url('images/dropdownmenu-desserts.jpg') no-repeat;
}
header #secondary div ul li .sub-menu li#menu-item-703 a {
  background: url('images/dropdownmenu-thickened.jpg') no-repeat;
}
header #secondary div ul li .sub-menu li:last-child {
  padding-right: 0;
}
header #secondary div ul li .sub-menu li a {
  color: #2a2a2c !important;
  display: block;
  padding-top: 115px;
}
header #secondary div ul li .sub-menu li a:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
header #secondary div ul li .sub-menu li .productImg:after {
  content: "\a";
  white-space: pre;
}
header #secondary div ul li .sub-menu li img {
  margin-bottom: 10px;
}
header .sub-menu li.current-menu-item a img {
  outline: 3px solid #1d2227;
  outline-offset: -3px;
}
header .menu-item a.menu-image-title-after.menu-image-not-hovered img {
  padding: 0;
}
header #free {
  margin-right: 10px;
  padding-top: 17px;
  background-color: #c9b460;
}
header #free.active {
  background-color: transparent;
  color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
header #site {
  padding-top: 17px;
  background-color: #e6e6e6;
  color: #a6a6a6;
}
header #search i {
  color: #898989;
}
.uk-dropdown {
  margin-top: 5px;
  padding-top: 10px;
  top: 125px;
  width: 100%;
  min-height: 155px;
  background: url('images/dropdown-bgrd.gif') repeat;
  -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
}
/*-----------------------------------------------------------------------------------*/
/*  Reusable elements
/* ----------------------------------------------------------------------------------*/
.ctaButtons {
  font-size: 18px;
  color: #898989;
  background: #d7d7d7;
  border: solid 5px #ebeced;
  border-radius: 30px;
  min-height: 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ctaButtons:hover {
  background: #f47c20;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.tandcs {
  font: 10px/12px 'AvenirLTStd-Roman', sans-serif;
}
/*-----------------------------------------------------------------------------------*/
/*  Homepage elements
/* ----------------------------------------------------------------------------------*/
#ctaHome {
  margin-top: -15px;
}
#ctaHome li:last-child {
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
}
.ctaBlock {
  margin-top: 45px;
  margin-bottom: 105px;
}
.formsubmitted {
  height: 655px;
}
#imgPromo {
  position: absolute;
  top: 119px;
  margin-left: 385px;
}
/* Background Slider */
.homeslidewrap {
  position: absolute;
  z-index: -5;
  top: 130px;
}
/*-----------------------------------------------------------------------------------*/
/*  Other form elements
/* ----------------------------------------------------------------------------------*/
#tryus.uk-form input {
  padding: 8px 15px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
#tryus.uk-form input::-webkit-input-placeholder {
  color: #272729;
}
#tryus.uk-form input:-moz-placeholder {
  color: #272729;
}
#tryus.uk-form input::-moz-placeholder {
  color: #272729;
}
#tryus.uk-form input:-ms-input-placeholder {
  color: #272729;
}
#tryus.uk-form input:required {
  background: #ffffff url('images/form-required.png');
  background-repeat: no-repeat;
  background-position: right 15px center;
}
#tryus.uk-form h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#tryus.uk-form .lastName {
  margin-left: 2px;
  max-width: 48% !important;
  /* NOTE: This may have to change... test first */

}
#tryus.uk-form .uk-form-controls-condensed label input {
  margin-right: 10px;
}
#tryus.uk-form .squaredFour a {
  font-size: 12px;
  color: #272729;
  text-decoration: underline;
}
#tryus.uk-form .squaredFour a:hover {
  text-decoration: none;
}
#tryus.uk-form [type="checkbox"] {
  display: none;
}
#tryus.uk-form .otherField {
  width: 130px;
  margin-left: 28px;
  margin-top: -7px;
}
#tryus.uk-form button {
  margin-top: 15px !important;
}
/* SQUARED FOUR - styling ugly checkboxes */
.squaredFour {
  width: 100%;
  margin: 0;
  padding-left: 30px;
  position: relative;
  font-size: 16px;
}
.squaredFour label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.squaredFour label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.squaredFour label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}
.squaredFour input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*-----------------------------------------------------------------------------------*/
/*  Products section
/* ----------------------------------------------------------------------------------*/
#ourProducts {
  margin: 40px 0;
  font-size: 14px;
  line-height: 3.1em;
  display: inline-block;
}
#ourProducts li {
  float: left;
}
#ourProducts li a {
  margin-right: 10px;
  padding: 7px 20px;
  border-radius: 25px;
  border: solid 1px #9ca19e;
  color: #2a2a2c;
}
#ourProducts li a.active {
  background: #fff;
}
#ourProducts li a:hover {
  background: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#productslider {
  background: #fff;
  border: solid 3px #c9b460;
}
#tabs ul li {
  float: left;
}
#tabs ul li.ui-state-active a {
  background: #e1e1e1;
  border: none;
  color: #2a2a2c;
  border-bottom: solid 1px #e1e1e1;
}
#tabs ul li.ui-state-active a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#tabs ul li a {
  padding-top: 10px;
  border-radius: 3px 3px 0px 0px;
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
  background: #c9b460;
  border: solid 1px #9a9068;
  border-bottom-style: none;
}
#overview,
#ingredients,
#nutrition {
  padding: 30px 36px;
  min-height: 405px;
  background: #e1e1e1;
  border-radius: 0 0 3px 3px;
}
#overview h3,
#ingredients h3,
#nutrition h3 {
  font: 18px/26px 'ACaslon-Semibold', serif;
}
#overview strong,
#ingredients strong,
#nutrition strong {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  font-weight: normal;
}
/* Table for Products */
#productInfo {
  font-size: 14px;
}
#productInfo tbody tr:first-child {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  font-weight: normal;
  line-height: 1em;
}
#productInfo tbody tr:first-child td {
  padding-bottom: 10px;
}
/* Product icons */
#productIcons {
  font-size: 14px;
}
#productIcons li {
  margin-right: 10px;
  display: block;
  width: 60px;
  height: 60px;
  /* STYLING ICONS (note: get full list and proper names for each) */

}
#productIcons li:last-child {
  margin-right: 0;
  /* padding-top: 2em; */

  width: inherit;
}
#productIcons li.icon01 {
  background: url('images/PRODUCTICON-01.png') 0 no-repeat;
}
#productIcons li.icon02 {
  background: url('images/PRODUCTICON-02.png') 0 no-repeat;
}
#productIcons li.icon03 {
  background: url('images/PRODUCTICON-03.png') 0 no-repeat;
}
#productIcons li.icon04 {
  background: url('images/PRODUCTICON-04.png') 0 no-repeat;
}
#productIcons li.icon05 {
  background: url('images/PRODUCTICON-05.png') 0 no-repeat;
}
/* Product CTA buttons */
#ctaProducts {
  display: block;
  clear: both;
  padding-top: 10px;
  margin-bottom: 0;
}
#ctaProducts li {
  margin-right: 30px;
}
#ctaProducts li:last-child {
  margin-right: 0;
}
#ctaProducts li a.uk-button.ctaButtons {
  margin-top: 0;
  padding: 13px;
  font-size: 18px;
  color: #898989;
  background: #d7d7d7;
  border: solid 5px #ebeced;
  border-radius: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ctaProducts li a.uk-button.ctaButtons:hover {
  background: #f47c20;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#ctaProducts li a.uk-button.ctaButtons i {
  margin-right: 5px;
}
/* Tables for Nutrition */
#nutritionInfo {
  font: 14px/23px 'AvenirLTStd-Roman', sans-serif;
}
#nutritionInfo tbody tr td {
  padding: 4px 15px 0;
}
#nutritionInfo tbody tr td strong {
  font-family: 'AvenirLTStd-Heavy', sans-serif;
  font-weight: normal;
}
/* Smaller incidental text */
.code {
  font-size: 12px;
}
/*-----------------------------------------------------------------------------------*/
/*  Recipes section
/* ----------------------------------------------------------------------------------*/
.recipes {
  /* Landing page */

}
.recipes ul#breadcrumbs {
  margin-bottom: 18px;
}
.recipes.landing .uk-width-medium-1-3 {
  margin-bottom: 35px;
}
.recipes.landing img {
  margin-bottom: 18px;
}
.recipes.landing a {
  padding-bottom: 35px;
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: center;
  color: #2a2a2c;
}
.recipes.landing a:hover {
  text-decoration: none;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.serves {
  font: 16px/24px 'AvenirLTStd-Heavy', sans-serif;
}
.ingredients {
  margin-left: 1em;
  list-style-type: none;
  position: relative;
}
.ingredients li {
  padding: 5px 0;
}
.ingredients li:before {
  content: "\25A0";
  position: absolute;
  left: -1em;
  color: #c9b460;
  margin-right: 5px;
}
#assocproducts {
  margin-top: 20px;
  padding: 15px 25px;
  display: block;
  background: white;
  outline: 2px solid #c9b460;
  outline-offset: -2px;
  font-family: 'ACaslon-Semibold' serif;
  text-align: center;
}
#assocproducts a:hover {
  text-decoration: none;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
#cheftip {
  margin-top: 35px;
  padding: 18px 60px;
  font: italic 19px/25px 'Crimson Text' serif;
  text-align: center;
  border-top: solid 2px #c9b460;
  border-bottom: solid 2px #c9b460;
}
#cheftip p {
  margin: 0 0 5px;
}
/*-----------------------------------------------------------------------------------*/
/*  Other pages sections
/* ----------------------------------------------------------------------------------*/
/* Header, desc images */
.contentImg {
  margin-bottom: 35px;
}
/* Buttons within content */
.uk-button.ctaButtons.contentButton {
  padding: 15px 20px;
}
/* Contact */
#contact a {
  color: #2a2a2c;
}
iframe {
  border: solid 6px #fff !important;
}
/* WHERE TO BUY */
#selectState.uk-form select#state-distributor.uk-button.ctaButtons.contentButton.uk-margin-small-top {
  border-radius: 5px;
}
/* State dropdown selector */
#state-distributor.ctaButtons {
  padding: 13px 8px !important;
  font: 400 14px/16px 'AvenirLTStd-Heavy', sans-serif;
  text-transform: uppercase;
  color: #898989;
  background: #d7d7d7;
  border: solid 5px #ebeced;
  height: 50px;
  width: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#state-distributor.ctaButtons:hover {
  background: #f47c20;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* State lists styling */
ul.statelists {
  margin-top: 70px !important;
  margin-left: 1em;
  list-style-type: none;
  position: relative;
}
ul.statelists li {
  padding: 5px;
}
ul.statelists li:before {
  content: "\25A0";
  position: absolute;
  left: -0.8em;
  color: #c9b460;
  margin-right: 5px;
}
ul.statelists li a {
  color: #2a2a2c;
  padding: 5px 10px;
  border-radius: 25px;
}
ul.statelists li a:hover {
  background: #f47c20;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#listcontact {
  position: fixed;
  margin-top: 110px;
}
#contentWrapper a {
  color: #2a2a2c;
}
/* Tips and Tricks */
.tips-row {
  margin-bottom: 45px;
}
#tips-img img {
  outline: 3px solid #c9b460;
  outline-offset: -3px;
}
#tips-desc {
  padding: 40px;
  height: 328px;
  position: relative;
  font: italic 19px/25px 'Crimson Text' serif;
  text-align: center;
  border-top: solid 2px #c9b460;
  border-bottom: solid 2px #c9b460;
}
#tips-desc strong {
  font: italic 22px/25px 'Crimson Text' serif;
  font-weight: 700;
}
/* Required for Down Triangle */
#tips-desc:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
#tips-desc:after {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* Stroke */
#tips-desc:before {
  top: 0;
  left: 48%;
  /* If 1px darken stroke slightly */

  border-top-color: #c9b460;
  border-width: 8px;
}
/* Fill */
#tips-desc:after {
  bottom: 0;
  left: 48%;
  border-bottom-color: #c9b460;
  border-width: 8px;
}
#tips-desc .vcenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*-----------------------------------------------------------------------------------*/
/*  Footer
/* ----------------------------------------------------------------------------------*/
footer {
  padding-top: 37px;
  padding-bottom: 32000px;
  margin-bottom: -32000px;
  background: #161b20 url('images/footer-bgrd.gif') repeat;
}
footer .credit {
  padding-bottom: 37px;
  padding-left: 0 !important;
  float: right;
  text-align: right;
  font-size: 12px;
  color: #ebeaea;
}
footer .credit a {
  color: #ebeaea;
}
footer .credit:hover {
  color: #ebeaea;
}
footer ul {
  position: relative;
  padding-bottom: 28px;
  font: 14px/28px 'Source Sans Pro', sans-serif;
  color: #ebeaea;
}
footer ul li a {
  color: #ebeaea;
}
footer ul li a:hover {
  color: #c9b460;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
footer ul li .stLarge {
  background-image: url('images/sharethis-orange.png') !important;
}