@import url(https://fonts.googleapis.com/css?family=Ruluko);
 @import url(https://fonts.googleapis.com/css?family=Montserrat);
 @import url(http://weloveiconfonts.com/api/?family=fontawesome);
 [class*="fontawesome-"]:before {
	 font-family: 'FontAwesome', sans-serif;
	 font-size: 1.4rem;
	 cursor: pointer;
}
 * {
	 font-size: 100%;
	 box-sizing: border-box;
}
 html, body {
	 width: 100%;
	 min-height: 100%;
	 margin: 0;
	 background-image: radial-gradient(10% 10%, ellipse farthest-side, #cbd5eb 0%, #94b3be 90%, #6689bb 135%);
	 /* font-family: Ruluko; */
	 line-height: 1.4em;
	 color: #607779;
}
 h3 {
	 font-size: 1.2em;
	 text-align: center;
	 line-height: 1.5em;
}
 .grid[data-columns] {
	 min-width: 100%;
	 column-count: 3;
	 column-gap: 0.5em;
}
 .grid[data-columns] > section.block {
	 display: inline-block;
	 width: 100%;
}
 .grid[data-columns] > section.block:nth-child(even) {
	 order: 2;
}
 section.block {
	position: fixed;
    width: 35%;
    margin: 0;
    padding: 1em;
    font-size: 1.1em;
    color: #607779;
    letter-spacing: 1px;
    height: auto;
    bottom: 0px;
    right: 0px;
	z-index:10;
}
 @media all and (max-width: 1230px) {
	 .grid[data-columns] {
		 column-count: 2;
	}
}
 @media (max-width: 780px) {
	 .grid[data-columns] {
		 column-count: 1;
		 width: 100%;
	}
}
 @media (max-width: 450px) {
	 .grid[data-columns] section.block {
		 padding: 0;
	}
}
/**tabs**/
 .btns {
	 margin: 2em auto 0;
	 width: 22em;
	 box-shadow: 2px 5px 6px 0 rgba(0, 0, 0, .2);
}
 [for] {
	 border-width: 0.0625em;
	 padding: 0.3125em;
	 float: left;
	 width: calc(100% / 5);
	 height: 4rem;
	 color: #fefefe;
	 line-height: 3.5rem;
	 text-align: center;
	 background: #607779;
	 border-radius: 2px 2px 0 0/2px 2px 0 0;
	 transition: all 0.2s ease-in;
}
 [for] ~ [for] {
	 border-left: 0;
}
 .content {
	 overflow: hidden;
	 *zoom: 1;
	 clear: both;
	 border-top: 0;
	 height: 20rem;
	 max-height: 20rem;
}
 .content input {
	 float: left;
	 width: 14rem;
	 height: 4rem;
	 margin: 5rem 3rem;
	 border-radius: 4px;
	 box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
	 border: 1px solid #fff;
	 border-right: 0;
	 transition: border 0.2s ease-out;
}
 .content input:focus {
	 border-color: #fff;
	 outline: 0;
	 transition: border 0.3s ease-in;
}
 .content button {
	 float: left;
	 border: 0;
	 width: 4rem;
	 margin: 5.022rem -3.2rem;
	 font-size: 1.25rem;
	 border-left: 0;
	 height: 4.115rem;
	 font-weight: bold;
	 cursor: pointer;
	 color: #fffee4;
	 border: none;
	 transition: background 0.2s ease-out;
	 background: #f25036;
	 border-radius: 0 4px 4px 0;
	 box-shadow: inset 0 0 4px rgba(0, 0, 0, .3);
}
 .content ul {
	 list-style: none;
	 text-indent: 0.2em;
}
 .content ul li {
	 height: 4.5rem;
	 line-height: 4.5rem;
	 transition: all 0.3s ease;
}
 .content ul li:hover {
	 color: #fffee4;
	 background: #91b7ba;
	 box-shadow: 2px 8px 8px -5px rgba(0, 0, 0, .2);
	 margin-left: -2.5rem;
	 text-indent: 2.8em;
}
 .content ul li span {
	 color: #f25036;
	 padding-right: 2rem;
}
 .content ul li span.cnt {
	 text-align: center;
	 margin-right: 2rem;
	 padding: 0 1rem 0;
	 font-weight: bold;
	 background: #f25036;
	 color: #fffee4;
	 border-radius: 10px;
}
 .btns [id*="nav"], .btns [id*="fav"], .btns [id*="set"], .btns [id*="mail"], .btns [id*="search"] {
	 position: absolute;
	 top: -9999px;
	 left: -9999px;
}
 .btns [class*="nav"], .btns [class*="fav"], .btns [class*="set"], .btns [class*="mail"], .btns [class*="search"] {
	 transition: opacity 300ms;
	 opacity: 0;
	 float: left;
	 width: 100%;
	 margin-right: -100%;
	 border-radius: 0 0 2px 2Array/0Array 0 2px 2px;
	 transition: all 0.2s ease-in;
}
 .btns [id*="nav"]:checked ~ .content [class*="nav"], .btns [id*="fav"]:checked ~ .content [class*="fav"], .btns [id*="set"]:checked ~ .content [class*="set"], .btns [id*="mail"]:checked ~ .content [class*="mail"], .btns [id*="search"]:checked ~ .content [class*="search"] {
	 opacity: 1;
	 position: relative;
	 z-index: 10;
	 background: #fffee4;
	 height: 20rem;
	 min-height: 20rem;
}
 .btns [id*="nav"]:checked ~ .tabs [for*="nav"], .btns [id*="fav"]:checked ~ .tabs [for*="fav"], .btns [id*="set"]:checked ~ .tabs [for*="set"], .btns [id*="mail"]:checked ~ .tabs [for*="mail"], .btns [id*="search"]:checked ~ .tabs [for*="search"] {
	 background: none;
	 background: #fffee4;
	 color: #607779;
	 font-weight: bold;
}
 :not(.snote)::-webkit-input-placeholder {
	 padding-left: 1rem;
	 color: #607779;
	 font-weight: bold;
}
 :not(.snote):-moz-placeholder {
	/* Firefox 18- */
	 padding-left: 1rem;
	 color: #607779;
}
 :not(.snote)::-moz-placeholder {
	/* Firefox 19+ */
	 padding-left: 1rem;
	 color: #607779;
}
 :not(.snote):-ms-input-placeholder {
	 padding-left: 1rem;
	 color: #607779;
}
/**chat**/
 .chat-container {
	 z-index:1000 !important;
	 display: none;
	 width: 22em;
	 margin: 2rem auto 10px;
	 border-bottom: 2rem solid #3628bb;
	 box-shadow: 2px 5px 6px 0 rgba(0, 0, 0, .2);
	 border-radius: 0px 0px 10px 10px;
}
 .chat-container .header {
	     border-radius: 10px 10px 0px 0px;
	 height: 38px;
	 width: 100%;
	 padding: 2rem auto;
	 background: #3628bb;
	 color: #fffee4;
	 text-align: center;
}
 .chat-container .header h2 {
	 font-size: 1.2rem;
	 line-height: 2rem;
	 margin-top: 3px;
	 display: inline-block;
}
 .chat-box, .enter {
	 width: 100%;
	 background: #fffee4;
	 padding: 0 20px;
	 color: #607779;
}
 .chat-box .message-box {
	 padding: 18px 0 10px;
	 clear: both;
}
 .message-box .picture {
	 float: left;
	 width: 50px;
	 display: block;
	 padding-right: 10px;
}
 .picture img {
	 width: 43px;
	 height: 48px;
	 border-radius: 5px;
}
 .picture span {
	 font-weight: bold;
	 font-size: 12px;
	 clear: both;
	 display: block;
	 text-align: center;
	 margin-top: 3px;
}
 .message {
	 margin-top: 1rem;
	 background: #91b7ba;
	 display: inline-block;
	 padding: 13px;
	 width: 274px;
	 border-radius: 5px;
	 box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
	 position: relative;
	 color: #fffee4;
}
 .message:before {
	 content: "";
	 position: absolute;
	 display: block;
	 left: 0;
	 border-right: 8px solid #91b7ba;
	 border-top: 6px solid transparent;
	 border-bottom: 6px solid transparent;
	 top: 10px;
	 margin-left: -6px;
}
 .message span {
	 color: #607779;
	 font-weight: bold;
}
 .message-box.right .picture {
	 float: right;
	 padding: 0;
	 padding-left: 10px;
}
 .message-box.right .picture img {
	 float: right;
}
 .message-box.right .message:before {
	 left: 100%;
	 margin-right: 6px;
	 margin-left: 0;
	 border-right: 6px solid transparent;
	 border-left: 6px solid #91b7ba;
	 border-top: 6px solid transparent;
	 border-bottom: 6px solid transparent;
}
 .enter {
	 padding: 13px 0px;
}
 .enter input {
	 border: none;
	 padding: 10px 12px;
	 background: #d3d3d3;
	 width: 260px;
	 border-radius: 2px;
	 box-shadow: inset 0px 4px rgba(0, 0, 0, 0.1);
	 margin-bottom: 1rem;
}
 .enter a.send {
	 padding: 10px 15px;
	 background: #3628bb;
	 border-radius: 3px;
	 float: right;
	 text-decoration: none;
	 color: #fffee4;
	 font-weight: bold;
}
.chatboxBtn {
	bottom: 30px;
	cursor: pointer;
	right: 43px;
	    width: 60px;
    height: 60px;
    background: #3628bb;
    border-radius: 23%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
	    border: 1px solid #fff;
}
.chatboxBtn i{
	    color: #fff;
    font-size: 27px;
}
.chatboxClose{
	width: 10%;
    position: absolute;
    top: 8px;
    right: 2px;
    cursor: pointer;
}
.chatboxClose i{
	
}