/*
	Theme Name: Up and Running Simplified
	Theme URI: https://www.makeworthymedia.com/
	Description: Simplified one-page theme for Up and Running based on the original theme by PaperMoustache.com.
	Author: Makeworthy Media and Paper Moustache
	Author URI: https://www.makeworthymedia.com/

	Version: 1.0.8

	License: GPL-2.0+
	License URI: https://www.opensource.org/licenses/gpl-license.php
*/


/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Floats and float clearing
--------------------------------------------- */

.gallery:before,
.clearfix:before {
	content: " ";
	display: table;
}

.gallery:after,
.clearfix:after {
	clear: both;
	content: " ";
	display: table;
}

.left {
  float: left;
}

.right {
  float: right;
}


/* ## HTML and Body defaults
--------------------------------------------- */

html {
    font-size: 100%; /* 16px browser default */
}

/* Chrome fix */
body > div {
    font-size: 18px;
}

body {
	background-color: #333;
	color: #fff;
	font-family: 'museo-sans', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}


/* ## Links and buttons
--------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	/*
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
	*/
}

input[type="button"],
input[type="submit"],
.button {
	border: none;
}

::-moz-selection {
	background-color: #E01B76;
	color: #fff;
}

::selection {
	background-color: #E01B76;
	color: #fff;
}

a {
	color: #E01B76;
	text-decoration: underline;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #666;
}

a:focus {
	outline:0;
}


/* ## Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 980px;
	padding-left: 20px;
	padding-right: 20px;
}

.site-inner {
	clear: both;
	padding: 0;
	background-color: #fff;
	color: #222;
}

.site-inner > .wrap {
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 900px;
}


/* ## Text styles
--------------------------------------------- */

strong, b {
	font-weight: bold;
	color: #E01B76;
}

em, i {
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'museo-slab', serif;
	font-weight: 700;
	color: #333;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h2.section-header {
	font-size: 48px;
}

.text-center {
	text-align: center;
}

.site-inner ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

.site-inner ul li {
	list-style-type: disc;
	padding-bottom: 1px;
}

.uppercase {
	text-transform: uppercase;
}

.entry-content {
	line-height: 1.6;
}

blockquote {
    margin: 0 0 20px;
    padding: 0 20px;
    border-left: 1px solid #ddd;
}

blockquote, 
blockquote p {
    color: #333;
    font-style: italic;
	margin-top: 0;
	margin-bottom: 0;
}

/* ## Images and videos
--------------------------------------------- */
.site-inner img {
	max-width: 100%;
	height: auto;
	display: block;
}

.site-inner figure,
.site-inner iframe {
	max-width: 100%;
}


/* ## Header
--------------------------------------------- */
.site-header {
	padding: 10px 0;
	background-color: #E01B76;
	z-index: 9999;
	width: 100%;
	position: fixed;
	height: 100px;
}

.fixed-header-spacer {
	padding-top: 100px;
}

.title-area {
	width: 370px;
	float: left;
	font-size: 24px;
}

.title-area a {
	font-weight: normal;
	color: #fff;
}

.title-area img {
	max-width: 100%;
}


/* ## Footer
--------------------------------------------- */

.site-footer,
.site-footer a {
	color: #fff;
}

.site-footer {
	font-size: 14px;
	padding: 30px 0;
	line-height: 2.0;
}

.site-footer a {
	font-weight: bold;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fff;
}


/* ## Images
--------------------------------------------- */
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

#home-top {
	padding-bottom: 0;
}

#home-top .wrap {
	padding-left: 0;
	padding-right: 0;
}

#home-top img {
	margin-bottom: 0;
}

/* Gallery */
.mfp-bg,
.nivo-lightbox-overlay {
	z-index: 99998;
}

.mfp-wrap {
	z-index: 99999;
}

#gallery-1 {
	margin: auto;
	font-size: 14px;
}

#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 11%;
}

figure.gallery-item {
	margin: 0;
}

#gallery-1 img {
	border: 1px solid #cfcfcf;
}

#gallery-1 .gallery-caption {
	margin-left: 0;
	padding: 5px 3px 0 3px;
}


/* ## Blocks and columns
--------------------------------------------- */
.white-bg {
	background-color: #fff;
}

.pink-bg {
	background-color: #E01B76;
}

.gray-bg {
	background: url('images/slider-bg-pattern-lighter.png') #eee;
}

.dark-gray-bg {
	background: url('images/slider-bg-pattern-darker.png') #666;
}

.col-65 {
	width: 65%;
}

.col-30 {
	width: 30%;
}

