/* HIDE DURING PAGE LOAD (show via JS)
-------------------------------------------------- */



/* CUSTOMIZE THE GLOBAL STYLES
-------------------------------------------------- */
html {
	height:auto !important;
}
@font-face {
    font-family: 'dk_face_your_fearsregular';
    src: url('../fonts/faceyourfears/dk_face_your_fears-webfont.eot');
    src: url('../fonts/faceyourfears/dk_face_your_fears-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/faceyourfears/dk_face_your_fears-webfont.woff2') format('woff2'),
         url('../fonts/faceyourfears/dk_face_your_fears-webfont.woff') format('woff'),
         url('../fonts/faceyourfears/dk_face_your_fears-webfont.ttf') format('truetype'),
         url('../fonts/faceyourfears/dk_face_your_fears-webfont.svg#dk_face_your_fearsregular') format('svg');
    font-weight: normal;
    font-style: normxal;
}

@font-face {
    font-family: 'dk_nightbirdregular';
    src: url('../fonts/nightbird/dk_nightbird-webfont.eot');
    src: url('../fonts/nightbird/dk_nightbird-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nightbird/dk_nightbird-webfont.woff2') format('woff2'),
         url('../fonts/nightbird/dk_nightbird-webfont.woff') format('woff'),
         url('../fonts/nightbird/dk_nightbird-webfont.ttf') format('truetype'),
         url('../fonts/nightbird/dk_nightbird-webfont.svg#dk_nightbirdregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'green_fuzregular';
    src: url('../fonts/greenfuz/green_fuz-webfont.eot');
    src: url('../fonts/greenfuz/green_fuz-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/greenfuz/green_fuz-webfont.woff2') format('woff2'),
         url('../fonts/greenfuz/green_fuz-webfont.woff') format('woff'),
         url('../fonts/greenfuz/green_fuz-webfont.ttf') format('truetype'),
         url('../fonts/greenfuz/green_fuz-webfont.svg#green_fuzregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'icomoonregular';
    src: url('../fonts/icomoon-webfont.eot');
    src: url('../fonts/icomoon-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/icomoon-webfont.woff2') format('woff2'),
         url('../fonts/icomoon-webfont.woff') format('woff'),
         url('../fonts/icomoon-webfont.ttf') format('truetype'),
         url('../fonts/icomoon-webfont.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
	/*font-family: "Lato",Helvetica,Arial,sans-serif;*/
	font-family: Helvetica,Arial,sans-serif;
	position: relative;
	z-index: 0;
	
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
	
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-image: none !important;	
	background-color: transparent !important;
}
.lt-ie9 body {
	-ms-behavior: url(http://www.bifff.net/backgroundsize.min.htc);
	behavior: url(http://www.bifff.net/backgroundsize.min.htc);
	background-position: left top;
}
html, body {
	height: 100%;
	font-weight: 300;
/*	line-height: 1em;*/
}

body {
 	
	
}

#resizeContainer {
	min-height: initial !important;
}
/*body.slider-page {
	background-image: url(../img/bg_page.jpg);
}*/
body.slider-page #content {
	display: none;
}

a {
	color: #ff0000;
}
a.moretag {
	font-weight: 800;
}
a:hover {
	color: #ff0000;
	text-decoration: none;
}
a.discrete {
	color: #333;
}
a.discrete:hover {
	color: #ff0000;
	text-decoration:underline;
}
/*.home h1, .home h2, .home .h1, .home .h2 {
	font-family: green_fuzregular,Helvetica,Arial,sans-serif;
	font-weight: 300;
}

.page-id-50387 h1, .page-id-50387 h2, .page-id-50387 .h1, .page-id-50387 .h2, .page-id-261 .bigHeader h1, .page-id-462 .bigHeader h1, .page-id-460 .bigHeader h1, .page-id-261 .bigHeader h2, .page-id-462 .bigHeader h2, .page-id-460 .bigHeader h2, .bigHeader .page-id-261 .h1, .bigHeader .page-id-261 .h2, .bigHeader .page-id-462 .h2, .bigHeader .page-id-460 .h2 {
	font-family: green_fuzregular,Helvetica,Arial,sans-serif;
	font-weight: 300;
}*/

h1, .h1 {
	color: #fff;
	font-size: 2em;
	text-shadow: rgba(0,0,0,0.70) 1px 1px 1px;
	margin: 0;
	padding: 0.2em 0;
}
/*.page-id-261 h1, .page-id-462 h1, .page-id-460 h1 {
	color: #fff;
	font-size: 3em;
}*/

 .page-id-462 h1, .page-id-460 h1 {
	color: #fff;
	font-size: 3em;
}



h2, .h2 {}
h3, .h3 {
	color: #555;
	font-size: 1.6em;
}
h4, .h4 { 
	color: #111;
	font-size: 1.2em;
	font-weight: 400;
}
.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
.thin {
	font-weight:300;
}

/* CHROMEFRAME */
.chromeframe {
	position: absolute;
	z-index: 10000;
	width: 100%;
	top: 0px;
	overflow: hidden;
	background-color: #f00;
}
.chromeframe p {
	font-size: 14px;
	color: #fff;
	padding: 10px;
	margin: 0px;
}

#borders {
	width: 100%;
	overflow: hidden;
}

/* LOGO */
.site-logo {
	background: transparent url(../img/logo-bifff.png) no-repeat left top;
	position: absolute;
	z-index: 1040;
	width: 90px;
	height: 122px;
	padding: 0;
	margin: -50px 0 0 4px;
}
.persistent .site-logo {
	position: fixed;
	margin: -10px 0 0 0;
}
.site-logo:hover {
}
.site-logo a {	
	display: block;
	height: 122px;
}
.site-logo a:hover {
	background-color: transparent;
	text-decoration: none;
}
.site-logo span {
	display: none;
}
/* SITE NAME */
.site-name {
	position: absolute;
	height: 40px;
	width: 145px;
	margin-top: -30px;
	margin-left: 90px;
	background-color: transparent;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../img/site-name.png);
}
.persistent .site-name {
	display: none;
}
.site-name span {
	display: none;
}

/*TAGLINE-DESCRIPTION*/
.site-description {
	
}
.lt-ie9 .site-description {
}
.lt-ie9 .site-description span {
	
}

/* HEADER CUSTO */
.site-header-bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	height: 40px;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	background-image: url(../img/bg_texture.png);
	background-repeat: repeat;
	content: "";
}

.bigHeader {
	position: fixed;
	left:0;
	top:0;
	z-index:100;
	top:40px;
	overflow:hidden;
/*	background-color:rgba(33,33,33,0.20);*/
}

.bigHeader .persoHeader {
	position:absolute;
	bottom:0px;
	left:20px;
	height:100%;
	width:auto;
}

.bigHeader .wen-cta-wrap {
	position:absolute !important;
	bottom: -175px;
	right:100px;
	transition:all 0.4s ease;
	/*width:250px;*/
	width:15%;
	z-index:1;
}
	.bigHeader .wen-cta-wrap:hover {
		bottom: -10px;
	}
/* repositionning on the news page */
.page-id-261 .bigHeader .wen-cta-wrap, .page-id-462 .bigHeader .wen-cta-wrap, .page-id-460 .bigHeader .wen-cta-wrap {
	bottom: -165px;
}
	.page-id-261 .bigHeader .wen-cta-wrap:hover, .page-id-462 .bigHeader .wen-cta-wrap:hover, .page-id-460 .bigHeader .wen-cta-wrap:hover {
		bottom: -21px;
	}
.bigHeader .wen-cta-wrap .wen-cta-inner{
	border-radius:5px;
}

