/*
Theme Name: Ferya
Theme URI: http://ferya.es
Version: 1.0
Description: Tema hijo
Author: @circulorojo
Author URI: https://displaynone.es/
Template: twentynineteen
*/
 
/*@import url("../twentynineteen/style.css");*/

/* Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; 
}
body {
  line-height: 1; 
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; 
}
ol, ul {
  list-style: none; 
}
blockquote {
  quotes: none; 
}
blockquote:before, blockquote:after {
  content: '';
  content: none; 
}
del {
  text-decoration: line-through; 
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
a img {
  border: none; 
}

/* General
--------------------------------------------------------------
--------------------------------------------------------------*/
body {
	font-family: 'Montserrat', sans-serif;
}

.site-title,
.site-description {
	display: none;
}

.pt10 {
	padding-top: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt30 {
	padding-top: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.pt40 {
	padding-top: 40px;
}

.pb40 {
	padding-bottom: 40px;
}

.pt60 {
	padding-top: 60px;
}

.pb60 {
	padding-bottom: 60px;
}

.mb40 {
	margin-bottom: 40px;
}

.df-e {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.c-bk {
	color: #333;
}

.c-w {
	color: #fff;
}

/* Content
--------------------------------------------------------------
--------------------------------------------------------------*/
.menu-lateral {
    display: inline-block!important;
    float: right!important;
}

.menu-lateral .menu-item {    
	font-size: 16px!important;
    text-align: right;
}

.menu-lateral .menu-item a {    
	text-decoration: none;
}

.menu-lateral .menu-item a:hover,
.menu-lateral .menu-item a:focus {    
	color: #000;
}

.entry .entry-header {
    display: none;
}

/* Header
--------------------------------------------------------------
--------------------------------------------------------------*/
/*.page-template-default .site-logo .custom-logo-link .custom-logo {
    width: 200px!important;
}*/

.wpml-ls-legacy-list-horizontal {
    padding: 7px 0;
}

.wpml-ls-sidebars-menu-idiomas li a {
    color: #fff;
    text-transform: lowercase;
    font-size: 20px;
    padding-left: 0;
}

.wpml-ls-sidebars-menu-idiomas li {
    padding-left: 0px!important;
    padding-right: 5px!important;
}

.site-logo .custom-logo-link {
    border-radius: 0%;
}

.site-logo .custom-logo-link:hover, 
.site-logo .custom-logo-link:active, 
.site-logo .custom-logo-link:focus {
    box-shadow: 0 0 0 0 transparent;
}

.social-links-menu .menu-item span {
	display: none;
}

.social-links-menu .menu-item svg {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 5px;
}

.social-links-menu .menu-item:hover svg,
.social-links-menu .menu-item:focus svg {
    padding: 10px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.social-links-menu .menu-item svg path {
    fill: #009bd9;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.social-links-menu .menu-item:hover svg path,
.social-links-menu .menu-item:focus svg path {
    fill: #007cd2;
}

.main-menu-more {
    margin-top: 40px;
}

.main-menu .sub-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.main-menu .sub-menu li {
    font-size: 20px;
    font-weight: 500;
    padding-right: 20px;
}

.main-menu .sub-menu li:last-child {
    padding-right: 0px;
    padding-left: 30px;
}

.main-menu .sub-menu li:last-child img {
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.main-menu .sub-menu li:last-child:hover img,
.main-menu .sub-menu li:last-child:focus img {
    transform: scale(.8);
}

.main-menu .epops span {
	display: none;
}

.edit-link,
.submenu-expand,
button.menu-item-link-return {
	display: none;
}

header {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  background-color: #fff;
}

header.min .main-menu-more {
  margin-top: 10px;
}

header.min .idioma-container,
header.min .social-container,
header.min .logo-container {
  padding-top: 10px;
  padding-bottom: 5px;
}

header.min .menu-container  {
  padding-top: 15px;
  padding-bottom: 30px;
}

header.min .main-menu .sub-menu {
  height: 50px;
}

header.min .site-logo img {
  width: 120px;
  height: 80px;
}

@media only screen
and (max-width: 991) {
  header.min .menu-container {
    display: none!important;
  }
}

header,
header * {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Footer
--------------------------------------------------------------
--------------------------------------------------------------*/
footer {
	background-color: #495052;
}

#colophon .widget-column .widget {
    background-color: transparent!important;
}

h1:not(.site-title):before, 
h2:before {
	content: "";
	margin: 0;
	background: transparent;
	height: 0;
}

#colophon .widget-column .widget {
    margin-right: calc(1 * 1rem);
    width: calc(28% - (3 * 1rem));
    hyphens: unset;
}

#colophon .widget-column .widget h2 {
    padding-left: 0!important;
	color: #fff;
}

#colophon .widget-column .widget p {
    color: #a4a4a4;
    line-height: 22px;
}

footer .widgettitle {
	padding-bottom: 30px;
	color: #fff;
}

footer p {
    color: #a4a4a4;
    line-height: 1.5em;
    font-size: 14px;
}

footer input[type="text"], 
footer input[type="email"], 
footer input[type="url"], 
footer input[type="password"], 
footer input[type="search"], 
footer input[type="number"], 
footer input[type="tel"], 
footer input[type="range"], 
footer input[type="date"], 
footer input[type="month"], 
footer input[type="week"], 
footer input[type="time"], 
footer input[type="datetime"], 
footer input[type="datetime-local"], 
footer input[type="color"], 
footer textarea {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    outline: none;
    padding: 0.60rem 0.66rem;
    margin-bottom: 16px;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 0;
    width: 100%;
}

footer .button, button, 
footer input[type="button"], 
footer input[type="reset"], 
footer input[type="submit"] {
    transition: background 150ms ease-in-out;
    background-color: #009bd9;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 0.88889em;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 0.76rem 1rem;
    text-decoration: none;
    vertical-align: bottom;
}

footer a:hover,
footer a:focus {
	color: #fff;
}

#nav_menu-3 {
	margin-top: 30px;
}

#nav_menu-3 li {
	padding-bottom: 10px;
}

/* Home
--------------------------------------------------------------
--------------------------------------------------------------*/
iframe#twitter-widget-0 {
	max-height: 520px!important;
}

