html{
	-webkit-transition: padding .2s linear;
	-o-transition: padding .2s linear;
	transition: padding .2s linear;
}
.infobarwp-wrap *{
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.infobarwp-wrap.hide-for-now{
	display: none;
}
.infobarwp-wrap{
	background: #D24127;
	padding: 25px 75px 25px 15px;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	position: fixed;
	z-index: 9147483647;
	left: 0; right: 0;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
   -webkit-box-shadow: 0 2px 12px 0px #999;
   -moz-box-shadow: 0 2px 12px 0px #999;
        box-shadow: 0 2px 12px 0px #999;
}

.infobarwp-wrap.position-header{
	top: 0;
	border-bottom: 2px solid #fff;
}
.infobarwp-wrap.position-footer{
	bottom: 0;
	border-top: 2px solid #fff;
}
.infobarwp-wrap.position-header .close{
	top: 50%;
	margin-top: -28px;
}
.infobarwp-wrap.minimized .close{
	margin-top: 0;
}
.infobarwp-wrap .content{
	margin: 0!important;
	padding: 0!important;
	overflow: hidden;
}
.infobarwp-wrap .content > a{
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.infobarwp-wrap .content a{
	color: #fff;
    font-weight: bold!important;
    display: inline-block!important;
    font-size: inherit!important;
    line-height: inherit!important;
    *zoom: 1;
    *display: inline;
    margin: 0 8px;
}
.infobarwp-wrap .content p a{
	vertical-align: baseline;
}

.infobarwp-wrap .content a:hover{
	text-decoration: underline;
}
.infobarwp-wrap .content .ibw-primary-btn:hover{
	text-decoration: none;
}

.infobarwp-wrap.minimized .content{
	display: none;
}
.infobarwp-wrap.position-footer .close{
	bottom: 50%;
	margin-bottom: -22px;
}
.infobarwp-wrap.position-footer.minimized .close{
	margin-bottom: 18px;
}

.infobarwp-wrap p{
	font-size: inherit!important;
	line-height: 28px!important;
	margin: 0!important;
	padding: 0!important;
}
.infobarwp-wrap img{
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.infobarwp-wrap .close{
	cursor: pointer;
	position: absolute;
	right: 25px;
	display: block;
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
.infobarwp-wrap .close:hover{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.infobarwp-wrap .close img{
	display: block;
}

.btn{
	background: #c02919;
	width: 32px;
	height: 30px;
	line-height: 26px;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	border-radius: 4px;
	text-shadow: 1px 1px 3px #666666;
	border: 1px solid transparent;
	border-bottom: 3px solid #a32315;
	overflow: hidden;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	outline: none!important;
}
.btn.fa{
	line-height: 30px;
}
.btn.primary{
	font-family: 'Open Sans', Arial, sans-serif;
}
.btn.primary:before{
	content:"✕";
}
.btn:hover, .btn:active, .btn:focus{
	background-color: #cd5439;
	color: #fff;
	border-bottom-color: #a32315;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.ibw-primary-btn{
	padding: 12px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	opacity: 0.9;
}
.ibw-primary-btn:hover{color:#fff;opacity: 1;text-decoration: none;}