html, body, * {
    font-family: 'Montserrat', sans-serif;
}
a {
    text-decoration: none !important;
}
#footer {
    background-color: #f1f3f6;
    border-top: 1px solid rgba(0,0,0,.05);
    margin-top: 30px;
}
#footer-top {
    padding-top: 50px;
}
.footer-links {
    list-style: none;
    padding: 0;
}
.footer-links li {
    border-top: 1px solid #e2e3e7;
    position: relative;
}
.footer-links li a {
    display: inline-block;
    width: 100%;
    padding: 14px 10px 14px 0;
    position: relative;
}
#footer-top a {
    color: #74777c;
}
#newsletter h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 13pt;
    font-family: raleway,sans-serif;
    margin: 0;
    text-transform: uppercase;
    padding: 15px 0;
    display: inline-block;
}
#footer #copyright {
    background-color: #d3d8de;
    padding: 24px 0;
    line-height: 33px;
}
.social-networks {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
}
.social-networks li {
    display: inline-block;
    margin-left: 3px;
}
#footer #copyright a {
    color: #4d4f52;
}
.social-networks li a {
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    margin: 0;
    padding: 0;
    border: 1px solid #4d4f52;
    color: #4d4f52;
    font-size: 14pt;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

#top-bar {
    width: 100%;
    min-height: 33px;
    font-size: 13px;
    line-height: 33px;
    background-color: #f1f3f6;
    position: relative;
    z-index: 1020;
}
#top-info, #top-buttons {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#top-info li, #top-buttons li {
    display: inline-block;
    margin-left: 25px;
}
#top-buttons {
    float: right;
}
#top-buttons .divider {
    position: relative;
    border-left: 1px solid #74777c;
    width: 1px;
    height: 22px;
    overflow: hidden;
    margin-bottom: -6px;
}
.language-switcher {
    display: inline-block;
    position: relative;
}
.language-switcher span {
    padding-right: 30px;
    position: relative;
}
.language-switcher ul {
    position: absolute;
    left: -15px;
    top: 33px;
    padding: 0 30px;
    margin: 0;
    z-index: 999;
    background-color: #f1f3f6;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease-out;
    -moz-transition: max-height .3s ease-out;
    -ms-transition: max-height .3s ease-out;
    -o-transition: max-height .3s ease-out;
    transition: max-height .3s ease-out;
}
.language-switcher ul li {
    margin: 0!important;
    display: block!important;
}
.language-switcher ul li a {
    line-height: 33px;
    display: inline-block;
    width: 100%;
}
.md-avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
}
.post-detail .user-info .user-name-info {
    display: inline-block;
    vertical-align: top;
}
.post-detail .user-info .user-name-info span.name {
    margin-top: 5px;
}
.post-detail .user-info .user-name-info span.user-name {
    display: block;
    color: #A9AEB9;
    margin-top: 5px;
}
#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 0;}
#comments_list {
    width: 100%;
    overflow: auto;
}
.starrating > input {display: none;}  /* Remove radio buttons */
.starrating > label:before { 
  content: "\f005"; /* Star */
  margin: 2px;
  font-size: 20px;
  font-family: FontAwesome;
  display: inline-block; 
}
.starrating > label
{
  color: #222222; /* Start color when not clicked */
}
.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  } /* Set yellow color when star hover */

.sg-rate-box__rate {
    min-height: .875rem;
    line-height: 1rem !important;
    overflow: visible;
    color: #9fa6b5;
    margin: 10px 0 0;
}
.btn-thanks {
    background-color: #fff;
    color: #ff796b;
    fill: #ff796b;
    -webkit-transition-property: background-color, color, fill, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, color, fill, opacity, -webkit-box-shadow, -webkit-transform;
    transition-property: box-shadow, transform, background-color, color, fill, opacity;
    transition-property: box-shadow, transform, background-color, color, fill, opacity, -webkit-box-shadow, -webkit-transform;
    text-transform: uppercase;
    -webkit-box-shadow: 0 1px 6px 0 rgba(2,10,27,0.2);
    box-shadow: 0 1px 6px 0 rgba(2,10,27,0.2);
    transition-duration: 0.3s; }
.btn-thanks:hover {
    background: #ff796b;
}
.box-cookie-policy {
    z-index: 99999;
    border-top: 1px solid #fefefe;
    width: 100%;
    position: fixed;
    padding: 5px 15px;
    text-align: center;
    left: 0;
    bottom: 0;
}
.testimonial-card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
}
.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}
.indigo {
    background-color: #007bff!important;
}
.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
}
.testimonial-card .avatar img {
    width: 100%;
}
.testimonial-card .card-body {
    text-align: center;
}
.dark-grey-text {
    color: #4f4f4f!important;
}


