/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/* pagewrap */
	#pagewrap {
		width: 95%;
	}

	/* content */
	#content {
		width: 60%;
		padding: 3% 4%;
	}

	/* sidebar */
	#sidebar {
		width: 30%;
	}
	#sidebar .widget {
		padding: 8% 7%;
		margin-bottom: 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}
     .hide_mob{
        display: none;
    }
    .link_t {
    font-weight: 400;
    font-size: 0.9rem;

    }
     #phorum_subject {
     width: 100% !important;
     }



}

/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 650px) {

	/* header */
	#header {
		height: auto;
	}

	/* search form */
	#searchform {
		position: absolute;
		top: 5px;
		right: 0;
		z-index: 100;
		height: 40px;
	}
	#searchform #s {
		width: 70px;
	}
	#searchform #s:focus {
		width: 150px;
	}

	/* main nav */
	#main-nav {
		position: static;
	}

	/* site logo */
	#site-logo {
		margin: 15px 100px 5px 0;
		position: static;
	}

	/* site description */
	#site-description {
		margin: 0 0 15px;
		position: static;
	}

	/* content */
	#content {
		width: auto;
		float: none;
		margin: 20px 0;
	}

	/* sidebar */
	#sidebar {
		width: 100%;
		margin: 0;
		float: none;
	}
	#sidebar .widget {
		padding: 3% 4%;
		margin: 0 0 10px;
	}

	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		min-height: 250px;
	}

    #tndx th.t_name2{
 width: 60%;
}
    .btn.btn-sm {
  padding: 0.5rem 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
div.foxcode{
    max-width: 630px !important;
}
pre.bbcode{
    tab-size: 2 !important;
    font-family: "Fira Mono", monospace !important;
}

}

/************************************************************************************
smaller than 560
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	/* main nav */
	#main-nav a {
		font-size: 90%;
		padding: 10px 8px;
	}
 td.avtor_info {
     max-width: 1px !important;
     display: none;
 }
 td.post_body{
     min-width: 100% !important;
 }
 .pd {
     padding: 4px 10px !important;
     font-size: 1.1em !important;

 }
 div.foxcode{
    max-width: 480px !important;
}

}
@media screen and (min-width: 960px){
     .list_moders{
        display: none;
           }
    .StdB
    {

        max-width: 600px !important;

    }

}
@media screen and (min-width: 480px){
    .avtor_info_mob{
     display: none;
 }


}
@media (min-width: 1200px) {
    .post_info {
        max-width:100%;
    }
}


