/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
  background-color: #eff3f6;
  color: #3d4852;
}
body a {
	color: #283179;
}
/* custom navigation color */
.homepage-header {
    margin: 20px 0 20px 0;
    width: 100%;
    height: 384px;
    background: url('/images/home-bg.jpg') no-repeat;
    background-size: cover;
}
.homepage-header h1 {
}
.homepage-header-container {
    padding-top: 100px;
}
.bg-dark {
	background-color: #000032 !important;
}
.bordered-rounded {
    border: 1px solid rgba(0,0,0,.125);
}
.text-mov {
  color: #000032;
}
.text-bold {
  font-weight: bold;
}
.inline {
    display: inline;
}
.inner-site-header {
    margin-top: -24px;
}
.navbar {
    padding: 15px;
    font-size: 14px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #f1f1f1 !important;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #CCCCCC !important;
}
.nav-item-bordered {
    border: 1px solid #f1f1f1;
}
.active-side {
	text-decoration: underline;
}
.no-padding {
	padding: 0 !important;
}
@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link  {
		padding-right: 0.8rem !important;
	}
}	
.card {
    border: none;
    -webkit-box-shadow: 1px 0 20px rgba(0, 0, 0, .05);
    box-shadow: 1px 0 20px rgba(0, 0, 0, .05);
    padding: 30px 20px 30px 20px;
}
.user-thumb {
	width: 50px;
	height: 50px;
}
.username {
	display:block;
	font-size: 16px;
}
.table td {
	color: #6c757d;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.search-padding {
    padding: 30px;
    border-radius: 0;
}
.search-btn-padding {
    padding: 18px;
    border-radius: 0;
}
.inner-search {
	padding: 20px 0 10px 0;
	background-color: #bec3c7;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.height-350 {
	height: 350px;
}
.white {
	color: white;
}
.text-right {
	text-align: right;
}
.promote-tr {
	background: rgba(0,0,0,.075);
}
.promote-tr td {
	color: #cc0000;
}
.promote-profile {
	color: #cc0000;
}
section.pricing {
  
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  background-image: none;
}
.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #000032 !important;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #000032;
}
.text-star {
  display: none;
}
label {
  cursor: pointer;
}
svg {
  width: 75px;
  height: 75px;
  padding: 0;
}
/* hide radio buttons */
input[name="star"] {
  display: inline-block;
  width: 0;
  opacity: 0;
  margin-left: -2px;
}
/* hide source svg */
.star-source {
  width: 0;
  height: 0;
  visibility: hidden;
}
/* set initial color to transparent so fill is empty*/
.star {
  color: #B0BEC5;
  transition: color 0.2s ease-in-out;
}
/* set direction to row-reverse so 5th star is at the end and ~ 
  can be used to fill all sibling stars that precede last starred element
  */
