/*

* 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 (min-width: 959px) and (max-width: 1920px) {

          #searchwrapper2 { display: none; }	
          
          .desk-hide { display: none; }	
          
                   
		}



	/* Tablet Portrait size to standard 960 (devices and browsers) */

	@media only screen and (min-width: 768px) and (max-width: 959px) {

		#slider-wrapper object { height: 315px; }
          .bgdesign { display: none; }
       #searchwrapper2 { display: none; }
        .menu-contact { display:none; }
        .desk-hide { display:none; }
        
        
	}



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

		#coment .podpis { float: none; width:100%; }

		#coment2 { margin-left: 0px; }

		#coment3 { margin-left: 0px; }

		#coment2 .podpis { float: none; width:100%; }

		#coment3 .podpis { float: none;  width:100%;}

		#contactform textarea { width:97%; margin-left:0px;} 

		#contactform input.text { width:97%; margin-left:0px;}

		.pic.fl { float:none;}

		.pic.fr { float: none;}

		.prefooter { background-color: #dddddd;}

		.img_hover_box.pic a img.r_plus { display: none;}

		.img_hover_box.pic a img.r_plus_overlay { display: none;}

		.cols4 .col4 { width:45%; min-height:250px;}

		.cols4 .col4.last { float:left;}
        
        .mapshow { display:none; }
        
        .bgdesign { display: none; }

        .jcarousel-skin-tango { display: none; }

		.menu .menusm  { display: none; }
        

		.menu .tinynav { padding: 3px 0 3px; margin: 0px auto 15px auto; width: 80%; display: block; height: 30px; }

		.camera_caption > div { padding: 5px !important; font-size: 8px !important; line-height: 12px; }

		#slider-wrapper object { height: 240px; }

		div.ppt { display: none !important; }

        #searchwrapper { display:none; }
           #searchwrapper2 { display:none; }
        .current { display:none; } 
        
        .manuf-boxR { float: left; height: 150px; width: 180px; border: 1px solid #cccccc; text-align:center; padding-top: 30px; margin-top: 20px; font-weight:bold; position: relative; margin-right: 10px; }
 .menu-contact { display:none; }
  .mobi-hide { display:none; }
  
   #productpage { display: none; }
  
 
		}



	/* 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: 15.3% !important; }
 #searchwrapper { display:none; }
 #searchwrapper2 { display:inline-block; position:absolute; left:200px; top:160px; font-size: 13px; clear:both; }
   .bgdesign { display: none; }
   .current { display:none; } 
 .maphide { display:none; }
  .menu-contact { display:none; }
   .mobi-hide { display:none; }
   
    #productpage { display: none; }
   

		}

       

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

	@media only screen and (max-width: 479px) {

	#slider-wrapper object { height: 160px; }

	.menu .tinynav { width: 100%; }
#searchwrapper { display:none; }
   #searchwrapper2 { display:inline-block; position:absolute; left:80px; top:160px; font-size: 13px; clear: both; }
.current { display:none; } 
 .content-resize { text-align:left; }
 .maphide { display:none; }
 .menu-contact { display:none; }
  .mobi-hide { display:none; }
  
   #productpage { display: none; }
   
 
	}

    



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

*/