
.src-code .embedcode {
    width: 100%;
    resize: none;
    direction: ltr;
    text-align: left;
}

.category-list {
    list-style: none;
}

.category-list li p {
    padding: 5px;
}

.category-list li img {
    width: 100%;
    border: 1px solid #dddddd;
}

.pagination {
    /*padding-right: 15px;*/
}

h2.category-title {
    margin-top: 0;
}

.no-padding {
    padding: 0 !important;
}


.comment-send-message {
    display: none;
}

.formplace{
    display: none;
}
.poll .cm-title {
    background: #f0f0f0;
    padding: 3px 10px;
    margin-bottom: 10px;
    color: #5d5d5d;
}
.cm-title .comment-count{
    font-size: 12px;
}
.poll section {
    padding: 10px 5px;
    margin: 0;
}

.options {
    color: #555;
}

.poll section ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.poll section ul.options {
    list-style: none;
    padding: 0 12px;
}

.poll section ul.options li {
    line-height: 30px;
}

.poll section ul.options li input {
    position: relative;
    top: 4px;
}

.poll section ul.options li span {
    padding: 0 10px;
}

.poll section .buttons ul {
    list-style: none;
    width: 190px;
    margin: 0 auto;
    padding: 0 14px;
    margin-top: 25px;
}

.poll section .buttons ul:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.poll .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    /*background-color: #A13CA0;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.poll .progress-bar {
    color: #000;
}
.poll .progress-bar{
    background: #A03D9C;
}
.poll section .buttons ul li {
    /*float: right;*/
    margin: 5px;
    text-align: center;
}

.poll section .buttons ul li a {
    color: white;
    background: #9E39A0;
    padding: 0px 10px 2px 10px;
    font-size: 12px;
}

.poll ul.answers {
    display: none;
}

.poll ul.answers span.name {
    float: right;
    width: 40%;
}

.poll ul.answers .progress {
    float: right;
    width: 60%;
    min-width: 160px;
    margin-top: 3px;
}

#frmsendfile .form-group #name,#frmsendfile  .form-group #email {
    width: 100% !important;
}
.form-group #captcha_image, .form-group #captcha, .form-group #reload_captcha {
float: right;
}
/*.form-group #reload_captcha,.form-group.register ,#browse  {
color: #FFFFFF !important;
}*/
.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-top-0 {
    margin-top: 0;
}
.share-element .icon-paper-plane:before{
    color: #C4001A;
}
span.published{
    position:absolute;
    left:0;
    top:0;
    font-size: 11px;
    padding: 13px 0;
    color: #a2a2a2;
}
@media(max-width:768px){
    span.published{
        position: inherit;
        white-space: nowrap;
    }
}