

/*

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

		.container .col4 { margin-right: 11px; }

		.container .col3.second { float: right; }

		.container .col3 { margin: 0px; width: 47%; }

		}

		



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

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

		#controls { right: 6%!important; }

		.five.columns.omega.alpha.same { width: 216px; }

		#webstore-container { top: 23px !important; }

		.container .col4.last { margin-right: 0px; }

		.col33 { margin-right: 14px; }

		#webstore { min-width: 200px !important; }

		.menu ul li ul { left: 221px; }
		.logo a span { font-size: 40px !important; }

		 }

		 



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

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

		.container #coment img { float: none; }

		.container #coment2 img { float: none; }

		.container #coment .podpis { float: none; }

		.container #coment2 { margin-left: 0px; }

		.container #coment2 img { float: none; }

		.container #coment2 .podpis { float: none; }

		.container #coment3 { margin-left: 0px; }

		.container #coment3 img { float: none; }

		.container #coment3 .podpis { float: none; }

		.container .r_plus_overlay { display: none; }

		.container .r_plus { display: none; }

		.container .search_text { width: 55%; }

		.container .wright { float: left; }

		.container .sidebar { padding-top: 100px; }

		.container .header_follow img { margin-right: 10px; }

		.container .fr { padding: 10px 0 0 0; float: left; }

		.container .header_follow { padding: 50px 0 43px; }

		.container .content_sub.add .block_pict a img { margin-right: 48px; }

		.container .wright.gap { padding-bottom: 40px; }

		.container .sidebar { padding-bottom: 0px; }

		.container .header_follow { padding-bottom: 0px; }

		.container .wright.gap { padding-top: 25px; }

		.container .content img { margin-bottom: 10px; width: 100%; }

		.blog_small .block_pict img { width: auto; max-width: 100%; height: auto; }

		.container #coment { padding-bottom: 12px; }

		.container #coment br { display: none; }

		.container #coment2 br { display: none; }

		.container #coment3 br { display: none; }

		.container #coment3 .podpis { width: 100%; }

		.container .col33 { width: 44.7%; }

		.container .content.new .content_sub { margin-bottom: 0px; }

		.container .center2 { width: 87%; }

		.container .right { float: left; width: 87%; }

		.container .center2 br { display: none; }

		.container .gap { padding: 0 0 0 0px; float: left; width: auto; }

		.container .col4 { width: 45%; }

		.container .col4.second { margin-right: 0px; float: right; }

		.container .col4.last { float: right; }

		.container .col3 { margin: 0px; width: 100%; }

		.menu ul.menusm { display: none; }

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

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

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

		div.ppt { display: none !important; } 

		.camera_prev { left: 0px !important; }

		#webstore { width: auto !important; }

		.footer .fl { padding-top: 8px; }

		.flexslider .fslides img { margin: 0px; }

		}

 

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

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

		#controls { right: 8%!important; }

		}



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

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

		.container .search_text { width: 80%; }

		.container .content_sub.add .block_pict a img { margin-right: 22px; }

		.container .col2 { width: 100%; }

		.container .col2.last { float: left; }

		.container .col33 { width: 100%; }

		.container .center2 { width: 80%; }

		.container .right { float: left; width: 80%; }

		.container .gallery-categ li a { padding: 5px; }

		.container .gap { padding: 0 0 0 21px; }

		.container .col4 { margin: 0px; width: 100%; }

		.container .col4.second { float: left; }

		.container .col4.last { float: left; }

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

		.menu .tinynav { padding: 2px 0 3px 0; width: 100%; }	

		.container .wright.gap { padding-left: 0px; }

		.pricing_six .pricing_column, .pricing_six .pricing_column_first { width: auto!important; }

		#webstore .left { width: auto; float: none; }

		}

		





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

*/