/*

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



	.cols2 { padding:0px !important; }

		



	}



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

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

	.menu-bar .menu ul li a.ms_top { padding: 4px 0px 4px 7px; }

	.menu-bar .menu ul li.active a.ms_top.ms_havesubmenu span { padding-right: 4px; }

	.menu-bar .social { margin-top: 3px; }

	.menu-bar .menu ul li.last { padding-right: 3px; }

	.centercol .col2.last { width: 40%; }

	.centercol .col2_2.last { float: none; }

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





	}

	



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

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

		.body_resize .menu-bar { margin: 28px 0 0 0; }

		.menu-bar .social { border: none; margin-top: -55px; float: right; }

		.body_resize .header { padding-bottom: 0px; }

		.col2 { width: 93%; margin: 0 10px; }

		.centercol .col2.last { width: 95%; }

		.col2text { width: 95% !important; }

		.centercol { margin-left:0px !important;}

		.side { float: none !important; margin-right: 0px !important; }

		.col2 { width: 96% !important; }

		.gap2 p { padding-left: 10px; }

		#coment2 { margin-left:0px !important; } 

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

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

		#coment3 { margin-left:0px !important; } 

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

		.gap6 { width: 87% !important; float: left; margin-left: 20px; }

		.menu .menusm { display: none; }

		.menu .tinynav { padding: 0px 0 0px; margin: 0px auto 0px 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; }

		.menu { float: none; }

		.wrapslider { padding: 0px; }

		.logo { left: auto; text-align: center; }

		.logo a { margin-left: 0px; } 

		.logo p { padding-left: 0px; }

	}



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

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



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

		.body_resize .centercol { margin-left: 0px; }

		.col2_2 img { border: none !important; }

		.centercol { margin-left:0px;}

		.gap3 { padding-left: 0px !important; }

		#gallery-imgs .col44 { width: auto; margin-right: 40px; }

		#gallery-imgs .col44 .pic.img_hover_box { margin-left: 70px; }

		.content_full_size .gallery-categ { margin-left: 50px; }

		.gap { margin-left: 0px !important; }

		#slider-wrapper object { width: 100%; height: 243px !important; }

		.gap2 { padding-left: 0px !important; }

		.col2_2 h3 { padding: 0 10px; }

		.col2_2 p { padding: 0 10px; }

		.col2text { padding: 0 10px; }

		.2cols h2 { padding:0 10px; }

		.centercol h2 { padding-left:10px; }

		a.pic img.h { display: none !important;}

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

		.dc_pricingtable06 ul li h3 { font-size: 15px !important; }

		.dc_pricingtable05 ul li h3 { font-size: 15px !important; }

		.dc_pricingtable03 li h2 { font-size: 15px !important; }

		.dc_pricingtable03 li h2.caption { font-size: 11px !important; }

		

		 

			

	}



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

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

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

		.col2_2 img { border: none !important; }

		.centercol { margin-left:0px;}

		#gallery-imgs .col44 { width: auto; margin-right: 20px; }

		#gallery-imgs .col44 .pic.img_hover_box { margin-left: 20px; }

		.gap { margin-left: 0px !important; }

		.gap2 { padding-left: 0px !important; }

		.col2_2 h3 { padding: 0 10px; }

		.col2_2 p { padding: 0 10px; }

		.col2text { padding: 0 10px; }

		.centercol h2 { padding-left:10px; }

		a.pic img.h { display: none !important;}

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

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

		.pricing_six .pricing_column, .pricing_six .pricing_column_first { width: 100% !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; }

*/

