*,
body,
html {
	box-sizing: border-box
}
::-webkit-scrollbar-track {
	background: #606c88
}

::-webkit-scrollbar {
	height: 4px;
    width: 4px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    overflow-x: auto;
    background: #ececec;
}
body,
html {
	padding: 0;
	margin: 0;
	height: 100%;
    color: #4a4a4a;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
}

body {
	background: #ebecef;
	font-family: arial, sans-serif
}
#main {
    width: 100%;
    float: left;
    min-height: 90vh;
}
.container {
	max-width: 1040px;
	margin: 0 auto;
}

.recent {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
    background: #606c88;
    z-index: 9999;
}
#recent-aesthetic {
    margin: 2px;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    text-align: center;
    color: #555;
    background: #606c88;
    padding-top: 5px;
}
.input {
    width: 85%;
    float: left;
    position: relative;
    color: #fff;
    padding-left: 5px;
}
.input input {
    width: 100%;
    outline: 0;
    height: 40px;
    text-align: center;
    border: none;
    padding: 9.5px;
    border: 0;
    font-size: 15px;
    display: block;
    border-radius: 3px 0 0 3px;
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 1px 3px rgba(200,200,200,.7);
    box-shadow: inset 1px 1px 3px rgba(200,200,200,.7);
    color: #444;
}
.input span {
    width: 50px;
    float: left;
    text-align: center;
    height: 40px;
    top: 0;
    right: 0;
    position: absolute;
    font-size: 20px;
    padding: 4px;
    color: #bd1c1c;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.copy {
    color: #fff;
    padding: 11px;
    display: block;
    text-transform: uppercase;
    background: #00ab4c;
    font-size: 13px;
    border-radius: 0;
    float: right;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    z-index: 9999;
}
.sharenow {
    float: left;
    width: 15%;
    text-align: center;
    position: relative;
    border-radius: 0 3px 3px 0;
    overflow: hidden;
}
#st-1 {
    clear: none!important;
    float: right;
    width: 65%;
    margin: 5px 0;
}
span.sharetext {
    float: left;
    text-transform: uppercase;
    color: #f9f9f9;
    width: 35%;
    padding: 8px 5px 8px 290px;
    text-align: right;
}
.mobiads {
    display: table!important;
    margin: 12px 0!important;
    float: left;
    clear: both;
    width: 100%!important;
}
h1.titleh1 {
    border-bottom: 1px solid #ffffff;
    padding: 5px 0;
    margin: 5px 0;
    font-family: arial,sans-serif;
    clear: both;
    font-size: 25px;
}
footer {
    clear: both;
    margin-top: 20px;
    background: #484848;
    padding: 20px 20px 100px 20px;
}
footer p {
    margin: 0;
}
.bulkcopy {
	max-width: 1168px;
	margin: 0 auto;
}
.aesthetic-copy {
    float: left;
    width: 100%;
}

a {
	text-decoration: none
}
footer,
h2,
h3,
h4 {
    font-weight: 300;
    color: #f5f5f5;
}

a {
    text-decoration: none
}
.aesthetic,
.aesthetic-symbols, .aesthetic-copy, .footer p.symbol-description,
footer {
	text-align: center
}
h2,
h3,
h4 {
    text-align: left;
    padding: 5px;
}
.site-title a,
article,
aside, img,
footer,
header,
section {
	display: block
}
.aesthetic {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
    min-width: 65px;
    text-align: center;
    vertical-align: text-top;
    overflow: hidden;
    border-color: #757575;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-size: 1rem;
    height: 2.5em;
    line-height: 35px;
}
.recent-aesthetic .aesthetic {
    margin-bottom: 0.1rem;
}
.recent-aesthetic .aesthetic:hover {
    box-shadow: revert;
}
.aesthetic-symbols .aesthetictext {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    background: #fff;
    color: #555555;
    padding: 1px 14px;
    font-size: 25px;
}

.copied {
    color: #fff;
    font-size: 9px;
    position: absolute;
    padding: 5px 10px;
    background: #00ab4c;
    top: -2px;
    right: 13px;
    border-radius: 3px;
    z-index: 9999;
    float: left;
    line-height: 10px;
}
.aesthetic:hover {
    background: #ffffff;
    color: #000;
    border-color: #f1f2fd;
    border: 1px solid #f1f2fd;
    z-index: 10;
    transform: scale(1.1);
    box-shadow: 0 0 10px 0 #d6d6d6;
    overflow: revert;
}
span.aesthetictext:hover {
    background: #c9ccd2;
    color: #000;
    overflow: revert;
}
.recent-aesthetic .aesthetic:hover {
    overflow: hidden;
}
.cate, .pages, nav {
    width: 100%;
	float: left;
    text-align: center;
    margin: 1rem 0;
}

a.exlink, .cate a, .pages a, nav a {
    background: #fff;
    margin-bottom: 5px;
    color: #4a4a4a;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.5em - 1px) calc(.75em - 1px);
    position: relative;
    vertical-align: top;
}
.cate a {
    background-color: #606c88;
    border-color: transparent;
    color: #fff;
}
.cate a:focus {
    border-color: #365899;
    color: #363636;
}
.cate a:hover, a.page-link:hover, a.exlink:hover {
    opacity: .8;
}
a.exlink {
    background-color: #fff;
    color: #4a4a4a;
}
a.page-link {
    background: #ebecef;
}

