File: /home/barbeatleanalyti/public_html/mbaris.beatleanalytics.com/assets/customer/css/del/demo-acc.css
/*------------------------------------*\
-------- Page Styles: Accordion
\*------------------------------------*/
body {
position:relative;
z-index:0;
}
.main:before {
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
z-index:-1;
content:'';
background:-webkit-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
background:-moz-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
background:-o-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
background:radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('img/body-bg.png');
}
.site-header-wrap {
margin-bottom:60px;
border-bottom:1px solid #cd9ad6;
}
/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
.accordion {
overflow:hidden;
text-align:center;
border-radius:3px;
background:#FFF;
margin-left:6%;
}
/*----- Section Titles -----*/
.accordion-section-title {
background: #55cdd3 none repeat scroll 0 0;
border-bottom: 0px solid #1a1a1a;
border-radius: 4px;
color: #000;
display: inline-block;
font-size: 1.2em;
padding: 15px;
text-align: center;
/* text-shadow: 0 1px 0 #1a1a1a; */
transition: all 0.15s linear 0s;
width: 98% !important;
margin-top:24px;
}
.accordion-section-title-head {
background: #BC625A none repeat scroll 0 0;
border-bottom: 1px solid #1a1a1a;
border-radius: 4px;
color: #000;
display: inline-block;
font-size: 1.2em;
padding: 15px;
text-align: center;
text-shadow: 0 1px 0 #1a1a1a;
transition: all 0.15s linear 0s;
width: 50%;margin-top:10px;
}
.accordion-section-title.active, .accordion-section-title:hover {
background:#55CDD3;
/* Type */
text-decoration:none;
}
.accordion-section
{
margin-top:-23px;
}
.accordion-section:last-child .accordion-section-title {
border-bottom:none;
}
/*----- Section Content -----*/
.accordion-section-content {
display:none;
width:50%;
text-align:center;
margin-left:25%;
}