/* Skeleton V1.2 Copyright 2011, Dave Gamache */
/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
	
		}
/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.top_text { font-size: 15px; }
		#slider1 .overview li { margin-right: 30px !important;  }
		.Flickr img { margin-right: 2px; }
		#barBottom { width: 768px; }
		.small_box img { max-width: 100%; }
		#slider-wrapper { height: 280px; }
		#slider-wrapper object { height: 280px; }
		}
/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.header .menu {  float: none; left: 0px; top: 0px; }
		.header .menu select { display:block !important; }
		.header .menu ul.menusm { display: none;}
		#panel_setting_side { position: absolute !important; top: 30% !important; z-index: 9999999 !important; }
		.firstBlockBlog { margin-right: 20px; }
		.content_blog { margin: 0 20px 0 0; }
		.lastBlockBlog { margin: 0 20px 15px 0; }
		.Flickr { margin: 0 20px 0px 0; }
		.js nav { padding: 0px !important; }
		.logo, .logo a { text-align: center; }
		.logo { padding: 20px 0; }
		.RSS img { float: none; } 
		.RSS { margin-bottom: 25px; float: none; text-align: center; }
		a.pic:hover img.h { display: none; }
		#barBottom { width: 420px; }
		.columns1 .port2 img { height: auto; }
		.bg { margin-bottom: 0px; }
		.block_margin { margin: 0px; }
		.port3 img { max-width: 100%; height: auto; }
		.oneForth img { height: auto; }
		.oneForth p { font-size: 7px; line-height: 12px; }
		.small_box img { max-width: 100%; height: auto; }
		.small_box { margin-right: 20px; }
		.left_side_big { width: 100%; float: none; }
		.right_side_big { width: 100%; float: none; }
		.right_side_big img { max-width: 100%; height: auto; }
		.pad_inside { padding: 10px 0; }
		.right_side { padding: 10px 0px; }
		.coment2 { margin-left: 0px; }
		.small, small { font-size: 10px !important; line-height: 12px !important; }
		#barBottom { margin: 0 -10px; }
		.main_resize .fl.gap { float: none; }
		.main_resize .fl.gap img { max-width: 100%; height: auto; }
		.img_hover_box.pic a:hover img.r_plus { display: none; }
		#slider-wrapper { height: 220px; }
		#slider-wrapper object { height: 240px; }
		}
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.pricing_six .pricing_column, .pricing_six .pricing_column_first { width: 16.4% !important; }
		
		} 		
		/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
		@media only screen and (max-width: 479px) {
		#barBottom { width: 300px; }
		.port3 { font-size: 8px; line-height: 12px; }
		.port3 p { margin: 0px; }
		.oneForth p { font-size: 5px; line-height: 10px; }
		.maps_view { height: 200px; }
		#slider-wrapper { height: 120px; }
		#slider-wrapper object { height: 160px; }

		}
/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/