.smk_accordion {
    margin-bottom: 20px;
    position: relative;

}
.smk_accordion .accordion_in {
    border-bottom: 1px solid #FFFFFF !important;
    margin-top: -1px;
    position: relative;
    width: 772px;
    z-index: 10;
}

/* Head */
.smk_accordion .accordion_in .acc_head {
    background: none repeat scroll 0 0 #F1F2ED;
    color: #00A0E3;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 10px;
    position: relative;
}
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head{
	border-radius: 3px 3px 0 0;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content{
	border-radius: 0 0 3px 3px;
}

/* Content */
.smk_accordion .accordion_in .acc_content{
/*	background: #F9F9F9;
*/	color: #7B7E85;
	padding: 3px 10px;
}
.acc_content > p {
    color: #333333;
    font-size: 15px;
    line-height: 25px;
    margin: 8px 0 12px;
}
.smk_accordion .accordion_in h1:first-of-type,
.smk_accordion .accordion_in h2:first-of-type,
.smk_accordion .accordion_in h3:first-of-type,
.smk_accordion .accordion_in h4:first-of-type,
.smk_accordion .accordion_in h5:first-of-type,
.smk_accordion .accordion_in h6:first-of-type
{
	margin-top: 5px;
}


/* Icon expand */
.smk_accordion .accordion_in .acc_head .acc_icon_expand{
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	background:url(../images/plusminus.png)center 0;
}
.smk_accordion .accordion_in.acc_active .acc_head .acc_icon_expand{
	background: url(../images/plusminus.png) center -18px;
}

/* JS requires */
.smk_accordion .accordion_in.acc_active .acc_content{ 
	display: table!important;
}
.smk_accordion .accordion_in.acc_active .acc_head{
	background: #F9F9F9;
}
.acc_head {
    color: #C91C1C !important;
    font-family: shanti;
    font-size: 19px;
    font-style: inherit;
    font-weight: bold;
    padding: 5px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head, .smk_accordion.acc_with_icon .accordion_in .acc_content {
    border-bottom: 1px solid #FFFFFF !important;
    padding-left: 34px;
}
.acc_head > h3 {
    color: rgb(255, 255, 255)!important;
}
.acc_content > h3 {
    font-family: 'BebasNeueRegular' !important;
    font-size: 26px !important;
}
.acc_content li {
    color: #333333;
    font-family: shanti;
    font-size: 14px;
    line-height: 23px;
    margin-left: 6px;
    margin-top: 6px;
}
.acc_content p {
    color: #000000;
    font-family: shanti;
    font-size: 13px !important;
}
table {
    float: left!important;
    margin-bottom: 1.4em;
    width: 100%;
}
.acc_content table {
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
}
.acc_content table td {
    border: 1px solid #EEA330;
}

/*.trow {
    background: none repeat scroll 0 0 #EEA330;
    border: 1px solid #FFFFFF !important;
    border-collapse: collapse;
    color: #FFFFFF !important;
}
*/.acc_content tr:nth-child(even) {background: #EEC132}
.acc_content tr:nth-child(odd) {background:#F7D47B}
.acc_content strong {
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.acc_content > ul {
    padding-left: 25px;
}
.content-box.info h3 {
    font-family: 'BebasNeueRegular'!important;
	    font-size: 26px !important;

}

.slides {
    float: left;
    margin-left: 65px;
    margin-top: 2%;
    width: 210px;
}

.slides > li {
    float: left;
    margin-left: 50px;
    margin-top: 18px;
    width: 210px;
}

