.review-tab{
    display: none !important;
}
body,html {
    width: 100%;
    font-family: "Source Sans Pro";
    margin: 0px;
    padding: 0px;
    background-color: #f9f9f9;
    overflow-x: hidden;
    padding-bottom: 10px;
}

a {
    text-decoration: none;
    color: inherit
}

.map {
    background-color: black;
    width: 100%;
    display: block;
    height: 268px;
}

.stars {
    display: inline-block;
    vertical-align: middle
}

header,map,iframe {
    height: inherit
}

iframe {
    height: 35px;
    max-width: 100%
}

.header-bar {
    background-color: #0080c9;
    color: white;
    line-height: 30px;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
    text-align: left;
    position: relative;
    z-index: 99;
}

.header-bar h3 {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 0px
}

.header-bar p {
    font-size: 20px;
    margin: 0px;
    vertical-align: middle;
    display: inline-block
}

.header-bar .reviews_surveys {
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    margin-left: 10px
}

.percentage {
    font-weight: 600;
    margin-right: 10px;
    vertical-align: middle
}

.photo {
    width: 100px;
    height: 100px;
    display: inline-block;
    vertical-align: middle;
    background-color:white;
    position: relative;
    margin-right: 25px;
    top: -70px;
    border-radius: 100%;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2)
}

.text {
    display: inline-block;
    vertical-align: middle
}

.text h3,.text p {
    margin-top: 0px
}

.container {
    width: 800px;
    margin: auto;
    padding: 20px;
}

.icon {
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size:19px;
}

.icon:last-child {
    margin-right: 10px
}

.card {
    width: 48%;
    background-color: white;
    height: inherit;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
    display: inline-block;
    vertical-align: top;
    min-height: 407px;
    box-sizing: border-box;
    padding: 15px;
    color: #949494;
    font-weight: 300;
    font-size: 16px;
    margin-right: 2%;
    padding-top: 0px;
    margin-bottom: 20px;
    text-align: left
}

.card.last-card {
    margin-right: 0%
}

.information {
    box-sizing: border-box;
    padding: 2px 17px;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    border-radius: 15px
}


.review-card .information{
    border: none;
    padding:  0px 0px;
    border-radius: 15px
}
.card-container {
    box-sizing: border-box
}

.card-container .information {
    -moz-user-select: -moz-all;
    -webkit-user-select: all;
    user-select: all;

}

.card-container .information:nth-child(3) {
    overflow:auto;
}
.card_header {
    box-sizing: border-box;
    border-bottom: 1px solid #0080c9;
    margin-bottom: 15px;
    position: relative
}

.card-container {
    max-width: 800px
}

.information-card {
    width: 355px
}

.hours-card {
    width: 425px
}

.photo img {
    height: 100%
}

.photo {
    overflow: hidden
}

table {
    border-collapse: collapse;
    color: #949494;
    font-weight: 300;
    display: inline-block
}

table,thead,tbody {
    width: 100%
}



thead td {
    border-bottom: 3px solid #e2e2e2;
    text-align: center;
    padding: 5px 0px
}

td {
    width: 126px;
    font-size: 14px
}

tbody td {
    background-color: #f9f9f9;
    border: 1px solid white;
    text-align: center
}

.weekday {
    box-sizing: border-box;
    padding: 10px 0px;
    border-bottom: 1px solid #f9f9f9;
    background-color: white;
    text-align: left
}

.amCell {
    border-right: 4px solid white
}

.pmCell {
    border-left: 4px solid white
}

.review-card {
    width: 100%;
    height: inherit;
    font-weight: 300;
    padding: 20px;
    min-height: inherit;
    max-width:810px;
}

.review-card .text {
    line-height: 30px
}

.review-card .information {
    line-height: 32px;
    letter-spacing: 0.2px
}

.review-card .percentage {
    font-weight: 300
}

.review-card p {
    font-size: 15px;
    text-align: justify;
    text-align-last: left;
}

