/* CSS Document */
	*{ box-sizing: border-box;}
	html,body{height: 100%;}
	html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,li,fieldset,form,label,legend,caption,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
	body{line-height:1.50}
	article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
	nav ul{list-style:none}
	blockquote,q{quotes:none}
	blockquote:before,blockquote:after,q:before,q:after{content:none}
	a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;outline:0;}
	ins{background-color:#ff9;color:#000;text-decoration:none}
	mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
	del{text-decoration:line-through}
	abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
	hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
	input,select{vertical-align:middle;}
	
	.ressaltat,.titol_generic,#carro_petit i,.paginacio_slide span.cycle-pager-active,#dades_contacte_peu span{color:#e3c81c;}
	.boto_petit,.boto_gran, .descompte, #idiomes span, #idiomes ul,.llistat_subarticles th{background-color: #e3c81c;color: #333;}
	
	
	.columna_footer>.ressaltat{color:#FFFF66;  !important;}
	
	
	#recerca{border: 2px solid #e3c81c}
	#boto_newsletter{background-color: #FFFF66; color:#666}
	.galeria_generica a img, .bloc_categoria{border: 2px solid #FFFF66;}
	
	
	a{text-decoration: none; color: #62aad5;}
	a::first-letter{text-transform: capitalize;}
	h2{font-size: 18px; font-weight: normal; font-family: 'dosis_semibold'; }
	h1::first-letter{text-transform:uppercase;}


body
{
	
	font-family: 'dosis_regular';
	color: #666666;
	line-height: 1.35;
}








	#header
	{
		position: relative;
		padding-top: 0;
		background-color: #e3c81c;
	}
	
	#barra_top
	{
		padding: 10px;
		background: #333;
		margin-bottom: 20px;
	}
	
	#barra_top,#barra_top div.fl
	{
		font-size: 14px;
		color: #FFF !important;
	}
	
	
	#header > div {
		position: relative;
		/*min-height: 213px;*/
	}

	#header div.fl
	{
		color: #8d8d8d;
		font-size: 12px;
	}
	
	

	
	b,strong
	{
		font-weight: normal;
		font-family: 'dosis_bold';
	}
	
	input[type="text"], input[type="password"], select, textarea {
		box-sizing: border-box;
		font-family: 'dosis_semibold';
		font-size: 16px;
		margin: 0px 5px;
		padding: 4px 12px;
		text-decoration: none;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.428571429;
		vertical-align: middle;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #777777;
		background-color: #ffffff;
		border-color: #cccccc;
		border: 2px solid #e3c81c;
		outline: 0;
	}
	
	
	.text_20{font-size:20px;}
	.text_25{font-size:25px;}
	.text_30{font-size:30px;}
	.text_40{font-size:40px; line-height: 40px;}

	
	.radius{border-radius: 5px;}
	.doble_columna{
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
		-webkit-column-gap: 25px; /* Chrome, Safari, Opera */
		-moz-column-gap: 25px; /* Firefox */
		column-gap: 25px;
	}

	.fl
	{
		float: left;
	}
	
	.fr
	{
		float: right;
	}
	
	.filtre_carac {
		width: 150px;
	}


	.boto_petit
	{
		text-decoration: none;
		display:inline-block;
		padding: 8px 10px;
    	border-radius: 10px;
		min-width: 108px;
		cursor: pointer;
		text-align: center;
		text-transform: uppercase;
		font-size: 13px;
		font-family: dosis_bold;
		vertical-align: middle;
		border: none;
	}
		
		.boto_petit i
		{
			font-size: 16px;
			vertical-align: middle;
			margin-left: 5px; 
		}
		
	.boto_petit:hover
	{
		color: #000;
	}
		
	.boto_gran
	{
		text-decoration: none;
		display:block;
		padding: 7px 15px;
		border-radius: 10px;
		cursor: pointer;
		font-size: 21px;
		font-family: 'dosis_bold';
		text-transform: uppercase;
		text-align: center;
		border: 0;
		
	}
		
		.boto_gran i
		{
			font-size: 24px;
			vertical-align: middle;
			margin-left: 5px;
		}
	
		
	
	.titol_seccio
	{
		font-weight: normal;
		font-size: 18px;
		margin-bottom: 36px;
		color: #757575;
		font-family: 'dosis_semibold';
		font-size: 23px;
		text-transform:uppercase;
		line-height: 1.25; 
		
		position: relative;
	}
	
	.titol_seccio.petit
	{
		font-size: 16px;
	}
	
	.titol_seccio.blau
	{
		color: #85cbee;
	}
	
	.titol_seccio.subrallat
	{
		border-bottom: 6px dotted #e3c81c;
		padding: 16px 0px;
	}
	
		.titol_seccio.imatge
		{
			margin-right: 50px;
			
		}
	
		#novedades_home .icon_carousel
		{
			position: absolute;
			right: -9px;
			top: -2px;
		}
		
		#rebajas_home .icon_carousel
		{
			position: absolute;
			right: -13px;
			top: 19px;
		}
		
		#destacados_home .icon_carousel
		{
			position: absolute;
			right: -10px;
			top: 28px;
		}
	
	.galeria_generica
	{
		overflow: hidden;
		margin-bottom: 25px;
	}
	.galeria_generica a
	{
		position: relative;
		text-decoration: none;
		
		float: left;
		width: 24%;
		margin-right: 1%;
		margin-bottom: 0.5%;
		text-transform: uppercase;
	}
	
		.galeria_generica a img
		{
			
			width: 100%;
		}	
		
	#carro_petit {
   	 margin-bottom: 0;
	 margin-left: 20px;
	 overflow: visible;
	
	}
		#carro_petit i
		{
			color: inherit;
			font-size: 21px;
		}
		
		#carro_petit div
		{
			margin-right:15px; font-size: 18px; line-height: 22px;margin-top: 3px; text-align: right; color: #8d8d8d;
		}
	
	
	
	#idiomes
	{
		position: relative;
		margin-top:0;
		display: inline-block;
		padding-left: 0;
    	margin-bottom: 0;
		
	}
		#idiomes li
		{
			display: block;
		}
	
		#idiomes span
		{
			display: inline-block;
			padding: 2px 5px;
			font-size: 12px;
			margin-bottom: 0;
			cursor: default;
			text-transform: uppercase;
			font-family: 'brandon_medium';
			
			
		}
			#idiomes span i
			{
				margin: 0px 3px;
			}
			
			#idiomes ul
			{
				position: absolute;
				right: 0;
				left: 0;
				font-size: 12px;
				padding: 3px 0px;
				z-index: 10;
			}
			
				#idiomes ul li a
				{
					display: block;
					text-align: center;
					padding: 2px 0;
					color: #333;
					font-family: 'dosis_bold';
					text-decoration: none;
					text-transform: uppercase;
					
				}
				
		#idiomes li ul
		{
			display: none;
		}
		#idiomes li:hover ul
		{
			display: block;
		}
		
	#logo_prin {
		position: static;
		left: 50%;
		top: 7px;
		width: 185px;
		display: inline-block;
		margin: 0;
		transform: translateZ(0);
		
	}
		
		#logo_prin img
		{
			max-width: 100%;
		}
		
	
			
	.contenidor_centrat
	{
		width: 640px;
	}
	
		#recerca {
			background-color: #FFFFFF;
			height: 42px;
			border-radius: 5px;
			overflow: hidden;
			position: relative;
			width: 469px;
			margin: 0;
			left: auto;
			right: 0;
			float: right;
			top: 0;
			margin-top: 7px;
		}
		
		
	
		
			#recerca div
			{
				position: absolute; 
				right: 40px;
				left: 5px;
			}
				#recerca input
				{
					vertical-align: middle;
					width: 100%;
					border: none;
					outline: 0px;
					margin: 0 5px;
					padding: 0;
					margin-top: 5px;
					
				}
			#recerca a
			{
				display: inline-block;
				height: 30px;
				width: 30px;
				text-align: center;
				vertical-align: middle;
				float: right;
				color:  #000;
			}
			
				#recerca a i
				{
					line-height: 30px;
				}
	
	.contenidor_centrat
	{
		width: 1200px;
		margin: auto;
	}
	
	#content
	{
		background-color: #FFFFFF;
		margin-bottom: 50px;
		padding: 36px 0;
	}
	
	
		.content_left
		{
			width: 225px;
			float: left;

			min-height: 500px;
		}
		
		.content_right
		{
			width: 730px;
			float: right;
			min-height: 500px;
			position: relative;
		}
		
			.content_right ul
			{
				padding-left: 30px;
			}
		
	
	.desplegador_menu
	{
		display: none;
	}
	
	#current_buy {
		display: inline-block;
		background: #e3c81c;
		color: #000 !important;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		font-size: 10px !important;
		position: absolute;
		text-align: center !important;
		bottom: -6px;
		right: -12px;
		line-height: 19px !important;
		letter-spacing: 0;
		font-family: Arial, Helvetica, sans-serif;
		z-index: 600;
		margin: 0 !important;
		font-family: 'dosis_bold';
	}
	
		#current_buy span {
			position: absolute;
			bottom: 0;
			top: 0;
			left: 0;
			right: 0;
			margin: auto;
		}
		
	
	#menu_prin {
		line-height: 1;
		margin: 0;
		padding-left: 0;
		display: flex;
		font-size: 11px;
		flex-wrap: wrap;
		padding: 10px 0 10px 0;
		background-color: #FFF;
		margin-bottom: 0px;
		border-bottom: 3px solid #f5ebab;
		margin-top: 15px;
		justify-content: center;
		background-color: #f5f7fa;
		
	}

	
		#menu_prin li
		{
			list-style: none;
		}
		#menu_prin > li
		{
			display: inline-block;
			text-align: left;
			    position: relative;
		}

		#menu_prin > li > a:after
		{
			
			content:'';
			width: 2px;
			height: 16px;
			background-color: #e3c81c;
			position: absolute;
			top: 50%;
			margin-top: -8px;
			right: -2px;
		}
		
	
		#menu_prin > li > a 
		{
			line-height: 1.25;
			color: #757575;
			text-decoration: none;
			text-transform: uppercase;
			white-space: nowrap;
			display: inline-flex;
			position: relative;
			text-transform: uppercase;
			font-family: 'dosis_semibold';
			font-size: 14px;
			padding: 5px 13px;
			
			
		}
		
		#menu_prin > li > a.ressaltat
		{
			color: #FFF !important;
			background-color: #85cbee !important;
			border-radius: 5px;
		}
		
			#menu_prin > li > a.ressaltat:after
			{
				display: none;
			}	
		
			#menu_prin li:first-child a {
				border-left: 0;	
			} 
			
			#menu_prin > li:hover > a, #menu_prin > li > a.active {
				color: #1d1d1b;
				background-color: #e3c81c;	
			}
			
			#menu_prin > li:hover > a:after
			{
				display: none !important;
			}
			
		.submenu_prin 
		{
			display: none;
			position: absolute;
			z-index:999;
			/*width:100%;
			width: max-content;*/
			
			line-height: 1.50;
			overflow: hidden;
			background-color: #f5f7fa;
			font-size: 14px;
			padding: 30px 15px;
		}
		
		.submenu_prin.cols_2
		{
			width: 430px;
		}
		
		.submenu_prin.cols_3
		{
			width: 640px;
		}
			
			.submenu_right .submenu_prin
			{
				right: 0;
			}
			

			
			.submenu_prin > ul
			{
				display: flex;
				flex-wrap: wrap;
				
				padding-left: 0;

			}
			
			.submenu_prin.cols_3 > ul
			{
				column-count: 3;
				display: block;
			}
			.submenu_prin > ul > li
			{
				width: 168px;
				margin: 0px 12px 15px 12px;
				break-inside:avoid;
			}


			.submenu_prin a
			{
				color: #757575;
			}
			
			.submenu_prin > ul > li > a
			{
				
				display: block;
				position: relative;
				font-family: dosis_bold;
				white-space: normal;
				text-transform: uppercase;
				    border-bottom: 3px solid #e3c81c;
					margin-bottom: 25px;
					padding-bottom: 10px;
					    font-size: 12px;

			}
			
				.submenu_prin > ul > li > a > i
				{
					right: -12px;
					position: absolute;
					font-size: 16px;
					top: 3px;
				}


			.submenu_prin > ul > li > div a
			{
				display: block;
				margin-bottom: 13px;
				font-family: 'dosis_medium';
				margin-bottom: 5px;
			}
			
			
			.submenu_prin > div
			{ 
				width: 300px;
				padding: 33px 30px 10px 30px; 
			}
			
				.submenu_prin > div > span
				{
					font-size: 15px;
					color: #345520;
					display: block;
					margin-bottom: 4px;
					font-family: 'source_sans_prosemibold';
						
				}
				
				.submenu_prin > div > a
				{
					color: #acacac;
					padding: 6px 0px;
					display: block;
					
					
				}
				
					.submenu_prin > div > a:hover
					{
						color: #345520 !important;
						
					}

			
		
		#menu_prin > li > div > ul > li > ul
		{
			display: none;
		}
		
		#menu_prin > li:hover > div
		{
			display:flex;
		}
	
	
	
	
	
	
	.menu_lat
	{
		padding: 15px;
		list-style: none;
	}
		.menu_lat ul
		{
			list-style: none;
			padding-left: 15px;
			display: none;
		}
		
			.menu_lat > li
			{
			
				border-top: 1px solid #91C4E2;
			}
		
		
		.menu_lat i
		{
			margin-right: 5px;
		}
		.menu_lat a
		{
			display: block;
			padding: 5px 0px; 
			border-top: 1px solid #91C4E2;
			text-decoration: none;
			color: #666666;
		}
		
			.menu_lat a:first-child,.menu_lat > li:first-child
			{
				border-top: none;
			}
			
	.carro_petit_detallat table td
	{
		padding: 2px 5px;
	}
						
	
	
	#contenidor_slide_home,#contenidor_slide_gen
	{
		position: relative;
	}
	
	#contenidor_slide_home
	{
		margin-bottom: 30px;
		max-height: 100%;
		height: auto;
	}
	
	
	
	
	#contenidor_slide_home > .slide, #contenidor_slide_gen > .slide
	{
		height: 100%;
	}
	
	
	.owl-slide-gran {
		position: relative;
		height: 100%;
	}

	
	.owl-slide-gran .owl-dots
	{
		height: 15px;
		position: absolute;
		bottom: 20px;
		left:0;
		right:0;
		text-align: center; 
	}
	

	
		.owl-dots .owl-dot
		{
			margin: 0px 5px;
		}
		.owl-dots .owl-dot, .owl-dots .owl-dots span
		{
			height: 16px;
			display:inline-block;
		}
		
		.owl-dots .owl-dot span {
			display: inline-block;
			width: 14px;
			height: 14px;
			background-color: #FFF;
			border-radius: 14px;
		}
		
		.owl-dots .owl-dot.active span
		{
			background-color: #e3c81c;
		}
	
	.owl-slide-gran .owl-stage-outer, .owl-slide-gran .owl-stage, .owl-slide-gran .owl-item,.owl-slide-gran .owl-slide{
		height: 100%;
	}
	
	.owl-slide-gran .owl-slide > div {
		display: flex;
		padding: 2% 3%;
		position: absolute; top: 0;
		left: 0;
		right: 0; bottom: 0;
		
	}
	
	.owl-slide-gran div.owl--text {
		position: static;
		color: #FFF;
		font-size: 14px;
		letter-spacing:2px;
		line-height: 1;
	}
	
		.owl-slide-gran div.owl--text b
		{
			font-weight: normal;
			font-family: 'trade_bold';
		}
	
	.titol_middle_left{align-items: center;}
	.titol_bottom_left{align-items: flex-end;}
	
	.titol_top_center{justify-content: center; text-align:center;}
	.titol_middle_center{justify-content: center; align-items: center; text-align:center;}
	.titol_bottom_center{justify-content: center; align-items: flex-end; text-align:center;}
	
	.titol_top_right{justify-content: flex-end; text-align:right;}
	.titol_middle_right{justify-content: flex-end; align-items: center;}
	.titol_bottom_right{justify-content:  flex-end; align-items: flex-end;}
	
	.owl-slide-gran .owl-controls {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
	}
	
	.owl-slide-gran .titol_slide
	{
		font-size: 50px;
		color: #FFF;
		letter-spacing: 1px;
		line-height: 1.25;
		font-family: 'dosis_bold';
		margin-bottom: 3px;
	}
	
		.slide_petit .titol_slide{font-size: 33px; margin-bottom: 8px;}





	
	.slider
	{
		margin-bottom: 15px;
		position: relative;
	}
	
		.slider img
		{
			width: 100%;
		}
	.paginacio_slide
	{
		font-size: 60px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 52px;
		z-index: 200;
		width: 100%;
		padding: 0px 2%;
		text-align: center;
		cursor: pointer;
		
	}
	
		.paginacio_slide span
		{
			color: #f4e9a4; 
		}

	
	.titol_generic
	{
		font-weight: normal;
	}
	
	.bloc_generic
	{
		color: #666666;
		background-color: #FAFAFA;
		border: 1px solid #dddddd;
		padding: 10px;
		border-radius: 5px;
		margin-bottom: 15px;
		overflow: hidden;
	}
	
	.titol_generic
	{

		margin-bottom: 15px;
	}
		
	/*===Bloc article: vista per blocs===*/
	.bloc_article
	{
		width: 270px;
		max-width: 100%;
		display: inline-block;
		padding: 10px 10px 25px 10px;
		vertical-align: top;
		border: 2px solid #cbeeff;
		border-radius: 3px;
		margin-bottom: 36px;
		margin-left: 36px;
		font-size: 14px;
		text-align: center;
		color: #757577;
		font-family: 'dosis_semibold';
		background-color: #FFF;
		transition: transform .3s ease;
		transform: translateZ(0);
		
		
	}
	
	.bloc_article:hover
	{
		/*transform: translateZ(0) scale(1.1);*/
	}
	
		.descompte
		{
			color: #FFF;
			display: inline-block;
			width: 70px;
			height: 70px;
			border-radius: 50%;
			font-size: 35px;
			line-height: 70px;
			text-align: center;
			position: absolute;
			z-index: 500;
			font-family: 'cmhello_bold';	
		}
	
		.bloc_article > a 
		{
			/*width: 235px;*/
			display:block;
			margin-bottom: 15px; 
		}
		
			.bloc_article > a > img
			{
				width: 100%;
			}
		
			 img.foto_animada
			{
				position: absolute !important; z-index: 201 !important;
			}
		
		.bloc_article.first
		{
			margin-left: 0;
		}
		
		.bloc_article .descripcions
		{
			font-size: 14px;
			text-transform: uppercase;
			min-height: 45px;
			margin-bottom: 5px;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		
		.bloc_article .preus
		{
			margin-bottom: 15px;
		}
		
		.bloc_article .descripcions > div
		{
			color: #979797;
			margin: 5px 0px;
			display: none;
			text-align: justify;
		}
		
		.bloc_article .preu
		{
			font-size: 20px;
			line-height: 30px;
			font-family: 'dosis_bold';
			vertical-align: middle;
			white-space: nowrap;
			
		}
		
		.bloc_article .preu_anterior
		{
			font-size: 18px;
			line-height: 30px;
			text-decoration:line-through;
			vertical-align: middle;
			color: #e3c81c;
		}
		
		.bloc_article .comparar
		{
			min-height: 17px;
			margin-top:20px
		}
		
		.disponibilitat
		{
			display:block; 
			margin: 10px 0px 18px; 
			font-size: 17px;
		}
		
			.disponibilitat.stock
			{
				color: #51c151;
			}
			
			.disponibilitat.consultar
			{
				color: #ffb8b8;
			}
		
		.bloc_article .boto_petit
		{
			min-width: 104px;
			overflow: hidden;
			margin-bottom: 0;
			margin-right: 5px;
			
		}
		
		.bloc_article .boto_petit i
		{
			float: right;
			margin-top: 3px;
		}
		
		
	.filtres
	{
		margin-bottom: 36px;
		display: flex;
	}
	
		.filtres > div
		{
			flex:1;
			display: flex;
			justify-content: flex-end;
			align-items: center;
		}
		
		.filtres > div:first-child
		{
			flex: none;
			justify-content: flex-start;
		}
		
		.filtres input, .filtres select
		{
			margin: 0 10px;
		}
		
	/*===Bloc article: vista llista===*/
	@media all and (min-width:979px)
	{	
		.bloc_article.vista_llista
		{
			width: auto;
			display: block;
			margin-left: 0;
			overflow: hidden;
			text-align: left;
			
		}
		
			.bloc_article.vista_llista > a
			{
				width: 20%;
				float: left;
				margin-right: 2%;
			}
			
			.bloc_article.vista_llista.first
			{
				margin-left: 0;
			}
			
			.bloc_article.vista_llista .descripcions > div
			{
				display: block;
			}
			
			.bloc_article.vista_llista .descripcions
			{
				float: left;
				width: 58%;
				margin-right: 2%;
				text-align: justify;
			}
			
			.bloc_article.vista_llista .preus
			{
				float: left;
				width: 15%;
			}
			
			.bloc_article.vista_llista .preu
			{
				font-size: 20px;
				line-height: 30px;
				
			}
	}
		
		
	.novetat
	{
		margin: 15px 10px;
		overflow: hidden;
		padding-top: 10px;
		border-top: 1px solid #91C4E2;
	}
		
		.seccio a
	{
		color:#666;
	}
		.novetat img
		{
			float: left;
			width: 95px;
		}
		
		.novetat > div
		{
			float: right;
			width: 95px;
		}
		
		.novetat.first
		{
			border-top: none;
			padding-top: 0;
		}
		
		
	.bloc_categoria
	{
		position: relative;
		text-decoration: none;
		display: inline-block;
		width: 20.6%;
		min-height: 70px;
		margin: 0px 2.5% 2.5% 0px;
		text-transform: uppercase;
		vertical-align: top;
		border: 1px solid #85cbee;
		text-align: center;
		border-radius: 0;
		overflow: hidden;
	}
	
		.bloc_categoria img
		{
			width: 100%;
		}
	
	.bloc_categoria.first
	{
		margin-left: 0px;
	}

	.bloc_categoria span
	{
		position: absolute;
		bottom: 0;
		right:0;
		left: 0;
		text-align: center;
		padding: 10px;
		font-size: 16px;
		color: #666666;
		background: rgba(255,255,255,0.9);
	}
	
	
	#banners_home
	{
		padding-top: 30px;
	}
    	.banner_home_full
		{
			display: block;
			height: 333px;
			background-color: #333;
			display: flex;
			color: #FFF;
			align-items: center;
			justify-content: flex-end;
			background-repeat: no-repeat;
			background-size: cover;
			background-position: center center;
			margin-bottom: 30px;
			
		}
			.banner_home_full > div
			{	
				width: 470px; 
				display: inline-block; 
				text-align: center;
			}
			
		.banner_home_full .subtitol_banner,
		.banner_home_full .titol_banner
		{
			display:block;
		}
		.banner_home_full .titol_banner
		{
			font-size: 77px;
			line-height: 1;
			margin-bottom: 10px;
			font-family:'cmhello_bold';
		}
		
		.banner_home_full .subtitol_banner
		{
			font-size: 28px;
			margin-bottom: 20px;
		}
		
		
		.contenidor_fills{overflow: hidden;}
                .contenidor_fills > div{width: 110%;}
                
            #banners_petits_home a
            {
                display: inline-block;
                vertical-align: top;
                margin-right: 33px;
                width: 380px;
                margin-bottom: 30px;
            }
			
				#banners_petits_home a img
				{
					max-width: 100%;
				}
	
	#slide_fitxa
	{
		width: 290px;
	}
		.contenidor_miniatures
		{
			width: 108px;
			display: block;
		}
			 .miniatures_fitxa, .miniatures_fitxa a
			 {
				width: 100%; 
			 }
		.foto_gran_fitxa
		{
			border: 1px solid #f8f1c6; margin-bottom: 15px;
			width: 588px;
		}
		
			.foto_gran_fitxa > img
			{
				width: 100%;
				position: relative;
				z-index: 202;
			}
			
		.miniatures_fitxa img
		{
			max-width: 100%;border: 1px solid #f8f1c6;
		}
		
		.fletxa_miniatures
		{
			margin-top: 15px; cursor: pointer;
		}
		
		.info_article
		{
			width:468px;
		}
		
			.info_article > div.descripcio_curta
			{
				margin-bottom: 15px;
			}
		
	
	
	.llistat_subarticles
	{
		background-color: #FFFFFF;
		width: 100%;
		margin-bottom: 15px;
	}
		.llistat_subarticles td,.llistat_subarticles th
		{
			padding: 5px 10px;
		}
		
		
	
	#dades_contacte
	{
		overflow: hidden; border-bottom: 1px solid #CCCCCC; margin-bottom: 15px; background-color: #fafafa;display:flex;
		justify-content: flex-end;
	}
	
		#dades_contacte .foto_dades
		{
			width: 20%; margin-left: 5%;
			
			
		}
		
			#dades_contacte .foto_dades img
			{
				max-width: 100%;
			}
		#dades_contacte .dades
		{
			flex: 1; padding: 3%; font-size: 24px;
		}
			
	/* === BEGIN FORMULARIS === */
	
	.form_generic .label_form
	{
		width: 10%;
		display: inline-block;
		text-align: right;
		margin: 0px 1%;
	}
  		.form_generic input[type=text],.form_generic input[type=password]
		{
			margin: 1% ;
			width: 32%;
		}
		
		.form_generic textarea
		{
			margin: 1%;
			width: 85%;
			height: 150px;
		}
		.contenidor_ok
		{
			width: 15px; display: inline-block;
		}
		
		
		#contenidor_captcha
		{
			width: 99%;
		}
		
	/* === END FORMULARIS === */
	
					
							
	#footer
	{
    	color: #1d1d1b;
		padding: 40px 0px;
		overflow: hidden;
		background: #e3c81c url(../img/bck_footer.jpg) no-repeat bottom center;
		min-height:422px;
	}
	

	

		.columna_footer
		{
			width: 200px;
			margin-right: 95px;
			display: inline-block;
			vertical-align: top;
			font-family: 'brandon_regular';
			font-size: 17px;
			
		}
		
			.columna_footer a
			{
				color: #1d1d1b;
				text-decoration: none;
				display: block;
				line-height: 25px;
			}
		
			#dades_contacte_peu span, .columna_footer span
			{
				
				font-family: 'brandon_black';
				font-size: 19px;
				display: block;
				margin-bottom: 10px;
				text-transform: uppercase;
				
				
				
			}
			
		#newsletter
		{
			
			border-radius: 5px;
			overflow: hidden;
			position:relative;
			margin: 20px 0 38px 0;
			
			
		}
			#newsletter input[type=text]
			{
				vertical-align: middle;
				width: 100%;
				height: 50px;
				border: none;
				outline: 0px;
				padding: 0px 182px 0px 12px;
				position: relative;
				z-index: 1;
				margin: 0;
				background-color: #FFFFFF;
				
				
			}
			
			#boto_newsletter
			{
				display: inline-block;
				height: 50px;
				text-align: center;
				vertical-align: middle;
				text-align: center;
				line-height: 50px;
				background-color: #000;
				color: #FFF;
				text-transform: uppercase;
				font-size: 20px;
				font-family: 'dosis_bold';
				width: 172px;
				text-align: center;
				position: absolute; 
				right: 0;
				z-index: 2;
				top: 0;
				border: 0;
				cursor: pointer;
				border-bottom-right-radius: 5px;
				
				
			}	
			
			#check_politica-errors > div
			{
				justify-content: flex-end !important;
			}

	.condicio_compra
	{
		width: 135px;
		padding: 10px 0px 30px 0px;
		display: inline-block;
		text-align: center;
		margin: 25px 60px;
		font-size: 14px;
		vertical-align: top;
		border-radius: 5px;
		line-height: 24px;
		font-size: 18px;
		color: #757575;
		position: relative;
		font-family: 'dosis_semibold';
	}
	
	.condicio_compra:after
	{
		content:"";
		width: 42px;
		height: 6px;
		background-color: #e3c81c;
		border-radius: 5px;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -21px;
		
	}
	
		.condicio_compra > div
		{
			height: 85px;
			display:flex;
			justify-content: center;
			align-items: center;
			margin-bottom: 20px;
		}
		
			.condicio_compra > div img
			{
				max-width: 100%;
			}
	
	
		.condicio_compra > span
		{
			display: flex;
			width: 100%;
			align-items:center;
			justify-content: center;
			min-height: 55px;
		}
		
			
	#links_footer
	{
		background-color: #FFF;
		color: #757575;
		padding: 15px;
		overflow: hidden;
		text-align: center;
		font-size: 17px;
		font-family: 'dosis_medium';
		
	}
	
		#links_footer a
		{
			color: #757575;
			text-decoration: none;
		}
	
	.paginacio
	{
		text-align: center;
		margin: 15px;
	}
	.paginacio a
	{
		display: inline-block;
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 14px;
		text-decoration: none;
		
		color: #666666;
		background-color: #FFFFFF;
		
	}
	a.selected
	{
		color: #FFFFFF;
		background-color: #666666;
	}

	.white-popup {
	  position: relative;
	  background: #FFF;
	  padding: 20px;
	  max-width: 500px;
	  width: auto;
	  max-height: 500px;
	  overflow: auto;
	  margin: 20px auto;
	}
	
		.white-popup > div
		{
			max-height: 480px; 
			overflow: auto;
		}
		
		
		
#div-results:after, #div-results:before
{
    content: ' ';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
	columns:3;
}


/* DIALOGUE (l'element :after fa la fletxa i l'element :before el contorn de la fletxa */
#div-results:before
{
    border-color: transparent transparent #e3c81c transparent;
    border-width: 0 11px 14px 11px;
    left: 5%;
    top: -14px;
}

#div-results:after {
	border-color: transparent transparent #fff transparent;
	border-width: 0 11px 14px 11px;
	left: auto;
	top: -13px;
	right: 52px;
}



