/** Shopify CDN: Minification failed

Line 485:1 Comments in CSS use "/* ... */" instead of "//"
Line 826:63 Unexpected "}"

**/
/*
_______________________________
Desktop version layout - place your custom code here */

body {
  margin:0;

}


.icons img:hover {
    border-radius: 50%;
    box-shadow: 0 0 6px 25px #ff6a6a inset;
}

.icons img {
    margin-left: 5px;
}


#footer{
  background: none repeat scroll 0 0 #f3c6b9;
}

#footer-border {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#habla_window_div #habla_topbar_div {
    background: none repeat scroll 0 0 #81c3ff !important;
}


ul {list-style-type:disk;}


.collections-headline {
  
  font-family:'Helvetica Neue', Helvetica, sans-serif !important; 
  font-weight: light !important;
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
  background-color: #FF6A6A;
  padding: 20px;
  margin: 0px;
  
}

.collections-div {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 10px;
}


#cervin-list ul {list-style-type:circle}

.rechteck1{background-color:#feff99;border:1px solid black;}
.rechteck2{background-color:#00ccff;border:1px solid black;}
.rechteck3{background-color:#99cc01;border:1px solid black;}
.rechteck4{background-color:#c0c0c0;border:1px solid black;}
.rechteck5{background-color:#ff00fe;border:1px solid black;}
.rechteck6{background-color:#ddfbdf;border:1px solid black;}
.rechteck7{background-color:#ffcc9c;border:1px solid black;}
.rechteck8{background-color:#cdffff;border:1px solid black;}

#cervin-list .tg  {border-collapse:collapse;border-spacing:0;border-color:#ccc;}
#cervin-list .tg td{font-family:Arial, sans-serif;font-size:14px;padding:2px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff;}
#cervin-list .tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:2px 8px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#f0f0f0;}
#cervin-list .tg .tg-center{text-align:center}
#cervin-list .tg .size-1{background-color:#feff99;text-align:center;font-size:9px}
#cervin-list .tg .size-2{background-color:#00ccff;text-align:center;font-size:9px}
#cervin-list .tg .size-3{background-color:#99cc01;text-align:center;font-size:9px}
#cervin-list .tg .size-4{background-color:#c0c0c0;text-align:center;font-size:9px}
#cervin-list .tg .size-5{background-color:#ff00fe;text-align:center;font-size:9px}
#cervin-list .tg .size-6{background-color:#ddfbdf;text-align:center;font-size:9px}
#cervin-list .tg .size-7{background-color:#ffcc9c;text-align:center;font-size:9px}
#cervin-list .tg .size-8{background-color:#cdffff;text-align:center;font-size:9px}

#cervin-list .datagrid table td,#cervin-list .datagrid table th {
    padding: 2px 0px;
}

#cervin-list .datagrid table tbody tr:last-child td {
    border-bottom: 1px solid #c8c8c8;

}

#cervin-list tr:nth-of-type(even) {
  border-bottom: 2px solid #888;
}


      .uspTeaser {
        background-color: #F3F3F3;
        padding: 10px 0;
      }
      .borderBottom {
        border-bottom: 1px solid #EAEAEA;
        padding-bottom: 10px;
        margin: 10px;
      }
      
      .borderBottom2 {
        /*border-bottom: 1px solid #EAEAEA;\n    padding-bottom: 10px; */
        margin: 10px;
      }
      
      ul.uspTeaser li {
        line-height: 12px;
        text-transform: uppercase;
        list-style-type:none;
      }
      
      .inlineBlock {
        display: inline-block;
      }
      
      ul.uspTeaser li strong {
        font-size: 11px;
        letter-spacing: 0.5px;
        line-height: 12px;
      }
      
      .uspTeaser .iconFont {
        color: #999999;
        font-size: 32px;
        padding: 0;
        text-align: center;
        width: 62px;
      }
      .uspTeaser span {
        display: inline-block;
        margin: 0 10px;
        padding: 11px;
      }
   

.more:link, .more:visited {
  -webkit-transition-duration: 0.2s;    
  -moz-transition-duration: 0.2s;    
  -o-transition-duration: 0.2s;    
  transition-duration: 0.2s;    
  
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.show{
  width: 100%;
  height: 100%;
  float: left;
  border: 1px solid rgba(0,0,0,0.04);
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #fff;
  display: block;
  border-radius: 4px;
}

.aspect{
  position: relative;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
}

.show .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}

.show-first a.more {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px; 
  background: #FFF;
  color: #222;
  text-transform: uppercase;
  box-shadow: 0 0 1px #000;
  position: relative;
  border: 1px solid #999;

}

.show-first a.more:hover {
  box-shadow: 0 0 5px #000;
}

.show-first p{
  letter-spacing: 0.15em;
  color: #f4f4f4;
  font-size: 28px; 
}

.show-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.show-first .mask {
  opacity: 0;
  background-color: rgba(0,0,0, 0.4);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.show-first h2 {
  color: #f2f2f2;
  margin-top: 10%;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: rgba(0,0,0,0.4);
}
.show-first p {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.show-first a.info{
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.show-first:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.show-first:hover .mask {
  opacity: 1;
}
.show-first:hover h2,
.show-first:hover p,
.show-first:hover a.info {
  opacity: 1;
}
.show-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.show-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* @font-face{
    font-family:FontAwesome;
    src:url(https://netdna.bootstrapcdn.com/font-awesome/2.0/font//fontawesome-webfont.eot?#iefix) format('eot'),
	url(https://netdna.bootstrapcdn.com/font-awesome/2.0/font//fontawesome-webfont.woff) format('woff'),
	url(https://netdna.bootstrapcdn.com/font-awesome/2.0/font//fontawesome-webfont.ttf) format('truetype'),
	url(https://netdna.bootstrapcdn.com/font-awesome/2.0/font//fontawesome-webfont.svg#FontAwesome) format('svg');
    font-weight:400;font-style:normal;
} */


#video-info {
    background: url("//cdn.shopify.com/s/files/1/0318/5605/t/5/assets/transparency.png?4525") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    bottom: 70px;
    cursor: pointer;
    display: none;
    left: 20%;
    margin-bottom: -48px;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    width: 60%;
    z-index: 10000;
}

#nav-entry {
    font-family: Lora,Helvetica,Arial,sans-serif;
    font-size: 0.9em;
   
    color:#fff;
}

#nav-entry a {
   
    border-color: #5ba0d0;
    display: block;
    font-weight: normal;
   /* opacity: 0.8; */
    padding: 15px 20px;
    text-transform: uppercase;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 175px;
    border-radius:0px;
    z-index: 900;
}

#nav-entry a {
    background: url("http://cdn.shopify.com/s/files/1/0318/5605/files/icon-arrow-right_e7439c0e-4584-47dc-ad09-a5b5a09bef2b.png?4897") no-repeat scroll left center #81C3FF;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-right: -122px;
    padding-left: 40px;
    position: fixed;
    right: 0;
    text-align: right;
    top: 35%;
    color: #81c3ff;
    /*font-family: FontAwesome;
       top:0;
        left:-5px; 
        content: "\f095";
    /*   content:"\f08a"; */
}


#nav-entry a:hover {
    margin: 0;
    opacity: 1;
    border-color:#5ba0d0;
    background-color: #ff6a6a;  
  color:#fff;
}

#suggestPost
      {
        
      }
#suggestPost a:hover
      {
        background-position:1px 0px;
        width:137px;
        z-index:10;
  		cursor:pointer;
       /* transition: all 0.3s ease-in-out 0s; */      
      }
#suggestPost a
      {
       /* background:transparent url("http://cdn.shopify.com/s/files/1/0318/5605/files/5percent-post.png?4322") no-repeat scroll -140px 0px; */
        
        background:transparent url("http://cdn.shopify.com/s/files/1/0318/5605/files/5percent-post2.png?4349") no-repeat scroll -140px 0px;
        height:170px;
        right:0;
        position:fixed;
        top:150px;
        width:38px;
          
        display:block;
        height:170px;
        z-index:10;
       
        /*width:10px; */
      }



#modal-sign-up input[type=submit]:hover {
  
  /* neli old 8c8ca2 */
    background: none repeat scroll 0 0 #D9B7E8;
    border: 1px solid #D9B7E8;
}


#modal-sign-up::-webkit-input-placeholder {
   color: #999;
}

#modal-sign-up:-moz-placeholder { /* Firefox 18- */
   color: #999;  
}

#modal-sign-up::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

#modal-sign-up:-ms-input-placeholder {  
   color: #999;  
}

#modal-sign-up input[type=email]
{
  /* border: 1px solid #d7d7d7; */
 background: #fff;
  height: 40px;
  padding-left:15px;
  color: #000;
  font-size:15px;
  /* left: 40px; */
  display:inline-block;
  width:80%;
    
  position: relative;
  top: -380px;
  margin-bottom: -301px;
  
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

#modal-sign-up input[type=submit]
{   
    position: relative; 
  
  /* new  ff6a6a  hover D9B7E8 
     Neli 34434C  hover 8c8ca2 */
    background: none repeat scroll 0 0 #ff6a6a;
    border: 1px solid #ff6a6a;
    
   /* left: -10px; */
    top: -358px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
   /* width:293px;*/
    width:80%;
   font-size: 14px;
   margin-bottom:-40px;
   padding: 12px;
}




#q{
     padding:10px;
  padding-left:38px;
  border:1px solid #f5f5f5;
font-size:13px;
  color:gray;
background-image:url('http://cdn.shopify.com/s/files/1/0318/5605/files/lupe.png?3519');
background-repeat:no-repeat;
    background-position:left center;outline:0;
    
}


#free-shipping p {
    background: none repeat scroll 0 0  #ff6a6a ;/*{{ settings.page_header_color }}; /*#E7A1B0; pinkrose */
    color: #FFFFFF;
    font-size: 14px;
    margin : 0;
    margin-bottom: 10px;
    padding: 2px;
    text-align: center;
  /*  text-transform: uppercase; */
}

#payment img {
    margin-bottom: 0px;
}

#product-link a, #our-brands a, #article-body a{
  color:#3498db; /*green */
 // font-weight:bold;
}



