
.rotate-animation{
    animation: rotation 3s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

#places{
    padding-right: 40px;
}

#place_finder .locate{
    right: 25px;
    top: 6px;
    cursor: pointer;
}

.rotate {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    background-image: url(/img/rotate.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
    z-index: 1000;
    display: none;
    border-radius: 50%;
}

.img-wrapper:hover .rotate {
    display: block;
}

footer {
    background: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    font-size: 1rem;
}

.fixed {
    height: 100%;
    overflow: hidden !important;
    width: 100%;
    position: fixed;
}

.btn.active {
    color: #000;
    background: #eee;
    font-weight: 500;
}

.btn.active i {
    font-weight: 600;
}

.comment {
    position: relative;
}

.comment .text {
    border-radius: 18px;
    margin-left: 50px;
    padding: 10px 15px;
    background-color: #eee;
    line-height: 1.2;
    border-top-left-radius: 0;
    font-size: .9rem;
}

.comment-remove {
    position: absolute;
    right: 10px;
    bottom: 8px;
    color: #777 !important;
    text-decoration: none !important;
}

.comment-remove i {
    font-size: .85rem;
}

.comment .text span.date {
    font-size: .8rem;
    display: block;
    color: #777;
    margin-top: 2px;
}

.comment .text a {
    font-size: .9rem;
}

a {
    outline: none !important;
}

.sweet-alert h2{
    margin-top: 25px;
}

.modal button.close {
    background-image: url(/img/close.svg) !important;
    background-repeat: no-repeat !important;
    height: 55px;
    width: 55px;
    right: 15px;
    top: 20px;
    position: absolute;
}

.modal button.close span {
    display: none;
}

.comment_form {
    margin-left: -20px;
    margin-right: -20px;
    border-top: 1px solid #ccc;
    padding: 8px 20px 0 20px;
    position: relative;
}

.card-footer .btn:hover {
    background: #eee;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.btn-icon {
    padding: 2px 5px;
    text-decoration: none !important;
}

.btn-rev .dropdown-item i {
    margin-top: -2px;
}

.btn-rev .dropdown-item {
    padding: .5rem 1.5rem;
}

.dropdown-icons a i {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 12px;
}

.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar {
    height: 100vh;
    z-index: 999;
    background: #303030;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    padding: 1.7em;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

#sidebar #dismiss {
    text-align: right;
    cursor: pointer;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: coral;
}

#sidebar ul li.active > a {
    color: coral;
}

#sidebar li a svg {
    display: inline-block;
    margin-top: -4px;
    margin-right: 5px;
}

.youtube-play {
    background: url(/img/youtube_social_icon_red.png) no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 45px;
    height: 32px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}

.fancybox-caption {
    font-size: 1.2rem;
    font-weight: bold;
}

.blockUI.blockOverlay {
    z-index: 10000 !important;
}

.blockMsg {
    background: none !important;
    color: #fff !important;
    border: 0 !important;
    text-align: center !important;
    z-index: 10001 !important;
}

.pac-container {
    z-index: 10000;
}

.rate_this .star_title {
    color: #f99b00;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    right: -135px;
    top: 10px;
    width: 120px;
    text-align: left;
}

.form-group .icon-close {
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 25px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}

.star-s {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.93 59.85'%3E%3Cpolygon fill='%23cccccc' points='12.02 59.85 31.46 47.96 50.91 59.85 45.61 37.68 62.93 22.86 40.21 21.05 31.46 0 22.72 21.05 0 22.86 17.32 37.68 12.02 59.85'/%3E%3C/svg%3E");
}

.star-s span {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62.93 59.85'%3E%3Cpolygon fill='coral' points='12.02 59.85 31.46 47.96 50.91 59.85 45.61 37.68 62.93 22.86 40.21 21.05 31.46 0 22.72 21.05 0 22.86 17.32 37.68 12.02 59.85'/%3E%3C/svg%3E");
}

.images-wrapper a {
    text-decoration: none !important;
}

.add_review {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    border-radius: 50% !important;
    width: 56px;
    height: 56px;
    background-color: coral;
    text-align: center;
    font-weight: 100;
    color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 100;
    transform: rotateY(0deg);
    animation: expandFab .4s ease-out;
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-size: 2rem;
}

.add_review:after {
    content: '+';
}

.modal-header {
    padding-right: 3rem;
}

.sa-confirm-button-container {
    display: block !important;
}

.sa-confirm-button-container button {
    width: 100%
}

.sa-confirm-button-container button:nth-child(2) {
    margin-top: 10px;
}

.add_review:hover {
    text-decoration: none !important;
    color: #fff !important;
}

.add_review:hover:after {
    content: ':)';
    transform: rotate(-270deg);
    margin-top: 0;
    margin-right: -5px;
}

@media (max-width: 992px) {

    .img-wrapper .rotate {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .modal form label {
        text-align: left !important;
    }

    .rate_this .star_title {
        top: inherit;
        bottom: -22px;
        left: 0;
        right: inherit;
        font-weight: normal;
    }

    .dropzone .dz-preview .dz-image {
        width: 107px !important;
        height: 107px !important;
    }
}