#div-results
{
    position: relative;
    border: 3px solid #333;
    background-color: #ccd;
    padding: 15px;
    text-align: center;
    width: 100%px;
    border-radius: 15px;
	
	/*TRANSICIÓ */
	transition: all 0.3s ease;
}


.item-recerca:hover{
	background-color:#efefef;
}

	.columna_recerca
	{
		padding:5px; 
		float:left; 
		width: 33%;
	}
	
#div-results:after, #div-results:before
{
    content: ' ';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
	columns:3;
}


		#caixa_login
		{
			margin-bottom: 0;
			padding: 0;
			text-align: right;
		}
		
			#caixa_login a {
				color: #e3c81c;
			}
			
			
		/*#recerca
		{
			    background-color: #FFFFFF;
			height: 40px;
			border-radius: 5px;
			overflow: hidden;
			position: relative;
			width: 280px;
			margin-top: 19px;
			margin-bottom: 15px;
			position: absolute;
			left: 0;
			top: 45px;
		}*/
			#recerca div,#recerca_autors div
			{
				position: absolute;
				right: 5px;
				left: 40px;
			}
			
				#recerca input,#recerca_autors input
				{
					vertical-align: middle;
					width: 100%;
					border: none;
					outline: 0px;
					margin: 0 5px;
					padding: 0;
					margin-top: 8px;
					
				}
			#recerca a,#recerca_autors a
			{
				display: inline-block;
				height: 36px;
				width: 36px;
				text-align: center;
				vertical-align: middle;
				float: left;
				color: #e3c81c;
				
			}
			
				#recerca a i ,#recerca_autors a i
				{
					line-height: 36px;
				}
				
	#footer_right
	{
		width: 575px;
		float: right;
		font-family: 'dosis_medium';
		font-size: 18px;
	}
	
		#footer_right span
		{
			display: block;
			font-family: ;
			font-size: 28px;
			font-family: 'cmhello_bold';
			text-shadow: 0px 0px 0px;
			margin-bottom: 5px;
		}
		
	#logo_footer
	{
		display: block;
		margin-bottom: 22px;
	}
	
	.dades_emp
	{
		margin-bottom: 15px;
		position: relative;
		padding-left: 28px;
	}
	
		.dades_emp img
		{
			position: absolute;
			top: 0;
			left: 0;
		}
		
		
	.carousel_home
	{
		margin: 0px 50px 30px 50px;
		width: auto !important;
	}
	
	.carousel_home .bloc_article
	{
		display: block; 
		margin: auto !important;
		width: 100% !important;
	} 
	
	.arrow_carousel {
		position: absolute;
		top: 50%;
		font-size: 38px !important;
		margin-top: -25px;
		cursor: pointer;
		color: #000;
	}
	
	.arrow_carousel.arrow_left
	{
		left: -51px;
	}
	
	.arrow_carousel.arrow_right
	{
		right: -51px;
	}
	
	
	/*ERROR -------------------*/

	.caixa_error
	{
		color:#C00;
		font-weight:bold;
		background-color: #FFC4C4; color: #FF0000;
		padding: 10px;
		margin-bottom: 45px;
	}
	#carro_buit.error 
	{
		text-align:center;
	}
	#displayedError
	{
		padding: 10px 20px; text-align: center;  display: none; z-index:9000!important; font-size: 14px;
	}
	
	#displayedError.neutre, #displayedError.positiu
	{
		background-color: #D3E5A7;
	}
	#displayedError.error
	{
		background-color: #FFC4C4; color: #FF0000;
	}
	