h1.entry-title {
	font-size: 40px;
    margin: 22px;
    color: #fff;
    text-align: center;
}
.pages {
    color: white;
}
#menuline {
    display: block;
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 40px;
    float: left;
}
#menuline span:nth-child(1) {
    top: 12px;
    width: 38px;
}
#menuline span:nth-child(2) {
    top: 21px;
    width: 30px;
}
#menuline span:nth-child(3) {
    top: 30px;
    width: 22px;
}
#menuline span {
    background: #E5EFFF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 5px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 4px;
}
#menuline:hover span {
    background: #fff;
}
.menudiv {
    float: left;
    width: 23%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 99999 !important;
    -webkit-box-shadow: 8px 0 17px 0 rgba(0,0,0,.28);
    -moz-box-shadow: 8px 0 17px 0 rgba(0,0,0,.28);
    box-shadow: 8px 0 17px 0 rgba(0,0,0,.28);
    display: none;
}
.menudiv .mtext {
    display: inline-block;
    width: 100%;
}
.menudiv .close {
    position: absolute;
    right: -42px;
    top: 10px;
    font-size: 18px;
    padding: 10px 15px;
    border: none;
    color: #fff;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    z-index: 3;
}
.menudiv, .menudiv .close {
    background: #606c88;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #3f4c6b, #606c88);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #3f4c6b, #606c88); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.menudiv h2 {
    text-align: center;
    margin: 5px;
    font-size: 1.4rem;
    border-bottom: 1px solid #fff;
}
.menulist {
    overflow: auto;
    height: 85%;
    padding-right: 3px;
    background: 0 0;
}
.menulist a {
    display: block;
    text-align: right;
    padding: 10px 18px 10px 0;
    color: #ffffffbf;
    font-size: 15px;
    text-transform: uppercase;
    backface-visibility: hidden;
    border-radius: 3px;
    border: 1px solid transparent;
}
.menulist a:hover {
    background: #f5f6fb;
    color: #000;
    border-right: 2px solid #00ab4c;
}
header {
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 21%);
    background: #606c88;
}
p.site-title {
	margin: 0;
	font-weight: 700
}
.menudiv h2 a, .site-title a {
	padding: 3px;
    font-size: 30px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #E5EFFF;
    backface-visibility: hidden;
}
.menudiv h2 a {
    color: #fff;
    text-transform: none;
    font-size: 22px;
    font-weight: 600;
}
.branding-text {
    background: #606c88;
	padding: 0;
	color: #fff;
	text-align: center
}
p.akpage {
    display: none;
}
/* infinite scrolling */

.aload {
	font-size: 20px; /* change size here */
	position: relative;
	width: 4em;
	height: 1em;
	margin: 10px auto;
  }
  
  .aload span {
	display: block;
	width: 1em;
	height: 1em;
	border-radius: 0.5em;
	background: #606c88;
	position: absolute;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
  }
  
  .aload span:nth-child(1),
  .aload span:nth-child(2) {
	left: 0;
  }
  .aload span:nth-child(3) { left: 1.5em; }
  .aload span:nth-child(4) { left: 3em; }
  
  @keyframes reveal {
	from { transform: scale(0.001); }
	to { transform: scale(1); }
  }
  
  @keyframes slide {
	to { transform: translateX(1.5em) }
  }
  
  .aload span:nth-child(1) {
	animation-name: reveal;
  }
  
  .aload span:nth-child(2),
  .aload span:nth-child(3) {
	animation-name: slide;
  }
  
  .aload span:nth-child(4) {
	animation-name: reveal;
	animation-direction: reverse;
  }
.page-load-status {
	text-align: center;
	color: #777;
	float: left;
	width: 100%;
  }
.infinite-scroll-last{
	font-size: 20px;
	margin: 2px 0;
	padding: 2px 0;
}
/* infinite scrolling */
@media only screen and (min-width:1400px) {
	.container {
		max-width: 75%;
	}
}
@media only screen and (max-width:1024px) {
span#random-symbol{
    display: none;
}
.bulkcopy {
    max-width: 100%;
}
footer {
    padding: 20px 20px 115px 20px;
}
span.sharetext {
    font-size: 12px;
    padding: 10px 5px;
    color: #f9f9f9;
    width: 15%;
}
#st-1 {
    width: 85%;
}
.site-title a {
	padding: 5px;
	font-size: 32px
	}
.symbolinfo {
	margin: 0 5px
}
h2 {
	font-size: 20px
}
h1.entry-title {
	font-size: 38px
}
h1.titleh1 {
    font-size: 1.5rem!important;
}
.aestheticbio {
    padding: 0 10px;
}
#mopages {
    padding: 0 10px;
}
#menuline span {
    left: 12px;
}
.menudiv {
    width: 50%;
}
    
}
@media only screen and (max-width:970px) {
    #menuline span:nth-child(1) {
        top: 9px;
    }
    #menuline span:nth-child(2) {
        top: 18px;
    }
    #menuline span:nth-child(3) {
        top: 27px;
    }
    .aesthetic-symbols .aesthetictext {
        font-size: 18px;
    }
    .menudiv {
        width: 60%;
    }
    .menudiv .close {
        top: 0px;
        font-size: 16px;
    }
    .menudiv h2 a {
        font-size: 17px;
    }
    .menudiv h2 {
        margin: 0;
        font-size: 5px;
    }
}
@media only screen and (max-width:600px) {
	.site-title a {
		font-size: 19px;
		overflow: hidden
	}
	h1.entry-title {
		font-size: 25px
	}
    .menudiv {
        width: 75%;
    }
}