.appenv {
    display: inline-block;
    padding: 3px 15px;
    font-size: 12px;
    position: fixed;
    background: #ff712e;
    color: #ffffff;
    top: 0;
    left: 0;
    z-index: 99999999;
}

/* HELPER: MARGINS
--------------------------------------------------------------------------------------------------------------------- */
@media ( max-width: 991px ) {
    .mb-15-sm {
        margin-bottom: 15px !important;
    }
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}

/* HELPER: OPACITY
--------------------------------------------------------------------------------------------------------------------- */
.opacity7{
    opacity: 0.7;
}
.opacity3{
    opacity: 0.3;
}
.modal-body {
    padding: 50px;
    font-size: 20px;
}

/* FORM INLINE VALIDATION
-------------------------------------------------- */
form.ng-submitted .ng-invalid, form.validator .ng-invalid {
    /* border: dotted 1px #ed5565;*/
 }
 form .error-message {
     /*color: #ed5565;
     font-size: 13px;
     text-align: left;*/
     display: block;
     color: red;
     margin-top: 2px;
     font-size:13px;
 }
 form .error-dark-bg-message {
     padding: 2px 5px;
     background-color: red;
     color: white;
     font-size:13px;
     /* padding: 2px 5px;
     background-color: #ed5565;
     color: #FFFFFF;
     font-size: 13px;
     text-align: left;
    */
 }
 
 /* ALERT
 -------------------------------------------------- */
 .alert {
     text-shadow: none;
     -webkit-box-shadow: none;
     box-shadow: none;
     color: white;
     font-size: 15px;
     font-weight: bold;
     border:none;
     border-radius: 0;
     padding: 15px 0;
     margin: 0 -15px;
 }
 
 .alert-success {
    background: green;
    border-color: green;
 }
 
 .alert-info {
     background: #23c6c8;
     border-color: #1fb1b2;
 }
 
 .alert-warning {
   background: red;
   border-color: red;
 }
 
 .alert-danger {
     background: #ed5565;
     border-color: #eb3e50;
 }

/*
.mauticform-error { margin-bottom: 10px; color: red; }
.mauticform-errormsg { display: block; color: red; margin-top: 2px; }
.mauticform-message { margin-bottom: 10px;}
.mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
  
.mauticform-post-success .mauticform-message {color: white; background: green;padding: 12px;font-size: 15px;font-weight: bold;}

.mauticform_wrapper {}
.mauticform-innerform {}
.mauticform-post-success {}
.mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
.mauticform-description { margin-top: 2px; margin-bottom: 10px; }

.mauticform-row { display: block; margin-bottom: 20px; }
.mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
.mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }

.mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 50%; padding: 0.2em 0.2em; border: 1px solid #CCC; box-shadow: 0px 1px 3px #DDD inset; border-radius: 4px; box-sizing: border-box; }
.mauticform-checkboxgrp-row {}
.mauticform-checkboxgrp-label { font-weight: normal; }
.mauticform-checkboxgrp-checkbox {}
.mauticform-radiogrp-row {}
.mauticform-radiogrp-label { font-weight: normal; }
.mauticform-radiogrp-radio {}
*/

/* FOOTER
--------------------------------------------------------------------------------------------------------------------- */
#footer {
    /*border-top: 1px solid #d9e1e9;*/
}


/* PAGE: FILMS SECTION
--------------------------------------------------------------------------------------------------------------------- */

.film-section {

}
.film-section .film-content {

}
.film-section .film-badges {
    margin-top: 25px;
}
.film-section .film-badges .film-badge {
    margin-bottom: 20px;
}
.film-section a.film-poster {
    display: block;
}
.film-section .film-poster {
    cursor: pointer;
    position: relative;
    max-width: 100%;
    background-size: cover !important;
    background-position: center;
    /*height: 311px !important;*/
    /*padding-top: 10.71429rem !important;*/
    /*padding-bottom: 10.71429rem !important;*/
}
.film-section .film-poster::after {

}
.film-section .film-poster .film-poster-meta {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    z-index: 0;
}
.film-section .film-poster .film-poster-bg {
    height: auto;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.3) !important;
}
.film-section .film-poster .film-poster-meta h4{
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0 0 5px;
    color: #ffffff;
}
.film-section .film-poster .film-poster-meta p{
    font-size: 14px;
    padding: 0;
    margin: 0 0 5px;
    color: #ffffff;
}
.film-section .film-poster .play-button{
    padding: 1px;
    color: #fff !important;
    display: block;
    cursor: pointer;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5) !important;
    width: 3.92857rem;
    height: 3.92857rem;
    font-size: 1.57143rem;
    text-align: center;
    border-radius: 50% !important;
}
.film-section .film-poster .play-button i{
    position: relative;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    z-index: 2;
    left: 0.14286rem;
}
.film-section .film-actions {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.film-section .film-actions .btn {
    margin-bottom: 10px;
}
.film-section .film-actions .btn-watch-now {
    font-weight: 700;
}

/* FILM TABS --------------------------------------------- */
.film-section .films-tabs {

}
.film-section .films-tabs > li {

}
.film-section .films-tabs > li a {
    font-weight: normal;
    text-transform: uppercase;
    padding: 0;
    margin: 0 10px;
}
.film-section .films-tabs > li > a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f3ae73;
}
.film-section .films-tabs > li > a:hover,
.film-section .films-tabs > li > a:focus {
    background: none;
}
.film-section .films-tabs > li.active > a,
.film-section .films-tabs > li.active > a:hover,
.film-section .films-tabs > li.active > a:focus {
    background: none;
    font-weight: bold;
    color: #555;
}
.film-section .films-tabs > li.active > a::after
{
    background: none;
}
.films-tabs.is_stuck {
    z-index: 1;
    background-color: rgba(255,255,255,0.96);
    padding: 20px 0;
    width: 100% !important;
    left: 0 !important;
    border-bottom: 0;
}
.film-container.bottom-on {
    /*top: auto !important;*/
    /*bottom: 0;*/
    left: 0;
}