@media all and (min-width:1000px)
{ 
		body.recerca
		{
			padding-top: 0 !important;
		}
		body.head_fixed:not(.recerca) #header
		{
			position: fixed;
			left: 0;
			right: 0;
			top: 0;
			padding-top: 0;
			z-index: 990;
			background-color: rgb(245, 247, 250);
			border-bottom: 3px solid #f5ebab;
		}
		
		
		body.head_fixed:not(.recerca) #header > div {
			position: relative;
			padding: 0;
			text-align: right;
		}
		
		body.head_fixed:not(.recerca) #barra_top
		{
			padding: 10px 0px !important;
			margin-bottom: 0;
			
		}
		
		body.head_fixed:not(.recerca) #logo_prin {
			position: absolute;
			left: 0;
			margin-left: 0;
			top: 50%;
			margin-top: -37px;
			width: 70px;
			display: inline-block;
		}
		
		body.head_fixed:not(.recerca) #logo_prin {
			position: absolute;
			left: 0;
			margin-left: 0;
			top: 0;
			margin-top: 8px;
			width: 90px;
			display: inline-block;
		}
		
		/*body.head_fixed #div-results
		{
			display: none;
		}*/
		
		
		body.head_fixed:not(.recerca) #recerca {
			margin-top: 0px !important;
			display: none !important;
		}
		 
		body.head_fixed:not(.recerca) #header div.fl, body.head_fixed:not(.recerca) #header div.fr
		{
			/*display: none;*/
			float: none;
			display: inline-block;
			vertical-align: top;
		}
		
		body.head_fixed:not(.recerca) #header div.fl
		{
			float: left;
		}
		
		body.head_fixed:not(.recerca) #caixa_login, body.head_fixed:not(.recerca) #carro_petit
		{
			display: inline-block;
			font-size: 14px;
		}
		
		body.head_fixed:not(.recerca) #caixa_login {
			margin-bottom: 0;
			padding: 0;
			text-align: right;
			margin-left:30px;
			vertical-align: top;
		}
		
		body.head_fixed:not(.recerca) #carro_petit {
			padding: 0;
			margin-bottom: 0;
			vertical-align:top;
			margin-left: 30px;
		}
		
			body.head_fixed:not(.recerca) #carro_petit b, body.head_fixed:not(.recerca) #carro_petit br
			{
				display: none;
				vertical-align: top;
			}
			
			body.head_fixed:not(.recerca) #header div.fl > div
			{
				margin: 0 !important;
			}
			
			body.head_fixed:not(.recerca) #idiomes
			{
				margin-top: 0;
			}
			
			body.head_fixed:not(.recerca) #carro_petit div
			{
				margin: 0;
				font-size: inherit;
				line-height: inherit;
			}
			
			body.head_fixed:not(.recerca) #carro_petit i {
				font-size: 18px;
				margin-left: 0;
				
			}
		
		
		body.head_fixed:not(.recerca) #menu_prin
		{
			margin-top: 0px;
			border-bottom: 0;
			padding: 10px 0px;
			margin-bottom: 0px;
			flex: 1;
			display: flex;
			justify-content: center;
			align-items: flex-end;
			padding-top: 10px;
			
		}

			
		body.head_fixed:not(.recerca) #menu_prin > li > a {
			font-size: 13px;
			    padding: 5px 8px;
			
		}
		
		

}		
				
