/*

* 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) {

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

	}



	/* 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:url(../images/prefooter_bg1.png) repeat-x top left;}

		.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;}



		.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; }



		}



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

		}



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

	}





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

*/