/* MediaBox Styles */
#mbCenter, #mbToolbar {
    background-color: #1a1a1a;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
    -khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
    box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');
}

#mbOverlay {
    background-color: #000;
}

#mbCenter.mbLoading {
    background-color: #1a1a1a;
}

#mbBottom {
    color: #999;
}

#mbTitle, #mbPrevLink, #mbNextLink, #mbCloseLink, #mbPlayLink, #mbPauseLink {
    color: #fff;
}

/* Typography overrides */
body {
    font-family: Open Sans, sans-serif;
    font-weight: 300;
}

h1 {
    font-family: Open Sans, sans-serif;
    font-weight: 800;
    position: absolute;
    bottom: 0px;
    visibility: hidden;
}

h2 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}

h3 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
}

h4 {
    font-family: Open Sans, sans-serif;
    font-weight: normal;
}

h5 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}

h6 {
    font-family: Open Sans, sans-serif;
    font-weight: 600;
}

#widget-generatedpricing .header-widget {
    background: red;
}

.v-application.ctv-product .v-application--wrap {
    max-width: 100%!important;
}

/* GuestApp Reviews Widget - GENERAL */
#guestapp-reviews {
    position: relative;
    border-radius: 5px !important;
    font-family: Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 100 !important;
    width: 100% !important;
}

#guestapp-reviews p {
    margin: 8px 0;
}

#guestapp-reviews ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#guestapp-reviews table {
    margin: auto;
    width: 100%;
}

#guestapp-reviews table td {
    border: 0;
    vertical-align: top;
    padding: 0 5px;
    font-size: 12px;
}

.guestapp-criterias {
    padding: 0 15px;
}

.guestapp-comment {
    padding: 10px;
    border-radius: 5px;
}

.guestapp-center {
    text-align: center;
}

.guestapp-right {
    text-align: right;
}

.guestapp-bold {
    font-weight: bold;
}

.guestapp-scale {
    border-top: 1px solid white;
    font-size: 28px;
    padding: 0 8px;
}

.guestapp-mb3 {
    margin: 3px;
}

.guestapp-mb10 {
    margin-bottom: 10px;
}

.guestapp-big2 {
    font-size: 1.5em;
}

.guestapp-big3 {
    font-size: 3em;
    line-height: 1.2em;
}

