.emojikeyboard{
	box-sizing: border-box;
}
.emojikeyboard h3{
	text-align: left;
	cursor:pointer;
	display: block;
    cursor: pointer;
    position: relative;
    padding: .3em .3em .3em .6em;
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
	box-sizing: border-box;
	border-radius: 3px;
	width:175px;
	margin-top:0;
}
.js_emojikeyboard_button.active {
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	margin-bottom:0;
}
.emojikeyboard ._arrow{
	float:left;
	margin-right:5px;
	width:27px;
	height:24px;
	margin-top: 3px;
}
.emojikeyboard ._arrow{
	background:url('../assets/keyboard_icon.png') no-repeat 0 0/25px transparent;
}
.js_emojikeyboard_button.active ._arrow{
	 -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
	margin-top: 0px;
}
.emojikeyboardcontainer{
	display:none;
}
#es{
	display:block;
}
.emojikeyboard .navigation{
	margin-bottom:10px;
}
.emojikeyboard .navigation a{
	font-weight:bold;
	color: #3f87a6;
	cursor:pointer;
	font-size:16px;
	margin: 0 3px;
}
.changelanguage a{
	font-size: 16px;
	height: auto;
	color: #ffda30;
	line-height: 0.6em;
}
.emojikeyboard h2{
	color:#ac54c0;
	margin-bottom:0;
	float:left;
	font-size:20px;
	width:100%;
	margin:auto;
	text-align:left;
}
.emojikeyboard h2 a{ 
	float:right;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	margin-top:5px;
	color: #3f87a6;
}
.emojiarea{clear:both;}

.comment-form-comment {position:relative;}

.emojikeyboard .js_emojikeyboardcontent_all{
	background: #fff;
	border-radius: 0 0 5px 5px;
	border: 1px solid #dddddd;
	height:auto !important;
	box-sizing: border-box;
	width:100%;
}

.emojikeyboard .emojikeyboardcontent{
	width:98%;
	margin:auto;
	display:inline-block;
}
.emojikeyboardbox{
	display:inline-block;
	margin:auto;
	padding:2px 3px 10px 3px;
	border:solid 3px #ccc;
	border-radius:10px;
}
.emojikeyboardbox .emojibox{
	float:left;
	cursor:pointer;
	position:relative;
	border:solid 2px transparent;
}
.emojikeyboardbox .emojibox .emoji{
	font-family: initial;
	font-size: 1.4em;
}
.emojikeyboardbox .emojibox .emoji.smaller{
	font-size: 3em;
}

.emojikeyboardbox .emojibox.active{
	border:solid 2px #f60706;
	border-radius:5px;
	background:#efefef;
}
.emojikeyboardbox .emojibox:before{
	background: rgba(255,255,255,0.8);
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
}
.emojikeyboardbox .emojibox .emoji:focus{background:none;}
.emojikeyboardbox .emojibox .emoji::-moz-selection { 
   background:transparent; 
   text-shadow: none; 
}
.emojikeyboardbox .emojibox .emoji::selection { 
   background:transparent; 
   text-shadow: none; 
}
.emojibox:after{
	display:none;
  content: "copied";
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	right: 0%;
	width: 40px;
	height: 16px;
	z-index: 2;
	color: #fff;
	border: solid 1px #fff;
	font-size: 14px;
	text-align: center;
	padding: 4px 10px;
	border-radius: 10px;
}
.emojibox.show:after{
	display:block;
}
.emojikeyboardbox .emojibox .desc{	display:none;}
.emojikeyboardbox .emojibox .desc{
	position: absolute;
	top: 65px;
	left: -110px;
	margin: auto;
	background: rgba(255,255,255,0.9);
	border: solid 2px orange;
	border-radius: 5px;
	width: 280px;
	z-index: 1;
	font-size:14px;
	padding:10px 8px;
}
.emojikeyboardbox .emojibox .desc:after{
	position:absolute;
	top:0;
	right:0;
	content:'X';
	color:#f60706;
	font-family:inherit;
	font-weight:bold;
}
.emojikeyboardbox .emojibox .desc .title{
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	color: #ac54c0;
}

.showEmojiBox {
    position: relative;
	width:40%;
	float:left;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
	display:none;
}
.emojikeyboard .link{
	float:right;
	font-size:10px;
}
.tooltipped {
    position: relative
}

.emojikeyboardbox .tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, .8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.emojikeyboardbox .tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, .8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.emojikeyboardbox .tooltipped:hover:before,
.emojikeyboardbox .tooltipped:hover:after,
.emojikeyboardbox .tooltipped:active:before,
.emojikeyboardbox .tooltipped:active:after,
.emojikeyboardbox .tooltipped:focus:before,
.emojikeyboardbox .tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}

.emojikeyboardbox .tooltipped-s:after,
.emojikeyboardbox .tooltipped-se:after,
.emojikeyboardbox .tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.emojikeyboardbox .tooltipped-s:before,
.emojikeyboardbox .tooltipped-se:before,
.emojikeyboardbox .tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, .8)
}

.emojikeyboardbox .tooltipped-se:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.emojikeyboardbox .tooltipped-s:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.js_emojikeyboard_button {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.js_emojikeyboardcontent_all {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}

@media only screen and (max-width: 600px) {
	.emojikeyboard .navigation a {
		font-size:14px;
		letter-spacing:-1px;
	}
	.js_emojikeyboardcontent_all {
		padding: 0 5px;
	}
}









