/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url("tecnost.css");
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
@font-face {
  font-family: 'LokalFont';
  src: url('catull-webfont.eot'); /* IE9 Compat Modes */
  src: url('catull-webfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('catull-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('catull-webfont.svg')  format('truetype'), /* Safari, Android, iOS */
       url('catull-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
body {
	-webkit-tap-highlight-color: #1e8bc3;
	background: #ebeff2;
	color: #8d949a;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	min-width: 1250px;
	position: relative;
}

/* ==========================================================================
   Glava, definicija
   ========================================================================== */

header {
	position: relative;
	width: 100%;
}

	.hdrWrapper {
		width: 100%;
		background: #fff;
		margin-bottom: 20px;
		padding: 9px 0;
	}
		.hdrCont {
			margin: 0 auto;
		}
			.regBlank {
			
			}
				#topSec {
					
				}
					.secCont {
					
					}
						.secCont p {
							margin: 0;
							font-size: 12px;
							color: #606569;
						}
						.secCont .address  {
							margin-right: 30px;
						}
							.address span.fa:before {
								background: #f5f5f5;
								border-radius: 50%;
								color: #8d949a;
								display: inline-block;
								font-size: 14px;
								height: 22px;
								line-height: 22px;
								margin-right: 8px;
								text-align: center;
								width: 22px;
							}
						.secCont .phone  {
							margin-right: 30px;
						}
							.phone span.fa:before {
								background: #f5f5f5;
								border-radius: 50%;
								color: #8d949a;
								display: inline-block;
								font-size: 14px;
								height: 22px;
								line-height: 22px;
								margin-right: 8px;
								text-align: center;
								width: 22px;
							}
				.topbarSecR {
					font-size: 12px;
					font-style: italic;
					text-align: right;
					margin-right: 0;
				}
					.topbarSecRCont p {
						margin: 0;
					}
	.hdrNavWrp {}
		.navCont {
			background: transparent;
			border: 0;
			font-size: 100%;
			margin: 0;
			outline: 0;
			padding: 0;
			vertical-align: baseline;
		}
			.navCont:before, .navCont:after {
				content: '\0020';
				display: block;
				height: 0;
				overflow: hidden;
				visibility: hidden;
				width: 0;
			}
			.navCont:after {
				clear: both;
			}
			
			.navWr {}
				.logoWrp {
					background: #f05a49;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					color: #fff;
					float: left;
					margin-right: 0px;
					overflow: hidden;
					padding: 30px 15px 32px 15px;
					text-transform: uppercase;
					width: 360px;
				}
					.logoWrp img {
						width: 330px;
					}
				.naviWr {display: block;}
					.mobilniMenu {display: none;}
					.navUlSystem {
						background: none;
						float: left;
						padding: 0;
						width: auto;
						z-index: 101;
						position: relative;
						margin: 0;
						line-height: 1.0;						
					}
						.navUlSystem a {position: relative;}
						.navUlSystem > li:first-child {
							margin-left: 0;
						}
						.navUlSystem > li {
							background: #fff;
							border: 0;
							font: 700 16px/20px 'LokalFont', sans-serif;
							margin: 0 0 0 20px;
							overflow: inherit;
							padding: 0;
							text-transform: uppercase;
							width: 140px;
						}
						.navUlSystem li {
							list-style: none;
							position: relative;
							float: left;
							z-index: 498;
						}
						.navUlSystem  > li > a {
							border-bottom: 0 solid #1e8bc3;
							border-top: 0 solid #1e8bc3;
							color: #1e8bc3;
							display: block;
							padding: 34px 10px 29px;
							text-align: center;
							text-decoration: none;
							
						}
						.navUlSystem  > li > a > p {
							margin: 0;
							font-family: 'Open Sans', sans-serif;
							font-weight:700;
						}
						.navUlSystem  > li > a.aktiv {
							border-bottom-width: 6px;
							border-top-width: 6px;
							margin: -6px 0;
							text-decoration: none;
						}
						.bojaDva {
							border-color: #f86924!important;
							color: #f86924!important;
						}
						.bojaTri {
							border-color: #ff9f00!important;
							color: #ff9f00!important;
						}
						.bojaCetri {
							border-color: #35bc7a!important;
							color: #35bc7a!important;
						}
						.bojaPet {
							border-color: #f05a49!important;
							color: #f05a49!important;
						}
						.navUlSystem  > li > a:hover {
							border-bottom-width: 6px;
							border-top-width: 6px;
							margin: -6px 0;
							text-decoration: none;
						}						
						.navUlSystem  > li > a:before {
							display: block;
							font-size: 48px;
							line-height: 48px;
							margin-bottom: 9px;
							text-align: center;
							width: 100%;
						}
						.navUlSystem  > li > a:after {
							display: block;
							border-color: #1e8bc3 transparent transparent;
							border-style: solid;
							border-width: 5px;
							content: "";
							display: none;
							height: 0;
							left: 50%;
							margin-left: -5px;
							position: absolute;
							top: 0;
							transition: all 0.5s ease 0s;
							width: 0;
						}
						.navUlSystem  > li > a.aktiv:after {
							display: block;
							border-color: #1e8bc3 transparent transparent;
							border-style: solid;
							border-width: 5px;
							content: "";
							height: 0;
							left: 50%;
							margin-left: -5px;
							position: absolute;
							top: 0;
							transition: all 0.5s ease 0s;
							width: 0;
						}
						.navUlSystem  > li > a:hover:after {
							display: block;
							border-color: #1e8bc3 transparent transparent;
							border-style: solid;
							border-width: 5px;
							content: "";

							height: 0;
							left: 50%;
							margin-left: -5px;
							position: absolute;
							top: 0;
							transition: all 0.5s ease 0s;
							width: 0;
						}
						.navUlSystem  > li > a.bojaDva:hover:after {
							border-color: #f86924 transparent transparent;
						}
						.navUlSystem  > li > a.bojaTri:hover:after {
							border-color: #ff9f00 transparent transparent;
						}
						.navUlSystem  > li > a.bojaCetri:hover:after {
							border-color: #35bc7a transparent transparent;
						}
						.navUlSystem  > li > a.bojaPet:hover:after {
							border-color: #f05a49 transparent transparent;
						}
						.navUlSystem  > li > a.bojaDva:after {
							border-color: #f86924 transparent transparent;
						}
						.navUlSystem  > li > a.bojaTri:after {
							border-color: #ff9f00 transparent transparent;
						}
						.navUlSystem  > li > a.bojaCetri:after {
							border-color: #35bc7a transparent transparent;
						}
						.navUlSystem  > li > a.bojaPet:after {
							border-color: #f05a49 transparent transparent;
						}
						.navUlSystem   li  ul {
							background: #fff;
							background: rgba(255,255,255,0);
							list-style: none;
							position: absolute;
							left: -9999px;
							margin: 0;

						}
						.navUlSystem li ul li {
							width: 100%;
							border-bottom: 1px solid #F7E2BF;
							margin: 0;
						}
						.navUlSystem li ul li a {
							color: #fff;
							display: block;
							padding: 13px;
							text-decoration: none;
							font: 700 14px/18px 'Open Sans', sans-serif;							
						}
						.navUlSystem li ul li:hover a {
							color: #ff9f00;
							transition: .3s;
						}
						.navUlSystem li ul li:hover {
							background: white;
							transition: .3s;
						}
						.navUlSystem li ul li:first-child {
							background:#ebeff2;
							border: none;
						}
						.navUlSystem li ul li:last-child {
							border: none;
						}
						.navUlSystem   li:hover  ul {
							left: 0;
							z-index: 9999;
							background: #ff9f00;
							padding: 0;

						}

		.sldCont {
			margin-top: 30px!important;
			padding-top: 20px;
			background: transparent;
			border: 0;
			font-size: 100%;
			margin: 0;
			outline: 0;
			padding: 0;
			vertical-align: baseline;
		}
			.slideWrap {
				background: none;
				border: none;
				border-radius: 0;
				box-shadow: none;
				margin-bottom: 0;
				margin: 0 0 40px;
				position: relative;
				padding: 0;
				zoom: 1;
			}
				.slideWrap .slideUl {
					zoom: 1;
					margin: 0;
					padding: 0;
					list-style: none;
				}
					.slideLi {
						width: 100%;
						float: left;
						
						position: relative;
						opacity: 1;
						display: block;
						z-index: 2;
					}
					.noslide {display: none;}
					#slideID .slideUl li {
						padding: 0;
						width: 1170px;
						height: 512px;
					}
					#slideID .slideUl li img {
						width: 100%;
						display: block;
						box-sizing: border-box;
						height: auto;
					}
						#slideID .overlayCapt {
							background: #fff;
							bottom: 0;
							left: auto;
							line-height: 22px;
							padding: 51px 40px 0 30px;
							position: absolute;
							right: 0;
							top: 0;
							width: 300px;
						}
							#slideID .overlayCapt h4 {
								border-bottom: 1px solid #e5e5e5;
								color: #f86924;
								font: 700 18px/22px 'Open Sans', sans-serif;
								padding-bottom: 16px;
								text-transform: uppercase;
								margin: 0 0 18px 0;
							}
								#slideID .overlayCapt h4:before {
									border: 2px solid #E5E5E5;
									border-radius: 22px;
									color: #E5E5E5;
									content: "\f061";
									display: block;
									float: left;
									font: 14px/18px FontAwesome;
									height: 18px;
									margin-right: 9px;
									text-align: center;
									-moz-transition: all 0.5s ease;
									-o-transition: all 0.5s ease;
									-webkit-transition: all 0.5s ease;
									transition: all 0.5s ease;
									vertical-align: top;
									width: 18px;
								}
								.slideUl li a {
									color: inherit;
									text-decoration: none;
								}
								.dots {
									position: absolute;
									right: 20px;
									bottom: 0;
									list-style-type:none;
									z-index: 999;
								}
									.dot {
										float: left;
										background: #111;
										color: #111;
										margin-right: 5px;
										cursor: pointer;
										padding: 0 5px 0 5px;
									}
									.dots .active {
										color: #1e8bc3;
										background: #1e8bc3;
									}
							#slideID .overlayCapt h2 {
								color: #1e8bc3;
								font-size: 40px;
								letter-spacing: -1px;
								line-height: 40px;
								margin: 0 0 23px 0;
								text-transform: uppercase;
								font: 300 40px/40px 'Open Sans', sans-serif;
							}
							#slideID .overlayCapt .captCont {
								background: transparent;
								border: 0;
								font-size: 100%;
								margin: 0 0 39px 0;
								outline: 0;
								padding: 0;
								vertical-align: baseline;
							}
							.captBtn a:hover {
								background: #f86924;
								color: #fff;
								text-decoration: none;
							}
							.captBtn a {
								background: #1e8bc3;
								border: none;
								border-radius: 0;
								box-shadow: none;
								color: #fff!important;
								display: inline-block;
								font: 400 18px/22px 'Open Sans', sans-serif;
								outline: none;
								padding: 11px 21px 12px;
								text-decoration: none;
								text-transform: capitalize;
							}
		.triCont {
			padding: 0px 0 0 0;
			background: transparent;
			border: 0;
			font-size: 100%;
			margin: 0;
			outline: 0;
			vertical-align: baseline;
		}
			.triWrp {}
				.boxOne, .boxTwo, .boxThree, .boxFour, .boxFive, .boxSix {
					background: #1e8bc3;
					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
					color: #fff;
					line-height: 20px;
					padding: 28px 30px 25px;
					min-height: 390px;
				}
				.boxFour, .boxFive, .boxSix {
					margin-top: 20px; 
				}
				.boxOne {background: #35bc7a;color: white;}
				.boxTwo {background: #f86924;color: white;}
				.boxThree {background: #ff9f00;color: white;}
				.boxFour {background: #f86924;color: white;}
				.boxFive {background: #ff9f00;color: white;}
				.boxSix {background: #35bc7a;color: white;}
					.boja:before {
						display: block;
						font-size: 72px;
						line-height: 72px;
						margin-bottom: 20px;		
					}
						.boja h3 {
							color: #fff;
							font-size: 32px;
							line-height: 36px;
							margin-bottom: 24px;
							font: 300 32px/36px 'Open Sans', sans-serif;
						}
						.boja p {
							margin-bottom: 23px;
							font-family: 'Open Sans', sans-serif;
							color: #fff;
							line-height: 20px;
						}
						.boja .dixBoxContBtn {
							text-align: right;
						}
						.boja .dixBoxContBtn a {
							border: 2px solid #fff;
							border-radius: 22px;
							-moz-box-sizing: border-box;
							-webkit-box-sizing: border-box;
							box-sizing: border-box;
							color: #fff;
							display: inline-block;
							height: 45px;
							position: relative;
							text-align: center;
							-moz-transition: all 0.6s ease;
							-o-transition: all 0.6s ease;
							-webkit-transition: all 0.6s ease;
							transition: all 0.6s ease;
							width: 45px;
						}
						.boja .dixBoxContBtn a:before {
							content: "\f061";
							font-family: FontAwesome;
							font-size: 24px;
							left: 50%;
							line-height: 41px;
							margin-left: -10px;
							margin-top: -21px;
							position: absolute;
							top: 50%;
						}
						.boja .dixBoxContBtn a:hover {
							background: #fff;
							border-width: 22px;
						}
						.boxOne .dixBoxContBtn a:hover:before {
							color: #35bc7a;
						}
						.boxTwo .dixBoxContBtn a:hover:before {
							color: #f86924;
						}
						.boxThree .dixBoxContBtn a:hover:before {
							color: #ff9f00;
						}
						.boxFour .dixBoxContBtn a:hover:before {
							color: #f86924;
						}
						.boxFive .dixBoxContBtn a:hover:before {
							color: #ff9f00;
						}
						.boxSix .dixBoxContBtn a:hover:before {
							color: #35bc7a;
						}
/* ==========================================================================
   Tijelo, definicija
   ========================================================================== */
		
.mainCont {background: #ebeff2;margin-top: 30px;}

	.navCont {}
	
		.navWrp {}
		
		.logoWrp {}
			.logoWrp a {
				display: block;
			}
		
		.naviWrp {}
		
	.sldCont {}
	
	.triCont {}
	
		.triWrp {}
		
			.boxOn {}
			
			.boxTwo {}
			
			.boxThree {}
			
	.proCont {background: white;}
	
		.proWrp {padding: 26px 10px 15px;text-align: center;}
			.proWrpInner {
				overflow: hidden;
				background: transparent;
				border: 0;
				font-size: 100%;
				margin: 0 0 0 -18px;
				outline: 0;
				padding: 0;
				vertical-align: baseline;
			}

		
			.boxPro {
				float: left;
				margin: 0 0 17px 18px;
				width: 264px;
			}
				.boxIn {
					background: transparent;
					border: 0;
					font-size: 100%;
					margin: 0;
					outline: 0;
					padding: 0;
					vertical-align: baseline;
				}
					.boxProCont {
						background: transparent;
						border: 0;
						font-size: 100%;
						margin: 0;
						outline: 0;
						padding: 0;
						vertical-align: baseline;
					}
			
						.boxProCont img {
							filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
							-webkit-filter:grayscale(100%);
							opacity:.3;
							-moz-transition:all 0.7s ease;
							-o-transition:all 0.7s ease;
							-webkit-transition:all 0.7s ease;
							transition:all 0.7s ease;
							width: 100%
						}
						.boxProCont img:hover {
							filter:none;
							-webkit-filter:none;
							opacity:1;
						}

/* ==========================================================================
   Dno, definicija
   ========================================================================== */
			
footer {}
	#footer {
		background: #282f33;
		clear: both;
		color: #fff;
		font-size: 12px;
		line-height: 20px;
		padding: 0;
		position: relative;
		margin-top: 30px;
	}

		.footOne {
			background: #3c474d;
			font-size: 13px;
			padding: 38px 0 33px;
		}
		
			.footOneWrp {
				background: transparent;
				border: 0;
				font-size: 100%;
				outline: 0;
				vertical-align: baseline;				
			}
			
				.footOneOne {}
					.footInside {
						background: transparent;
						border: 0;
						font-size: 100%;
						margin: 0;
						outline: 0;
						padding: 0;
						vertical-align: baseline;
					}
						.footInside h3 {
							color: #fff;
							font: 400 18px/22px 'Open Sans', sans-serif;
							margin-bottom: 22px;
							letter-spacing: 0px;
						}
						ul.footUl {
							padding:0;
						}
							ul.footUl li {
								list-style: none;
								margin: 8px 0 0;
								padding: 0 0 0 30px;
								position: relative;
							}
								ul.footUl li:before {
									border: 2px solid #dedede;
									border-radius: 16px;
									color: #dedede;
									content: '\f061';
									display: inline-block;
									font-family: FontAwesome;
									font-size: 12px;
									height: 16px;
									left: 0;
									line-height: 16px;
									margin: 0 11px 0 0;
									position: absolute;
									text-align: center;
									top: 0;
									transition: all 0.5s ease 0s;
									width: 16px;
								}
									ul.footUl li a {
										color: inherit;
										text-decoration: none;
									}
									ul.footUl li a:hover {
										color: #5BBEDD;
										text-decoration: none;
										-moz-transition:all 0.4s ease;
										-o-transition:all 0.4s ease;
										-webkit-transition:all 0.4s ease;
										transition:all 0.4s ease;
									}
		.footTwo {}
		
			.footTwoWrp {}
			
				.footTwoCont {}
					.footerBottom {
						padding: 16px 0 20px;
						background: transparent;
						border: 0;
						font-size: 100%;
						margin: 0;
						outline: 0;
						vertical-align: baseline;
					}
						.secBotFoot {
							background: transparent;
							border: 0;
							font-size: 100%;
							margin: 0;
							outline: 0;
							padding: 0;
							vertical-align: baseline;
							display: block;
						}
							.divBotFoot {
								background: transparent;
								border: 0;
								font-size: 100%;
								margin: 0;
								outline: 0;
								padding: 0;
								vertical-align: baseline;
							}
								.divBotFootIn {
									background: transparent;
									border: 0;
									font-size: 100%;
									margin: 0;
									outline: 0;
									padding: 0;
									vertical-align: baseline;
								}
									span.sitename {
										
									}
									.divBotFootIn a {
										color: inherit;
										text-decoration: none;
									}
	.topMapa {
		float: left; 
		width: 100%;
		height: auto;
	}
		.bottomKontaktPaneli {
			float: left;
			width: 100%;
			height: auto;
		}
			.formaKontakt {
				float: left;
				width: 48%;
				height: auto;
			}
				.inputKontakt {
					width: 100%;
				}
				.txtKontakt {
					width: 100%;
					margin-bottom: 15px!important;
				}
			.infoKontakt {
				float: right;
				width: 48%;
				height: auto;
			}
			
			
			
			
			












/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.sm,
.md {
	display:none;
}
@media (max-width:600px)  { 
	.sm{
		display: block;
	}
}
@media (min-width:601px)  { 
	.md{
		display: block;
	}
}
