@charset "utf-8";
/* CSS Document */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
{
	body{
	font-size: 14px;}
	.navbar{min-height:45px;}
.tree-sidebar{left:-82%;width:80%;transition: all .15s ease-in-out; }
.right-content {
    margin-left: 0;
	padding: 20px 10px 20px 10px;
	width:100%;
}



.tree-slide{
	left:0;
	
	}
	.doc-content {
    width: 100%;
    border-right: none;
	border-bottom:1px solid #f15727;
}
.doc-sidebar {
    width: 100%;
}

.doc-content, .doc-sidebar {
    padding: 10px 0px 10px 0px;
}
.cat-header, .cat-list, .content-wrapper {
    padding: 10px;
}

.breadcrumbs{float:left;margin-top:5px;}
.cat-bread{width:100%;}
.cat-title {
    font-size: 1.5rem;
    line-height: 1.7rem;
	    padding-left: 0px;
}
.doc-content h4 {
    font-size: 1.1rem;
}

.doc-content h3 {
    font-size: 1.2rem;
}

.p-post, .n-post{word-wrap: break-word;
    word-break: break-word;
    line-height: 16px;
    width: 48%;}
	.n-post{text-align:right;}

.last-update{float:left;}
.top {
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    -webkit-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.3);
    padding: 2px 0 0 7px;
}
.homeSearch ul {padding-left: 0;}
.searchandfilter li {
   padding-right:0;
   margin-bottom:5px;
}
.searchandfilter li{display:block!important;}
.homeSearch li:nth-child(2) {
    padding: 5px 10px;
}
.homeSearch li:nth-child(2), .homeSearch li:last-child input {
width: 100%;
}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
{
	.doc-content {
    width: 100%;
    border-right: none;
	border-bottom:1px solid #f15727;
}
.doc-sidebar {
    width: 100%;
}

.doc-content, .doc-sidebar {
    padding: 10px 0px 10px 0px;
}
.p-post, .n-post{word-wrap: break-word;
    word-break: break-word;
    line-height: 16px;
    width: 48%;}
	.n-post{text-align:right;}
	
	.homeSearch li:first-child input {
    width: 45%;
}

}
@media (min-device-width: 768px){
.sidebar-home{left:-82%;width:80%;transition: all .15s ease-in-out;}
}