#product-link a:hover, #our-brands a:hover, #article-body a:hover {
  color:#FF8C5D; 
  
}
 
#homepage-blog a, #blog-articles a, #posts-head a, #follow-us a{
   /* color:#F45B4F;  red */
   /*color:#388700; /* green */
   color:#3498db; 
  
   /* color:#e37600; */ 
}

#homepage-blog a:hover, #blog-articles a:hover, #posts-head a:hover, #follow-us a:hover {   
   color:#FF8C5D; 
}



#our-brands p {
  background:#f4f4f4;
} 

#article-body h1 {
 font-size:28px;
  
}

#article-body p {
 /*color:#555; */
 font-size:15px;
  
}

.shadow {
-webkit-box-shadow: 0px 7px 26px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow:    0px 7px 26px 0px rgba(0, 0, 0, 0.75);
box-shadow:         0px 7px 26px 0px rgba(0, 0, 0, 0.75);
}

.drop-shadow {
  position: relative;
  width: 90%;
  display: block; 
  background: none repeat scroll 0 0 #FFFFFF;
  margin: auto auto 40px;
    padding: 3em;
 /* border: 2px solid lightgray; 
  border-radius: 12px; */
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}

.drop-shadow:after{
  right: 10px;
  left: auto;
  transform: rotate(3deg);
  -ms-transform:rotate(3deg); /* IE 9 */
  -webkit-transform:rotate(3deg);
}

