/* 
    Created on : Feb 12, 2019, 2:18:32 PM
    Author     : csiszi
*/

hr.pushTop {
    display: block;
    border: none;
    height: 1px;
    margin: 10px 0 0 0;
    color: #dcdcdc;
    background-color: #dcdcdc;
}

#studio-header {
    margin-bottom: 1rem;
}

#coverflow {
    margin-top: 1rem;
}

#mapContainer {
    width: 1000px;
    height: 1000px;
    max-width: 80%;
    max-height: 80%;
    padding: 0;
    margin: 0;
}

#verdict-container {
    margin-bottom:1rem;
    background:#f3f3f3;
    padding:1rem;
}

#verdict-container .row {
    margin:10px 0;
}

#verdict-container .the-good {
    color:#2CB51F;
}

#verdict-container .the-bad {
    color:#e92400;
}

#contact-container a:hover {
    text-decoration: underline !important;
}

#studio-extras {
    margin-top: 1rem;
}

#content h1.studio-title {
    font-size:1.5rem;
    display:inline;
}

#studio-header-line1 span {
    margin-left:10px;
}

#studio-header-line1 .rating .fa-sun {
    color: orange;
}

#studio-header-line2 address {
    display: inline;
}

#studio-header-line2 .fa-map-marker {
    display: inline;
    color: #2875CB;
}

#studio-header-line2 .view-on-map {
    text-decoration: underline;
}

#studio-extras {
    color: #2CB51F;
    font-weight: bold;
    margin:10px 0;
}

.mapLink {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    height: 80px;
    margin-bottom: 20px;
    padding: 25px 0;
    background: url(/images/map.png) top center no-repeat;
    text-align: center;
}

.mapLink .btn {
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    background:white;
}

.mapLink .btn:hover {
    color:#0056b3
}

.filterBar {
    display: none;
    position: relative;
    height: 48px;
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

.filterBar .filterBar__border {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
}

.filterBar.filterBar--items2 .filterBar__border {
    left: 50%;
}

.filterBar button {
    float: left;
    height: 48px;
    background: none;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    cursor: pointer;
}

.filterBar.filterBar--items2 button {
    width: 50%;
}

.filterBar .filterBar__item {
    display: inline-block;
    height: 16px;
    padding: 16px 0;
}

.listSidebar {
    float: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 0 0 #dcdcdc;
    max-width: 260px;
}

.filterGroup {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
}

ul.unformatted {
    margin: inherit 0;
    padding: 0;
    list-style: none;
}

.placeCard {
    position: relative;
}

.placeCard__images {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #333;
    background-size: 100% auto;
    border-radius: 2px;
}

.placeCard__images img {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    z-index: 200;
    object-fit: cover;
    top: 0;
    left: 0;
}

.loader__icon {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    border-radius: 4px;
    background: #111;
    background: rgba(0,0,0,0.8);
    overflow: hidden;
    z-index: 900;
}

.placeCard__images .loader__icon {
    position: absolute;
    padding: 10px;
    z-index: 100;
}

.placeCard__images .loader__icon img {
    position: static;
    display: block;
    width: 32px !important;
    height: 32px;
}

.placeCard--big .placeCard__content {
    padding-top: 10px;
}

.placeCard__content .placeCard__content__top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
}

.placeCard--big .placeCard__content__top {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    width: calc(100% - 30px);
    margin-bottom: 2px;
}

.placeCard--big h1, .placeCard--big h2, .placeCard--big h3, .placeCard--big h4, .placeCard--big h5, .placeCard--big h6 {
    line-height: 145%;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -.3px;
    margin: 0 0 20px 0;
    color: #111;
    margin-bottom: 0;
}

