

@media (min-width: 2000px) and (max-width: 5000px) {

	
}


@media (min-width: 1024px) and (max-width: 2000px) {

	
	
}

@media (min-width: 900px) and (max-width: 1024px) {

	#header .menus .menu_content, #header .header_content {
		width: 95%;	
	}

	#header .menus a {
		font-size: 13px;	
	}
	
}

@media (min-width: 560px) and (max-width: 900px) {

	#header .menus .menu_content, #header .header_content {
		width: 95%;	
	}

	.right_menu h2 {
		font-size: 20px;	
	}

	#header .menus a {
		font-size: 13px;	
	}
	
}

@media (max-width: 560px) {

	.navbar-inverse .navbar-nav>li>a,
	.navbar-inverse .navbar-brand {
		color: white !important;	
	}
	
	.navbar-inverse .navbar-toggle {
		border-color: white;	
	}

	.navbar.navbar-inverse {
		margin-bottom: 0px;
	}

	.navbar-inverse {
		background-color: #6E151F !important;	
	}

	.navbar-nav > li > a {
		text-transform: uppercase;	
	}
	

	.hide_big {
		display: block;	
	}
	
	.right_menu h2 {
		font-size: 17px;	
		text-align: center;
	}
	
	#header .header_content {
		margin: 10px auto 30px;
	}
	
	#header .header_content .left_menu {
		float: auto;
		width: 100%;	
		margin-top: 0px;
		padding-left: 0px;
	}
	
	#footer {
		background: black none repeat scroll 0 0;
	    color: white;
	    font-size: 12px;
	    margin: 40px 0 0;
	    max-width: 1100px;
	    padding: 20px 0;
	    text-align: center;
	    width: 100%;	
	}
	
	.foot_center {
		display:block;
		text-align: center;	
	}
	
	#header .header_content .right_menu {
	    padding-right: 0px;
	    padding-top: 0px;
	    float: none;
	    text-align: center;
	}

	.hide_small {
		display: none;	
	}
	
	.header_content img {
		width: 95%;	
	}
	
	.right_menu h2 {
		font-size: 14px;
		margin-top: 0px;	
	}
	
	h2.phone {
		font-size: 18px;	
	}
	
	#header .menus {
		display: none;	
	}
	
}