#html5-watermark, .bdv_native_logo{display: none !important;}
.comments .comments-content .comment-content.is-admin{
    color: #d66;
    font-style: italic;
}
.comments .comments-content .comment-content.is-author{
 	color: #888;
	font-style: italic;
}
.dark-mode{width:auto;}
.toggle,.mode{position:relative;float:right;outline:0;border:0;padding:0;overflow:hidden;cursor:pointer}
.toggle{margin-left:10px;border-radius:10px;width:33px;height:20px}
.toggle,.mode::before,.dark .mode::after{background:#ccc}
.dark .toggle{background:#444}
.auto .toggle{background:#6d6!important}
.toggle::before,.mode::before,.mode::after{position:absolute;content:"";}
.toggle::before{top:1px;left:1px;transition:.4s;background:#fff;width:18px;height:18px}
.auto .toggle::before{left:14px}
.toggle::before,.mode,.mode::before,.mode::after{border-radius:50%}
.dark .mode{top:2px;left:-2px;overflow:visible}
.dark .mode,.dark .mode::before{border-radius:0}
.mode,.dark .mode::before,.mode::after{background:#999}
.mode{width:20px;height:20px}
.dark .mode,.mode::before,.mode::after{width:20px;height:20px}
.mode::before{top:0;left:0}
.dark .mode::before{top:0;left:0;transform:rotate(45deg)}
.mode::after{top:-3px;left:7px}
.dark .mode::after{top:0;left:0;width:20px;height:20px}
.comment-content em{
    font-style: italic;
    color: #888;
    border-left: 5px solid #27ae60;
    margin-left: 0;
    padding: 10px 15px;
  	font-size: 12px;
      text-align: left;
    display: block;
}
.comment-content em:before {
    content: "\f10d";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    color: #888;
}
.comment-content em:after {
    content: "\f10e";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    color: #888;
}
.text-ads{margin-bottom: 10px;color: #d66;text-align: center;}
.bdv_native_container{border: 1px dashed #d66;min-width: 998px;}
.alert {
    position: relative;
    display: block;
    padding: 20px;
    margin: 20px 0;
    color: #fff;
    border-radius: 2px;
}
.alert .headline {
    font-weight: 400;
    margin: -10px -10px 0;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}
.alert .headline .fa {
    margin-right: 5px;
}
.alert-info .headline .fa::before{
  content: "\f05a";
}
.alert-success .headline .fa::before{
  content: "\f058";
}
.alert-warning .headline .fa::before{
  content: "\f071";
}
.alert-update .headline .fa::before{
  content: "\f05a";
}
.alert-danger .headline .fa::before{
  content: "\f06a";
}
.alert-success {
  background-color: #5cb85c;
}
.alert-info {
   background-color: #5bc0de;
}
.alert-warning {
   background-color: #f0ad4e;
}
.alert-update{
  background-color: #98AE3F;
}
.alert-danger {
   background-color: #d9534f;
}
.alert .alert-link {
    font-weight: 700;
  	color: #fff;
}
.alert .alert-link:hover{text-decoration: underline;}
@media only screen and (max-width: 767px) {
  .mode{float:none;}
  .footer-sections{padding-top:0;padding-bottom:0;}
  .sect-left{margin-bottom:0;}
  #HTML2 .widget-content{text-align: center;background-color: transparent;}
  #header-inner > a{margin: 0 auto;max-width: 200px;}
  /*.nav-wrapper{background-color: #27ae60;}*/
}
@media(max-width: 480px) {
	.footer-wrapper #social-footer {
		margin-bottom:0;
	}
	.footer-wrapper .copyright .pull-left{
		float: none;
		margin-bottom: 5px;
	}
}