/* FILM MODAL --------------------------------------------- */
.film-fb-wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.film-fb-wrapper-responsive {
    overflow:hidden;
    padding-bottom:56.08%;
    position:relative;
    height:0;
}
.film-fb-wrapper-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.film-modal .modal-content {
    border: 0;
    margin: 0;
    border-radius: 0;
}
.film-modal .modal-body {
    padding: 5px;
    margin: 0;
    background: #000000;
}
.film-modal .film-modal-header {
    padding: 0;
    position: absolute;
    top: 4px;
    z-index: 1;
    right: 8px;
    color: #ffffff;
    border: none;
}
.film-modal .film-modal-header .close {
    margin-top: 0;
    /*margin-right: -25px;*/
    text-shadow: initial;
    color: #ffffff;
}
.film-modal {
    text-align: center;
}
.film-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .film-modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}
@media ( min-width: 992px ) {}
@media ( max-width: 991px ) {
    .film-section .film-badges .film-badge {
        margin-bottom: 25px;
    }
}

/* PAGE: FILMS SECTION - RESPONSIVE VIDEO
--------------------------------------------------------------------------------------------------------------------- */

.responsive-video {
    height: 0; padding-top: 25px; padding-bottom: 67.5%; margin-bottom: 10px; position: relative; overflow: hidden;
}
.responsive-video.vimeo {
    padding-top: 0;
}
.responsive-video.widescreen {
    padding-bottom: 57.25%;
}
.responsive-video embed, .responsive-video iframe, .responsive-video object, .responsive-video video {
    top: 0; left: 0; width: 100%; height: 100%; position: absolute;
}
@media (max-width: 767px) {
    .responsive-video {
        padding-top: 0;
    }
}

/* COMPONENT: FEEDBACK
--------------------------------------------------------------------------------------------------------------------- */
.feedbacks {

}
.feedback {
    padding: 30px;
    margin: 15px 0;
    background-color: #f6f6f6;
}
.section-gray .feedback {
    background-color: #fff;
}
.section-dark .feedback {
    background-color: #444;
}
.feedback-quote {
    margin-bottom: 5px;
    padding: 0;
    border: none;
    font-size: 18px;
    font-style: italic;
    font-family: 'Crimson Text', serif;
}
@media ( max-width: 991px ) {
    .feedback-quote {
        font-size: 16px;
    }
}
.feedback-ratings {
    font-size: 20px;
    margin-right: 10px;
}
.section-accent .feedback-ratings {
    color: #444;
}
.feedback-position {
    display: block;
    position: relative;
    font-style: normal;
    font-size: 13px;
    opacity: 0.6;
}
.feedback-cite {
    position: relative;
    font-style: normal;
    font-size: 13px;
    font-weight: 700;
    opacity: 0.9;
    white-space: nowrap;
}

@media ( min-width: 992px ) {
    .feedback-position,
    .feedback-cite {
        padding-left: 30px;
    }
    .feedback-cite:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 1px;
        border-top: 1px solid;
        border-color: inherit;
        opacity: 0.4;
    }
}

/* Contact: Form
--------------------------------------------------------------------------------------------------------------------- */
.form-success-icon {
    display: inline-block;
    width: 32px;
    margin-right: 15px;
    float: left;
    font-size: 32px;
    line-height: 1;
    text-align: center;
}
.section-accent .form-success-icon {
    color: #222;
}


/* SOCIAL WIDGETS
--------------------------------------------------------------------------------------------------------------------- */
#twitter-widget-0 .timeline-Header {
    display: none !important;
}

