html{
	
	height: 100%;
	overflow-x: hidden;
}

html body{
	height: 100%;
	background-color: #f1f1f1
}

.header{
	text-align: center;
	}
	.header img{
		width: 380px;
		margin: 20px 0
		}

ul#widget-container{
	position:relative;
}

body, img, li figure {
    height: 100%;
}
.grid1 li, img, li a, li figure {
    width: 100%;
}
.slideshow, img {
    max-height: 100%;
}
.image-fade-in figure, .image-fade-out figure {
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    border: 0 none;
    font-family: inherit;
    font-feature-settings: inherit;
    font-kerning: inherit;
    font-language-override: inherit;
    font-size: 100%;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-synthesis: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol, ul {
    list-style: outside none none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, td, th {
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
}
blockquote, q {
    quotes: none;
}
blockquote::after, blockquote::before, q::after, q::before {
    content: none;
}
a img {
    border: medium none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
* {
    box-sizing: border-box;
}
.clearfix::after, .clearfix::before {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
body {
    background-color: transparent;
    font-family: Verdana,Arial,sans-serif;
    font-size: 90%;
}
img {
    max-width: 100%;
    object-fit: contain;
}
li {
    float: left;
    padding: 0.5%;
}
li figure {
    position: absolute;
}
li a {
    background-repeat: no-repeat;
    background-size: 100% auto;
    color: #333;
    display: block;
    height: 0;
    line-height: 0;
    padding-bottom: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.big, .medium, li span {
    display: none;
}
.grid2 li {
    width: 50%;
}
.grid3 li {
    width: 33.33%;
}
.grid4 li {
    width: 25%;
}
.grid4 img {
    padding: 1%;
}
.grid5 li {
    width: 20%;
}
.grid6 li {
    width: 16.65%;
}
.grid7 li {
    width: 14.27%;
}
.grid8 li {
    width: 12.5%;
}
.grid9 li {
    width: 11.1%;
}
.grid10 li {
    width: 10%;
}
.slideshow li {
    padding: 0;
    width: 100%;
}
.pinterest li a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dedede;
    font-size: 12px;
    line-height: 16px;
}
.pinterest li span {
    display: block;
}
.pinterest li img {
    height: auto;
}
.image-fade-in figure {
    display: block;
    opacity: 0.99;
}
.image-fade-in figure.hover-fade-in {
    opacity: 0.8;
    transition: all 0.2s ease-in 0s;
}
.image-fade-in figure.hover-fade-in, .image-fade-out figure.hover-fade-out {
    transition: all 0.2s ease-in 0s;
}
.image-fade-out figure {
    display: block;
    opacity: 0.8;
}
.image-fade-out figure.hover-fade-out {
    opacity: 0.99;
    transition: all 0.2s ease-in 0s;
}

.pinterest li span{
	padding: 10px;
	overflow: hidden;
}

.pinterest li a{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.4);
}