.accordion-h5 {
    color: #fff;
    margin: 0;
}
.accord-tab-box {
    padding-top: 40px;
    padding-bottom: 20px;
}

.accordion-box {
    margin-bottom: 20px;
}

.accord-elem {
    margin-bottom: 20px;
}

.accord-title {
    padding: 10px 14px;
    border: 1px solid #dbdbdb;
    position: relative;
	background: #1660AB;
}

.accord-title h5 {
    padding-right: 48px;
}

.accord-title h5 i {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 12px;
}

a.accord-link {
    /*display: inline-block;*/
    /*position: absolute;*/
    /*width: 46px;*/
    /*height: 100%;*/
    top: 0;
    right: 0;
	outline: none;
	text-decoration: none;
    /*border-left: 1px solid #dbdbdb;*/
    /*background: url('../images/plus.png') center center no-repeat;*/
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.accord-elem.active a.accord-link {
    /*background: url('../images/minus.png') center center no-repeat;*/
}

a.accord-link.opened {
    /*background: url('../images/minus.png') center center no-repeat;*/
}

.accord-content {
    display: none;
    padding: 22px;
    border: 1px solid #dbdbdb;
    border-top: none;
    overflow: hidden;
}

.accord-content span.image-content {
    display: inline-block;
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 22px;
    background: #007aff;
}

.accord-content span.image-content i {
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 68px;
    vertical-align: middle;
}

.accord-elem.active .accord-content {
    display: block;
}

.accord-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #DBDBDB #DBDBDB;
    border-image: none;
    border-right: 1px solid #DBDBDB;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    display: none;
    overflow: hidden;
    padding: 22px;
}

.accord-content > p {
    padding-bottom: 10px;
}