/* 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) {
	#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; }
	 
     #coment2, #coment3{ margin-left:0px;}
	 #coment .podpis, #coment2 .podpis, #coment3 .podpis { width: 100%; float:none;}
    .img_hover_box.pic a img.r_plus_overlay { display: none;}
	.img_hover_box.pic a img.r_plus{ display:none !important;}
 
	.container .comp{ display:none !important;}
    .container .mob{ display:block !important;}
    .index_page .now_page_resize,.inner_page .now_page_resize{ padding:0px; width:100%;}
	h3.h3_act_href{ margin-top:20px;}
	.testom p{ width:57%;}
    .index_page,.inner_page{ background:none;}
	.index_page, .inner_page{background:url("../images/header_bg2.png") repeat-x scroll center 30px transparent;}
    .inner_page.pf4 .col4{ width:100%; margin-right:0%;}
	.footer p{ margin-top:6px;}
	
	
	.menu .menusm { display: none; }
	.menu .tinynav { padding: 3px 0 3px; margin: 34px auto 15px auto; width: 80%; display: block;  }
	.camera_caption > div { padding: 5px !important; font-size: 8px !important; line-height: 12px; }
	#slider-wrapper object { height: 240px; }
	.menu { padding: 0px; height: auto; width: auto; }

 	}

	/* 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.4% !important; }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
     .fl,.fr{ float:none !important;}
     .fl.btn{ float:left !important;}
	 .fr.btn{ float:right !important;}
	 .pic.fr{ margin:0px;}
	 #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; }
*/