/* CSS Document */

.table-active {
    background-color: rgba(213,0,0,1.00);
}

body {
  padding-top: 70px;
}
.btn-grey{
    background-color:#D8D8D8;
	color:#FFF;
}
.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}
.bold{
	font-weight:700;
}
.padding-bottom-7{
	padding-bottom:7px;
}

.review-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}
.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block-rate{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	margin-bottom:10px;
}
.review-block-description{
	font-size:13px;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 0.9rem;
}

.small, small {
    font-size: 0.7rem;
}

.bg-warning {
    background-color: #FF9405!important;
}



/*body {
    background-color: #eee
}*/
/*body {
    background-color: #eee
}*/

.icon::before {
  display: inline-block;
  display: none;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

div.stars {
    width: 270px;
}

.mt-200 {
    margin-top: 200px
}

input.star {
    display: none
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #4A148C;
    transition: all .2s;
}

input.star:checked~label.star:before {
    font-family: 'Font Awesome 5 Regular';
    font-weight: 900;
     content: '\f005';
    color: #FD4;
    transition: all .25s
}

input.star-5:checked~label.star:before {
    color: #FE7;
    
    /*text-shadow: 0 0 20px #952*/
}

input.star-1:checked~label.star:before {
    color: #F62;font-family: 'Font Awesome 5 Regular';
    font-weight: 900;
        content: '\f005';
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3)
}

label.star:before {
   /*display: none;*/
    font-family: 'Font Awesome 5 Regular';
    font-weight: 900;
     content: '\f005';
}

/*.rotate{
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.rotate.down{
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

.fa-chevron-down {
  -webkit-transition: transform .4s; /* Safari */
  transition: transform .4s;
}

.arrow_box {
	position: relative;
	background: #c2e1f5;
    border-radius: 3px;
}
.arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #c2e1f5;
	border-width: 10px;
	margin-top: -10px;
}

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }

    50% {
         opacity:0;
    }

    100% {
        opacity:1;
    }
}

.modal-dialog {
   position:fixed;
   top:auto;
   right:auto;
   left:50px;
   bottom:50px;
}

.bg-pitchblack{background-color:#000!important}

.bg-pitchblack .shadow {
    box-shadow:0 .5rem 1rem rgba(88,88,88,0.15)!important
}