/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

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

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #222;
}

body, html {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
    overflow:hidden;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
   
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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;
}


/* =============================================================================
   Links
   ========================================================================== */


a:visited {
    color: #000;
}

a:hover {
    color: #000;
}

a:focus {
    outline: thin dotted;
}

/*
 * Improve readability when focused and hovered in all browsers: h5bp.com/h
 */

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


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

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

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/*
 * Redeclare monospace font family: h5bp.com/j
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improve readability of pre-formatted text
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/*
 * Position subscript and superscript content without affecting line-height: h5bp.com/k
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 0px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height:auto;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* Icons */

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
     url('../font/fontawesome-webfont.woff') format('woff'),
     url('../font/fontawesome-webfont.ttf') format('truetype'),
     url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* main elements */

#wrapper {
  margin: 0 auto;
  width:100%;
  height:100%;
  
  }


#header {
  width:100%;
  height:60px;
  margin: 0 auto;
  position:absolute;
  text-align: center;
  z-index:4;
}

#wrapper.darkSlide .info, #wrapper.darkSlide .info a {
  color: rgba(255,255,255,.25);
}

#wrapper.midSlide .info, #wrapper.midSlide .info a {
  color: rgba(255,255,255,.7);
}

#wrapper.darkSlide .info, #wrapper.darkSlide #thumbnailToggle a {
  color: rgba(255,255,255,.25);
}

#wrapper.midSlide .info, #wrapper.midSlide #thumbnailToggle a {
  color: rgba(255,255,255,.7);
}


#title { 
  font-family: "nimbus-sans", "HelveticaNeue", Helvetica, Arial, Sans-serif !important;
  font-weight:700 !important;
  font-size: 1.45em;
  letter-spacing:0.8em;
  text-transform: uppercase;
  display:inline-block;
  width:102px;
  text-align: left;
  margin-right: 1em;
  top:-3px;
}

.info {
  position: absolute;
  display:block;
  width: 30px; 
  height: 30px;
  z-index:999;
  list-style: none;
  font-family: 'FontAwesome';
  font-size:30px;
  cursor: pointer;
  margin-top: 13px;
  margin-left:15px;
  color: rgba(0,0,0,.2);
}

.info .infoToggle {
  position: absolute;
  top:0;
  left:0;
  display:inline-block;
  height: 36px;
  width: 36px;
  font-size: 30px;
  letter-spacing: 0;
  -webkit-transition: color .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin:50% 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.infoToggle::after {
  padding-bottom: 3px;
  content: "\f055";
}

.info span {
  position: absolute:
  top: -14px;
  left: 0px;
  height:30px;
  font-size:14px;
  color:#ADADAD;
  text-align: left;
  margin-top: 8px;
  margin-left: 36px;
  font-family: "nimbus-sans", "HelveticaNeue", Helvetica, Arial, Sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  display:inline-block;
  white-space: nowrap;
  position:absolute;
  opacity: 0; 
  -webkit-transition: opacity .4s ease;
}

.nonTouch .info:hover .infoToggle {
  color: #ff725d;
}

.nonTouch .info:hover span {
  opacity: 1;
  color:#9B9B9B;
}

.hasTouch .info:active .infoToggle {
  color: #ff725d;
}

.hasTouch .info:active span {
/*  opacity: 1;
  color:#9B9B9B;*/
}

.info.close .infoToggle {
  -webkit-transform:rotate(45deg);
}
.info.close span, .info.close:hover span {
  opacity: 0;
}

.closeicon::after {
  position:absolute;
  left:29px;
  top:22px;
  cursor:pointer;
  font-size:30px;
  font-family: 'FontAwesome';
  width: 30px;
  height: 30px;
  content: "\f057";
  color:#ff725d;
  text-align: left !important;
}

/* Thumbnail Mode */

#thumbnailToggle {
  position: absolute;
  display:block;
  width: 30px; 
  height: 30px;
  z-index:999;
  list-style: none;
  font-family: 'FontAwesome';
  cursor: pointer;
  margin-top: 8px;
  right:20px;
  color: rgba(0,0,0,.2);
  font-size: 30px;
  letter-spacing: 0;
  -webkit-transition: color .4s ease, -webkit-transform .4s ease;
  -webkit-transform-origin:50% 50%;
}

