body{
	/* background:#e7e9e9 url('/themes/vifor/images/body-bg-desktop.png') repeat-x top left; */
	background:#fff;
	margin-top:0;
	font-family:'DIN Pro';
	color: #63666a;
}

body.scroll-off {
  overflow-y: hidden;
}
/**
 *	Bootstrap Carousel
 */
.carousel .left,
.carousel .right{
	background:none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 39px;
    height: 69px;
    margin-top: -20px;
    text-indent: 9999px;
	overflow: hidden;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    background: url(../images/carousel_left.png);
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    background: url(../images/carousel_right.png);
}
.carousel .left,
.carousel .right{
	background:none;
}
.carousel .carousel-inner img{
	width:100%;
}
.carousel-indicators{
	margin-bottom:0;
	bottom:30px;
}
.carousel-indicators li{
	height:17px;
	width:17px;
	border:none;
	background:#fff;
	margin:0 3px;
}
	.carousel-indicators li.active{
		height:17px;
		width:17px;
		border:none;
		background:#56a6d2;
		margin:0 3px;
	}
.carousel-caption{
	background:rgba(0,0,0,0.5);
	border-radius:5px;
	text-align:left;
	font-size:18px;
	left:12%;
	right:42%;
	margin-top:118px;
	bottom:auto;
	top:15%;
	padding:20px;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
	.carousel-caption .field--name-field-title,
	.carousel-caption h3, .carousel-caption h4{
		font-family:'DIN Pro Bold';
		text-transform:uppercase;
		font-size:35px;
		margin-top: 0;
	}

	.carousel-caption h4 {
		font-size: 20px;
	}

	.carousel-caption hr{
		border-top: 1px solid rgba(255,255,255,0.3);
	}

	#banner .contextual{
		top:auto;
		bottom:6px;
	 }
	#banner .contextual-region .contextual{
		top:auto;
		bottom:32px;
	 }

	.carousel .carousel-control{
		width: 10%;
	}
	.carousel .carousel-control .glyphicon-chevron-left,
	.carousel .carousel-control .glyphicon-chevron-right,
	.carousel .carousel-control .icon-next,
	.carousel .carousel-control .icon-prev {
		margin-top: 24px;
	}
	#banner .img-background{
		height:568px;
		background-size:cover;
		background-position:center center;
	}
#banner .content-video-text{
	display:block;
	position:absolute;
	top: 118px;
	bottom:0;
	right:0;
	left:0;
	color:#fff;
	font-size:18px;
}
	#banner .content-video-table{
		display:table;
		width:100%;
		height:100%;
	}
		#banner .content-video-cell{
			display:table-cell;
			vertical-align:middle;
			text-align:center;
		}
	#banner .content-video-text .field--name-field-title,
	#banner .content-video-text h3{
		font-family:'DIN Pro Bold';
		text-transform:uppercase;
		font-size:35px;
		margin-top: 0;
		color:#fff;
	}
	#banner .content-video-text .field--name-field-title a,
	#banner .content-video-text h3 a{
		color:#fff;
	}
	#banner .content-video-btn {
		border: none;
		outline: none;
		background: url(../images/video-button.png);
		width: 68px;
		height: 68px;
		display: inline-block;
		opacity: 0.88;
		margin-bottom: 15px;
	}
	#banner .content-video-btn:hover {
		opacity: 1;
	}
@media (max-width: 991px) {
	.carousel-caption{
		margin-top:20px;
		top:0;
	}
	#banner .content-video-text{
		top: 0;
	}
}
@media (max-width: 767px) {
	.carousel-caption{
		/*background:rgba(0,0,0,1);*/
		border-radius:0;
		text-align:left;
		font-size:18px;
		left:auto;
		right:auto;
		margin-top:0;
		bottom:auto;
		top:auto;
		padding:20px;
		position:relative;
		padding-bottom: 80px;
	}
	#banner .img-background{
		height:300px;
	}
	.carousel-control{
		bottom:auto;
		top: 10%;
	}
	.carousel .carousel-control .glyphicon-chevron-left,
	.carousel .carousel-control .glyphicon-chevron-right,
	.carousel .carousel-control .icon-next,
	.carousel .carousel-control .icon-prev {
		margin-top: 0;
	}
}
/**
 *	buttons
 */
a.vifor-button,
button.vifor-button{
	background:#56a6d2;
	color:#fff;
	border:1px solid #56a6d2;
	font-size:18px;
	display:inline-block;
	height:37px;
	line-height:35px;
	padding:0 25px;
	border-radius:18px;
}
	a.vifor-button:focus,
	a.vifor-button:active,
	a.vifor-button:hover{
		background:#fff;
		color:#56a6d2;
		text-decoration:none;
	}