.content-block {
	line-height: 1.4;
	padding-bottom: 30px;
}

.content-block p {
	margin-bottom: 28px;
}

.text-white a,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white p,
.text-white {
	color: #fff;
}

.text-pink a,
.text-pink h1,
.text-pink h2,
.text-pink h3,
.text-pink p,
.text-pink {
	color: #E01B76;
}

#home-top p {
	margin-bottom: 0;
	margin-top: 0;
}

#home-thank-you {
	padding-top: 30px;
}

#home-thank-you p {
	padding: 0;
	margin: 0;
}

.banner-headlines h1 {
	background: url('images/banner-cropped.png') no-repeat top right;
	color: #fff;
	min-height: 123px;
	margin-top: 0;
	padding-top: 50px;
}

/* ## Navigation
-------------------------------------------------- */

.nav-area {
	width: calc(100% - 390px);
	float: right;
	padding-top: 30px;
	font-family: 'museo-slab', serif;
}

.nav-area a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(21,21,21,0.5);
}

.nav-area a:hover {
	color: #bbbbbb;
}

.nav-area ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}

.nav-area ul li {
	margin: 0;
	padding: 0 0 0 16px;
	list-style-type: none;
	float: left;
}

.nav-area ul li:first-child {
	padding-left: 0;
}

.nav-area li.mobile-only.nav-item {
	display: none;
}


/* Archive */
.page-header,
.archive-header {
	border-bottom: solid 1px #dddddd;
	padding-bottom: 10px;
}

.page-title,
.archive-title {
	padding-bottom: 0;
	margin-bottom: 0;
}

.archive-title {
	font-style: italic;
}

.archive-block {
	margin-bottom: 40px;
}

.archive-block .entry-title a {
	text-decoration: none;
}

.archive-block .entry-title a:hover {
	text-decoration: underline;
}

