/*GENERAL*/

@font-face {
    font-family: 'oxygenbold';
    src: url('../woff2/oxygen-bold-webfont.woff2') format('woff2'),
         url('../woff/oxygen-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oxygenlight';
    src: url('../woff2/oxygen-light-webfont.woff2') format('woff2'),
         url('../woff/oxygen-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oxygenregular';
    src: url('../woff2/oxygen-regular-webfont.woff2') format('woff2'),
         url('../woff/oxygen-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
*{
	-webkit-user-select: none;      
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
}
*/

*:focus,
*:active,
*:hover{
	outline: none;	
}


html{
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html, body{
	width: 100%;
	height: 100%;
}

body{
	font-family: 'oxygenlight';
	margin: 0;
	background-color: #f4f4f3;
	font-size: 16px;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4{
	font-weight: 100;
	margin: 0;
	padding: 0;
}

ul.list-unstyled,
ul.list-inline{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list-unstyled li{
	padding: 0;
	margin: 0;
}

ul.list-inline li{
	float: left;
}

.img-responsive{
	width: 100%;
}
 
.col-3{
	float: left;
	width: 33.3333333%;
}

.col-2{
	float: left;
	width: 50%;
}

.pull-left{
	display: block;
	float: left;
}

.pull-right{
	display: block;
	float: right;
}

hr{
	border-top: solid 1px #999999;
	border-bottom: none;
	opacity: .5;
}

.strong{
	font-family: 'oxygenbold';
}

/*TOOLTIPS*/
tooltip tip{
	background-color: #00c2b7;
	max-width: 260px;
	width: 260px;
}

tooltip._top tip tip-arrow{
	border-top: 6px solid #00c2b7;
}

tooltip._right tip tip-arrow{
	border-right: 6px solid #00c2b7;
}

tooltip tip-tip{
	display: block;
	width: 100%;
}

/*BGS*/
.bg-blue{
	background-color: #008de5;
}
.bg-mid-blue{
	background-color: #037cc8;
}
.bg-dark-blue{
	background-color: #005bab;
}
.bg-grey{
	background-color: #b8b8b8;
}
.bg-dark-grey{
	background-color: #565656;
}
.bg-white{
	background-color: #FFF;
}
/*TEXT*/
.text-white{
	color:#FFF;
}
.text-blue{
	color: #008de5;
}
.text-bold{
	font-family: 'oxygenbold';
}
.text-center{
	text-align: center;
}
.text-grey{
	color: #7d7d7d;
}
/*BTNS*/
.btn{
	display: block;
	text-align: center;
	clear: both;
	text-decoration: none;
	padding: 15px 0;
	font-size: .9em;
	font-family: 'oxygenregular';
}

button.btn-main{
	border: none;
}

.btn-main{
	border-radius: 5px;
	background-color: #005bab;
	color: #FFF;
	width: 100%;
}

.btn-corporative{
	position: relative;
	padding-right: 40px;
	background-color: #008de5;
	color: #FFF;
	margin-bottom: 10px;
}

.btn-corporative:before{
	content: '';
	width: 40px;
	height: 100%;
	background-color: #005bab;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url('../svg/arrow-next.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20%;
}

.btn-unfill-green{
	color: #00c2b7;
	border: solid 1px #00c2b7;
}

.btn-unfill-red{
	color: #ff5a00;
	border: solid 1px #ff5a00;
}

/*FORMS*/
.form-group{
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 5px;
}

.form-group:after{
	clear: both;
	content: '';
	display: block;
}

.form-group label{
	float: left;
	display: inline-block;
	font-family: 'oxygenbold';
	color: #4e4e4e;
	max-width: 60%;
}

.form-group > label{
	max-width: 60%;
}

.form-group label.block{
	float: none;
	display: block;
	max-width: none;
}

.form-group label.inline-block{
	float: none;
	display: inline-block;
	max-width: none;
}

.form-group label .refvalue{
	font-family: 'oxygenlight';
	color: #9e9e9e;
	font-size: .8em;
}

.form-group input[type="number"]{
	float: right;
	font-family: 'oxygenlight';
	font-weight: 60;
	display: inline-block;
	text-align: center;
	width: 50%;
	max-width: 100px;
	border: solid 1px #d3d3d3;
	font-size: 1.5em;
	padding: 3px 0;
}

.form-group select{
	float: right;
	display: inline-block;
	font-family: 'oxygenlight';
	font-weight: 60;
	font-size: 1.1em;
	background-image: url('../svg/double_arrow.svg');
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 6px 0;
	background-size: 10%;
	border: none;
	background-color: #FFF;
	text-align: center;
}

.form-group .inline-radios{
	overflow: hidden;
}

.form-group .inline-radios label{
	font-family: 'oxygenlight';
}

.form-group .inline-radios .val-radio.selected{
	color: #242424;
}

.form-group .inline-radios .val-radio{
	color: #b3b3b3;
}

.btn-info-tooltip{
	color: #FFF;
	background-color: red;
	text-decoration: none;
	display: inline-block;
	padding: 5px;
	height: 15px;
	width: 15px;
	text-align: center;
	line-height: 16px;
	border-radius: 50%;
	background-color: #008de5;
}
/*TOAST APP*/

.app-toast{
	
}

.app-toast .alert{
	border-radius: 5px;
	padding: 15px;
	color: #FFF;
	margin-bottom: 10px;
}

.app-toast .alert.alert-success{
	background-color: #08ada4;
}

.app-toast .alert.alert-warning{
	background-color: #c70000;
}

/*HEADER*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.header .cont-logo{
	max-width: 80px;
	padding-top: 3px;
	margin: 0 auto;
}

.header .cont-logo .logo-img{
	width: 80px;
	height: 33px;
}

.header .cont-burger-btn{
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 150;
}

.header .cont-burger-btn .btn-burger{
	width: 30px;
	height: 30px;
}

/*SIDEBAR*/
.side-bar{
	position: fixed;
	height: 100%;
	z-index: 180;
	width: 80%;
	padding: 0 10px;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	will-change: transform;
}

.side-bar.opened{
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}

.side-bar .btn-main{
	margin-top: 10px;
}

.side-bar ul.menu-sidebar{
	margin-top: 20px;
}

.side-bar ul.menu-sidebar li{
	display: block;
	border-bottom: solid 1px rgba(255,255,255,.1);
	box-shadow: 0 1px 0 rgba(0, 91, 171, .2);
}

.side-bar ul.menu-sidebar li a{
	display: block;
	color: #FFF;
	font-size: 1.2em;
	text-decoration: none;
	padding: 10px 0 10px 5px;
}

.side-bar ul.menu-sidebar li:last-child a{
	box-shadow: none;
	border: none;
}

.side-bar ul.menu-sidebar li select{
	color: #FFF;
	font-size: 1.3em;
	display: block;
	font-family: 'oxygenlight';
	padding: 5px 0;
	margin: 0;
	border-width: 0px;
	background-color: transparent;
	width: 100%;

}

.side-bar .logo-topmatic{
	display: block;
	width: 110px;
	height: 70px;
	margin: 0 auto;
}

.side-bar .cont-logo-topcable{
	position: absolute;
	width: 100%;
	bottom: 13px;
	font-size: .5em;
}

.side-bar .cont-logo-topcable .logo-topcable{
	width: 100px;
	height: 30px;
	display: block;
	margin: 0 auto;
	margin-top: 5px
}

.side-bar .btn-close{
	position: absolute;
	right: -40px;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: #005bab;
	color: #FFF;
	text-decoration: none;
	background-image: url('../svg/close_btn.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40%;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

/*.side-bar.opened .btn-close{
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
}*/

.bg-sidebar{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.5);
	z-index: 170;
	opacity: 0;
	visibility: hidden;
}

.bg-sidebar.opened{
	opacity: 1;
	visibility: visible;
}

/*PATH*/
.path{
	overflow: hidden;
	width: 100%;
	min-width: 100px;
	max-width: 410px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	position: relative;
	box-shadow: 0 3px 3px rgba(0,0,0,.1);
	background-color: #FFF;
}

.path:before{
	content: '';
	width: 80%;
	height: 1px;
	background-color: #b6b6b6;
	left: 10%;
	top: 50%;
	position: absolute;
}

.path .point{
	position: relative;
	float: left;
	width: 25%;
	height: 50px;
	overflow: hidden;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	-o-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	background-color: #FFF;
}

.path .point .center{
	position: absolute;
	width: 10px;
	height: 10px;
	background-color: #b6b6b6;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
}

.path .point.active .center{
	background-color: #2ab8b1;
}

.path .point .outer {
  fill: transparent;
  stroke: #2ab8b1;
  stroke-width: 2;
  stroke-dasharray: 250;
  stroke-dashoffset: 250;
  transition: stroke-dashoffset 1s;
}

.path .point.current .outer {
  stroke-dashoffset: 100;
}

/*MENU NEXT PREV*/
.nav-next-precv-container{
	position: fixed;
	bottom: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 1s ease;
	-o-transition: -o-transform 1s ease;
	transition: transform 1s ease;
	will-change: transform;
}
.nav-next-precv-container ul.menu-next-prev li{
	width: 50%;
	background-color: #b8b8b8;
}

.nav-next-precv-container ul.menu-next-prev li a:before{
	background-color: #565656;
}

.nav-next-precv-container ul.menu-next-prev li.active{
	background-color: #008de5;
}

.nav-next-precv-container ul.menu-next-prev li.active a:before{
	background-color: #005bab;
}

.nav-next-precv-container ul.menu-next-prev li a{
	text-decoration: none;
	display: block;
	padding: 10px 0;
	position: relative;
	padding: 10px 0 10px 43px;
	font-size: .8em;

}

.nav-next-precv-container ul.menu-next-prev li.btn-next a{
	padding: 10px 43px 10px 0;
	border-left: solid 2px #FFF;
}

.nav-next-precv-container ul.menu-next-prev li a:before{
	content: '';
	width: 43px;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background-image: url('../svg/arrow-prev.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20%;
}

.nav-next-precv-container ul.menu-next-prev li.btn-next a:before{
	left: auto;
	right: 0;
	background-image: url('../svg/arrow-next.svg');
}

/*VIEWS*/
.main-container{
	padding-top: 40px;
	/*height: 100%;*/
}

.view-container{
	padding-bottom: 40px;
	/*height: 100%;*/
}

.view-container .title-view-cont{
	overflow: hidden;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}

.view-container .title-view-cont h1{
	font-size: 1.2em;
	padding: 10px 0;
}

.view-container .title-view-cont.second-title{
	padding: 15px 15px;
	/*box-shadow: 0 0 13px rgba(23, 96, 142, 0.6) inset;*/
	border-bottom: solid 1px rgba(23, 96, 142, .5);
}

.view-container .title-view-cont.second-title span:nth-child(1){
	margin-top: 2px;
}

.view-container .title-view-cont.second-title span:nth-child(2){
	font-family: 'oxygenbold';
	font-size: 1.2em;
}

.view-container .view-content{
	padding: 10px;
}

/*WELCOME CONTAINER*/
.welcome-container{
	position: fixed;
	height: 100%;
	overflow: scroll;
	top: 0;
	left: 0;
	z-index: 200;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	/*padding: 40px 10px 0 10px;*/
	/*display: none;*/
}

.welcome-container.hidded{
	opacity: 0;
	visibility: hidden;
}

.welcome-container .sep-corpo{
	width: 80px;
	height: 40px;
	margin: 0 auto;
	display: block;
}

.welcome-container .content-welcome{
	padding: 40px 20px 40px 20px;
}

.welcome-container .form-group{
	background-color: transparent;
	padding: 0;
	margin-bottom: 20px;
}

.welcome-container .form-group select.form-control{
	display: block;
	float: none;
	width: 100%;
	background-size: 15px;
	padding: 10px 10px;
	color: #008de5;
	border-radius: 0px;
}

/*VIEW 1*/
.view-container .view-paso-1{
	position: relative;
	height: 500px;
	/*border-bottom: solid 1px red;*/
	padding: 0;
}

.view-paso-1 .btn-cal-por{
	width: 100%;
	margin: 0 auto;
	max-width: 400px;
	position: relative;
	height: 50%;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center 30%;
	/*border-bottom: solid 1px blue;*/
	padding: 0px;
}

.view-paso-1 .btn-cal-por .calc-name{
	position: absolute;
	left: 0;
	bottom: 3%;
	width: 100%;
	font-size: 1.2em;
	font-family: 'oxygenlight';
}

.view-paso-1 .btn-cal-por.btn-intensidad{
	background-image: url('../png/intensidad.png');
	/*padding-bottom: 10px;*/
	margin-bottom: 15px;
}

.view-paso-1 .btn-cal-por.btn-potencia{
	border-top: solid 1px #ccc;
	background-image: url('../png/potencia.png');	
}

.view-paso-3{

}

.view-paso-3 .modal{
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.view-paso-3.modal-active .modal{
	opacity: 1;
	visibility: visible;
}

.view-paso-3 .modal .content-modal{
	overflow: scroll;
	padding: 10px 10px;
}

.view-paso-3 h4{
	padding: 10px 0 15px 0;
}

/*VIEW 4 (Resultado)*/
.view-paso-4{

}

.view-paso-4 h4{
	padding: 20px 0 30px 0;
}

.view-paso-4 h2{
	padding: 10px 0;
	font-size: 1.1em;
}

.view-paso-4 .more-info-block{
	font-family: 'oxygenregular';
	color: #585858;
	padding: 20px 0 30px 0;
	background-image: url('../svg/arrow-down.svg');
	background-repeat: no-repeat;
	background-position: center 80%;
	background-size: 25px;
	border-top: solid 1px #9b9b9b;
	border-bottom: solid 1px #9b9b9b;
	text-shadow: 0 1px 0 #FFF;
}

.view-paso-4 .list-more-info li{
	display: block;
	padding: 10px 0 10px 60px;
	border-bottom: solid 1px rgba(0,0,0,.3);
	background-repeat: no-repeat;
	background-size: 35px;
	background-position: 15px center;
	overflow: hidden;
}

.view-paso-4 .list-more-info li.sobre{
	background-image: url('../svg/sobre.svg');
}

.view-paso-4 .list-more-info li.pdf{
	background-image: url('../svg/pdf-file.svg');
}

.view-paso-4 .list-more-info li a{
	color: #6c6c6c;
}

.view-paso-4 .banner-cpr-cont{
	background-image: url('../jpg/bg_info_cpr.jpg');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #ececec;
	padding: 50px 10px 50px 30px;
	margin-bottom: 10px;
	color: #0c5da9;
	position: relative;
	overflow: hidden;
}

.view-paso-4 .banner-cpr-cont p{
	/*max-width: 50%;*/
	text-align: center;
}

.view-paso-4 .banner-cpr-cont .cont-logo-cpr{
	/*position: absolute;*/
	/*top: 10%;*/
	/*right: 5%;*/
	max-width: 40%;
	margin: 0 auto;

}

.view-paso-4 .banner-cpr-cont .more-info-btn{
	display: block;
	margin: 30px auto 0 auto;
	padding: 10px;
	background-color: #008de5;
	color: #FFF;
	text-decoration: none;
	max-width: 120px;
	text-align: center;
}

.view-paso-4 .btn-corporative.already-saved{
	opacity: .5;
}

.view-history ul.list-history li{
	clear: both;
	display: block;
	overflow: hidden;
	padding: 5px 5px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 5px;
	background-color: #e6e6e6;
	/*box-shadow: 0 -1px 3px rgba(0,0,0,.1);*/
}

.view-history ul.list-history li:nth-child(odd){
	background-color: #efefef;
}

.view-history ul.list-history li a .result{
	display: block;
	font-size: 1.2em;
	color: #757575;
	margin: 5px 0 0px 0; 
	/*font-family: 'oxygenbold';*/
}

.view-history ul.list-history li a .date{
	font-size: .7em;
	display: block;
	color: #757575;
}

.view-history ul.list-history li a.del-btn{
	background-color: #c70000;
	width: 30px;
	height: 30px;
	padding: 10px 10px;
	border-radius: 3px;
}

.view-history ul.list-history li a.del-btn img{
	width: 100%;
}


ul.list-recomended-cables li.recomended-cable{
	display: block;
	background-color: #FFF;
	position: relative;
	border: solid 1px rgba(0,0,0,.1);
	margin: 0 auto 10px auto;
	min-height: 20px;
	max-width: 500px;
}

ul.list-recomended-cables li.recomended-cable:before{
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: 8%;*/
	/*border-right: solid 40px #ccc;*/
	background-color: #f5f5f5;
	background-size: 50%;
	background-image: url('../svg/arrow-next-black.svg');
	position: absolute;
	width: 50px;
	height: 100%;
	top: 0;
	right: 0;

}

ul.list-recomended-cables li.recomended-cable a{
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #005daa;
	height: 100%;
	position: relative;
}

ul.list-recomended-cables li.recomended-cable .cont-snap{
	width: 24%;
	display: block;
	line-height: 1px;
	padding: 5px 2% 0 2%;
	border-right: solid 1px rgba(0,0,0,.1);
	max-width: 100px;
}

ul.list-recomended-cables li.recomended-cable .cont-name{
	padding-top: 8.5%;
	display: block;
	overflow:hidden;
  	white-space: nowrap;
  	text-overflow:ellipsis;
  	/*width: 65%;*/
  	width: 50%;
  	margin-left: 5%;
}

.accordeon-container{
	max-height: 43px;
	overflow: hidden;
	-webkit-transition: max-height .3s ease;
	-o-transition: max-height .3s ease;
	transition: max-height .3s ease;
}

.accordeon-container.opened{
	max-height: 500px;
}

.accordeon-container .toggle-accordeon{
	font-family: 'oxygenregular';
	text-decoration: none;
	position: relative;
	display: block;
	border-top: solid 1px rgba(0,0,0,.2);
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
	padding: 10px;
}

.accordeon-container .content-accordeon{
	overflow: hidden;
	clear: both;
	padding: 10px;
}

.accordeon-container .toggle-accordeon:before{
	content: '+';
	color: #757575;
	position: absolute;
	right: 20px;
}

.accordeon-container.opened .toggle-accordeon:before{
	content: '-'
}

.accordeon-container .content-accordeon .dato-block{
	font-size: .8em;
	width: 45%;
	float: left;
	padding: 10px 0;
	border-top: solid 1px #9b9b9b;
	padding-left: 2%;
	padding-right: 2%;
}

.accordeon-container .content-accordeon .dato-block:nth-child(1),
.accordeon-container .content-accordeon .dato-block:nth-child(2){
	border-top: none;
}

.accordeon-container .content-accordeon .dato-block:nth-child(even){
	box-shadow: 1px 0 0 #9b9b9b inset;
}

.accordeon-container .content-accordeon .dato-block .dato-name{
	display: block;
	color: #6c6c6c;
	width: 100%;
	overflow:hidden;
  	white-space: nowrap;
  	text-overflow:ellipsis;
}

.accordeon-container .content-accordeon .dato-block .dato-value{
	display: block;
	color: #000;
	font-size: 2em;
	font-family: 'oxygenregular';
	width: 100%;
	overflow:hidden;
  	white-space: nowrap;
  	text-overflow:ellipsis;
}

/*ANIMATIONS & TRANSITIONS*/
[ui-view]{
	will-change: opacity;
}

[ui-view].ng-enter,
[ui-view].ng-leave {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

[ui-view].ng-enter {
  opacity: 0;
  /*-webkit-transform:scale3d(0.5, 0.5, 0.5);
  -moz-transform:scale3d(0.5, 0.5, 0.5);
  transform:scale3d(0.5, 0.5, 0.5);*/
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}

[ui-view].ng-enter-active {
  opacity: 1;
  /*-webkit-transform:scale3d(1, 1, 1);
  -moz-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);*/
}

[ui-view].ng-leave {
  opacity: 1; 
  /*-webkit-transform:translate3d(0, 0, 0);
  -moz-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0);*/
}

[ui-view].ng-leave-active {
  opacity: 0;
  /*-webkit-transform:translate3d(100px, 0, 0);
  -moz-transform:translate3d(100px, 0, 0);
  transform:translate3d(100px, 0, 0);*/
}

body.pasoUno .main-container .nav-next-precv-container{
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}

/*MEDIA QUERIES HEIGHT*/
@media screen and (max-height: 735px){
	.view-container .view-paso-1{
		height: 380px;
	}	
}

@media screen and (max-height: 521px){
	.view-container .view-paso-1{
		height: 290px;
	}	
}