#thumbnailToggle::after {
  padding-bottom: 3px;
  content: "\f009";
  font-size:25px;
}
.darkSlide #thumbnailToggle {
  color: rgba(255,255,255,.25);
}
.midSlide #thumbnailToggle {
  color: rgba(255,255,255,.7);
}

#thumbnailToggle:hover {
	color: #ff725d;
}

.thumbnailsWrapper {
  display: none;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(214,214,214,1);
  opacity: 0;
  width:100%;
  white-space: normal;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: opacity 0.7s ease;
  cursor: pointer;
}

.thumbnailsWrapper.open {
  display: block;
  opacity: 0.95;
}

.thumbnailsWrapper .thumbnailsList {

}
.thumbnailsList li {
  position: relative;
  float: left;
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 30px;
  text-align: center;
}
.thumbnailsList li img {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}


/* End Header */

/* Start Info Overlay */

.infocontainer {
  display:block;
  margin: 0 auto;
  top: 50%;
  margin-top:-210px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

#infoOverlay {
  margin: 0 auto;
  display: none;
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(214,214,214,1);
  opacity: 0;
  width:100%;
  white-space: normal;
  text-align: center;
  -webkit-transition: opacity 0.7s ease;
}

#infoOverlay h1 {
  font-family: "nimbus-sans", "HelveticaNeue","alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif ;
  font-weight:600;
  font-size: 32px;
  line-height: 34px;
  width:700px;
  margin: 0 auto;
  color:#fff;
}

#infoOverlay h2 {
  font-family: "nimbus-sans", "HelveticaNeue","alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif ;
  font-weight:600;
  font-size: 28px;
  line-height: 35px;
  width:980px;
  margin: 0 auto;
  color:#333;
  padding-top: 40px;
}

#infoOverlay h2 a:hover{

  border-bottom: 8px solid;

}

#infoOverlay h2 a {
color:#333;
text-decoration: none;

}

#infoOverlay.infoOpen {
  display: block;
  opacity: 0.95;
}

.infoClose {
  cursor: pointer;
}

/* Carousel */

.portfolio {
  position:absolute;
  top:0; right: 0; bottom: 0; left: 0;
  display:block;
  width:100%;
  height:100%;
  z-index:1;
}
.rcWrapper {
  position:absolute;
  top:0; right: 0; bottom: 0; left: 0;
  width:100%;
  height:100%;
  overflow: hidden;
  z-index:1;
}
.rcWrapper ul {
  position:absolute;
  top:0; right: 0; bottom: 0; left: 0;
  margin: 0;
  padding: 0;
  font-size:0;
  list-style-type:none;
  display:inline-block;
  white-space:nowrap;
  width:100%;
  height:100%;
}

.rcWrapper li {
  position:relative;
  margin: 0;
  padding:0;
  font-size:100px;
  display:inline-block;
  width:100%;
  height:100%;
  text-align:center;
  overflow:hidden;
}

.rcWrapper li .slide {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100%;
  font-size: 100%;
  text-align: center;
  display:table;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}

.slide .slidecontainer {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: auto;
}

img {
  margin: auto;
}

/* Arrows */

.rcL, .rcR {
  position:absolute;
  display:block;
  width: 80px; 
  height: 100px;
  top:50%;
  margin-top:-50px;
  line-height:100px;
  vertical-align:middle;
  font-size:30px;
  font-family: 'FontAwesome';
  cursor:pointer;
  z-index:999;
  color: rgba(0,0,0,.4);
  -webkit-transition: all .6s ease;
}

.rcL { 
  left:0;
  content:"\f053";
  padding-left:40px;
}

.rcL::after { 
  content:"\f053";
}

.rcR {
  right:0;
  content:"\f054";
  text-align:right;
  padding-right:40px;
}

