@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url("/storage/themes/oxygen/css/picinfo.css");
@import url("/storage/themes/oxygen/css/footer.css");
@import url("/storage/themes/oxygen/css/loading_msg.css");
@import url("/storage/themes/oxygen/css/misc.css");
@import url("/storage/themes/oxygen/css/cover.css");
/* login.lens */
#klogin_form {
	background-image: url("/storage/themes/oxygen/inc/components/img/login.jpg");
	background-repeat: no-repeat;
	height: 267px;
	width: 265px;
	vertical-align: bottom;
	display: table-cell;
	padding-bottom: 10px;
	position: relative;
	left: 50%;
	margin-right: -50%;
	transform: translate(40%, 10%);
}
.oxygen-form {
	padding: 0 20px 40px 10px;
}
.klogin_input {
	outline: 1px solid #dcdcdc !important;
	border-radius: 5px !important;
	font-size: 1em;
	line-height: 0.9em;
	transition: box-shadow 0.3s, border 0.3s;
}
.klogin_input:focus {
	outline: 1px solid #707070;
	border-radius: 5px;
	box-shadow: inset 0 0 5px 1px #969696;
	background-color: #969696;
}
.klogin_button {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	padding: 10px 15px;
	margin: 20px auto;
	color: #ccc;
	background-color: #555;
	background: -webkit-linear-gradient(#888, #555);
	background: linear-gradient(#888, #555);
	border: 0 none;
	border-radius: 3px;
	text-shadow: 0 -1px 0 #000;
	box-shadow: 0 1px 0 #666, 0 5px 0 #444, 0 6px 6px rgba(0,0,0,0.6);
	cursor: pointer;
	-webkit-transition: all 150ms ease;
	transition: all 150ms ease;
}

.klogin_button:hover, .klogin_button:focus {
	-webkit-animation: pulsate 1.2s linear infinite;
	animation: pulsate 1.2s linear infinite;
}
	
@-webkit-keyframes pulsate {
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}
		
@keyframes pulsate {
	0%   { color: #ddd; text-shadow: 0 -1px 0 #000; }
	50%  { color: #fff; text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff; }
	100% { color: #ddd; text-shadow: 0 -1px 0 #000; }
}

.klogin_button:active {
	color: #fff;
	text-shadow: 0 -1px 0 #444, 0 0 5px #ffd, 0 0 8px #fff;
	box-shadow: 0 1px 0 #666, 0 2px 0 #444, 0 2px 2px rgba(0,0,0,0.9);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	-webkit-animation: none;
	animation: none;
}
/* EOF login.lens */
b, strong {
	font-weight: 700;
}
img.k-lazy-loading {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:35px 35px;
	background-image: url(/storage/themes/oxygen/inc/spinner.gif);
}
#ss_spinner {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:35px 35px;
	background-image: url(/storage/themes/oxygen/inc/spinner.gif);
	background-color:#fff;
	width:43px;
	height:43px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-12px;
	z-index:999;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#ss_spinner.loading {
	opacity: 1;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300);
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, font, img, ins, kbd, q, s, 
samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, a, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	text-decoration:none;
	color:inherit;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

html, body {
	background:#000;
	width:100%;
	height:100%;
}

p a {
	font-family:'Merriweather' serif;
	/*border-bottom:2px solid #ccc;*/
}

p a:hover {
	border-color:#888;
}

.time a {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	border:0;
}

#slideshow {
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	z-index:2;
}

.k-pulse {
	position:relative;
	z-index:1;
}
h1#sitename{
	font-size: 1.4em;
}
#sitename_combi {
	background-image: url('') !important;
	background-position: left center !important;
	background-repeat: no-repeat !important;
	padding: 0 0.5em 0 3em !important; /* 40px/16=1.4em*/
	content: " " !important;
	vertical-align: middle !important;
}
#sitename,
#sitename_combi {
	color:#fff;
	text-transform:lowercase;
	float:left;
	padding:14px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
	display:block;
	box-sizing:border-box;
	height:48px;
	min-width:60px;
	line-height: 50px;
	letter-spacing:3px;
	font-weight:700;
	position:fixed;
	z-index:998;
	margin:20px;
	text-align:center;
}
span.tagline {
	font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 20px;
    height: 20px;
    background: #000 none repeat scroll 0% 0%;
    color: #FFF;
    z-index: 999;
    display: inline-block;
    position: fixed;
    padding: 10px 0.5em 0px 3.6em;
    float: left;
    /*padding: 5px;*/
    margin: 10px 20px 0 30px;
}
@media screen and (max-width: 600px) {
	#sitename {
		background-image: url('/storage/themes/oxygen/inc/logo-30x30.png') !important;
		height:33px !important;
		min-width:33px !important;
		line-height: 33px !important;
		letter-spacing:2px !important;
	}
	h1#sitename {
		font-family: 'Kalam';
		font-size: 0.7em !important;
	}
	img#logo {
		max-height:50px;
		width: auto;
	}
}

