/*
* 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) {
		#contactform_main li.buttons input { margin-left: 12%; }
		.col4 h3 a { font-size: 11px !important; }
		#slider-wrapper object { height: 315px; }
		.container .menu { font-size:12px; }
		.container .menu ul li.ms_top { padding:0px 0px 0px 0;}
		.container .menu ul li a.ms_top { padding:0 0px 0 0;}
		}

	/* 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; }
		.img_hover_box.pic a:hover img.r_plus_overlay { display: none; background: none; }
		.img_hover_box.pic a:hover img.r_plus { display: none; }
		.menu #menu-top-menu { display: none; }  
		.menu .tinynav1 { margin: 5px auto auto auto; width: 75%; display: block; font-size:14px; }
		.logo { padding: 15px 0 15px; float: none; text-align: center; }
		.logo div { float: none; } 
		.menu { float: none !important; }
		.col3 { margin: 0px 15px 0; }
		.col4 { margin: 0 20px 15px 0; }
		.col4 br { display: none; }
		.col3 br { display: none; }
		.cols_bg_post .post_detail a { padding: 2px 10px; }
		.col1 img { max-width: 100%; width: auto; height: auto; }
		.col1 { padding-right: 5%; width: 95%; }
		.h2_background { width: 95%; }
		.content_full_size .pic.fl { max-width: 100%; height: auto; float: none; }
		.content_full_size p { margin-right: 20px; }
		.col1 p { margin-right: 0px; }
		.separator { margin: 20px 0; width: 95%; }
		.separator.gap { width: 100%; }  
		.fr.detail.gap { margin-right: 20px; }
		.sidebar { margin-right: 20px; }
		.sidebar .h2_background { width: 100%; }
		.seven.columns.last { float: none; }
		.h2_background.gap { width: 100%; }
		.content_page.gap { padding-right: 6%; }
		.content_full_size.gap p { margin: 0px; }
		.col2 { margin-right: 20px; }
		#coment2 { margin-left: 0px; }
		#coment3 { margin-left: 0px; }
		#coment3 .podpis { float: none; width: 100%; }
		#coment3 .podpis a { margin-left: 5px; display: inline !important; }
		#coment2 .podpis { float: none; width: 100%; }
		#coment2 .podpis a { margin-left: 5px; display: inline !important; }
		#coment .podpis { float: none; width: 100%; }
		#coment .podpis a { margin-left: 5px; display: inline !important; }
		#contactform_main li.buttons input { margin-left: 15%; }
		.maps_view { height: 200px !important; }
		.pic.fr.gap { margin-left: 0px; float: none; }
		.one-third.column.gap21 { display: block; }
		.one-third.column.gap20 { display: none; }
		.content_full_size .pic.fl.gap { margin-right: 0px; }
		.camera_caption > div { padding: 5px !important; font-size: 8px !important; line-height: 12px; }
		#slider-wrapper object { height: 240px; }
		#now_slider.gap { padding-bottom: 50px; }
		.header_resize { height:150px;}
		}

	/* 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) {
		.menu .tinynav1 { width: 100%; }
		.note h2 { padding: 10px 10px; }
		.col4 p { line-height: 14px; }
		.now_page_resize h1 { padding: 2px 10px; font-size: 20px !important; line-height: 24px; }
		.content_full_size p { line-height: 14px; }
		.col2.big { margin-right: 20px; }
		.sidebar p { line-height: 14px; }
		.now_page span { font-size: 10px; line-height: 12px; }
		.post .content_box_padding h3 a  { font-size: 12px !important; }
		.post_detail { font-size: 8px; line-height: 12px; }
		.post_detail a { font-size: 8px; line-height: 12px; }
		.post_detail a:hover { font-size: 8px; }
		#coment img { margin-right: 4px; }
		#coment1 img { margin-right: 4px; }
		#coment2 img { margin-right: 4px; }
		#coment3 img { margin-right: 4px; }
		#contactform_main li.buttons input { margin-left: 21%; }
		.maps_view { height: 180px !important; }
		#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; }
*/