

/*= General
----------------------------------------------------------------- */

body, p {
    font-family: 'LatoWebLight';
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

a {
    color: #FFFFFF;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}
a:hover {
    color: #FFFFFF;
    opacity: 0.85;
    text-decoration: none;
}

h1 {
    font-family: 'LatoWebLight';
    font-size: 36px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

h1 span{
    font-size: 30px;
    color: #323232;
}
h2.vo {
    font-size: 28px;
}
h3 {
    font-family: 'LatoWebBlack';
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
h3.big {
    font-size: 80px;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
    background: none
}
.left-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.right-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.left-border .pattern {
    background:url("../images/motif.png") repeat;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
}

.right-border .pattern {
    background:url("../images/motif.png") repeat;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100%;
    width: 10px;
}

.background-ad {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
}

.page {
    position: relative;
    z-index: 11;
}
.main-content {
    padding-bottom: 32px;
}
.form-control {
    border-radius: 0px;
    border: 1px solid #680608;
}
.form-control::placeholder {
    font-family: 'LatoWebLight';
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #821d1f;
}

label.required::after, legend.required::after {
    content: "*";
    padding-left: 3px;
    color: #680608;
}
label.error{
    color: rgba(223, 73, 49, 1);
    font-weight: 300;
    font-size: 11px;
    margin: 2px 0;
}

.action {
    cursor: pointer;
}

.haya-item.haya-background,
.haya-item .haya-background
{
    background: rgba(130, 29, 31, 1);
}

.haya-item-today.haya-background,
.haya-item-today .haya-background
{
    background: rgba(223, 73, 49, 1);
}
.haya-item-tomorrow.haya-background,
.haya-item-tomorrow .haya-background
{
    background: rgba(241, 187, 132, 1);
}
.haya-item-thisweek.haya-background,
.haya-item-thisweek .haya-background
{
    background: rgba(64, 141, 154, 1);
}
.haya-item-disabled.haya-background,
.haya-item-disabled .haya-background
{
    background: rgba(150, 150, 150, 1);
}


.haya-item.haya-background.alpha-8,
.haya-item .haya-background.alpha-8
{
    background: rgba(130, 29, 31, .8);
}

.haya-item-today.haya-background.alpha-8,
.haya-item-today .haya-background.alpha-8
{
    background: rgba(223, 73, 49, .8);
}
.haya-item-tomorrow.haya-background.alpha-8,
.haya-item-tomorrow .haya-background.alpha-8
{
    background: rgba(241, 187, 132, .8);
}
.haya-item-thisweek.haya-background.alpha-8,
.haya-item-thisweek .haya-background.alpha-8
{
    background: rgba(64, 141, 154, .8);
}
.haya-item-disabled.haya-background.alpha-8,
.haya-item-disabled .haya-background.alpha-8
{
    background: rgba(150, 150, 150, .8);
}

.haya-item.haya-border,
.haya-item .haya-border
{
    border: 1px solid rgba(130, 29, 31, 1);
}

.haya-item-today.haya-border,
.haya-item-today .haya-border
{
    border: 1px solid rgba(223, 73, 49, 1);
}
.haya-item-tomorrow.haya-border,
.haya-item-tomorrow .haya-border
{
    border: 1px solid rgba(241, 187, 132, 1);
}
.haya-item-thisweek.haya-border,
.haya-item-thisweek .haya-border
{
    border: 1px solid rgba(64, 141, 154, 1);
}
.haya-item-disabled.haya-border,
.haya-item-disabled .haya-border
{
    border: 1px solid rgba(150, 150, 150, 1);
}

.haya-item.haya-color,
.haya-item .haya-color
{
    color: rgba(130, 29, 31, 1);
}

.haya-item-today.haya-color,
.haya-item-today .haya-color
{
    color: rgba(223, 73, 49, 1);
}
.haya-item-tomorrow.haya-color,
.haya-item-tomorrow .haya-color
{
    color: rgba(241, 187, 132, 1);
}
.haya-item-thisweek.haya-color,
.haya-item-thisweek .haya-color
{
    color: rgba(64, 141, 154, 1);
}
.haya-item-disabled.haya-color,
.haya-item-disabled .haya-color
{
    color: rgb(150, 150, 150, 1);
}
.haya-item .paginator a,
.haya-item .btn {
    background: rgba(130, 29, 31, 1);
}
.haya-item-today .btn {
    background: rgba(223, 73, 49, 1);
}
.haya-item-tomorrow .btn{
    background: rgba(241, 187, 132, 1);
}
.haya-item-thisweek .btn {
    background: rgba(64, 141, 154, 1);
}
.haya-item-disabled .btn {
    background: rgba(150, 150, 150, 1);
}
.haya-item-disabled .post-item-content {
    background-color:rgba(150, 150, 150, .75);
}

.haya-item .paginator .page-link,
.btn {
    border-radius: 0;
    font-family: 'LatoWebLight';
    color: #FFFFFF;
    font-size: 13px;
    border: 1px solid rgba(250, 250, 250, 0.3);
    padding: 5px 15px;
}

.haya-item .paginator .disabled .page-link{
    color: #821d1f;
}

.haya-item .paginator .active .page-link{
    background: rgba(223, 73, 49, 1);
}
.btn:hover{
    border: 1px solid rgba(250, 250, 250, 0.1);
}

.btn-warning {
    color: #FFFFFF;
    background-color: #821d1f;
}

.btn-warning:hover {
    color: #FFFFFF;
}

.social {
    margin: 0;
    padding: 0;
}

.social li{
    display: inline-block;
    padding: 0 10px;
}

.social li:last-child{
    padding-right: 0;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 99;
}
.modal-backdrop {
    z-index: 998;
}
.modal-content {
    border-radius: 0;
}
.modal-header{
    border-bottom: none;
}
.mapouter{
    position:relative;
    text-align:right;
    height:300px;
    width:100%;
}
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:300px;
 
    width:100%;
}
.hideSearch .select2-search,
.hideSearch .select2-results,
.hideSearch .select2-dropdown {
    display: none;
}

.select2-selection--single,
.select2-selection--multiple {
    border-radius: 0;
}
.select2-selection--multiple .select2-selection__choice,
.select2-results__option[aria-selected="true"]{
    background-color: rgba(223, 73, 49, 1);
}
.select2-selection--multiple .select2-selection__clear {
    position:relative;
    cursor:pointer;
    float:right;
    font-size:0;
    line-height:1;
    margin-top:.12502rem;
    margin-left:.625rem;
    opacity:.75;
    transition:opacity ease-in-out .15s
}
.select2-selection--multiple .select2-selection__clear:after {
    content:'\ed6b';
    color: #333;
    font-family:icomoon;
    display:inline-block;
    font-size:1rem;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;    
    margin: 8px 10px 0 0;
}
.select2-selection--multiple .select2-search--inline .select2-search__field {
    color: #000;
}
.select2-dropdown.hide{
    display: none !important;
}
.select-autocomplete-results .select2-results__option[aria-selected="true"]{
    display: none !important;
}
fieldset {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

fieldset legend {
    padding: 0 8px;
    width: auto;
    font-size: 18px;
}
.close {
    color: #FFFFFF;
}
/*= Header & menu
----------------------------------------------------------------- */

.logo-top{
    position: absolute;
    top: -100px;
    display: block;
    opacity: 1;
}

header {
    margin-top: 115px;
}

header .social{
    margin-bottom: 5px;
}

header .social li a {
    color: #821d1f;
    font-size: 18px;
}
header .navbar {
    background-color: #821d1f;
    padding: 4px 0;
}

.navbar-brand {
    font-family: 'LatoWebBold';
    text-transform: uppercase;
}
.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-dark .navbar-nav .nav-link {
    font-family: 'LatoWebBold';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: rgba(255,255,255,.75);
}

.navbar-nav .nav-item {
    border-right: 1px solid #680608;
    padding: 0 0.5em;
}

.navbar-nav .nav-item:last-of-type {
    border: none;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #700003;
}
.navbar-dark .navbar-nav .nav-link:focus:hover,
.navbar-dark .navbar-nav .active .nav-link:hover {
    color: #FFFFFF;
}
.navbar-dark .navbar-nav .show .nav-link {
    text-decoration: underline;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover,
.navbar-dark .navbar-nav .dropdown-menu .nav-link
{
    font-family: 'LatoWeb';
    color: #FFFFFF;
    text-transform: inherit;
}
.navbar-nav .dropdown-menu .nav-item {
    border-right: none;
    padding: 0;
}


.navbar-collapse > .nav-link {
    font-family: 'LatoWebLight';
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0.01em;
}

.navbar-collapse > .nav-link.strong {
    font-family: 'LatoWeb';
}

.form-search {
    position: relative;
}
.form-search .fa-search {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 24px;
    color: #700003;
}

nav .dropdown-menu {
    width: 100%;
    background: #751a1c;
    color: #FFFFFF;
    border-radius: 0;
    border:none;
    margin: 0;
}

nav .dropdown-menu .nav-link:hover {
    text-decoration: underline;
}

nav.fixed-top {
    padding-left: 20px;
    padding-right: 20px;
}

.fixed-top .fast-search-bloc .link-advanced-search {
    display: none;
}
.nav-link.link-advanced-search{
    display: none;
    font-size: 11px;
    font-family: 'LatoWebBold';
}
.fixed-top .nav-link.link-advanced-search{
    display: block;
}
.fast-search-bloc .link-advanced-search {
    font-size: 11px;
    text-decoration: underline;
}
.fast-search-bloc .link-advanced-search:hover {
    text-decoration: underline;
}

/*= Gallery
----------------------------------------------------------------- */
.gallery {
    width: 100%;
    max-width: 100%;
}
#homepage-gallery {
    padding: 10px 0;
    background-color: #821d1f;
    border-top: 1px solid #751a1c;
    height: 500px;
}

#page-gallery {
    height: 160px;
}

.gallery .magicwall-item-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    padding: 5px 15px;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}

.gallery .magicwall-item-hover h3{
    padding: 0 20px 10px 20px;
}

.gallery .magicwall-item-hover {
    text-align: center;
}
.gallery .gallery-item:hover .magicwall-item-hover{
    opacity: 1;
}


/*= Day selector
----------------------------------------------------------------- */
.date-selector {
    background: #751a1c;
    padding: 30px;
}

.date-selector > div {
    padding: 0 15px;
}

.date-selector > div:first-of-type{
    padding-left: 0;
}
.date-selector > div:last-of-type{
    padding-right: 0;
}

.date-selector a {
    font-family: 'LatoWebBlack';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    display:block;
    padding: 25px;
    height: 100%;
    width: 100%;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.date-selector a:hover {
    background: rgba(0, 0, 0, 0.2);
}
.date-selector a span.c-value{
    display: none;
}

.date-selector a:hover span.c-value {
    display: block;
}
.date-selector a:hover span.c-attribute {
    display: none;
}

#date-selector-filter.fixed-top {
    margin-top: 53px;
}

/*= Posts
----------------------------------------------------------------- */

.posts > div {
    padding: 15px;
}

.post-item-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    -webkit-transition:  1s; /* Safari */
    transition:  1s;
    padding: 20px;
}

.post-item-content h3 {
    font-family: 'LatoWeb';
    font-size: 20px;
    margin: 0;
}

.post-item-content .btn{
    margin-top: 30px;
    display: none;
}

.post {
    position: relative;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    height: 300px;
}



.post:hover .post-item-content .btn{
    display: inline-block;
}
.post:hover .post-item-content h3{
    font-size: 20px;
}
.post.haya-item-disabled .post-item-content,
.post:hover .post-item-content {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 130px;
    height: 100%;
}
.post.haya-item-disabled .post-item-content{
    background-color: rgba(137, 137, 137, 0.75);
}
.post .category-name{
    position: absolute;
    top: 15px;
}
.category-name h4{
    font-family: 'LatoWebLight';
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    z-index: 5;
    line-height: normal;
}

.category-name .cat-name{
    font-size: 12px;
}
.category-name h4 .haya-color{
    background: #FFFFFF;
}
.category-name > span{
    width: 55px;
    height: 25px;
    display: block;
    position: relative;
    top: -34px;
    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
    z-index: 4;
}
.category-name:hover span{
    width: 110px;
}


.paginator-search .form-group {
    padding: 0 !important;
    margin-bottom: 0 !important;
    display: inline-block;
    margin-left: auto;
}
.items-list-container .paginator-search {
    padding: 25px 15px 15px 15px;
}
.items-list-container .paginator {
    padding: 5px 15px 15px 15px;
}

.items-list-container  {
    background:  #821d1f;
}
.items-list-container .item,
.items-list-container .post-preview {
    background: rgba(255, 255, 255, .9);
    color: #821d1f;
}

.post-date {
    color: rgba(223, 73, 49, 1);
    font-size: 12px;
}

.post-preview {
    margin-bottom: 15px;
}
.post-preview .thumbnail{
    
}
.post-preview .post-bloc{
    padding: 15px;
}
.post-preview .post-title{
    margin: 0;
}
.items-list-container .post-content,
.items-list-container .post-content p,
.items-list-container .post-excerpt p,
.items-list-container .post-excerpt{
    color: #000000;
}

.items-list-container .post-content a,
.items-list-container .post-preview .post-excerpt a {
    color: #821d1f;
    text-decoration: underline;
}
/*= Contact
----------------------------------------------------------------- */
#contact .card .card-footer,
#contact .card {
   background: none;
   border: none;
}