.rcR::after {
  content:"\f054";
}
.rcHide {
  opacity: 0;
}
#wrapper.darkSlide .rcL, #wrapper.darkSlide .rcR {
  color: rgba(255,255,255,.25);
}
#wrapper.midSlide .rcL, #wrapper.midSlide .rcR {
  color: rgba(255,255,255,.7);
}

.rcReturn {
  cursor: pointer;

}

.fin h1 {
  font-family: "nimbus-sans", "alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif;
  font-size: 30px !important;
  width:100%;
  text-align:center;
  color:#fff !important;
  text-decoration: none;
}

.fin h2 a, .fin h2 {
  font-family: "nimbus-sans", "alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif;
  font-size: 30px !important;
  width:100%;
  text-align:center;
  color: #000 !important;
  text-decoration: none;
}

.fin h2 a:hover{

  border-bottom: 8px solid;

}

.fincontact {
  display:block;
  margin: 0 auto;
 
}

/* Pagination Footer */

footer, .paginationList {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

footer {
  z-index: 2;
  height: 22px;
  display: block;
  overflow: hidden;

}
.paginationList {
  list-style-type: none;
  display: inline-block;
  width: 100%;
  height: 100%;

}
.paginationList li {
  position: relative;
  display: inline-block;
  margin: 1px;
  padding: 0;
  font-size: 0;
  color: rgba(0,0,0,0);
  width: 4%;
  height: 100%;
  background-color: rgba(0,0,0,.2);

}

.paginationList li.rcHot {
  background-color: rgba(0,0,0,.8);
}
.ampersand {
  font-family: "adobe-caslon-pro-i4", "adobe-caslon-pro" !important;
  font-style: italic;
  font-weight:500;
  
}

/* Project Styling */

.hidden {

  display:none;
}



#welcome {

  background-color: #d6d6d6;

}


#welcomenote {

  font-family: "nimbus-sans", "alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif;
  font-size: 30px;
  line-height: 20px;
  width:100%;
  text-align:center;
  color: #F4F4F4 !important;
  padding:0.45em;
  margin:0em;
  text-transform:;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}



#welcomenote h1 {  

  font-size: 40px;
  font-weight:700;
  color:#fff;
  -webkit-font-smoothing: antialiased;

}

#welcomenote h2 {  

  font-size: 25px;
  font-weight:700;
  color:#fff;
  -webkit-font-smoothing: antialiased;

}


.projectwelcome h2 {

  font-family: "nimbus-sans", "alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif;
  font-size: 32px;
  line-height: 20px;
  text-align:center;
  padding-bottom: 35px;
  letter-spacing: -1px;
  margin: 0em;
  font-weight: 700;
 -webkit-font-smoothing: antialiased;
}

.projectwelcome p {

  width:550px;
  white-space: normal;
  margin: 0 auto;
  font-family: "nimbus-sans", "HelveticaNeue","alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif ;
  text-transform: ;
  font-weight:200;
  font-size: 21px;
  line-height: 30px;
  letter-spacing:-1px;
 -webkit-font-smoothing: antialiased;
}


.image {

  max-width:100%
}

.slidecontainer p {

opacity:0.5;

}


.boliawelcome h2, .boliawelcome p {

color:#4D4D4D;

}

.kvindewelcome h2, .kvindewelcome p {

color:#fff;

}


.kiawelcome h2, .kiawelcome p {

color:#333;

}


.pizzawelcome h2, .pizzawelcome p {

color:#000;

}


.tenawelcome h2, .tenawelcome p {

color:#4D4D4D;

}

.emirateswelcome h2, .emirateswelcome p {

color:#e2e2e2;

}


.rfa h2, .rfa p {

color:#4D4D4D;

}



.jbs h2, .jbs p {

color:#1a1a1a;

}


.jbswelcome h2, .jbswelcome p {

color:#1a1a1a;

}

.wwwelcome h2, p {

color:#fff;

}

