/* black mode deviante*/
.animate{
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}
.btn-black-mode{
    position: fixed;
    bottom: 10px;
    right: -45px;
    cursor: pointer;
    font-size: 9px;
    width: 119px;
    height: 11px;
    background: #f79429;
    color: #fff;
    padding: 20px 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    text-transform: uppercase
}
.btn-black-mode:hover{
	 background: #f75a29;
}
.black-mode .btn-black-mode{
	background: #3eda00;
    color: #000;
} 
.black-mode{
	color: #ffffff;
	background-color: #1e1e22;
}
.black-mode #main-header {
	background-color: #1b1b1b;
	border-bottom: 1px solid #1d1d1d;
}
.black-mode #main-header .main_text{
	color: #ffffff;
	border-bottom: 1px solid #1d1d1d;
	text-shadow: none;
}
.black-mode #main-header #top-menu{
	 border-right: 1px solid #1b1b1b;
}
.black-mode #main-header #social-icons{
	border-left: 1px solid #1b1b1b;
    border-right: 1px solid #1b1b1b;
}
.black-mode #main-header #search{
	border-left: 1px solid #1b1b1b;
}
.black-mode #secondary-menu{
	border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #1b1b1b;
}
.black-mode #second-menu .main_text{
	color: #ffffff;
    text-shadow: none;
}
.black-mode #main-area{
	background-color: #1a1a1d;
	border-bottom: 1px solid #0a0a0a;
}
.black-mode #main-area .entry{
	border: 1px solid #1e1e22;
    background-color: #1e1e22;
}
.black-mode #main-area .entry h1.title.meta-info{
	color: #fff;
}
.black-mode #main-area #left-area #breadcrumbs{
    background: #0b0b0c;
    border: 1px solid #0b0b0c;
	box-shadow: none;
}
.black-mode span.raquo{
    width: 9px;
    height: 37px;
    background: #000;
    border-right: 1px solid #fff;
    background-image: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.black-mode #breadcrumbs a{
	background: #000000;
    color: #ffffff;
    text-shadow: none;
}
.black-mode .widget{
	border: 1px solid #1e1e22;
    background-color: #1e1e22;
}
.black-mode .widget h4.widgettitle{
	text-shadow: none;
	background-color: #0b0b0c;
	border: 1px solid #0b0b0c;
    border-bottom: 1px solid #0b0b0c;
}
.black-mode strong{
	color: #1fd400;
}
.black-mode strong a{
	color: #1fd400;
}
.black-mode .category-box{
	border: 1px solid #141417;
}
.black-mode .category-box li{
	background-color: #1a1a1d;
    border: 1px solid #1a1a1d;
    border-bottom: 1px solid #151517;
}
.black-mode .category-box h3{
	color: #ffffff;
	text-shadow: none;
}
.black-mode .category-box h3 a{
	color: #ffffff;
}
.black-mode a.more{
	text-shadow: none;
}
.black-mode .category-box p.meta-info{
	text-shadow: none;
}
.black-mode .category-box .recent_even{
	background: #212121;
}
.black-mode #articles-content{
    border: 1px solid #1a1a1d;
    background-color: #262629;
}
.black-mode .article{
	border-bottom: 3px solid #1a1a1d;
}
.black-mode .article h4 a{
	color: #ffffff;
}
.black-mode .wp-caption p.wp-caption-text{
    color: #000;
}
.black-mode .post_content h1, h2, h3, h4, h5, h6{
	color: #9a9292;
}
.mobile-btn{
	display:none;
}
.btn-temp span{
	display: block;
	margin-top: 0px;
	background-color: #82c91e;
    padding: 8px 8px 11px;
}
.btn-temp span img{
	width: 26px;
}
.btn-temp .dropdown-temp-menu{
	position: absolute;
	width: 200px;
	height: 59px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	background: #f79429;
	z-index: 10;
	top: 0;
	left: 56px;
	overflow: hidden;
}
.btn-temp .dropdown-temp-menu-show{
	width: 200px;
	height: 148px;
}
.btn-temp .dropdown-temp-menu h1{
	cursor:pointer;
	font-size: 15px;
	padding: 11px;
	height: 32px;
	color: #fff;
}
.btn-temp .dropdown-temp-menu .content-drop-menu{
    margin-top: 5px;
}
.btn-temp .dropdown-temp-menu .content-drop-menu p{
	background: #82c91e;
	padding: 10px 15px;
	color: #fff;
	border-bottom: 1px solid #82c91e;
}
#second-menu .btn-temp .dropdown-temp-menu .content-drop-menu a{
	color: #fff;
	text-shadow: none;
}
.btn-temp .dropdown-temp-menu .content-drop-menu p:hover{
	background: #7bbd1d;
}
@media only screen and (max-width: 479px) {
.container {
	width: 344px;
}
#left-area{
	width: 344px;
}
.post_content{
	padding: 36px 5px 30px 5px;
}
.content-powerpress{
	padding: 0 5px 0 5px;
}
.btn-temp span{
	padding: 18px 15px 11px;
}
article.post p, .comment-content p, article.page p{
	text-align: justify;
}
.recent-category{
	width: 344px;
}
.btn-black-mode{
	z-index:9999;
	padding: 15px 10px;
    text-align: center;
    width: 95px;
    height: 24px;
    bottom: -30px;
    right: -14px;
}
.black-mode #main-header .main_text{
	color: #000;
	border-bottom: none;
	text-shadow: none;
}

.mobile-btn{
	display:block;
	position: absolute;
	top: 228px;
	left: -70px;
	z-index: 10;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	/* background: #82c91e; */
	/* padding: 7px; */
	/* overflow: hidden; */
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.mobile-btn-show{
	left: -7px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.mobile-btn li, .mobile-btn-show li{
	list-style: none;
}
.btn-temp:hover .dropdown-temp-menu {
	width: 0;
}
.btn-temp:hover .dropdown-temp-menu-show{
	width: 200px;
}
}