/*

* 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) {

		.header_menu {margin:0 auto; background:url(../images/menu_bg2.png) no-repeat top center;  position:relative; z-index:60;   height:86px; }

		div.h3_act_href {position:absolute; top:20px; left:0px; height:125px; width:200px; background:url(../images/services_h2_bg1.png) no-repeat top center; top: 10px; }

		em.second_color { font-size: 23px; }

		.col3.bg, .col3.bg2, .col3.bg_clear { width: 22%; }

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

		.cols1 .col1.last { float: left; width: auto; }

		.cols3 .col3.simple { width: 31%;}

	}



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

	@media only screen and (max-width: 767px) {

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

		.header_menu {margin:0 auto; background:url(../images/menu_bg3.png) no-repeat top center;  position:relative; z-index:60;   height:86px; }

		.col3.last { float: left; }

		div.h3_act_href { width: 412px; top: 10px; }

		.cols3 .col3, .cols3 .col3.last { margin-top: 20px; }

		.cols4 .col4 { width: auto; }

		.cols1 .col1.last { float: left; width: auto; }

		.cols3 .col3.simple { width: 90%;}

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

		.menu .menusm { display: none; }

		.menu .tinynav { padding: 7px 0 3px; margin: 0px auto 15px auto; width: 65%; display: block; height: 30px;}

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

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

		#coment2 { margin-left: 0px; }

		#coment3 { margin-left: 0px; }

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

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

		#contactform_main textarea { width:97%;} 

		#contactform_main input.text { width:97%;}

		.sidebar { margin-top:20px;}

		.columns1 .gap { margin-left:0px;}

		.now_page_resize { padding:50px 45px; }

		.col3.bg, .col3.bg2, .col3.bg_clear { width: auto; }

		#now_slider { padding: 30px 10px; }

		.content .pic.fl { float: none; }

		.content .blog_space { padding:0 27px; }

		.content .content_space { padding: 0px; }

		.img_hover_box.pic a img.r_plus, .img_hover_box.pic a img.r_plus_overlay, .img_hover_box.pic a img.h { display: none;}

		.cols2 .col2, .cols2 .col2.last { width: 90%; float:none;}



		





		}



	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

	@media only screen and (min-width: 480px) and (max-width: 767px) {



		}



	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

	@media only screen and (max-width: 479px) {

		.header_menu {margin:0 auto; background:url(../images/menu_bg4.png) no-repeat top center;  position:relative; z-index:60;   height:86px; }

		div.h3_act_href {position:absolute; top:20px; left:0px; height:125px; width:237px; background:url(../images/services_h2_bg2.png) no-repeat top center; top: 10px; }

		div.h3_act_href { width: 237px; top: 10px; }

		.cols3 .col3, .cols3 .col3.last { margin-right: 27px; }

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

		.col1 .img_hover_box.pic a { width: 185px; }





	}





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

*/