#logo {
	position:fixed;
	opacity: 0.49;
/*	position:absolute;*/
	margin:20px;
	z-index:99;
}
img#logo {
	max-height:86px;
	width: auto;
}
#logo:hover {
	opacity:1;
}

nav ul li {
	display: inline;
	list-style-type: none;
	//margin-left:-1px;
}

nav {
	float:right;
	color:#aaa;
	font-size:.8em;
}

nav li a {
	display:none;
}

.k-lens-index nav a {
	display:inline-block;
}

nav a {
	text-transform:lowercase;
	padding:15px;
	font-weight:bold;
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
	color:#000;
	border-color: rgb(255, 255, 255);
	border-color: rgba(255, 255, 255, .8)
}

nav a:hover {
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
	color:#fff;
	border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .8);
}

nav ul li:first-of-type a {
	border:none;
}

nav .k-nav-current {
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 1);
	color:#fff;
	border-color:rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 1);
	display:inline-block;
	white-space: nowrap;
}

nav.mobile ul {
	width:100%;
	background:#000;
	position:fixed;
	top:0;
	left:0;
	margin:0;
	padding:0;
	margin-top:90px;
	display:none;
}

nav.mobile ul li {
	margin:0 auto;
}

nav.mobile ul li a {
	display:block !important;
	width:auto;
	border:0;
	background:transparent;
	color:#fff;
	margin:0;
	padding:20px 20px 20px 20px;
	background:#000;
	text-align:center;
	border-bottom:1px solid #222;
}

nav.mobile ul li a:hover {
	background:#222;
}

nav.mobile .k-nav-current {
	background:#222 !important;
	color:#fff !important;
}

.show.mobileOpen {
	border:0;
}

.menu {
	position:fixed;
	z-index:9999;
	margin:20px;
	right:0;
}

.show {
	height:48px;
	width:48px;
	display:block;
	font-size:1em;
	font-weight: 700;
	box-sizing:border-box;
	padding:10px 15px 15px 15px;
	border-left:1px solid #333;
	background:#000;
	color:#fff;
	float:right;
}

.show-toggled {
	background:#000 !important;
	color:#fff !important;
	border-color:#333 !important;
}

.show:hover {
	color:#fff;
	border-color:#222;
	background:#333;
}

.disquis {
	max-width:720px;
	margin:0 auto;
}

.grid {
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    margin:0 auto;
    max-height:596px;
}
 
.grid li {
    position: relative;
    float: left;
    overflow: hidden;
    width: 33.333333%; /* Fallback */
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
}
 
.grid li a,
.grid li a img {
    display: block;
    width: 100%;
    cursor: pointer;
}
 
.grid li a img {
    max-width: 100%;
    z-index:4;
    position:relative;
    transition:1s all ease;
	-webkit-transition:1s all ease;
}

