.breadcrumbs {
background: rgba(0, 0, 0, 0) url(../img/trans-black-80.png) repeat scroll 0 0;
    height: 50px;
    width: 100%;
    color: #eeeeee;
    padding: 15px;
    padding-left: 30px;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    font-family: Roboto;
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
}
.breadcrumbs :hover {
	color:#ffffff;
	font-size:12px;
	font-family: Roboto;
    font-weight: 400;
	text-transform: uppercase;
}
/*.prev_link{	color:#7b858a;}*/

.ak-packg-brief-col {
    background-color: #fff;
    float: left;
    height: auto;
    margin-top: -15px;
    max-width:100%;
	font-family: Roboto;
}
.ak-packg-brief-nm {
    background: #222f42 none repeat scroll 0 0;
    border-bottom: 2px solid #e5e5e5;
    color: #cdde3a;
    font-size: 23px;
    height: 50px;
    padding: 25px 10px 0px 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
	font-family: Roboto;
}
.panel-title > a {
    background-color: #2a628a;
    color: #fff;
    font-size: 14px;
    padding: 13px 30px;
    text-decoration: none;
	text-transform: uppercase;
	font-family: Roboto;
}
.accordion{
	color: #a8a8a8; 
	font-family: "Roboto"; 
	list-style: outside none none; 
	max-width:100%; 
	padding: 0px; 
	margin-top:-1px;
}
.accordion > * + * {
	/*border-bottom: 1px solid #eee;*/
}
.accordion-item-hd {
	color: #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-family: Roboto;
    display: block;
    max-width: 100%;
    position: relative;
    /* border-top: 1px solid #eee; */
    font-weight: 400;
    background-color: #235252e0;
    border-radius: 8px;
    margin-top: 2px;
}

.accordion-item-input:checked ~ .accordion-item-bd {
font-family: Roboto;
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
    transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
    font-size: 14px;
    line-height: 23px;
    padding: 30px 20px;
    color: #747474;
}

.accordion-item-input:checked ~ .accordion-item-hd > .accordion-item-hd-cta {
  -webkit-transform: rotate(0); 
  -ms-transform: rotate(0);  
  transform: rotate(0);
}

.accordion-item-hd-cta {
  display: block;
  width: 30px;
  position: absolute;
  top: calc(50% - 6px );
  right: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.accordion-item-bd {
  max-height: 0;
  margin: 0px 0px 0px 10px;
  overflow: hidden;
  -webkit-transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
  transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
}

.accordion-item-input { 
	clip: rect(0 0 0 0);  
	width: 1px;  
	height: 1px;  
	margin: -1;  
	overflow: hidden;  
	position: absolute;
	left: -9999px;
  }

  