/*
Theme name: CRTheme
Theme url: http://www.craq.it
Version: 1.0
Author: <a href="http://www.craq.it" title="Craq Desgin Studio">Craq Design Studio</a>
Author url: http://www.craq.it

*/

/* Font Face
----------------------------------------------------------------------------- */
@font-face {
    font-family: 'Gotham';
    src:  url('font/GothamHTF-Book.eot?#iefix') format('font/embedded-opentype'),  url('font/GothamHTF-Book.otf')  format('opentype'),
        url('font/GothamHTF-Book.woff') format('woff'), url('font/GothamHTF-Book.ttf')  format('truetype'), url('font/GothamHTF-Book.svg#GothamHTF-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham';
    src: url('font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),  url('font/Gotham-Bold.otf')  format('opentype'),
        url('font/Gotham-Bold.woff') format('woff'), url('font/Gotham-Bold.ttf')  format('truetype'), url('font/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
    outline: 0;
}
body {
    background: #fff;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a img {
    border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Globals & Editor Rules
-------------------------------------------------------------- */
body{font-family: Gotham, Trebuchet; font-size: 14px; color: #4D4D4D;}
h1{font-size: 340%;}
h2{font-size: 170%;}
h3{font-size: 150%;}
h4{font-size: 130%;}
h5{font-size: 90%;}
h6{font-size: 80%;}
strong{font-weight: bold;}
em{font-style: italic;}
sup{vertical-align: text-top; font-size: 0.6em;}
sub{font-size: 0.6em;}ul li{list-style: disc inside none;}
ul li{list-style: disc outside none; margin-left: 15px;}
ol li{list-style: decimal inside none;}
li{margin: 3px;}
p{margin: 10px 0; line-height: 15px;}
table{width: 100%;}
td{padding: 5px;}
a{text-decoration: none;color: #000000;}
.clear{clear: both;}
.bold{font-weight: bold;}
.uppercase {text-transform: uppercase;}
.left{float: left;}
.right{float: right;}
.editor *{font-family: Gotham, Trebuchet!important; line-height: 17px!important;}

/* GLOBAL
*******************************************************************************/
.coverBg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Color
-------------------------------------------------------------- */
.mainColor, .overWrapper:hover,a:hover, a.active, .active a,.current-menu-item a, .current_page_item a,.entryContent a, .mainColorOver:hover,
.languageSwitcher a:hover, .languageSwitcher .active a, .topBar a:hover{
    color: #f6841e;
}
.fileRow:hover .fileIcon, .mainBgColorOver, .cjfm-form .cjfm-btn, .mainBgColorOver:hover{
    background-color: #f6841e;
}
.prjColor{
    color: #f6841e;
}
.prjBgColorOver:hover{
    background-color: #f6841e;
}
.evColor{
    color: #ec1c24;
}
.evBgColorOver:hover{
    background-color: #ec1c24;
}
/* Structure
-------------------------------------------------------------- */
.pageTemp{
    margin-bottom: 50px;
}
.pageTemp.noMargin{
    margin-bottom: 0;
}
.centralWrapper{
    width: 1200px;
    display: block;
    margin: auto;
}
.noFoundWrapper{
    min-height: 400px;
}
.stripeButton{
    border: 1px solid #000000;
    padding: 15px 25px;
    display: inline-block;
}
/* Editor
-------------------------------------------------------------- */
.editor *{
    line-height: 1.4em;
}
.editor h1,.editor h2,.editor h3,.editor h4{
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0 10px 0;
}
.editor .stripeButton,
.editor a:hover{
    color: #000000!important;
}
.editor .stripeButton:hover{
	color: #FFFFFF!important;
}
.editor .stripeButton.noMargin{
    margin: 0;
}
img.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}
img.alignleft{
    float: left;
    margin: 5px 10px 5px 0;
}
/* Select Wrapper
-------------------------------------------------------------- */
.selectWrapper{
    display: inline-block;
    position: relative;
}
.selectedItem{
    background: #FFFFFF;
    padding: 10px 20px;
    cursor: pointer;
}
.selectOptionsWrapper{
    display: none;
    max-height: 300px;
    min-width: 300px;
    overflow-y: auto;
    position: absolute;
    z-index: 9;
    color: #434049;
}
.selectOptionsWrapper .selectOption:first-child{
    border-top: 1px solid #434049;
}
.selectOption{
    background: #FFFFFF;
    padding: 10px 15px;
}
.selectOption:hover{
    color: #FFFFFF;
    background: #4D4D4D;
    cursor: pointer;
}
/* Masonry
-------------------------------------------------------------- */
.grid{
    width: 100%;
}
.gridSizer{
    width: 23%;
    margin: 1%;
    height: 25%;
}
.gridItem,
.gridItem.w1{
    width: 23%;
    margin: 10px 1%;
    height: 280px;
    padding: 0;
}
.gridItem.w2{
    width: 48%;
}
.gridItem.h2{
    height: 580px;
}

/* Sub Menu
-------------------------------------------------------------- */
.subMenuItem{
    float: left;
}
/* Social Share
-------------------------------------------------------------- */
.socialShareWrapper{
    text-align: right;
}
.socialShareButtons{
    display: inline-block;
}
.socialShareButton{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    opacity: 0.3;
}
.socialShareButton:hover{
    opacity: 1;
}
.socialShareFacebook{
    background-image: url(img/social_facebook.jpg);
}
.socialShareTwitter{
    background-image: url(img/social_twitter.jpg);
}
.socialShareGoogle{
    background-image: url(img/social_google.jpg);
}
/* Wordpress Gallery
-------------------------------------------------------------- */
/* Global
----------------------------- */
.wpmf-gallery .title{
    display: none;
}
.wpmf-gallery .icon-wpmf-nav{
    cursor: pointer;
}
.mfp-bottom-bar{
    display: none;
}
/* Slider
----------------------------- */
.gallery.carousel .wpmf-front-box{
    border: none!important;
}
.gallery.carousel .wpmf-front-box .caption{
    float: left!important;
}
/* Gallery
----------------------------- */
.gallery img{
    width: 90%;
    margin: 0 10%;
}
.gallery-caption{
    width: 90%;
    margin: 0 10%!important;
    line-height: 0.7em;
    font-size: 0.7em;
}

/*lightbox open*/
.lightboxOpen{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
}
.lightboxOpen{
    text-align: center;
    font-size: 48px;
    flex-basis: auto;

}
.lightboxOpen i{
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 0.8;
    padding: 16px;
    border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    -webkit-border-radius: 40px 40px 40px 40px;
}
.lightboxOpen i,
.lightboxOpen.dark i{
    color: #000000;
    background: #cccccc;
}
.lightboxOpen i{
    background: #000000;
    color: #cccccc;
}

/* HEADER
*******************************************************************************/
/* Top Bar
-------------------------------------------------------------- */
.topBar{
    background: #333333;
    color: #A0A0A0;
    padding: 5px 0;
}
.topBar a{
    color: #A0A0A0;
    text-transform: uppercase;
}
.topBarLeft{
    float: left;
    position: relative;
    top: 8px;
}
.topBarLeft a{
    margin-right: 15px;
}
.topBarRight{
    float: right;
}
.topBarRight .utility{
    bottom: 4px;
    font-size: 12px;
    position: relative;
    margin-right: 20px;
}
.topBarRight .utility .sep{
    margin: 0 5px;
}
.userProfileLink{
    margin-right: 10px;
}
.languageSwitcher *{
    display: inline-block;
}
.languageSwitcher li{
    list-style: none;
    display: inline-block;
    font-size: 170%;
    margin-left: 5px;
}
.languageSwitcher li a{
    text-transform: lowercase;
}
/* Menu Bar
-------------------------------------------------------------- */
.topMenuWrapper{
    padding: 18px 0;
}
.topMenuWrapper .centralWrapper{
    position: relative;
}
.topMenuWrapper .item{
    float: left;
}
.mainLogo.crLogo{
    margin-right: 50px;
}
.mainLogo.cinetecaLogo{
    margin-left: 50px;
    position: absolute;
    right: 0;
    top: 13px;
}
.mainNav {
    position: relative;
    top: 20px;
    width: calc(100% - 325px);
}
.mainNav li{
    list-style: none;
    float: left;
    font-weight: bold;
    font-size: 130%;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    margin-left: 25px;
}
.mainNav a{
    color: #FFFFFF;
}
.mainNav a:hover{
    color: #F6841E;
}
.mainNav ul{
    display: flex;
    justify-content: flex-end;
}

/* Submenu
-------------------------------------------------------------- */
.subMenuMainWrapper{
    position: absolute;
    width: 100%;
    background: #FFFFFF;
    display: none;
    z-index: 999;
}
.subMenuMain{
    padding: 25px 0;
}
.subMenuCol{
    float: left;
    width: 23%;
    margin: 0 1%;
}
.subMenuMainItem{
    margin: 10px 0;
}
.subMenuMainItem a{
    color: #989898;
    text-transform: uppercase;
}
.subMenuMainItem a:hover{
    color: #F6841E;
}

/* SLIDESHOW TIME
*******************************************************************************/
.slidesWrapper{
    width: 100%;
    height: 600px;
    position: relative;
}
.slide{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: none;
}
.slidesSelectorWrapper{
    display: inline-block;
    position: absolute;
    bottom: 50px;
    left: 100px;
}
.slidesSelector{
    width: 25px;
    height: 25px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    cursor: pointer;
}
.slidesSelector:hover,
.slidesSelector.active{
    background: #FFFFFF;
}
.slideCaption{
    display: inline-block;
    width: 500px;
    max-height: 500px;
    position: absolute;
    color: #FFFFFF;
    bottom: 100px;
    left: 100px;
}
.slideCaption > div {
    margin: 25px 0;
}
.captionImage img{
    width: 100%;
}
.slideCaption .stripeButton{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-left: 0;
    margin-right: 20px;
}
.slideCaption .stripeButton:hover{
    background: #000000;
}
.slideCaption .stripeBtn{
    color: #FFFFFF!important;
}

/*SLIDER SLICK*/
.slideWrapper .slider{ 
    overflow:hidden;
}
.slick-track {
    /*    contenitore slides */
    display: flex;
}
.slideWrapper .slideItem{
    position: relative;
    height: 280px;
    margin-right: 12px;
}
.slideWrapper .blockCaption{
    bottom: 2px;
}
.slideArrowsWrapper {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.qsliderArrow {cursor: pointer;}
.slideWrapper .slideItem a.lightbox{
    height: 100%;
    width: 100%;
    display: block;
}
/*.slideWrapper .slider .slideItem .slideImage {
    height: 300px; 
    width: auto;
}*/
/* SIDEBAR
*******************************************************************************/
.sidebarWrapper{
    margin: 30px 0;
}
.sidebarWrapper .widget{
    list-style: none;
    margin-bottom: 50px;
}
.sidebarWrapper .widgetTitle{
    margin-bottom: 25px;
}
.sidebarWrapper .widget img{
    width: 100%;
    height: auto;
}
.sidebarWrapper .widget_sp_image img{
	opacity: 0.7;
}
.sidebarWrapper .widget_sp_image img:hover{
	opacity: 1;
}
.widgetTagCloud{
    margin: 30px 0;
}
/* PAGE / SINGLE
*******************************************************************************/
.pageMargin{
    margin: 50px 0;
}
.articleSingle header{
    margin-bottom: 20px;
}
.articleSingle .dateCat{
    display: flex;
    text-transform: uppercase;
    font-size: 1.3em;
    margin-bottom: 5px;
    color: #4D4D4D;
}
.articleSingle .dateCat .date{
    margin-right: 20px;
}
.pageTitle{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.leftContent{
    width: 65%;
    box-sizing: border-box;
    float: left;
}
.rightContent{
    width: 28%;
    box-sizing: border-box;
    float: right;
}
.singleImage{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    max-height: 400px;
}
.contentWrapper img,
.singleImage img{
    max-width: 100%;
    height: auto;
}
.contentWrapper{
    margin-top: 30px;
}
.tagBack {
    bottom: 21px;
    position: relative;
    text-align: center;
}
.tagBack a{
    font-size: 85%;
}
.tagWrapper{
    margin-top: 30px;
}
.tagWrapper a:hover{
    color: #434049;
}
/* Cover
-------------------------------------------------------------- */
.pageCover{
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}
.pageCover .coverCaption{
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 2.5em;
    font-weight: bold;
}
/* Single Slider
-------------------------------------------------------------- */
.singleSliderWrapper{
    position: relative;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
}
.sliderWrapper{
    height: 100%;
    position: absolute;
    width: 100%;
    display: none;
    top: 0;
    left: 0;
}
.sliderWrapper.first{
    display: block;
}
.slideInside{
    position: absolute;
    width: 100%;
    height: 100%;
}
.slideImage{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slideEmbed iframe{
    position: absolute;
    width: 100%;
    height: 100%;
}
.sliderNavWrapper{
    position: absolute;
    top: 200px;
    width: 94%;
    padding: 0 3%;
}
.sliderNav{
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background-color: #A0A0A0;
    background-image: url(img/arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    opacity: 0.5;
    cursor: pointer;
}
.sliderNav:hover{
    opacity: 1;
}
.sliderNav.prev{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sliderNav.action{
    pointer-events: none;
}
/* Line Title
-------------------------------------------------------------- */
.lineTitleWrapper{
    width: 100%;
    margin: 20px 0;
}
.lineTitleWrapper td{
    vertical-align: middle;
}
.lineTitleWrapper .lineWrapper{
    width: 35%;
}
.lineTitleWrapper .textWrapper{
    width: 26%;
    padding: 2%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}
/* Program Stream
-------------------------------------------------------------- */
.programStream .title{
    margin: 50px 0 20px;
}
.progStreamPage .block{
    width: 33%;
    padding: 17% 0;
}


/* PAGE / STRIPE
*******************************************************************************/
/* Override
-------------------------------------------------------------- */ 
.stripeMainTitle{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 130%;
}
.stripeBtn{
    text-transform: uppercase;
    font-weight: bold;
}
.stripeTextBlock .blockItem.title{
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}
.stripeBtn.bookBtn{
    margin-top: 25px;
    opacity: 1;
    background: none;
    color: #000000;
    border: 1px solid #000000;
}
.stripeBtn.bookBtn.bookPrj:hover{
    background: #f6841e;
    color: #ffffff;
    border: 1px solid #f6841e;
}
.stripeBtn.bookBtn.bookEv:hover{
    background: #ec1c24;
    color: #ffffff;
    border: 1px solid #ec1c24;
}
.stripeTextBlock iframe{
    max-width: 100%;
}

/* Restore Stripe
-------------------------------------------------------------- */ 
.restoreWrapper{
    text-align: center;
}
.restoreContainment{
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 930px;
}
.restoreBox{
    position: relative;
    width: 900px;
    height: 400px;
    overflow: hidden;
    display: inline-block;
    margin: auto;
}
.restoreImg{
    width: 100%;
    height: auto;
}
.restoreOld{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    clip: rect(0, 450px, 400px, 0);
}
.moveLink{
    background-image: url("img/arrows.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px;
    cursor: pointer;
    height: 30px;
    left: 434px;
    position: absolute;
    top: 192px;
    width: 30px;
}
.restoreLine{
    bottom: 192px;
    height: 400px;
    left: 13px;
    position: relative;
    width: 4px;
}
/* Highlight Stripe
-------------------------------------------------------------- */
.highlightWrapper .gridSizer,
.highlightWrapper .gridItem,
.stripeGallery .gridSizer,
.stripeGallery .gridItem{
    width: 31%;
    margin: 1%;
    height: 280px;
    cursor: pointer;
    padding: 0;
    float: left;
}
.highlightWrapper .gridItem.w2,
.stripeGallery .gridItem.w2{
    width: 64%;
}
.highlightWrapper .gridItem.h2,
.stripeGallery .gridItem.h2{
    height: 580px;
}
.stripeStreamProject .calWrapper{
    float: left;
    width: 23%;
    padding: 1%;
    text-align: center;
}


/* Stream Stripe
-------------------------------------------------------------- */
.stripeStream .stripeButtons{
    text-align: center;
    margin-top: 25px;
}
.stripeStream.stripeStreamNews .streamBlock3{
    padding: 8% 0;
}
.stripeStream.stripeStreamNews .blockCaption{
    text-transform: inherit;
}
/* Social Stripe
-------------------------------------------------------------- */
.stripeSocial .leftWrapper,
.stripeSocial .rightWrapper{
    text-align: center;
}
.stripeWrapper .leftWrapper {
    float: left;
    width: 45%;
}
.stripeWrapper .rightWrapper {
    float: right;
    width: 45%;
}
.socialWrapper{
    float: left;
    width: 31%;
    margin: 0 1%;
}
.socialWrapper .title{
    margin-bottom: 25px;
    color: #000000;
}
.socialWrapper .title img{
    margin-right: 10px;
}
.socialWrapper .title h4{
    display: inline-block;
    width: 80%;
    position: relative;
    bottom: 13px;
} 
.cff-likebox.cff-bottom{ 
    display: none;
}
.socialTw iframe{
    height: 500px!important;
}
.timeline-Widget{
    background: none!important;
}

/* PAGE / DATABASE
*******************************************************************************/
/* Wrapper Search
-------------------------------------------------------------- */
#databaseForm{
    margin: 20px 0;
}
.searchBlock{
    width: 30%;
    float: left;
}
.searchBlock.central{
    width: 48%;
}
.searchBlock.last{
    width: 22%;
}
.searchTitle{
    text-transform: uppercase;
    font-weight: bold;
    margin: 30px 0 15px;
    font-size: 1.1em;
}
.searchBlock input[type=text] {
    background-color: #f1f1f1;
    border: medium none;
    font-size: 1.1em;
    padding: 10px 25px;
    text-transform: uppercase;
    width: 60%;
}
.searchContent .checkBlock{
    display: inline-block;
}
.searchContent .filterRow{
    display: block;
    margin: 0;
    font-size: 1.1em;
    text-transform: uppercase;
    margin: 5px 0;
}
.labelWrapper, .valueWrapper{
    display: inline-block;
}
.labelWrapper > *, .valueWrapper > * {
    display: inline-block;
    margin: 0 2px;
}
.labelWrapper i{
    position: relative;
    top: 5px;
}
.labelWrapper .text{
    width: 200px;
}
.searchContent.small .text{
    width: 130px;
}
.searchContent.small .valueWrapper input[type="text"]{
    width: 250px;
    padding: 5px 15px;
    font-size:1em;
    text-align: left;
}
.searchContent.small .select{
    width: 100%;
}
.searchContent.small .select li{
    text-align: left;
}
.labelWrapper .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #000000;
    display: inline-block;
    margin-right: 4px;
}
.valueWrapper .selectWrapper input[type=text] {
    padding: 5px 15px;
    text-align: center;
    width: 40px;
    font-size: 0.9em;
}
input[type=checkbox].darkCheckbox {
    position:absolute; 
    z-index:-1000; 
    left:-1000px; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
}
input[type=checkbox].darkCheckbox + label.checkLabel, input[type=checkbox].darkCheckbox + label.checkLabel.clr {
    padding-left:25px;
    height:20px; 
    display:inline-block;
    line-height:20px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
    font-size: 1.1em;
    margin-right: 25px;
}
input[type=checkbox].darkCheckbox:checked + label.checkLabel, input[type=checkbox].darkCheckbox + label.checkLabel.chk {
    background-position: 0 -20px;
}
label.checkLabel {
    background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_5c3a3946a1226437d9748ab1aa15472d.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.inputSelect{
    cursor: pointer;
}
.select{
    background: #f1f1f1 none repeat scroll 0 0;
    color: #a0a0a0;
    display: none;
    font-size: 0.9em;
    left: 0;
    max-height: 280px;
    overflow: auto;
    position: absolute;
    top: 27px;
    width: 70px;
    z-index: 99;
}
.select li{
    list-style: none;
    cursor: pointer;
    padding: 8px;
    text-align: left;
    background: #f1f1f1;
    margin: 0;
    text-align: center;
}
.select li:hover{
    background: #ec1e79;
    color: #FFFFFF;
    position: relative;
    z-index: 999;
}
.databaseSeachMessage{
    margin-top: 30px;
    text-align: left;
}
.databaseSeachMessage .alert{
    color: #ec1e79;
}
.databaseSearchSubmit{
    border: 1px solid #000000;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    margin: 15px 0;
    padding: 5px 40px;
}
.databaseSearchSubmit:hover{
    border: 1px solid #ec1e79;
    color: #ec1e79;
}
.databaseSearchSubmit i{
    font-size: 48px;
    margin-right: 5px;
}
.databaseSearchSubmit .text{
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    bottom: 15px;
    font-size: 1.5em;
}
.databaseNoResult{
    border-top: 1px solid #434049;
    padding-top:50px;
    margin:50px;
}
.ui-autocomplete{
    max-height: 250px;
    width: 250px!important;
    overflow-y: auto;
    border:none!important;
    background: #f1f1f1!important;
}
.ui-autocomplete .ui-menu-item{
    padding: 5px 10px!important;
    list-style: none!important;
    cursor: pointer;
    font-size:0.8em!important;
    text-transform: uppercase;
    max-width: 100%;
    display: block;
    color: a0a0a0!important;
}
.ui-autocomplete .ui-menu-item.ui-state-focus{
    background: #ec1e79!important;
    border: none!important;
    color: #FFFFFF;
    font-size: 0.9em;
}

/* Film List
-------------------------------------------------------------- */
.filmListWrapper{
    position: relative;
}
.filmList {
    position: relative;
    z-index: 2;
}
.filmList.filmListTitle .col{
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
}
.filmListLink:hover *{
    color: #000000;
    background-color: #f1f1f1;
}
.filmListLink i:hover {
    color: #ec1e79;
}
.filmList{
    display: table;
    width: 100%;
}
.filmList .col {
    display: table-cell;
    text-transform: uppercase;
    width: 10%;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
}
.filmList .col i{
    position: relative;
    z-index: 9;
}
.col.title{
    width: 30%;
    color: #ec1e79;
}
.col.director{
    width: 25%;
}
.col.country{
    width: 15%;
}
.col.preview{
    text-align: center;
}
.scrollCharge{
    text-align: center;
    margin: 40px 0;
}
.scrollCharge img{
    width: 50px;
}
.filmListWrapper .shortInfo{
    position: absolute;
    width: 350px;
    right: 120px;
    top: 0;
    z-index: 5;
    display: none;
}

/* Preview Wrapper
-------------------------------------------------------------- */
#previewWrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 9999999;
    display: none;
}
#previewInside{
    background: #ffffff none repeat scroll 0 0;
    box-sizing: border-box;
    height: 100%;
    margin: 0 5%;
    overflow-y: auto;
    padding: 0 50px;
    width: 90%;
    z-index: 999;
    position: relative;
}
#previewInside .closePreview {
    text-align: right;
}
#previewInside .closePreview i{
    font-size: 48px;
    cursor: pointer;
}
#previewInside .closePreview i:hover{
    color: #f6841e;
}

/* PAGE / SECTION
*******************************************************************************/
/* Macro Section
-------------------------------------------------------------- */
.macroSecWrapper{
    margin-bottom: 40px;
}
.macroSecBlock{
    float: left;
    margin: 0 15px;
    cursor: pointer;
}
.macroSecBlock .title{
    width: 80%;
    padding:  20px 10%;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 40px;
}
.macroSecBlock .image{
    height: 0;
    width: 100%;
    padding: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.macroSecBlock .text{
    padding: 25px;
    text-align: center;
    background: #F1F1F1;
}
/* Sections
-------------------------------------------------------------- */
.streamSecWrapper{
    background: #000000;
}
.streamSecWrapper .lineTitleWrapper{
    margin-top: 0;
}
.sectionBlock{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.sectionBlock .blockCaption{
    padding: 35px 3%;
}
.sectionArrow{
    width: 0;
    height: 0;
    position: relative;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #000000 transparent;
}
.sectionLink{
    text-align: center;
    padding: 30px 0;
}
.sectionLink .stripeButton{
    border-color: #FFFFFF;
    color: #FFFFFF;
}
.sectionLink .stripeButton:hover{
    color: #000000;
    background: #FFFFFF;
}
.stopBuy{
    text-align: center;
    min-height: 300px;
    margin: 50px auto;
    width: 70%;
    font-size: 1.3em;
}
.stopBuy p{
    line-height: 1.3em;
}
.stopBuy .high{
    font-size: 2em;
    line-height: 1.2em;
}

/* SECTION ARCHIVE
*******************************************************************************/
.subMenuWrapper{
    background: #000000;
    padding: 25px 0;
}
.subMenuWrapper .subMenuItem{
    text-align: center;
}
.subMenuWrapper a{
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
}
/* Macro Section Stream
-------------------------------------------------------------- */
.sectionExtWrapper{
    margin: 25px 0;
    padding: 25px 0;
    border-bottom: 1px solid #434049;
}
.sectionExtWrapper.last{
    border-bottom: none;
}
.sectionExtWrapper > .text{
    margin: 25px 0 50px;
}
.sectionExtWrapper > .text.img{
    float: left;
    width: 65%;
    margin: 25px 5% 50px 0;
}
.sectionExtWrapper > .image{
    float: right;
    width: 30%;
    max-height: 350px;
    overflow: hidden;
    margin: 25px 0;
}
.sectionExtWrapper > .image img{
    width: 100%;
    height: auto;
}
.prjStreamWrapper {
    margin: 50px 0;
}
.prjStreamWrapper > h2{
    margin-bottom: 25px;
}

/* PAGE / STAFF
*******************************************************************************/
.staffRow{
    padding: 30px 0;
    border-top: 1px solid #CCCCCC;
}
.staffWrapper .centralWrapper .staffRow:first-child{
    border-top: none;
}
.staffRow .left{
    width: 350px;
}
.staffRow .right{
    width: calc(100% - 350px);
}
.staffRow .image{
    width: 300px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/* PAGE / PARTNER
*******************************************************************************/
.partnerSection{
    text-align: center;
    margin: 0 0 80px;
}
.partnerSubMenu{
    border-top: 1px solid #FFFFFF;
}
.partnerSubMenu .subMenuItem{
    width: 50%;
}
.partnerTitle{
    margin-top: 50px;
    margin-bottom: 25px;
}
.partnerLogo{
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14%;
    margin: 20px 1%;
    height: 120px;
}
.partnerRow.big .partnerLogo{
    width: 45%;
    height: 250px;
    margin: 0 2.5%;
}

/* PAGE / PLACES
*******************************************************************************/
.acf-map {
    width: 100%;
    height: 500px;
    border: #ccc solid 1px;
    margin: 20px 0 50px;
}
.placeMap{
    float: left;
    width: 50%;
    margin: 15px 0;
}
.placeMap a{
    display: inline-block;
}
.mapLink{
    text-align: center;
    margin-top: 50px;
}
.placeRow a{
    color: #F6841E;
}
.placeRow a:hover{
    color: #000000;
}

/* PAGE / EXHIBITION
*******************************************************************************/
.exhibitionWrapper{
    text-align: center;
}
.exhibitionWrapper .inside{
    border-top: 1px solid #b2b2b2;
    display: inline-block;
    padding: 30px 0;
    width: 80%;
}
.exhibitionStream .centralWrapper .exhibitionWrapper:first-child .inside{
    border-top: none;
}
.exhibitionWrapper .image{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 30px 0;
}
.exhibitionWrapper .title{
    margin-bottom: 5px;
}

/* PAGE / ARCHIVE
*******************************************************************************/
.database{
    margin: 40px 0;
}
.database .archiveWrapper{
    width: 8%;
    margin: 1%;
}
.archiveWrapper{
    float: left;
    width: 17%;
    margin: 0 1.5% 40px;
}
.archiveImg{
    padding: 70% 0;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.archiveWrapper .title{
    text-align: center;
    margin-top: 5px;
}
.archiveWrapper .title .spec{
    font-size: 11px;
    margin-top: 3px;
}
.archiveLink{
    text-align: center;
    margin: 30px 0;
}

/* PAGE / PROGRAM
*******************************************************************************/
/* Filter Bar
-------------------------------------------------------------- */
.progFilter{
    width: 100%;
    display: block;
    background: #F1F1F1;
    padding: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
}
.filterSearch .advancedSearch a{
    color: #434049;
}
.filterSearch .searchForm{
    display: none;
}
.filterSearch .searchBg{
    background: none;
}
.filterSearch .searchInput{
    background: #FFFFFF;
    color: #434049;
    font-size: 100%;
    padding: 10px 15px;
    position: relative;
    bottom: 10px;
}
.filterSearch .filterValueSmall{
    cursor: pointer;
}
.filterRow{
    margin: 15px 0;
}
.filterLabel{
    float: left;
    display: flex;
    align-items: center;
}
.filterLabel > * {
    display: table-cell;
    vertical-align: middle;
}
.filterLabel .label{
    padding: 0 10px;
    width: 100px;
}
.filterLabel .triangle,
.filterValue .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #434049;
    display: inline-block;
}
.filterValue{
    float: left;
    padding-left: 20px;
    display: table;
    height: 25px;
    width: calc(100% - 200px);
    position: relative;
    top: 3px;
}
.filterValue.filterEvent,
.filterSection .filterValue{
    top: 0;
}
.filterValue > div{
    display: table-cell;
    vertical-align: middle;
}

.filterRow .selectedItem{
    padding: 0;
    background: none;
    font-size: 130%;
}
.filterRow .selectOptionsWrapper{
    padding-top: 10px;
}
.checkboxItem{
    float: left;
}
.checkboxItem.checkPrj{
    width: 140px;
}
.checkboxItem .filterEvent{
    display: none;
}
.checkboxItem .filterEvent.active{
    display: table;
}
.checkboxItem.checkEv .checkbox {
    float: left;
}
.checkboxItem.checkEv .triangle{
    position: relative;
    top: 3px;
}
.checkboxItem.checkEv .filterValue {
    width: inherit;
}
.checkboxItem.checkEv .selectWrapper{
    left: 20px;
    bottom: 2px;
}
.checkboxItem.checkEv .text {
    top: 1px;
}
.checkboxItem .text{
    bottom: 3px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
}
.checkbox{
    height: 21px;
    width: 22px;
    position: relative;
}
.checkbox.active .checkboxCheck{
    display: block;
}
.checkboxCheck{
    background-image: url(img/check.png);
    bottom: 2px;
    height: 22px;
    left: 0;
    position: absolute;
    width: 21px;
    display: none;
    cursor: pointer;
}
.checkboxInside{
    height: 20px;
    width: 20px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
.resetWrapper,
.pdfWrapper{
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    opacity: 0.6;
}
.pdfWrapper{
    margin-top: 3px;
}
.resetWrapper:hover, .pdfWrapper:hover{
    opacity: 1;
}
.resetWrapper a, .resetWrapper a:hover,
.pdfWrapper a, .pdfWrapper a:hover{
    color: inherit;
}
.actionText{
    display: inline-block;
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}
.filterList{
    color: #989898;
}
.filterSeparator{
    margin: 0 5px;
}
.filterListVal{
    margin-bottom: 3px;
    display: inline-block;
}
.filterListVal.active{
    color: #434049;
    font-size: 130%;
}
.filterListVal:hover{
    color: #434049;
    cursor: pointer;
}
.filterEvent .selectOption, .filterSection .selectOption{color:#434049;}
.filterEvent .selectOption:hover, .filterSection .selectOption:hover{color:#FFFFFF;}
.switchLayout{
    font-size: 130%;
    text-transform: uppercase;
    color: #CBCBCB;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}
.switch{
    cursor: pointer;
}
.switch.active,
.switch:hover{
    color: #434049;
}
/* Load Position
-----------------------------*/
.streamWrapper{
    position: relative;
}
.streamWrapper:after{

}
.loadWrapper{
    text-align: center;
    padding: 50px 0;
    position: absolute;
    top: 0;
    position: 0;
    width: 100%;
    display: none;
}
.progStream{
    position: absolute;
    top: 0;
    position: 0;
    width: 100%;
}

.progStream.noRes{
    display: inline-block;
    position: relative;
    min-height: 100px;
}

.load{
    width: 50px;
}
/* Mosaic View
-------------------------------------------------------------- */
.blockWrapper{
    display: none;
}
.blockWrapper.block.active,
.blockWrapper.block.blockDay{
    display: block;
}
/* Standard Block
-----------------------------*/
.progLink,
.blockDay{
    cursor: pointer;
}
.blockDay .inside h2{
    text-transform: uppercase;
    margin-bottom: 3px;
}
.block{
    position: relative;
    float: left;
    width: 25%;
    height: 0;
    padding: 12.5% 0;
    background-color: #000000;
}
.blockTitle{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
.blockTitle .inside{
    position: relative;
    top: 100px;
}
.blockTitle .inside p:first-child{
    text-transform: uppercase;
}
/* Link Block
-----------------------------*/
.blockLink{
    cursor:pointer;
}
.blockLink .inside{
    padding: 0 70px;
    text-transform: uppercase;
    line-height: 25px;
}
/* Range Block
-----------------------------*/
.block.blockRange{
    background: #434049;
}
/* Program Block
-----------------------------*/
.blockProg{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.blockLabel{
    top: 0;
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 84px 84px 0;
    border-color: transparent #007bff transparent;
}
.blockCaption{
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px 3%;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background: rgba(76,76,76,1);
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,0) 0%, rgba(0,0,0,0.89) 35%, rgba(0,0,0,0.89) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(0%, rgba(76,76,76,0)), color-stop(35%, rgba(0,0,0,0.89)), color-stop(100%, rgba(0,0,0,0.89)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,0) 0%, rgba(0,0,0,0.89) 35%, rgba(0,0,0,0.89) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,0) 0%, rgba(0,0,0,0.89) 35%, rgba(0,0,0,0.89) 100%);
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(76,76,76,0) 0%, rgba(0,0,0,0.89) 35%, rgba(0,0,0,0.89) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(76,76,76,0) 0%, rgba(0,0,0,0.89) 35%, rgba(0,0,0,0.89) 100%);
}
.blockOver{
    position: absolute;
    left: 0;
    top: 0;
    width: 94%;
    height: 94%;
    padding: 3%;
    z-index: 5;
    color: #FFFFFF;
    font-weight: bold;
    display: none;
    overflow: hidden;
}
.blockCaption p{
    margin: 10px 0;
    line-height: 17px;
}
.blockCaption .day{
    margin: 0;
}
.blockCaption .time{
    margin-top: 0px;
}
.blockCaption .place{
    text-transform: capitalize;
}
.blockOver p{
    display: inline;
    margin: 2px 0;
    line-height: 10px;
}
.blockOver .text *{
    font-weight: normal;
    font-size: 100%;
}
.blockOver > div{
    margin: 5px 0;
}
.shortList{
    text-transform: lowercase;
    margin: 1px 0;
}
.shortList:first-letter{
    text-transform: uppercase;
}
.blockOver .text * {
    font-size: 100%;
    font-weight: normal;
}
.blockOver .text.introduce,
.blockOver .text.sound{
    font-weight: normal;
}
.blockOver .title{
    text-transform: uppercase;
    margin: 5px 0;
}
.continueOver{
    text-align: right;
    text-transform: uppercase;
    margin-top: 5px;
}
.filterSet{
    display: none;
}
/* Calendar View
-------------------------------------------------------------- */
.progCalWrapper{
    position: absolute;
    box-sizing: border-box;
    width: 1120px;
    margin: 0 40px;
    overflow: hidden;
}
.progCalScroll{
    position: relative;
}
.calCol{
    float: left;
    width: 25%;
    text-align: center;
}
/* Navigation Stripe
-----------------------------*/
.progCalNav{
    position: absolute;
    top: 38px;
    width: 100%;
}
.calNav{
    width: 40px;
    height: 40px;
    background-color: #CBCBCB;
    cursor: pointer;
    display: none;
}
.calNav:hover{
    background-color: #434049;
}
.calLeft{
    float: left;
    background-image: url(img/arrowL.png);
}
.calRight{
    float: right;
    background-image: url(img/arrowR.png);
}
/* Day Stripe
-----------------------------*/
.dayRow {
    display: inline-block;
    margin-bottom: 20px;
}
.discWrapper{
    display: inline-block;
    width: 115px;
    height: 115px;
    background: #434049;
    color: #FFFFFF;
    text-align: center;
    -webkit-border-radius: 115px;
    -moz-border-radius: 115px;
    border-radius: 115px;
}
.discWrapper .inside{
    text-align: center;
    position: relative;
    width: 100%;
    top: 40%;
    display: inline-block;
}
/* Continuative Event Stripe
-----------------------------*/
.dayRow + .calContRow{
    border-top: 1px solid #F1F1F1;
    padding-top: 15px;
}
.calContRow{
    margin-bottom: 15px;
}
.calContWrapper{
    text-align: left;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 3px;
}
/* Event Stripe
-----------------------------*/
.calColEv{
    border-top: 1px #F1F1F1 solid;
}
.calWrapper{
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 10px;
    position: relative;
}
.calWrapper:hover,
.calWrapper:hover .item.time{
    color: #FFFFFF!important;
}
.calWrapper:hover .calBackground{
    display: block;
}
.calBackground{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
    display: none;
}
.calWrapper .item{
    margin: 3px 0;
    position: relative;
    z-index: 9;
}
.calWrapper .item.title{
    margin: 5px 0;
}

/* Ricerca
-------------------------------------------------------------- */
.searchRes{
    margin-bottom: 20px;
}
.searchRes h4{
    font-weight: bold;
}

/* SINGLE PROJECTION
*******************************************************************************/
/* Slide
-----------------------------*/
.singleCalHeader .discWrapper{
    float: left;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    margin-right: 25px;
}
.singleCalHeader .discWrapper .inside{
    top: 20%;
}
.singleCalHeader .discWrapper .inside p{
    margin: 2px 0;
}
.singleCalHeader .title{
    float: left;
    max-width: 85%;
}
.singleCalHeader .title > *{
    margin: 5px 0;
}
/* Content
-----------------------------*/
.textContentWrapper{
    margin: 20px 0;
}
.textContentWrapper .nopar p{
    display: inline-block;
    margin: 0;
}
.textContentWrapper .title{
    margin: 15px 0;
}
/* Info Block
-----------------------------*/
.infoBlockWrapper{
    color: #FFFFFF;
    padding: 25px 20px;
}
.infoBlockWrapper > h4 {
    line-height: 1.2em;
    margin-bottom: 20px;
}
.infoBlockWrapper a {
    color: #FFFFFF;
}
.infoBlockWrapper a:hover{
    color: #434049;
}
.infoRow{
    line-height: 1.2em;
    padding-left: 30px;
    min-height: 30px;
    margin: 15px 0;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.infoRow.calendar{
    background-image: url(img/icon_calendar.png);
}
.infoRow.time{
    background-image: url(img/icon_clock.png);
}
.infoRow.place{
    background-image: url(img/icon_map.png);
}
.infoRow.section{
    background-image: url(img/icon_sec.png);
}
.infoRow.array p{
    margin: 0 0 3px;
}
.subInfoWrapper{
    margin-top: 30px;
}
.subInfoWrapper > div{
    margin: 15px 0;
}
.subInfoWrapper p{
    margin: 2px;
}
.replyWrapper{
    margin-top: 50px;
}
.reply{
    margin: 8px 0;
}
.infoWrapper{
    position: relative;
    margin-bottom: 20px;
    position: relative;
    top: -15px;
}

.infoWrapper .infoBlock{
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 5;
    box-sizing: border-box;
    padding: 15px;
    display: none;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
}

/* Cinestore Widget
-----------------------------*/
.cinestoreWidget{
    background: #a7ba41;
    color: #ffffff;
    margin: 50px 0;
    opacity: 0.7;
}
.cinestoreWidget.cinemaLessons{
    background: #F6841E;
}
.cinestoreWidget.cinemaLessons i{
    color: #F6841E;
}
.cinestoreWidget:hover{
    opacity: 1;
}
.cinestoreWidget a{
    color: #ffffff;
    padding: 50px;
    box-sizing: border-box;
    display: block;
    text-align: center;
}
.cinestoreWidget i{
    font-size: 48px;
    padding: 12px;
    color: #a7ba41;
    background: #ffffff;
    border-radius: 70px 70px 70px 70px;
    -moz-border-radius: 70px 70px 70px 70px;
    -webkit-border-radius: 70px 70px 70px 70px;
}
.cinestoreWidget .subtitle{
    font-size: 25px;
    margin: 25px 0;
    font-weight: bold;
}
.cinestoreWidget .text{
    font-size: 21px;
}


/* Film Extended
-----------------------------*/
.prjFilmsWrapper{
    margin: 50px 0;
}
.prjFilmExtendedWrapper{
    background: #F1F1F1;
    padding: 50px 0;
}
.prjFilmRow{
    margin: 30px 0;
}
.grey{
    color: #A0A0A0;
}
.toggleMovieCard{
    cursor: pointer;
}
.closeAll, .filmCard.extended{
    display: none;
}
/* Film Compact
-----------------------------*/
.shortFilmBlock.alone{
    float: left;
    width: 23%;
    margin: 1%;
}
.shortFilmBlock .infoBlock{
    padding: 25px 20px;
    background: #E5E5E5;
}
.shortFilmBlock .infoBlock a{
    color: #000000;
}
.shortFilmBlock .title{
    margin-bottom: 20px;
}
.row{
    margin: 15px 0;
}
.row > div{
    margin: 1px 0;
}
.row p{
    margin: 0;
}
.filmCardLink a{
    color: #434049;
    display: inline-block;
    text-align: center;
    width: 94%;
    padding: 20px 3%;
    background: #CBCBCB;
}
.filmCardLink a:hover{
    color: #434049;
}
.filmCardLink a span{
    bottom: 8px;
    margin-right: 5px;
    position: relative;
}
/* Correlate Events
-----------------------------*/
.singleCorrelateWrapper {
    margin-top: 100px;
}
.singleCorrelateWrapper .centralWrapper > .title{
    margin-bottom: 30px;
}
.block.suggestion{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
/* File list
-----------------------------*/
.fileWrapper{
    margin: 50px 0;
}
.fileWrapper .title{
    margin-bottom: 20px;
}
.fileRow{
    margin: 10px 0;
}
.fileRow a{
    color: #434049;
}
.fileIcon{
    background-color: #434049;
    background-image: url("img/icon_file.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 28px;
    margin-right: 5px;
}

/* STREAM NEWS
*******************************************************************************/
.newsStreamWrapper .centralWrapper{
    display: flex;
    justify-content: space-between;
}
.newsStreamWrapper .newsStreams{
    width: 70%;
}
.newsStreamWrapper .newsSidebar{
    width: 25%;
}
.newsStream{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.newsStream .image{
    width: 45%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
}
.newsStream .image .inside{

}
.newsStream .date{
    margin-bottom: 10px;
}
.newsStream .content{
    width: 50%;
}
.newsButton{
    font-weight: bold;
    color: #F6841E;
}
.loadNewsWrapper .stripeButton{
    cursor: pointer;
    color: #FFFFFF;
}
.loadNewsWrapper .stripeButton:hover{
    color: #000000;
}
.paginationInfo{
    display: none;
}
.linePressFiltersWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.pressFilters{
    display: flex;
    align-items: center;

}
.newsSidebar .filterTitle,
.pressFilters .filterTitle{
    font-weight: bold;
    font-size: 1.5em;
    color: #000000;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6EAEA;
    margin-bottom: 20px;
}
.pressFilters .filterTitle{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-right: 25px;
}
.newsFilter{
    position: relative;
    margin-bottom: 20px;
}
.pressFilters .newsFilter{
    margin-bottom: 0;
}
.searchPressWrap {
    display: flex;
    align-items: center;
    border: 1px solid #E6EAEA;
}

.searchPressWrap input{
    border: none;
    padding: 20px 15px;
    box-sizing: border-box;
    font-weight: bold;
}
.searchPressWrap i {
    cursor: pointer;
}
.newsSelect{
    display: flex;
    align-items: center;
    border: 1px solid #E6EAEA;
    padding: 20px 25px 20px 15px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-weight: bold;
}
.newsSelect::after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    right: 9px;
    position: absolute;
}
.newsSelect .active{
    color: #F6841E;
}
.newsFilter .options{
    display: none;
    position: absolute;
    max-width: 100%;
    border-left: 1px solid #E6EAEA;
    border-right: 1px solid #E6EAEA;
    border-bottom: 1px solid #E6EAEA;
    padding: 20px 0;
    max-height: 200px;
    overflow: auto;
    background: #ffffff;
    z-index: 999;
    width: calc(100% - 2px);
}
.newsFilter .options a{
    display: block;
    padding: 5px 20px;
}
/* PAGE ARCHIVE PRESS
*******************************************************************************/
.accessFormPressArea {
    margin: 100px 8%;
    padding: 60px 15%;
    background-color: #f1f1f1;
}
.accessFormPressArea .title {
    margin-bottom: 20px;
}
.accessFormPressArea .description {
    line-height: 150%;
}
.accessFormPressArea .customForm {
    border: none;
    padding: 0;
    text-align: left;
}
.accessFormPressArea .stripeButton {
    cursor: pointer;
    margin-top: 10px;
}
.accessFormPressArea .errorLog {
    color: red;
    font-weight: 800;
}
.accessFormPressArea .customForm input {
    padding: 10px;
    border-radius: 3px;
    border-bottom: none;

}
.accessFormPressArea .pressImagePlh img {
    max-width: 100%;
    margin-top: 20px;
}

/* STREAM PRESS
*******************************************************************************/
.pressWrapper{
    margin: 30px 0;
}
.pressTitle{
    background: #E5E5E5;
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}
/*.pressTitle .info {
    display: flex;
}*/
.pressTitle .description{
    margin-top: 5px;
}
.pressTitle:hover {
    background: #CBCBCB;
}
.pressTitle .title {
    flex-basis: 45%;
}
.pressTitle .tex {
    color: #f6841e;
    flex-basis: 15%;
    font-weight: 800;
}
.pressTitle .date  {
    color: #f6841e;
    flex-basis: 10%;
    font-weight: 800;
}

.pressTitle .filesInfo {
    display: flex;
    justify-content: flex-end;
}
.pressTitle .arrow-up {
    display: none;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid black;
}
.pressTitle .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid black;
}
.pressTitle.active .arrow-up{
    display: block;
}
.pressTitle.active .arrow-down{
    display: none;
}
.pressList{
    display: none;
}
.pressTitle.active{
    background: #CBCBCB;
}
.filesInfo .triangle{
    border-color: #434049 transparent transparent;
    border-style: solid;
    border-width: 16px 10px 0;
    height: 0;
    margin-left: 10px;
    position: relative;
    top: 18px;
    width: 0;
}
.filesInfo h4{
    display: inline-block;
}
.fileLink{
    background: #e5e5e5 none repeat scroll 0 0;
    margin: 10px 0;
    padding: 20px 10px 12px;
    display: block;
}
.fileSquare{
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    top: 3px;
    margin-left: 10px;
    position: relative;
    width: 30px;
    height: 15px;
    opacity: 0.7;
}
.fileSquare:hover{
    opacity: 1;
}
.fileSquare img{
    height: 30px;
    position: absolute;
    top: -11px;
}
.fileLink .fileSquare{
    margin-right: 10px;
    margin-left: 0;
    top: 0;
}
.fileLink .bold.uppercase{
    position: relative;
    bottom: 4px;
}

/* SINGLE FILM
*******************************************************************************/
/* Info Block
-----------------------------*/
.singleFilm .infoBlockWrapper{
    padding: 0;
}
.singleFilm .infoBlockWrapper .shortFilmBlock{
    width: 100%;
    color: #434049;
}
/* Recovere Info
-----------------------------*/
.boxRestored{
    border-top: 1px solid #CCCCCC;
    margin: 50px 0;
    padding: 40px 0;
}
.copyRow .title{
    margin-bottom: 10px;
}
.filmCopy{
    margin: 20px 0;
}
.filmCopy .title{
    margin-bottom: 10px;
}
.restoreRow {
    margin: 15px 0;
}
.restoreRow.border{
    border-bottom: 1px solid #CCCCCC;
}
.restoreRow .title{
    margin-bottom: 10px;
}
.restoreRow .text{
    margin: 20px 0;
}
.filmPartner{
    margin-right: 50px;
    margin-top: 10px;
}
.partnerImg{
    width: 250px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

/* SINGLE PLACE
*******************************************************************************/
.placeRow{
    margin: 40px 0;
}
.placeRow p{
    margin: 5px 0;
}
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* MINISITE
*******************************************************************************/
.minisito .streamWrapper{
    margin-top: 80px;
}
.minisito .exhibitionStream, .minisito .macroSecExtWrapper{
    margin-top: 50px;
}
.minisito .exhibitionStream .exhibitionWrapper:first-child .inside {
    border-top: medium none;
}
.minisitoSubMenu .subMenuItem{
    width: 33%;
}
.minisitoLink{
    margin-top: 25px;
    display: inline-block;
}

/*******************************************************************************
/* RESERVED AREA
*******************************************************************************/
/* MYCR
*******************************************************************************/
.mycrWrapper{
    padding-bottom: 50px;
}
/* Profile */
.mycrProfileWrapper{
    padding-bottom: 25px;
}
.avatarWrapper {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
}
.avatar{
    width: 180px;
    height: 180px;
    border-radius: 180px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 25px;
}
.avatarTitle{
    position: relative;
    top: 30px;
}
.avatarTitle .titleName{
    font-size: 200%;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px;
}
.avatarTitle .titleRole{
    font-size: 170%;
}
.profileAction{
    color: #434049;
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 130%;
}
.profileAction:hover{
    color: #F6841E;
}
.profileAction i{
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.recapDataWrapper {
    display: -webkit-flex;		
    display: -ms-flexbox;		
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}
.recapDataBox{
    background: #E5E5E5;
    box-sizing: border-box;
    float: left;
    margin-left: 0.5%;
    padding: 30px 20px 30px 35px;
    width: 32.5%;
}
.recapDataWrapper .recapDataBox:first-child{
    margin-left: 0;
}
.recapDataTitle{
    font-weight: bold;
    margin-bottom: 15px;
}
.recapDataRow{
    margin: 4px 0;
}
.recapDataRow:empty{
    display: none;
}
/* Playlists */
.mycrPlaylistWrapper{
    padding-bottom: 100px;
}
.blockAddNew{
    background: #000000;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}
.blockAddNew .plus{
    font-size: 250%;
    margin-bottom: 5px;
    font-weight: bold;
}
.blockAddNew .inside {
    position: relative;
    top: -30px;
}
/* Tickets */
.mycrTicketsWrapper{
    background: #434049;
    padding-top: 20px;
}
.mycrTicketsWrapper .compactForm{
    display: inherit;
    margin: 10px 0;
}
.mycrTicketsWrapper .compactForm:hover {
    cursor: inherit;
    background: #E5E5E5;
}
.mycrTicketsWrapper .compactDelete:hover{
    background: #E5E5E5;
}
.mycrTicketsWrapper .compactDelete{
    background: none;
    color: #434049;
    padding: 0;
    bottom: 5px;
}
.mycrTicketsWrapper .compactDelete i{
    font-size: 30px;
}
.mycrTicketsWrapper .compactName{
    display: inline-block;
    min-width: 350px;
}
.mycrTicketsWrapper .compactInfo {
    font-weight: normal;
    text-transform: capitalize;
}
.mycrTicketsWrapper .addFormWrapper{
    border: none;
}
.mycrTicketsWrapper .addFormWrapper .addFormText{
    color: #FFFFFF;
}

/* FORMS
*******************************************************************************/
.reservedAreaWrapper{
    width: 600px;
    margin: auto;
    display: block;
}
.formTitle{
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
}
.cjfm-custom-html{
    font-weight: bold;
    text-align: left;
    margin: 50px 0 20px;
}
#container-user_avatar{
    border-bottom: 1px solid #A0A0A0;
    display: inline-block;
    margin: 15px 0;
    padding: 5px 0;
    width: 100%;
}
.cjfm-user-avatar{
    float: left;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
}
/* Da Cancellare */
.userFormWrapper > p{
    display: none;
}
.userFormWrapper input.user_avatar{
    border: medium none;
    float: right;
    position: relative;
    top: 17px;
    width: calc(100% - 150px);
}
.userFormWrapper, .customForm{
    margin: 20px 0;
    padding: 20px 0;
    text-align: center;
}
.customForm {
    border-top: 1px solid #A0A0A0;
}
.customForm .selectLabel{
    text-align: left;
    display: block;
    margin-top: 30px;
    font-size: 20px;
}
.customForm .selectSubLabel{
    text-align: left;
    margin-top: 5px;
    font-size: 0.9em;
    margin-bottom: 10px;
}
.customForm #streamingSelect{
    margin-top: 5px;
}
.filmRecap{
    text-align: left;
    margin: 50px 0;
}
.filmRecap .content{
    text-align: left;
}
.filmRecap .title{
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
}
.filmRecap img{
    width: 100%;
    margin: 10px 0;
}
.pageBuyStreaming .ticketTotalWrapper{
    border: none;
}
.userFormWrapper label{
    display: none;
}
.userFormWrapper input[type='file'] {
    color: #A0A0A0;
}
.userFormWrapper input,
.customForm input{
    border: none;
    border-bottom: 1px solid #A0A0A0;
    padding: 5px 10px;
    font-size: 1.2em;
    width: 96%;
    margin: 15px 0;
    font-family: Gotham, Trebuchet;
}
.userFormWrapper input[required=''],
.customForm .inputWrapper.indis input,
.customForm .dateWrapper.indis input,
.customForm .inputWrapperHalf.indis input{
    background-image: url(img/obbligatory.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    padding-right: 3%;
    width: 95%;
}
.customForm .inputWrapperHalf.indis input {
    background-position: 220px center;
}
.dateWrapper.inputWrapperHalf.indis input{
    background-position: 300px center;
}
.customForm .selectWrapper.indis select{
    background-image: url(img/obbligatory.png);
    background-position: 95% center;
}
.userFormWrapper .cjfm-login-form input{
    padding-left: 8%;
    width: 90%;
}
.userFormWrapper .inputWrapperHalf,
.customForm .inputWrapperHalf{
    width: 45%;
}
.dateWrapper.inputWrapperHalf{
    width: 60%;
}
.radioWrapper.inputWrapperHalf{
    width: 35%;
}
.userFormWrapper .control-group.select{
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
}
.userFormWrapper select,
.customForm select{
    cursor: pointer;
    font-size: 1.2em;
    padding: 5px 6px 2px;
    width: 100%;
    font-family: Gotham, Trebuchet;
    background-position: 100% center;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 1px solid #A0A0A0;
    webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none!important;
    text-indent: 1px;
    text-overflow: '';
    margin: 15px 0;
    
}
.userFormWrapper select option,
.customForm select option{
    color: #A0A0A0;
    padding: 3px 5px;
    font-family: Gotham, Trebuchet;
}
.userFormWrapper .control-group i.fa{
    font-size: 1.3em;
    position: relative;
    right: 240px;
    top: -40px;
    color: #A0A0A0;
}
.userFormWrapper button[type='submit'],
.customForm button[type='submit'],
button.formButton{
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
    cursor: pointer;
    font-size: 1.3em;
    background: #F6841E;
}
.userFormWrapper button[type='submit']:hover,
.customForm button[type='submit']:hover,
button.formButton:hover{
    background: #EC1C24!important;
    border:none;
}
.userFormWrapper .button-suffix{
    display: block;
}
.userFormWrapper .cj-alert.alert.alert-error{
    background: none;
    color: #C9302C;
    border: none;
}
.userFormWrapper .cj-alert.alert.alert-success{
    background: none;
    color: #449D44;
    border: none;
}
.userDataWrapper {
    color: #A0A0A0;
    font-size: 1.2em;
    text-align: left;
    margin: 25px 0 10px;
    padding-left: 10px;
}
.userFormWrapper .radio-buttons .cjfm-relative label{
}
.radioText{
    padding: 5px 10px;
    font-size: 1.2em;
    margin-right: 10px;
}
.customForm .radioWrapper,
.customForm .checkWrapper{
    text-align: left;
    margin: 15px 0;
}
.customForm .radioWrapper.authorization,
.customForm .checkWrapper.authorization{
    font-size: 12px;
}
.customForm .radioWrapper.inputWrapperHalf, 
.customForm .checkWrapper.inputWrapperHalf {
    margin: 17px 0;
}
.customForm .radioWrapper.inputWrapperHalf.right, 
.customForm .checkWrapper.inputWrapperHalf.right{
    text-align: right;
}
.customForm .radioWrapper label,
.customForm .checkWrapper label{
    color: #A0A0A0;
    font-size: 1.2em;
    font-family: Gotham;
    width: 100%;
    cursor: pointer;
}
.customForm .checkWrapper label.error{
    border-bottom: 1px solid #ec1c24;
    padding-bottom: 3px;
}
.userFormWrapper .BT6E7O38A1 .cjfm-custom-html{
    margin: 20px 0 10px;
}
.userFormWrapper .g-recaptcha {
    text-align: center;
}
.userFormWrapper .g-recaptcha > div{
    display: inline-block;
}
.userFormWrapper .radioWrapper label{
    display: initial;
    font-weight: normal;
    color: #A0A0A0;
    font-size: 1.2em;
}
.userFormWrapper .radioWrapper input[type=radio]:not(old),
.customForm input[type=checkbox]:not(old),
.customForm input[type=radio   ]:not(old){
    width: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}
.userFormWrapper .radioWrapper input[type=radio]:not(old) + label,
.customForm input[type=checkbox]:not(old) + label,
.customForm input[type=radio   ]:not(old) + label{
    line-height: 1.5em;
}
.userFormWrapper .radioWrapper input[type=radio]:not(old) + label > span,
.customForm input[type=checkbox]:not(old) + label > span,
.customForm input[type=radio   ]:not(old) + label > span{
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 0.0625em solid rgb(192,192,192);
  border-radius: 5px;
  background: #A0A0A0;
  vertical-align: bottom;
}
.customForm .authorization input[type=checkbox]:not(old) + label > span,
.customForm .authorization input[type=radio   ]:not(old) + label > span{
    position: relative;
    top: px;
}
.userFormWrapper .radioWrapper input[type=radio]:not(old) + label > span,
.customForm input[type=radio   ]:not(old) + label > span{
    border-radius: 17px;
}
.customForm input[type=checkbox]:not(old):checked + label > span:before{
  content : '✓';
  display: block;
  width: 1em;
  color: #000000;
  line-height: 1em;
  text-align: center;
  text-shadow: 0 0 0.0714em rgb(115,153,77);
  font-weight: bold;
}
.userFormWrapper .radioWrapper input[type=radio]:not(old):checked + label > span > span,
.customForm input[type=radio]:not(old):checked + label > span > span{
    display: block;
    width: 10px;
    height: 10px;
    margin: 3.1px;
    border-radius: 13px;
    background: #000000;
}
.customForm input.error, .customForm select.error{
    border: 1px solid #EC1C24;
}
.customForm .selectWrapper{
    display: inherit;
    width: 100%;
    position: inherit;
}
.customForm .alert{
    color: #F6841E;
    text-align: left;
    margin: 5px 0 0;
}
.customForm .alert a{
    text-decoration: underline;
}
::-webkit-input-placeholder {
    color: #A0A0A0;
    font-family: Gotham, Trebuchet;
}
:-moz-placeholder {
   color: #A0A0A0;
   opacity: 1;
   font-family: Gotham, Trebuchet;
}
::-moz-placeholder {
   color: #A0A0A0;
   opacity: 1;
   font-family: Gotham, Trebuchet;
}
:-ms-input-placeholder {
   color: #A0A0A0;
   font-family: Gotham, Trebuchet;
}
.reservedAreaLoadWrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: rgba(0,0,0,0.5);
}
.reservedAreaLoadWrapper .load{
    position: relative;
    top: 150px;
}
.inputMessage {
    text-align: left;
    margin: 10px 0;
    padding: 5px 10px;
}
.privacyText{
    background: #e5e5e5 none repeat scroll 0 0;
    color: #000000;
    font-size: 0.8em;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding: 15px 0;
}
.privacyText span{
    display: block;
    max-height: 80px;
    overflow: auto;
    padding: 0 15px;
}
.ticketInfo a{
    color: #F6841E;
}
.paymentMethodText{
    font-size: 21px;
    font-weight: bold;
    margin-top: 40px;
}

/* Hotel Spec
-----------------------------*/
.specText span{
    cursor: pointer;
}
.specText span:hover{
    color: #F6841E;
}
.specBlockBg{
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    display: none;
}
.specBlockWrapper{
    width: 560px;
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin: 50px auto auto;
    padding: 20px;
}
.specBlockWrapper h3{
    font-weight: bold;
    color: #F6841E;
    padding-bottom: 10px;
}
.specBlock{
    max-height: 400px;
    overflow: auto;
}
.specBlock .hotelSpec:first-child{
    border-top: none;
}
.hotelSpec{
    text-align: left;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #cccccc;
    font-size: 0.9em;
}
.hotelSpec p{
    line-height: 0.8em;
}
.hotelInfo, .hotelPrice{
    float: left;
    width: 50%;
}
.hotelInfo .name{
    font-weight: bold;
    margin-right: 5px;
}
.hotelInfo i{
    font-size: 10px;
    display: inline-block;
}
.hotelPrice .price{
    font-weight: bold;
}

/* TICKET
*******************************************************************************/
.reservedAreaWrapper{
    position: relative;
}
.reservedAreaWrapper .loadWrapper{
    background: #FFFFFF;
    height: 100%;
    z-index: 99;
    margin: 45px 0 0;
    padding: 35px 0 0;
}
.ticketMenu{
    text-align: center;
    text-transform: uppercase;
    color: #A0A0A0;
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 25px;
}
.ticketMenu .ticketLink {
    margin: 0 5px;
    cursor: pointer;
}
.ticketMenu .ticketLink a{
    color: #A0A0A0;
}
.ticketMenu .ticketLink a:hover,
.ticketMenu .ticketLink.active{
    color: #434049;
}
.formError{
    color: #C9302C;
    text-align: center;
    margin: 10px 0;
    line-height: 1.2em;
}
.commandWrapper:not(.active) {
    display: none;
}
.commandWrapper{
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
}
.loadUserDataAction:hover{
    color: #A0A0A0;
    cursor: pointer;
}
.addFormLink{
    background: #F6841E none repeat scroll 0 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 2em;
    padding: 20px 25px;
    border-radius: 68px;
    cursor: pointer;
}
.addFormLink:hover{
    background: #EC1C24;
}
.addFormText{
    color: #A0A0A0;
    margin-top: 8px;
}
.ticketForm{
    margin: 15px 0;
}
.ticketForm.active{
    display: block;
}
.ticketForm.validate .customForm{
    display: none;
}
.compactForm{
    display: none;
    background: #E5E5E5;
    cursor: pointer;
    padding: 15px 25px;
    color: #434049;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
.compactForm.active{
    display: block;
}
.compactForm:hover{
    background: #CBCBCB;
}
.compactDelete{
    background: #434049;
    border-radius: 26px;
    bottom: 8px;
    color: #E5E5E5;
    padding: 6px 8px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.compactDelete:hover{
    background: #EC1C24;
}
.ticketConfirm, .ticketCancel{
    width: 45%!important;
}
.payData{
    display: none;
}
.ticketRecap, .ticketTotal {
    background: #e5e5e5 none repeat scroll 0 0;
    color: #434049;
    padding: 15px 25px;
    margin: 15px 0;
}
.ticketTotalWrapper{
    border-top: 1px solid #434049;
}
.ticketRecap .name, .ticketTotal .name{
    float: left;
    width: 70%;
    text-align: left;
}
.ticketTotal .name{
    font-weight: bold;
    text-transform: uppercase;
}
.ticketRecap .name .main{
    text-transform: uppercase;
}
.ticketRecap .price, .ticketTotal .price{
    float: right;
    width: 30%;
    text-align: right;
    font-weight: bold;
}

/* FOOTER
*******************************************************************************/
.fixedFt{
    width: 100%;
    padding: 30px 0;
    background: #000000;
    display: block;
}
.lineFooterWrap {
    display: flex;
    justify-content: space-between;
}
.developed{
    float: right;
    opacity: 0.3;
}
.developed:hover{
    opacity: 1;
}
.developed img{
    width: 150px;
}
.stripeFt{
    display: block;
    width: 100%;
    color: #FFFFFF;
    position: relative;
}
.stripeFt a, .stripeFt a:hover{
    color: #FFFFFF;
}
.stripeFt .title{
    padding: 15px 0;
    cursor: pointer;
}
.blockFtWrapper{
    position: absolute;
    width: 100%;
    bottom: 48px;
    border-bottom: 2px solid #FFFFFF;
    padding: 25px 0;
    display: none;
    z-index: 999;
}
.blockFt{
    width: 30%;
    margin: 0 1.5%;
    float: left;
}
.blockFt > * {
    margin: 15px 0;
}
.blockFt .stripeButton{
    border-color: #FFFFFF;
    cursor: pointer;
    margin: 10px 0;
}
.blockFt .stripeButton:hover{
    background: inherit;
}
.cookie-notice-container > span {
    display: block;
    margin: 0 10%;
    width: 80%;
}
.cookie-notice-container a{
    color: #FFFFFF;
    padding: 5px 10px;
    border: 1px solid #FFFFFF;
    margin-top: 5px;
    display: inline-block;
}
.cookie-notice-container a:hover{
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
}
#prettypre {
    position:fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
    background-color: #000;
    color: #FFF;
    font-size: 10px;
    padding: 16px 8px 8px 8px;
    max-height: 100%;
    max-width: 33%;
    overflow: auto;
}

#prettypre.compactpre {
    font-size: 0px;
}
#prettymonitor {
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 4px;
    font-size: 8px;
    z-index: 1000;
    background-color: #000;
    color: #FFF;
}
.editionPrev{
    margin-top: 10px;
}

/* MAILCHIMP
*******************************************************************************/
#mc_embed_signup{
    background:#fff;
    clear:left;
    font:14px
    Helvetica,Arial,sans-serif;
}
#mc_embed_signup ul{
    padding-left: 0;
}
#mc_embed_signup li{
    list-style: none;
    margin-left: 0;
}
#mc_embed_signup .mc-field-group{
    margin: 20px 0;
}
#mc_embed_signup input[type=text],
#mc_embed_signup input[type=email]{
    border: none;
    border-bottom: 1px solid #A0A0A0;
    padding: 5px 10px;
    font-size: 1.2em;
    width: 96%;
    margin: 15px 0;
    font-family: Gotham, Trebuchet;
}
#mc_embed_signup input[type=submit]{
    border: medium none;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
    cursor: pointer;
    font-size: 1.3em;
    background: #F6841E;
}
#mc_embed_signup input[type=submit]:hover{
    background: #EC1C24!important;
    border: none;
}
#mc_embed_signup .mce_inline_error {
    background: none!important;
    color: red!important;
}

/* RESPONSIVE
*******************************************************************************/
@media screen and (max-width: 1200px) {
    body{font-size: 12px;}
    .centralWrapper{width: 1024px;}
    .progCalWrapper{width: 944px;}
}