/*

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

		.menu ul li a.ms_top span { padding:28px 2px !important;}

		.search { padding: 22px 19px 10px 0; }

		.header_resize .header_menu { background:url(../images/menu_bg2.png) no-repeat top center;  }

		.logo { background:url(../images/logo_bg2.png) no-repeat top center;}

		.header_resize .logo p { font-size:10px;}







		

		}



	/* Tablet Portrait size to standard 960 (devices and browsers) */

	@media only screen and (min-width: 768px) and (max-width: 959px) {

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



	}



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

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

		.menu .menusm { display: none; }

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

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

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

		#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 textarea { width:97%; margin-left:0px;} 

		#contactform input.text { width:97%; margin-left:0px;}

		.pic.fl { float:none;}

		.pic.fr { float: none;}

		.header_resize .header_menu { width:100%; background-image:none; background-color:#121212; height:auto; border-radius: 10px;}

		.header_resize .logo { width:100%; background:url(../images/logo_bg.png) no-repeat top center;}

		.footer_resize { width: auto;}

		.footer p { padding: 13px 0 0 0;}

		.content .content_resize { padding:20px 20px;}

		.content .centercol { padding:0 40px 0 0px;}

		.sidebar.last { padding: 0 40px 0 0;}

		.gap .col2 { margin-right:40px;}

		.gap3 .col3 { margin-right:40px;}

		.gap3 .col3.last { margin-right:40px !important;}

		.gap1 { padding-right:40px;}

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

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

		.cols4 .col4 { width:44%;}

		.footer { position: relative; background:url(../images/footer_bg1.png) repeat top left; height:90px; }		

		.col2.last, .col3.last { margin-right: 30px; }

		.space-n-mob .one_third_pad { float: none; width: 100%;}

		.search { padding: 5px 19px 10px 0; }



		}



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

		.footer { position: relative; background:url(../images/footer_bg1.png) repeat top left; height:90px; }		

		.footer_resize { width:100%;}

		.social { width:100px; float:none;}

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

		div.ppt { display: none !important;}



	}





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

*/