#content.site-content{
    margin-top: 300px;
}

@media only screen
and (max-width: 991px) {
  #content.site-content {
    margin-top: 116px;
  }
}

@media only screen
and (max-width: 576px) {
  #content.site-content {
      margin-top: 180px;
  }
}

/* Banderas
--------------------------------------------------------------
--------------------------------------------------------------*/
.bandera {
	color: #fff;
}

.bandera .titular {
    font-size: 21px;
    line-height: 1.3em;
}

.bandera .t-bk,
.bandera li {
    color: #000;
}

.bandera .claro p {
    line-height: 1.3em;
    padding-bottom: 10px;
    color: #333;
}

.bandera li {
    line-height: 1.3em;
    padding-bottom: 10px;
    position: relative;
    padding-left: 40px;
}

.bandera ul {
    list-style: none;
    padding-left: 0;
}

.bandera h2 {
    font-size: 36px;
    font-weight: 500;
}

.bandera h3 {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}

.bandera img {
	width: 100%;
}

p.separador {
    width: 100%;
    text-align: center;
}

p.separador img {
	width: 200px;
    height: 30px;
}

.bandera iframe {
    height: 290px;
    width: 100%;
}

.bandera .boton:hover,
.bandera .boton:focus {
	padding-left: 40px;
	text-decoration: none;
}

/* Azul
.............................................................. */
.bandera.azul {
	background-color: #009bd9;
}

.bandera.azul .claro {
	background-color: #b3e1f3;
}

.bandera.azul .claro h3 {
	color: #009bd9;
} 

.bandera.azul li:before {
    content: '▶';
    color: #975092;
    font-size: 8px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 20px;
    top: 10px;
    transform: translateY(-50%);
}

.bandera.azul .boton {
	display: block;
    color: #fff;
    background-color: #007cd2;
    margin-top: 20px;
    margin-right: -15px;
    padding: 20px;
    font-size: 28px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: absolute;
   bottom: 0;
   width: 100%;
}