a.vifor-button-2,
button.vifor-button-2{
	background:#fff;
	color:#56a6d2;
	border:1px solid #56a6d2;
	font-size:18px;
	display:inline-block;
	height:37px;
	line-height:35px;
	padding:0 25px;
	border-radius:18px;
}
	a.vifor-button-2:focus,
	a.vifor-button-2:active,
	a.vifor-button-2:hover{
		background:#56a6d2;
		text-decoration:none;
		color:#fff;
	}
a.vifor-button.button-yellow,
button.vifor-button.button-yellow{
	border:1px solid #ffc600;
	background:#ffc600;
}
	a.vifor-button.button-yellow:focus,
	a.vifor-button.button-yellow:active,
	a.vifor-button.button-yellow:hover,
	button.vifor-button.button-yellow:focus,
	button.vifor-button.button-yellow:active,
	button.vifor-button.button-yellow:hover{
		color:#ffc600;
		background:#fff;
	}
a.vifor-button-2.button-yellow{
	color:#ffc600;
	border:1px solid #ffc600;
}
	a.vifor-button-2.button-yellow:focus,
	a.vifor-button-2.button-yellow:active,
	a.vifor-button-2.button-yellow:hover{
		color:#fff;
		background:#ffc600;
	}
/**
 *	titles
 */
 h2{
	 color:#63666a;
	font-family: 'DIN Pro Bold';
	text-transform:uppercase;
	margin-bottom:30px;
 }

/**
 *	colors
 */
	.text-gray{
		color:#63666a;
	}
 .text-blue{
	 color:#56a6d2;
 }
 .text-purple{
	 color:#a50050;
 }
 .text-yellow{
	 color:#ffc600;
 }
 .text-grey{
	 color:#b3b3b3;
 }

/**
 *	quote
 */
 .blue-quote{
	 color:#56a6d2;
	 border-top:5px solid #56a6d2;
	 border-bottom:5px solid #56a6d2;
	 padding:15px 0;
	 margin-bottom: 30px;
 }
 .purple-quote{
	 color:#a50050;
	 border-top:5px solid #a50050;
	 border-bottom:5px solid #a50050;
	 padding:15px 0;
	 margin-bottom: 30px;
 }
 .yellow-quote{
	 color:#ffc600;
	 border-top:5px solid #ffc600;
	 border-bottom:5px solid #ffc600;
	 padding:15px 0;
	 margin-bottom: 30px;
 }
 .grey-quote{
	 color:#b3b3b3;
	 border-top:5px solid #b3b3b3;
	 border-bottom:5px solid #b3b3b3;
	 padding:15px 0;
	 margin-bottom: 30px;
 }
 .purple-quote>*:last-child ,
 .yellow-quote>*:last-child ,
 .grey-quote>*:last-child ,
 .blue-quote>*:last-child {
	margin-bottom:0;
 }
 .purple-quote>*:first-child ,
 .yellow-quote>*:first-child ,
 .grey-quote>*:first-child ,
 .blue-quote>*:first-child {
	margin-top:0;
 }
 .cke_panel_list .blue-quote,
 .cke_panel_list .yellow-quote,
 .cke_panel_list .grey-quote,
 .cke_panel_list .purple-quote{
	margin:0;
	padding:0;
 }
/**
*  no link
*/
a.no-link{
		cursor:text;
}
/**
*  link
*/
a {
    color: #56a6d2;
}
a:active ,
a:focus ,
a:hover {
    color: #56a6d2;
    text-decoration:underline;
}
/** ------------------------------
 *	Header
 ------------------------------*/
 header{
	background:rgba(255,255,255,0.9);
	height:168px;
	width:100%;
	transition: background 500ms ease;
	position: relative;
 }
 header.nav-expanded{
	background:rgba(255,255,255,1);
 }
 header.absolute{
	 position:absolute;
	 z-index:10;
 }

@media (max-width: 991px) {
	header,
	header.nav-expanded,
	header.absolute{
		background:rgba(255,255,255,1);
		height:auto;
		position:relative;
	}
}
/**
 *	logo
 */
 .logo{
	margin-top:10px;
	margin-bottom:0;
	display:inline-block;
 }
 .logo img{
	display:inline-block;
	max-height: 100px;
 }
@media (max-width: 991px) {
	 .logo{
		margin-bottom:27px;
	 }
	 .logo-container{
		 padding: 0;
	 }
}

/** ------------------------------
 *	Search Button
 ------------------------------*/
 #search_mobile_button{
	border: none;
    background: none;
    color: #56a6d2;
    font-size: 30px;
    padding: 0;
    height: 75px;
    width: 75px;
	margin:25px 0;
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    border-radius: 0;
	float:right;
	outline:none;
 }
 #search_mobile_button.active{
    color: #fff;
    background: #56a6d2;
 }
