/*******************************************************************************
 Add your custom css styles here
 *******************************************************************************/

my-title-box {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
}
.my-title-box {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
}

/*------ footer -------------------------------------------------*/
footer {
	 position:fixed;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:50px;
	 background:#fff;
	 z-index:15;
	 padding:0 50px;
	 line-height:50px;
}
.footer-social {
	float:right;
}
.footer-social li {
	float:left;
}
.footer-social li a {
	padding:0 8px;
	font-size:13px;
	color: #666;
}
.policy-box {
	float:left;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}
.policy-box span {
	float:left;
}
.policy-box ul {
	position:relative;
	float:left;
	margin-left:10px;
}
.policy-box ul li {
	float:left;
}
.policy-box ul:before {
	content:'';
	position:absolute;
	top:16px;
	left:-2px;
	background:#eee;
	width:2px;
	height:20px;
}
.policy-box ul li a {
	padding:0 10px;
	color: #666;
}
.policy-box ul li a:hover {
	text-decoration:line-through;
}
.to-top {
	position:absolute;
	top:-41px;
	right:51px;
	opacity:0;
	width:40px;
	height:40px;
	margin-top:-12px;
	line-height:40px;
	cursor:pointer;
	font-size:20px;
	visibility:hidden;
	background: rgba(0,0,0,0.81);
	color:#fff;
    transition: all 300ms linear;
}
.vistotop {
	opacity:1;
	margin-top:0;
	visibility:visible;
}
.to-top:hover {
	opacity:0.8;
}
.image-box {
	float:left;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
}
.image-box span {
	float:left;
}
.image-box ul {
	position:relative;
	float:left;
	margin-left:10px;
}
.image-box ul li {
	float:left;
}
.image-box ul:before {
	content:'';
	position:absolute;
	top:16px;
	left:-2px;
	background:#eee;
	width:2px;
	height:20px;
}
.image-box ul li a {
	padding:0 10px;
	color: #000000;
}
.image-box ul li a:hover {
	text-decoration:line-through;
}
.evento-box {
	float:left;
	font-size: 12px;
	letter-spacing: 1px;
	color: #000000;
}
.evento-box span {
	float:left;
}
.evento-box p0 {
	background-color: #4A0102;
	color: #FFFFFF;
	font-weight: bolder;
}
.evento-box p1 {
	color: #000000;
	font-weight: bolder;
	font-size: 14px;
	letter-spacing: 0.5px;
}
.evento-box p2 {
	color: #4A0102;
	font-size: 14px;
	font-weight: bolder;
}
.evento-box p3 {
	font-style: oblique;
}
.evento-box p9 {
	color: #000000;
}