.review-card h3 {
    font-size: 21px;
    position: relative
}

.review-card h6 {
    font-size: 14px
}

.review-card h6 strong {
    font-weight: 400
}

.review-card h3,.review-card p,.review-card h6 {
    margin: 0px;
    font-weight: 300
}

.review-card p,.review-card h6 {
    margin: 0px;
    font-weight: 400
}


.avatar {
    height: 91px;
    width: 91px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 100%;
}

.avatar img {
    width: 100%;
    border-radius:100%;
}

.pagination-container {
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: #949494;
    vertical-align: middle;
    line-height: 40px
}

.paginas {
    line-height: 10px;
    display: inline-block;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
    box-sizing: border-box;
    line-height: 36px;
    vertical-align: top;
    background-color: white;
    cursor: pointer
}

.paginas p {
    margin: 0
}

.paginas .pagina {
    display: inline-block;
    padding: 0px 20px;
    background-color: transparent;
    transition: 0.2s background-color, 0.2s color;
    font-size: 14px
}

.paginas .pagina:hover {
    display: inline-block;
    background-color: #0080c9;
    color: white;
    box-shadow: 0px;
    transition: 0.2s background-color,0.2s color
}


.pagina.active {
    display: inline-block;
    background-color: #0080c9;
    color: white;
    box-shadow: 0px;
    transition: 0.2s background-color,0.2s color
}

.antes,.depois {
    display: inline-block;
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
    box-sizing: border-box;
    padding: 10px;
    line-height: 10px;
    background-color: white;
    cursor: pointer;
    transition: 0.2s background-color, 0.2s color
}

.antes p,.depois p {
    margin: 0px
}

.antes:hover,.depois:hover {
    color: white;
    background-color: #0080c9
}

.antes:focus,.depois:focus {
    color: white;
    background-color: #0080c9;
    box-shadow: 0 0 1px #423333;
    outline: none
}

span.spacer {
    width: 16px;
    margin-right: 5px;
    display: inline-block
}

.reviewNumber {
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 30px;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.reviewNumber p {
    font-size: 13px
}

.reviewInDepth {
    display: none;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px
}

.reviewInDepth .title {
    width: 130px;
    display: inline-block
}

.e-chevron-down {
    cursor: pointer
}

.btn-cta {
    margin: auto;
    box-sizing: border-box;
    display: inline-block;
    padding: 15px;
    background-color: #0080c9;
    color: white;
    border-radius: 5px;
    margin: auto
}

.callToAction {
    text-align: center
}

.tabs {
    background-color: white;
    text-align: center;
    text-transform: uppercase
}

.tabs ul,.tabs li {
    color: #0080c9;
    text-decoration: none;
    list-style: none;
    padding: 0px;
    margin:0px;
}

.tabs li {
    display: inline-block
}

.tabs a {
    display: inline-block;
    padding: 15px 10px;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    margin: 0;
    transition: 0.2s border-bottom;
    font-size: 14px
}

.tabs a:hover {
    border-bottom: 3px solid #0080c9;
    transition: 0.2s border-bottom
}

.slides {
    width: 820px;
    margin: auto;
   overflow: hidden;
    height: 453px;
}

.slides-container {
    width: 1680px;
    position: relative;
    right: 0px;
    transition: 0.2s left
}

.slide-50 {
    padding: 10px;
    width: 810px;
    max-width: 810px;
    
    display: inline-block;
    vertical-align: top
}

#info,#reviews,#schedule {
    width: 800px
}

.anchor.active {
    border-bottom: 3px solid #0080c9;
    transition: 0.2s border-bottom
}

#schedule {
    box-sizing: border-box;
    padding: 0px;
    height: 750px;
    display: none;
}

iframe {
    display: block;
    width: 100%;
    outline: 0px;
    border: 0px;
    height: 100%
}