.block-custom-search .form-actions{
	display:inline-block;
    vertical-align: top;
}
@media (min-width: 992px) {
	 .custom-search-block-form{
		display:block !important;
	 }

	 .custom-search-block-form .form-item {
		 margin-bottom: 0!important;
	 }

	 .custom-search-block-form .form-item .form-control {
		 width: 190px!important;
 		float: left;
	 }
}

@media (max-width: 991px) {
	.block-custom-search #edit-actions{
		position: absolute;
		top: 5px;
		right: 5px;
	}
}
/** ------------------------------
 *	Search Block
 ------------------------------*/
.block-custom-search{
	text-align:right;
}
.custom-search-block-form{
	padding-top:42px;
	margin-bottom:0;
}
@media (min-width: 1025px) {
	.custom-search-block-form .form-item{
		display: inline-block;
	}
}
	.custom-search-block-form .custom-search-button{
		width:28px;
		height:28px;
		display: block;
		position:relative;
		    background: none;
	}
	.custom-search-block-form .custom-search-button:before{
		content: "\e003";
		display:block;
		font-size:25px;
		font-family: 'Glyphicons Halflings';
		color: #56a6d2;
		position:absolute;
		top:0;
		left:0;

	}

  .custom-search-block-form .autocomplete {
    margin-top: 40px;
  }
  /*.custom-search-block-form .autocomplete .fac-result ul li article > *:not(h2) {*/
    /*display: none;*/
  /*}*/
  /*.custom-search-block-form .autocomplete .fac-result ul li article > h2 {*/
    /*font-size: 18px;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*font-weight: normal;*/
    /*font-family: "DIN Pro";*/
    /*text-transform: none;*/
  /*}*/
		.custom-search-block-form .form-item .form-control{
			border: none;
			box-shadow: inset 0 0 0 rgba(0,0,0,.075);
			background: none;
			color:    #56a6d2;
			font-size:18px;
			height:28px;
			padding:0;
			padding-right: 10px;
			width: 200px;
			display:inline-block;
			text-align: right;
		}

		.custom-search-block-form .btn-default:active,
		.custom-search-block-form .btn-default{
			border:none;
			background:none;
			color:#56a6d2;
			font-size:25px;
			padding:0;
			height:28px;
			width:28px;
			box-shadow: inset 0 0 0 rgba(0,0,0,.075);
			border-radius:0;
		}
			.custom-search-block-form ::-webkit-input-placeholder, .search-block-form ::-webkit-input-placeholder{ /* WebKit, Blink, Edge */
				color:    #56a6d2;
			}
			.custom-search-block-form :-moz-placeholder, .search-block-form :-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
			   color:    #56a6d2;
			   opacity:  1;
			}
			.custom-search-block-form ::-moz-placeholder, .search-block-form ::-moz-placeholder{ /* Mozilla Firefox 19+ */
			   color:    #56a6d2;
			   opacity:  1;
			}
			.custom-search-block-form :-ms-input-placeholder, .search-block-form :-ms-input-placeholder{ /* Internet Explorer 10-11 */
			   color:    #56a6d2;
			}
@media (max-width: 991px) {
	.custom-search-block-form{
		display:none;
		padding:0;
	}

		.custom-search-block-form .form-item{
			padding:0;
		}
		.custom-search-block-form .form-item .form-control{
			width:100%;
			text-align:center;
			background:#e7e9e9;
			    height: 45px;
		}
		.custom-search-block-form .form-submit{
			border-top-right-radius: 4px;
			border-bottom-right-radius: 4px;
			    padding-right: 10px;

		}
}

.search-block-form {
	padding-top: 42px;
}

.search-block-form .form-group {
	margin-bottom: 15px;
}

.search-block-form .input-group .form-control {
	text-align: right;
  border: none;
  box-shadow: inset 0 0 0 rgba(0,0,0,.075);
  background: none;
  color: #56a6d2;
  font-size: 18px;
  height: 28px;
  padding: 0;
  padding-right: 10px;
  width: 200px;
  float: right;
}

.search-block-form .btn-primary:active, .search-block-form .btn-primary {
    border: none;
    background: none;
    color: #56a6d2;
    font-size: 25px;
    padding: 0;
    height: 28px;
    width: 28px;
    box-shadow: inset 0 0 0 rgba(0,0,0,.075);
    border-radius: 0;
}

@media (min-width: 1025px) {
	.search-block-form .input-group {
		padding-right: 15px;
	}
}
/** ------------------------------
 *	Share button
 ------------------------------*/
 .block-addtoany {
	 text-align:right;
	 padding:0 0 30px 0;
 }

 .block-addtoany .addtoany_tooltip_box{
	 position:relative;
	 top:auto;
	 right:auto;
	 display:inline-block;
 }
 .addtoany_tooltip_box{
	 position:absolute;
	 top: 35px;
     right: 80px;
	 z-index:10;
 }