.guestapp-bar {
    background-color: white;
    border: 1px solid #999;
    height: 10px;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.guestapp-progress {
    display: block;
    height: 100%;
    width: 0;
}

.guestapp-rating-bar {
    position: absolute;
}

.guestapp-link {
    color: grey;
    font-weight: 300;
    font-size: 10px;
}

.guestapp-link:hover {
    color: #da3768;
}

.guestapp-see-more {
    cursor: pointer;
}

.guestapp-infos {
    padding: 20px;
}

/* GuestApp Reviews Widget - REVIEW AGGREGATE */
.guestapp-aggregate h1 {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    width: auto;
}

.guestapp-aggregate .guestapp-language {
    top: 15px;
    width: auto;
    position: absolute;
    right: 15px;
}

.guestapp-aggregate > .guestapp-title {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.guestapp-details {
    margin: 0;
    padding: 0 10px 10px 10px;
}

.guestapp-title {
    text-align: center;
}

.guestapp-aggregate .guestapp-average {
    box-sizing: border-box;
    border-radius: 50%;
    color: white;
    height: 90px;
    padding-top: 8px;
    text-align: center;
    width: 90px;
    margin: 20px auto 0 auto;
}

/* GuestApp Reviews Widget - REVIEW */
.guestapp-review {
    padding: 10px;
}

.guestapp-rating {
    height: 31px;
    text-align: center;
    margin: 0 auto 15px auto;
}

.guestapp-review table {
    font-size: inherit;
}

.guestapp-review .ga-review-footer li:nth-child(2) {
    text-align: right;
}

.guestapp-review .guestapp-authenticity {
    text-align: right;
}

.guestapp-review .guestapp-authenticity img {
    height: 30px !important;
    width: auto;
}

.guestapp-footer {
    padding: 10px 0 0 0;
    font-size: 10px;
}

.guestapp-footer img {
    height: 40px !important;
    margin-bottom: 5px;
}

.guestapp-criterias-rating td {
    display: none;
}

.guestapp-criterias-rating.open td {
    display: table-cell;
}

.guestapp-review i {
    font-size: 12px;
}

.guestapp-content-reviews {
    max-height: 475px;
    overflow: auto;
}

.guestapp-response-container {
    margin-top: 10px;
}

.guestapp-comment-response {
    margin-left: 10%;
    border-left: 2px solid #999999;
    padding: 10px;
}

/* GuestApp Reviews Widget - Theme Obscur */
.guestapp-widget-obscur {
    background-color: #2B282F;
    color: #f7f7f7;
}

.guestapp-widget-obscur table {
    color: #f7f7f7;
}

.guestapp-widget-obscur .guestapp-review {
    border-bottom: 1px solid #000;
}

.guestapp-widget-obscur .guestapp-aggregate > .guestapp-title {
    background-color: #262f34;
}

.guestapp-widget-obscur .guestapp-details {
    background-color: #262f34;
    border-bottom: 1px solid #000;
}

.guestapp-widget-obscur .guestapp-stars {
    color: #f7f7f7;
}

.guestapp-widget-obscur .guestapp-rate {
    color: #da3768;
}

.guestapp-widget-obscur .guestapp-comment {
    background: #2B282F;
    border: 1px solid black;
}

.guestapp-widget-obscur .guestapp-footer {
    border-top: 1px solid black;
}

.guestapp-widget-obscur .guestapp-show-globals-criterias {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

.guestapp-widget-obscur .guestapp-details {
    color: white;
}

.guestapp-widget-obscur .guestapp-scale {
    border-top: 1px solid white;
}

.guestapp-widget-obscur .guestapp-progress {
    background-color: #da3768 !important;
}

.guestapp-widget-obscur .guestapp-aggregate .guestapp-average {
    background-color: #da3768;
}

/* GuestApp Reviews Widget - Theme Bright */
.guestapp-widget-bright {
    background-color: #f5f5f5;
    color: #333;
    overflow: hidden;
}

.guestapp-widget-bright table {
    color: #333;
}

.guestapp-widget-bright .guestapp-review {
    border-bottom: 1px solid #ccc;
}

.guestapp-widget-bright .guestapp-aggregate > .guestapp-title {
    background-color: #f5f5f5;
}

.guestapp-widget-bright .guestapp-details {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
}

.guestapp-widget-bright .guestapp-stars {
    color: #333;
}

.guestapp-widget-bright .guestapp-rate {
    color: #da3768;
}

.guestapp-widget-bright .guestapp-comment {
    background: #fff;
    border: 1px solid #ccc;
}

.guestapp-widget-bright .guestapp-comment-response {
    border-color: #ccc;
}

.guestapp-widget-bright .guestapp-show-globals-criterias {
    border: 1px solid #A0264B;
    background-color: #da3768;
    border-bottom: 2px solid #A0264B;
    color: white;
    cursor: pointer;
}

.guestapp-widget-bright .guestapp-scale {
    border-top: 1px solid #ccc;
}

.guestapp-widget-bright .guestapp-progress {
    background-color: #da3768 !important;
}

.guestapp-widget-bright .guestapp-aggregate .guestapp-average {
    background-color: #da3768;
}

.guestapp-rating-tooltip img {
    width: 100%;
    height: auto;
}

.guestapp-rating-tooltip {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
}

.guestapp-rating-tooltip::before {
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 5px;
    padding: 10px;
    margin-left: 10px;
    color: #fff;
    background: #888;
    border-radius: 5px;
    content: attr(aria-label);
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
}

.guestapp-rating-tooltip:hover:before,
.guestapp-rating-tooltip:focus:before {
    opacity: 1;
}

/* Template Section Backgrounds */
#sp-top-bar {
    background-color: #f5f5f5;
    color: #999999;
}

#sp-bottom {
    background-color: #f5f5f5;
    padding: 100px 0px;
}

#redim-cookiehint-bottom {
    position: fixed;
    z-index: 99999;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: auto !important;
}

/* Inline utility classes for index.php content */
.text-center {
    text-align: center;
}

.phone-reception-title {
    color: #ffffff;
    font-size: 18pt;
    font-weight: bold;
}

.phone-reception-content {
    color: #ffffff;
    font-size: 12pt;
}

.camping2be-logo {
    margin-right: 10px;
    float: left;
    background-color: #02f;
    padding: 15px;
    border-radius: 4px;
}

.camping2be-stars {
    color: white;
    font-size: 30px;
}

.camping2be-name {
    color: white;
    font-size: 16px;
}

.camping2be-btn {
    margin-top: 10px;
    color: white;
    background: #02f;
}

.facebook-link {
    color: white;
}

.widget-table {
    width: 100%;
}

.widget-rounded-img {
    border-radius: 30px;
    margin: auto;
    display: block;
}

.widget-padding {
    padding: 10px;
}

/* Phone reception responsive */
@media (max-width: 767px) {
    .phone-reception {
        padding-top: 20px;
    }
}