@media screen and (max-width:1250px)
{
	.contenidor_centrat
	{
		width: 980px;
	}
	
	#menu_prin > li > a
	{
		font-size: 12px;
		padding: 5px 9px;
	}
	
	#banners_petits_home a 
	{
		margin-right: 1.5%;
		width: 29%;
		margin-bottom: 1.5%;
	}
	
	
	
	#footer_right {
		width: 400px;
	}
	
	.columna_footer {
		margin-right: 80px;
	}
	
	.contenidor_miniatures{
    	width: 78px;
	}
	
	.contenidor_miniatures {
		margin-left: 0px;
	}

	.foto_gran_fitxa {
		width: 448px;
	}
	
	
	.bloc_article {
			width: 24%;
			margin-left: 1%;
		}
		
		
	.submenu_prin.cols_3 {
		width: 530px;
	}
	
	.submenu_prin.cols_2 {
		width: 328px;
	}
	
	
	.submenu_prin > ul > li {
		width: 146px;
    	margin: 0px 5px 15px 5px;
	}

		 
	
}

@media screen and (max-width:1000px)
{
	
	body{padding-top: 0 !important;}
	.contenidor_centrat {
		width: 96%;
	}
	
	#header .contenidor_centrat
	{
		width: 100%;
	}
	
	.condicio_compra {
    	margin: 25px;
	}
	
	
	#logo_prin {
		position: absolute;
		left: 15px;
		margin: auto;
		top: 37px;
		width: 80px;
		display: block;
	}
	
	
	
	#menu_prin
	{
		display: none !important;
		margin-top: 0;
		padding: 0;
	}
	
	
	
	#recerca {
		float: none !important;
		position: relative;
		margin-top: 20px;
		top: 0;
		/*margin: 15px 2%;*/
		width: 100%;
		border: 0;
		border-radius: 0;
	}
	
	#barra_top {
		padding: 10px 20px;
	}

	
	#header {
		padding-top: 0;
		margin-bottom: 25px;
	}
	
	#header > div:first-child  {
		min-height: 0px;
		
	}
	
	#header > div:first-child > div.fl, #header > div:first-child > div.fr
	{
		padding: 0 2%;
	}

	.desplegador_menu
	{
		background-color: #333;
		color: #FFF;
		padding: 10px 15px;
		display: block;
	}
	
	#content
	{
		padding: 0;
	}
	
	
	.owl-slide-gran .titol_slide {
    	font-size: 35px;
	}
	
	#footer_right {
		width: 100%;
		margin-top: 40px;
	}
	
	#menu_prin.active
	{
		display: block !important;
	}
	
	#menu_prin
	{
		padding: 0;
	}
	
		#menu_prin > li {
			display: block;
		}
		
		
			#menu_prin > li > a {
				width: 100%;
				border-radius: 0 !important;
				
				font-size: 16px;
				background-color: #f7f7f7;
				border-bottom: 1px solid #FFF;
				padding: 7px 15px;
			}
			
			
			#menu_prin > li > a:after {
				display: none !important;
			}
			
		.submenu_prin
		{
			display: none !important;
		}
		
	.fotos_fitxa {
		width: 39%;
	}
		.foto_gran_fitxa {
			width: 100%;
		}
	
	.contenidor_miniatures{
    	width: 7%;
	}
	
	.info_article {
		width: 51%;
	}
	
	.titol_article {
		font-size: 29px !important;
	}
	
	#dades_contacte .dades {
		flex: 1;
		padding: 3%;
		font-size: 19px;
	}
	
	.bloc_categoria {
		width: 28.2%;
	}
	
	/* === FORMULARIS === */
	
	.label_form{width: 100%; text-align: left; margin: 0;}
	.form_generic input[type=text],.form_generic input[type=password]{width: 95% !important; margin: 2% 0 !important;}
	.form_generic textarea{width: 100% !important; margin: 2% 0 !important;}	
		
	/* === FORMULARIS === */
		
		
	.bloc_article {
		width: 31%;
    	margin: 1% !important;
	}
	
	.columna_recerca {
		padding: 5px;
		float: left;
		width: 50%;
	}
	
}	