header.sticky-menu {
    position: fixed;
    width: 100%;
    z-index: 99;
    left: 0;
    top: 0;
}

header.sticky-menu .map {
    max-height: 90px;
    transition: max-height 0.2s

}

.sticky-spacer{
    position: relative;
    height: 449px;
    display: none;
}

.social-tab a{
    display: none;
 }


.social-tab a[href^='http'] {
   display: inline-block;
}

footer {
    text-align: center;
    color: #adaeaf;
    margin-top: 30px;
}

footer h6 {
    margin: 0px;
}

.antes a[href='#'] {
    display: none;
 }
 
 .depois a[href='#'] {
    display: none;
 }
 


.information .title {
    width: 161px;
    display: inline-block;
}

.information p a[href="http://"]{
    display:none;
}




.tingle-override-class .tingle-modal-box {
    height: 80%;
    width: 80%;
    padding: 0px;
}

.tingle-override-class .tingle-modal-box__content {
    padding: 0px;
    height: 100%;
    width: 100%;
}

.tingle-override-class button.tingle-modal__close {
    /* width: 2rem; */
    /* height: 2rem; */
}

.tingle-override-class span.tingle-modal__closeIcon {
    font-size: 60px;
    line-height: 60px;
}


body.tingle-enabled {
    overflow: hidden;
}




#yelp .avatar img {
   /* height: 100%;*/
    width: initial;
    border-radius: 0px;
}


.tabs li:last-child {
    display: none;
}

h3 {
    font-weight: 400 !important;
}

span.stars {
    color: #0080c9;
}


@media (max-width: 840px) {
    .container {
        width:80%
    }

    header.sticky-menu {
        position: relative;
    }
    
    .sticky-spacer {
        display: none !important;
    }
    
    .slides {
        height: 860px;
    }

    .header-bar .container {
        text-align: center
    }

    .card {
        width: 100%
    }

    .header-bar .text {
        text-align: left
    }

    .card_body .information p{
        text-align: justify;
        text-align-last: left;
    }

    table {
        width: 100%;
        display: table;
    }

    header .container {
        width: 100%
    }

    #info,#reviews,#schedule {
        width: inherit
    }

    
}


@media (max-width: 780px) {
    /*header,.header-bar {
        height:inherit
    }*/

    .header-bar .text {
        text-align: center;
        display: block
    }
    div#map {
        height: 150px;
        max-height: 150px;
    }
    .avatar {
        width: 91px;
        margin: auto;
        margin-bottom: 10px;
        display: block;
    }

    .avatar img {
        width: 91px
    }

    .photo {
        margin-right: 0px
    }

    header .header-bar .reviews_surveys {
        display: block
    }

    .photo {
        top: 0px;
        margin-top: -70px;
        margin-bottom: 10px
    }
}

@media (max-width: 680px) {
    .card {
        width:100%;
        margin-left: auto;
        display: inline-block
    }

    .card-container {
        text-align: center
    }

    .review-comtainer {
        text-align: center
    }

    .reviewNumber {
        display: none
    }

    
}

@media (max-width: 500px) {
    .container {
        width:100%
    }

    .card {
        margin-left: 0px;
        margin-right: 0px
    }

    .card-container,.pagination-container {
        box-sizing: border-box;
        padding: 0px
    }

    .slides {
        height: 860px;
    }
}

@media (max-width:450px){
    
        .card_header {
            text-align: center;
        }
        

    
        .tabs li {
            display: block;
        }
}
    
@media (max-width: 425px) {
    /*.tabs li {
        display:block
    }*/

    .card-container,#reviews {
        padding: 0px
    }
}

@media (max-width: 320px) {
    .tabs li {
        display:block
    }
}


.external-score{
    display: none;
    font-size: 15px;
    margin:0px;
    line-height: 25px;
}

.card.review-card.score * {
    vertical-align: unset;
    color: #0080c9;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.review-tab{
    display: none !important;
}