.lifted:before, .lifted:after {
    bottom: 15px;
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    transform: rotate(-3deg);
    -ms-transform:rotate(-3deg); /* IE 9 */
    -webkit-transform:rotate(-3deg);
    width: 50%;
}

.lifted:after {
    left: auto;
    right: 10px;
    -ms-transform:rotate(3deg); /* IE 9 */
    -webkit-transform:rotate(3deg);
    transform: rotate(3deg);
}

.lifted {
    border-radius: 4px;
}


.curved:before {
    border-radius: 10px / 100px;
    bottom: 10px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    left: 0;
    right: 50%;
    top: 10px;
}


.curled {
    border: 1px solid #EFEFEF;
    border-radius: 0 0 120px 120px / 0 0 6px 6px;
}

.curled:before, .curled:after {
    bottom: 12px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5);
    height: 55%;
    left: 10px;
    max-height: 100px;
    max-width: 200px;
    transform: skew(-8deg) rotate(-3deg);
    width: 50%;
}

.curled:after {
    left: auto;
    right: 10px;
    transform: skew(8deg) rotate(3deg);
}

.perspective:before {
    bottom: 5px;
    box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
    height: 35%;
    left: 80px;
    max-height: 50px;
    max-width: 200px;
    transform: skew(50deg);
    transform-origin: 0 100% 0;
    width: 50%;
}

