.header{
	height:915px;
	position:relative;
}

.content_container .content_content{
	width:1170px;
	margin:auto;
	font-size:20px;
}

.footer_header h1{
	background-color:rgba(232,228,228,0.50);
	padding:35px 0px;
	text-align:center;
	font-size:50px;
	font-weight:normal;
}

.footer_header h1.title span{
	margin-left:-4500px;
	position:relative;
	-webkit-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 800ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.footer_header h1.title span.bounceInRight{
	margin-left:0px;
}

#header_menu.small{
	top:280px !important;
}

table.table_map{
	border-collapse:collapse;
	text-align:center;
}

table.table_map td{
	border-top:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	padding:6px;
	background-color:#e3e3e3;
}

.content_bubble{
	width:160px;
	padding:0px 15px;
	height:190px;
	display:table-cell;
	border-radius:200px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(227,248,155,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e3f89b',GradientType=1 ); /* ie6-9 */ 
	font-size:24px;
	vertical-align:middle;
	text-align:center;
}

.header .caption{
	font-size:45px;
	color:#000;
	position:absolute;
	top:50%;
	margin-top:-125px;
	left:0;
	width:100%;
	text-align:center;
	text-shadow:0px 1px 1px rgba(255,255,255,0.3);
}