.k-lens-album .grid li a img:hover, 
.k-lens-contents .grid li a img:hover, 
.k-lens-favorites .grid li a img:hover {
	z-index:7;
	transform:scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	transition:1s all ease;
	-webkit-transition:1s all ease;
}
 
.grid li a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #222;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    z-index:5;
}
.grid li a div:hover {
    opacity:0.6;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.grid li a div p, .grid li a div h3, .grid li a div h4 {
    color: #fff;
    padding: 40px;
}
 
.grid li a div h3 {
    font-size:1.4em;
    font-weight:bold;
    text-transform: lowercase;
    letter-spacing: 2px;
    height:auto;
    display:block;
    height:50px;
    margin:0 auto;
}

.grid li a div p {
    font-size: 1em;
    color:#999;
    line-height:1.5em;
    position:absolute;
    bottom:0;
}

.grid li a div h4 {
    bottom:0;
    color:#999;
    text-transform:lowercase;
}

.top-section {
	max-width:750px;
	margin:0 auto;
	padding:120px 50px 120px 50px;
	color:#222;
	background:#fff;
}

.k-lens-index .show, 
.k-lens-albums .show, 
.k-lens-contents .show, 
.k-lens-sets .show {
	border-color:#f0f0f0;
	background:#fff;
	color:#000;
}

.k-lens-index .show:hover, .k-lens-albums .show:hover, 
.k-lens-contents .show:hover, .k-lens-sets .show:hover {
	background:#000;
	color:#fff;
	border-color:#333;
}

.k-lens-index nav a, .k-lens-albums nav a, 
.k-lens-contents nav a, 
.k-lens-sets nav a {
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .8);
	color:#000;
	border-color: rgb(255, 255, 255);
	border-color: rgba(255, 255, 255, .8);
}

.k-lens-index nav a:hover, 
.k-lens-albums nav a:hover, 
.k-lens-contents nav a:hover, 
.k-lens-sets nav a:hover {
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .8);
	color:#fff;
	border-color: rgb(255, 255, 255);
    border-color: rgba(255, 255, 255, .8);
}

.k-lens-index nav .k-nav-current, 
.k-lens-albums nav .k-nav-current, 
.k-lens-contents nav .k-nav-current, 
.k-lens-sets nav .k-nav-current {
	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 1);
	color:#fff;
	border-color:rgb(0, 0, 0);
    border-color: rgba(0, 0, 0, 1);
}

#slideshow_nav {
	width:100px;
	height:50px;
	position:fixed;
	z-index:999;
	bottom:0;
	display:inline;
	list-style-type:none;
	padding:20px;
}

.sldshw-arrow-left, 
.sldshw-arrow-right {
	background:#fff;
	color:#000;
	box-sizing:border-box;
	display:block;
	height:30px;
	width:50px;
	float:left;
	padding-top:2px;
	padding-left:17px;
	opacity: 0.3;
}

.sldshw-arrow-left {
	border-right:1px solid #ddd;
}

.sldshw-arrow-left:hover, 
.sldshw-arrow-right:hover {
	background:#000;
	border:none;
	color:#fff;
	opacity: 0.5;
}

footer {
	width:100%;
	background:#222;
	padding:70px;
	box-sizing:border-box;
	margin-top:50px;
	display:none;
}

.fullsc-errormsg {
	font-size:3em;
	color:#222;
	text-align:center;
	padding-top:200px;
}

.entry {
	margin:0 auto;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border-bottom:1px solid #ddd;
	padding:20px 0 20px 0;
	font-family:'Merriweather', serif;
}
 div.pjax-container-current, div.pjax-transition-container {
	height:100%;
	padding:0 !important;
	display: block;
}
.entry p a {
	font-family:'Merriweather', serif !important;
	font-size:1em !important;
}

.entry blockquote {
	max-width:750px;
	text-align:center;
	font-size:1.5em;
	padding:50px;
	margin:0 auto;
	font-style:italic;
	letter-spacing:0.01rem;
	color:#222;
	font-weight:300;
	font-family: 'Merriweather', serif;
}