.bigHeader .wen-cta-wrap .wen-cta-title{
	border-radius:5px 5px 0 0;
	background-image: url("http://www.bifff.net/wp-content/uploads/2018/01/BIFMARKET-TETE_Noir485.png");
	padding: 0;
	height: 50px;
	background-size: cover;
	text-indent:-9999px;
	background-position: 0px -3px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.wen-cta-title{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.bigHeader .wen-cta-wrap .wen-cta-button{
	border-radius:5px 5px 0 0;
	border:none;
}

.bigHeader .contentHeader {
	position:absolute;
	left:480px;
	padding-right:100px;
}
/*repositioning on news page */
.page-id-261 .contentHeader, .page-id-462 .contentHeader, .page-id-460 .contentHeader {
	top:70px;
}

.bigHeader .logoHeader {
	animation:floating 5s infinite;
}

.bigHeader h1 {
	text-align: left;
	margin-top:20px;
}
.bigHeader .contentHeader p {
	color:#fff;
	text-transform: uppercase;
	font-size:13px;
	background: #000;
	padding: 0 5px;
	display: inline-block
}
.page-id-261 .contentHeader p, .page-id-462 .contentHeader p, .page-id-460 .contentHeader p {
	padding: 5px;
}
.bigHeader em {
	color:#ff0000;
}

@media (min-width:768px) and (max-width:992px) {
	.bigHeader .persoHeader {
		left: -80px;
	}
	.bigHeader .contentHeader {
		left: 365px;
		padding-right: 65px;
	}
	.bigHeader h1 {
		font-size: 1.5em;
	}
}
@media (max-width:768px) {
	.bigHeader .contentHeader {
		left: 50%;
		width: 80%;
		margin-left: -40%;
		padding-right: 0;
	}
	.bigHeader h1 {
		font-size: 1.5em;
	}
	.bigHeader .contentHeader p {
		font-size: 12px;
		line-height: 17px;
	}
	.bigHeader .persoHeader {
		display:none;
	}
	.bigHeader .wen-cta-wrap {
		position:absolute !important;
		bottom: -175px;
		left:50%;
		margin-left:-125px;
		width:250px;
	}
}

/* CUSTOMIZE THE NAV BAR
-------------------------------------------------- */
.navbar {
	top: 40px;
	margin-bottom: auto;
	min-height: inherit;
	background-color: rgba(255,255,255,0.7);
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
}

.lt-ie9 .navbar {
	background-color: transparent;
	background-image: url(../img/bg_white-75.png);
	background-repeat: repeat;
}
#nav2.navbar, .persistent #nav2.navbar.navbar-fixed-top {
	display: none;
}
.lt-ie9 #nav2.navbar {
	background-color: #f00;
}
.navbar .container {
	/*max-width: 100% !important;*/
}
.navbar a {
	color: #333;
	font-weight: 300;
}
.navbar-collapse {
	max-height: none;
}
.navbar-fixed-top {
	position: absolute;
}
.persistent .navbar-fixed-top {
	position: fixed;
	z-index: 1100z;
}
.persistent .navbar {
	top: 0px;
	bottom: auto;
	background-color: #fff;
}
.navbar-nav {
	width:100%;
}
.navbar-nav .right {
	float:right;
}
.navbar-nav li {
	border-left: 1px solid #e5e5e5;
}
.navbar-nav li:first-child {
	border-left: none;
}
.navbar-nav li.menu-olds li {
	border-left: none;
}
.navbar-nav > li > a {
	padding: 13px 10px 12px;
	color: #000;
	font-weight: 600;
}
.persistent .navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
/*.nav li.menu-olds a, .navbar-nav > li.menu-olds > a {
	background-color: #f00;
	color: #fff;
	font-weight: 600;
}*/
.nav > li > a:hover, .nav > li.menu-olds > a:hover {
	background-color: #fff;
	color: #ff0000;
}
.navbar-toggle {
	margin-right: 26px;
}
.lt-ie9 .navbar-toggle {
	background-color: #aaa;
	border: 1px solid #444;
}
#nav2 .navbar-toggle {
}
.lt-ie9 #nav2 .navbar-toggle {
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
#nav2 .navbar-toggle .icon-bar {
	background-color: #fff;
}
.menu-header {
	padding-left: 100px;
}
li.menu-olds .dropdown-menu {
	background-color: #f00;
}
.menu-archives .dropdown-menu {
	margin-left: -2px;
}
.nav .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}
li.menu-olds .nav .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

/* dropdown fullwidth horizontal */

/*li.dropdown, li.menu-olds {
	position:static !important;
}

li.dropdown a:hover, li:hover.dropdown, li.menuu-olds a:hover, li:hover.menu-olds{
	background-color:#eee !important;
}
li.dropdown.open ul.dropdown-menu, li:hover.dropdown ul.dropdown-menu, li.menu-olds.open ul.dropdown-menu, li:hover.menu-olds ul.dropdown-menu{
	width: 100%;
	text-align: center;
	left: 0;
	right: 0;	
	padding-left:80px;
	display:block;
}*/
@media screen and (max-width:768px) {
	li:hover.dropdown ul.dropdown-menu, li:hover.menu-olds ul.dropdown-menu {
		visibility:hidden;
	}
	li:hover.dropdown.open ul.dropdown-menu, li:hover.menu-olds.open ul.dropdown-menu {
		visibility: visible;
	}
}
/*
li.dropdown.open ul.dropdown-menu li, li:hover.dropdown ul.dropdown-menu li, li.menu-olds.open ul.dropdown-menu li, li:hover.menu-olds ul.dropdown-menu li {
	float:left;
}*/

.dropdown-menu a:hover {
	background-color: #333 !important;
	color: #ff0000 !important;
}
#nav2 .navbar-name {
	line-height: 50px;
	padding-left: 60px;
	font-weight: normal;
	color: #fff;
	font-size: 2em;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}

@media (max-width:768px) {
	.menu-header {
		border-left:none !important;
	}
	ul#menu-primary-en.menu.nav.navbar-nav {
		margin: 0;
	}
	li.dropdown.open ul.dropdown-menu li, li:hover.dropdown ul.dropdown-menu li, li.menu-olds.open ul.dropdown-menu li, li:hover.menu-olds ul.dropdown-menu li {
		float: none;
	}
	.navbar-nav li {
		border-left:0px !important;
	}
	.navbar-nav li.right {
		position: absolute;
		top: 5px;
		right: 100px;
		background-color: #bbb;
		transition: all 1s ease-in;
	}
	li.dropdown.open ul.dropdown-menu, li:hover.dropdown ul.dropdown-menu, li.menu-olds.open ul.dropdown-menu, li:hover.menu-olds ul.dropdown-menu {
		padding-left: 0px;
	}
}
/* Language switcher */

.languageSelection {
	float: right;
    font-size: 14px;
	text-transform: uppercase;
    line-height: 45px;
    margin-right: 30px;
    position: relative;
    z-index: 1080;
}
.languageSwitch li {
	display: inline-block;
	list-style-type: none;
}
.languageSwitch .title {
	display: none;
}
.languageSwitch .text {
	display:inline-block;
	height:25px;
	width:25px;
	line-height:25px;
	margin:0px 5px 0px 0px;
	color:#bbb;
	text-align:center;
}
.languageSwitch a .text {
	font-weight: 900;
	color: #fff;
}
.languageSwitch a:hover .text {
	color: #ff0000;
	-webkit-transition:color 2s ease-out;
	-moz-transition:color 2s ease-out;
	-o-transition:color 2s ease-out;
	transition:color 2s ease-out;

}

/* Social */
.social {
	font-size:16px;
	float: right;
	margin-right: 30px;
	line-height: 45px;
	position: relative;
	z-index: 1080;
}
.social i {
	height:25px;
	width:25px;
	line-height:25px;
	margin:0px 5px 0px 0px;
	color:#fff;
	text-align:center;
}
/*.social i.facebook{
	background-color:#3c5b9b;
}
.social i.twitter{
	background-color:#2daae1;
}
.social i.google-plus{
	background-color:#f63e28;
}
.social i.pinterest{
	background-color:#cb2027;
}
.social i.linkedin{
	background-color:#0173b2;
}*/
.social i:hover{
	color: #ff0000;
	-webkit-transition:color 2s ease-out;
	-moz-transition:color 2s ease-out;
	-o-transition:color 2s ease-out;
	transition:color 2s ease-out;
}
.social a, .social a:visited, .social:hover{
	color:#fff;
	text-decoration:none;
}
.social a:hover{
	background-color: transparent !important;	
}

/* Header Basket */
.headerBasket {
	float: right;
	line-height: 45px;
	position: relative;
	z-index: 1080;
	transition: all 1s ease-in-out;
}
.cart-contents:before{
    font-family:FontAwesome;
    content: "\f07a";
    font-size: 16px;
    padding-right: 5px;
	color: #fff;
}
.cart-contents:hover {
	text-decoration: none;
	color: #87182A;
}
@media (min-width:768px) and (max-width:992px) {
	.wcmenucart-contents, .menu-item {
		font-size:12px;
	}
}

.headBasketCount {
	color: #f00;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	width: 20px;
	display: inline-block;
	border-radius: 16px;
	text-shadow: rgba(0,0,0,0.30) 1px 1px 1px;
}
.headerBasket .amount {
	font-size: 0.8em;
	color: #bbb;
}


