/* CSS Document */


	
	.ressaltat,.titol_generic,#carro_petit i,.paginacio_slide span.cycle-pager-active,#dades_contacte_peu span, .columna_footer span,.bloc_servei_tecnic a, h1, #header a, .label-slider,.taula_facturacio th, #caixa_auth > div, #caixa_auth input, #caixa_auth select,.see_pwd{color:#0188C4 !important}
	.boto_petit,.boto_gran, #recerca a, .div-input a,.div-input span, .descompte, #idiomes span, #idiomes ul, #newsletter a,.llistat_subarticles th, .ui-widget-header,.boto_auth{background-color: #0188C4 ; color: #FFFFFF !important;}
	
	#recerca,.div-input, #caixa_login input{border: 1px solid #0188C4;}
	.galeria_generica a img, .bloc_categoria{border: 2px solid #0188C4;}
	h1,.taula_facturacio th{border-bottom:1px solid #0188C4}
	
	#caixa_auth input, #caixa_auth select{border-bottom:2px solid #0188C4 !important;}
	
	
	*{padding: 0; margin: 0; }
	
	h1{font-size: 22px; font-weight: normal; font-family: 'archivo_narrow_bold'; padding-bottom:10px;margin-bottom:10px; }
	h2{font-size: 18px; font-weight: normal; font-family: 'archivo_narrow_bold'; }
	
	.mobile{display: none;}
	.no_mobile{display: block;}
#logo
{
	font-size: 22px;
	font-family: 'archivo_narrow_bold';
	letter-spacing: 3px;
}

#header
{
	padding: 15px;
	background-color: #e8e8e8; 
	box-sizing: border-box;
}

	#header a
	{
		text-decoration: none;
	}
	
	#barra_user span
	{
		margin-right: 10px;
		display: inline-block;
	}
body
{
	background-color: #F0F0F0;	
	font-family: 'archivo_narrow_regular';
	color: #666666;
	line-height: 22px;
	font-size: 14px;
}

	
	b,strong
	{
		font-weight: normal;
		font-family: 'archivo_narrow_bold';
	}
	
	input[type="text"], input[type="password"], select, textarea {
		box-sizing: border-box;
		margin: 0px 5px;
		padding: 6px 12px;
		text-decoration: none;
		font-size: 16px;
		font-weight: normal;
		line-height: 1.428571429;
		white-space: nowrap;
		vertical-align: middle;
		border: 1px solid transparent;
		border-radius: 4px;
		color: #666666;
		background-color: #ffffff;
		border-color: #cccccc;
		font-family: 'archivo_narrow_regular';
	}
	
	
	.link:link, .link:visited, .link:active{
	color:#6a8c21;
	text-decoration:none;
}



.item-recerca:hover{
	background-color:#efefef;
}
	
#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 #ccc transparent;
    border-width: 0 16px 14px 6px;
    left: 90%;
	top:-14px;
}

#div-results:after
{
    border-color: transparent transparent #fff transparent;
    border-width: 0 16px 14px 6px;
    left: 90%;
	top:-13px;
}

#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;
}
/* Arreglar les imatges */