.perspective:after {
    display: none;
}

.raised {
    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.curved-vt-2:before {
    right: 0;
}
.curved-hz-1:before {
    border-radius: 100px / 10px;
    bottom: 0;
    left: 10px;
    right: 10px;
    top: 50%;
}

.curved-hz-2:before {
    border-radius: 100px / 10px;
    bottom: 0;
    left: 10px;
    right: 10px;
    top: 0;
}

.rotated {
    box-shadow: none;
    -ms-transform:rotate(-3deg); /* IE 9 */
    -webkit-transform:rotate(-3deg);
    transform: rotate(-3deg);
}
.rotated > *:first-child:before {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}



.size-guide p {
color :#666;
font-size: 15px;
}

.btn-more {
    background-color: #999999;
    color: #FFFFFF;
    padding: 4px 12px 2px;
}


.btn {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:hover, .btn:focus {
    color: #333333;
    text-decoration: none;
}
  
.btn-more:hover, .btn-more:focus, .btn-more:active, .btn-more.active {
    background-color: #595959;
    color: #FFFFFF;
}

/*
video {
            max-width: 100%;
            height: auto;
          }

iframe, embed, object {
            max-width: 100%;
          } */


.circular img{
/*	 width: 150px;
	height: 150px; */
	border-radius: 150px;
	-webkit-border-radius: 150px;
	-moz-border-radius: 150px;
	/*background: url(veronika1.jpg) no-repeat;
	background-size: cover; */
	box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
	}
	
img.desaturate 
{
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"); /* Firefox 3.5+ */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}


.grayscale_medium { 
  -webkit-filter: grayscale(50%); 
  -moz-filter: grayscale(50%); 
  -o-filter: grayscale(50%); 
  -ms-filter: grayscale(50%);
  filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' ><filter id='gray50'><feColorMatrix in='SourceGraphic' type='saturate' values='0.5' /></filter></svg>#gray50");
  filter:grayscale(50%);
}


img.sepia 
{
/*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"); /* Firefox 3.5+ */
-webkit-filter: sepia(50%);
-moz-filter: sepia(50%);
-o-filter: sepia(50%);
filter: sepia(50%);
}


.styled-select select {
   background: transparent;
   width: 128px;
   padding: 5px;
   font-family: "helvetica neue",helvetica, Arial;
   font-weight: light;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
   
.styled-select {
   width: 100px;
   height: 34px;
   overflow: hidden;
  /*  background: url({{ 'down.png' | asset_url }}) no-repeat right #f1f1f1; */
   background: url('down.png') no-repeat right #f1f1f1;
   border-color: #c8c8c8;
   border-radius:3px;
   border-width:3px;
   border-style: solid;
   float:left;
   }
   
select:focus, option:focus, select::-moz-focus-inner, option::-moz-focus-inner {
    outline: none;
    border: none;
 
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.datagrid table { border-collapse: collapse; text-align: center; width: 100%;} 
/*.datagrid table td, .datagrid table th {text-align:center}; */
.datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; border: 3px solid #C8C8C8; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.datagrid table td, .datagrid table th { padding: 7px 4px; }
.datagrid table thead th {text-align:center; background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FFD1F7), color-stop(1, #FFD1F7) );background:-moz-linear-gradient( center top, #FFD1F7 5%, #FFD1F7 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD1F7', endColorstr='#FFD1F7');background-color:#FFD1F7; color:#555555; font-size: 13px; font-weight: bold; border-left: 1px solid #C8C8C8; } 
.datagrid table thead th:first-child { border: none; }
.datagrid table tbody td { color: #555555; border-left: 1px solid #C8C8C8;font-size: 13px;border-bottom: 1px solid #C8C8C8;font-weight: normal; text-align:center; }
.datagrid table tbody .alt td { background: #FFEFFD; color: #555555; }
.datagrid table tbody td:first-child { border-left: none; }
.datagrid table tbody tr:last-child td { border-bottom: none; }}


/*
_______________________________
Mobile version - single break point */

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

	.examplecontainer {}

	body {}
	
}


/*
_______________________________
Provide higher res assets for higher resolution mobile screens */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

	/* An example of how to override an image with one twice the size for iPhone 4. Specify the original pixel size with background-size.
	.download {
	background: url(../img/downarrow@2x.png) no-repeat;
	background-size: 27px 28px;
	}
	*/

}