﻿.show-desktop {
    display: none;
}

.show-mobile {
    display: block;
}

h4.review-title-modern {
    font-size: 15px;
    line-height: 1.3;
    white-space: pre-line;
    color: #333;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-top: 14px;
}

h4.review-title-default {
    font-size: 15px;
    line-height: 1.3;
    white-space: pre-line;
    color: #333;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

h4.review-title-business {
    font-size: 15px;
    line-height: 1.3;
    white-space: pre-line;
    color: #333;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-top: 14px;
}

h4.review-title-modern {
    font-size: 15px;
    line-height: 1.3;
    white-space: pre-line;
    color: #333;
    font-weight: 600;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
}

.scrollToTop.scrollToTopUserMenu {
    right: 50px !important;
}

.userMenuBottom {
    position: fixed;
    bottom: 10px;
    width: auto;
    min-width: 32px;
    text-align: center;
    right: 10px;
    height: auto;
    padding-left: 0px;
    border-radius: 4px;
    z-index: 1999;
}

.app-reviews .reviewer .cverified-icon img, .cverified-icon img {
    width: 60px;
    height: initial;
    border-radius: 0px;
    margin-left: 4px;
    margin-top: 6px;
    float: right
}

.userMenuBottom .open-login, .userMenuBottom .open-logged {
    width: 32px;
    height: 33px;
    background: #f0ad4e;
    display: inline-block;
    padding: 8px;
    border-radius: 4px;
}

.userMenuBottom .open-logged {
    padding: 0px;
}

.userMenuBottom *:hover, userMenuBottom *:focus {
    text-decoration: none;
}

.userMenuBottom .user-thumbnail {
}


.userMenuBottom a#dropdownMenuLoggedIn i.fa {
    position: absolute;
    top: -4px;
    right: -4px;
    color: #fff;
    background: rgba(0,0,0,0.7);
    width: 18px;
    height: 18px;
    line-height: 1.6;
    text-align: center;
    border-radius: 10px;
    font-size: 11px;
}


.userMenuBottom.userMenuBottomLogged.open {
    padding-left: 100px;
    background: none;
}


.userMenuBottom .inner {
    cursor: pointer;
    line-height: 1.2;
}

.userMenuBottom .inner .fa {
    font-size: 16px;
    color: #fff;
}


.userMenuBottom .logged img {
    width: 32px;
    height: 33px;
    border-radius: 4px;
}

.userMenuBottom.dropup .dropdown-menu {
    background: #ffffff
}

.userMenuBottom.dropup .dropdown-menu .divider {
    margin: 5px 9px;
    background-color: #e5e5e5;
}

.userMenuBottom.dropup .dropdown-menu {
    max-height: 400px;
    overflow: auto;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0;
    font-size: 95%;
    color: #777;
    max-width: 140px;
    min-width: 140px;
}

.userMenuBottom.dropup .dropdown-menu > li a {
    color: #777;
    display: block;
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}

.userMenuBottom.dropup .dropdown-menu > li > a {
    padding: 5px 10px;
}

@media (min-width:768px) {

    /*    .userMenuBottom {*/
    /*        position: fixed;*/
    /*        bottom: 10px;*/
    /*        right: 50px;*/
    /*        width: auto;*/
    /*        height: auto;*/
    /*        background: #f0ad4e;*/
    /*        border-radius: 4px;*/
    /*    }*/

    .show-desktop {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



body.page-lists-branchs .section-lists > .container > .row > div:first-of-type {
    display: none
}

body.page-lists-branchs .section-lists > .container > .row > div {
    width: 100% !important
}