img.resize{
    max-width:64px; 
	max-height:64px;
    height: auto;
	width:auto;
}

	
	.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;
	}
	
	.columna_recerca
	{
		padding:5px; 
		float:left; 
		width:32%
	}
	
	.adjunt
	{
		display: block;
		background-color: #F7F7F7;
		margin: 10px 0px;
		border: 1px solid #CCCCCC;
		color: #666666;
		padding: 10px;
		text-decoration: none;
		border-radius: 10px;
	}
	
		.adjunt i
		{
			float: right !important;
			font-size: 28px;
		}
	
	
	.seccio
	{
		border-radius: 5px;
		overflow: hidden;
		border: 1px solid #A9A9A7;
		margin-bottom: 15px;
		color: #666666;
		
	}
	
		.seccio .titol_seccio
		{
			border:none;
			margin-bottom: 0;
		}
		

	
	.boto_petit
	{
		color: #FFFFFF;
		text-decoration: none;
		display:inline-block;
		padding: 5px 10px;
		border-radius: 5px;
		margin-bottom: 10px;
		text-align: left;
		cursor: pointer;
		white-space:nowrap;
		border: 0;
		font-family: 'archivo_narrow_regular';
		font-size: 14px;
	}
		
		.boto_petit i
		{
			font-size: 16px;
			vertical-align: middle;
			margin-left: 5px; 
		}
		
	.boto_gran
	{
		color: #FFFFFF ;
		text-decoration: none;
		display:inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		cursor: pointer;
		white-space:nowrap;
	}
		
		.boto_gran i
		{
			font-size: 24px;
			vertical-align: middle;
			margin-left: 5px;
		}
		
	
	.titol_seccio a
	{
		color: #333;
	}
	.titol_seccio
	{
		background-color: #EEEEEE;
		background-image: -moz-linear-gradient(top,#C3C3C0, #A9A9A7);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C3C3C0), to(#A9A9A7));
		background-image: -webkit-linear-gradient(top, #C3C3C0, #A9A9A7);
		background-image: -o-linear-gradient(top, #C3C3C0, #A9A9A7);
		background-image: linear-gradient(to bottom, #C3C3C0, #A9A9A7);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffC3C3C0', endColorstr='#ffA9A9A7', GradientType=0);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;


		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

		background-color: #A9A9A7;
		border: 1px solid #A9A9A7;
		padding: 5px 10px;
		font-weight: normal;
		font-size: 18px;
		margin-bottom: 15px;
		color: #333 !important;
		font-family: 'archivo_narrow_regular';
			
			
	}
	
	.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
	{
		/*padding: 10px 0px;
		margin-bottom: 15px;*/
		overflow: hidden;
	}
	
		#carro_petit i
		{
			font-size: 40px; 
		}
		
		#carro_petit div
		{
			margin-right:15px; font-size: 16px; line-height: 22px;margin-top: 3px; text-align: right; color: #666666;
		}
	
	#logo_prin
	{
		width:auto; 
		max-height:100px; 
		margin-bottom:10px;
	}
	#idiomes
	{
		position: relative;
		margin-top: 5px;
		display: inline-block;
	}
		#idiomes li
		{
			display: block;
		}
	
		#idiomes span
		{
			display: inline-block;
			padding: 3px 8px;
			font-size: 14px;
			border-radius: 5px;
			margin-bottom: 5px;
			cursor: default;
		}
			#idiomes span i
			{
				margin: 0px 3px;
			}
			
			#idiomes ul
			{
				position: absolute;
				right: 0;
				left: 0;
				font-size: 14px;
				border-radius: 5px;
				padding: 3px 0px;
				z-index: 10;
			}
			
				#idiomes ul li a
				{
					display: block;
					text-align: center;
					padding: 2px 0;
					color: #FFFFFF;
					text-decoration: none;
				}
				
		#idiomes li ul
		{
			display: none;
		}
		#idiomes li:hover ul
		{
			display: block;
		}
	
	#contenidor_login
	{
		 color: #666666; background-color: #FFFFFF; padding: 7px 15px; border-radius: 0px 0px 3px 3px; margin-bottom: 13px; display: inline-block; border-top: 0; font-size: 14px; text-align: left; overflow: hidden;
	}	
	
	#label_login
	{
		margin-top: 3px; margin-right: 10px;
	}
	#caixa_login
	{
		
	}
	
		#caixa_login input
		{
			width:125px; 
			height: 28px;
			margin-right: 5px;
			padding: 3px;
		}
	
	#label_area_client
	{
		display:none;
	}	
	#area_client_small
	{
		color: #666666; 
		background-color: #FFFFFF; 
		padding: 5px 15px; 
		border-radius: 0px 0px 3px 3px; 
		display: inline-block; 
		border-top: 0; 
		font-size: 14px;
		display: table;
		margin-bottom: 10px;
	}
		
		#area_client_small > div
		{
			display: table-row;
		}
		
			#area_client_small > div > div
			{
				display: table-cell;
				vertical-align: middle;
			}
			
			#opcions_area
			{
				text-align:left; padding-right:10px; border-right: 1px solid #6a8c21;
			}
			
			#carro_area
			{
				padding: 0px 10px;
			}
			
			#sortir_area
			{
				padding-left:10px; border-left: 1px solid #6a8c21;
			}
			
	#contenidor_centrat
	{
		width: 640px;
	}
	
	
	
	
		#recerca
		{
			background-color: #FFFFFF;
			height: 30px;
			border-radius: 5px;
			overflow: hidden;
			position: relative;
			width: 280px;
			margin-bottom:10px;
			
			
		}
			#recerca div,#recerca_autors div
			{
				position: absolute; 
				right: 40px;
				left: 5px;
			}
				#recerca input,#recerca_autors input
				{
					vertical-align: middle;
					width: 100%;
					border: none;
					outline: 0px;
					margin: 0 5px;
					padding: 0;
					margin-top: 5px;
					
				}
			#recerca a,#recerca_autors a
			{
				display: inline-block;
				height: 30px;
				width: 30px;
				text-align: center;
				vertical-align: middle;
				float: right;
			}
			
				#recerca a i ,#recerca_autors a i
				{
					line-height: 30px;
				}

	
		.div-input
		{
			background-color: #FFFFFF;
			height: 30px;
			border-radius: 5px;
			overflow: hidden;
			position: relative;
			max-width: 194px;
		}
			.div-input div
			{
				position: absolute; 
				right: 40px;
				left: 5px;
			}
				.div-input input
				{
					vertical-align: middle;
					width: 100%;
					border: none;
					outline: 0px;
					margin: 0 5px;
					padding: 0;
					margin-top: 5px;
					
				}
			.div-input a,.div-input span
			{
				display: inline-block;
				height: 30px;
				width: 30px;
				text-align: center;
				vertical-align: middle;
				float: right;
			}
			
				.div-input a i, .div-input span i
				{
					line-height: 30px;
				}
	
	#contenidor_centrat, .contenidor_centrat
	{
		width: 1000px;
		margin: auto;
	}
	
	#content
	{
		overflow: hidden;
		padding: 15px;
		background-color: #FFFFFF;
		min-height: 600px;
	}
	
	
		.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;
			}
			
	#ruta a
	{
		color: #999999;
		margin-bottom:15px;
	}
		
	
	#categoriestopmenu,#categoriestopmenu li{
		background-color: #A9A9A7;
		background-image: -moz-linear-gradient(top,#C3C3C0, #A9A9A7);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C3C3C0), to(#A9A9A7));
		background-image: -webkit-linear-gradient(top, #C3C3C0, #A9A9A7);
		background-image: -o-linear-gradient(top, #C3C3C0, #A9A9A7);
		background-image: linear-gradient(to bottom, #C3C3C0, #A9A9A7);
		background-repeat: repeat-x;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffC3C3C0', endColorstr='#ffA9A9A7', GradientType=0);
		filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	}
	#categoriestopmenu {
		
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		-webkit-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
		border: 1px solid #868686;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
		clear: both;
		margin: 0 auto;
		z-index: 1000;
		-webkit-text-size-adjust: 100%;

	}
	#categoriestopmenu li {
		
		border-right: 1px solid #666;
		/*border-left: 1px solid #9BC938;*/
		float: left;
		position: relative;
		list-style-type: none;
		padding: 0
	}
	#categoriestopmenu li.last {
		border-right: 0
	}
	#categoriestopmenu a {
		display: block;

		font-size: 16px;
		line-height: 16px;
		color: #333 ;
		font-weight: 300;
		text-decoration: none;
		
		padding: 10px 15px;
	}
	#categoriestopmenu li:hover > a, #categoriestopmenu a.selected {
		background-color: #494949;
		background-image: -moz-linear-gradient(top, #CCCCCC, #EEEEEE);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCCCCC), to(#EEEEEE));
		background-image: -webkit-linear-gradient(top, #CCCCCC, #EEEEEE);
		background-image: -o-linear-gradient(top, #CCCCCC, #EEEEEE);
		background-image: linear-gradient(to bottom, #CCCCCC, #EEEEEE);
		background-repeat: repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffCCCCCC', endColorstr='#ffEEEEEE', GradientType=0);
		color: #666666;
	}
	#categoriestopmenu span.node_arrow {
		position: absolute;
		top: 35%;
		right: 8px;
		width: 12px;
		height: 12px;
		overflow: hidden;
		text-align: center
	}

	#categoriestopmenu ul ul {
		display: none;
		position: absolute;
		width: 180px;
		z-index: 1200
	}
	#categoriestopmenu ul ul li {
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
		background: #3a3a3a;
		border-bottom: 1px solid rgba(0,0,0,0.2) !important;
		border: 0;
		width: 100%;
		margin-right: 0 !important
	}
	#categoriestopmenu ul ul li.last {
		border: 0 !important
	}
	#categoriestopmenu ul ul li a {
		color: #ffffff;
		text-shadow: none;
	}
	#categoriestopmenu ul ul li:hover > a, #categoriestopmenu ul ul a.selected {
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
		background: #6a6a6a
	}
	#categoriestopmenu ul ul li span.node_arrow {
		right: 5px
	}
	#categoriestopmenu ul ul li span.node_arrow:before {
		content: "\f0da"
	}
	#categoriestopmenu li:hover > ul {
		display: block;
		top: 36px;
		left: 0
	}
	#categoriestopmenu li li:hover > ul {
		top: 0 !important
	}
	#categoriestopmenu_home {
		float: left;
		border-right: 1px solid #666;
	}
	#categoriestopmenu_home a {
		height: 20px;
		width: 20px;
		padding:8px 15px;
		font-size: 20px;
	}

	#categoriestopmenu_specials {

		float: right
	}
	#categoriestopmenu_specials a:hover, #categoriestopmenu_specials a.selected {
		background-color: #353535;
		background-image: -moz-linear-gradient(top, #2b2b2b, #444444);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2b2b2b), to(#444444));
		background-image: -webkit-linear-gradient(top, #2b2b2b, #444444);
		background-image: -o-linear-gradient(top, #2b2b2b, #444444);
		background-image: linear-gradient(to bottom, #2b2b2b, #444444);
		background-repeat: repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a2a2a', endColorstr='#ff444444', GradientType=0)
	}
	#categoriestopmenu_news {
		float: right
	}

	#categoriestopmenu_showmenu {
		display: none
	}
	
	
	
	.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 #CCCCCC;
			}
		
		
		.menu_lat i
		{
			margin-right: 5px;
		}
		.menu_lat a
		{
			display: block;
			padding: 5px 0px; 
			border-top: 1px solid #CCCCCC;
			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;
	}
						
	

	
	.slider
	{
		margin-bottom: 15px;
		border: 1px solid #aaaaaa;
	}
	
	.slider img
	{
		width: 100%;
	}
		
	
	.paginacio_slide
	{
		position: absolute;
		margin-top: -40px;
		font-size: 45px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 40px;
		z-index: 97;
		width: 96%;
		padding: 0px 2%;
		text-align: center;
		cursor: pointer;
		text-shadow: -1px -1px 1px #000000;
		
	}
	
		.paginacio_slide span
		{
			color: #FFFFFF;
		}

	
	.titol_generic
	{
		font-weight: normal;
		font-family: 'archivo_narrow_bold';
	}
	
	.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;
	}
	
	#marques_home img
	{
		width: 108px; margin: 0px 5px;
	}
	
	
	#marques .marca
	{


		display: inline-block;
		vertical-align: top;
		width: 167px;
		margin-left: 15px;
		margin-bottom: 15px;
		
	}
	
	#marques .marca.first
	{
		margin-left: 0;
	}
	
		#marques .marca img
		{
			width: 100%;
			margin-bottom: 10px;
		}
		
		#marques .marca div
		{
			min-height: 62px;
		}
		
	#noticies
	{
		width: 64%; 
	}
	.noticia
	{
		width: 46%;
		margin: 2%;
		float: left;
	}
		.noticia h2
		{
			margin-bottom: 10px;
			height: 42px;
			overflow: hidden;
		}
		
			.noticia h2 a
			{
				text-decoration: none;
			}
		.noticia .descripcio
		{
			height: 110px;
			overflow: hidden;
			margin-bottom: 20px;
		}
		
		.noticia .boto_petit
		{
			margin-bottom: 0;
		}
		
	#catalegs_servei
	{
		width: 33%;
	}
	
	
		
		
	/*===Bloc article: vista per blocs===*/
	.bloc_article
	{
		width: 148px;
		display: inline-block;
		padding: 10px;
		vertical-align: top;
		border: 1px solid #CCCCCC;
		border-radius: 3px;
		margin-bottom: 15px;
		margin-left: 12px;
		font-size: 15px;
		text-align: center;
		color: #666666;
	}
	
		.descompte
		{
			color: #FFFFFF;
			display: inline-block;
			width: 28px;
			height: 28px;
			border-radius: 28px;
			font-size: 14px;
			line-height: 25px;
			text-align: center;
			z-index: 99;	
			
		}
	
		.bloc_article > img
		{
			width: 148px;
			margin-bottom: 15px;
			
		}
		
			 img.foto_animada
			{
				position: absolute !important; z-index: 98 !important;
			}
		
		.bloc_article.first
		{
			margin-left: 0;
		}
		
		.bloc_article .descripcions
		{
			height: 70px;
			margin-bottom: 10px;
			overflow: hidden;
		}
		
		.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: 'archivo_narrow_bold';
			vertical-align: middle;
			white-space: nowrap;
			display: block;
		}
		
		.bloc_article .preu_anterior
		{
			font-size: 18px;
			line-height: 30px;
			text-decoration:line-through;
			vertical-align: middle;
		}
		
		.bloc_article .boto_petit
		{
			min-width: 104px;
			text-align: left;
			overflow: hidden;
		}
		
		.bloc_article .boto_petit i
		{
			float: right;
			margin-top: 3px;
		}
		
		
		
	/*===Bloc article: vista llista===*/
	@media screen 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 > img
			{
				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;
				font-family: 'archivo_narrow_bold';
				
			}
	}
		
		
	.novetat
	{
		margin: 15px 10px;
		overflow: hidden;
		padding-top: 10px;
		border-top: 1px solid #CCCCCC;
		color: #666666;
	}
		

		.novetat img
		{
			float: left;
			width: 95px;
		}
		
		.novetat > div
		{
			float: right;
			width: 95px;
		}
		
		.novetat.first
		{
			border-top: none;
			padding-top: 0;
		}
		
	.bloc_categoria_petit
	{
		position: relative;
		text-decoration: none;
		display: inline-block;
		min-width: 97px;
		min-height: 97px;		
		margin:0% 10px 10px 0%;
		text-transform: uppercase;
		vertical-align: top;
		border: 1px solid #CCCCCC;
		text-align: center;
		border-radius: 2px;
		overflow: hidden;
		background-color:#fff;
	}
	.bloc_categoria_petit.selected
	{
		border: 10px solid #ffcc00!important;
	}

	
	.bloc_categoria
	{
		position: relative;
		text-decoration: none;
		display: inline-block;
		width: 22%;
		min-height: 220px;
		margin: 1%;
		text-transform: uppercase;
		vertical-align: top;
		border: 2px solid #CCCCCC;
		text-align: center;
		border-radius: 5px;
		overflow: hidden;
	}	
	
		.bloc_categoria img,.bloc_categoria_petit img
		{
			width: 100%;
		}
	
	.bloc_categoria.first,.bloc_categoria_petit.first
	{
		margin-left: 0px;
	}

	.bloc_categoria span
	{
		/*position: absolute;
		background: url('../img/transp_destacat.png') repeat;
		bottom: 0;
		right:0;
		left: 0;
		*/
		
		text-align: center;
		padding: 10px;
		font-size: 16px;
		color: #666666;
		
		font-family: 'archivo_narrow_bold';
	}
	.bloc_categoria_petit a
	{
		text-decoration:none
	}
	.bloc_categoria_petit span
	{
		/*position: absolute;
		bottom: 0;
		right:0;
		left: 0;*/
		background: url('../img/transp_destacat.png') repeat;
		text-align: center;
		padding: 3px;
		font-size: 13px;
		color: #666666;
		
		font-family: 'archivo_narrow_bold';
	}
	
	#slide_fitxa
	{
		width: 290px;
	}
		
		.foto_gran_fitxa
		{
			border: 1px solid #CCCCCC; margin-bottom: 15px;
			width: 290px;
		}
		
			.foto_gran_fitxa > img
			{
				width: 290px;
				position: relative;
				z-index: 99;
			}
			
		.miniatures_fitxa img
		{
			width: 50px; border: 1px solid #CCCCCC; margin: 0px 5px;
		}
		
		.fletxa_miniatures
		{
			margin-top: 15px; cursor: pointer;
		}
		
		.info_article
		{
			width:400px;
		}
		
			.info_article > div.descripcio_curta
			{
				min-height: 140px;
				margin-bottom: 15px;
				border-bottom: 1px solid #CCCCCC;
			}
		
	
	
	.llistat_subarticles
	{
		background-color: #FFFFFF;
		width: 100%;
		margin-bottom: 15px;
	}
		.llistat_subarticles td,.llistat_subarticles th
		{
			padding: 5px 10px;
		}
		
		#new_user
		{
			background-color: #f0f0f0;
		}
		
		.usuaris
		{
			margin-bottom: 30px;
		}
		.usuaris th, .usuaris td
		{
			padding: 8px 15px;
			font-size: 16px;
			font-family: 'archivo_narrow_regular';
			text-align: left;
			margin: 0;
			font-weight: normal;
			
		}
		
		.usuaris td
		{
			width: 20%;
		}
		
		.usuaris tr.user_edit td
		{
			    background-color: #f7f7f7;
		}
		
			.usuaris input[type=text],.usuaris input[type=password], .usuaris select
			{
				width: 100%;
				border-radius: 2px;
				border: 1px solid #CCCCCC;
				padding: 5px;
				margin: 0;
				
			}
			
			
			.usuaris i
			{
				font-size: 18px;	
			}
			
			.see_pwd {
				font-size: 16px;
				height: 16px;
				margin: auto;
				position: absolute;
				top: 0;
				bottom: 0;
				right: 20px;
				cursor: pointer;
				outline: 0;
			}
			
			.save_user
			{
				color: #24ab24;
			}
			
			.usuaris ul
			{
				list-style: none;
				
				
			}
			
			.usuaris li ul
			{
				padding: 10px 10px;
			}
			
			
			
				.usuaris td > ul li
				{
					padding: 10px 32px;
					background-color: #fbfbfb;
					border-bottom: 1px solid #FFF;
				}
				
				.usuaris li ul li
				{
					padding: 8px 15px;
				}
		
	/* === BEGIN FORMULARIS === */
	
	.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 === */
	
	.bloc_slider{
	width:33% !important;
	float:left !important;
	min-height: 99px;
	margin-bottom:10px;
}	
	
	.bloc_servei_tecnic
	{
		width: 232px;
		height: 232px;
		box-sizing: border-box;
		padding: 15px;
		float: left;
		border: 1px solid #666;
		color: #666;
		margin-bottom: 15px;
		margin-left: 15px;
		border-radius: 5px;
		background-color: #FFFEC1;
	}
	
		.bloc_servei_tecnic.first
		{
			margin-left: 0;
		}	
		
		.bloc_servei_tecnic > div
		{
			min-height: 125px;
			margin-bottom: 10px;	
		}
		
		
	.tbl_llistat{display: table; width: 100%;}
	.tbl_llistat thead td
	{
		font-weight:bold;
	}
									
							
	#footer
	{
		background-color: #3a3a3a;
		color: #FFFFFF;
		padding: 30px 15px ;
		overflow: hidden;
	}
	

	

		.columna_footer
		{
			width: 170px;
			margin: 0px 10px;
			display: inline-block;
			vertical-align: top;
			
		}
		
			.columna_footer a
			{
				color: #FFFFFF;
				text-decoration: none;
				display: block;
				line-height: 25px;
			}
		
			#dades_contacte_peu span, .columna_footer span
			{
				
				font-family: 'archivo_narrow_bold';
				font-size: 18px;
				display: block;
				margin-bottom: 10px;
				
				
				
			}
			
		#newsletter
		{
			background-color: #FFFFFF;
			height: 30px;
			border-radius: 5px;
			overflow: hidden;
			
		}
			#newsletter input
			{
				vertical-align: middle;
				width: 110px;
				border: none;
				outline: 0px;
				padding: 0;
				margin: 0px 8px;
				
				
			}
			
			#newsletter a
			{
				display: inline-block;
				height: 30px;
				width: 40px;
				text-align: center;
				vertical-align: middle;
				text-align: center;
				line-height: 30px;
			}	
				#newsletter a i
				{
					margin-top: 5px;
					font-size: 20px;
				}
	.condicio_compra
	{
		width: 207px;
		background-color: #EEEEEE;
		background-image: -moz-linear-gradient(top,#FFFFFF,#EEEEEE);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#EEEEEE));
		background-image: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
		background-image: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
		background-image: linear-gradient(to bottom, #FFFFFF, #EEEEEE);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEEEEEE', endColorstr='#ffCCCCCC', GradientType=0);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		-webkit-border-radius: 2px 2px 0 0;
		border-radius: 2px 2px 0 0;
		border: 1px solid #B1B1B1;
		filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
		padding: 10px;
		display: inline-block;
		border: 1px solid #CCCCCC;
		text-align: center;
		margin: 0px 5px;
		font-size: 14px;
		vertical-align: top;
		border-radius: 5px;
		line-height: 24px;
		margin-bottom: 25px;
	}
		.condicio_compra b.ressaltat
		{
			font-size: 18px;
			margin-bottom: 5px;
			display: block;
		}
			
	#links_footer
	{
		background-color: #222222;
		color: #FFFFFF;
		padding: 15px;
		overflow: hidden;
		text-align: center;
		font-size: 14px;
	}
		#links_footer a
		{
			color: #FFFFFF;
			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;

	}
	
	.ui-menu{
		border: 5px solid #ffcc00 !important;
		background:#fcfcfc !important;
		cursor:pointer!important;
	}
	
	.ui-front{
		z-index:9999 !important;
	}
	
	.ui-widget{
		font-family:inherit !important;
		font-size: inherit !important;
	}
	
	.ui-state-focus{
		/*background-image:linear-gradient(to bottom, #9ECF33, #6a8c21) !important;*/
		border: 1px solid #ccc !important;
		color:#fff !important;
	}
	
				
		/*ERROR -------------------*/
		.error
		{
			color:#C00;
			font-weight:bold;
		}
		#displayedError
		{
			padding: 10px; text-align: center; border-radius: 5px;  display: none; z-index:9000!important;
		}
		#displayedError.neutre,#displayedError.positiu
		{
			background-color: #CEFFB8; border: 2px solid #52a12b; color: #52a12b;
		}
		#displayedError.error
		{
			background-color: #FFC4C4; border: 2px solid #FF0000; color: #FF0000;
		}
		
		
		/*AUTH --------------------------------*/
		
		
		#caixa_auth
		{
			position:absolute; top: 0; bottom: 0; width: 402px;  left: 50%; margin-left: -201px; 
		}
		
			#caixa_auth > div
			{
				position: absolute;
				width: 100%; 
				top: 33%; 
				margin-top: -190px; 
				
				text-align: center; 
				background-color: #ECECEC; 
				padding: 35px 65px; 
				box-sizing: border-box;
			}
			
				#caixa_auth img
				{
					width: 239px; margin:15px 0px 40px 0px;
				}
				
				#caixa_auth input, #caixa_auth select
				{
					background-color:transparent;
					border: 0;
					width: 200px;
					text-align: center;
					padding: 8px;
					margin-bottom: 15px;
					font-size: 14px;
					outline: 0px;
					border-radius: 0;
					
				}
				
				.boto_auth
				{
					width:92px; 
					height: 37px; 
					line-height: 37px; 
					display: inline-block; 
					font-size: 11px; 
					color: #FFFFFF; 
					text-align: center; 
					text-decoration: none; 
					margin-bottom: 10px;
					border: 0px solid;
					cursor:pointer;
				}
				
.white-popup-ajax {
    position: relative;
    background: #FFF;
    padding: 40px 20px 20px 20px;
	width: 842px;
    max-width: 100%;
    overflow: auto;
    margin: 20px auto;
	box-sizing: border-box;
}



				
@media screen and (min-width:1200px) {
.bloc_slider{
	width:33% !important;
	float:left !important;
}		

		#marques .marca
	{
		width: 186px;
		
	}

			
#contenidor_centrat, .contenidor_centrat
{
	width: 1100px;
}

	.content_left
	{
		width: 250px;
		
	}
	
		.novetat > div
		{
			width: 120px;
		}
	.content_right
	{
		width: 805px;
	}
	
	.bloc_article
	{
		width: 167px;
	}
	.bloc_article > img {
		width: 168px;
	}
	
	.columna_footer
	{
		width: 180px;
		margin: 0px 15px
	}
	
		#newsletter input
		{
			width: 120px;
		}
		
	#slide_fitxa
	{
		width: 350px;
	}
		
		.foto_gran_fitxa
		{
			margin-bottom: 15px;
			width: 350px;
		}
		
			.foto_gran_fitxa > img
			{
				width: 350px;
			}
			
		.miniatures_fitxa img
		{
			width: 65px; 
		}
		
		.fletxa_miniatures
		{
			margin-top: 30px; 
		}
		
		.info_article
		{
			width: 415px;
		}
		
			.info_article > div.descripcio_curta
			{
				min-height: 201px;
			}
			
	.condicio_compra
	{
		width: 232px;
	}
	
	#marques_home img
	{
		width: 120px; margin: 0px 5px;
	}
	
	.bloc_servei_tecnic
	{
		width: 250px;
		height: 250px;
		margin-bottom: 25px;
		margin-left: 25px;
	}
}

	


@media  screen and (max-width:979px) {
.bloc_slider{
	width:33% !important;
	float:left !important;
}	

.columna_recerca
{
	padding:5px; 
	float:left; 
	width:48%
}

	.columna_recerca .descripcions
	{
		width: 64% !important;
	}
	
#marques .marca
{
	width: 242px;
	
}

	#marques .marca:nth-child(odd)
	{
		margin-left: 0;
	}
	
#logo_prin
	{
		 margin-top: 15px;
	}
	
.doble_columna{
		-webkit-column-count: auto; /* Chrome, Safari, Opera */
		-moz-column-count: auto; /* Firefox */
		column-count: auto;
	}
	
#contenidor_centrat, .contenidor_centrat
{
	width: 750px;
}

	.content_left
	{
		width: 200px;
	}
	
	.content_right
	{
		width: 505px;
	}
	
	
		

#categoriestopmenu_ul {
	display: none;
	clear: both;
}
#categoriestopmenu_showmenu {
	display: block;
	float: left;
}
#categoriestopmenu_showmenu a {
	position: relative;
	text-transform: uppercase;
	padding-right: 25px
}
#categoriestopmenu_showmenu span.menu_arrow {
	position: absolute;
	top: 30%;
	right: 8px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-align: center;
}

