/* Flexible Slide-to-top Accordion Style*/
.wrapper{
	width:90%;
	max-width:1100px;
	margin:30px auto;
	  z-index: 100;
}

.st-accordion{
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li{
    height: 100px;
    border-bottom: 1px solid #B1B1B1;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child{
    border-top:none;
}
.st-accordion ul li > a{
    font-family: 'Hind', sans-serif; font-weight:600;
    font-size: 24px;
    display: block;
	position: relative;
    line-height: 100px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../imagenes/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #ff0000;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #000000;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
    padding: 5px 0px 30px 0px;
}


.st-content p{
    font-size:  18px;
    font-family: 'Hind', sans-serif; 
    /*font-style: italic;*/
    line-height:  28px;
    padding: 0px 4px 15px 4px;
	color:#000000;
}

.st-content img{
    max-width: 670px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
@media screen and (max-width: 320px){
	.st-accordion ul li > a{
		font-size:36px;
	}
}

/*facebook estilos */

i{
	margin-right: 5px;
}

.border{
	background: url("../img/bor.png") repeat-x;
	height: 2px;
	margin: 5px 0px;
}

/*h2{
	font-size: 30px;
	line-height: 40px;
}*/

.padd{
	padding: 10px;
}

.bor{
	background: url("../img/bor.png") repeat-x;
	height: 3px;
}

/* Social */

.social{
margin: 5px 0px;
}

.social i{
height:30px;
width:30px;
color: #fff;
line-height:30px;
margin:5px 5px 5px 0px !important;
border-radius:20px !important;
-webkit-transition:background 1s ease;
-moz-transition:background 1s ease;
-o-transition:background 1s ease;
transition:background 1s ease;
text-align:center;
font-size: 14px;
}

.social i.facebook{
background:#3c5b9b;
}

.social i.twitter{
background:#2daae1;
}

.social i.google-plus{
background:#f63e28;
}

.social i.pinterest{
background:#cb2027;
}

.social i.linkedin{
background:#0173b2;
}

.social i:hover{
-webkit-transition:all 1s ease;
-moz-transition:all 1s ease;
-o-transition:all 1s ease;
transition:all 1s ease;
background: #000;
}

.social a,.social a:visited,.social a:hover{
text-decoration:none;
color:#fff;
}

/* Slide Box*/

.slide-box{
	width: 300px;
	z-index: 400;
	position: fixed;
	top: 15%;
	background: url("../img/b-sidebar-back.png") repeat;
	border: 1px solid #000;
	right: -290px;
}

.slide-box .slide-box-button{
	background: #c20d23 url("../img/red.png") repeat;
	border-right: 0px;
	text-align: center;
	line-height: 40px;
	width: 29px;
	height: 40px;
	display: block;
	position: absolute;
	z-index: 400;
	left: -30px;
	top: 35%;
	cursor: pointer;
}

.slide-box i{
	margin-right: 0px;
}