/*  article .addtoany_tooltip_box {
    top: 50px;
    right: 95px;
} */
@media (max-width: 767px) {
	.addtoany_tooltip_box {
		top: 35px;
	}
	 article .addtoany_tooltip_box {
		top: 35px;
	}
}


 .addtoany_tooltip_box .addtoany_tooltip {
	 min-width:235px;
 }
 .share_button{
	width:39px;
	height:39px;
	display:inline-block;
	background:url(../images/share_button.png) center center no-repeat ;
	border-radius:50%;
	cursor:pointer;
	background-color:#56a6d2;
 }
 .share_button.active,
 .share_button:hover{
	/* background-color:rgba(99,102,106,0.5); */
	background-color:#b3b3b3;
 }
 .addtoany_list a span {
    border-radius: 50% !important;
}
 .addtoany_list a span.a2a_s_email {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M26%2021.25v-9s-9.1%206.35-9.984%206.68C15.144%2018.616%206%2012.25%206%2012.25v9c0%201.25.266%201.5%201.5%201.5h17c1.266%200%201.5-.22%201.5-1.5zm-.015-10.765c0-.91-.265-1.235-1.485-1.235h-17c-1.255%200-1.5.39-1.5%201.3l.015.14s9.035%206.22%2010%206.56c1.02-.395%209.985-6.7%209.985-6.7l-.015-.065z%22%2F%3E%3C%2Fsvg%3E);
    background-color:#63666a;
}

/** ------------------------------
 *	Like button
 ------------------------------*/
.vote-widget--like-and-dislike {
	position:absolute;
	top:35px;
	right:81px;
	z-index:10;
}

.vote-widget--like-and-dislike .vote-dislike, .vote-widget--like-and-dislike .vote-like span {
	display: none;
}

.vote-widget--like-and-dislike .vote-like a {
	width:39px;
	height:39px;
	display:inline-block;
	background:url(../images/like_button.png);
	background-color: rgba(99,102,106,0.5);
	background-position: center center !important;
	background-repeat: no-repeat;
	border-radius:50%;
	cursor:pointer;
	border: none;
	text-indent: -9999em;
}

.vote-widget--like-and-dislike .vote-like .voted-like,
.vote-widget--like-and-dislike .vote-like a:hover{
 background-color:#56a6d2;
}



/** ------------------------------
 *	Banner info
 ------------------------------*/
.region-banner-info{
	background:#56a6d2;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	font-size:18px;
}

.info-banner-content {
	text-align: center;
}

.info-banner-content a{
	color: #fff;
}

.info-banner-content > div {
	display: inline-block;
}

.field--name-field-tooltip-info-banner {
	margin-left: 20px;
}

/** ------------------------------
 *	Tooltip
 ------------------------------*/
	.tooltip > .tooltip-inner {
		background-color: #fff;
		color: #63666a;
		padding: 15px;
		font-size: 18px;
		text-align:left;
		max-width:285px;
		-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
		box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
		border-radius:5px;
	}
	/* Tooltip on right */
	.tooltip.right > .tooltip-arrow {
		border-right-color: #fff;
		border-width: 10px 10px 10px 0;
		left: -5px;
		margin-top: -10px;
	}
	.tooltip.left > .tooltip-arrow {
		border-left-color: #fff;
		border-width: 10px 0 10px 10px;
		right: -5px;
		margin-top: -10px;
	}
	.tooltip.top > .tooltip-arrow {
		border-top-color: #fff;
		border-width: 0 10px 10px;
		bottom: -5px;
	}
	.tooltip.bottom > .tooltip-arrow {
		border-bottom-color: #fff;
		border-width: 0 10px 10px;
		top: -5px;
		margin-left:-10px;
	}
	.tooltip.in {
		filter: alpha(opacity=100);
		opacity: 1;
	}
