* {
    padding: 0;
    margin: 0;
}
.gprc li a {
    color: #5D5D5D;
    display: block;
    padding: 2px 10px;
    line-height: 45px;
    opacity: 0.65;
    transition: all 0.20s ease-in-out 0s;
    -moz-transition: all 0.20s ease-in-out 0s;
    -webkit-transition: all 0.20s ease-in-out 0s;
    font-weight: bold;
}
.gprc li a:hover {
    color: white;
    background: #ED902A;
    text-decoration: none;
    opacity: 1;
    height: 49px;
}
.gprc li a.active {
    background: #ED902A;
    color: white;
    height: 49px;
}
ul.gprc {
    background: #848383;
    padding: 0px 30px 0 0;
    font-size: 14px;
    color: #3366cc;
    overflow: hidden;
    text-decoration: none;
    background: -moz-linear-gradient(0% 100% 90deg, #f5f5f5, #FFF);
    background: -ms-linear-gradient(top, #FFF, #F5F5F5);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F5F5F5), to(#FFFFFF));
    background: linear-gradient(#f5f5f5, #FFFFFF);
    margin-bottom: 50px;
}
ul {
    list-style-type: none;
}
#footer {
    text-align: right;
    width: 320px;
    position: fixed;
    bottom: 0px;
    right: 1px;
}
.shadow {
    /*-moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;*/
}
#newsletter {
    border: 0;
    position: fixed;
    top: 35%;
    right: -126px;
    transition: all 0.45s;
}
#newsletter img {
    border: none;
}
#bookmark:hover {
    right: 0;
}
#newsletter:hover {
    right: 0;
}
.affiliates {
    border: 0;
    position: fixed;
    top: 35%;
    right: 0;
}
.affiliates img {
    border: none;
}
.rateme {
    right: 1%;
    top: 3px;
    position: absolute;
    list-style-type: none;
}
#container-rating {
    margin: auto;
    width: 160px;
    background-color: transparent;
}
#container-rating #content-rating {
    padding: 5px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}
#container-rating #content-rating #form1-rating legend {
    padding: 5px;
    margin: auto;
}
label-rating {
    padding: 0px;
    text-align: center;
}
.ratingbox-rating {
    clear: both;
    margin: auto;
    width: 160px;
}
.ratingbox-rating img {
    padding: 0px;
    margin: 0px;
    float: left;
}
.result-rating {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-wight: bold;
}
.subscribe {
    background: none repeat scroll 0 0 #14A3B4;
    border-radius: 8px;
    box-shadow: 0 0 3px 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
    padding: 10px;
    width: 25%;
}
.subscribe-field {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    font-size: 15px;
    height: 45px;
    margin: 15px;
    transition: all 0.25s ease 0s;
    width: 60%;
}
.subscribe-field:focus {
    box-shadow: 0 0 3px 1px #6BC26C;
}
.lablabel {
    font-size: 24px;
    vertical-align: middle;
    color: #FFFFFF;
}
#ssub {
    background: none repeat scroll 0 0 #6BC26C;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    color: #FFFFFF;
    display: block;
    font-size: 20px;
    margin-left: auto;
    margin-right: 45px;
    padding: 5px;
}
#submess {
    color: #5CED34;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
#submitnewsletter {
    cursor: pointer;
}
#wrap-subscribe {
    display: none;
    position: fixed;
    margin-top: 12%;
    width: 100%;
    z-index: 10;
}
#fader {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}
#closebutton {
    color: #000000;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    text-align: right;
}
#subscribe-text {
    color: #FFFFFF;
    font-weight: bold;
}
.nav.nav-sidebar > li {
    border-bottom: 1px solid #ccc;
}
#sidebar-wrapper {
    background: none repeat scroll 0 0 #EFEFEF;
    height: 90%;
    left: 250px;
    margin-left: -250px;
    overflow-y: auto;
    position: fixed;
    top: 8.7%;
    transition: all 0.4s ease 0s;
    width: 250px;
    z-index: 10000;
}
.subscribe-login {
    background: none repeat scroll 0 0 #14A3B4;
    border-radius: 8px;
    box-shadow: 0 0 3px 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.85;
    padding: 10px;
    width: 85%;
}
#bookmark {
    border: 0;
    position: fixed;
    top: 40%;
    right: -125px;
    transition: all 0.45s;
}
#bookmark img {
    border: none;
}
#bookmark:hover {
    right: 0px;
}
.subscribe-field {
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    font-size: 15px;
    height: 45px;
    margin: 15px;
    transition: all 0.25s ease 0s;
    width: 90%;
}
.nav-sidebar > .active > a {
    background-color: #428BCA;
    color: #FFFFFF;
}
.nav-sidebar > .active > a {
    color: #FFFFFF;
}