.social-widget-box {
    overflow-y: hidden;
    border: 1px solid #ebedf0;
}
.social-widget-box .social-header {
    height: 68px;
    background: #ffffff;
    /*border-bottom: 1px solid #ebedf0;*/
    padding: 8px;
    clear: both;
}
.social-widget-box .social-header .social-icon {
    float: left;
    width: 50px;
    height: 50px;
}
.social-widget-box .social-header .social-text {
    margin-top: 4px;
}
.social-widget-box .social-body {
    height: 430px;
    overflow-y: auto;
    position: relative;
    width: 100%;
    background: #f5f6f7;
}
.social-widget-box .social-header .social-icon {
    width: 50px;
    height: 50px;
}
.social-widget-box .social-body .social-item {
    background: #ffffff;
    padding: 12px;
    border: none;
    /*border-color: #EBEDF0 #dfe0e4 #d0d1d5;*/
    /*border-radius: 2px;*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12);
    position: relative;
    cursor: pointer;
}
.social-widget-box .social-body .social-item:not(:first-child) {
    border-top: 1px solid rgba(15,70,100,.12);
}
.social-widget-box .social-body .social-item:hover,
.social-widget-box .social-body .social-item:active,
.social-widget-box .social-body .social-item:focus {
    background-color: rgba(160,200,220,.12);
}

.social-widget-box .social-body .social-item p {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #1d2129;
    margin-top: 6px;
    margin-bottom: 6px;
    /*font-family: Helvetica, Arial, sans-serif;*/
    font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
}
.social-widget-box .social-body a.social-item {
    display: block;
}
.social-widget-box .social-body .social-item .social-item-content {

}
.social-widget-box .social-body .social-item .social-item-date {
    font-size: 12px;
    line-height: 18px;
    color: #8899a6;
    text-align: right;
}

.social-widget-box.social-twitter-widget {
    border-bottom: none !important;
}

.social-widget-box.social-instagram-widget .social-header {
    border-bottom: 1px solid #ebedf0;
}
.social-widget-box.social-instagram-widget .social-body .social-item a {
    color: #365899 !important;
    font-weight: normal !important;
}
.social-widget-box.social-instagram-widget .social-body .social-item a:hover,
.social-widget-box.social-instagram-widget .social-body .social-item a:focus,
.social-widget-box.social-instagram-widget .social-body .social-item a:active,
.social-widget-box.social-instagram-widget .social-body .social-item a:visited
{
    color: #5a64af;
}



/* SOCIAL ICONS
--------------------------------------------------------------------------------------------------------------------- */
.section-social {
    /*padding: 5px 0;*/
}
.social-icon-bar {
    display: inline-block;
}
.icon {
    position:relative;
    text-align:center;
    width:0px;
    height:0px;
    padding:20px;
    border-radius: 20px;
    -moz-border-radius: 		20px 20px 20px 20px;
    -webkit-border-radius: 		20px 20px 20px 20px;
    -khtml-border-radius: 		20px 20px 20px 20px;
    color:#FFFFFF;
}
.icon i {
    font-size:20px;
    position:absolute;
    left:9px;
    top:10px;
}
.icon.social {
    float:left;
    margin:0 5px 0 0;
    cursor:pointer;
    background: #c4c4c4;
    color:#ffffff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.icon.social:hover {
    background: rgba(102, 102, 102, 0.81);
    color:#ffffff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.icon.social.fb {
    background: #3b5998;
}
.icon.social.tw {
    background: #00acee;
}
.icon.social.in{
    background: #d12798;
}
.icon.social.fb i {
    left:13px;
    top:10px;
}
.icon.social.tw i {
    left:11px;
}
.icon.social.in i {
    left:11px;
}


/* MEDIA
--------------------------------------------------------------------------------------------------------------------- */

.median-container {
    background: #fafafa;
    padding: 20px;
    max-height: 420px;
    overflow-y: auto;
    border: 1px solid #eeeeee;
}

.median-box {
    background: #ffffff;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    min-height: 64px;
    justify-content: center;
    padding: 10px;
}

.median-box:hover {
    background: #e6a166;
    color: #ffffff !important;
}

.median-box .median-icon {
    margin: 0;
    flex: 0 84px;
    min-width: 84px;
    align-items: flex-start;
}

.median-box .median-icon img {
    width: 64px;
    height: 64px;
    max-width: 64px;
}

.median-box .median-label {
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    flex: 1000px;
    padding: 8px 8px 0 0;
}

.median-box .median-label strong {
    margin: 0;
    padding: 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: normal;
    display: block;
}

.median-box .median-label span{
    margin: 0;
    padding: 0;
    display: block;
    font-size: 14px;
    color: rgb(102, 102, 102) !important;
    font-weight: normal;
}
.median-box:hover .median-label span{
    color: #ffffff !important;
}


/* !important is needed sometimes */
::-webkit-scrollbar {
    width: 12px !important;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #e6a166 !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;

}
::-webkit-scrollbar-thumb:window-inactive {
    background: #e6a166 !important;
}