#categoriestopmenu li {
filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background: none;
	border-bottom: 1px solid rgba(0,0,0,0.2) !important;
	border: 0;
	width: 100%
}
#categoriestopmenu li.last {
	border: 0 !important
}

#categoriestopmenu li a {
	position: relative
}
#categoriestopmenu ul ul {
	width: 100%
}
#categoriestopmenu ul ul li {

	border: 0 !important
}
#categoriestopmenu ul ul li > a {
	padding-left: 20px
}
#categoriestopmenu ul ul li span.node_arrow {
	right: 8px
}


#categoriestopmenu ul ul ul {
	display: block;
	position: static
}
#categoriestopmenu ul ul ul li > a {
	padding-left: 40px
}
#categoriestopmenu ul ul ul ul li > a {
	font-size: 14px;
	padding-left: 60px
}
#categoriestopmenu li > ul, #categoriestopmenu li:hover > ul {
	display: none;
	position: static
}
#categoriestopmenu_home {

	margin: 0 !important
}
#categoriestopmenu_specials {

	margin: 0 !important
}
#categoriestopmenu_news {

	margin: 0 !important
}

.node_parent > ul
{
	display: none;
}

	
	.novetat img
	{
		float: left;
		width: 75px;
	}
	
.bloc_categoria
{
	width: 30%;
	margin: 1% !important;
}
.bloc_article
{
	width: auto;
	display: block;
	margin-left: 0;
	overflow: hidden;
	text-align: left;
}

	.bloc_article > a > img
	{
		width: 20%;
		margin-right: 2%;
		float: left;
	}
	
	.bloc_article .descripcions
	{
		float: left;
		width: 50%;
	}
		.bloc_article .descripcions > div
		{
			display: block !important;
		}
	.bloc_article.first
	{
		margin-left: 0;
	}
	
	.bloc_article .preu
	{
		font-size: 20px;
		line-height: 30px;
		font-family: 'archivo_narrow_bold';
		
	}

