/* smart phone */
@media screen and (max-width: 480px) { 
br { display : none ; } 
}

/* thinking */
.box23 {
    position: absolute;
    margin: 0 0 30px 90px;
    padding: 20px 15px 6px 25px;
    background: #d7ebfe;
    border-radius: 30px;
/*	  width: 100%;
	  box-sizing: border-box;*/
/*	  display: inline-block;*/
}

.box23:before{
	  font-family: FontAwesome;
    content: "\025cf";
    position: absolute;
    font-size: 15px;
    left: -40px;
    bottom: 0;
    color: #d7ebfe;
}
.box23:after{
    font-family: FontAwesome;
    content: "\025cf";
    position: absolute;
    font-size: 23px;
    left: -23px;
    bottom: 0;
    color: #d7ebfe;
}
.box23 p {
    margin: 0; 
    padding: 0;
	  display: inline-block;
}

/* talking */
.balloon5 {
    width: 100%;
	  margin: 25px 0 0 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 50px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
	  margin: 15px 0 0 0;
    border: solid 3px #696969;
    border-radius: 50%;
	  box-sizing: border-box;
}

.balloon5 .chatting {
    width: 100%;
}

.says {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 70px;
	  padding: 20px 15px 3px 10px;
    border-radius: 12px;
    background: #d7ebfe;
}

.says:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #d7ebfe;
}

.says p {
    margin: 0;
    padding: 0;
}


/* female comment */
.balloon5 {
    width: 100%;
	  margin: 25px 0 0 0;
    overflow: hidden;
}

.balloon5 .faceicon {
    float: left;
    margin-right: -90px;
    width: 50px;
}

.balloon5 .faceicon img{
    width: 100%;
    height: auto;
	  margin: 15px 0 0 0;
    border: solid 3px #696969;
    border-radius: 50%;
	  box-sizing: border-box;
}

.balloon5 .chatting {
    width: 100%;
}

.sayf {
    display: inline-block;
    position: relative; 
    margin: 5px 0 0 70px;
	  padding: 20px 15px 3px 10px;
    border-radius: 12px;
    background: #FAF0E6;
}

.sayf:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #FAF0E6;
}

.sayf p {
    margin: 0;
    padding: 0;
}

.check {
	position: relative;
	display: inline-block;
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #454545;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.check:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
/*
.navbar,
.navbar-nav,
.footer-black{
	color: #fff;
	background: #676461;
}
*/
/*
@media (max-width: 768px){
body.admin-bar .navbar.navbar-default .navbar-collapse {
     margin-top: 0;
	}
}

@media (max-width: 768px){
.navbar.navbar-fixed-top .navbar-collapse {
	background: transparent;
}
}*/