#pubBox{
	position:fixed;
	bottom:-100px;
	right:15px;
	width:100%;
	max-width:400px;
	min-width:320px;
	height:auto;
	border:0;
	border-collapse:collapse;
	text-align:left;
	font-family: 'Source Sans Pro', sans-serif;
	overflow:hidden;
	padding:0;
	background-color:rgba(229,130,0,0.90);
	background-size:150% auto;
	background-position:center -50px;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.5);
	z-index:1000;
	color:#FFFFFF;
	text-align:center;
	opacity:0;
	display:none;
}

.pubBoxContainer{
	width:100%;
	position:relative;
	padding:35px 40px 30px 40px;
}

.pubBox-closeBt{
	position:absolute;
	top:15px;
	right:15px;
	width:18px;
	height:18px;
	background-color:#FFFFFF;
	cursor:pointer;
	background:url("../images/Global/pubBox-btclose.png") no-repeat;
	background-position:0 0;
}

.pubBox-closeBt:hover{
	background:url("../images/Global/pubBox-btclose.png") no-repeat;
	background-position:-18px 0;
}

#pubBox h1{
	margin:0 0 10px 0;
	font-size:38px;
	line-height:40px;
	font-weight:300;
}

#pubBox h1 span{
	font-weight:600;
	color:#CC0001;
}

#pubBox h2 {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 27px;
	line-height: 27px;
	font-weight:300;
	color: #FFFFFF;
}

#pubBox h2 span{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 65px;
	line-height: 65px;
	color: #FFFFFF;
	font-weight: 700;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
	padding:0;
	margin:0;
}

#pubBox p {
	margin:0 5% 0 5%;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 19px;
	line-height: 20px;
	color: #FFFFFF;
}

#pubBox a{
	width:100%;
	max-width:300px;
	height:50px;
	font-size:22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:bold;
	line-height:50px;
	padding:0 0 0 0;
	margin:20px 0 0 0;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	color:#FFFFFF;
	background: #cc0001; /* Old browsers */
background: -moz-linear-gradient(top,  #cc0001 0%, #b20000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cc0001 0%,#b20000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cc0001 0%,#b20000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0001', endColorstr='#b20000',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.75);

}

#pubBox a:hover{
	background: #cc3d3d; /* Old browsers */
background: -moz-linear-gradient(top,  #cc3d3d 0%, #ad3434 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cc3d3d 0%,#ad3434 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cc3d3d 0%,#ad3434 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc3d3d', endColorstr='#ad3434',GradientType=0 ); /* IE6-9 */
}

@media (max-width:480px){
#pubBox{
	position:fixed;
	bottom:0;
	right:0;
	width:100%;
	max-width:100%;
	min-width:320px;
}

.pubBoxContainer{
	width:100%;
	position:relative;
	padding:40px 15px 15px 15px;
}

#pubBox h1{
	margin:0 0 0 0;
	font-size:28px;
	line-height:30px;
	font-weight:300;
}

}