#contact .contact-content{
    
}



/*= Single Event
----------------------------------------------------------------- */
.single-event {
    background: #821d1f;
}
.single-event > div .content {
    padding: 30px;
}

.single-event-left-content .category-name{
    position: absolute;
    top: 25px;
}
.single-event-left-content .poster-image {
    margin-top: 40px;
}

.single-event-right-content .content > div {
    margin-bottom: 30px;
}

.event-detail ul {
    padding-top: 15px;
    text-align: right;
}
.event-detail li {
    display: inline-block;
}
.event-detail li:last-of-type:before {
    content: "•";
    padding: 0 5px;
}

.event-detail li:first-of-type:before{
    content: "";
    padding: 0;
}

.event-headlines {
    padding: 30px;
}
.event-gallery {
    padding: 10px 0;
    height: 150px;
}

.event-gallery img{
    height: 130px;
}

.event-casts {
    padding: 30px;
    padding-bottom: 10px;
}
.event-cast-bloc {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.4);
}

.event-cast-bloc:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
.event-cast-bloc ul li{
    display: inline-block;
    text-transform: capitalize;
}

.event-cast-bloc ul li:after{
    content: ", ";
}

.event-cast-bloc ul li:last-of-type:after{
    content: "";
}
.tag-bloc li{
    display: inline-block;
    margin-right: 5px;
}
.tag-bloc li a{
    padding: 8px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0);
    text-transform: lowercase;
}
.tag-bloc li a:hover{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.tag-bloc li a:before{
    content: '#';
}
.long-description {
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;}

.long-description p{
    margin: 0;
}


.trailer{
    padding-top: 20px;
    height:335px;
}
.btn-bd-live {
    font-weight: 600;
    color: #ffe484;
    border-color: #ffe484;
}
.btn-bd-live:hover{
    color: #2a2730;
    background-color: #ffe484;
    border-color: #ffe484;
}
.h1 {
    font-size: 26px;
}

#calendar-event .haya-item .btn {
    background: rgba(130, 29, 31, 1);
}
#calendar-event .haya-item-today .btn {
    background: rgba(223, 73, 49, 1);
}
#calendar-event .haya-item-tomorrow .btn{
    background: rgba(241, 187, 132, 1);
}
#calendar-event .haya-item-thisweek .btn {
    background: rgba(64, 141, 154, 1);
}