.descripcions
{
	float: left; width: 43%;
	margin-right: 2%;
}

.preus
{
	float: left; width: 25%;
}

.columna_footer
{
	width: 130px;
	margin: 0px 5px
}
	#newsletter input
	{
		width: 70px;
	}
	
	.fotos_fitxa
	{
		width: 100%;
		float: none !important;
	}
		
		.foto_gran_fitxa
		{
			margin-bottom: 15px;
			width: 99%;
		}
		
			.foto_gran_fitxa > img
			{
				width: 100%;
			}
			
			.foto_gran_fitxa img.foto_animada
			{
				width: 50%;
			}
			
			
	/* === 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 === */
	
	.contenidor_miniatures
	{
		width: 300px;
		overflow: hidden;
		margin: auto;
		margin-bottom: 15px;
	}
		.miniatures_fitxa img
		{
			width: 50px; 
		}
		
		.fletxa_miniatures
		{
			margin-top: 30px; 
		}
		
		.info_article
		{
			width:auto;
			float: none !important;
		}
		
			.info_article > div.descripcio_curta
			{
				min-height: 0;
			}
			
	.condicio_compra
	{
		width: 326px;
	}
	
	.bloc_servei_tecnic,.bloc_servei_tecnic.first
	{
		width: 244px;
		height: 244px;
		margin-left: 0px;
	}
	
		.bloc_servei_tecnic:nth-child(even)
		{
			margin-left: 15px;
		}
	
	#noticies
	{
		width: 100%; 
	}
	
	#catalegs_servei
	{
		width: 100%;
	}
	
	

}

