




html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
body {
	background: #000;
	border-top: 2px solid #ff0000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { 
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { 
	outline: 0;
}
a img {
	border: 0;
}




body,
button,
input,
select,
textarea {
	color: #fff;
	font-family: Verdana, sans-serif;
	font-size: .75em;
	font-size: 1.6rem;
	line-height: 1.5;
}


h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


p {
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #777;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #777;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; 
	margin: 0; 
	max-width: 100%;
	vertical-align: baseline; 
	*vertical-align: middle; 
}
button,
input {
	line-height: normal; 
	*overflow: visible;  
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0,0,0,.8);
	cursor: pointer; 
	-webkit-appearance: button; 
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}
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-decoration { 
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea,
select {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; 
	padding-left: 3px;
	vertical-align: top; 
	width: 98%;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	width: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


a {
	color: #f00;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:visited {
	color: #f00;
}
a:hover,
a:focus,
a:active {
	color: #fff;
}
.more,
.more:visited {
	background: #f00;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none;
}
.more:hover,
.more:focus,
.more:active {
	background-color: #333;
	color: #f00;
}


.alignleft {
	display: inline;
	float: left;
	margin: .5em 1.5em .5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: .5em 0 .5em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: .5em auto;
}


.assistive-text {
	clip: rect(1px 1px 1px 1px); 
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



#page {
	background-color: #000;
	margin: 0 auto;
	padding: 10px;
	width: 960px;
}
#masthead {
	border-bottom: 1px solid #333;
	margin: 0 0 10px 0;
	padding: 2em 0;
}
.header-image {
	margin-bottom: 1em;
}
.site-title {
	font-size: 30px;
	font-weight: bold;
	margin: 0 10px;
}
.site-title a {
	color: #fff;
	text-decoration: none;
}
.site-description {
	margin: 0 10px;
}
#home-slider-wrapper {
	padding: 20px 0 30px 0;
}
#featured-content {
	position: relative;
}
.featured-posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.featured-posts .featured {
	background-color: #000;
	display: block;
	position: relative;
	text-align: center;
}
.featured .hentry {
	background-color: #000;
	background-color: rgba(0,0,0,.75);
	display: block;
	font-size: .75em;
	padding: 1%;
	position: absolute;
		right: 2%;
		bottom: 10%;
	text-align: left;
	width: 30%;
}
.featured img {
	max-width: 100%;
	height: auto;
}
.featured .entry-title a {
	color: #ccc;
	font-size: 1.8em;
	line-height: 1.2em;
}
.featured .entry-title a:hover,
.featured .entry-title a:focus,
.featured .entry-title a:active {
	color: #f00;
}
.featured p {
	margin-bottom: .5em;
}
.featured .more {
	margin-bottom: .5em;
}
.flex-direction-nav li a {
	opacity: 0;
}
#home-slider-wrapper:hover .flex-direction-nav li a {
	opacity: 1;
}
.flex-direction-nav li a {
	background-color: #f00;
	border-radius: 2px;
	color: #fff;
	font-size: .75em;
	font-weight: bold;
	padding: .5em 1em;
	position: absolute;
		top: 48%;
		z-index: 1000;
	text-align: center;
	text-decoration: none;
}
.flex-direction-nav li a.prev {
	border-radius: 0 3px 3px 0;
	left: 0;
}
.flex-direction-nav li a.next {
	border-radius: 3px 0 0 3px;
	right: 0;
}
.flex-control-nav {
	display: none;
}
#home-tagline {
	border-top: 1px solid #333;
	overflow: hidden;
	padding-top: 20px;
}
#home-tagline p {
	float: left;
	width: 75%;
}
#home-tagline .more {
	font-size: .8em;
	margin: 0 6%
}
#home-promos {
	border-top: 1px solid #333;
	overflow: hidden;
	padding-top: 30px;
}
.home-promo {
	float: left;
	font-size: .75em;
	margin-right: 4%;
	width: 30.66%;
}
.home-promo:last-child {
	margin-right: 0;
}
.home-promo img {
	margin-bottom: 10px;
}
.home-promo h2 {
	color: #ccc;
	font-size: 20px;
	padding: 0 0 10px 0;
}
.home-promo h2 a {
	color: #ccc;
	font-size: 20px;
}
.home-promo h2 a:hover {
	color: #f00;
}
#content {
	float: left;
	font-size: .75em;
	overflow: hidden;
	padding: 20px 10px;
	width: 620px;
}
.single-attachment #content,
.page-template-page-templatesfull-width-php #content {
	width: 940px;
}
#secondary {
	float: left;
	font-size: .75em;
	padding: 20px 10px 20px 20px;
	width: 290px;
}
#colophon {
	border-top: 1px solid #333;
	clear: both;
	font-size: .75em;
	margin-top: 30px;
	padding: 2em 0;
	overflow: hidden;
}
#colophon #tertiary {
	float: left;
	overflow: hidden;
	width: 80%;
}
#colophon #tertiary .widget-area {
	float: left;
	margin-right: 2%;
	width: 23%;
}
#colophon .site-info {
	float: right;
	text-align: right;
	width: 18%;
}
.generator-link {
	display: block;
}




