.smk_accordion {
  position: relative;
  padding: 0;
  list-style: none;
  margin: 0 0 10px;
  float:left;
  width:100%;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  border: none;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  overflow: hidden;
  float:left; 
  width:100%; 
  box-shadow: 2px 3px 10px #ccc;
  border-radius: 5px;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.accordion_example2.smk_accordion .accordion_in .acc_head {
  position: relative;
padding: 10px;
display: block;
cursor: pointer;
background: #f7f7f7; font-size:16px;  font-family: 'RobotoCondensed-Regular'; color:#000; font-weight:normal; }
.smk_accordion .accordion_in .acc_head {
position: relative;
padding: 20px 35px;
display: block;
cursor: pointer;
background: #ffffff;
font-weight:normal;
font-size: 24px;
line-height: 28px;
font-family: 'RobotoCondensed-Regular';
color: #323232;	
}
.accordion_example2.smk_accordion .accordion_in .acc_head:hover{ background:#595959; color:#fff;}
.sidebar .smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #ECECEC;
  padding:15px;
 color:#000;
  display: block;
  cursor: pointer;
  font-family: 'RobotoCondensed-Regular'; font-size:18px;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 35px;
  top: 58%;
  margin-top:-13px;
  background: url(../images/plus.png) no-repeat center center;

}
.sidebar .smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 20px;
  height:22px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  background: url(../images/plusminus2.png) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  background: #ffffff;
  color: #808080;
  padding: 20px 39px 25px 39px;
  float:left; width:100%;
}
.sidebar .smk_accordion .accordion_in .acc_content {
  background: #fff;
  color: #7B7E85;
  padding: 0px;
  float:left; width:100%;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 6px;
 
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
 
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 5px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #2f3e77; font-size:24px; line-height: 28px; font-family: 'RobotoCondensed-Regular';color:#fff; font-weight:normal; 
}
.accordion_example2.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #2f3e77; font-size:16px;  font-family: 'RobotoCondensed-Regular'; color:#fff; font-weight:normal; 
}
.sidebar .smk_accordion .accordion_in.acc_active > .acc_head {
 color:#FFF;
background: rgba(222,172,72,1);
background: -moz-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,172,72,1)), color-stop(100%, rgba(208,142,11,1)));
background: -webkit-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: -o-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: -ms-linear-gradient(top, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
background: linear-gradient(to bottom, rgba(222,172,72,1) 0%, rgba(208,142,11,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deac48', endColorstr='#d08e0b', GradientType=0 );

}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/minus.png) no-repeat center center; width: 20px; height: 3px; margin-top: -6px;
}
.sidebar .smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/plusminus2.png) center -21px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 35px;padding-right: 35px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_content {
 padding-bottom: 20px;
}
.sidebar .smk_accordion.acc_with_icon .accordion_in .acc_content {
  padding-left: 0px;
}
.sidebar .smk_accordion.acc_with_icon .accordion_in .acc_head{padding-left:15px;}