@media screen and (max-width:767px) {

.bloc_slider{
	width:50% !important;
	float:left !important;
}

.columna_recerca
{
	padding:1%; 
	float:left; 
	width:48%
}

	.columna_recerca .descripcions
	{
		width: 64% !important;
	}
	
	#marques .marca
	{
		width: 48%;
		margin-left: 2%;
		
	}

		#marques .marca:nth-child(odd)
		{
			margin-left: 0;
		}
	
	#header > div > div.fl
	{
		float: none !important;
	}
	
	#logo
	{
		width: 260px;
		max-height: none;
		margin: auto;
		float: none !important;
		display: block;
		clear:both;
	}
		#logo_prin
		{
			max-width: 100%;
		}

	#header > div > .fl
	{
		min-width: 200px;
	}
	
	#header > .fl, #header > .fr
	{
		width: auto;
		float: none !important;
		text-align: center;
	}

	#barra_user span
	{
		display: block;
		margin-right: 0px;
	}
	
	#select_vista
	{
		display: none;
	}


	#contenidor_centrat, .contenidor_centrat
	{
		width: 96%;
		
	}
	
		.content_left
		{
			/*display: none;*/
			min-height: 0;
		}
			
			#seccio_filtres .titol_seccio
			{
				cursor: pointer;
				-webkit-user-select: none;
				-moz-user-select: none;
				user-select: none;
			}
			#content_filtres
			{
				display: none;
			}
			
			#content_filtres.active
			{
				display: block;
			}
		.content_left, .content_right
		{
			width: 100%;
		}
		
		
	.bloc_categoria
	{
		width: 46.5%;
		margin: 1% !important;
	}
		
	.columna_footer
	{
		width: 30%;
		margin: 1%;
		margin-bottom: 2%;
		text-align: center;
	}
	
	#recerca{width: 100%; float: none;}
	
	#newsletter a
	{
		float: right;
	}
	
	#newsletter input
	{
		float: left;
		width: 55%;
		margin-top: 4px;
		
	}
	
	.condicio_compra
	{
		width: 43%;
		padding: 2%;
		margin: 0% 1% 4% 1%;
	}
	
	#contenidor_login
	{
		 border-radius: 5px;
		 margin: 15px 0px;
	}
	

	
	#caixa_login
	{
		width: auto;
		float: none !important;
		margin: auto;
		padding-top: 15px; 
		display: block;
	}

	
		#caixa_login input
		{
			width: 46%;
			max-width: none;
			margin: 0 2%;
			margin-bottom: 15px;
			padding: 3px 7px;
		}
		
		#caixa_login .boto_petit
		{
			float: right !important;
			margin-bottom: 0!important;
			margin-left: 5px !important;
		}
	
	

	
	#area_client_small
	{
		display: block;
		margin: auto;
		margin-bottom: 10px;
		overflow: hidden;
		border-radius: 5px;
	}
		
		#area_client_small > div
		{
			display:block;
			overflow: hidden;
		}
			#area_client_small > div > div
			{
				display: block;
			}
			
			#opcions_area
			{
				width: 45%;
				float: left;
				white-space: nowrap;
			}
			
			#carro_area
			{
				width: 45%;
				float: right;
				overflow: hidden;
				padding: 0;

			}
				#carro_petit
				{
					float:right !important;
				}
				#carro_petit > div
				{
					margin: 0;
				}
				
				#carro_petit i
				{
					float: left !important;
					margin-right: 15px;
				}
			
			#sortir_area
			{
				width: 100%;
				float: left;
				padding: 0;
				overflow: hidden;
				border-left: none;
				margin: 1% 0;
			}
			
			
	#marques_home img
	{
		width: 28%; margin: 0 2%;
	}
	
	.bloc_servei_tecnic, .bloc_servei_tecnic.first, .bloc_servei_tecnic:nth-child(even)
	{
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		margin-left: 0;
	}
	

	.white-popup-ajax
	{
		padding: 40px 10px 10px 10px;
	}
	
	.contenidor_miniatures
	{
		width: 100%;
	}

}