.emiratestwo { 
   background: url(../images/emirates_key04.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pizza { 
  background-color:#e2e2e2;
}

.pizzaone, .pizzatwo, .pizzathree { 
  background: url(../images/pizza_chart_bg1.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.pizzafive { 
  background: url(../images/pizza_resultat6.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kvinde { 
  background: url(./../images/kvinde_bg1.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.kvindeone { 
  background: url(./../images/kvinde_bus.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kvindetwo { 
  background: url(./../images/kvinde_ben1.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bolia, .boliasix { 
  background-color:#c8dada;
}

.boliaone { 
  background: url(../images/bolia_forside_mgb3.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.boliatwo { 
  background: url(../images/bolia_catBest_mbg1.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.boliathree { 
  background: url(../images/bolia_catPicky1.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.boliafour { 
  background: url(../images/bolia_mini_mbg1.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.boliafive { 
  background: url(../images/bolia_rugs.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.boliaseven { 
  background: url(../images/bolia_instoreskilt.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.boliaeight { 
  background: url(../images/bolia_hylde1.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bolianine { 
  background: url(../images/bolia_face.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.jbsone { 
  background: url(../images/jbs_ligger2.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.jbstwo { 
  background: url(../images/jbs_sidder2.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.rfaone { 
  background: url(../images/rfa_bus1.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tenatwo { 
  background: url(../images/tena_pose1.jpg) 50% 50% no-repeat; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.kia {
  background-color: #f6f5e2;

}

.tena {
  background-color: #d9dbdc;

}

.emirates {
  background-color: #484c4a;

}

.rfa {
  background-color: #fff;
}

.jbs {
  background-color: #fff;

}

.ww {
  background-color: #484c4a;

}

.kvindethree {
  background-color: #e0ddda;

}

.fin {
  background-color: #e8e8e8;

}

#name {
font-family: "nimbus-sans", "alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif;
  font-size: 30px;
  line-height: 10px;
  width:100%;
  text-align:center;
  letter-spacing:-2px;
  color:#333 !important;
  padding:0.45em;
  margin:0em;
  text-transform:;
  font-weight: 700;

}

#Sub-Line {
 
  font-family: "nimbus-sans", "alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif;
  font-weight:400;
  font-size: 20px;
  line-height:2.6em;
  letter-spacing: 3px;
  display: block;
  color:#000;
  text-align:center;
  z-index:3;
  opacity:0.4;


}


.ampersand {

  font-family: "adobe-caslon-pro-i4", "adobe-caslon-pro" !important;
  font-style: italic;
  font-weight:500;
  
}

.ampersandsubline {

  font-size: 1.4em;
  line-height:1.8em;
  letter-spacing:0.4em;
  opacity:1 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media screen and ( min-device-width : 320px ) and ( max-device-width : 480px ) {

  #thumbnailToggle {
    display: none;
  }

  .slidecontainer img {
    width: 250px;
  }

  #welcomenote {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 6px;
    top:-15px;
  }

  .projectwelcome p {
    width:280px;
    font-size: 17px;
    line-height:22px;
    letter-spacing: 0px;
  }

  .projectwelcome h2 {
    font-size: 22px;
    line-height:8px;
    letter-spacing:-1px;
  }

  #infoOverlay h1, #infoOverlay h2  {
  font-size: 20px;
  line-height: 20px;
  letter-spacing:-1px;
  width:275px;
  }

  #infoOverlay h2  {

  font-size: 16px;
  padding-top: 25px;
  }

  .infocontainer {
  display:block;
  margin: 0 auto;
  margin-top: 50%;
  top: -140px;
  }

.fin h1, .fin h2 a, .fin h2 {
  font-family: "nimbus-sans", "alternate-gothic-no-1-d", "HelveticaNeue", Helvetica, Arial, Sans-serif;
  font-size: 14px !important;
  width:100%;
  text-align:center;
  color:#fff !important;
  text-decoration: none;
}

.fin h2 a:hover{

  border-bottom: 4px solid;

  }
}


@media screen and ( min-device-width : 481px ) and ( max-device-width : 1024px ) {

  #infoOverlay h1, #infoOverlay h2  {
  font-size: 30px;
  line-height: 38px;
  width:80%;
  }

}
