.hs-title-font {
    font-family: "Roboto Slab";
}
.hs-head-font {
    font-family: "Roboto Condensed";
}
.hs-font-up {
    text-transform: uppercase;
}
.hs-font-bold {
    font-weight: bold;
}
.hs-text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
}
.hs-box-shadow {
    box-shadow: 0px 1px 1px 0px rgba(20, 20, 20, 0.02);
}

/* style/hs-poll.css */

.hs-panel-poll form {
    margin: 0;
}
.hs-panel-poll form h5 {
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid #EEEEEE;
}
.hs-panel-poll .alert {
    margin-bottom: 10px;
}
.hs-panel-poll .option {
    position: relative;
    padding: 5px 10px;
    background: #efefef;
    font-size: 14px;
}
.hs-panel-poll .progress {
    margin-bottom: 10px;
}
.hs-panel-poll .votes {
    font-weight: bold;
    margin-right: 8px;
}
.hs-panel-poll .row-fluid {
    margin-top: 15px;
}
.hs-panel-poll .votes.pull-right {
    margin-right: 5px;
}
#toplamoy {
    padding: 10px;
    border: 1px dotted #FBEAA5;
    background: #FFF7D7;
}

/**/

#hs-block-grid.hs-poll-grid[data-columns]::before {
    content: '3 .hs-anket.span4';
}
.hs-poll-grid {
    margin-left: -20px
}
.hs-poll-grid .span4 {
    margin-left: 20px;
    width: 313px;
}
.hs-poll-grid .hs-item-img {
    max-width: 220px;
}
.hs-poll-grid .hs-item-caption {
    background: #F4F4F3;
    padding: 10px 15px;
}

/**/

.hs-module-anketler .hs-main-container, .hs-module-anket .hs-main-container {
    background: none!important;
    padding-top: 0!important;
}
.hs-module-anketler .hs-main-container> .row, .hs-module-anket .hs-main-container> .row {
    width: 980px;
}
.hs-module-anketler .hs-main-container> .row> .span12 {
    width: 980px;
    margin-left: 0;
}
.hs-module-anket .hs-main-container .hs-row> .span4 {
    width: 313px;
    margin-left: 0;
}
.hs-module-anket .hs-main-container .hs-row> .span8 {
    width: 617px;
    background: white;
    padding: 15px 15px 0;
}
.hs-module-anketler .hs-single-header {
    background: white;
    padding: 10px 15px 0;
}
.hs-module-anketler .hs-panel-poll, .hs-module-anket .hs-panel-poll {
    width: 283px;
    background: #ffffff;
    margin-bottom: 20px;
    margin-left: 20px;
    float: left;
    padding: 15px;
}
.hs-module-anket .hs-panel-poll {
    margin-left: 0;
}
.hs-module-anketler .span4 .hs-panel-poll {
    margin-left: 0px;
}
.hs-module-anketler .hs-poll-false .hs-panel-poll {
    padding-bottom: 0;
}
.hs-module-anket .jssocials-share {
    margin-top: 0;
    margin-bottom: 10px;
}
.sidebar .hs-panel-poll> .header {
    text-align: left;
    margin-bottom: 10px;
}
.sidebar .hs-panel-poll> .header .glyphicons:before {
    margin-top: -2px;
}
.hs-poll-head {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #eee;
}
.hs-module-anket:not(.hs-iframe-anket) .hs-poll-head.false:not(.with-image) {
    padding: 0;
    border: 0;
}
.hs-poll-head.with-image {
    padding: 0;
    border: 0;
    margin: -15px -15px 15px;
}
.hs-poll-head.with-image.single {
    margin: 0 0 15px;
}
.hs-poll-head.with-image.false {
    margin-bottom: 0;
}
.hs-poll-head.with-image:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, .8) 100%);
    position: absolute;
    pointer-events: none;
    z-index: 2;
}
.hs-poll-date {
    color: #999;
    font-size: 12px;
}
.hs-poll-question {
    font-size: 16px;
}
.hs-poll-head.with-image .hs-poll-question {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: white;
    line-height: 22px;
    text-shadow: 1px 1px black;
    z-index: 3
}
.hs-poll-option.radio {
    min-height: 18px;
    padding-left: 0px;
}
.hs-poll-label {
    background: #eeeeee;
    margin-bottom: 10px;
}
.hs-poll-label:hover, .hs-poll-option.radio input[type="radio"]:checked+.hs-poll-option-text {
    background: #2C3E50;
    color: white;
}
.hs-poll-option.radio input[type="radio"] {
    margin-top: 12px;
    margin-left: 8px;
}
.hs-poll-option-text {
    padding: 10px 10px 10px 30px;
}
.btn-poll {
    margin-top: 10px;
}
.with-image .btn-poll {
    background: transparent;
    border: 2px solid #fff;
    color: white;
    text-shadow: 1px 1px black;
    font-size: 12px;
    text-transform: uppercase;
}
.with-image .btn-poll:hover {
    background: white;
    color: black;
    text-shadow: 1px 1px white;
}
.hs-secenek-kucuk .hs-poll-option {
    width: 136px;
    float: left;
}
.hs-secenek-kucuk .hs-poll-option.last {
    margin-left: 10px;
}

/**/

.hs-iframe-anket .hs-panel-poll {
    width: 300px;
    margin-bottom: 0;
    padding: 0;
}

.hs-iframe-anket .hs-poll-head {
    margin: 0;
}

.hs-iframe-anket .hs-poll-date {
  display: none;
}
