body{
    margin: 0;
    font-size: 14px;
    font-family: 'Titillium Web', sans-serif;
    background-color: #f2f2f2;
    background-image: url(/css/design/backg3.jpg);
    /*background-attachment: fixed;*/
    background-position: center 160px;
    background-size: cover;
}

.pull-left{float: left;}
.pull-right{float: right;}
.clearfix{clear: both;}
.align-left{text-align: left !important}
.align-right{text-align: right !important}
.align-center{text-align: center !important}
.wrapper{width: 1000px; margin: 0 auto;}
.transition-effect{
    -webkit-transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
    -moz-transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
    -o-transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
    -ms-transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease 0s, border 0.2s ease 0s, color 0.2s ease 0s, opacity 0.2s ease-in-out 0s;
}

input[type=button],
input[type=submit]{
    padding: 10px 15px;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

input[type=text],
input[type=password],
input[type=email],
textarea{
    border: 1px solid #444;
    background: #222;
    padding: 6px;
    border-radius: 3px;
    color: #eee;
    outline: none;
}

input:focus,
textarea:focus,
select:focus{
    outline: none;
}

textarea{resize: none;}

h2{
    margin-top: -9px;
    font-weight: normal;
    font-size: 17px;
    color: #ccc;
}
a{color: #fff;}
a.btn{
    padding: 6px 10px;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

a img{border: none !important;}

ul{
    margin-bottom: 25px;
    margin-left: -10px;
    font-size: 14px;
}
ul li{
    margin-bottom: 12px;
    list-style: none;
    border-left: 3px solid #ddd;
    padding-left: 5px;
}

ul li blockquote{margin-top: -15px;}




.no-margin{margin: 0px;}
.no-padding{padding: 0px;}
.box,
.page-block{
    background-image: url('/css/design/bg_trsp.png');
    margin: 10px 10px 10px 0;
    float: left;
    color: #fff;
    padding: 10px;
}
.box h1,
.page-block h1{
    margin-top: -5px;
    margin-bottom: 5px;
}
.page-block p{
    margin: 0px;
    overflow: hidden;
    height: 80px;
}

.page-block .view-more{
    padding: 5px 10px;
    width: 84px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    position: absolute;
    margin-top: 201px;
    background: #138dd0;
}

.page-block.medium .view-more{margin-left: 517px;}
.page-block.small .view-more{margin-left: 187px;}

.page-block.red .view-more{background: #e70d2f;}
.page-block.green .view-more{background: #b1c800;}
.page-block.yellow .view-more{background: #fecc00;}
.page-block.black .view-more{background: #000;}

a{text-decoration: none;}


#header,
#footer,
#content{
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

#header{
    height: 120px;
    background-color: #fff;
    background-image: url(/css/design/header-bg.png);
    /*background-position: center top;*/
}

#content{
    min-height: 300px;
    max-height: 745px;
    position: relative;
    z-index: 50;
}

#footer{
    height: 215px;
    background: #222;
    margin-top: 50px;
    padding-top: 20px;
}

#footer .sponsers{
    vertical-align: middle;
    float: left;
    width: 100%;
    background: #f9f9f9;
    margin-top: 30px;
}

#footer .sponsers a.img{
    display: block;
    border: none;
    float: left;
    margin: 20px;
}

#footer .sponsers img{
    max-height: 90px;
    max-width: 100px;
}

#footer .credits{
    width: 100%;
    background: #000;
    float: left;
    padding: 15px 0 20px 0;
}

.header-silhueta-viseu{
    height: 80px;
    position: absolute;
    margin: 40px 0 0 220px;
}

.header-logo{
    position: absolute;
    z-index: 1000;
    height: 225px;
    margin: 0px 0 0 0px;
}

.main-menu{
    position: relative;
    z-index: 99;
    background: #292929;
    height: 47px;
    margin-bottom: 45px;
    box-shadow: 0 1px 5px #000;
}

.main-menu .push{
    width: 200px;
    height: 47px;
    float: left;
}
.main-menu .option{
    float: left;
    text-transform: uppercase;
    /*padding: 9px 20px 9px 19px;*/
    padding: 9px 14px 9px 14px;
    font-size: 17px;
    border-bottom: 3px solid red;
}