.main-navigation {
	clear: both;
	display: block;
	float: left;
	font-size: 13px;
	margin: 20px 20px 0 0;
	width: 75%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	color: #fff;
	display: block;
	padding: 1em;
	text-decoration: none;
}
.main-navigation a:hover {
	color: #f00;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 3.5em;
		left: 0;
	width: 13em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul li {
	width: 100%;
}
.main-navigation ul ul a {
	background-color: #1b1b1b;
	color: #c9c9c9;
	width: 11em;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
	background-color: #ff0000;
	color: #fff;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #f00;
}
.main-navigation li.current_page_item li a,
.main-navigation li.current-menu-item li a {
	color: #fff;
}


.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}




#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: .25em 0;
	padding: .25em 0;
}
#content h1 {
	font-size: 2.25em;
}
#content h2 {
	font-size: 2em;
}
#content h3 {
	font-size: 1.75em;
}
#content h4 {
	font-size: 1.5em;
}
#content h5 {
	font-size: 1.25em;
}
#content .sticky {
	background-color: #333;
	padding: 2%;
}
#content .hentry {
	margin: 0 0 3em;
}
#content .entry-header {
	border-bottom: 1px solid #333;
}
#content .entry-title {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#content .entry-title a {
	color: #fff;
	text-decoration: none;
}
#content .entry-title a:hover,
#content .entry-title a:focus,
#content .entry-title a:active {
	color: #f00;
}
#content .entry-meta {
	clear: both;
	padding: 5px 3px;
	margin-bottom: 5px;
}
#content .entry-meta a {
	color: #777;
}
#content .entry-meta a:hover {
	color: #f00;
}
#content .sticky .entry-date {
	display: none;
}
#content .byline {
	display: none;
}
.single #content .byline,
.group-blog #content .byline {
	display: inline;
}
#content .entry-content,
#content .entry-summary {
	margin: 1.5em 0 0;
}
#content .page-links {
	clear: both;
	margin: 1.5em 0;
}
.single-attachment .entry-attachment {
	text-align: center;
}




.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}




.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; 
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; 
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	display: inline;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	background: #F1F1F1;
	border: none;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
	padding: 2%;
	max-width: 96%;
	text-align: center;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0 0 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}


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




.site-content .site-navigation {
	margin: 2.5em 0;
	overflow: hidden;
}
.site-content .site-navigation a,
.site-content .site-navigation a:visited {
	background: #f00;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: .5em 1em;
	text-align: center;
	text-decoration: none;
}
.site-content .site-navigation a:hover,
.site-content .site-navigation a:focus,
.site-content .site-navigation a:active {
	background-color: #333;
	color: #f00;
}
.site-content .nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.site-content .nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}



.commentlist {
	border-left: 1px solid #333;
	list-style-type: none;
	margin: 0 4% 0 4%;
	padding: 0;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid #333;
	padding: 0 0 4% 4%;
	margin-bottom: 4%;
}
.commentlist .children {
	list-style-type: none;
}
.commentlist .children li.comment {
	border-top: 1px solid #333;
	border-bottom: none 0;
	margin: 4% 0 0 0;
	padding: 4% 0 0 4%;
}
.commentlist .avatar {
	padding: 1%;
	border: 1px solid #E6E1DB;
	float: left;
	margin-right: 2%;
}
.comment-author {
	font-style: italic;
}
.comment-author cite {
	font-weight: bold;
	font-style: normal;
}
.comment-meta a {
	color: #999;
}
.bypostauthor {
}
.comment-reply-link {
	background: #ebebeb;
	border-radius: 2px;
	color: #777;
	padding: 1% 2%;
	text-decoration: none;
	text-align: center;
}
.comment-reply-link:hover,
.comment-reply-link:focus,
.comment-reply-link:active {
	background: #d2d2d2;
	color: #777;
}
.commentlist li.pingback p {
	margin: 0;
}



