@media only screen and (max-width: 1200px) {
	#header{
		/*height: 70px;*/
	}
	#logo img{
		/*height: 70px;*/
	}
	#main_menu li a{
		font-size: 14px;
		padding: 0 10px;
	}
	#main_menu{
		/*margin-top: 20px;*/
	}
	#menu_item_stickers img{
		width:100px;
	}

	/*
	#logo img{
		width: 300px
	}	
	
	#header { 
		height: 60px;
		background: url(../images/header_background_small.png) repeat-x;
		text-align: right;
	}
	*/







		
}

@media only screen and (max-width: 929px)  {

	#main_menu {
		bottom: 0;
	}

	#menu_item_stickers{
		display:none;
	}
}

@media only screen and (max-width: 799px)  {

	

	#main_menu li{
		padding: 0;
	}

	#main_menu li a{
		font-size: 13px;
		padding: 0 7px;
	}

	#mobile_menu{
		display:none;
	}
	#project_category_list, #content_section_button{
		display:none;
	}
	
	/*  ****************************************************************/ 
	/****** NEWS ****************** */
	/*  ****************************************************************/ 
	.news_item_image img {
		width: 100%;
	}

	/* **** Video.JS ********/
	.news_item .video-js, .news_item .vjs-poster, .news_item object, .news_item embed{
		width:100% !important;
	}
	.video-js .vjs-big-play-button{
		bottom:40% !important;
		left:40% !important;
		top:auto !important;
	}
	
	
}

@media only screen and (max-width: 680px) {

	#logo img{
		width: 300px
	}	
	
	#header { 
		height: 60px;
		background: url(../images/header_background_small.png) repeat-x;
		text-align: right;
	}

	#main_menu{
		display:none;
	}
	

	#mobile_menu_button{
		display:inline;
	}
	.footer_bottom{
		float:none;
	}

	/*  ****************************************************************/ 
	/*  ***********   PROJECTS *****************************************/ 
	/*  ****************************************************************/ 

	#imgThumbsContainer{
		width:400px;
	}	
	
	#large_img_container{
		/*width: 99%;*/
	}

	#img{
		max-width: 400px;
	}	
	
	/*  *********   OVERRIDE HORIZ. SCROLLER ***************************/ 
	div#scrollLinks {
	    width:450px !important;
    }
	
	
	
	
	
	
	/*  ****************************************************************/ 
	/*  ***********   CONTACTS *****************************************/ 
	/*  ****************************************************************/ 

	#contacts_info{
		width:90%; 
		margin: 50px 0px 0px 2%;
	}	
		
	.contacts_title{
		font-size: 1.1em;
	}
	.contacts_text{
		font-size: 0.9em;
	}

	#map_canvas{
		display: none;
	}

	/*  ************************************************************* */
	/*  ************************************************************* */
	/*  *********  ABOUT US  *********************** */
	/*  ************************************************************* */
	/*  ************************************************************* */
	
	#about_us_box{
		padding: 10px 10px 10px 10px;
	}
	.about_us_title{
		font-size: 1.4em;
	}
	.about_us_text{
		font-size: 0.8em;
		line-height: 1.0em;
	}


}