@media screen and (max-width:700px)
{
	.no-mobile
	{
		display: none;
	}
	
	.taula_compra_llista
	{
		font-size: 12px;
	}
	
	.taula_compra_llista .boto_petit
	{
		min-width: 0;
	}

	.contenidor_fills > div
	{
		width: 100% !important;
	}
	
	.contenidor_centrat {
		width: 94%;
	}

	/*#carro_petit div
	{
		display: none;
	}*/
	
	#header > div:first-child {
    	min-height: 0;
	}
	
	#logo_prin {
		position: static;
		width: 100px;
		display: block;
		margin: auto;
	}
	
	#carro_petit {
		padding: 2px 0px;
		margin-bottom: 0;
	}
	
		/*#carro_petit i {
			font-size: 30px;
		}*/
		

	
	.carousel_home {
		margin: 0px 20px 35px 20px !important;
		width: auto !important;
	}
	
	.arrow_carousel.arrow_right {
		right: -17px;
		width: 14px;
	}
	
	.arrow_carousel.arrow_left {
		left: -17px;
		width: 14px;
	}
	
	.titol_seccio.imatge {
		margin-right: 0;
	}
	
		.icon_carousel {
			width: 35px;
			right: 10px !important;
			top: 15px !important;
		}
		
	.banner_home_full .titol_banner {
    	font-size: 60px;
	}
	.banner_home_full .subtitol_banner {
    	font-size: 24px;
	}
	
	
	#banners_petits_home a {
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	
	.condicio_compra {
		margin: 25px 0;
		width: 100%;
	}
	
	.owl-slide-gran .titol_slide {
    	font-size: 20px;
	}

	#logo_footer
	{
		width: 120px;
	}
	
		#logo_footer img
		{
			max-width: 100%;
			transform: translateZ(0);
		}
		
	.columna_footer
	{
		margin-bottom: 20px;
		width: 100%;
	}
	
	#footer_right {
		width: 100%;
		margin-top: 0px;
	}
	
	#boto_newsletter {
		font-size: 16px;
		width: 90px;
	}
	
	#newsletter input[type=text] {
		padding: 0px 104px 0px 12px;
	}

	#xarxes_footer span
	{
		display:block !important;
		margin-bottom: 10px !important;
	}
	
	
	.fotos_fitxa {
		width: 85%;
		margin-bottom: 25px;
	}
		
	
	.contenidor_miniatures{
    	width: 15%;
	}
	
	.info_article {
		width: 100%;
	}
	
	.titol_article {
		font-size: 24px !important;
		text-align: left !important;
		
	}
	
	#dades_contacte
	{
		flex-wrap: wrap;
	}
	
		#dades_contacte .foto_dades
		{
			text-align: center;
			margin: 0;
		}
			#dades_contacte .foto_dades img
			{
				max-width: 30%;
			}
			
		#dades_contacte .foto_dades, #dades_contacte .dades {
    		width: 100%;	
		}
		
	.bloc_categoria {
		width: 47.5%;
		margin:  2% 1% !important;
	}
	
	.bloc_categoria span {
		font-size: 14px;
	}
	
	.columna_recerca
	{
		width: 100%;
		
	}
	
	.bloc_article {
		width: 100%;
    	margin: 2% 0 !important;
	}
}	

