/* headerwrap */


/*
* 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.ms_top a.ms_top.ms_hover span,
       .menu ul li.ms_top.active a.ms_top span {background:url(../images/menu_a1.png) no-repeat top left !important;   /**/}
       .menu ul li.ms_top a.ms_top.ms_hover span.color2,
		.menu ul li.ms_top.active a.ms_top span.color2 {background-image:url(../images/menu_a1-02.png)!important;}
		.menu ul li.ms_top a.ms_top.ms_hover span.color3,
		.menu ul li.ms_top.active a.ms_top span.color3 {background-image:url(../images/menu_a1-03.png)!important;}
		.menu ul li.ms_top a.ms_top.ms_hover span.color4,
		.menu ul li.ms_top.active a.ms_top span.color4 {background-image:url(../images/menu_a1-04.png)!important;}


       
 
		
		}
		

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.main{ margin-left:12px;}
		.col3.feature-full{ width:30%; margin-right:3%;}
		.list_li ul{ clear:both;}
		.menu ul li a.ms_top span{ width:152px!important; padding-right:0px !important;}
		.menu ul li ul{ left:190px !important;}
		#slider-wrapper object { width: 100%; height: 300px;}
		 
 
 
	}
	 
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	.menu { width: auto;}	
	.menu ul { display: none;}
	.menu .tinynav { padding: 3px 0 3px; margin: 0px auto; width: 95%; display: block; height: 27px; }
     .container .panel{ background:url("../images/panel_bg-x.png") left top repeat-x;}
	 .container .logo{ padding-top:23px; height:151px;}
	 .logo div{ padding-top:79px;}
	 .sidebar,.centercol{ width:95%;}
	 .sep{ margin:30px 0px;}
	 .sep.last{ width:95%;}
	 .col3, .col2{ width:95%;}	
	 .container .social{ text-align:center; padding-bottom:13px;}
     .container .social_text{ float:none; text-align:center;}
	 .header_resize{ padding-bottom:27px;}
	 .container .flickr a img{ margin-right:34px;}
     #coment2, #coment3{ margin-left:0px;}
	 #coment .podpis, #coment2 .podpis, #coment3 .podpis { float:none;}
	 .container .col3.feature-full{ width:100%; margin-right:0px; float:none;}
     .container .sidebar_widgets{ width:95%;}
	 .img_hover_box.pic a img.r_plus_overlay { display: none;}
	 .img_hover_box.pic a img.r_plus { display: none;}	
	 .sidebar_text{ margin-top:13px;}
	 .flickr a img:hover{ border:1px solid #ffffff;}
	 .container .mob{ display:block;}
	 .container .disp{ display:none;}
	 #slider-wrapper object { width: 100%; height: 230px;}
		}

	/* 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) {
	 .fl.btn{ float:left;}
	 .fr.btn{ float:right;}
     .fr.btn, .fl.btn{ display:inline-block;}
	 .pic.fr.none, pic.fl.none{ float:none;}
	 .container .col2{ width:95%; padding-right:1%;}
	 .container .col2.last{ width:95% !important; padding-right:5% !important;}
	 #slider-wrapper object { width: 100%; height: 190px;}
	 }
	/*.works h2{ margin-left:70px;}
*/		
		


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