/* CUSTOMIZE THE FULL PAGE AGENDA
-------------------------------------------------- */

[class*=goToDate] {
	background-color: transparent;
	box-shadow: initial !important;
	border: none;
	margin: 5px;
	padding: 0;
	position: relative;
}

[class*=goToDate]:hover, [class*=goToDate].current {
	color: #fff;
}

[class*=goToDate]:after {
	display: block;
	content: '';
	position: absolute;
	width: 100%;
	background-color: #ff0000;
	height:1px;
	bottom: 0;
	z-index:-1;
	transition: height 0.4s ease;
	transform: scale(1.05);
}

[class*=goToDate]:hover:after, [class*=goToDate].current:after {
	height:100%;
	color:#fff;
}

/* tooltip agenda */
div.ui-tooltip.qtip.ui-helper-reset.ui-tooltip-default.ui-tooltip-light.ui-tooltip-pos-bc {
	width: 500px !important;
	max-width: none !important;
	max-height: 200px;
	background-color:#fff;
	border: 1px solid #000;
	overflow: hidden;
}
div.ui-tooltip.qtip.ui-helper-reset.ui-tooltip-default.ui-tooltip-light.ui-tooltip-pos-bc:before {
	content: "";
	width: 100%;
	height: 30px;
	opacity: 0.5;
	z-index: 100;
	display:block;
	position:absolute;
	bottom: 0px;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+13,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(222,222,222,0) 13%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(222,222,222,0) 13%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(222,222,222,0) 13%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.fc-today-button {
	display:none;
}

.fc-toolbar {
	height:0;
}
.fc-toolbar .fc-button-group {
	position: absolute;
	right: 10px;
	top: 16px;
	z-index: 10;
	height: 10px;
}

.fc-toolbar .fc-button-group .fc-prev-button, .fc-toolbar .fc-button-group .fc-next-button{
	height:20px;
}

/* CUSTOMIZE THE FULL PAGE CAROUSEL STYLES
-------------------------------------------------- */
.carousel,
.item,
.active {
	height:100%;
}
.carousel {
}
.carousel-inner {
	height:100%;
}
.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}
.lt-ie9 .carousel-inner .item, .lt-ie9 .carousel-indicators, .lt-ie9 .carousel-control {
	display: none;
}

.carousel-caption {
    bottom: 60px;
    left: auto;
    right: 20%;
	
    padding-bottom: 30px;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
    z-index: 10;
	width: 30%;
}
.lt-ie9 .carousel-caption {
    left: 50%;
	right: auto;	
}
.carousel-caption h1 {
	font-size: 24px;
	font-weight: 200;
	padding: 0px 2%;
}
.carousel-caption p {
	padding: 0px 2%;
}
.carousel-indicators {
    bottom: 60px;
    left: auto;
	right: 20%;
	top: auto;
    margin-left: -30%;
    padding-left: 0;
    text-align: center;
    width: 30%;
    z-index: 15;
}
.carousel-indicators li {
	float: none;
	display: inline-block;
	background-color: #000;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
  height: 100%;
  background-color: transparent !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 0;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
#homepage .carousel-indicators, #homepage .carousel-control {
	display: none;
}

.page-id-50387 .site-content.container, .page-id-261 .site-content.container, .page-id-462 .site-content.container,.page-id-460 .site-content.container, .page-id-1695 .site-content.container, .page-id-1697 .site-content.container, .page-id-1699 .site-content.container, .page-id-51324 .site-content.container, .page-id-51324 .site-content.container .container, .page-id-51328 .site-content.container, .page-id-51328 .site-content.container .container, .page-id-51326 .site-content.container, .page-id-51326 .site-content.container .container, .site-content.container{
	width:100% !important;
}


/* CUSTOMIZE THE FOOTER
-------------------------------------------------- */
footer{
	padding-bottom: 0px;
	line-height: 1.4em;
	font-size: 12px;
	background-color: transparent;
/*	background-image: url(../img/bifff_salle_bkg02.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x;
	color: #fff;*/
	/*background-position: 100% 250px, 100% 10px, 0px 240px, 60px 50px, 0 270px;
	background-size: 150px, 200px, 150px, 250px, 600px;*/
	background-size: 100%;
	padding-bottom:70px;
} 

.icon-phone:before {
content: "";
	font-family: "icomoon";
}

footer:before {
	display: none;
	
	
	
	content:'';
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(170,170,170,1) 100%) !important;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(72%, rgba(255,255,255,1)), color-stop(100%, rgba(170,170,170,1))) !important;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(170,170,170,1) 100%) !important;
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(170,170,170,1) 100%) !important;
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(170,170,170,1) 100%) !important;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(170,170,170,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aaaaaa', GradientType=0 ) !important;
	height: 400px;
    /*display: block;*/
    width: 100%;
    position: absolute;
    bottom: 0;
	z-index:-1;
}
@media screen and (max-width:768px) {
	footer {
		background-image:none;
	}
}
footer .sharedaddy {
	display: none;
}
#homepage footer {
}
#footer-opener {
	display: none;
/*	padding: 0 0 4px 0;
	position: absolute;
	z-index: 1060;
	right: 40px;
	bottom: 15%;
	margin: 0;
	float: right;
}
.lt-ie9 #footer-opener {
	background-color: transparent;
	background-image: url(../img/bg_white-75.png);
	background-repeat: repeat;
}
.single #footer-opener {
	right: 30px;
	bottom: 30px;
}
.single.persistent #footer-opener {
	display: none;
*/}
#footer-opener a {
	display: block;
	font-weight: 300;
	font-size: 36px;
	color: #333;
	background-color: #fff;
	padding: 0 10px;
	line-height: 36px;
}
#footer-opener a:hover {
	background: #333;
	color: #fff;
	text-shadow: none;
	border: none;
}
#footer-closer {
	padding: 0 0 4px 0;
	position: absolute;
	z-index: 1060;
	right: 40px;
	bottom: 0	;
	margin: 0;
	float: right;
}
#footer-closer a {
	display: block;
	font-weight: 600;
	font-size: 36px;
	color: #f00;
	background-color: #fff;
	padding: 0 10px;
	line-height: 36px;
}
#footer-closer a:hover {
	color: #fff;
	background-color: #f00;
}

.lastFooterCol {
	height:250px;
	width:500px;
	float:none;
	margin: 0 auto;
	z-index:1;
}
.lastFooterCol img.crow {
	position: absolute;
	bottom: 0;
	width: 350px;
	left: -280px;
	z-index:-1;
}
@media (max-width:768px) {
	.lastFooterCol {
		height: 300px;
		width: 363px;	
		z-index: 0;
	}
	.lastFooterCol img.crow {
		width: 260px;
		left: -202px;
	}
}
.uwl-style1 {
	width:auto;
	margin-bottom:0;
	margin-top:40px;
/*	background-image: url(http://www.bifff.net/wp-content/uploads/2018/01/panneau.png);*/
	width: 400px;
/*	height: 350px;*/
	background-size: cover;
}

@media screen and (max-width:992px) {
	.uwl-style1 {
		margin-top:0;
	}
}

.uwl_widget_wrap {
	border:none !important;
}


.uwl_widget_wrap form {
	padding: 0 20px;
}

.uwl_widget_wrap form button{
	right:20px !important;
}

.uwl_widget_wrap form span{
	right:70px !important;
}

.uwl-mailchimp.style-two input[type="email"] {
    height: 35px !important;
    color: #222 !important;
    border-width: 1px !important;
    border-color: #ff0000 !important;
    font-size: 1em !important;
    padding: 0 60px 0 20px !important;
    margin: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 20px !important;
    background-color: #eee !important;
}

.uwl-mail-text {
	font-family:Helvetica;
	font-size:20px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1em;
	font-weight:bold;
	color: #111111;
	z-index: 100;
	position: relative;
	line-height: 1.8em;
	margin-bottom:20px;
}
/*.lt-ie9 #footer-opener, .lt-ie9 #footer-closer {
	display: none;
}*/