@media screen and (max-width:480px) {
	
.mobile{display: block;}
.no_mobile{display: none;}
	
.bloc_slider{
	width:100% !important;
}
	
.columna_recerca
{
	padding:5px; 
	float:left; 
	width:100%
}

	.columna_recerca .descripcions
	{
		width: 64% !important;
	}
	
#marques .marca
{
	width: 100%;
	margin-left: 0;
	
}

	#marques .marca:nth-child(odd)
	{
		margin-left: 0;
	}




#carro_petit
{
	width: 205px;
	margin: auto;
	margin-bottom: 5px;
}

	.div-input a
	{
		float: right;
	}
	
	.div-input input {
		vertical-align: middle;
		width: 78%;
		border: none;
		outline: 0px;
		margin: 0px 8px;
		padding: 0;
	}


#content,.content_right
{
	min-height: 0;	
}
.bloc_categoria
{
	width: 96%;
	margin: 1% !important;
}

.bloc_article
{
	width: auto;
	display: block;
	margin-left: 0;
	overflow: hidden;
	text-align: left;
}

	.bloc_article > a > img
	{
		width: 100%;
		margin: auto;
		margin-bottom: 10%;
		float: none !important;
	}
	
		.bloc_article img.foto_animada
		{
			width: 93%;
		}
	
	.bloc_article .descripcions
	{
		width: auto;
		float: none;
	}
		.bloc_article .descripcions > div
		{
			display: block !important;
		}
	.bloc_article.first
	{
		margin-left: 0;
	}
	
	.bloc_article .preus
	{
		text-align: right;
		width: auto;
		float: none;
	}
	
	
	
	/*=== FORMULARIS ===*/
	
	.label_form{width: 100%; text-align: left; margin: 0;}
	.form_generic input[type=text],.form_generic input[type=password]{width: 92% !important; margin: 2% 0 !important;}
	.form_generic textarea{width: 100% !important; margin: 2% 0 !important;}
	
	/*=== FORMULARIS ===*/
	
	.columna_footer
	{
		width: 46%;
		margin: 1%;
		
	}
	
	.condicio_compra
	{
		width: 95%;
		padding: 2%;
		margin-bottom: 4%;
	}
	
	.noticia
	{
		width: 100%;
		margin:0;
		margin-bottom: 15px;
		float: left;
	}
		
		.noticia .descripcio
		{
			height: auto;
			overflow: hidden;
		}
		
	
	#llistat_garanties{display: block; width: 100%;}
	#llistat_garanties > div{display: block; padding: 5px 0px; border-bottom: 1px solid #CECECE; overflow: hidden;}
	
		.nom_garantia
		{
			display:block;
			width: 70%;
			float: left;
		}
		
		.estat_garantia
		{
			display:block;
			width: 23%;
			float: left;
			text-align: right;
		}
		
		.botons_garantia
		{
			width: 97%;
			float: left;
			text-align: right;
		}
		
		
	 .usuaris thead
	 {
		 display: none;
	 }
	 
	 .usuaris th, .usuaris td,  .usuaris tr
	 {
		 width: 100%;
		 display: block;
		 padding: 5px;
		 box-sizing: border-box;
     }
	 
	 .taula_facturacio  tr
	 {
		 border-bottom:1px solid #ff6600;
		 margin-bottom: 15px;
		 padding-bottom: 15px;
     }
	 
	 .usuaris label.mobile
	 {
		 font-family: 'archivo_narrow_bold';
		 margin-bottom: 5px;
	 }
	 
	 
	
}

		
		
