/*
* 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) {
		#piecemaker { height: 300px!important; }
		.container .pic img { width: 100%; height: auto; }
		
		}
		

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.content_page #slider1 { width: 92%; height: 275px; }
		.viewport .gap li div.col3 { width: 231px; }
		.viewport .gap li div.col3custom { width: 231px; }
		.viewport .gap li div.col3custom2 { width: 231px; }
		#now_slider iframe.wid5 { height: 250px; width: 100%; }
			#now_slider iframe.wid6 { height: 330px; }
			#now_slider iframe.wid7 { height: 300px; width: 100%; }
			.cols4 .col4 { margin: 0 0 30px 0; width: 45%; }
			.cols4 .col4.second { float: right; }
			.cols4 .col4.last { float: right; }

		 }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#webstore { width: 90%; min-width: auto !important; }
		#webstore-navigation li { float:none !important; margin: 5px 0 0 0 !important;}
		#panel_setting_side { position: absolute !important; top: 30% !important; }
		.container .menu { width: 100%; }
		.container .menu .menusm { display: none!important; }
		.container .menu select { padding: 4px 5px 4px 10px; margin: 4px 0 20px 0; height: 36px; display: block!important; float: left; width: 100%; }
		
		.container .logo { margin-left: 20px; width: 100%; }
		
		.container .maps_view { width: 100%; height: 200px; }		 
		
		.container #coment img { float: none; }
		.container #coment2 img { float: none; }
		.container #coment .podpis { float: none; }
		.container #coment2 { margin: 10px 20px; }
		.container #coment2 img { float: none; }
		.container #coment2 .podpis { float: none; }
		.container #coment3 {  margin: 10px 20px;}
		.container #coment3 img { float: none; }
		.container #coment3 .podpis { float: none; }
		.container #coment { padding-bottom: 12px; }
		.container #coment br { display: none; }
		.container #coment2 br { display: none; }
		.container #coment3 br { display: none; }
		.container #coment3 .podpis { width: 100%; }
		.container .r_plus_overlay { display: none; }
		.container .r_plus { display: none; }
		.cols3 .col3 { width: 100%; margin-top: 10px; }
		.cols3 .col3custom { width: 100%; margin-top: 10px; }
		.cols3 .col3custom2 { width: 100%; margin-top: 10px; }
		.viewport .gap li div.col3 { width: 185px; }
		.viewport .gap li div.col3custom { width: 185px; }
		.viewport .gap li div.col3custom2 { width: 185px; }
		.prefooter_resize div.fcol { width: 100%; }
		#now_slider iframe.wid5 { height: 150px; width: 100%; }
		#now_slider iframe.wid6 { height: 300px; }
		#now_slider iframe.wid7 { height: 300px; width: 100%; }
		#now_slider iframe.wid8 { height: 280px; width: 100%; }
		.cols2 .col2 { width: 100%; margin-top: 10px; }
		.content_full_size .fl, .content_full_size .fr  { float: none; margin:0 3px !important; }
		.img_hover_box.pic .img_hover_overlay { display: none; }
		.container .pic img { width: 100%; height: auto; }

		.cols4 .col4 { margin: 0 0 30px 0; float: left; width: 100%; }
		.cols4 .col4.second { float: none; }
		.cols4 .col4.last { float: none; }
		.container .pricing_six .pricing_column, .pricing_six .pricing_column_first { width: 14.5%; }
		
		}
 
	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#controls { right: 8%!important; }
		}

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

		#piecemaker { height: 180px!important; }
		div.ppt { display:none !important;}
		.viewport .gap li div.col3 { width: 205px; height: 350px; }
		.viewport .gap li div.col3custom { width: 205px; height: 350px; }
		.viewport .gap li div.col3custom2 { width: 205px; height: 350px; }
		#now_slider	iframe.wid5 { height: 130px; width: 100%; }
	#now_slider iframe.wid6 { height: 300px; }
	#slider-wrapper object { width: 100%; height: 200px; }

}
		


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