/** ------------------------------
 *	Mobile Navbar
 ------------------------------*/
    #nav_mobile{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		background: #55a4d5;
		left:-75%;
		z-index:100;
		width:75%;
		-webkit-box-shadow: 10px 0px 40px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 10px 0px 40px 0px rgba(0,0,0,0.2);
		box-shadow: 10px 0px 40px 0px rgba(0,0,0,0.2);
		display:none;
	}
    #nav_mobile nav{
		min-height: 100%;
	}

		#nav_mobile nav ul{
			display:block;
			margin:0;
			padding:0;
			list-style:none;
		}
			#nav_mobile nav ul li{
				display:block;
				margin:0;
				padding:0;
				list-style:none;
				border-top:1px solid rgba(255,255,255,0.6);
			}
			#nav_mobile nav>ul>li:last-child{
				border-bottom:1px solid rgba(255,255,255,0.6);
			}
			#nav_mobile nav>ul>li.expanded{
				border-top:1px solid rgba(255,255,255,0.1);
			}
		#nav_mobile nav>ul>li a{
			display:block;
			margin:0;
			padding:20px;
			text-transform:uppercase;
			color:#fff;
			font-size:18px;
			padding-right:40px;
			position:relative;
		}
		#nav_mobile nav>ul li a:hover,
		#nav_mobile nav>ul li a:focus,
		#nav_mobile nav>ul li a:active{
			text-decoration:none;
		}
		#nav_mobile nav>ul>li.expanded>a{
			background:rgba(255,255,255,0.1);
		}
		#nav_mobile nav>ul>li.haschildren>a:after{
			content:'';
			background:url(../images/nav_mobile_arrow.png) center center no-repeat;
			width:20px;
			top:0;
			bottom:0;
			right:15px;
			position:absolute;
			opacity:0.6;
		}
		#nav_mobile nav>ul>li.expanded>a:after{
			opacity:1;
		}
		#nav_mobile nav>ul>li>ul{
			display:none;
		}
		#nav_mobile nav>ul>li.active>ul{
			display:block;
		}
			#nav_mobile nav>ul>li>ul>li:first-child{
				border-top:none;
			}
			#nav_mobile nav>ul>li>ul>li>a{
				padding-left:80px;
				background:url(../images/nav_mobile_tab.png)  55px center no-repeat;
			}
	#nav_mobile_button_close{
		border:none;
		outline:none;
		background:url(../images/nav_mobile_cross.png) center no-repeat;
		float:right;
		display:block;
		width:18px;
		height:18px;
		margin-right:20px;
		margin-top:31px;
	}
	.nav_mobile_top{
		padding-bottom:7px;
	}
	.nav_mobile_top:after{
		content:'';
		display:block;
		clear:both;
	}
/** ------------------------------
 *	Navbar
 ------------------------------*/