.page-nav .page-numbers {
	font-weight: normal;
	display: inline-block;
	padding: 3px 9px;
	background-color: #E01B76;
	color: #fff;
	text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.page-numbers.current {
	background-color: #666;
}

.page-nav .page-numbers:hover {
	background-color: #000;
}

/* Blog Posts */
h1.entry-title {
	font-size: 28px;
}

div.single-port-next-nav .right-arrow{ background: url('images/icon/dark/arrow-right.png') no-repeat; }
div.single-port-prev-nav .left-arrow{ background: url('images/icon/dark/arrow-left.png') no-repeat; }

div.single-thumbnail-author,
div.archive-wrapper .blog-item .blog-thumbnail-author,
div.blog-item-holder .blog-item2 .blog-thumbnail-author{ background: url('images/icon/dark/author.png') no-repeat 0px 1px; }

div.single-thumbnail-date,
div.custom-sidebar .recent-post-widget-date,
div.archive-wrapper .blog-item .blog-thumbnail-date,
div.blog-item-holder .blog-item1 .blog-thumbnail-date,
div.blog-item-holder .blog-item2 .blog-thumbnail-date{ background: url('images/icon/dark/calendar.png') no-repeat 0px 1px; }

div.single-thumbnail-comment,
div.archive-wrapper .blog-item .blog-thumbnail-comment,
div.blog-item-holder .blog-item1 .blog-thumbnail-comment,
div.blog-item-holder .blog-item2 .blog-thumbnail-comment,
div.custom-sidebar .recent-post-widget-comment-num{ background: url('images/icon/dark/comment.png') no-repeat 0px 1px; }

div.single-thumbnail-tag,
div.archive-wrapper .blog-item .blog-thumbnail-tag,
div.blog-item-holder .blog-item2 .blog-thumbnail-tag{ background: url('images/icon/dark/tag.png') no-repeat; }

div.custom-sidebar #searchsubmit,	
div.search-wrapper input[type="submit"]{ background: url('images/icon/dark/find-17px.png') no-repeat center; }	

div.single-port-visit-website{ background: url('images/icon/dark/link-small.png') no-repeat; }

div.accordion-head-image.active,
div.toggle-box-head-image.active{ background: url('images/icon/dark/minus-24px.png'); }
div.accordion-head-image,
div.toggle-box-head-image{ background: url('images/icon/dark/plus-24px.png'); }

div.jcarousellite-nav .prev, 
div.jcarousellite-nav .next{ background-image: url('images/icon/dark/navigation-20px.png'); } 

div.testimonial-icon{ background: url("images/icon/dark/quotes-18px.png"); }

div.custom-sidebar ul li{ background: url('images/icon/dark/arrow4.png') no-repeat 0px 14px; }

div.stunning-text-wrapper{ 
	background: url('images/icon/dark/left-cross-5px.png'); 
}



div.single-thumbnail-title{ margin-top: 24px; padding-bottom: 18px; font-size: 21px; }
div.single-thumbnail-title a{ color: inherit; }
div.single-thumbnail-info{
	padding-top: 7px; padding-bottom: 7px; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec;
	margin-bottom: 20px; font-size: 11px; font-family: Droid Serif; font-style: italic; }
div.single-thumbnail-date{
	height: 16px; line-height: 20px; font-style: italic; padding-left: 23px; float: left; }
div.single-thumbnail-author{
	height: 16px; line-height: 20px; float: left; margin-left: 20px; padding-left: 23px; }
div.single-thumbnail-comment{
	height: 16px; line-height: 20px; float: right; padding-left: 21px; }
div.single-thumbnail-tag{
	height: 16px; line-height: 18px; float: left; margin-left: 20px; padding-left: 23px; }
	div.single-thumbnail-category{
	height: 16px; line-height: 20px; float: left; margin-left: 20px; padding-left: 0px; }
div.single-thumbnail-context{ padding-top: 20px; }
div.single-content{ margin-top: 20px; margin-bottom: 0px; border-bottom: 1px dotted #cccccc; }


div.single-port-prev-nav{ float: left; }
div.single-port-prev-nav a{ float: left; }
div.single-port-prev-nav .left-arrow{ width: 8px; height: 5px; float: left; margin-top: 6px; margin-right: 8px; }
div.single-port-next-nav{ float: left; margin-left: 30px; }
div.single-port-next-nav a{ float: left;}
div.single-port-next-nav .right-arrow{ width: 8px; height: 5px; float: left; margin-top: 6px; margin-left: 8px; }

div.single-port-thumbnail-image,
div.single-port-thumbnail-video,
div.single-port-thumbnail-slider{ padding: 4px; }
div.single-port-nav{ float: right; margin-top: 18px; margin-bottom: 18px; }
div.single-port-title{ border-bottom: 1px solid; font-size: 21px; padding-bottom: 8px; margin-top: 30px; }
div.single-port-title a{ color: inherit; }
div.single-port-content{ margin-top: 22px; margin-bottom: 0px; border-bottom: 1px dotted #cccccc; }
div.single-port-info{ margin-top: 30px; font-style: italic; font-family: Droid Serif; }
div.single-port-info span.head{ font-weight: bold; margin-right: 5px; }
div.single-port-date{ margin-top: 8px; }
div.single-port-tag{ margin-top: 8px; }
div.single-port-visit-website{ padding-left: 28px; margin-top: 10px; }
div.about-author-wrapper{ margin-top: 40px; padding: 18px; }
div.about-author-avartar{ float: left; }
div.about-author-info{ margin-left: 110px; }
div.about-author-title{ font-size: 18px; margin-top: 3px; margin-bottom: 5px; }

div.social-share-title{ padding-top: 20px; font-size: 18px; float: right; margin-right: 20px; }
div.social-shares ul{ list-style: none; margin-left: 0px; position: relative; top: 18px; }
div.social-shares ul li{ float: left; margin-right: 15px; transition:all 0.2s ease-in-out; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; }
div.social-shares ul li:hover {transform: translateY(2px);
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	opacity: 0.8;}
div.social-shares {float: right;}



.single-nav {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

.single-nav p {
	text-align: right;
	margin-bottom: 10px;
}


/*--- Comments ---*/
div.comment-wrapper{  margin-top: 20px; padding-top: 20px; border-top: 1px dotted #cccccc; float: left;}
div.comment-wrapper .comment-title{  font-size: 18px; }
div.comment-wrapper .comment-form-comment{  margin-right: 40px; }
div.comment-wrapper #reply-title{ font-size: 18px; margin-bottom: 15px; }
div.comment-wrapper input[type="text"], input[type="password"] {
	width: 320px; height: 30px; line-height: 30px; padding: 0px 0px 0px 10px;
	margin: 5px 5px 25px; line-height: 20px; }
div.comment-wrapper textarea{
	height: 165px; width: 590px; margin: 5px 5px 25px; padding: 10px; max-width: 100%;
	line-height: 20px; }

div.comment-wrapper .comment-form-captcha img { float: left; margin-right: 20px; margin-top: 1px; }
div.comment-wrapper .comment-form-author input,
div.comment-wrapper .comment-form-email input,
div.comment-wrapper .comment-form-url input { float: left; }
div.comment-wrapper .comment-form-captcha input { float: left; width: 205px; }
div.comment-wrapper .comment-form-author label,
div.comment-wrapper .comment-form-email label,
div.comment-wrapper .comment-form-url label,
div.comment-wrapper .comment-form-captcha label { float: left; line-height: 32px; margin: 5px 0px 0px 10px; }
div.comment-wrapper .comment-form-author span,
div.comment-wrapper .comment-form-email span,
div.comment-wrapper .comment-form-url span,
div.comment-wrapper .comment-form-captcha span { float: left; line-height: 32px; margin-left: 2px; }


ol.comment-list{ margin: 0px; list-style: none;padding-left:0; }
ol.comment-list .comment-body{ border-bottom: 1px solid; margin-top: 22px; padding-bottom: 22px; }
ol.comment-list ul{ margin: 0px 0px 0px 30px; list-style: none; }
div.comment-avartar{ float: left; }
div.comment-context{ margin-left: 80px; }
span.comment-author{  margin-right: 5px; font-size: 16px; }
span.comment-date{  margin-right: 5px; font-style: italic; font-family: 'Droid Serif'; font-size: 11px;}
span.comment-time{ margin-right: 5px; font-style: italic; }
div.comment-content{ margin-top: 7px; }

div.comment-wrapper #respond{ margin-top: 10px; }
.gdl-divider {
    border-color: #dddddd !important;
}
.site-inner .comment ul li,
.site-inner .comment ul li li,
.site-inner .comment ul li li li {
	list-style-type: none;
}


/* Shrink nav to fit on one line */
@media only screen and (max-width: 820px) {
	
	.site-header {
		height: 80px;
	}
	
	.fixed-header-spacer {
		padding-top: 80px;
	}
	
	.title-area {
		width: 270px;
	}
	
	.nav-area {
		width: calc(100% - 290px);
		padding-top: 20px;
	}
	
}

/* Gallery */
@media only screen and (max-width: 767px) {
	#gallery-1 .gallery-item {
		width: 25%;
	}
	
	#gallery-1 .gallery-item:nth-child(4n+1) {
		clear: left;
	}
}

/* Move nav below header */
@media only screen and (max-width: 700px) {
	
	.site-header {
		height: 95px;
	}
	
	.site-header .wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.fixed-header-spacer {
		padding-top: 95px;
	}
	
	.nav-area,
	.title-area {
		width: 100%;
	}
	
	.title-area {
		text-align: center;
	}
	
	.title-area img {
		width: 225px;
		float: none;
		display: block;
		margin: 0 auto 5px auto;
	}
	
	.nav-area {
		padding-top: 0px;
	}
	
	.nav-area a {
		font-size: 12px;
	}
	
	.nav-area ul {
		float: none;
		text-align: center;
	}
	
	.nav-area ul li {
		display: inline-block;
		float: none;
		padding-left: 8px;
	}
	
	.nav-area ul li:first-child {
		padding-left: 0;
	}
	
	/* ## Images
	--------------------------------------------- */
	img.centered,
	.aligncenter,
	.alignright,
	.alignleft {
		float: none;
		margin: 0 auto 15px auto;
		display: block;
		padding: 0;
	}
	
	
	/* ## Text
	--------------------------------------------- */
	.banner-headlines h1 {
		border-top: solid 10px #a70658;
		background-color: #e01b76;
		background-image: none;
		padding-top: 20px;
		min-height: 105px;
	}


	/* Gallery */
	
	#gallery-1 .gallery-item {
		width: 33%;
	}
	
	#gallery-1 .gallery-item:nth-child(4n+1) {
		clear: none;
	}
	
	#gallery-1 .gallery-item:nth-child(3n+1) {
		clear: none;
	}
	
}

@media only screen and (max-width: 350px) {
	.nav-area a {
		font-size: 11px;
	}
}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	
	body > div,
	body {
		font-size: 14px;
	}
	
	h1 {
		font-size: 28px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 18px;
	}
	
	h4 {
		font-size: 16px;
	}
	
	h5 {
		font-size: 14px;
	}
	
	h6 {
		font-size: 12px;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

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

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

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

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

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

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

	.content,
	.content-sidebar {
		width: 100%;
	}

	.site-header {
		position: relative;
		height: auto;
	}
	
	.title-area {
		font-size: 16px;
	}
	
	.portfolio--image-wrap {
		position: relative;
	}
	
	.portfolio--image-wrap,
	.view {
		float: none !important;
		clear: both !important;
	}
	
	.site-footer,
	.view div.view-back,
	.nav,
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}