/*magnific-popup.css------------------------------------------------------------------------------------------------------------------------------------------*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed !important;
  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; }
  
  
 
/*! jQuery UI - v1.10.3 - 2013-05-07
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.slider.css, jquery.ui.tabs.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
	z-index: 9999 !important;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 0.7em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .2em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	/*background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;*/
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}

/* Timepìcker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 45%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 45% 10px 10px; } 

@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; }
	
	


 }
@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; }

		
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  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-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item > div{
	margin: auto;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


/* ==== Fonts ==== */

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

}




@font-face {
    font-family: 'archivo_narrow_bolditalic';
    src: url('../fonts/archivonarrow-bolditalic.eot');
    src: url('../fonts/archivonarrow-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/archivonarrow-bolditalic.woff') format('woff'),
         url('../fonts/archivonarrow-bolditalic.ttf') format('truetype'),
         url('../fonts/archivonarrow-bolditalic.svg#archivo_narrowbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}




@font-face {
    font-family: 'archivo_narrow_regular';
    src: url('../fonts/archivonarrow-regular.eot');
    src: url('../fonts/archivonarrow-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/archivonarrow-regular.woff') format('woff'),
         url('../fonts/archivonarrow-regular.ttf') format('truetype'),
         url('../fonts/archivonarrow-regular.svg#archivo_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*!
 *  Font Awesome 4.2.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.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-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:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-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);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-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);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.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-remove:before,.fa-close:before,.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,.fa-bar-chart: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-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\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: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-buoy: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"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
 
		
		