/* Verde
.............................................................. */
.bandera.verde {
	background-color: #afc410;
}

.bandera.verde .claro {
	background-color: #e7edb7;
}

.bandera.verde .claro h3 {
	color: #afc410;
} 

.bandera.verde li:before {
    content: '▶';
    color: #afc410;
    font-size: 8px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 20px;
    top: 10px;
    transform: translateY(-50%);
}

.bandera.verde .boton {
	display: block;
    color: #fff;
    background-color: #7faf2a;
    margin-top: 20px;
    margin-right: -15px;
    padding: 20px;
    font-size: 28px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: absolute;
   bottom: 0;
   width: 100%;
}

/* Naranja
.............................................................. */
.bandera.naranja {
	background-color: #f7a600;
}

.bandera.naranja .claro {
	background-color: #fce4b3;
}

.bandera.naranja .claro h3 {
	color: #f7a600;
} 

.bandera.naranja li:before {
    content: '▶';
    color: #f7a600;
    font-size: 8px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 20px;
    top: 10px;
    transform: translateY(-50%);
}

.bandera.naranja .boton {
	display: block;
    color: #fff;
    background-color: #ef7914;
    margin-top: 20px;
    margin-right: -15px;
    padding: 20px;
    font-size: 28px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   position: absolute;
   bottom: 0;
   width: 100%;
}

/* Azul Oscuro
.............................................................. */
.bandera.azul-d {
	background-color: #007cd2;
}

.bandera.azul-d .claro {
	background-color: #009bd9;
}

.bandera.azul-d .claro h3 {
	color: #007cd2;
} 

.bandera.azul-d ul {
    padding-right: 30px;
}

.bandera.azul-d li {
	padding-left: 30px;
}

.espacio h2 {
    font-size: 36px;
    font-weight: 500;
}

.espacio h3 {
    font-size: 22px;
    font-weight: 500;
}

.materiales>div>div>div>.col-md-4 {
	display: flex;
	align-items: center;
	border-right: 8px solid #009bd9;
}

.materiales img {
    width: 90px;
}

.materiales h4 {
    color: #333;
    font-size: 500;
}

.material a:hover,
.material a:focus {
    text-decoration: none;
}

