﻿.jssorb05 
{
    position: absolute;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 .av { background-position: -67px -7px; }

.jssorb03 
{
    position: absolute;
}
.jssorb03 div, .jssorb03 div:hover, .jssorb03 .av {
    position: absolute;
    /* size of bullet elment */
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    color: white;
    font-size: 12px;
    background: url('img/b03.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb03 div { background-position: -5px -4px; }
.jssorb03 div:hover, .jssorb03 .av:hover { background-position: -35px -4px; }
.jssorb03 .av { background-position: -65px -4px; }
.jssorb03 .dn, .jssorb03 .dn:hover { background-position: -95px -4px; }

.jssora03l, .jssora03r 
{
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url('../data/icon/a03.png') no-repeat;
    overflow: hidden;
}
.jssora03l { background-position: -3px -33px; }
.jssora03r { background-position: -63px -33px; }
.jssora03l:hover { background-position: -123px -33px; }
.jssora03r:hover { background-position: -183px -33px; }
.jssora03l.jssora03ldn { background-position: -243px -33px; }
.jssora03r.jssora03rdn { background-position: -303px -33px; }
.jssora03l.jssora03lds { background-position: -3px -33px; opacity: .3; pointer-events: none; }
.jssora03r.jssora03rds { background-position: -63px -33px; opacity: .3; pointer-events: none; }
.s_item 
{
    position: relative; 
    margin: 0 auto; 
    top: 0px; 
    left: 0px; 
    width: 920px; 
    height: 340px; 
    overflow: hidden; 
    visibility: hidden;
}
.si_item 
{
    cursor: default; 
    position: relative; 
    top: 0px; 
    left: 0px; 
    width: 920px; 
    height: 340px; 
    width: 920px; 
    overflow: hidden;
}
.l_item 
{
    position: relative; 
    margin: 0 auto; 
    top: 0px; 
    left: 0px; 
    width: 1170px; 
    height: 120px; 
    overflow: hidden; 
    visibility: hidden;
}
.li_item img 
{
    height:120px !important;
}
.li_item 
{
    cursor: default; 
    position: relative; 
    top: 0px; 
    left: 0px;
     width: 1170px; 
     height: 120px; 
     overflow: hidden;
}
.l_partner img {
    width:50px;
    height:50px !important;
    
}
#i_partner .jssora03l, #i_partner .jssora03r {
    display:none !important;
}
#i_partner {
    margin-top:30px;
    margin-bottom:20px;
    background-color:#f2f2f2;
    padding:30px 20px;
    clear:both;
}
.l_partner
{
    position: relative; 
    margin: 0 auto; 
    top: 0px; 
    left: 0px; 
    width: 1130px; 
    height: 150px; 
    overflow: hidden; 
    visibility: hidden;
}
.l_partner .li_item {
    height:150px;
    padding:20px;
}
.p-imgs {
    width:50px;
    height:50px;
    overflow:hidden;
    float:left;
    border:solid 2px #fff;
    border-radius:50%;
    margin-right:20px;
}
.p-names {
    font-weight:bold;
    text-transform:uppercase;
    color:#333333;
    margin-bottom:5px;
}
.p-cv {
    color:#666666;
    margin-bottom:10px;
}
.p-infos {
    padding-left:35px;
    color:#666666;
    font-style: italic;
    margin-bottom:20px;
}
.p-infos:before {
    font-family: 'Droid Serif', serif;
    content: "“";
    font-size: 60px;
    font-weight: 700;
    display: inline-block;
    font-style: normal;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0 3px 0px 0px;
    margin-top: -10px;
}
.p-infos span:before {
    content: "";
}
.box-title {
    display: inline-block;
    font-weight: 600;
    margin-bottom: 7px;
    color: #333;
    text-transform: uppercase;
    font-size:15px;
    font-family:sans-serif;
}
.tiny-border {
    clear: both;
    width: 40px;
    height: 2px;
    background: #ed1d24;
    margin: 0px 0 20px 0;
}
@media only screen and (min-width: 480px) and (max-width: 768px)  {
    .l_partner
    {
        position: relative; 
        margin: 0 auto; 
        top: 0px; 
        left: 0px; 
        width: 100%; 
        height: 150px; 
        overflow: hidden; 
        visibility: hidden;
    }
    .li_item {
        width: 100%; 
    }
    .p-infos {
        width: calc(100% - 60px) !important; 
    }
}
@media only screen and (max-width: 480px) {
    .l_partner
    {
        position: relative; 
        margin: 0 auto; 
        top: 0px; 
        left: 0px; 
        width: 100%; 
        height: 150px; 
        overflow: hidden; 
        visibility: hidden;
    }
    .li_item {
        width: 100%; 
    }
    .p-infos {
        width: calc(100% - 60px) !important; 
    }
}