@font-face {
    font-family: 'PT Sans Caption';
    font-style: normal;
    font-weight: normal;
    src: url("../../content/font/PTSANS/PTC55F.ttf"); /*if IE */
    src: local("PT Sans Caption"), url("../../content/font/PTSANS/PTC55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: normal;
    src: url("../../content/font/PTSANS/PTN57F.ttf"); /*if IE */
    src: local("PT Sans Narrow"), url("../../content/font/PTSANS/PTN57F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    src: url("../../content/font/PTSANS/PTS55F.ttf"); /*if IE */
    src: local("PT Sans"), url("../../content/font/PTSANS/PTS55F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Caption Bold';
    font-style: normal;
    font-weight: normal;
    src: url("../../content/font/PTSANS/PTC75F.ttf"); /*if IE */
    src: local("PT Sans Caption Bold"), url("../../content/font/PTSANS/PTC75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    font-style: normal;
    font-weight: normal;
    src: url("../../content/font/PTSANS/PTN77F.ttf"); /*if IE */
    src: local("PT Sans Narrow Bold"), url("../../content/font/PTSANS/PTN77F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: url("../../content/font/PTSANS/PTS56F.ttf"); /*if IE */
    src: local("PT Sans Italic"), url("../../content/font/PTSANS/PTS56F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: url("../../content/font/PTSANS/PTS75F.ttf"); /*if IE */
    src: local("PT Sans Bold"), url("../../content/font/PTSANS/PTS75F.ttf") format("truetype"); /* non-IE */
}

@font-face {
    font-family: 'PT Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: url("../../content/font/PTSANS/PTS76F.ttf"); /*if IE */
    src: local("PT Sans Bold Italic"), url("../../content/font/PTSANS/PTS76F.ttf") format("truetype"); /* non-IE */
}
#socialside {
    position: fixed;
    top: 200px;
    left: 0;
}
.mainul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.scli {
    position: relative;
    width: 132px;
    list-style: none;
    /*border-radius: 0 8px 8px 0;*/
    margin-left: -140px;
    left:0;
    cursor: pointer;
}

.scli img {
    /*background-color: #333;*/
    /*border-radius: 0 5px 5px 0;*/
    height: 30px;
    position: absolute;
    right: 0;
    top:0;
}

.scli li {
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
    padding-right: 50px;
    font-family: 'PT Sans';
    font-size: 20px;
    color: #fff;
    /*text-shadow: 1px 1px 1px #000;*/
}