#block-vifor-main-menu{
	padding-top:25px;
	text-align:center;
}
	#block-vifor-main-menu ul{
		padding:0;
		margin:0;
		display:block;
		list-style:none;
		margin:0 auto;
	}
		#block-vifor-main-menu ul li{
			padding:0;
			margin:0;
			list-style:none;
		}
		#block-vifor-main-menu>ul{
			display:block;
			margin:0 auto;
			width:750px;
		}
		@media (max-width: 1280px) {
			#block-vifor-main-menu>ul{
				width:710px;
			}
		}
		@media (max-width: 1199px) {
			#block-vifor-main-menu>ul{
				width:590px;
			}
		}
		#block-vifor-main-menu>ul:after{
			content:'';
			clear:both;
			display:block;
		}
		#block-vifor-main-menu>ul>li{
			display:block;
			width:125px;
			vertical-align:top;
			float:left;
			position: relative;
		}
		@media (max-width: 1280px) {
			#block-vifor-main-menu>ul>li{
				width:118px;
			}
		}
		@media (max-width: 1199px) {
			#block-vifor-main-menu>ul>li{
				width:97px;
			}
		}
		#block-vifor-main-menu>ul>li>a{
			color:#63666a;
			display:block;
			font-size:14px;
			text-transform:uppercase;
			text-align:center;
			padding:0;
			opacity:0.6;
			height:115px;
		}
			@media (max-width: 1280px) {
				#block-vifor-main-menu>ul>li>a{
					font-size:13px;
				}
			}
			@media (max-width: 1199px) {
				#block-vifor-main-menu>ul>li>a{
					font-size:11px;
				}
			}
			#block-vifor-main-menu>ul>li>a:before{
				content:'';
				display:block;
				height:65px;
				width:65px;
				background-size: 130px 65px;
				-webkit-background-size: 130px 65px;
				-moz-background-size: 130px 65px;
				-o-background-size: 130px 65px;
				margin: 0 auto;
				background-repeat: no-repeat;
				background-position: right center;
				margin-bottom:10px;
				image-rendering: -webkit-optimize-contrast;
				-webkit-backface-visibility: hidden;
				backface-visibility: hidden;
			}
			#block-vifor-main-menu>ul>li.selected>a,
			#block-vifor-main-menu>ul>li>a:hover,
			#block-vifor-main-menu>ul>li>a:focus,
			#block-vifor-main-menu>ul>li>a:active,
			#block-vifor-main-menu>ul>li.active>a{
				text-decoration:none;
				color:#56a6d2;
				opacity:1;
			}
			#block-vifor-main-menu>ul>li>a:before{
				background-image:url(../images/menu-home.svg);
			}
			#block-vifor-main-menu>ul>li>a.menu-kidney:before{
				background-image:url(../images/menu-kidney.svg);
			}
			#block-vifor-main-menu>ul>li>a.menu-hat:before{
				background-image:url(../images/menu-hat.svg);
			}
			#block-vifor-main-menu>ul>li>a.menu-book:before{
				background-image:url(../images/menu-book.svg);
			}
			#block-vifor-main-menu>ul>li>a.menu-apple:before{
				background-image:url(../images/menu-apple.svg);
			}

			#block-vifor-main-menu>ul>li>a.menu-cronica:before{
				background-image:url(../images/menu-cronica.svg);
			}
			#block-vifor-main-menu>ul>li>a.menu-erc:before{
				background-image:url(../images/menu-erc.svg);
			}


			#block-vifor-main-menu>ul>li>a.is-active:hover:before,
			#block-vifor-main-menu>ul>li>a:focus:before,
			#block-vifor-main-menu>ul>li>a:hover:before,
			#block-vifor-main-menu>ul>li>a:active:before,
			#block-vifor-main-menu>ul>li.selected>a:before,
			#block-vifor-main-menu>ul>li.active>a:before{
				background-position: left center;
			}
			#block-vifor-main-menu>ul>li>ul{
				display:none;
				background:#56a6d2;
				border-radius:7px;
				width:225px;
				margin:0 auto;
				position: absolute;
				top: 140px;
				left: -50px;
				-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
				-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
				box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.1);
				z-index:10;
				font-size: 0 !important;
			}

			@media (max-width: 1280px) {
				#block-vifor-main-menu>ul>li>ul{
					left: -53.5px;
				}
			}
			@media (max-width: 1199px) {
				#block-vifor-main-menu>ul>li>ul{
					left: -64px;
					top: 130px;
				}
			}
			#block-vifor-main-menu>ul>li>ul:before{
				content:'';
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 0 23px 25px 23px;
				border-color: transparent transparent #56a6d2 transparent;
				position: absolute;
				top: -25px;
				left: 50%;
				margin-left: -23px;
			}
				#block-vifor-main-menu>ul>li>ul>li{
					display:block;
					border-bottom:1px solid rgba(255,255,255,0.6);
					overflow: hidden;
				}
				#block-vifor-main-menu>ul>li>ul>li:last-child{
					border:none;
				}
				#block-vifor-main-menu>ul>li>ul>li:first-child>a{
					border-top-right-radius: 7px;
					border-top-left-radius: 7px;
				}
				#block-vifor-main-menu>ul>li>ul>li:last-child>a{
					border-bottom-right-radius: 7px;
					border-bottom-left-radius: 7px;
				}
					#block-vifor-main-menu>ul>li>ul>li>a{
						display:block;
						font-size:16px;
						color:#fff;
						padding:8px 10px;
					}
					#block-vifor-main-menu>ul>li>ul>li>a:hover,
					#block-vifor-main-menu>ul>li>ul>li>a:focus,
					#block-vifor-main-menu>ul>li>ul>li>a:active{
						background:rgba(255,255,255,0.1);
						text-decoration:none;
					}
/** ------------------------------
 *	Navbar Mobile button
 ------------------------------*/
 #nav_mobile_button{
	display:none;
	float:none;
	margin-top:35px;
	margin-bottom:35px;
	padding:10px;
 }
	 #nav_mobile_button .icon-bar{
		background:#56a6d2;
		width: 34px;
		height: 5px;
		border-radius: 5px;
	 }
	 #nav_mobile_button .menu-title{
		color:#56a6d2;
		font-size: 12px;
		padding-top: 5px;
		display: block;
	 }
	@media (max-width: 991px) {
		#nav_mobile_button{
			display:block;
		}
	}
 #nav_mobile_button_2{
	display:none;
	float:none;
	margin-top:17px;
	padding:10px;
	float:left;
	margin-left:5px;
 }
	 #nav_mobile_button_2 .icon-bar{
		background:#3d83a9;
		width: 34px;
		height: 5px;
		border-radius: 5px;
	 }
	 #nav_mobile_button_2 .menu-title{
		color:#fff;
		font-size: 12px;
		padding-top: 5px;
		display: block;
	 }
	@media (max-width: 991px) {
		#nav_mobile_button_2{
			display:block;
		}
	}
