body,div,section,article,ul,li,nav,h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}
body{
	font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
	padding-top: 65px;
}
body.nopadding{
	padding-top: 0;
}
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;}
a{
	text-decoration: none;
	color: #333;
}
a:hover{
	color: #00f;
}
a.current{
	text-decoration: underline;
}
h1{
    font-size: 20px;
    font-weight: 300;
}
li{
	list-style: none;
}
.wrapper{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
header{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	padding: 15px 0;
	background: ghostwhite;
	border-bottom: 1px solid #9a42b1;
	transition-duration: 1s;
	z-index: 1;
}
.ad_index_top{
	margin-left: 100px;
}
.ad_wallpaper{
	position: absolute;
    top: 10px;
    right: 10px;
}
.ad_column1{
	padding: 15px;
	box-sizing: border-box;
}
.ad_index_center{
	text-align: center;
	padding: 0 0 20px;
}
.flex{
	display: flex;
}
.fixed{
	position: fixed;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
header .flex{
	align-items: center;
	justify-content: space-between;
}
a.logo{
	color: #00f;
	font-size: 18px;
	font-weight: 600;
}
.logo img{
    vertical-align: middle;
    margin-right: 5px;
}
.topnav a{
	margin: 0 0 0 20px;
	font-size: 16px;
	color: #333;
}
.topnav a.curr{
	text-decoration: underline;
}
/*.topnav a:nth-child(1){
	color: olive;
}
.topnav a:nth-child(2){
	color: orangered;
}
.topnav a:nth-child(3){
	color: deepskyblue;
}
.topnav a:nth-child(4){
	color: darkorange;
}
.topnav a:nth-child(5){
	color: forestgreen;
}
.topnav a:nth-child(6){
	color: revert;
}*/
.topnav a:hover{
	color: blue;
}
section{
	margin-bottom: 50px;
}
section.dayimg, section.solo{
	padding-top: 10px;
}
.ad-vertical{
	position: absolute;
	right: -100px;
}
/* .dayimg>div:first-child{
	width: 66%;
}
.dayimg>div:first-child img{
    width: 50%;
    margin: 0 10px 10px 0;
}
.dayimg>div:last-child{
	width: 33%;
}
.dayimg>div:last-child img{
	width: 100%;
} */
/* .dayimg>div>div{
	height: 253px;
	overflow: hidden;
} */
/* .dayimg img{
	width: 450px;
} 
.dayimg > div{
	height: 405px;
}
.dayimg > div img {
    width: 720px;
}*/
h2{
	padding: 10px 0;
	font-weight: 100;
}
.dayimg article{
	padding: 0  15px;
}
.dayimg article p{
	font-size: 14px;
	line-height: 1.6;
}
.tompic img{
	opacity: 0.65;
}
.tompic img:hover{
	opacity: 1;
}
.imglist>li{
	float: left;
	width: 20%;
	padding: 1px;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}
.yearimglist>li{
  width: 25%;
}
.local{
    float: left;
    width: 15%;
    padding: 2px;
    box-sizing: border-box;
}
.local img{
    width:100%;
    float:left;
}
li.more{
    text-align: right;
    padding: 15px 0 0;
    font-size: 22px;
    float: right;
}
li.more a{
	color: cornflowerblue;
}
li.more a:hover{
	color: #3a81ff;
}
.infeed{
	height: 150px;
}
.imglist>li:hover div{
	opacity: 0.65;
}
.imglist>li:hover a img{
	opacity: 0.85;
	transform: scale(1.2);
	transition: transform ease 0.3s;
}
.imglist>li>div{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	color: #fff;
	padding: 5px;
	justify-content: space-between;
	align-items: center;
}
.imglist>li>div>span{
	width: 40%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}
.imglist>li>div time{
	color: #fff;
}
.imglist li a img{
	width: 100%;
	height: auto;
	display: block;
}
/*ul~h3{
	text-align: right;
}*/
.arcnav{
    padding: 20px;
	text-align: center;
	/*background: teal;*/
}
.arcnav>a{
	display: inline-block;
	width: 150px;
	height: 150px;
	margin: 10px;
	border-radius: 100%;
	background: #ccc;
	overflow: hidden;
	text-align: center;
	position: relative;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.arcnav>a div{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(108, 93, 93, 0.25);
	display: flex;
	flex-direction: column;
	color: #ccc;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	transition: all ease 0.3s;
}
.arcnav>a:hover div{
	background: none;
	color: #fff;
}
.alpnav{
	padding: 10px 0 20px;
	text-align: center;
}
.alpnav a{
	font-size: 20px;
	margin: 0 10px;
}
footer{
	padding: 20px;
	background: #ededed;
	border-top: 1px  solid cornflowerblue;
}
footer .flex{
	align-items: center;
}
footer a{
	margin-right: 15px;
}
.page{
	padding-bottom: 20px;
}
.page a{
	margin: 0 5px;
	font-size: 16px;
}
.alpnav{
	top: 20px;
	right: 0px;
	z-index: 1;
}
.alpnav a{
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #ccc;
	border-radius: 100%;
	margin-bottom: 5px;
	background: #eee;
	color: #666;
}
.fixed.alpnav a{
	display: block;
}
.alpnav a.curr,
.alpnav a:hover{
	background: #fff;
	color: teal;
}
.arc-wrapper{
	position: relative;
	box-sizing: border-box;
	padding-bottom: 20px;
	min-height: 80vh;
}
.arc-wrapper aside{
    width: 200px;
    padding: 20px 0 0;
    position: fixed;
    right: calc(50% - 600px);
}
.arc-wrapper section{
	width: 80%;
	float: left;
}
.arclist img{
	margin-right: 15px;
	float: left;
}
.arclist h3 span{
	margin-right: 10px;
}
.calendar{
	width: 80%;
	height: 150px;
	border: 1px solid #333;
	margin: 25px 0;
}
.monthlist li{
	margin: 5px 0;
	font-size: 14px;
	padding: 7px 10px;
    border-bottom: 1px solid #ddd;
}
.monthlist li.curr a{
	color: #cc2f00;
}
.monthlist li a{
	display: flex;
	justify-content: space-between;
}
.monthlist li a span:last-child{
	color: #57bbef;
}
.monthlist li.curr a span:last-child{
	color: #cc2f00;
}
aside h2{
    border-bottom: 1px solid #ccc;
    text-align: center;
    text-transform: capitalize;
}
.monthly{
    border: 1px solid #ccc;
    background-color: #f3f3f3;
}
.yearly>li{
    padding: 10px;
}
.yearly>li:not(:last-child){
    border-bottom: 1px solid #ccc;
}
.yearly>li h3{
	background: url(../img/icon-down.png) no-repeat right;
    background-size: 12px;
}
.yearly>li.open h3{
	background: url(../img/icon-up.png) no-repeat right;
    background-size: 15px;
}
.monthlist{
	display: none;
}
.open .monthlist{
	display: block;
	background: #fff;
}
.searchbody{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center; 
}
.searchbox{
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 100;
}
.bgdiv {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #666;
    background-size: cover;
}
.searchbox input{
    width: 40%;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #ccc;
    text-indent: 10px;
    box-shadow: 1px 1px 15px 2px #333;
    outline: none;
}
.dayimg h1{
    margin-bottom:15px;
}
.solo h1{
    margin: 15px 0;
}
.solo>div>a{
	position: relative;
}
.solo>div>a img.fullscreen{
    position: absolute;
    right: 6px;
    top: 6px;
    width: 25px;
    opacity: 0.5;
}
.solo>div>a:hover img.fullscreen{
	opacity: 1;
}
.solo article{
	padding-left: 15px;
	box-sizing: border-box;
}
.solo article p{
	margin: 0 0 15px;
	line-height: 1.8;
	font-size: 14px;
}
time{
	color: #ccc;
	font-weight: normal;
	font-size: 14px;
}
.shares{
	margin: 20px 0;
}
.article-side .shares{
	margin-top: 50px;
}
.article-side>div:not(.shares)>span{
	margin-right: 10px;
	color: #666;
}
.shares>span{
	margin-right: 10px;
}

.shares>span{
	float: left;
}
.tw-share-button{
	background: #04aded;
    padding: 7px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    border-radius: 2px;
    width: 62px;
    display: inline-block;
    line-height: 1.6;
    text-align: center;
}
.tw-share-button#p{
	background: #e50001;
}
.tw-share-button#f{
	background: #4267b2;
}
.tw-share-button#tu{
	background: #36465d;
}
.tw-share-button:hover{
	background: #4cbce6;
}
.tw-share-button#tu:hover{
	background: #051935;
}
.tw-share-button#f:hover{
	background: #1960c3;
}
.tw-share-button span{
    background: #fff;
    color: #0077e5;
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: bold;
    margin-right: 7px;
}
.tw-share-button#t span{
	padding: 0px 2px;
}
.tw-share-button#t span img{
	vertical-align: middle;
    width: 10px;
}
.tw-share-button#p:hover{
	background: #f52829;
}
.tw-share-button#p span{
	 color: #e50001;
}
.tw-share-button#tu span{
	 color: #36465d;
}
.tw-share-button#f span{
	 color: #4267b2;
}
.sharebtn{
	/* display: none; */
	transition: all ease 0.3s;
	float: right;
}
.icon.share:hover+span.sharebtn{
	display: inline-block;
	padding: 0 10px;
}
span.sharebtn span{
 	margin-right: 5px;
 }
