.sbWrap .sbContainer {
    /*background: #ee0011 url(../image/socialbar/get-social-bg.jpg);*/

      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d11f12+0,810900+100 */
      background: #d11f12; /* Old browsers */
      background: -moz-linear-gradient(top,  #d11f12 0%, #810900 100%); /* FF3.6-15 */
      background: -webkit-linear-gradient(top,  #d11f12 0%,#810900 100%); /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom,  #d11f12 0%,#810900 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d11f12', endColorstr='#810900',GradientType=0 ); /* IE6-9 */


    /*background-size: cover;*/
    left: 0;
    /*font-family: "Open Sans Condensed";*/
    position: absolute;
    top: -4px; /*Change Top Positioning to Get the Solid Line*/
    width: 100%;
    z-index: 2;
    height: 360px;

    border-top: 2px solid rgba(0,0,0,0.5);

}

/* NOTE: Static height is not needed. */
/* .sbContent height is calculated by the javascript */

.sbWrap .sbContent {
    margin: 0 auto;
    position: relative;
    width: 960px;       /*Change to match width of site*/
    z-index: 1;
    padding: 0px 0 10px;
}

/*****************************
* *           TAB          * *
******************************/


    .sbWrap .sbTab {

      font-size: 24px;
      color: #fff;
      font-family: BrokenDetroit;
      font-weight: 100;
      text-shadow: 1px 1px 2px #000;
      padding-left: 10px;
      padding-top: 2px;

      /*background: url("../image/socialbar/social-bar-tab.png") 0 0 no-repeat;*/
      bottom: 100%;
      cursor: pointer;
      display: block;
      height: 29px;
      position: absolute;
      right: 6px;
      width: 146px;
      z-index: 2;
      top: -33px;
      width: 149px;

      background-color: #D11F12;

      /* Borders */
      border-radius: 6px 6px 0px 0px;
      -moz-border-radius: 6px 6px 0px 0px;
      -webkit-border-radius: 6px 6px 0px 0px;
      border: solid 2px rgba(0,0,0,0.5);
      border-bottom: none;

    }


/* Hide / Show Icons*/

/* Up Arrow */
div.sbWrap i.up-ico {
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    opacity: 1;
}
div.sbWrap.open_drawer i.up-ico {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-shadow: -1px -1px 2px #000;
    top: 2px !important;
    opacity: 0;
}

/* x icon */
div.sbWrap i.x-ico {
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    opacity: 0;
}
div.sbWrap.open_drawer i.x-ico {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-shadow: -1px -1px 2px #000;
    top: 2px !important;
    opacity: 1;
}


/*****************************
* *       HIDE BUTTON      * *
******************************/

.sbWrap .hide {
    /*background: url(../image/socialbar/close-bar.png) no-repeat 0 0;*/
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    text-indent: -9999px;
    line-height: 24px;
    margin: 10px;
    text-align: center;
    width: 35px;
    margin-top: -34px;
    visibility: hidden !important;
    display: none !important;
}

/*****************************
* *     SOCIAL BUTTONS     * *
******************************/

/*.sbWrap .socialBtns {
    margin-bottom: 0;
    overflow: hidden;
}*/

/*.sbWrap .socialBtns {
  margin-bottom: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 470px;
  float: right;
  position: relative;
  left: 36px;
}*/
/*.sbWrap .socialBtns {
  margin-bottom: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 510px;
  float: left;
  position: relative;
  left: 36px;
}*/
.sbWrap .socialBtns {
  margin-bottom: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;  /* width: 924px;*/
  float: left;
  position: relative;
  /*left: 36px;*/
}

/*.sbWrap .socialBtns {
  margin-bottom: 0;
  overflow: hidden;
  margin: 0 auto;
  width: 470px;
}
*/
/* General class to float social icons */
.sbWrap .icon {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

/* Text for "Are you a fan of? */
/*.sbWrap .fanText {
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    margin-right: 10px;
    font-size: 16px;
    line-height: 40px;
}*/

.sbWrap .fanText {
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 300;
    /* font-family: "Open Sans Condensed"; */
    font-style: normal;
    margin-right: 10px;
    /* text-transform: uppercase; */
    font-size: 16px;
    line-height: 57px;
    padding: 0px 0px 20px;
    /*width: 24%;*/
}

.icon a {
    color: #fff;
}

/*****************************
* *         COLUMNS        * *
******************************/
/*.sbWrap .colWrap {
  background: url(../image/socialbar/sb-content-bg.jpg) no-repeat 0 0;
  overflow: hidden;
  min-height: 240px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(1, 1, 1, .5);
  box-shadow: 0px 0px 15px 0px rgba(1, 1, 1, .5);
  clear: both;
  height: 306px;
}
*/
.sbWrap .colWrap {
  background: url(../image/socialbar/sb-content-bg.png) no-repeat 0 0;
  overflow: hidden;
  min-height: 240px;
  border-radius: 8px;
  clear: both;
  height: 306px;
}

/*div.socialBtns .row.columns {
    background: url(../image/socialbar/sb-content-bg.png) no-repeat 0 0;
    clear: both;
}*/
/*div.socialBtns .row.columns {
    background: url(../image/socialbar/sb-content-bg-002.png) no-repeat 0 0;
    clear: both;
    height: 306px;
}
*/
div.socialBtns .row.columns {
    background: url(../image/socialbar/sb-content-bg-002.png) no-repeat 0 0;
    clear: both;
    height: 306px;
    padding: 0 10px;
}

div.column-text-wrap ul {
    text-align: left;
    /* padding-left: 166px; */
    position: relative;
    left: 33%;
    width: 110px;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}


/*.sbWrap .column {
    float: left;
    margin-left: 10px;
    margin-top: 70px;
    text-align: left;
}
*/
.sbWrap .column {
/*  float: left;
  margin-left: 63px;
  margin-top: 68px;
  text-align: left;*/
}
.sbWrap .column {
    text-align: center;
}

/*Column One */

/*.column.one {
  margin-left: 36px;
}*/

.column.one {
    /*margin-left: 63px;*/
}

.sbWrap .column.three img {
    vertical-align: middle;
    margin-right: 8px;
    width: 32px !important;

    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition:         transform .8s ease-in-out;
}
.sbWrap .column.three a:hover img  {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}




.sbWrap .column.three a {
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
    display: block;
    text-decoration: underline;
}

.sbWrap .column.three a:hover {
    text-decoration: none;
    color: #ac161f;
}

.sbWrap .column.three {
  /*width: 116px;*/
        /*margin-left: 144px;*/
  /*margin-left: 130px;*/
  /*margin-right: 45px;*/
}

.sbWrap .column.two {
  /*width: 248px;*/
    /*min-height: 20px;*/
  /*margin-left: 40px;*/
  /*margin-left: 30px;*/
}

.testimonials {
    font-size: 15px;
    color: #3d3d3d;
    font-weight: 300;
    line-height: 18px;
}

.testimonials a {
    color: #740911;
    font-size: 15px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
}

.testimonials a:hover {
    text-decoration: underline;
}

/*****************************
* *     LIKE-BOX IFRAME    * *
******************************/

.sbWrap .fb-like-box {
    background: #fff;
}

.sbWrap .fb-like-box > span {display: block;}

/*****************************
* *      DON'T TOUCH       * *
******************************/

.sbWrap {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}


.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}