@font-face {
    font-family: 'infinityregular';
    src: url('../fonts/infinity-webfont.eot');
    src: url('../fonts/infinity-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/infinity-webfont.ttf') format('truetype'),
         url('../fonts/infinity-webfont.svg#infinityregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.sbWrap .sbContainer {
	background: #af040c;
	left: 0;
	position: absolute;
	top: 0; /*Change Top Positioning to Get the Solid Line*/
	width: 100%;
	z-index: 2;
}

/* 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;
	height: 303px;
	padding: 15px 0; 
}

/*****************************
* *    	      TAB 	 	   * *
******************************/

.sbWrap .sbTab {
	background: url("../images/socialbar/sb-tab.png") 0 0 no-repeat;
	bottom: 100%;
	cursor: pointer;
	display: block;
	height: 31px;
	position: absolute;
	right: 6px;
	text-indent: -9999px;
	width: 146px;
	z-index: 2;
}

/*****************************
* *   	  HIDE BUTTON 	   * *
******************************/

.sbWrap .hide {

    font-family: 'infinityregular';
	color: #fff;
	cursor: pointer;
	display: block;
	font-weight: bold;
	font-size: 21px;
	float: right;
	line-height: 24px; /*Control height*/
	margin: 0 10px;
	text-align: right;
	text-decoration: underline;
	width: 90px;
	-webkit-text-shadow:0 1px 1px #611f10;
	-moz-text-shadow:0 1px 1px #611f10;
	text-shadow:0 1px 1px #611f10;
}

/*****************************
* *     SOCIAL BUTTONS     * *
******************************/

.sbWrap .socialBtns {
	margin-bottom: 15px;
	overflow: hidden;
}

/* General class to float social icons */
.sbWrap .icon {
	float: left;
	margin-right: 10px;
}

/* Text for "Are you a fan of? */
.sbWrap .fanText {
	color: #fff;
	float: left;
	font-size: 13px;
	margin-right: 10px;
}
#sbTwitter {
	width: 233px;
}

/*****************************
* *    	    COLUMNS 	   * *
******************************/

.sbWrap .colWrap {
	height: 230px;
	padding:15px 20px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 0 #95040a;
	-moz-box-shadow: 0 6px 0 #95040a;
	box-shadow: 0 6px 0 #95040a;
	overflow: hidden;
}

.sbWrap .column {
	float: left;
	margin-left: 30px;
    text-align: left;
}

.sbWrap .column h3 {
    font-family: 'infinityregular';
    color: #343434;
    font-size: 22px;
    margin:0 0 10px;
}

.sbWrap .column.one {
	margin-left: 0;
}

.sbWrap .column.two {
}

.sbWrap .column.three {
	width:320px;
	color: #343434;
	font-size: 14px;
}
.social-icons {
	margin-top: 35px;
}
.social-icons a {
	background: url('../images/socialbar/social-sprite.png') no-repeat 0 0;
	float: left;
	width: 48px;
	height: 48px;
	display: block;
	margin-right:15px;
}

.social-icons a.fb-foot {background-position: 0 0;}
.social-icons a.tw-foot {background-position: -63px 0;}
.social-icons a.lnkn-foot {background-position: -127px 0;}
.social-icons a.yt-icon {background-position: -192px 0;}



/*****************************
* *     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;
}