/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* 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) {
		.header_menu .search { margin: 0px 60px 0 0; }
		#now_slider #slider-wrapper object { width: 100%; height: 340px; }
		.col44 { width: 215px !important; }



		}
		

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.header_menu .menu { float:none; padding:0px; } 	
		.header_menu .menu ul { display: none; }
		.header_menu .menu select { display: block; margin: 0px 0 10px 0; width:100%; }		
		.header_resize .header_menu { padding: 0 0 25px 0;  }
		.header_menu .search { margin-top: 0px; }
		.header_menu .logo { float: none; background: none; }
		.sidebar .backgr {background: none !important; }
		.sidebar h2 {background: none !important; }
		.sidebar_recent { background: none !important; }
		.sidebar_flickr, .sidebar_text, .sidebar_testom, .sidebar_twit, .sidebar_recent { background: #fff !important; border: 1px solid #f2f2f2; }
		.sidebar h2 span { margin-left: 20px; }
		.content #coment .podpis { float: none; }
		.content #coment2 { margin-left: 0px; }
		.content #coment3 { margin-left: 0px; }
		.content #coment2 .podpis { float: none; }
		.content #coment3 .podpis { float: none; }
		.img_hover_box.pic a img.r_plus_overlay { display: none !important;}
		.img_hover_box.pic a img.r_plus { display: none !important;}
		#now_slider #slider-wrapper object { height:235px;}
		#panel_setting_side { position: absolute !important; top: 30% !important; z-index: 9999999 !important; }
		.cols3 .col3 { width: 80%; }
		.content #coment .podpis { float: none; }
		.content #coment2 { margin-left: 0px; }
		.content #coment3 { margin-left: 0px; }
		.content #coment2 .podpis { float: none; }
		.content #coment3 .podpis { float: none; }
		.prefooter_resize .fcol { margin-top: 20px !important; }
		.content_box #contactform_main input.text { width: 100%; }
		.content_box #contactform_main textarea { width: 100%; }
		.content_page #gallery-imgs { margin-left: 20px; }
		.content_full_size .col2.big {width: 100%;}
		.content_full_size .col2.small {width: 100%;}
		.img_hover_box.pic a img.r_plus_overlay { display: none !important;}
		.img_hover_box.pic a img.r_plus { display: none !important;}
		#webstore-navigation li { float:none !important; margin: 5px 0 0 0 !important;}
#catalogue .last-column > div { margin:5px 0 0 0 !important;}
#catalogue .product { float:none !important; width: auto !important;}
#webstore { min-width: auto !important;}



		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {


		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#ticker ul.tweet_list { padding:0 0px !important; }
		.cols3 .col3 { width: 80%; }
		.content #coment .podpis { float: none; }
		.content #coment2 { margin-left: 0px; }
		.content #coment3 { margin-left: 0px; }
		.content #coment2 .podpis { float: none; }
		.content #coment3 .podpis { float: none; }
		.content_box #contactform_main input.text { width: 100%; }
		.content_box #contactform_main textarea { width: 100%; }
		.content_page #gallery-imgs { margin-left: 20px; }
		.content_full_size .col2.big {width: 100%;}
		.content_full_size .col2.small {width: 100%;}
		.fcol .flickr a img {margin-right: 1px; }
		.prefooter .fcol { margin-top: 18px !important; margin-bottom: 0px !important; }
		.img_hover_box.pic a img.r_plus_overlay { display: none !important;}
		.img_hover_box.pic a img.r_plus { display: none !important;}
		#now_slider #slider-wrapper object { height:170px;}
		div.ppt { display: none !important; }
		}


/* #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; }
*/