@font-face {
    font-family: 'MyriadProCondensed';
    src: url('fonts/myriadpro-cond-webfont.eot');
    src: url('fonts/myriadpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-cond-webfont.woff') format('woff'),
         url('fonts/myriadpro-cond-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-cond-webfont.svg#MyriadProCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 62.5%
}

.sample {
    border: 1px solid #92cdec;
    background: #d7e7ff
}

#accordion-1 h1 {
    padding: 0;
    font-size: 2em;
}

#accordion-1 h2 {
    padding: 0;
    font-size: 1.6em;
}

.easy-accordion h2 {
    padding: 0;
    font-size: 1.6em;
}

#accordion-1 p {
    font-size: 1.2em;
    line-height: 170%;
}

/* UNLESS YOU KNOW WHAT YOU'RE DOING, DO NOT CHANGE THE FOLLOWING RULES */

.easy-accordion {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.easy-accordion dt, .easy-accordion dd {
    margin: 0;
    padding: 0
}

.easy-accordion dt, .easy-accordion dd {
    position: absolute
}

.easy-accordion dt {
    margin-bottom: 0;
    margin-left: 0;
    z-index: 5; /* Safari */
    -webkit-transform: rotate(-90deg); /* Firefox */
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 20px 0; /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation = 3);
    cursor: pointer;
}

.easy-accordion dd {
    z-index: 1;
    opacity: 0;
    overflow: hidden
}

.easy-accordion dd.active {
    opacity: 1;
}

.easy-accordion dd.no-more-active {
    z-index: 2;
    opacity: 1
}

.easy-accordion dd.active {
    z-index: 3
}

.easy-accordion dd.plus {
    z-index: 4
}

.easy-accordion .slide-number {
    position: absolute;
    bottom: 0;
    left: 10px;
    font-weight: normal;
    font-size: 1.1em; /* Safari */
    -webkit-transform: rotate(90deg); /* Firefox */
    -moz-transform: rotate(90deg); /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation = 1);
}

/* FEEL FREE TO CUSTOMIZE THE FOLLOWING RULES */

#accordion-1 dd p {
    line-height: 120%
}

#accordion-1 {
    width: 980px;
    height: 410px;
    background: #fff;
    margin: 0 0 15px 0;
}

#accordion-1 dl {
    width: 980px;
    height: 410px
}

#accordion-1 dt {
    height: 39px;
    line-height: 40px;
    text-align: right;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    padding-right: 15px;
    font-family: "MyriadProCondensed", sans-serif;
}
#accordion-1 dt:hover {
    color: #efefef;
}
#accordion-1 dt.active {
    cursor: pointer;
    color: #fff;
}

#accordion-1 dt.active.hover {
    color: #fff
}

#accordion-1 dd {
}

#accordion-1 .slide-number {
    color: #68889b;
    left: 10px;
    font-weight: bold
}

#accordion-1 .active .slide-number {
    color: #fff;
}

#accordion-1 a {
    color: #F45A22;
    text-decoration: none;
}

#accordion-1 a:hover {
    text-decoration: underline;
}

#accordion-1 dd {
}

#accordion-1 h2 {
    font-size: 2.5em;
    margin-top: 10px
}

#accordion-1 .more {
    padding-top: 10px;
    display: block
}

#accordion-1 li {
    list-style-type: square;
}

#accordion-1 ul {
    list-style-type: square;
}

#accordion-1 img {
    z-index: -1;
    width: 824px;
}

#accordion-1 .image {
    position: relative;
}

#accordion-1 .image .text {
    position: absolute;
    color: #000000;
    font-weight: bold;
    z-index: 1;
    top: 290px;
    width: 824px;
    height: 100px;
    padding: 7px 10px;
    font-size: 0.85em;
}
#accordion-1 .image .modal{
    background: #fff;
    width: 824px;
    height: 120px;
    opacity: 0.8;
    filter: alpha(opacity=90);
    position: absolute;
    top:290px;

}
#accordion-1 .image .text p{
    margin: 0 0 7px;
    padding: 0;
    font-size: inherit;
    text-indent: 20px;
}
#accordion-1 .image .text ul{
    margin: 0 0 0 20px;
    padding: 0;
}
#accordion-1 .image .text .ctn{
    float: left;
    z-index: 1000;
    width: 410px;
    font-size: inherit;
    margin: 0 0 7px;
}
.easy-accordion{
    width: 516px;
    height: 312px;
    display: block;
}