.placeScore {
    float: left;
    display: inline-block;
    height: 20px;
    padding: 0 5px;
    border-radius: 2px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.placeScore--4 {
    background: #a7d600;
}

.placeCard__content .placeScore {
    flex-grow: 0;
    margin-left: 10px;
}

.placeCard--big .placeScore {
    margin-top: 3px;
}

.placeCard--big .placeCard__content__price {
    float: right;
    text-align: right;
    line-height: 26px;
    font-size: 14px;
    color: #999;
}

.placeCard__content .placeCard__content__bottom {
    clear: both;
    font-size: 0;
    font-size: 14px;
    color: #666;
    display: block;
}

.placeCard__content .placeCard__content__bottom small {
    font-size: 14px;
    color: #666;
}

.placeCard__content .placeCard__content__bottom small:after {
    content: "|";
    font-weight: 200;
    color: #999;
    padding: 0 6px 0 8px;
}

.placeCard__content .placeCard__content__bottom small:last-child:after {
    display:none;
}

.placeCard__content .placeCard__content__bottom small {
    font-size: 14px;
    color: #666;
}

.locationSearch input[type="text"] {
    margin-bottom: 10px;
    padding-left: 38px;
}

.locationSearch i.fa-search {
    position: absolute;
    display: block;
    top: 12px;
    left: 12px;
}

.listSidebar h4 {
    line-height: 145%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -.3px;
    margin: 0 0 10px 0;
    color: #111;
}

.listContent {
    padding-top: 20px;
    padding-bottom: 20px;
}

.listContent .dropdown {
    text-align: right;
}


input.star { display: none; }

label.star {
    float: right;
    margin: 0 10px 0 0;
    font-size: 20px;
    color: #FD4;
    transition: all .2s;    
}

input.star:checked ~ label.star:before {
    content: "\f185";
    color: orange;
    font-weight: 800;
    transition: all .25s;
}

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

input.star:checked ~ label.star:before { color: orange; }

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

label.star:before {
    content: "\f185";
    font-weight: 400;
    font-family: "Line Awesome Free";
}

.placeCover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.placeCoverContainer {
    position: relative;
    height: 0;
    margin: 27px -3px;
    padding-top: 50%;
}

.placeCover__imgContainer {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 3px;
}

.placeCover__imgContainer img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.placeCover__imgContainer a {
    display: block;
    width: 100%;
    height: 100%;
}

.placeCover__sectionSquare {
    float: left;
    width: 50%;
    height: 100%;
}

.placeCover__sectionQuarter {
    float: left;
    width: 25%;
    height: 100%;
}

.placeCover__sectionHalf {
    float: left;
    width: 50%;
    height: 100%;
}

.placeCover__sectionRectangle {
    height: 50%;
}

.placeOpeningDetails div {
    float: left;
}

.placeOpeningDetails__left {
    width: 50%;
}

.placeOpeningDetails__right {
    width: 50%;
}

.placeCover__numberOfPhotos {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
}

.placeCover__numberOfPhotos span, .placeCover__numberOfPhotos i {
    float: left;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.placeCover__numberOfPhotos span {
    margin-left:5px;
}

.placeCover__sectionMap__map {
    position: relative;
    height: 100%;
}

.placeCover__sectionMap__map a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.js-placeMapBox {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.u-colorLight, .show-more {
    color: #999;
}

.placeOpeningText {
    float: left;
    margin-right: 10px;
}

.placeAbout__container h2, .t-title3 {
    line-height: 145%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: -.3px;
    margin: 0 0 20px 0;
    color: #111;
}

.placeContacts p {
    margin-bottom: 15px;
}

.placeContacts p > span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 26px;
}

.placeContacts p a {
    color: #333 !important;
    word-break: break-all;
}

.placeMapMobile {
    position: relative;
    padding-bottom: 30%;
    overflow: hidden;
}

.placeMapMobile img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -14px;
    z-index: 100;
    pointer-events: none;
}

.placeMapMobile span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 180px;
    margin: -90px 0 0 -400px;
    background-position: center center;
    background-size: 800px auto !important;
    background-repeat: no-repeat;
}

.placeSubActions {
    float: right;
}