/** ------------------------------
 *	Navbar Collapsible button
 ------------------------------*/
 #nav_collapsible_button_expand{
	    text-align: center;
    background: url(../images/nav_collapsible_button_expand_page.png) no-repeat bottom center;
    color: #545c68;
    font-size: 12px;
    line-height: 12px;
    width: 80px;
    margin: 0 auto;
    position: absolute;
    cursor: pointer;
	height:32px;
	z-index:9;
	bottom: -12px;
	left:50%;
	margin-left:-40px;
    opacity: 0.9;
	display:block;
	outline:none;
	border:none;
	    padding-bottom: 20px;
 }
	 #nav_collapsible_button_expand:focus,
	 #nav_collapsible_button_expand:hover,
	 #nav_collapsible_button_expand:active{
		opacity:0.9;
		outline:none;
	 }
 #nav_collapsible_button_collapse{
	    text-align: center;
    background: url(../images/nav_collapsible_button_collapse.png) no-repeat top center;
    color: #545c68;
    font-size: 18px;
    line-height: 18px;
    width: 70px;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
	height:50px;
	padding-top:33px;
	display:block;
	outline:none;
	border:none;
 }
	 #nav_collapsible_button_collapse:focus,
	 #nav_collapsible_button_collapse:hover,
	 #nav_collapsible_button_collapse:active{
		opacity:0.9;
		outline:none;
	 }
/** ------------------------------
 *	Navbar Collapsible
 ------------------------------*/
 #nav_collapsible{
	 position:relative;
	 z-index:8;
	 top:0;
	 display:none;
	 overflow:hidden;
	 padding:30px 0;
	 width: 100%;
	 background:#fff url(../images/nav_collapsible_shadow.png) repeat-x top left;
 }
 #nav_collapsible.header-absolute{
	 top:168px;
 }
#nav_collapsible nav{
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 20px;
}
	#nav_collapsible nav:before{
		display: table;
		content: " ";
	}
	#nav_collapsible nav:after{
		display: table;
		content: " ";
		clear: both;
	}
 #nav_collapsible nav>ul>li:first-child{
	display:none;
 }
	#nav_collapsible nav ul{
		padding:0;
		margin:0;
		display:block;
		list-style:none;
	}
		#nav_collapsible nav ul li{
			padding:0;
			margin:0;
			list-style:none;
			/* IE fix */
			list-style-image: url(data:0);
		}
		#nav_collapsible nav>ul>li{
			display:block;
			float:left;
			width:20%;
			position: relative;
			min-height: 1px;
			padding-right: 15px;
			padding-left: 15px;
		}
			#nav_collapsible nav>ul>li>a{
				color:#63666a;
				text-decoration:none;
				cursor:text;
				font-size:18px;
				text-transform:uppercase;
				min-height:47px;
				display:block;
			}
			#nav_collapsible nav>ul>li>a:hover,
			#nav_collapsible nav>ul>li>a:focus,
			#nav_collapsible nav>ul>li>a:active{
				color:#63666a;
				text-decoration:none;
				cursor:text;
			}
		#nav_collapsible nav>ul>li>ul>li {
			padding:10px 0;
			display:block;
		}
			#nav_collapsible nav>ul>li>ul>li>a {
				color:#63666a;
				font-size:18px;
				line-height: 20px;
			}
				#nav_collapsible nav>ul>li>ul>li>a:hover,
				#nav_collapsible nav>ul>li>ul>li>a:focus,
				#nav_collapsible nav>ul>li>ul>li>a:active{
					color:#63666a;
					text-decoration:underline;
				}
				#nav_collapsible nav>ul>li>ul>li:before {
					content: '\2022 ';
					color: #56a6d2;
					font-size: 25px;
					line-height: 20px;
					vertical-align: top;
				}
/** ------------------------------
 *	Content Bottom
 ------------------------------*/

 .region-content-bottom{
   background-color: #e7e9e9;
 }

/** ------------------------------
 *	Footer
 ------------------------------*/
 .footer{
	 margin-top:0;
	 background:#fff;
	 border-top:1px solid #eaeaea;
	 box-shadow:none;
	 padding-bottom: 0px!important
 }

 #block-footerpartners .text-center img {
	filter: url('../js/filters.svg#grayscale'); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Webkit Nightlies, Google Chrome Canary and Microsoft Edge*/
 }

 #block-footerpartners .text-center img:hover {
	 filter: none; /* Applies to FF + IE */
	 -webkit-filter: grayscale(0);
 }
 /** ------------------------------
  *	Cookies Disclaimer
  ------------------------------*/

	#sliding-popup {
		-webkit-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.2);
	}

		#sliding-popup .popup-content #popup-text {
		 max-width: 100%;
		 width: 100%;
		 margin-top: -22px;
		 margin-bottom: 0;
		}

			 #sliding-popup .popup-content #popup-text p {
				 line-height: 175%;
				 font-size: 16px;
				 padding-top: 24px;
				 padding-bottom: 63px;
				 font-weight: normal;
			 }




			 #sliding-popup .popup-content #popup-text .agree-button {
			   border: none;
			   background: url('../images/close_cookies_disclaimer.png') center no-repeat #e7e9e9;
			   border-radius: 50%;
			   width: 50px;
			   height: 50px;
			   display: block;
			   margin: 0 auto;
				 text-indent: -9999em;
			 }

			 #sliding-popup .popup-content #popup-text .find-more-button {
				 color: #56a6d2;
			 }
