i {
    display: inline-flex;
    font-size: 1.15rem;
    color: #666666;
    width: 10%;
    margin: 10px;
}

i.sm {
    font-size: 10.5pt;
}

.icon-navtop-left {
    color: #be4730;
    padding-right: 12px;
    font-size: 2.3rem;
}

.icon-navtop-right {
    font-weight: 100;
    font-size: 1.5rem;
    padding: 0.5rem 1rem;
    padding-right: 20px !important;
    padding-left: 20px !important;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    line-height: 0.75em;
    vertical-align: -.0667em;
}

.icon-place-blue {
    font-size: 11pt;
    color: #96cce9;
    padding-right: 0.5rem !important;
    margin: 0;
    display: inline;
}

.icon-place-green {
    font-size: 11pt;
    color: #00a659;
    padding-right: 0.5rem !important;
    margin: 0;
    display: inline;
}

.vote-orange, .vote-yellow {
    display: inline-block;
}

.vote-orange i, .vote-yellow i {
    font-size: 10pt;
    margin: 0;
    color: #9f9f9f;
    margin: 2px;
}

.vote-orange i.active {
    color: #ea4b2c;
}

.vote-yellow i.active {
    color: #f8d25d;
}

footer .btn-primary.facebook {
    background-color: #1e78ae;
    border-color: #1e78ae;
}

footer .btn-primary.twitter {
    background-color: #1da1e3;
    border-color: #1da1e3;
}

footer .btn-primary.instagram {
    background-color: #f22d0b;
    border-color: #f22d0b;
}

footer .btn-primary.linkedin {
    background-color: #2e93cf;
    border-color: #2e93cf;
}

footer .btn-primary.youtube {
    background-color: #dd1718;
    border-color: #dd1718;
}

footer .btn-primary:hover {
    background-color: #ea4b2c !important;
    border-color: #ea4b2c !important;
}

footer .btn-primary i {
    font-size: 11pt;
    color: white;
    margin: 0;
    justify-content: center;
}

.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

li.social-item {
    display: inline;
    background: #cccccc;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
}

li.social-item:hover {
    background-color: #ea4b2c;
}

li.social-item a i {
   font-size: 13pt;
   color: white;
   line-height: 30px;
   margin: 0;
   width: auto;
}

.icon-blockquote {
    color: #ef8a77;
    font-size: 2.2em;
    margin: 0;
    width: auto;
}

.icon-avatar {
    color: #19bce5;
    font-size: 55pt;
    left: 47%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
}

.icon-circle {
    color: white;
    background: #ea4b2c;
    padding: 9px;
    border-radius: 50%;
    margin-right: 0.34rem !important;
    width: auto;
    margin: 0;
    font-size: 16pt;
}

.icon-rectangle {
    font-size: 12pt;
    background: #333745;
    border-radius: 6px;
    padding: 0.5rem;
    color: #f5f5f5;
    margin-right: 1rem;
    margin: 0;
    width: auto;
}