/*
* 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) {
			
			#slider-wrapper object { width: 100%; height:350px; }

		}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
			
			#slider-wrapper object { width: 100%; }
			.col2.gap { width: 90% !important; margin-top: 20px; }
			.header .menu {background:url(../images/menu_bg1.png) no-repeat top center;}
			#slider-wrapper object { height: 315px; }
			


		}
		

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		em.second { color: #505050; }
		.header .menu .menusm { display: none; }
		.cols4 .col4 { width: 100%; margin-top: 10px; }
		.menu { padding: 5px 0 0 0; margin-top: 17px; }
		#slider-wrapper object { width: 100%; height:250px; }
		.content #coment2 { margin-left: 0px; }
		.content #coment3 { margin-left: 0px; }
		.content #coment2 .podpis { float: none; }
		.content #coment3 .podpis { float: none; }
		#gallery-imgs { margin-left: 50px; }
		.cols1 .img_hover_box.pic a { width: 100% !important; }
		.portfoliotext { width: 100% !important; float: left; text-align: left; }
		.cols1 .col1.backgr { width: 100%; height:430px; border-bottom:none;}
		.menu .tinynav { padding: 3px 0 3px; margin: 10px auto 15px auto; width: 80%; display: block;  }
		.logo { float: none; text-align: center; }
		.logo div { text-align: center; }
		.logo p { text-align: center; }
		.header .header_text { width: 100%; float: none; }
		.header_text img { float: none; }
		.header_resize { padding-top: 20px; }  
		#slider-wrapper object { height: 240px; }
		.sidebar.last { float:none;}
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		#panel_setting_side { position: absolute !important; top: 30% !important; z-index: 9999999 !important; }
		.header_text { margin-top: 10px; }
		.now_page .now_page_resize { padding: 0 0; }
		.fr.btn { width: 50%; margin-top: 30px; }

		.content #coment2 { margin-left: 0px; }
		.content #coment3 { margin-left: 0px; }
		.content #coment2 .podpis { float: none; }
		.content #coment3 .podpis { float: none; }
		.content_box #contactform input.text { width: 100%; }
		.content_box #contactform textarea { width: 100%; }
		.cols3 .col3 { width: 100%; margin-top: 10px; }
		
		#gallery-imgs { margin-left: 50px !important; }
		.col2.gap { width: 100% !important; margin-top: 20px; }
	

		.img_hover_box.pic a img.h { display:none;}



		}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		
		#panel_setting_side { position: absolute !important; top: 30% !important; z-index: 9999999 !important; }
		.header_text { margin-top: 10px; }
		.now_page .now_page_resize { padding: 0 0; }
		.cols4 .col4 { width: 100%; margin-top: 10px; }
		.img_hover_box.pic a img { width: 100% !important; }		
		.fr.btn { width: 50%; margin-top: 30px; }
		.content .index_content { background: none; }
		.header .header_text { width: 100%; }
		.content #coment2 { margin-left: 0px; }
		.content #coment3 { margin-left: 0px; }
		.content #coment2 .podpis { float: none; }
		.content #coment3 .podpis { float: none; }
		.content_box #contactform input.text { width: 100%; }
		.content_box #contactform textarea { width: 100%; }
		.cols3 .col3 { width: 100%; margin-top: 10px; }
		#gallery-imgs { margin-left: 35px !important; }
		.cols1 .col1.backgr { width: 100%; height:470px; border-bottom:none;}
		.col2.gap { width: 100% !important; margin-top: 20px; }
		.img_hover_box.pic a img.h { display:none;}
		.menu .tinynav { padding: 2px 0 3px 0; width: 95%; }	
		#slider-wrapper object { height: 160px; }
		}


/* #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; }
*/