.widget {
    border-right: 1px solid #fff;
    min-height: 170px;
    padding: 0 2em;
}
.lastWidget {
    border-right: medium none !important;
}
footer h3 {
	font-weight: 400;
	color: #ff0000;
	padding-bottom: 0.7em;
}
footer h4 a {
	color: #fff;
}
.box_image  {
	float: left;
	margin: 0px 10px 0px 0px;
}
/*.box_image img, .entry-content img {
	border: 3px solid #fff !important;
}*/
.one_new {
	min-height: 70px;
}
.seeAllLink {
	line-height: 1.6em;
	clear: both;
	margin: 5px 0;
}
.seeAllLink a {
	font-size: 1.2em;
	display: block;
}
.seeAllLink a:hover {
	background-color: #000;
	color: #fff;
}
.contact_frame i {
	width: 1.2em;
	display: inline-block;
}
.copyright {
	position: relative
}
.copyright .copyrightTxt {
	display: block;
	text-align: right;
	padding-right: 60px;
	font-size: 10px;
	background-color: #222;
}
#homepage .copyright, .single .copyright {
	position: fixed;
	z-index: auto;
	width: 100%;
	overflow: hidden;
	bottom: 0;
	left: 0;
}
#homepage.persistent .copyright, .single.persistent .copyright {
	position: relative;
}
.newBifff {
	display: block;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-size: 1.4em;
	font-weight: bold;
	background-color: rgba(255, 0, 0, 0.8);
}
.moreLink {
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
}
.entry-header .moreLink {
	margin-left: 15px;
	width: 30px;
	height: 30px;
}
.moreLink a {
	line-height: 20px;
	display: block;
	font-size: 18px;
	font-weight: 900;
	-webkit-transition: background 0.35s ease-in-out;
	-moz-transition: background 0.35s ease-in-out;
	-o-transition: background 0.35s ease-in-out;
	transition: background 0.35s ease-in-out;
	background: #444;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.entry-title .moreLink a {
	line-height: 30px;
	font-size: 28px;
}
.moreLink a:hover {
	background: #000;
}

/* Back to top */

.totop {
	position: fixed;
	bottom: 5px;
	right: 20px;
	z-index: 104400;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.lt-ie9 .totop {
	display: none;
}
.totop {
	color: #ffffff;
	-webkit-transition: background 0.35s ease-in-out;
	-moz-transition: background 0.35s ease-in-out;
	-o-transition: background 0.35s ease-in-out;
	transition: background 0.35s ease-in-out;
	background: #f00;
}
.totop:hover, #footer-opener:hover {
	background: #000;
}
.totop a, .totop a:visited{
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.totop a:hover, #footer-opener a:hover {
	color: #fff;
	text-decoration: none;
}

/* CUSTOMIZE THE CONTENT
-------------------------------------------------- */

.homeHiddenContent {
	position: absolute;
	z-index: -10;
	width: 400px;
	left: -10000px;
}
#content {
	padding: 0;
	overflow: hidden;
}
.site-content .container {
	padding: 0px;
	max-width: 100%;
}
.entry-content {
	text-align: justify;
	line-height: 1.4em;
	font-size:18px;
	color: #000 !important;
/*	padding: 1em;*:
		
/*	background-color: rgba(255,255,255, 0.9);
	margin: 0 5% 0 0;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;*/
}
.post .entry-content {
	margin-top: 40px;
}
.lt-ie9 .entry-content {
	background-color: transparent;
	background-image: url(../img/bg_white-90.png);
	background-repeat: repeat;
}
.entry-content h2 {
	clear: both;
	padding-top: 1em;
	color: #f00;
}
.error404 .entry-content, .search .entry-content {
	margin: 0 5% 9% 0;
}
.entry-header {
	margin: 99px 0 0 0;
}

/* slider top on home page and news page */

.sliderTop {
	position: relative;
	margin-top:-156px;
}
.page-id-1695 .sliderTop, .page-id-1697 .sliderTop, .page-id-1699 .sliderTop {
	margin-top:-207px;
}
.page-id-261 .sliderTop, .page-id-462 .sliderTop, .page-id-460 .sliderTop {
	margin-top:-110px;
}
@media (min-width:768px) and (max-width:992px) {
	.sliderTop {
		margin-top:-136px !important;
	}
	.page-id-1695 .sliderTop, .page-id-1697 .sliderTop, .page-id-1699 .sliderTop {
		margin-top:-187px !important;
	}
}

/*slider on product page */

.ficheProd .sliderTop .ms-slide-bgcont img {
	left: 0;
	top: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.ficheProd .sliderTop .ms-slide-bgcont img {
		left: 50%;
		top: 50%;
	}
}

.postMeta {
	clear: both;
	padding-top: 1em;
}
.postMeta a {
	font-style: italic;
}
.single .entry-content {
	margin-bottom: 1em;
}
.singleRelated {
	padding: 1em 0;
	margin: 0 5% 0 0;
	/* hide article suivant ou précédent */
	display: none;
}
.singleRelated a {
	font-weight: 600;
	color: #000;
}
#slideEntry {
	display: none;
}
.gallery figcaption {
	display: none !important;
}
.postTitle {
	padding: 0.2em 0.4em;
	background-color: transparent;
	background-repeat: repeat;
	color: #ff0000;
	font-weight: 600;
	display: inline-block;
	line-height: 1.4em;
	margin: 0px;
	/*position:absolute;
	bottom:0px;*/
	width:100%;
}
.entry-content ul {
}

/* Responsive videos */
.embed-youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.embed-youtube iframe,  
.embed-youtube object,  
.embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

/* Guests */
.singleGuest {
	clear: both;
	padding-bottom: 1em;
}
.singleGuestContent {
	float: left;
}
 
/* CUSTOMIZE THE ARCHIVES
-------------------------------------------------- */

.archives {
}
.page .archives {
	padding: 0;
}
.archives .entry, .archives .masonry-entry {
	max-width: 220px;
	float: left;
	background-color: rgba(255,255,255,0.8);
	padding: 1em;
	margin: 0.9%;
	text-align: center;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;

}
.archives .entry-horiz {
	float: left;
	background-color: rgba(255,255,255,0.8);
	padding: 1em;
	/*margin: 0.9%;*/
	text-align: center;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;

}
.lt-ie9 .archives .entry, .lt-ie9 .archives .masonry-entry {
	background-color: transparent;
	background-image: url(../img/bg_white-75.png);
	background-repeat: repeat;
}
.archives .box_image {
	float: none;
	margin: 0 auto;
}
.archives .box_image img {
/*	width: auto !important;
	height: auto !important;*/
	max-width: 100%;
}
.archives h2 {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
}
.archives .keywords {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}
.archives .keywords a {
	color: #666;
}
.archives .keywords a:hover {
	color: #000;
	font-weight:500;
	text-decoration: underline;
}
.pageList .entry-header {
	border-bottom: none;
	margin: 160px 0 0 0;
}
.pageList .entry-header, .listContent {
	padding: 1em;
}
.listBanner .widget {
	min-height: 60px;
	border-right: none;
	text-align: right;
	padding: 1em;
}
figcaption.wp-caption-text {
	font-size: 10px;
	text-align: left;
	line-height: 1em;
	padding: 0.6em;
	background-color: #e5e5e5;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
}

/* HOME */

#homeArchives, #home {
	padding-top: 88px;
}
#homeArchives h2 a {
	color: #ff0000;
}
#homeArchives .listBanner .widget {
	min-height: 60px;
	border-right: none;
	text-align: right;
	padding: 1em 0;
	margin: 0 5% 2em 0;
}
#homeArchives .box_image {
	float: left;
	margin: 0px 10px 10px 0px;
}
#homeArchives .postMeta {
	clear: none;
}
#homeArchives .entry-content {
	margin-bottom: 1em;
}

/* Right Col */