.material a img,
.material a img{
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.material a:hover img,
.material a:focus img{
	transform: scale(1.2);
} 

/* Contacto
--------------------------------------------------------------
--------------------------------------------------------------*/
div.wpcf7 {
   margin: 0;
   padding: 1.5em;
  /*background:url('your_background_image_url_here');*/
	-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
}

footer div.wpcf7 {
	padding: 0;
}

.wpcf7 label, 
.wpcf7-submit {
	color: #333;
    width: 100%;
    font-size: 16px;
}

footer .wpcf7 label, 
footer .wpcf7-submit {
	color: #fff;
    width: 100%;
    font-size: 14px;
}

footer .wpcf7-list-item-label {
	font-size: 12px;
	line-height: 1em;
}

.wpcf7 .wpcf7-form-control {
	margin: 10px 0 20px 0;
    width: 100%;
    border-top: 0px solid transparent;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 2px solid #9c9c9c;
}

.wpcf7-form-control.wpcf7-acceptance {
	border: 0px solid transparent;
}

footer .wpcf7 .wpcf7-form-control {
	margin: 4px 0 10px 0;
}

.wpcf7 .wpcf7-submit {
	background-color: #007cd2;
	border: 0px solid transparent;
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
}

.wpcf7 .wpcf7-submit:hover {
	 background: #186d8e;
}

.wpcf7-form-control:focus {
	  border: 2px solid #289dcc;
}

div.wpcf7-response-output {
	  background: #F8F8F8;
	  text-align: center;
	  width: 92.5%;
	  margin: 1em 0em 1em 0em;
	  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

span.wpcf7-not-valid-tip {
    background: #F8F8F8;
	  display: inline-block;
	  width: auto;
	  padding: 1%;
	  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.wpcf7 .ajax-loader {
    /*background-image:url('your_loading_image_url_here');*/
    width: 50px;
    height: 50px;
}

.info p,
.info a,
.info span {
	font-size: 18px!important;
	display: block;
	padding-bottom: 10px;
}

.info p {	
	color: #a4a4a4;
}

/* Página
--------------------------------------------------------------
--------------------------------------------------------------*/
.pagina .contenedor {
    background-color: #fff;
    color: #333;
    padding: 80px 100px;
}

.pagina p,
.pagina li {
   font-size: 20px;
   line-height: 1.4em;
}

a {
    color: #007cd2;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

a:hover,
a:focus {
	text-decoration: none;
    color: #495052;
}

.pagina li {
    line-height: 1.3em;
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
}

.pagina li:before {
	content: '▶';
    color: #333;
    font-size: 12px;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0px;
    top: 13px;
    transform: translateY(-50%);
}

.pagina ul {
    padding: 24px 0;
}

.pagina .wp-block-image {
    text-align: center;
    padding: 50px 0;
}

div.pdfemb-viewer {
    margin: 20px auto 10px!important;
}

.page-id-438 iframe {    
	width: 100%;
    height: 210px;
    padding-top: 20px;
	padding-bottom: 10px;
}

/* Azul
.............................................................. */
.pagina.azul {
	background-color: #007cd2;
}

.pagina.azul h3 {
    font-size: 60px;
    font-weight: 400;
    color: #007cd2;
}

.pagina.azul h4 {
    padding-bottom: 20px;
    color: #007cd2;
    font-size: 32px;
}

.pagina.azul hr.wp-block-separator {
    width: 80px;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 3px;
    background-color: #007cd2!important;
    color: #007cd2!important;
}

/* Verde
.............................................................. */
.pagina.verde {
	background-color: #7faf2a;
}

.pagina.verde h3 {
    font-size: 60px;
    font-weight: 400;
    color: #7faf2a;
}

.pagina.verde h4 {
    padding-bottom: 20px;
    color: #7faf2a;
    font-size: 32px;
}

.pagina.verde hr.wp-block-separator {
    width: 80px;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 3px;
    background-color: #7faf2a!important;
    color: #7faf2a!important;
}

/* Naranja
.............................................................. */
.pagina.naranja {
	background-color: #ef7914;
}

.pagina.naranja h3 {
    font-size: 60px;
    font-weight: 400;
    color: #ef7914;
}

.pagina.naranja h4 {
    padding-bottom: 20px;
    color: #ef7914;
    font-size: 32px;
}

.pagina.naranja hr.wp-block-separator {
    width: 80px;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 3px;
    background-color: #ef7914!important;
    color: #ef7914!important;
}

/* Blank
.............................................................. */
.pagina.blank {
	background-color: #fff;
}

.pagina.blank h3 {
    font-size: 60px;
    font-weight: 400;
    color: #007cd2;
}

.pagina.blank h4 {
    padding-bottom: 20px;
    color: #007cd2;
    font-size: 32px;
}

.pagina.blank hr.wp-block-separator {
    width: 80px;
    margin-top: 40px;
    margin-bottom: 60px;
    height: 3px;
    background-color: #007cd2!important;
    color: #007cd2!important;
}

/* Cookies
--------------------------------------------------------------
--------------------------------------------------------------*/
div#cookie-law-info-bar {    
	position: fixed;
    display: block;
    position: fixed;
    border-top: transparent;
    top: auto;
    bottom: 20px !important;
    left: 20px;
    right: auto;
    max-width: 680px;
    max-height: 350px;
    z-index: 9999;
    background: #fff !important;
    color: #000 !important;
    font-size: 11px;
    display: inline-block;
    padding: 20px;
    height: 230px;
}

@media only screen
and (max-width: 768px) {
	div#cookie-law-info-bar { 
		width: 90%;
		min-height: 340px;
	}
}

@media only screen
and (max-width: 480px) {
	div#cookie-law-info-bar { 
		min-height: 380px;
	}
}


#cookie-law-info-bar {
    font-size: 12pt;
    margin: 0 auto;
    padding: 13px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    box-shadow: rgba(0,0,0,.5) 0px 5px 50px;
    display: none;
    left: 0;
    font-weight: 300;
}