.star-container {
  height: 100px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
label:hover ~ label .star,
svg.star:hover,
input[name="star"]:focus ~ label .star,
input[name="star"]:checked ~ label .star {
  color: #fec105;
}
input[name="star"]:checked + label .star {
  animation: starred 0.5s;
}
input[name="star"]:checked + label {
  animation: scaleup 1s;
}
@keyframes scaleup {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
@keyframes starred {
  from {
    color: #fec105;
  }
  to {
    color: #fec105;
  }
}
ul.list-categories {
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
}
ul.list-categories li {
  width: 30%;
  list-style: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.chart{display:table;margin-top:-4px;margin-bottom:-4px}@media only screen and (min-width:640px){.chart{margin-top:-6px;margin-bottom:-6px}}.chart__row{width:100%;display:table-row;cursor:pointer;line-height:14px}@media only screen and (min-width:640px){.chart__row{line-height:11px}}@media only screen and (min-width:640px){.chart__row:last-child .chart__cell{border-bottom:0}}.chart__row.chart__row--highlight.star-rating-1 .chart__cell__bar__value{background-color:#ff3722}.chart__row.chart__row--highlight.star-rating-2 .chart__cell__bar__value{background-color:#ff8622}.chart__row.chart__row--highlight.star-rating-3 .chart__cell__bar__value{background-color:#ffce00}.chart__row.chart__row--highlight.star-rating-4 .chart__cell__bar__value{background-color:#73cf11}.chart__row.chart__row--highlight.star-rating-5 .chart__cell__bar__value{background-color:#00b67a}@media (hover:hover){.chart__row.star-rating-1:hover .chart__cell__bar__value{background-color:#ff3722}.chart__row.star-rating-2:hover .chart__cell__bar__value{background-color:#ff8622}.chart__row.star-rating-3:hover .chart__cell__bar__value{background-color:#ffce00}.chart__row.star-rating-4:hover .chart__cell__bar__value{background-color:#73cf11}.chart__row.star-rating-5:hover .chart__cell__bar__value{background-color:#00b67a}}.chart__cell{display:table-cell;vertical-align:middle;background-clip:padding-box;border-top:4px solid transparent;border-bottom:4px solid transparent}@media only screen and (min-width:640px){.chart__cell{border-top:6px solid transparent;border-bottom:6px solid transparent}}.chart__cell__checkbox label{top:-17px}.chart__cell__checkbox input[type=checkbox]{position:absolute}.chart__cell__checkbox--mobile{padding-left:8px}@media only screen and (min-width:640px){.chart__cell__checkbox--mobile{display:none}}.chart__cell__checkbox--tablet{display:none;padding-right:8px}@media only screen and (min-width:640px){.chart__cell__checkbox--tablet{display:table-cell}}.chart__cell__label{text-align:left;white-space:nowrap;padding-right:20px;color:#5c5c70}@media only screen and (min-width:640px){.chart__cell__label{padding-right:24px}}.chart__cell__bar{width:100%;background-color:#f2f2f5;position:relative;border-radius:2px;box-shadow:inset 1px 3px 0 rgba(0,0,50,.04)}.chart__cell__bar__value{background-color:#73738f;position:absolute;left:0;top:0;height:14px;border-radius:2px}@media only screen and (min-width:640px){.chart__cell__bar__value{height:12px}}.chart__cell__value{white-space:nowrap;text-align:right;padding-left:24px;color:#5c5c70}@media only screen and (min-width:640px){.chart__cell__value{padding-left:32px}}

@media only screen and (min-width: 640px){
.reviews-overview-header .review-filter-buttons { 
    display: flex;
}
.reviews-overview-body .rating-distribution-chart {
    padding-top: 24px;
}
}
.review-filter-buttons {
    display: flex;
    align-items: center;
}
.reviews-overview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4px;
    border-bottom: 1px solid #f2f2f5;
}
.reviews-overview-body {font-size: 14px;}
  
.review-filter-buttons {
    display: flex;
    align-items: center;
}
.reviews-overview-header .metadata {
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    line-height: 1.25rem;
    color: #73738f;
}
.review-filter-buttons .language-filter, .review-filter-buttons .star-rating-filter {
    margin-left: 8px;
}
.review-filter-buttons .language-filter>.button, .review-filter-buttons .star-rating-filter>.button {
    color: #000032;
}
.button--light, .button--light-shadow, .button--link, .button--subtle {
    padding: 4px 8px;
    height: 32px;
}
.button--light, .button--light-shadow {
    background-color: #fff;
    border: 1px solid #e8e8eb;
}
.button {
    display: block;
    position: relative;
    text-align: center;
    border-radius: 2px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    transition: background-color .2s linear;
    width: 100%;
    min-width: 48px;
    margin-bottom: 8px;
    height: 44px;
    white-space: nowrap;
    font-weight: 500;
    background-color: #c5c5d6;
    border: 0;
}
.review-filter-buttons .language-filter>.button, .review-filter-buttons .star-rating-filter>.button {
    color: #000032;
}
.button span:not(.icon)+[class*=icon-], .button span:not(.icon)+svg {
    margin-left: 2px;
}
.button svg.icon {
    top: -1px;
}
.button .icon {
    position: relative;
}
.star-rating-filter-button .icon {
    color: #73738f;
    margin-bottom: -1px;
}
svg.icon {
    height: 16px;
    width: 16px;
    vertical-align: sub;
}
svg.icon use {
    fill: currentColor;
}
.review-filter-buttons .language-filter, .review-filter-buttons .star-rating-filter {
    margin-left: 8px;
}