/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 154px 0 100px;
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
  padding: 150px 0;
}

@media (max-width: 575px) {
	.img-polls-detail{
		width:100%;	
	}
}

@media (min-width: 576px) {
	.img-polls-detail{
		width:50%;	
	}
}
#chart_wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow:hidden;
}
#chart {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
}

.bg-wa {
    background-color: #075e54!important;
}
.form-cus{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    border: 2px solid #075e54;
}
.count-bg .hover{      	
    position: absolute;
    left: 0;
    top: 20px;
    font-weight: bold;
    width: 60px;
    text-align: center;
    color: white;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 14px;
}
.count-bg {
	position: relative;
	margin-right: 10px;
}

.h1-24{
  font-size:24px;
}

.h1-26{
  font-size:26px;
}