.entry:first-of-type {
	margin-top:0;
}

.entry:last-of-type {
	border:none;
	padding-bottom:0;
}

.k-lens-essay .entry {
	padding:100px 0 100px 0;
}

.k-lens-essay .entry:after {
	content:'';
	background:#e0e0e0;
	width:100px;
	height:2px;
	position:absolute;
	left:50%;
	margin-left:-50px;
	margin-top:30px;
}
.social,
.social_text,
.social_cover {
	text-align:center;
	clear:both;
	display:block;
	width:100%;
	box-sizing:border-box;
}
.social_text {
	padding:30px 20px 100px 20px;
}
.social_cover {
	padding:0px 0px 0 0;
}

.icon {
	opacity:.7;
	height:20px;
	margin:0 10px 0 10px;
}

.k-lens-album .icon {
	margin-top:30px;
}

.icon:hover {
	opacity:1;
}

.k-lens-essay .page-content .k-nav-current img {
	margin-bottom:-50px;
}

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

.page-content {
	padding:100px 0 100px 0;
	background:#fff;
	margin:0 auto;
}

.k-lens-essay .page-content, 
.k-lens-tags .page-content,
.k-lens-page .page-content {
	padding-top:0;
}

.k-content,
.k-lens-page .page-content p, 
.k-lens-page .page-content h1 {
	max-width:750px;
	margin:0 auto;
	padding:0 20px 0 20px;
}

.entry h1, 
.album-name, 
.exif h1, 
.page-name, 
.list h3 {
	font-size:2.5em;
	text-transform:lowercase;
	font-weight:700;
	letter-spacing:1px;
	margin:0 auto;
	max-width:750px;
	line-height:1.5em;
}

.k-lens-essays h1, 
.k-lens-essay h1, 
.list h1 {
	text-transform:capitalize;
	letter-spacing:0;
}