.widget {
	margin: 0 0 3em;
	padding: 0 2%;
	overflow: hidden;
}
.widget-title {
	padding: 0 0 .5em;
	margin: 0;
	font-size: 21px;
	font-weight: 500;
}

.widget ul,
.widget ol {
	margin: 0;
}
.widget li {
	border-top: 1px solid #777;
	list-style-type: none;
	margin-top: 2%;
	padding: 2% 0 0 3%;
}
.widget li:first-child {
	border-top: none 0;
}
.widget li li:first-child {
	border-top: 1px solid #777;
}
.widget li a {
}


#searchsubmit {
	background: #222;
	border: none 0;
	border-radius: 3px;
	color: #fff;
	float: left;
	font-size: 100%;
	line-height: normal;
	text-align: center;
	margin: 5px 0;
	padding: 3px 0;
	width: 30%;
	height: 30px;
}
#s {
	background: #222;
	border: 0 none;
	border-radius: 0;
	color: #fff;
	float: left;
	margin: 5px 2%;
	width: 60%;
	height: 24px;
}


.infinite-scroll #wrapper:after {
	clear: both;
	content: '';
	display: block;
}
.infinite-scroll #content {
	margin-bottom: 3em;
}
.infinite-scroll.neverending #content {
	margin-bottom: 3em;
}
.infinite-scroll .hentry:last-of-type,
.infinite-scroll .hentry.last-before-infinite {
	border-bottom: none;
}
#infinite-footer .container {
	float: none;
}
.infinite-loader {
	clear: both;
	padding: 0 0 5em 0;
}
#infinite-handle {
	margin: 0 0 3em 0;
}
#infinite-handle span {
	border: 0 none;
	clear: both;
}
.infinite-scroll .infinite-wrap {
	border: 0 none;
	padding: 0;
}


.infinite-scroll #nav-below,
.infinite-scroll.neverending .footer {
	display: none;
}


.infinity-end.neverending .footer {
	display: block;
}




.site-header .site-logo {
	display: block;
	margin: 0 10px 10px;
	max-height: 120px;
	max-width: 940px;
	width: auto;
}


@media screen and (max-width: 960px) {
	#page {
		padding: 0 2%;
		width: 90%;
	}
	.main-navigation {
		margin: 1.5em 0 0 0;
		width: 100%;
	}
	.featured .hentry {
		bottom: 5%;
		width: 94%;
	}
	#home-tagline .more {
		margin: 10px 0 10px 6%;
	}
	#content {
		float: none;
		padding: 1%;
		width: 98%;
	}
	#secondary {
		background-color: #333;
		float: none;
		margin: 0 auto;
		padding: 1%;
		width: 96%;
	}
	#colophon #tertiary {
		float: none;
		width: 100%;
	}
	#colophon #tertiary .widget-area {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	#colophon .site-info {
		float: none;
		text-align: right;
		width: 100%;
	}
	.site-header .site-logo {
		max-width: calc(100% - 20px);
		max-width: webkit-calc(100% - 20px);
	}
}


@media screen and (max-width:620px) {
	#page {
		width: 96%;
	}
	#masthead {
		padding: 1em 0;
	}
	.featured .hentry {
		right: 0;
		bottom: 0;
		width: 98%;
	}
	.featured .more {
		display: none;
	}
	#home-tagline p {
		float: none;
		margin-bottom: 1em;
		width: 100%;
	}
	#home-tagline .more {
		display: block;
		margin: 0 auto 1.5em auto;
		width: 75%;
	}
	.home-promo {
		float: none;
		margin-right: 0;
		margin-bottom: 2em;
		width: 100%;
	}
	.header-image {
		display: none;
	}
	.menu-toggle {
		background: #ebebeb;
		border-radius: 3px;
		color: #777;
		margin: 1em 2% 0 2%;
		padding: 1%;
		text-align: center;
	}
	.menu ul {
		list-style-type: none;
		margin: 1em 4% 0 4%;
	}
	.menu ul ul {
		margin: 0 0 0 4%;
	}
	.site-title,
	.site-description {
		text-align: center;
	}
	.site-header .site-logo {
		margin: 0 auto 10px;
	}
}


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}


.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}


.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}