/*

* 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

================================================== */



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

	#coment .podpis { float: none; width: 100%; }

	#coment2 .podpis { float: none; width: 100%; }

	#coment3 .podpis { float: none; width: 100%; }

	#coment .podpis a { display: inline-block !important; }

	#coment3 .podpis a { display: inline-block !important; }

	#coment2 .podpis a { display: inline-block !important; }

	.maps_view { height: 250px; }

	.list { width: 236px; }

	.list li h3 { padding-bottom: 0px; font-size: 11px !important; line-height: 15px; }

	a.bt { padding: 10px 15px; }

	

	#contactform_main li.buttons input { margin-left: 12%; }

	.maps_view { height: 300px; }

	}

	/* All Mobile Sizes (devices and browser) */

	@media only screen and (max-width: 767px) {
	.nivo-caption { display: none !important; }

	#panel_setting_side { position: absolute !important; top: 30% !important; z-index: 9999999 !important; }

	.camera_caption > div { padding: 5px !important; font-size: 8px !important; line-height: 12px; }

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

	.menu .tinynav { padding: 3px 0 3px; margin: 0px auto 10px auto; width: 96%; display: block; height: 30px;  }

	.menu .menusm { display: none; }

	#coment2 { margin: 0px; }

	#coment3 { margin: 0px; }

	#coment .podpis { float: none; width: 100%; }

	#coment2 .podpis { float: none; width: 100%; }

	#coment3 .podpis { float: none; width: 100%; }

	#coment .podpis a { display: inline-block !important; }

	#coment3 .podpis a { display: inline-block !important; }

	#coment2 .podpis a { display: inline-block !important; }

	#contactform_main label { width: 20%; }

	#contactform_main li.buttons input { margin-left: 20%; }

	.pic.fl { float: none; }

	.pic.fr { margin: 0px; float: none; }

	

	.logo { padding: 20px 0; margin: auto; float: none; text-align: center; width: 100%; }

	.logo div { float: none; text-align: center; }

	.menu .l_tinynav1 { display: none; }

	

	.menu { padding: 20px 0; float: none; }

	

	.col4.serv { margin-bottom: 20px; }

	a.bt { width: 100% !important; }

	

	.list { padding-bottom: 30px; float: none; width: 100%; }

	

	.footer p { text-align: left; }

	

	.list li h3 { padding-bottom: 0px; font-size: 11px !important; line-height: 15px; }

	.maps_view { height: 250px; }

	

	.img_hover_box.pic a:hover img.h2 { display: none; }

	

	}	     

 

	/* 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% !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 { padding: 3px 0; width: 96%; }

	#contactform_main label { width: 24%; }

	#contactform_main li.buttons input { margin-left: 24%; }

	#coment .podpis { margin: 5px 0 0 0; float: none; width: 100%; font-size: 9px; line-height: 11px; }

	#coment .text2 { font-size: 9px; line-height: 12px; }

	#coment2 .text2 { font-size: 9px; line-height: 12px; }

	#coment3 .text2 { font-size: 9px; line-height: 12px; }

	#coment2 .podpis { margin: 5px 0 0 0; float: none; width: 100%; font-size: 9px; line-height: 11px; }

	#coment3 .podpis { margin: 5px 0 0 0; float: none; width: 100%; font-size: 9px; line-height: 11px; }

	

	a.bt { width: 71px !important; }

	

	.jcarousel-skin-tango .jcarousel-item h3, .jcarousel-skin-tango3 .jcarousel-item h3 { font-size: 11px !important; }

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

*/