.main-menu .option .dropdown-menu{
    opacity: 1;
    position: absolute;
    background: #000;
    width: 230px;
    margin: 12px 0 0 -14px;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 0 10px #ddd;
    display: none;
}

.main-menu .option .dropdown-menu a{
    display: block;
    padding: 5px;
    width: 220px;
    font-size: 13px;
}



.border-yellow{border-color: #fecc00 !important}
.box-yellow,
.border-yellow:hover,
.border-yellow.on{background-color: #fecc00 !important}
.box-yellow a:hover{background-color: #ffa800;}
.box-yellow h1{color: #fecc00;}
.color-yellow{color: #fecc00;}
a.box-yellow:hover{background:#ffa800 !important;}

.border-green{border-color: #b1c800 !important}
.box-green,
.border-green:hover,
.border-green.on{background-color: #b1c800 !important}
.box-green a:hover{background-color: #687f03;}
.color-green{color: #b1c800;}
a.box-green:hover{background:#687f03 !important;}

.border-blue{border-color: #138dd0 !important}
.box-blue,
.border-blue:hover,
.border-blue.on{background-color: #138dd0 !important}
.box-blue a:hover{background-color: #0f72b5;}
.color-blue{color: #138dd0;}
a.box-blue:hover{background:  #0f72b5 !important;}

.border-red{border-color: #e70d2f !important}
.box-red,
.border-red:hover,
.border-red.on{background-color: #e70d2f !important}
.box-red a:hover{background-color: #9c0100;}
.color-red{color: #e70d2f;}
a.box-red:hover{background:#9c0100 !important;}

.color-gray{color: #777777;}

.main-menu .option a{
    color: #fff;
}

.page-menu{width: 25%; float: left;}
.page-content{
    width: 65%;
    float: right;
    margin-right: 0px;
    padding: 15px;
}

.page-menu .option{
    width: 100%;
    text-align: right;
    float: right;
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
}


#header .counter{
    margin: 52px 80px 0 0;
    float: right;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 10px;
    background: #fff;
}

#header .counter .value{
    float: left;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    padding: 1px 6px;
}

#header .counter .value span{
    font-size: 10px;
    font-weight: normal;
    display: block;
    margin: -10px 0 0 0;
}

#header .counter .counter-title{
    font-size: 16px;
    position: absolute;
    margin: -13px 0;
    background: #fff;
}


.large{
    width: 960px;
    margin: 10px;
}

.medium{
    min-height: 230px;
    width: 620px;
    margin: 10px;
}
.small{
    min-height: 230px;
    width: 290px;
    margin: 10px;
}

.tiny{
    min-height: 230px;
    width: 290px;
    margin: 10px;
}

.page-block img{
    height: 100px;
    width: 100%;
}


#footer .footer-block{
    float: left;
    color: #fff;
    width: 155px;
    margin: 5px;
    font-size: 12px;
}

#footer .footer-block h1{
    margin: 0px;
    font-size: 15px;
    padding: 0px 10px;
}
#footer .footer-block a{
    margin-left: 10px;
    display: block;
    float: left;
    width: 100%;
    color: #777;
}
#footer .footer-block a:hover{color: #fff}

#footer .credits span{
    color: #555;
    font-size: 13px;
    margin: 0 10px;
}


/*
 * VÍDEOS
 */
.video,
.album,
.newspapper{
    float: left;
    color: #fff;
    padding: 5px;
    margin: 10px 15px;
    width: 200px;
    background: url(design/bg_trsp.png);
}

.video img,
.album img,
.newspapper img{
    width: 198px;
    height: 150px;
    float: left;
    margin-right: 10px;
    border: 1px solid #333 !important;
    margin-bottom:3px;
}
.album img{
    width: 198px;
    height: 198px;
}

.video h1,
.album h1,
.newspapper h1{
    float: left;
    font-size: 15px;
    font-weight: normal;
    width: 200px;
    height: 50px;
    line-height: 21px;
    margin-top: 0px;
}

.video:hover,
.album:hover,
.newspapper:hover{background: #9bba1f;}

.newspapper{
    width: 151px !important;
}
.newspapper img{
    width: 149px !important;
    height: 210px;
}
.newspapper h1{
    width: 147px !important;
    height: 25px;
}
.newspapper h2{
    margin: 0;
    font-size: 13px;
}


.page-block .video-preview .video{
    float: left;
    color: #fff;
    padding: 5px;
    margin: -5px 10px 10px 10px;
    width: 120px;
    height: 150px;
}

.page-block .video img{
    width: 120px;
    height: 90px;
    float: left;
    margin-right: 10px;
    border: 1px solid #333 !important;
    margin-bottom: 3px;
}

.page-block .video h1{
    width: 120px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden
}

.left-menu-option{
    width: 96%;
    padding: 5px;
    font-size: 15px;
    color: #fff;
    float: left;
}

.list{
    width: 100%;
    color: #fff;
}


.list th{
    background: #333;
    text-transform: uppercase;
    font-weight: normal;
    padding: 5px 0;
}

/*.list tr:hover td{background: #e70d2f;}*/

.list td{
    vertical-align: top;
    padding: 5px 0;
    font-size: 13px;
    border-bottom: 1px solid #777;
}

.list td a:hover{color: #ccc}


.faq{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 15px;
}
.faq.on h1{color: #ffa800; }
.faq h1{
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}
.faq h1:hover{
    color: #ffa800;
}
.faq p{
    margin: 0px;
    color: #999;
    display: none;
}


.help-question{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 15px;
    border-left: 5px solid #fecc00;
    padding-left: 5px;
}

.help-question.on h1{color: #ffa800; }
.help-question h1{
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}
.help-question h1:hover{
    color: #ffa800;
}
.help-question p{
    margin: 0px;
    color: #fff;
    display: none;
    margin-bottom: 15px;
}

.help-question .author{
    font-style: italic;
    color: #bbb;
}

.help-form-left{
    float: left;
    width: 220px;
    margin-left: 15px;
}

.help-form-right{
    float: left;
    width: 700px;
    padding-left: 20px;

}

.help-form-left input{
    width: 200px;
}

.help-form-right textarea{
    resize: none;
    width: 675px;
    height: 115px;
}


.help-form label{
    display: block;
}

.help-form input[type=submit]{
    float: right;
    margin-right: 17px;
    margin-left: 15px;
    text-transform: uppercase;
}
.help-form span{
    float: right;
    color: #ccc;
    text-align: right;
}

.box .view-more-btn{
    float: right;
}

form .info.success{
    padding-right: 30px;
    color: #6EDA45;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(icons/submit-true.png);
}

form .info.error{
    padding-right: 30px;
    color: red;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(icons/submit-error.png);
}

.box .sinal-pista{
    width: 150px;
    margin-left: 65px;
}

/*********** FEEDBACK *************/
.feedback{
    margin: 10px;
    padding: 5px 5px 5px 35px;
    border-radius: 3px;
    background-position: 5px 9px;
    background-repeat: no-repeat;
}
.feedback .message{font-size:15px; font-weight:bold;}
.feedback .details{font-size:13px;color:#777;}
.feedback a{text-decoration:none; color:#777}
.feedback a:hover{border-bottom:1px dotted #777;}
.feedback.error
{
    border:1px solid #DF8F8F;
    background-color:#FFCECE;
    background-image:url(icons/feedback_error.png);
    color:#665252;
}
.feedback.sucess
{
    border:1px solid #9ADF8F;
    background-color:#D5FFCE;
    background-image: url(/css/icons/inscrito-yes.png);
    color:#556652;
}
.feedback.warning
{
    border:1px solid #E6DB55;
    background-color:#FFFBCC;
    background-image:url(icons/feedback_warning.png);
    color:#666452;
}
.feedback.info
{
    /*    border:1px solid #A2B4EE;
        background-color:#DBE3FF;*/
    background-image:url(icons/feedback_info.png);
    color: #999;
    /*color:#585B66;*/
}


.programa{
    width: 100%;
    margin-top: 20px;
}

.programa th,
.programa td{
    padding: 5px;
    border: 1px solid #999;
    border-top: none;
    border-left: none;
}

.programa th.week-day{
    width: 102px;
    background: #000;
    border-top: 1px solid #999;
}
.programa th{
    font-weight: normal;
    border-bottom: 1px solid #999;
}

.programa td.border-right{
    border-left:  1px solid #999;
}

.programa td.manha,
.programa td.tarde,
.programa td.noite{
    font-size: 11px;
}

.programa span{
    padding: 9px;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.programa span.lob{background-image: url(icons/lob_logo.png);}
.programa span.exp{background-image: url(icons/exp_logo.png);}
.programa span.pio{background-image: url(icons/pio_logo.png);}
.programa span.cam{background-image: url(icons/cam_logo.png);}



.organogram-block{
    float: left;
    width: 93px;
    padding: 10px;
    margin: 10px 12px;
    background: #6a1377;
}

.organogram-block h1{
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

.organogram-block span{
    display: block;
}
.organogram-block span img{
    width: 110px;
    height: 110px;
    margin-left: -18px;
    padding: 3px;
    border-radius: 96px;
    border: 5px solid #fff;
}
.organogram-block span h2{
    margin: 0px;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 9px;
    text-align: center;
}

.line{
    height: 25px;
    border-left: 2px solid #999;
    margin-top: -35px;
    margin-left: 50px;
    position: absolute;
}

.organogram-line{
    position: absolute;
    width: 200px;
    height: 2px;
    border-top: 2px solid #999;
}

.organogram-vertical-bottom-line{
    border-left: 2px solid #999;
    height: 50px;
    position: absolute;
    margin-left: 50px;
    margin-top: 10px;
}


.small-news{
    display: block;
    width: 290px;
    border-bottom: 1px solid #999;
    padding-bottom: 0px;
    margin-bottom: 3px;
}

.small-news img{
    width: 44px !important;
    height: 44px !important;
    margin-right: 5px;
    margin-bottom: 2px;
    float: left;
}

.small-news h1{
    float: left;
    width: 240px;
    height: 42px;
    font-size: 14px;
}

.news{
    width: 939px;
    padding: 10px;
    margin-bottom: 15px;
}

.news h1{
    float: left;
    font-size: 18px;
}

.news img,
.news-full-view img{
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 10px;
}

.news .news-content{
    width: 770px;
    height: 80px;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
    color: #bbb;
}

.news .btn{
    padding: 3px 7px;
    font-size: 12px;
}

.news .date,
.news-full-view .date{
    float: left;
    padding-left: 20px;
    background-image: url(icons/news-clock.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.news .departament,
.news-full-view .departament{
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    background-image: url(icons/news-public.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.news .views,
.news-full-view .views{
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    background-image: url(icons/news-views.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.news-full-view{
    width: 100%;
}

.news-full-view .news-content{
    color: #bbb;
}


.news.block-medium{
    width: 605px;
    margin-bottom: 15px;
    padding: 10px 0px;
}

.news.block-medium h1{
    float: left;
    font-size: 18px;
}

.news.block-medium img{
    width: 120px;
    height: 120px;
}

.news.block-medium .news-content{
    width: 474px;
    height: 61px;
}
.news.block-medium .news-content p{margin: 0px;}


table.pontuations{
    width: 100%;
    color: #fff;
    margin-top: 20px;
}
table.pontuations td{
    border-bottom: 1px solid #777;
    vertical-align: top;
    padding: 5px !important;
    height: 80px;
}

table.pontuations th{
    background: #333;
    padding: 10px 0;
    text-transform: uppercase;
}
table.pontuations th.search{ padding: 0px !important; width: 432px;}

table.pontuations .agr{
    padding: 5px;
    border-bottom: 1px solid #777;
    width: 420px;
}

table.pontuations .agr .num{
    font-size: 60px;
    float: left;
    padding-right: 10px;
    font-weight: bold;
    line-height: 50px;
}

table.pontuations .agr .name{
    font-size: 20px;
    text-transform: uppercase;
    float: left;
    width: 310px;
}

table.pontuations .agr .inscrito{
    float: left;
    color: #ca3535;
    font-size: 14px;
    font-weight: normal;
    background-image: url(icons/inscrito-no.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
}
table.pontuations .agr .inscrito.yes{
    background-image: url(icons/inscrito-yes.png); 
    color: #6eda45;
}

.agr_sec_I,
.agr_sec_II,
.agr_sec_III,
.agr_sec_IV{
    border-left: 1px solid #777;    
    text-align: center;
    width: 100px;
}

.agr_sec_I img,
.agr_sec_II img,
.agr_sec_III img,
.agr_sec_IV img{
    height: 80px;
    margin: 0 auto;
    display: block;
}

.inscricao-status img{
    margin-top: 12px;
}

table.pontuations .tooltip{
    position: absolute;
    background: #222;
    border: 1px solid #444;
    border-radius: 5px;
    width: 300px;
    height: 300px;
    margin: -130px 0 0 -300px;
    box-shadow: 0 0 29px #000;
    display: none;
}

table.pontuations .tooltip:after{
    content: '';
    position: absolute;
    margin-top: -137px;
    margin-left: 150px;
    border-color: transparent transparent transparent #222;
    border-style: solid;
    border-width: 14px;
    height: 0px;
    width: 0px;
}
table.pontuations .tooltip:before{
    content: '';
    position: absolute;
    margin-top: 151px;
    margin-left: 151px;
    border-color: transparent transparent transparent #444;
    border-style: solid;
    border-width: 15.5px;
    height: 0px;
    width: 0px;
}

table.pontuations .tooltip .title{
    font-weight: bold;
    font-size: 17px;
    border-radius: 4px 4px 0 0;
}

table.pontuations .empty{
    color: #999;
    font-size: 12px;
    width: 75px;
    text-align: center;
    margin-left: 20px;
    margin-top: 19px;
}

table.pontuations .tooltip .description{height: 63px;}

table.pontuations .tooltip img{
    height: 200px;
    margin: 0 auto;
    display: block;
}

.search-pontuations{
    padding-left: 20px;
    background-image: url(icons/search-icon.png);
    background-position: 10px center;
    background-repeat: no-repeat;
}

.search-pontuations input{
    background: none;
    font-size: 15px;
    padding: 6px;
    border: none;
    width: 90%;
    font-weight: normal !Important;
}

.search-pontuations.inactive input{
    color: #777;
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
}

.left-menu-option .total-participants{
    float: right;
    font-size: 12px;
    padding: 2px 5px 2px 23px;
    border-radius: 24px;
    background-color: #000;
    background-image: url(icons/users.png);
    background-position: 5px 4px;
    background-repeat: no-repeat;
}
.left-menu-option.on .total-participants,
.left-menu-option:hover .total-participants{background-color: #9c0100;}

.inscricoes{
    width: 100%;
}

.inscricoes td,
.inscricoes th{
    padding: 5px;
}

.inscricoes th{
    background-color: #444;
}

.inscricoes td{
    vertical-align: top;
    border-bottom: 1px solid #777;
}

.inscricoes td.agr_nr{
    font-size: 32px;
    width: 72px;
    padding: 0px;
    text-align: right;
}

.inscricoes th.seccao{
    padding: 5px 0;
    width: 45px;
}

.inscricoes td.seccao{
    text-align: center;
    font-size: 17px;
    padding: 10px 0px 5px 0;
}

.inscricoes td.total{
    font-size: 26px;
    width: 60px;
    text-align: center;
    padding: 2px 0 0 0;
}
.inscricoes .regiao{
    font-size: 12px;
    color: #999;
    margin-top: -4px;
    text-transform: uppercase;
}

.inscricoes .search-pontuations{
    padding-left: 10px;
    background-position: 0px center;
}

.inscricoes .search-pontuations input{padding: 2px;}


.list.caev{
    width: 98%;
    margin: 0 auto;
}
.trabalhos-caev-data,
.trabalhos-caev-resp{
    border-left: 1px solid #777;
    padding: 10px;
    text-align: center;
    width: 135px;
}
.trabalhos-caev-data div.yes{
    height: 16px;
    width: 100%;
    background-image: url(icons/inscrito-yes.png);
    background-repeat: no-repeat;
    background-position: center;
}

.trabalhos-caev-data div.no{
    height: 16px;
    width: 100%;
    background-image: url(icons/inscrito-no.png);
    background-repeat: no-repeat;
    background-position: center;
}

.list.caev tr td{color: #ca3535}
.list.caev tr.busy td{color: #6eda45}


form.subscribe-newsletter{
    width: 93%;
    margin: 0 auto;
}

form.subscribe-newsletter .email{
    width: 98%;
}

form.subscribe-newsletter .select-box{
    margin-top: 11px;
    width: 233px;
    float: left;
    margin-bottom: 12px;
}

form.subscribe-newsletter select{
    width: 210px;
    background: #fff;
    height: 24px;
    border: 1px solid #fff;
}
form.subscribe-newsletter input.input-agr{
    border-radius: 21px;
    border: 1px solid #fff;
    width: 202px;
    padding: 2px;
    display: none;
}
form.subscribe-newsletter input[type=submit]{
    margin: 24px 0 32px 0;
}

form.subscribe-newsletter .info{
    float: left;
    padding: 10px 0 14px 30px;
    background-position: left 9px;
}

.music-row{
    margin-bottom: 10px;
    border: 1px solid #333;
    border-radius: 3px;

}
.music-row:hover{
    background-color: #333;
    border-color: #444;
}

.music-row.playing{
    /*background-image: url(/css/icons/animation.gif);*/
    background-position-y: center;
    background-size: cover;
    background-repeat: repeat-x;
    background-color: #333;
}

.music-row a.title{
    padding: 10px 10px 10px 45px;
    width: 50%;
    background-image: url(/css/icons/play.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    display: inline-block;
}
.music-row.playing a.title{
    background-image: url(/css/icons/stop_play.png);
}

.music-row .options{
    float: right;
}

.music-row .options div{
    float: left;
    padding: 10px;
}

.music-row .options .vote{
    background-image: url(/css/icons/vote.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #ffcc00;
    padding-left: 20px;
}

.vote-btn{
    cursor: pointer;
}

.music-row .play-progress{
    width: 0%;
    height: 2px;
    background: green;
    display: none;
}
.music-row.playing .play-progress{
    display: block;
    -webkit-transition: width 0.5s; /* For Safari 3.1 to 6.0 */
    transition: width 0.5s;
}


.vote-tooltip{
    background: #222;
    border-radius: 4px;
    border: 1px solid #555;
    box-shadow: 0px 0px 10px #555;
    position: absolute;
    width: 350px;

    margin-left: -390px;
    margin-top: -125px;
}

.vote-tooltip:before{
    content: ' ';
    position: absolute;
    margin-top: 109px;
    margin-left: 360px;
    border-style: solid;
    border-width: 16px;
    height: 0px;
    width: 0px;
    border-color: transparent transparent transparent #555;
}

.vote-tooltip:after{
    content: ' ';
    position: absolute;
    top: 119px;
    left: 368px;
    border-style: solid;
    border-width: 16px;
    height: 0px;
    width: 0px;
    border-color: transparent transparent transparent #222;
}

.vote-tooltip label{
    width: 100%;
    display: block
}

.vote-tooltip label span{
    color: #999;
    font-size: 12px;
    text-align: right;
    float: right;
}

.vote-tooltip span.help-nin{
    color: #999;
    font-size: 12px;
    text-align: left;
    float: left;
}

.vote-tooltip input.write{
    width: 95%;
    display: block;
    background: #f2f2f2;
    color: #222 !important;
}

.vote-tooltip input.write.error{
    width: 95%;
    display: block;
    background: #ffd3d3;
    color: #222 !important;
}


.vote-tooltip p.info{
    width: 253px;
    margin: 0px;
    line-height: 18px;
    display: block;
    float: left;
    color: #999;
    font-size: 12px;
}

.vote-tooltip hr{
    width: 100%;
    margin-top: 15px;
    float: left;
    border: none;
    border-top: 1px dashed #555;
}

.days-counter{
    float: right;
    margin: -10px 80px 0 0;
    width: 75px;
    height: 105px;
    background: #8a3197;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 8px #000;
}
.days-counter .header{
    padding: 0;
    text-align: center;
    color: #fff;
    margin: 28px 6px 1px 6px;
    border-bottom: 1px solid #ffffff;
}
.days-counter h1{
    font-size: 50px;
    text-align: center;
    margin: -15px 0;
    color: #fff;
}


.widget-newspapper{
    display: block;
    width: 290px;
    border-bottom: 1px solid #999;
    padding-bottom: 0px;
    margin-bottom: 3px;
}

.widget-newspapper img{
    width: 30px !important;
    height: 44px !important;
    margin-right: 5px;
    margin-bottom: 2px;
    float: left;
}

.widget-newspapper h1{
    float: left;
    width: 240px;
    font-size: 15px;
    margin: 0;
    color: #9bba1f;
}

.widget-newspapper h2{
    float: left;
    width: 240px;
    margin: 0;
    font-size: 13px;
}