.iconSide{
	display: none;
}
/*wallpaper*/
.wp-wrapper{
	position: relative;
	height: 100vh;
	overflow: hidden;
}
.wp-wrapper>img{
	width: 100%; 
	height: auto;
	position: absolute;
	top: 50%;
	left: 0;
}
.wp-wrapper>img.higher{
	width: auto; 
	height: 100%;
	left: 50%;
	top: 0;
}
.wp-wrapper>img.mobile_terminal{
	top: 0;
	height: 100%;
}
#preset_photo{
	/*position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s ease;*/
	z-index: 10;
}
.wp-wrapper .detail{
	/*display: none;*/
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: rgba(0,0,0,.25);
}
.nextPage, .prevPage{
	position: absolute;
	top: 50%;
	z-index: 999;
	cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
}
.nextPage img, .prevPage img{
	opacity: 0.85;
}
.nextPage:hover, .prevPage:hover{
	 background: rgba(0, 0, 0, 0.5);
}
.prevPage.disabled, .nextPage.disabled{
	cursor: default;
}
.prevPage.disabled:hover, .nextPage.disabled:hover{
	background: rgba(0, 0, 0, 0.2);
}
.prevPage.disabled img, .nextPage.disabled img{
	opacity: 0.2;
}
.nextPage{
	right: 10px;
}
.prevPage{
	left: 10px;
}
.detail>div{
	color: #eee;
}
.detail div.description{
	color: #f1efee;
	font-size: 16px;
    margin: 15px 0;
}
.detail div.date a{
	color: #ddd;
	margin-left: 15px;
	text-decoration: underline;
}
.detail div.date a:hover{
	color: #00f;
}
.detail div.title{
	font-size: 18px;
}
.nav-btn >*{
	margin-right: 15px;
}
.icon{
	display: inline-block;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: center;
}
.nav-btn .icon:hover{
	background-size: cover;
}
.nav-btn .home{
	background-image: url(../img/icon-home-n.png);
}
.home:hover{
	background-image: url(../img/icon-home-h.png);
}
.icon.back{
	background-image: url(../img/icon-back.png);
}
.icon.back:hover{
	background-image: url(../img/icon-back-h.png);
}
.nav-btn .prev{
	display: none;
	background-image: url(../img/icon-left-b.png);
}
.nav-btn .next{
	display: none;
	background-image: url(../img/icon-right-b.png);
}
.prev:hover{
	background-image: url(../img/icon-left-h.png);
}
.next:hover{
	background-image: url(../img/icon-right-h.png);
}
.prev.disabled{
	cursor: none;
	background-image: url(../img/icon-left-n.png);
}
.next.disabled{
	cursor: none;
	background-image: url(../img/icon-right-n.png);
}
.icon.view{
	margin-right: 3px;
	background-image: url(../img/icon-view-n.png);
}
.nav-btn .like{
	width: 24px;
    height: 24px;
	margin-right: 3px;
	background-image: url(../img/icon-like-n.png);
	cursor: pointer;
}
.nav-btn .liked .like{
	cursor: auto;
}
.nav-btn strong{
	font-weight: normal;
}
.like:hover{
	background-image: url(../img/icon-like-h.png);
	background-size: cover;
}
.liked .like{
	background-image: url(../img/icon-like-l.png);
}
.nav-btn .share{
	width: 24px;
    height: 24px;
    margin-right: 0;
	background-image: url(../img/icon-share-n.png);
}
.share:hover{
	background-image: url(../img/icon-share-h.png);
}
.download{
	background-image: url(../img/icon-download-n.png);
}
.download:hover{
	background-image: url(../img/icon-download-h.png);
}
.spinner {
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 10px;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
}
.spinner > div {
    background-color: #42e8cb;
    height: 100%;
    width: 6px;
    display: inline-block;
    margin: 0 5px;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
    animation-delay: 0s;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}