/** ------------------------------
 *	Back to Top Button
 ------------------------------*/

div#backtotop, div#backtotop:hover {
  right: 5%;
  border: 1px solid #545c68;
	border-radius: 50px;
  width: 65px;
	height: 65px;
  background: url(../images/volver_arriba_arrow_no_circle.png) center 8px no-repeat;
	background-color: white;
  padding-top: 23px;
  line-height: 100%;
  font-size: 14px;
  color: #545c68;
  bottom: 100px;
  position: fixed;
	z-index: 1010;
}

div#backtotop:hover {
	color: rgba(84, 92, 104, 0.5);
	border-color: rgba(84, 92, 104, 0.5);
}

	@media (max-width: 1366px) {
		div#backtotop, div#backtotop:hover {
		  right: 1%;
		}
	}

	@media (max-width: 768px) {
		div#backtotop, div#backtotop:hover {
		  bottom: 685px;
		  position: relative;
		  float: right;
			right: 0;
		}
	}


/** ------------------------------
 *	Modal
 ------------------------------*/

.modal {


}
.modal  .close{
	position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    width: 21px;
    height: 20px;
    line-height: 20px;
    opacity: 0.5;
    text-shadow: 0 0 0 #fff;
    color: #fff;
    outline: none;
	text-indent:-999px;
	overflow:hidden;
	background:url(../images/close_cookies_disclaimer.png) no-repeat center center;
	opacity:1;
}
.modal  .modal-body {
	position: relative;
	padding:0;
}
.modal  .modal-content {
	border-radius:0;
}
#imageModal.modal .modal-body img{
	margin:0 auto;
}
/*
#imageModal.modal{
	text-align:center;
}
#imageModal.modal .modal-dialog {
	text-align:left;
	display:inline-block;
	margin:0 auto;
  width:auto!important;
  max-width:100%;
}
*/
#videoModal.modal .modal-body {
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#videoModal.modal .modal-body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.modal .modal-dialog {
  width:100%;
  max-width:100%;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog{
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .modal .modal-dialog{
    width: 1140px;
  }
}
/** ------------------------------
 - Columns of same height styles
 ------------------------------*/

.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
/** ------------------------------
 - Footer menu
 ------------------------------*/
.region-footer .menu.nav{
    margin:0;
    padding:0;
    display:block;
    text-align:center;
    padding-top:30px;
    padding-bottom:20px;
}
    .region-footer .menu.nav>li{
        margin:0;
        padding:0;
        display:inline-block;
    }
        .region-footer .menu.nav>li:after{
            content:" | ";
            display:inline-block;
            color:#a1a3a6;
            font-size:16px;
            margin:0 20px;
        }
        .region-footer .menu.nav>li:last-child:after{
            content:"";
            display:none;
        }
    .region-footer .menu.nav>li>a{
        margin:0;
        padding:0;
        display:inline-block;
        color:#a1a3a6;
        background:none;
        font-size:16px;
    }
        .region-footer .menu.nav>li>a:hover,
        .region-footer .menu.nav>li>a:focus,
        .region-footer .menu.nav>li>a:active{
            color:#a1a3a6;
            background:none;
            text-decoration:underline;
        }
        .region-footer .menu.nav>li>a.no-link:hover,
        .region-footer .menu.nav>li>a.no-link:focus,
        .region-footer .menu.nav>li>a.no-link:active{
            color:#a1a3a6;
            background:none;
            text-decoration:none;
        }
@media (max-width: 767px) {
    .region-footer .menu.nav>li{
        display:block;
    }
        .region-footer .menu.nav>li:after{
            content:"";
            display:none;
        }
}

.alert-success {
	display: none;
}

.alert-shopping-list, .alert-menu-planner {
	display: none;
	position: fixed;
	top: 100px;
	right: 20px;
	z-index: 9999
}

.video-filter {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
	margin-bottom: 30px;
}

.video-filter iframe, .video-filter object, .video-filter embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

span.definition {
	color: #56A6D2;
	cursor: pointer;
}

.view-food-list {
	margin-bottom: 30px!important;
}

p > .tooltip {
	font-family: 'DIN Pro'!important;
}

p > .tooltip.top .tooltip-arrow {
	border-width: 10px 10px 0px;
}

p > .tooltip > .tooltip-inner {
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
}

.carousel-caption {
	z-index: auto;
}

table p {
	margin-bottom: 0!important;
}

#hint {
  top: 100px;
  position: fixed;
  display: block;
  max-width: 300px;
  width: 100%;
  right: 10px;
  z-index: 10;
}
#hint .hint-item {
  transition: opacity 1s ease-out 1s;
}
/** ------------------------------
 - Xengoo
 ------------------------------*/

.region-user-info {
	display: none;
}