@media all and (max-width:480px)
{
	.bloc_categoria {
		width: 100%;
		margin: 0 0 15px 0 !important;
	}
}	

	
				
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}/*.owl-carousel .owl-item img{display:block;width:100%}*/.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.cxc{display:block;width:100%; margin-top: 10px;padding-right: 50px}
/* === Estils per sobreescriure el que venen per defecte (OWL-carousel)*/


.carousel_home .owl-dots.disabled, .carousel_home .owl-nav.disabled
{
	display: inherit;
	opacity: 0.1;
}

.carousel_home .owl-nav.disabled .arrow_carousel
{
	cursor: default; 
}

.carousel_home .owl-dots
{
	display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .cxc{display:block;width:100%; margin-top: 10px;padding: 0 25px}
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.1.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa¾Š¾Špÿˆ°ó‰h¾Š ¾Š ¾Š"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}
 

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

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


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

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

@font-face {
    font-family: 'dosis_regular';
    src: url('../fonts/Dosis-Regular.eot');
    src: url('../fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Dosis-Regular.woff2') format('woff2'),
        url('../fonts/Dosis-Regular.woff') format('woff'),
        url('../fonts/Dosis-Regular.ttf') format('truetype'),
        url('../fonts/Dosis-Regular.svg#Dosis-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

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

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

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