.rightColumn {
	margin: 170px 6% 2em 0;
}
.pageList .rightColumn {
	margin: 0px 6% 2em 0;
}
.rightColumn .widget {
	padding: 0;
	min-height: inherit;
	border-right: none;
}
.rightColumn ul {
	padding: 0;
	margin: 0;
	border: 3px solid #fff;
	background-color: rgba(255,0,0,0.9);
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
}
.lt-ie9 .rightColumn ul {
	background-color: #f00;
}
.rightColumn li {
	border-top: 1px solid #e5e5e5;
}
.rightColumn li:first-child {
	border-top: none;
}
.rightColumn ul a {
	padding: 7px 10px 6px;
	color: #fff;
	font-weight: 600;
	display: block;
	text-shadow: rgba(0,0,0,0.50) 1px 1px 1px;
}
.rightColumn ul a:hover {
	color: #f00;
	background-color: #fff;
	text-shadow: none;
}
.rightColumnDate h2 {
	color: #f00;
	font-weight: 900;
	margin: 0;
	padding: 0;
	text-align: center;
}
.rightColumnDate h3 {
	margin-top: 0;
	font-weight: 300;
	text-align: center;
}
.rightColumnDate h3 strong {
	color: #000;
	font-weight: 900;
}
.rightColumnPoster {
	padding: 1em 0;
}
.rightColumnPoster img {
	max-width: 100%;
	border: 3px solid #fff !important;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
}
.widget h2 {
	font-size: 1.2em;
	text-align: center;
}
.widget select {
	width: 100%;
	margin-bottom: 0.5em;
	background: #f00;
	color: #fff;
/*	border: 3px solid #fff;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);*/
}
.rightColumn .woocommerce-product-search {
	text-align: right;
}
.rightColumn .woocommerce-product-search label {
	display: block;
	font-size: 1.2em;
    text-align: center;
	margin-bottom: 10px;
    margin-top: 20px;
	font-weight: 300;
}
.rightColumn .woocommerce-product-search input[type="search"] {
	width: 100%;
	padding: 0.3em;
	border: 3px solid #fff;
	background-color: #fff;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.rightColumn .woocommerce-product-search input[type="submit"] {
	margin-top: 0.5em;
	border: 3px solid #fff;
	background-color: #f00;
	color: #fff;
	padding: 0.3em;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.rightColumn .woocommerce-product-search input[type="submit"]:hover {
	background-color: #000;
}


/* product list pagination */

.woocommerce-pagination {
	margin-top:20px;
}

/* Single Product */

.woocommerce-breadcrumb a {
	font-weight: 600;
	color: #222;
}
.woocommerce-breadcrumb a:hover {
	color: #f00;
}
.single-product .woocommerce-breadcrumb {
	position: absolute;
	top: 93px;
	left: 90px;
/*	z-index: 1; */
}
.single-product .entry-header {
	border-bottom: none;
	position:relative;
}
.single-product .entry-header h1 {
    color: #ff0000;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0;
    padding: 0.2em 0.4em !important;
	font-size: 2em;
	text-shadow:  rgba(0, 0, 0, 0.70) 1px 1px 1px;
	
}
.single-product .entry-header h2 {
/*	background-color: transparent;
    background-image: url("../img/bg_texture.png");
    background-repeat: repeat;*/
    color: #1A1A1A;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top:5px;
    padding: 0.2em 0.4em;
	font-size: 1.4em;
	font-style: italic;
}
.single-product .entry-header h2 span {
    font-weight: 600;
	font-style: normal;
}
.single-product .prodImg .box_image {
	float: none;
	margin: 0;
	text-align: center;
}
.woocommerce table.shop_attributes th {
	width: auto;
	line-height: normal;
	padding: 4px;
	font-size: 0.8em;
	    vertical-align: top;
}
.woocommerce table.shop_attributes td p {
	padding: 4px;
	font-size: 0.8em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce div.product p.stock {
	font-size: 1.2em;
	font-weight: 600;
	color: #fff;
	z-index: 1;
	padding: 5px;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	margin: 0 auto;
	width: 250px;
	line-height:1.5em;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	border-radius: 5px 5px 0 0;	
	background-color: rgba(0, 0, 0, 0.9);
}

.woocommerce div.product form.cart {
    margin: 0 auto;
    width: 250px;
}

.woocommerce.product-template-default .ms-container {
	margin-top: 170px;
}

.post .title h2 {
	margin-top: 0;
	margin-bottom: 5px	
}

.row.moviemain {
	margin-left:3%;
	margin-right:3%;
}

.onsale {
	top: 0 !important;
	left: auto !important;
	right: 0 !important;
	padding: 5px !important;
	border-radius: 0 !important;
	line-height: initial !important;
	min-height:initial !important;
	width:50%;
}

.product .onsale {
	top: initial !important;
	bottom:15px !important;
	left: 0 !important;
	right: 0 !important;
	padding: 5px !important;
	border-radius: 0 !important;
	line-height: initial !important;
	min-height: initial !important;
	width: 100%;
}
form.cart {
	/*display: none;*/
}
p.stock {
	background-color:#eee;
	padding:5px;
	margin: 0;
	border-top:1px solid #ccc;
}
p.stock.out-of-stock {
	/*display: none;*/
	border-radius: 0 0 5px 5px;
}
.quantity {
	margin: 0 !important;
}

table.variations {
	margin-bottom:0 !important;
}
.variations select {
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	background-size: 10px 10px;
	color: white;
	color: #000;
	text-align: center;
	-webkit-appearance: none;
	border: 0;
	outline: 0;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	width: 100%;
	border-radius: 0;
	text-transform: uppercase;
	font-size:12px;
	line-height:2.5em;
	padding:5px;
}
select::-ms-expand {
	display: none;
}
select {
	-moz-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   .variations select {
	   padding:0px 5px;
	}
}
.variations td.label {
	padding-right: 0px;
	display:none;
}
.variations td.label label{
	color: #000;
	padding: 5px;
	border-left: 1px solid #000;
	margin-right: 0;
}

.single_variation_wrap span.price {
	display: block;
	border-radius: 0 !important;
	text-align: left !important;
}

a.reset_variations {
	visibility: visible;
	position: absolute;
	right: 20px;
	display: block;
	margin-top: 8px;
}
@media screen and (max-width:992px) {
	a.reset_variations {
		right: 60px;
	}
}
button.single_add_to_cart_button.button.alt {
	width: calc(100% - 65px);
	height: 29px;
	border-radius: 0 0 5px 0;
	padding: 0;
	float: right;
	font-weight:initial;
}
button.single_add_to_cart_button.button.alt.disabled {
	background-color:#ee0000;
}
button:hover.single_add_to_cart_button.button.alt.disabled  {
	font-weight:bold;
	background-color:#ee0000;
}
button:hover.single_add_to_cart_button.button.alt {
	font-weight:bold;
	background-color:#ff0000;
}
form.cart input.input-text.qty.text {
	border-radius: 0 0 0 5px;
	background-color: #ccc;
	border: 1px solid #ccc;
	float: left !important;
	width: 65px;
	height: 29px;
}

.woocommerce-message {
    border-top-color: #8fae1b;
    margin: 0 auto;
    width: 40%;
    margin-top: 30px;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
	line-height: initial !important;
}


/* article - hide banner image */

.post-template-default .movieheader.postheader {
	background-image: url('http://www.bifff.net/wp-content/uploads/2018/02/bg-product-littleshop-8.jpg');
	background-size:100%;
	background-repeat:no-repeat;
}

/* Products Archive */
.post-type-archive-product .entry-sharing {
	float: right;
}
.post-type-archive-product .archives, .woocommerce .archives {
	padding: 0 3%;
}
.post-type-archive-product .entry-header {
	border-bottom: none;
/*	margin: 160px 3% 0 3%;*/
}
.post-type-archive-product .entry-header .postTitle {
	margin: 0;
}
.catalogHead {
	padding: 1em 3%;
}
.post-type-archive-product .ratePrice, .archive .ratePrice {
	text-align: left;
}
.wdm_message {
	width: auto !important;
	margin-bottom: auto !important;
}
.ajde_evcal_calendar {
	margin-bottom: 2em;
}

/*single product new décember 17 */

.thumbProduct {
	position: absolute;
	left: 50px;
	top: 120px;
	border: 1px solid #000;
	border-radius: 5px 5px 0 0;
}

.product_cat-movie .thumbProduct {
	top: 170px;
}
@media screen and (max-width:992px) {
	.thumbProduct {
		position: relative;
	    top: 0px !important;
	    border: 0;
	    margin-bottom:30px;
	    left:0;
	    text-align:center;
	}
	.movieheader {
    	display:none;
	}
	.product_title {
		position:relative;
	}
}



/* Basket */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #f00;
}

/* addcart */

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.buttthumon, .woocommerce input.button {
	width:100%;
}

.addCart a.btn  {
	color: #fff;
	background-color: #ff0000;
	padding: 10px;
	text-transform: uppercase;
	border-radius: 5px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	width: 100%;
	margin: -31px auto 0px;
	border-radius: 0 0 5px 5px;
	padding:5px;
}
.addCart a:hover.btn  {
	font-weight:bold;
}
/* HACKS IE */
.lt-ie8 .col-md-4 {
	padding-left: 0;
	padding-right: 0;
}
.lt-ie8 .pageAlbum-opener, .lt-ie8 .pageAlbum-closer {
	float: none;
	width: 20%;
}

/************************* 2017 *********************/
.moviegrid .post {
	margin-bottom:30px;
	text-align: center;
	height:320px;
	padding:20px !important
}
.moviegrid .post h2, .moviegrid .post h2 a {
	font-size: 14px;
	font-weight: 600;	
	color:#FFF;
}
.movieposter {
  position: relative;
  width: 100%;
  max-height:250px;
  background-color: #333;
  overflow: hidden;
/*  height: 200px;
  
  border:1px solid #000;
	border-radius:5px 5px 0 0*/
}

.movieposter .price {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:50%;
	color:#fff;
	z-index:1;
	padding: 5px;
	background-color: #333;
}
.movieposter img {
/*  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);*/
}
.movieposter img.portrait0, .movieheader img.portrait0, .homeheader img.portrait0 {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait10, .movieheader img.portrait10, .homeheader img.portrait10 {
  -webkit-transform: translate(-50%,-10%);
  -ms-transform: translate(-50%,-10%);
      transform: translate(-50%,-10%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait20, .movieheader img.portrait20, .homeheader img.portrait20 {
  -webkit-transform: translate(-50%,-20%);
  -ms-transform: translate(-50%,-20%);
      transform: translate(-50%,-20%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait30, .movieheader img.portrait30, .homeheader img.portrait30 {
  -webkit-transform: translate(-50%,-30%);
  -ms-transform: translate(-50%,-30%);
      transform: translate(-50%,-30%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait35, .movieheader img.portrait35, .homeheader img.portrait35 {
  -webkit-transform: translate(-50%,-35%);
  -ms-transform: translate(-50%,-35%);
      transform: translate(-50%,-35%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait40, .movieheader img.portrait40, .homeheader img.portrait40 {
  -webkit-transform: translate(-50%,-40%);
  -ms-transform: translate(-50%,-40%);
      transform: translate(-50%,-40%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait45, .movieheader img.portrait45, .homeheader img.portrait45 {
  -webkit-transform: translate(-50%,-45%);
  -ms-transform: translate(-50%,-45%);
      transform: translate(-50%,-45%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait50, .movieheader img.portrait50, .homeheader img.portrait50 {
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait55, .movieheader img.portrait55, .homeheader img.portrait55 {
  -webkit-transform: translate(-50%,-55%);
  -ms-transform: translate(-50%,-55%);
      transform: translate(-50%,-55%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait60, .movieheader img.portrait60, .homeheader img.portrait60 {
  -webkit-transform: translate(-50%,-60%);
  -ms-transform: translate(-50%,-60%);
      transform: translate(-50%,-60%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait65, .movieheader img.portrait65, .homeheader img.portrait65 {
  -webkit-transform: translate(-50%,-65%);
  -ms-transform: translate(-50%,-65%);
      transform: translate(-50%,-65%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait70, .movieheader img.portrait70, .homeheader img.portrait70 {
  -webkit-transform: translate(-50%,-70%);
  -ms-transform: translate(-50%,-70%);
      transform: translate(-50%,-70%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait80, .movieheader img.portrait80, .homeheader img.portrait80 {
  -webkit-transform: translate(-50%,-80%);
  -ms-transform: translate(-50%,-80%);
      transform: translate(-50%,-80%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait90, .movieheader img.portrait90, .homeheader img.portrait90 {
  -webkit-transform: translate(-50%,-90%);
  -ms-transform: translate(-50%,-90%);
      transform: translate(-50%,-90%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait100, .movieheader img.portrait100,, .homeheader img.portrait100  {
  -webkit-transform: translate(-50%,-100%);
  -ms-transform: translate(-50%,-100%);
      transform: translate(-50%,-100%);
  width: 100%;
  height: auto;
}
.movieposter img.portrait {
  width: 100%;
  height: auto;
}
.moviegrid .title {
    position: relative;
    bottom: 10px;
    height: 25px;
    background-color: #333;
    /* line-height: 45px; */
    /* padding-left: 5px; */
    /* padding-right: 5px; */
    overflow: hidden;
}

.moviegrid .title a {
	font-weight: 600;
	line-height: 25px;
	font-size: 12px
}
.movietopbar {
	background-color: transparent;
    background-color: #333;
    background-repeat: repeat;
}

.movietopbar .widget {
	border:none;
	min-height:40px;
	width:20%;
	float:left;
}
.movies p {
	display:none;
}

.moviecart {
	margin-top: -75px;
}
.moviecart h1.product_title, .moviecart div.product_title {
/*	bottom:380px;
	left:20px;
	margin-top: 60px !important;*/
	position:relative;
	text-align:center;
}
.moviecart div.product_title {
	margin-top: 100px !important;
}
.movieheader {
	position: relative;
	width: 100%;
	height: 350px !important;
	overflow: hidden;
}
.ficheProd.movieheader {
	top: 63px !important;	
}
.ficheProd2 #gallery-2 img {
	border:none !important;
}
.ficheProd.trailer {
	text-align:center;
}

.homev2.homeheader {
	top: 86px !important;	
}
.homeheader {
	position: relative;
	width: 100%;
	height: 350px !important;
	overflow: hidden;
}

.homev3.homeheaderv3 {
	top: 86px !important;	
}
.homeheaderv3 {
	width:100%;
	position:relative;	
}
.homeheaderv3 .portrait55{
	width:100%;
}

.relatedImg {
	height:200px;
	vertical-align:middle;
}
.relatedTitle {
height: 50px;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
    font-family: helvetica, arial, sans-serif;
    color: #333333;
    font-weight: 400;
}


@media (min-width:768px) and (max-width:992px) {
/*	.movieheader {
		top: 50px !important;
	}
	.moviecart div.product_title {
		margin-top: 80px !important;
	}*/
}

.postheader {
	height:250px;
}
.movieheader img, .homeheader img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.movieheader img.portrait, .homeheader img.portrait {
  width: 100%;
  height: auto;
}
.v2 .post {
	margin-top:20px;
	clear:both;
/*	margin-left:-80px;*/
}
.v2 h2 {
	line-height: 0.8em;
	padding:10px;
}
.v2 h2 a {
	font-size: 24px;
}
.v2 .box_image {
	height:200px;
}
.v2 .entry-content {
/*	float:left;
	width:80%;*/
}
.v2 .entry-content .entry-text {
	margin-top:15px;
	margin-left:15px;
}
.v2 .box_image img {
	border: 5px solid #333 !important;
	width:150px;
	height:150px;
}
.blackbackground {
	background-color: rgba(0, 0, 0, 1);
}
.whitebackground {
	background-color: rgba(255, 255, 255, 0.85);
}
/* Home page tile */
.hometile-text {
	position:absolute; 
	bottom:0px;
	height:74px;
	z-index:auto;
	width:100%;
	background-color: rgba(255, 255, 255, 0.85);
   -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;	
    	cursor:pointer;
}
.hometile-text h2 {
	font-size:24px;
	min-height:74px;
}
.posthome:hover .hometile-text, .posthome.hover .hometile-text {
	height:100%;
   -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.hometile-text .entry-text {
	font-size:20px;
	padding:20px;
	line-height:1.5em;
}
.v2.post {
	margin-top:86px;
}
.v2.postlist {
	margin-top:86px;
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
}

/* repositioning on news page */
.page-id-261 .v2.postlist, .page-id-462 .v2.postlist, .page-id-460 .v2.postlist {
	margin-top:82px;
}
@media screen and (min-width:768px) and (max-width:992px) {
	.page-id-261  .v2.postlist, .page-id-462 .v2.postlist, .page-id-460 .v2.postlist {
		margin-top: 62px;
	}
}
.v2.post article{
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
}
.v2.post article header {
	margin-top:25px;
	margin-bottom:15px;
}
.v2.post article header h1 {
	font-size: 2em;
	font-weight:bold;
	color:#FF0000;
	margin-bottom:10px;
	text-shadow: rgba(0,0,0,0.30) 1px 1px 1px;
}
.v2.post article .entry-content h1 {
	font-size: 24px;
	font-weight:normal;
	color:#FF0000;
	margin-bottom:5px;
	text-shadow: rgba(0,0,0,0.30) 1px 1px 1px;
}
.v2 .post3col {
	cursor:pointer;
	margin-bottom: 30px;
	text-align: center;
	height: 320px;
	padding: 10px !important;
	/*height: 250px;
	padding: 20px !important;*/
}
.v2 .post3col h2 {
	line-height: 1.2em;
	padding:0px;
	margin: 7px 0;
}
.v2 .post3col h2 a {
	font-size: 20px;
}
.v2 .post3col p {
	font-size: 16px;
	line-height: 1.2em;
/*	font-size: 12px;
	height: 176px;
	background-color: #fff;*/
	height:246px;
	text-align: left;
	padding: 5px;
	color:#EEE;
	margin-bottom:50px;
}
.v2 .post3col .title p:first-child {
	display: none !important;
}
.v2 .post3col .postdate {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	color: #fff;
	z-index: 1;
	padding: 5px;
	background-image: url(../img/bg_texture.png);
	
	
	display:none;
}
.v2 .post3col .mainrow {
	margin-left:0px;
	margin-right:0px;
	overflow: hidden;
	height:320px;
/*	height: 250px;
	border-radius: 5px;*/
}
.v2 .post3col .tilefooter {
	position:absolute;
	bottom: 5px;
}
.v2 .post3col .tileheight {
	/*height:250px;*/
	height:320px;
}
.v2 .post3col .title{
	/*height: 250px;*/
	height:320px;
	background-image: url(../img/bg_texture.png);
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	overflow: hidden;
	z-index: 1;
	transition: all 0.4s ease;
}
.v2 .post3col .mainrow:hover .title {
	/*margin-top:-225px;	
	border-radius: 5px;*/
	margin-top:-275px;
}
.v2 .post3col .title h2 {
	margin: 0;
	text-align:center;
	line-height: 1.5em;
	height:3.4em;
}
.v2 .post3col .title h2 a {
	font-size: 14px;
	line-height:17px;
	font-weight: 600;
	color: #FFF;
}
.v2 .post3col .tileImgWrapper {
	position: relative;
	width: 100%;
/*	height: 225px;*/
	height:275px;
	overflow: hidden;
/*	border: 1px solid #000;
	border-radius: 5px 5px 0 0;*/
}
.v2 .post3col span.moreLink {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	padding: 0 5px 0 5px;
	border-radius: 0;
	margin-bottom:5px;
}
.v2 .post3col span.moreLink a {
	background-color:#ff0000;
	border-radius: 0;
	font-weight:300;
	transition: all 0.4s ease;
}
.v2 .post3col.homev2 span.moreLink a {
	margin-top:27px;
}
.v2 .post3col span.moreLink a:hover {
	font-weight: bold;
}
.parallax-window {
   min-height: 300px;
   background-color: transparent;
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px;
}
.content-area {
	/*background-color: rgba(255,255,255,0.9);*/
	    margin-top: 109px;
}
.entry-content.secondary-menu {
	margin-bottom:2em;
}
.festivalOn ul.menu {
	height:42px;
}
.secondary-menu .widget {
	padding:0px;
	min-height:10px;
}
.secondary-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0 10;
	border: 1px solid #333;
	z-index:10;
	border:none;
	background-color: rgba(255,0,0,0.9);
	-moz-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	-webkit-box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
	box-shadow: rgba(0,0,0,0.40) 1px 2px 3px !important;
}
.lt-ie9 .secondary-menu ul {
	background-color: #f00;
}
.secondary-menu li {
	position:relative;
	width:180px;
	float:left;
	background-color: rgba(255,0,0,0.9);
}
.secondary-menu li ul.sub-menu{
	display:none;
}
.secondary-menu li:hover ul.sub-menu{
	display:block;
	position:absolute;
	top:41px;
}
.secondary-menu ul a {
	padding: 8px 10px 8px;
	color: #fff;
	font-weight: 600;
	display: block;
	text-shadow: rgba(0,0,0,0.50) 1px 1px 1px;
}
.secondary-menu ul a:hover {
	color: #f00;
	background-color: #fff;
	text-shadow: none;
}
/* select attribute and search box */
.widget.searchMovie {
	width:100%;
	padding:0px;
	margin-bottom:10px;
	min-height:initial;
	height:60px;
}

.widget.searchMovie input{
	margin-bottom: 20px;
}
.widget.searchMovie h2, .widget.searchMovie label {
	display:none;
}
.widget.searchMovie .container-1{
  width: 50%;
  margin-left:auto;
  margin-right:auto;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.widget.searchMovie .container-1 input#searchsubmit{
  width: 100%;
  height: 50px;
  background: #2b303b;
  border: none;
  font-size: 12px;
  float: left;
  color: #63717f;
  padding-left: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background .55s ease;
-moz-transition: background .55s ease;
-ms-transition: background .55s ease;
-o-transition: background .55s ease;
transition: background .55s ease;
}
.widget.searchMovie .container-1 input#searchsubmit::-webkit-input-placeholder {
   color: #65737e;
}
 
.widget.searchMovie .container-1 input#searchsubmit:-moz-placeholder { /* Firefox 18- */
   color: #65737e;  
}
 
.widget.searchMovie .container-1 input#searchsubmit::-moz-placeholder {  /* Firefox 19+ */
   color: #65737e;  
}
 
.widget.searchMovie .container-1 input#searchsubmit:-ms-input-placeholder {  
   color: #65737e;  
}
.widget.searchMovie .container-1 .icon{
  position: absolute;
  top: 50%;
  margin-left: 17px;
  margin-top: 17px;
  z-index: 1;
  color: #4f5b66;
}
.widget.searchMovie .container-1 input#searchsubmit:hover, .container-1 input#searchsubmit:focus, .container-1 input#searchsubmit:active{
    outline:none;
}

.berocket_single_filter_widget.movieFilters {
	width:25% !important;
	float:left;
}
.berocket_aapf_widget-title_div {
	display:none;
}
ul.berocket_aapf_widget {
	padding:0;
}

.widget.filterMovie {
/*	width: 25%;
	float: left;*/
	padding: 0px;
	min-height:auto;
}

.widget.filterMovie:first-child {
	clear:both;
}
h3.filterTop {
	display:none;
}
ul.filterTop {
	padding:0px;
	margin-right:0px;
}
.filterTop select {
  background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
  background-color:#FF0000;
  background-repeat:no-repeat;
  background-position: right 10px top 15px;
  background-size: 16px 16px;
  color:white;
  padding:12px;
  font-family:arial,tahoma;
  font-size:16px;
  font-weight:bold;
  color:#fff;
  text-align:center;
  text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  border:0;
  outline:0;
  -webkit-transition:0.3s ease all;
	   -moz-transition:0.3s ease all;
	    -ms-transition:0.3s ease all;
	     -o-transition:0.3s ease all;
	        transition:0.3s ease all;
}

.filterTop select:hover {
  background-color:#C0392B;
}

select:focus, select:active {
  border:0;
  outline:0;
}
/* hide out of stock add to cart button */
a.button.out_of_stock {
	display:none;
}
.post div.addCart {
    position: relative;
    bottom: 0px;
    height: 30px;
}

/*upsells*/
.upsells h2 {
	font-size:20px;
	padding-top:0px !important;
	margin-bottom:15px;
}
.upsells .moviegrid .post {
	height:auto;
}
.upsells .movieposter {
	padding:1px;
}
.entry-content .upsells img {
	top: 50%;
}
.upsells .addCart {
	font-size:10px;
	margin-top: -6px !important;
}



/* LOGO SLIDER SPONSORS */
/*
.wpls-logo-showcase-slider-wrp {
	margin-top:30px;
	margin-bottom:30px;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
	border:none !important;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
	width:100px !important;
}

.logo-showcase-footer .wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
	width: 70px !important;
}
*/
/* Homepage - call to action */

.wen-cta-wrap {
	width:33%;
	float:left;text-align:center;
	border-color:3px solid #000;
	color:#fff;
	padding:10px;
	margin-bottom:50px;
}
@media (max-width: 768px){
	.wen-cta-wrap {
		width:100%;
	}	
	.wen-cta-wrap img{
		width:auto !important;
	}
}

.wen-cta-wrap .wen-cta-inner {
	background-image: url(../img/bg_texture.png);
	background-repeat: repeat;
	content: "";
	border-radius:5px;
}

.wen-cta-wrap .wen-cta-content {
	padding:10px;
}

.wen-cta-wrap .wen-cta-content p {
	text-align:left;
	overflow: auto;
	height: 4.2em;
	margin-bottom: 40px;
}

.wen-cta-wrap .wen-cta-content img {
	height: 75px;
	width: auto;
	float:left;
	margin-right:10px;
}

.wen-cta-wrap .wen-cta-content i.fa {
	font-size:75px;
	color: #fff;
	float:left;
	margin-right:10px;
}


.wen-cta-title {
	background-color: rgba(255, 255, 255, 0.4);
	padding:10px;
	margin-bottom:20px;
}

.wen-cta-button-wrap{
	clear:both;
	margin-top:10px;
	position:relative;
}

a.wen-cta-button{
	color: #fff;
	background-color: #ff0000;
	padding: 10px;
	text-transform: uppercase;
	border-radius:5px;
	display:inline-block;
	margin: 0 auto;
	position: absolute;
	top:-35px !important;
	width: 100%;
	left:0;
}
a:hover.wen-cta-button{
	color: #fff;
	font-weight:bold;
	-webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
	
}
.footerPrimary {
/*	padding:5px 0px;*/
	margin: 15px 0 15px 0;
}
.footerSecondary {
	border-top: #111 solid 1px;
	border-bottom: #111 solid 1px;
/*	padding:5px 0px;*/
	margin: 0 0 15px 0;
}
.footerSecondary .widget, .footerPrimary .widget {
	border-right:none;
	min-height: 10px;
	padding:0;
}

.footerSecondary ul.menu, .footerPrimary ul.menu  {
	margin:0;
	padding:0;
	list-style-type: none;
}
.footerSecondary ul.menu li, .footerPrimary ul.menu li{
	float:left;
	width:20%;
	text-align:left;
}
@media screen and (max-width:992px) {
		.footerSecondary ul.menu li, .footerPrimary ul.menu li{
			width:50%;
		}	
		.berocket_single_filter_widget.movieFilters {
		    width: 50% !important;
		    float: left;
		}
	}
.footerPrimary ul.sub-menu {
	margin:0;
	padding:0;
	list-style-type: none;
}
.footerPrimary ul.sub-menu li{
	float:left;
	width:100%;
	text-align:left;
}
.footerPrimary ul.menu li a {
	color: #111;
    font-size: 14px;
    font-weight: 800;	
    line-height: 2;
}

.footerSecondary ul.menu li a, .footerPrimary ul.sub-menu li a, .footer4, .footer5 {
    color: #111;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
.footerSecondary ul.menu li a:hover, .footerPrimary ul.sub-menu li a:hover {
    color:#f00;
}
.footer5 p{
	margin:0;
}
/* share */

.“entry-sharing”, .“entry-sharing {
	position: fixed;
	top: 150px;
	right: 5px;
	z-index:1000;
}

.sharedaddy {
	display:none !important;
}

.“entry-sharing” .sharedaddy , .“entry-sharing .sharedaddy{
	display:block !important;
}
.sd-content ul li {
	display:list-item !important;
}

.h1headerv2 {
	text-align:center;
	background-color: #000;
	opacity: 0.9;
	position: absolute;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	bottom:0px;
}

.iframe-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* agenda jdq */
.cine1 img, .cine2 img, .cine3 img, .cinevent img {
	
}
.agendaEntry {
	cursor:pointer;
	margin-top:5px;
	width:98%;
	padding:10px;
	background-color:#CCC;
	position:absolute;
	text-align:center;
}
.agendaEventEntry {
	border:solid 0px #DDD; 
	cursor:pointer;
	margin-top:5px;
	width:98%;
	padding:10px;
	text-align:center;
	position:absolute;
}
.agendaTitle {
	color:#333;
	font-size:1.2em;
	text-shadow:none;
	margin:0;
	padding:0.2em 0;
}
.colorcine1 {
	background-color:#F00;	
	color:#FFF !important;
    padding: 10px !important;
}
h4.cine1, div.sallecine1 {
	background-color:#F00;
	color:#FFF;
	font-size:1em;
	padding:5px;
	width:100%;
	font-weight:bold;
}
div.sallecine1 {
	width:120px !important;
}
.colorcine2 {
	background-color:#00F;	
	color:#FFF !important;
    padding: 10px !important;
}
h4.cine2, div.sallecine2 {
	background-color:#00F;
	color:#FFF;
	font-size:1em;
	padding:5px;
	width:100%;
	font-weight:bold;
}
div.sallecine2 {
	width:120px !important;
}
.colorcine3 {
	background-color:#a743ad;	
	color:#FFF !important;
    padding: 10px !important;
}
h4.cine3, div.sallecine3 {
	background-color:#a743ad;
	color:#FFF;
	font-size:1em;
	padding:5px;
	width:100%;
	font-weight:bold;
}
div.sallecine3 {
	width:120px !important;
}
.wpb_slider_area {
	margin-top:10px;
	margin-bottom:30px;
}

@media (max-width: 1250px){
		
}
@media (max-width: 1070px){
	
}
@media (max-width: 992px){
	.entry-header {
		margin: 220px 5% 0 5%;
	}
	.entry-content, .singleRelated {
		margin: 0 5% 0 5%;
	}
	.entry-title {
		margin: 0;
	}
	#homeArchives h2 {
		margin: 0 5% 0 5%;
	}
	#main-menu {
    	padding-left: 0;
	}
	.lastFooterCol {
		clear: both;
		padding-top: 1em;
		border-top: 1px solid #fff;
	}
	
	.halfOnSmall {
		float: left;
		padding-right: 10%;
		width: 39%;
	}
	.footerSocial {
		clear: both;
		display: block;
	}
}
@media (max-width: 979px) {

}
@media (max-width: 768px){
	.listBanner .widget {
		text-align: center;
	}	
	.cine1 img, .cine2 img, .cine3 img, .cinevent img {
		max-height:150px !important;
	}
	.agendaEntry {
		background-color: transparent;
	}
}
@media (max-width: 767px){
	.site-name {
		display: none;
	}
	.navbar {
		background-color: #fff !important;
	}
	.navbar-nav li:first-child {
		border-left: 1px solid #e5e5e5;
	}
	.nav > li > a:hover {
		background: #e5e7e9 !important;
		color: #000;
	}
	.entry-header {
		margin: 160px 3% 0 3%;
	}
	#footer-closer {
		visibility: hidden !important;
	}
	#footer-opener {
		bottom: 20px;
		right: 26px;
	}
	.halfOnSmall {
		float: none;
		padding-right: 0;
		width: auto;
	}
	.widget {
		border-right: none;
	}
	.lastFooterCol {
		border-top: none;
	}
	.rightColumn {
		display: none;
	}
	#nav2.navbar {
		top: 90px;
		background-color: rgba(255,0,0,0.85) !important;
		z-index: 1015;
		display: block;
	}
	.persistent nav#nav2.navbar.navbar-fixed-top {
		top: 50px;
		display: block;
	}
}
@media (max-width: 640px){
	.archives .entry, .archives .masonry-entry {
		max-width: 260px;
	}
	.listBanner .widget {
		display: none;
	}	

}
@media (max-width: 480px){
	.widget.filterMovie {
	width:100%;
	padding:0px;
}
		.berocket_single_filter_widget.movieFilters {
		    width: 100% !important;
		    float: left;
		}
	.site-logo {
		background-size: 85%;
	}
	.site-header-bg .amount {
		display: none;
	}
	.site-header-bg .social {
		display: none;
	}
	.site-header-bg .languageSelection {
		margin-right: 0;
	}
	.site-header-bg .languageSwitch {
		padding-left: 10px;
	}
	.archives .entry, .archives .masonry-entry {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2%;
		margin-bottom: 2%;
		min-height: inherit;
		position: relative !important;
    	top: auto !important;
    	left: auto !important;
	}
}
@media (max-width: 360px){
	#homeArchives .box_image {
		float: none;
		margin: 5px auto;
		text-align: center;
	}
}


/* animations */


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}



@keyframes floating {
	0% {
		transform: translate(0%,0%);	
	}
	25% {
		transform: translate(2%,7%);	
	}	
	50% {
		transform: translate(4%,2%);	
	}	
	75% {
		transform: translate(0%,7%);	
	}	
	100% {
		transform: translate(0%,0%);
	}			
}
@-webkit-keyframes floating {
	0% {
		-webkit-transform: translate(0%,0%);	
	}
	25% {
		-webkit-transform: translate(2%,7%);	
	}	
	50% {
		-webkit-transform: translate(4%,2%);	
	}	
	75% {
		-webkit-transform: translate(0%,7%);	
	}	
	100% {
		-webkit-transform: translate(0%,0%);
	}			
}


#particles-js{ width: 100%; height: 300px; background-color: transparent; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%;position:absolute;bottom:0;z-index:-1;bottom:70px; } 
@media (max-width: 992px){
	#particles-js{ 
		display: none;
	}
}

.grecaptcha-badge { 
    visibility: hidden;
}