.calendar-event .calendar-option{
    margin-bottom: 15px;
}

.calendar-event .option-header .btn {
    text-decoration: none;
    font-family: 'LatoWebBlack';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 28px;
    text-align: right;
    display:block;
    padding: 25px;
    height: 100%;
    width: 100%;
    border: none;
}

.calendar-event .option-header .btn:hover {
    color: #FFFFFF;
}

.calendar-event .option-header button .c-attribute {
    display: block;
}

.calendar-event .option-header button .c-value {
    display: none;
}

.calendar-event .option-header button:hover .c-attribute {
    display: none;
}

.calendar-event .option-header button:hover .c-value {
    display: block;
}

.calendar-option .option-content {
    background: rgba(0, 0, 0, 0.1);
}

.calendar-option .option-content .day  h5 {
    padding: 10px;
    margin: 0;
    background: rgba(64, 141, 154, 0.5);


}
.calendar-option .option-content .day >  ul > li {
    padding: 8px 10px;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.calendar-option .option-content .day > ul > li > a{
    width: 100%;
    display: block;
    margin: 5px 0;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(250, 250, 250, 0.9);
}

.calendar-option .option-content .day > ul > li:hover{
    background: rgba(0, 0, 0, 0.4);
}

.calendar-option .option-content .day > ul > li:hover > a{
    color: #FFFFFF;
    background: none
}

.calendar-option .option-content .day >  ul > li > ul > li {
    padding: 5px 0px;
    width: auto;
    display: inline-block;
}
.calendar-option .option-content .day >  ul > li > ul > li a {
    width: 100%;
}

.calendar-option .option-content .day >  ul > li > ul > li button {
    font-family: 'LatoWebLight';
    font-size: 14px;
}

.gallery-image-copyright {
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: rgba(250, 250, 250, 0.7);
    font-size: 10px;
    line-height: 15px;
}

.gallery-image-copyright .cp{
    font-size: 11px;
}

.gallery-image-copyright:hover {
    opacity: 1;
}

footer {
    text-align: center;
    background-color: #821d1f;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
}
footer .logo {
    padding: 20px 0;
}
footer .social {
    padding: 10px 0;
}
footer .copyrights {
    font-size: 10px;
    padding: 5px 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.blink {
    animation: blinker 3s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.2; }
}