@font-face {
    font-family: 'fontawesome';
    src: url('../fonts/fontawesome.eot');
    src: url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),  url('../fonts/fontawesome.svg#fontawesome') format('svg'),  url('../fonts/fontawesome.woff') format('woff'),  url('../fonts/fontawesome.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.cbp-qtrotator {
    position: relative;
    float: left;
    margin: 0;
    /*padding-top: 11px;*/
}
.cbp-qtcontent {
    width: 100%;
    height: auto;
    position: absolute;
    min-height: 180px;
    top: 0;
    z-index: 2;
    display: none
}
.cbp-qtrotator .cbp-qtcontent.current {
    display: block
}
.cbp-qtrotator blockquote {
    /*margin: 40px 0 0 0;
    padding: 0*/
}
.cbp-qtrotator blockquote p {
    /*font-size: 2em;
    color: #888;
    font-weight: 300;
    margin: 0.4em 0 1em*/
}
.cbp-qtrotator blockquote footer {
    font-size: 1.2em
}
.cbp-qtrotator blockquote footer:before {
    content: '― '
}
.cbp-qtrotator .cbp-qtcontent img {
    float: right;
    margin: 50px 0 0 50px
}
.cbp-qtprogress {
    position: absolute;
    background: #47a3da;
    height: 1px;
    width: 0%;
    z-index: 1000;
    max-width: 290px;
    display: none !important;
}

#jquery-script-menu {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    border-top: 5px solid #316594;
    background: #fff;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
    padding: 10px 0;
}

.jquery-script-center {
    width: 290px;
    margin: 0 auto;
}
.jquery-script-center ul {
    width: 212px;
    float:left;
    line-height:45px;
    margin:0;
    padding:0;
    list-style:none;
}
.jquery-script-center a {
    text-decoration:none;
}
.jquery-script-ads {
    width: 290px;
    height:90px;
    float:right;
}
.jquery-script-clear {
    clear:both;
    height:0;
}