#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(0,0,0,0.8);
	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;
}

#pubBox.visible{
	display:block;
}

.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 5px 0;
	font-size:32px;
	line-height:38px;
	font-weight:900;
}

#pubBox h1 span{
	font-weight:600;
	color:#CC0001;
}

#pubBox h2 {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	line-height: 34px;
	font-weight:300;
}

#pubBox h3 {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	line-height: 35px;
	font-weight:300;
}

#pubBox h4 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 28px;
	line-height: 30px;
	font-weight:300;
}

#pubBox h2 span{
	color:#CC0001;
}

#pubBox .pubVideoContainer{
	width:100%;
	border:0;
	border-collapse:collapse;
	margin:15px 0 0 0;
	padding:0;
}

#pubBox .pubVideoContainer figure{
	position:relative;
	width:100%;
	height:0;
	border-collapse:collapse;
	margin:0;
	padding:0 0 0 0;
	padding-bottom:56.98%;
	text-align:center;
	opacity: 1;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	transform: scale(1);
	transition-delay: 0s;
	transform-origin: center center;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(.17,.67,.83,.67);
}

#pubBox .pubVideoContainer figure img{
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	border:0;
	height: 100%;
	width: auto;
}

#pubBox .pubVideoContainer figure a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:block;
	margin:0;
	padding:0;
	border:0;
	background:url(../images/Global/bt_play_red.svg) no-repeat center center rgba(0,0,0,0);
	background-size: 50px auto;
	transition: all 0.5s;
}

#pubBox .pubVideoContainer figure a:hover{
	background:url(../images/Global/bt_play_red.svg) no-repeat center center rgba(0,0,0,0.2);
	background-size: 50px auto;
}

#pubBox a.btPub1{
	width: 100%;
	max-width: 200px;
	height:40px;
	display:inline-block;
	text-decoration:none;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:center;
	line-height:38px;
	font-size: 16px;
	border-radius: 50px;
	margin:15px 0 0 0;
	background: #FF0000;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);

}

#pubBox a.btPub1:hover{
	background: #FF5A5A;
}

#pubBox a.bt{
	width:100%;
	max-width:464px;
	text-align:center;
	height:50px;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:50px;
	font-weight:700;
	padding:0;
	margin:15px 0 0 0;
	border-radius: 4px;
	text-decoration:none;
	display:inline-block;
	color:#FFFFFF;
	text-transform:uppercase;
background: #88bc4e; /* Old browsers */
background: -moz-linear-gradient(top,  #88bc4e 0%, #6ea234 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #88bc4e 0%,#6ea234 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #88bc4e 0%,#6ea234 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bc4e', endColorstr='#6ea234',GradientType=0 ); /* IE6-9 */
-webkit-box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.2);
-moz-box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.2);
box-shadow: -1px 0px 6px 0px rgba(0,0,0,0.2);
}

#pubBox a.bt:hover{
background: #94c35f; /* Old browsers */
background: -moz-linear-gradient(top,  #94c35f 0%, #7eb93b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #94c35f 0%,#7eb93b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #94c35f 0%,#7eb93b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#94c35f', endColorstr='#7eb93b',GradientType=0 ); /* IE6-9 */

}

/* Form */
#pubBox .contactPhone{
	width:100%;
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
	display:none;
}

#pubBox .contactPhone h2 {
	margin: 0;
	padding: 0 0 0 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	line-height: 45px;
	font-weight:300;
	text-align:left;
}

#pubBox .contactPhone h3 {
	margin: 0;
	padding:5px 0 15px 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight:300;
	text-align:left;
}

#pubBox .contactPhone form label{
	color:#FFFFFF;
	margin:0 0 0 0;
	padding:0 0 5px 0;
	font-family: 'Source Sans Pro', sans-serif;
	line-height:20px;
	font-size: 16px;
	display:block;
	text-align:left;
}

#pubBox .contactPhone input{
	width:100%;
	height:44px;
	font-size:18px;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0 0 20px 0;
	padding:0 0 0 10px;
	display:block;
	border:1px #FFFFFF solid;
	outline:0;
	-webkit-transition: box-shadow .7s, -moz-box-shadow .7s, -webkit-box-shadow .7s;
	-moz-transition: box-shadow .7s, -moz-box-shadow .7s, -webkit-box-shadow .7s;
	transition: box-shadow .7s, -moz-box-shadow .7s, -webkit-box-shadow .7s;
}

#pubBox .contactPhone input:focus{
	-webkit-box-shadow: 0px 0px 4px 1px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 4px 1px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 4px 1px rgba(255,255,255,0.6);
	border:1px #FFFFFF solid;
	outline:0;
}

/* Error Styles */
#pubBox .contactPhone div.errors{
	width:100%;
	margin:0;
	padding:0;
}

#pubBox .contactPhone label.error,
#pubBox .contactPhone div.errors p{
	display:block;
	margin:0 0 15px 0;
	font-size:16px;
	line-height:20px;
	color:#CC0001;
}

#pubBox .contactPhone label.error:last-of-type,
#pubBox .contactPhone div.errors p:last-of-type{
	display:block;
	padding:0 0 15px 0;
	font-size:16px;
	line-height:20px;
	color:#CC0001;
}

#pubBox .contactPhone input.error{
	-webkit-box-shadow: 0px 0px 4px 1px rgba(204,0,1,0.5);
	-moz-box-shadow: 0px 0px 4px 1px rgba(204,0,1,0.5);
	box-shadow: 0px 0px 4px 1px rgba(204,0,1,0.5);
	border:1px #CCCCCC solid;
	outline:0;
	margin:0 0 10px 0;
}

#pubBox .contactPhone textarea.error,
#pubBox .contactPhone textarea.error:focus{
	-webkit-box-shadow: 0px 0px 4px 1px rgba(204,0,1,0.5);
	-moz-box-shadow: 0px 0px 4px 1px rgba(204,0,1,0.5);
	box-shadow: 0px 0px 4px 1px rgba(204,0,1,0.5);
	border:1px #CCCCCC solid;
	outline:0;
	margin:0 0 10px 0;
}

/* End Error Styles*/

#pubBox .contactPhone .btsubmit{
	width:100%;
	height:40px;
	line-height:20px;
	margin:0 0 0 0;
	padding:0;
	font-size:19px;
	cursor:pointer;
	color:#FFFFFF;
	border:none;
	background: #ff3019; /* Old browsers */
background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

#pubBox .contactPhone .btsubmit:hover{
	color:#FFFFFF;
	background: #ff7667; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7667 0%, #fb3f3f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7667), color-stop(100%,#fb3f3f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff7667 0%,#fb3f3f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff7667 0%,#fb3f3f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff7667 0%,#fb3f3f 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff7667 0%,#fb3f3f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7667', endColorstr='#fb3f3f',GradientType=0 ); /* IE6-9 */
}

#pubBox .contactPhone::-webkit-input-placeholder {
    color: #CCCCCC;
}
#pubBox .contactPhone::-moz-placeholder {
    color: #CCCCCC;
}
#pubBox .contactPhone::-moz-placeholder {
    color: #CCCCCC;
}
#pubBox .contactPhone::-ms-input-placeholder {
    color: #CCCCCC;
}

/* Fim Form */

@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{
	font-size:28px;
	line-height:34px;
}

#pubBox h2 {
	font-size: 24px;
	line-height: 30px;
}

}