.placeSubActions a {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #dcdcdc;
    font-size: 12px;
}

.placeSubActions a:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.u-centering__content {
    float: left;
    position: relative;
    left: -50%;
}

.more-inner {
    width: 100%;
    max-height: 109px;
    overflow: hidden;
}

.placeContacts p > span {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    padding: 0 0 0 26px;
}

#mapModal .modal-dialog {
    width: 90%;
    height: 90%;
    padding: 0;
}

#mapModal .modal-content {
    height: 100%;
    border-radius: 0;
}

.leaflet-tile-pane,
.mapboxgl-map[style],
.leaflet-pane {
    width:100% !important;
    height:100% !important;    
}

.leaflet-right .tomtom-control-panel .tomtom-foldable__header .tomtom-foldable__title {
    font-size:1rem;
}

#mapModal .modal-dialog {
    max-width: none !important;
    margin: 0 auto;
}

#mapModal {
    top:90px;
}

.admin-bar #mapModal {
    top:120px;
}

#mapModal .modal-body {
    padding:0;
}

#mapModal[style] {
    padding-right: 0 !important
}

.placeSubActions,
.yasr-visitor-votes {
    margin: 15px 0;
}

.review-box-header {
    cursor: pointer;
}

.review-box .review-box-inner em.ratio {
    float: left;
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}

.rating-details {
    margin: 0;
    margin-right: 0;
    margin-bottom: 5px!important;
    margin-left: 88px;
    list-style: none;
}

.rating-details li {
    position: relative;
}

.rating-details li div.r {
    position: relative;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 1px;
}

.rating-details li div.b {
    position: relative;
    height: 7px;
    background-color: #dbdbdb;
    border-radius: 3px;
    margin: 3px 0 15px;
}

.rating-details li div.bi {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #5F3F51;
    right: 100%;
    border-radius: 3px;
}

.review-box {
    position: relative;
    margin-bottom: 0;
    text-align: justify;
}

.rating-details li strong {
    float: right;
    font-size: 14px;
}

.review-box-inner {
    overflow: hidden;
    cursor: default;
    padding: 5px 0;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
}
.cbx:not(:last-child) {
    margin-right: 6px;
}
.cbx:hover {
    background: rgba(0,119,255,0.06);
}
.cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
}
.cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}
.cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
}
.cbx:hover span:first-child {
    border-color: #07f;
}
.inp-cbx {
    position: absolute;
    visibility: hidden;
}
.inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave 0.4s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}
.inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}
@media screen and (max-width: 640px) {
    .cbx {
        width: 100%;
        margin-bottom: 4px;
        display: inline-block;
    }
}
@-moz-keyframes wave {
    50% {
        transform: scale(0.9);
    }
}
@-webkit-keyframes wave {
    50% {
        transform: scale(0.9);
    }
}
@-o-keyframes wave {
    50% {
        transform: scale(0.9);
    }
}
@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

.filterGroup sup {
    top: -.1em;
    vertical-align: unset;
    font-size: 75%;
}

.mapLink {
    background-size: cover;
}

.toggle-filter-group .fa {
    display:none;
}

@media only screen and (max-width: 768px) {
    .toggle-filter-group .fa {
        display:inline;
    }
    
    .filterGroup:not(.nohide) {
        display:none;
    }
    
    .fa-angle-down.mobile-only:before {
        content: "\f106";
    }
}

@media only screen and (min-width: 769px) {
    .filterGroup[style] {
        display:block !important;
    }
}

#coverflow-container {
    position: relative;
}

.previous-cover,
.next-cover {
    display:none;
    position: absolute;
    top: calc(50% - 24px);
    z-index: 100;
    background: rgba(0,0,0,0.5);
    padding: 1em;
    color: white;
    right: 0;
}

.previous-cover {
    left:0;
    right:initial;
}

.previous-cover:hover,
.next-cover:hover {
    color:white;
}

.placeCard__images.mobile {
    padding-bottom:50%;
}