#cookie-law-info-bar span {
    line-height: 21px;
    padding: 0 0 10px;
    vertical-align: middle;
}

#cookie-law-info-bar a {
    display: block!important;
    border: 1px solid #007cd2;
    background-color: #007cd2;
    margin: 5px 0!important;
    padding: 7px 0;
    cursor: pointer;
    z-index: 9999;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    font-weight: 400;
    line-height: 1;
}

#cookie-law-info-bar a:hover,
#cookie-law-info-bar a:focus {
    display: block!important;
    border: 1px solid #0464a7;
    background-color: #0464a7;
}

.cli-plugin-button:hover {
    background-color: #111;
    color: #fff;
    text-decoration: none;
}

/* Media
--------------------------------------------------------------
..............................................................
--------------------------------------------------------------*/

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

		/* Header
		--------------------------------------------------------------
		--------------------------------------------------------------*/
		.logo-container {
			padding: 20px 0 0 20px;
		}

		.menu-container {
			padding: 0;
		}

		.boton-menu-contenedor {
			position: absolute;
		    top: 40px;
		    right: 20px;
		    left: auto;
		    z-index: 9999;
		}

		button.navbar-toggle {
			    padding: 0.6rem .5rem;
		}

		button.navbar-toggle span.icon-bar {
		    background-color: #fff;
		    height: 2px;
		    width: 20px;
		    margin-bottom: 4px;
		    display: block;
		}

		button.navbar-toggle span.icon-bar:last-child {
		    margin-bottom: 0px;
		} 

		.epops span {
			display: none;
		}

		.social-container {
			padding: 10px 0;
		}

		.idioma-container {
			padding-top: 0;
      padding-bottom: 0;
		}

		.site-logo .custom-logo-link img {
		    width: 110px;
		    height: 70px;
		}

		.main-menu .sub-menu {
    		display: inline-block;
    	}

    	.main-menu-more {
    		display: none;
    	}

		/* Home
		--------------------------------------------------------------
		--------------------------------------------------------------*/
		.bandera .boton {
			position: relative!important;
		}

		.bandera .titular {
		    font-size: 16px;
		    line-height: 1.3em;
		}

		.bandera li {
			font-size: 14px;
		}

		.material {
		    padding: 10px 0;
		}

		/* Páginas
		--------------------------------------------------------------
		--------------------------------------------------------------*/
		.pagina .contenedor {
		    background-color: #fff;
		    color: #333;
		    padding: 40px 15px;
		}

		.pagina h3 {
		    font-size: 30px!important;
		}

		.pagina h4 {
		    font-size: 24px!important;
		}

		.pagina p, .pagina li {
		    font-size: 16px;
		    line-height: 1.5em;
		}
	}

	/* Content
	--------------------------------------------------------------
	--------------------------------------------------------------*/
	/*@media only screen and (min-width: 768px) {
		.page.singular .entry .entry-content > *, 
		.page.singular .entry .entry-summary > * {
		    display: inline-block;
		    float: left;
		}
	}*/

	/* Header
	--------------------------------------------------------------
	--------------------------------------------------------------*/
	@media only screen and (max-width: 1168px) {
		.menu-lateral {
		    display: none!important;
		}
	}

	@media only screen and (min-width: 768px) {
		.site-logo .custom-logo-link {
		    width: 200px;
		    height: 166px;
	    	border-radius: 0%;
		}

		.site-logo {
		    right: calc(100%);
		}
	}

	/* Footer
	--------------------------------------------------------------
	--------------------------------------------------------------*/
	@media only screen and (max-width: 1200px) {
		#colophon .widget-column .widget {
 			width: calc(55% - (3 * 1rem));
		}
	}

	@media only screen and (max-width: 768px) {
		#colophon .widget-column .widget {
 			width: calc(100% - (3 * 1rem));
		}
	}
   
	@media only screen and (min-width: 768px) {
		#colophon .widget-area, 
		#colophon .site-info {
		    margin: calc(2 * 1rem) calc(10% + 60px);
		}
	}