.entry time, .time, 
.essay-time, time {
	font-weight:600;
	text-transform:lowercase;
	color:#aaa;
	letter-spacing:2.5px;
	font-size:1em;
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

.entry .k-content-embed {
	margin-top:-50px;
	margin:10px 0 10px 0;
	/*margin:70px 0 70px 0;*/
}

.k-content-text .k-content-title, 
.entry .k-content-text .k-content-caption {
	clear:both;
	width:100%;
	margin: 0 auto;
	display:block;
	text-align:center;
	color:#ccc;
	font-family: 'Merriweather', serif;
	font-size:.8em;
	padding-top:10px;
}

.k-lens-album .time, 
.k-lens-set .time {
	padding-bottom:10px;
	text-align:center;
}

.time a {
	font-weight:700;
	color:#000;
}

.time a:hover {
	border-bottom:2px solid #ccc;
}

.album-desc, 
.entry p, 
.main-p, 
.exif p, 
.list p,
form label {
	line-height:1.7em;
	font-size:1.17em;
	letter-spacing:0.01rem;
	color:#444;
	font-weight:300;
	font-family: 'Merriweather', serif;
}

.entry ol li, .entry ul li {
	font-family: 'Merriweather', serif;
	color:#444;
}

.entry ol, .entry li {
	line-height:1.5em;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry p, .entry ol, .entry ul {
	padding:0 50px 0 50px;
	max-width:750px;
	margin:0 auto;
	margin-top:15px;
}

.entry h2 {
	font-size:2em;
	font-weight:700;
}

.entry h3 {
	font-size:1.6em;
}

.entry h4 {
	font-size:1.4em;
	color:#aaa;
}

.album-desc, .album-name {
	text-align:center;
	width:100%;
}

.album-desc {
	padding-top:10px;
}

.k-lens-content img[data-respond-to="width"] {
	margin:0 auto;
	display:block;
	padding:0 0 20px 0;
	box-sizing:border-box;
}

.exif {
	max-width:750px;
	margin:0 auto;
	padding:40px 20px 30px 20px;
}

.exif p {
	text-align:center;
}

.k-lens-page .page-content img {
	/*margin:100px 0 100px 0;*/
	margin:0 0 0 0;
	max-width:100%;
}

.amount-check {
	display:none;
}

.list {
	max-width:750px;
	margin:0 auto;
	list-style:none;
	padding:0 50px 0 50px;
}

.list h1, .list p, .list h3{
	max-width:750px;
	margin:0 auto;
}

.list h3 {
	text-align:center;
}

.list li img {
	margin:30px auto;
}

.list h3 a {
	font-weight:bold;
}

.list p {
	margin-bottom:50px;
	text-align:center;
}

.timeline-time {
	font-size:1.5em;
	text-align:center;
}

.timeline-divider {
	height:50px;
	width:3px;
	background:#bbb;
	display:block;
	margin:70px auto;
}

.k-lens-tags .grid li, .k-lens-categories .grid li {
	height:250px;
}

.tag-bg {
	background:#000;
	border:1px solid #333;
	box-sizing:border-box;
	padding-top:115px;
	text-align:center;
	transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
}

.tag-bg:hover {
	background:#333;
}

.tag {
	width:100%;
	text-align: center;
	color:#fff;
	text-transform:lowercase;
	font-weight:bold;
	letter-spacing:1px;
}

.tags:before {
	content:" / "
}
span.tags,
span.tags a {
	font-size: 0.8em !important;
	color: #fff !important;
	width: 100%;
	text-align: center !important;
}

.k-lens-page #page-name {
	padding:70px 20px 15px 20px;
}

.entry h1 {
	text-transform:capitalize;
}

form {
	max-width:750px;
	margin:0 auto;
	padding:0 20px 0 20px;
}

form fieldset {
	margin-top:20px;
}

form input, form textarea {
	width:100%;
	font-size:1.17em;
	padding:10px;
	border:0;
	background:#f0f0f0;
	color:#000;
}

form input:focus, form textarea:focus {
	outline:0;
	background:#2b2b2b;
	color:#fff;
}

form label {
	display:block;
}

form .k-contact-form-checkbox-field label {
	display:inline;
}

form button {
	border:0;
	background:#000;
	border-radius:3px;
	padding:20px;
	font-size:1.17em;
	color:#fff;
	cursor:pointer;
}

form button:hover {
	background:#333;
}

.k-contact-form-required-field label:after {
	content:"*";
	font-size:.7em;
	margin-left:10px;
	padding-top:20px;
}

@media screen and (max-width: 1190px) {
    .grid li {
        width: 33.33333333%; 
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
}
 
@media screen and (max-width: 945px) {
    .grid li {
        width: 50%; 
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }

    .timeline-time {
    	font-size:1.1em;
    }

    .k-lens-timeline h3 {
    	font-size:1.5em;
    }

    .k-lens-album .time {
    	font-size:1em;
    }

    .k-lens-album .tags {
    	display:block;
    	width:100%;
    	text-align:center;
    }

    .k-lens-album .tags:before {
    	content:"";
    }
}
 
@media screen and (max-width: 540px) {
    .grid li {
        width: 100%; 
    }
}

@media screen and (max-width: 720px) {
	img#logo {
		max-height:50px;
		width: auto;
	}

	.entry p, .album-desc, .essay-content, .main-p, 
	.exif p, .entry time, .time, .essay-time {
		font-size:1.1em;
	}
	oxygen-footer,
	oxygen-footer-inside,
	.oxygen-footer-menu-wrapper {
		display: none;
	}

	.entry h2, .album-name, .essay-title, .exif h1 {
		font-size:2em;
	}
	
}

.k-mosaic{position:relative;display:block;list-style:none;padding:0;margin:0}.k-mosaic:after,.k-mosaic:before{content:" ";display:table}.k-mosaic:after{clear:both}.k-mosaic>li{display:inline;height:auto;float:left;font-size:0!important;line-height:0!important;box-sizing:border-box}.k-mosaic img{max-height:none!important;vertical-align:baseline}.k-mosaic-1>li{width:100%}.k-mosaic-1>li:nth-of-type(n){clear:none}.k-mosaic-1>li:nth-of-type(1n+1){clear:both}.k-mosaic-2>li{width:50%}.k-mosaic-2>li:nth-of-type(n){clear:none}.k-mosaic-2>li:nth-of-type(2n+1){clear:both}.k-mosaic-3>li{width:33.333333333%}.k-mosaic-3>li:nth-of-type(n){clear:none}.k-mosaic-3>li:nth-of-type(3n+1){clear:both}.k-mosaic-4>li{width:25%}.k-mosaic-4>li:nth-of-type(n){clear:none}.k-mosaic-4>li:nth-of-type(4n+1){clear:both}.k-mosaic-5>li{width:20%}.k-mosaic-5>li:nth-of-type(n){clear:none}.k-mosaic-5>li:nth-of-type(5n+1){clear:both}.k-mosaic-6>li{width:16.66667%}.k-mosaic-6>li:nth-of-type(n){clear:none}.k-mosaic-6>li:nth-of-type(6n+1){clear:both}.k-mosaic-7>li{width:14.28571%}.k-mosaic-7>li:nth-of-type(n){clear:none}.k-mosaic-7>li:nth-of-type(7n+1){clear:both}.k-mosaic-8>li{width:12.5%}.k-mosaic-8>li:nth-of-type(n){clear:none}.k-mosaic-8>li:nth-of-type(8n+1){clear:both}.k-mosaic-9>li{width:11.11111%}.k-mosaic-9>li:nth-of-type(n){clear:none}.k-mosaic-9>li:nth-of-type(9n+1){clear:both}.k-mosaic-10>li{width:10%}.k-mosaic-10>li:nth-of-type(n){clear:none}.k-mosaic-10>li:nth-of-type(10n+1){clear:both}.k-mosaic.edge>li{margin:1px 1px 0 0}.k-mosaic-1.edge li:first-child,.k-mosaic-2.edge>li:nth-of-type(-n+2),.k-mosaic-3.edge>li:nth-of-type(-n+3),.k-mosaic-4.edge>li:nth-of-type(-n+4),.k-mosaic-5.edge>li:nth-of-type(-n+5),.k-mosaic-6.edge>li:nth-of-type(-n+6),.k-mosaic-7.edge>li:nth-of-type(-n+7),.k-mosaic-8.edge>li:nth-of-type(-n+8),.k-mosaic-9.edge>li:nth-of-type(-n+9),.k-mosaic-10.edge>li:nth-of-type(-n+10){margin-top:0!important}.k-mosaic-1.edge li,.k-mosaic-2.edge>li:nth-of-type(2n),.k-mosaic-3.edge>li:nth-of-type(3n),.k-mosaic-4.edge>li:nth-of-type(4n),.k-mosaic-5.edge>li:nth-of-type(5n),.k-mosaic-6.edge>li:nth-of-type(6n),.k-mosaic-7.edge>li:nth-of-type(7n),.k-mosaic-8.edge>li:nth-of-type(8n),.k-mosaic-9.edge>li:nth-of-type(9n),.k-mosaic-10.edge>li:nth-of-type(10n),.k-mosaic-uneven:last-child{margin-right:0!important}.k-mosaic-2.edge>li:nth-of-type(2n+1),.k-mosaic-3.edge>li:nth-of-type(3n+1),.k-mosaic-4.edge>li:nth-of-type(4n+1),.k-mosaic-5.edge>li:nth-of-type(5n+1),.k-mosaic-6.edge>li:nth-of-type(6n+1),.k-mosaic-7.edge>li:nth-of-type(7n+1),.k-mosaic-8.edge>li:nth-of-type(8n+1),.k-mosaic-9.edge>li:nth-of-type(9n+1),.k-mosaic-10.edge>li:nth-of-type(10n+1){margin-left:0!important}