/* headerwrap */


/*
* 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) {
    .menu{ margin-top:72px;}
	.logo.top500{ margin:13px 0 0 96px; }
	.menu ul li ul{ left:77px !important;}
	.menu ul li ul li a{ padding:10px 10px !important;}
	.footer{ width:100%; text-align:center; padding-left:0px;}
	.sub-index{ top:-1196px; left:307px;}
    a.pic img{ float:none;}
	#sliderWrapper .controls{ left:135px !important;}
	.fl{ float:none;}
	.fr{ float:none;}
	.abt_fl{ float:left;}
    .abt_fr{ float:right;}
	.header_follow{ margin: -20px 0 15px 100px;}
	.logo a{ margin-left:0px;}
	.logo p{ padding-left:66px;}
	.cs-title{ font-size:15px !important; padding-left:9px !important;}
	.header_follow.ext{ margin:-16px 0 15px 27px;}
	#slider-wrapper object { height: 315px; }
	.pricing_six .pricing_column, .pricing_six .pricing_column_first { width: 16% !important; }
	}
	 
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#panel_setting_side { position: absolute !important; top: 30% !important; z-index: 9999999 !important; }
     .sidebar{ width:100%;}	 
	 .logo.top500{ margin-left:0px; padding:133px 0 157px;}
	 .footer{ width:100%; text-align:center; padding-left:0px;}
	 .container .mob-disp{ display:block;}
     .content_sub .comp-disp{ display:none;}
	 
	 a.pic img{ float:none;}
	 .about_r{ clear:both; width:100%; padding-top:10px;}
	 #piecemaker{height:200px;}
	 .sub-index-about{ top:0px; left:0px;}
	 .abt{ width:90%;}
	 #coment2,#coment3{ margin-left:0px;}
	 #coment .podpis { float:none;}
	 #coment2 .podpis { float:none;}
	 #coment3 .podpis { float:none;}
	 #coment .podpis a,#coment2 .podpis a,#coment3 .podpis a{ display:block; margin-left:0px;}
	 #contactform input.text,#contactform textarea { margin-left:0px;}
	 #contactform li.buttons input{ margin-left:60px;}
	 .img_hover_box.pic a img.r_plus{ display:none;}
	 .displaynone { display: none;}
	.menu .tinynav { padding: 3px 0 3px; margin: 20px auto 5px auto; width: 100%; display: block;  }
	.camera_caption > div { padding: 5px !important; font-size: 8px !important; line-height: 12px; }
	#slider-wrapper object { height: 240px; }
	div.ppt { display: none !important; }
	.menu ul.menusm { display: none; }
	.menu { margin: 0px 0 20px; }
	.menu.gap20 { display: none; }
	.menu.gap21 { display: block; }
	.logo { float: none; }
	.sidebar { padding-bottom: 10px; }
	.logo .fl { float: none; text-align: center; }
	.logo .fr { text-align: center; float: none; }
	.logo a { padding: 0px; margin: 0px; }
	.logo p { padding-left: 0px; }
	.eight.columns.mob-disp { display: block; }
	.sliderwrap { padding-top: 0px; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	.prefooter_resize .fcol first h2{ text-align:center;}
	.pricing_six .pricing_column, .pricing_six .pricing_column_first { width: 14.9% !important; }
 

		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.fl{ float:none !important;}
		.fr{ float:none !important;}
		.header_follow{  text-align:center;}
		.abt_fl, .abt_fr{ float:none;}
		#slider-wrapper object { height: 160px; }
		.menu .tinynav { padding: 2px 0 3px 0; width: 100%; }	
		}
		


/* #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; }
*/