.navbar-fixed-top
{
	position: absolute;
}

.logo
{
	position: relative;
	text-align: righ;
}
.logo > a > img
{
	width: 5%;
	margin-left: -10%;
}
.menu_conatiner > .menu_top > img
{
	width: 300%;
}
.menu_conatiner > .filler
{
	background: url('../img/site/menu_bg.png') repeat-y top center / 100% 58px rgba(0,0,0,0);
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	width: auto;
}
.container.content_container
	{
		/*margin-bottom: 130px;*/
		margin-bottom: 20px;
	}
@media screen and (min-width:768px)
{
	.container.content_container
	{
		margin-bottom: 20px;
	}
}
@media screen and (max-width:767px)
{
	.logo
	{
		text-align: center;
	}
}

@media screen and (max-width:240px)
{
	.logo > a > img
	{
		width: 120%;
		margin-left: -10%;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 0%;
	}

	.menu_conatiner > .menu_top
	{
		height: 0;
	}
}
@media screen and (min-width:241px) and (max-width:320px)
{
	.logo > a > img
	{
		width: 110%;
		margin-left: -5%;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 20%;
	}

}
@media screen and (min-width:321px) and (max-width:384px)
{
	.logo > a > img
	{
		width: 100%;
		margin-left: 0%;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 25%;
	}
}
@media screen and (min-width:385px) and (max-width:480px)
{
	.logo > a > img
	{
		width: 80%;
		margin-left: 0%;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 25%;
	}
}
@media screen and (min-width:481px) and (max-width:568px)
{
	.logo > a > img
	{
		width: 80%;
		margin-left: 0%;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 29%;
	}
}
@media screen and (min-width:569px) and (max-width:600px)
{
	.logo > a > img
	{
		width: 80%;
		margin-left: 0%;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 35%;
	}
}
@media screen and (min-width:601px) and (max-width:768px)
{
	.logo > a > img
	{
		width: 85%;
		margin-left: 0%;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 45%;
	}
}

@media screen and (min-width:769px) and (max-width:969px)
{
	.logo > a > img
	{
		width: 95%;
		margin-left: -26.5%;
	}

	.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li > a
	{
		font-size: 18px;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 60%;
	}
}
@media screen and (min-width:970px) and (max-width:1024px)
{
	.logo > a > img
	{
		width: 95%;
		margin-left: -26.5%;
	}

	.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li > a
	{
		font-size: 18px;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 80%;
	}

}
@media screen and (min-width:1025px)
{
	.navbar-fixed-top
	{
		position: fixed;
	}
}

@media screen and (min-width:1025px) and (max-width:1200px)
{
	.logo > a > img
	{
		margin-left: -23.5%;
		width: 90%;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 75%;
	}

	.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li > a
	{
		font-size: 20px;
	}

	.gotop
	{
		bottom: 130px;
	}

}
@media screen and (min-width:1200px)
{
	.logo > a > img
	{
		margin-left: -23.5%;
		width: 90%;
	}

	.menu_conatiner > .menu_top > img
	{
		width: 90%;
	}

	.menu_conatiner > .menu > .nav.nav-pills.nav-stacked > li > a
	{
		font-size: 20px;
	}

	.footer
	{
		/*bottom: 0;
		/*height: 110px;*/
		/*position: fixed;*/
	}
	
	.container.content_container
	{
		/*margin-bottom: 130px;*/
		margin-bottom: 20px;
	}
}
@media screen and (min-width:1600px)
{
}
@media screen and (min-width:1920px)
{
}