@-webkit-keyframes stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% {
           transform: scaleY(1.0);
           -webkit-transform: scaleY(1.0);
       }
}
.imglist.lists{
	min-height: 50vh;
}
.well{
	padding: 15px 0;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.well .ad{
    flex: 1;
    height: 90px;
}
.well h1{
    margin-right: 20px;
}
.well a{
	font-weight: bold;
	margin: 0 10px;
}
.well a img{
	width: 20px;
    vertical-align: -3px;
}
.well a img.icon-classic{
	width: 15px;
    vertical-align: -2px;
}
.well a img.icon-slide{
	 width: 22px;
    vertical-align: -5px;
}
.well a strong{
	color: #666;
	font-weight: normal;
}
.well a strong.curr{
	color: #d21f1f;
	font-weight:  bold;
}
.pagination{
	padding: 50px 0 30px;
	text-align: center;
	font-size: 16px;
}
.pagination a:not(:first-child):not(:last-child){
	display: inline-block;
    border: 1px solid #333;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
}
.pagination li:not(:first-child):not(:last-child) a{
	display: inline-block;
    border: 1px solid #333;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
}
.pagination a.curr{
	background: turquoise;
}
.page-btn.disabled{
	color: #ccc;
}
.imglist li img.icon-view{
	float: left;
	width: 20px;
	margin-right: 2px;
}
.my-gallery{
	padding: 0;
}
.my-gallery figure{
	width: 20%;
	float: left;
	margin: 0;
	position: relative;
	padding: 1px;
	overflow: hidden;
    box-sizing: border-box;
}
figure>a>div{
	position: absolute;
	display: flex;
	bottom: 5px;
	color: #fff;
	justify-content: space-between;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    display: none;
}
figure:hover a>div{
	display: flex;
}
figure>a>div time{
	color: #fff;
}
figure>a>div span{
	width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
 }
figcaption{
	display: none;
}
.my-gallery figure>a> img{
	width: 100%;
	height: auto;
	display: block;
}
.my-gallery figure img.icon-view {
    float: left;
    width: 20px;
    margin-right: 2px;
}
.pswp__caption__center{
	text-align: center;
}
.arclist li{
    margin-bottom: 15px;
    background: aliceblue;
    border: 1px solid;
    padding: 10px;
}
.arclist li p{
    height: 90px;
    overflow: hidden;
    margin-top: 10px;
}
.arclist time{
	color: #666;
	margin-right: 5px;
}
#showSide{
	display: none;
}
.privacy-policy{
    margin: 20px auto 50px;
}
.about{
	width: 100%;
	max-width: 800px;
	margin: 20px auto 50px;
	text-align: center;
}
.about > h1{
	font-size: 16px;
	font-weight: normal;
}
.about > h2{
	font-size: 14px;
	color: #51a03e;
	font-weight: normal;
}
.about > img{
	width: 80%;
}
.about > h3{
	text-align: center; 
	font-weight: normal;
	color: #999;
	font-size: 12px;
}
.about > p{
	text-align: justify;
	margin: 20px 20px;
	font-size: 13px;
	line-height: 1.8;
	color: #333;
}
#comment{
	margin: 50px 20px;
	text-align: left;
}
.mobile-wallpaper-samples>img{
	width: 300px;
	margin: 2px;
}
.searchbox h1{
	margin: -100px 0 50px;
}
.searchbody h1 a{
	color: #fff;
}
#___gcse_0{
	width: 500px;
	max-width: 90%;
}
#___gcse_0>div{
	margin: 0;
	padding: 0;
}
.gsib_a{
	padding: 0 !important;
}
.cse .gsc-control-cse, .gsc-control-cse, .gsc-input-box{
	background-color: transparent !important;
	border: none !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input{
	height: 36px !important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2{
	display: none !important;
}
.backdrop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: none;
	background: rgba(200,200,200,0.25);
}
.phone-wallpaper{
    margin: 0 0 30px;
    float: left;
}
.phone-wallpaper-list li{
	position: relative;
    float: left;
    width: 180px;
    margin: 0 15px 15px 0;
    box-sizing: border-box;
}
.phone-wallpaper-list img{
	width: 100%;
	float: left;
}
.pagination li { display: inline-block; margin: 0 2px;}
.pagination li.active span{
	background: turquoise;
	display: inline-block;
    border: 1px solid #333;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 2px;
}
.phone-wallpaper-list li div{
	display: none;
    position: absolute;
    background: rgba(0,0,0,0.5);
    bottom: 10px;
    left: 10px;
    right: 10px;
    color: #fff;
    top: 10px;
    padding: 20px;
}
.phone-wallpaper-list li div a{
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
    bottom: 0;
    right: 0;
	background: url(../img/icon-download.png) no-repeat;
}
.phone-wallpaper-list li:hover div{
	display: block;
}
.none{
	display: none !important;
}
.social{
	display: flex;
}
.social>div{
	margin-left: 10px;
}
footer>div>div{
	margin-left: 50px;
}
footer>div>div span{
	margin-right: 15px;
}
footer>div>div a{
	text-transform: capitalize;
	font-size: 16px;
	margin-right: 30px;
}
footer>div>div a:nth-child(2){
	color: #1960c3;
}
footer>div>div a:nth-child(3){
	color: #1da1f2;
}
footer>div>div a:nth-child(4){
	color: #e60023;
}
footer>div>div a:nth-child(5){
	color: #001935;
}
.wrapper-phone aside{
	width: 150px;
	float: right;
}
.size-type{
	position: fixed;
    padding-top: 100px;
}
.size-list{
	display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.size-list>li{
	width: 120px;
	padding: 10px;
	border: 1px solid #333;
	margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
}
.size-list>li.curr{
	width: 150px;
}
.joinGIFsGroup{
	display: inline-block;
    font-size: 20px;
    font-family: cursive;
    padding: 5px 10px;
    background: #1877f2;
    color: white; 
    border-radius: 4px;
}
.overback{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.dlbox{
    position: relative;
    z-index: 2;
    width: 300px;
    padding: 10px;
    background: #fff;
    margin: 200px auto;
    box-shadow: 2px 2px 7px 2px #4b4848;
}
.dlbox>a{
    width: 200px;
    display: block;
    margin: 10px auto;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    text-align: center;
    user-select: none;
    white-space: nowrap;
    transition-duration: .2s;
    background-color: #2e4151;
    color: #fff;
    text-transform: none;
    cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}

.dropdown span{
    font-size: 16px;
    color: #333;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    padding: 10px 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.topnav .dropdown-content a {
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    margin: 0;
    color: #333;
}

.dropdown-content a.curr {
    color: blue;
}

.dropdown-content a:hover {
    background-color: #c2c2c2;
    color: red;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.delta {
    display: inline-block;
    position:relative;
    width: 0;
    height: 0;
    margin-left: 5px;
    margin-bottom: 2px;
    border-width: 8px 8px 0; 
    border-style: solid;
    border-color: #333 transparent transparent;
    transition: 0.3s;
}

.delta:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -8px;
    border-width: 8px 8px 0;
   /* border-style: solid;*/
    border-color: #f8f8ff transparent transparent;
}

.dropdown:hover .delta {
    border-width: 0 8px 8px;
    border-color: transparent transparent #333;
}

@media screen and (max-width: 1080px) and (min-width: 768px){
	.imglist>li{
		width: 33%;
	}
}

@media screen and (max-width: 768px) {
	header{
		padding: 20px;
   	 	box-sizing: border-box;
	}
	header .flex{
		justify-content: space-between;
	}
	h1.logo{
		font-size: 12px;
	}
	header .topnav{
		display: none;
	}
	.social{
		display: none;
	}
	.navSide, .backdrop{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	}
	.navSide{
		z-index: 1000;
	}
	.backdrop{
	 	display: none;
	 	background: rgba(0,0,0,0.5);
	 	z-index: 1001;
	 }
	 .navSide.show .backdrop{
	     display: block;
	 }
	 .navSide .topnav{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 50%;
		background: #eee;
		z-index: 1002;
	 }
	 .topnav>div{
	 	margin: 30px 0;
	 	text-align: center;
	 }
	.topnav a {
	    font-size: 16px;
	    display: block;
	    padding: 10px;
	    margin: 10px;
	    border-bottom: 1px solid #ccc;
	}
	.iconSide{
		width: 25px;
		display: block;
	}
	.imglist>li{
		width: 96%;
		margin: 2% 10px;
	}
	.dayimg>div:first-child{
		width: 100%;
	}
	.dayimg>div:first-child img{
		width: 100%;
	}
	.dayimg>div:last-child{
		flex-direction: column;
	}
	.dayimg>div img{
		width: 100%;
	}
	.dayimg>div>div{
		height: auto;
	}
	.solo>div>a,
	.solo article{
		width: 100%;
		display: block;
	}
	.column-wrapper{
	    display: block;
	}
	.column-wrapper img{
	    width: 100%;
	}
	.well {
	    flex-direction: column;
	    padding: 10px;
	    font-size: 12px;
	}
	.well>div{
	    margin: 10px 0 0;
	}
	.well a img{
		width: 15px;
	}
	.well a img.icon-classic{
		width: 13px;
	}
	.well a img.icon-slide{
		width: 20px;
	}
	.my-gallery figure{
		width: 50%;
	}
	.arc-wrapper aside{
		position: fixed;
	    right: 0;
	    top: 0;
	    width: 50%;
	    z-index: 1001;
	    background: #fff;
	    box-shadow: 0 0 5px 1px #ccc;
	    bottom: 0;
	    overflow: auto;
	    display: none;
	}
	/*.monthly{
		width: 50%;
	}*/
	.arc-wrapper aside.show{
		display: block;
	}
	.arc-wrapper section{
		width: 100%;
		padding: 0 5px;
    	box-sizing: border-box;
	}
	.arclist>li{
		margin-bottom: 10px;
	}
	.arclist h3 span{
		display: block;
		white-space: nowrap;
    	overflow: hidden;
    	font-size: 12px;
    	text-overflow: ellipsis;
	}
	.arclist li p{
		height: 35px;
		margin: 5px 0;
	}
	.arclist img {
	    width: 150px;
	    margin-right: 10px;
	    float: left;
	}
	aside h2{
		text-align: center;
	}
	#showSide{
		display: block;
		position: fixed;
	    z-index: 10010;
	    top: 50%;
	    right: -10px;
	    background: black;
        padding: 10px;
        border-radius: 4px;
	}
	#showSide.tg{
		right: -5px;
   	 	transform: rotate(180deg);
	}
	.imglist>li>div {
	    bottom: 1px;
        left: 1px;
        right: 1px;
        background: rgba(0,0,0,0.5);
    }
	.detail>div.description{
		display: none;
	}
	.arclist time{
		font-size: 12px;
	}
	.monthlist li{
		padding-left: 0px;
	}
	footer>div>div span{
		display: none;
	}
	footer>div>div a{
		margin-right: 25px;
		margin-bottom: 10px;
	    width: 80px;
	    display: inline-block;
	}
	.sharebtn{
		display: block;
		margin-top: 20px;
		margin-right: 0;
		float: none;
	}
	.tw-share-button{
		width: 60px;
	}
	.joinGIFsGroup{
		display: block;
		text-align: center;
	    margin-left: 0  !important;
	    margin: 15px;
	}
}
