/*
* 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) {
		#slider-wrapper object { height: 322px; }
		#dc_pricingtable01 { width: 95% !important; }
		.dc_tile_portfolio_content { width: 760px !important; }
		}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#panel_setting_side { position: absolute !important; top: 30% !important; z-index: 9999999 !important; }
		.logo { text-align: center; }
		.callUs { margin-bottom: 20px; float: none; text-align: center; }
		.js nav { margin: 20px 0; }
		.RSS { float: none; text-align: center; }
		.RSS img { margin-bottom: 15px; float: none; text-align: center; display: inline; }
		.nivo-caption h2 { font-size: 10px; line-height: 13px; }
		.nivo-caption p { font-size: 9px; line-height: 12px; }
		a.pic img.h { display: none; }
		a.pic:hover img.h { display: none; }
		.small_boxindex:hover{ width: 420px; height: 298px; background: url(../images/bonusbg1.png)no-repeat; background-size: contain; }
		.oneForth p { font-size: 7px !important; }
		.oneForth {  width: 50% !important;}
		.left_side_big { margin: 0px; width: 100%; }
		.right_side_big { margin: 0px; width: 100%; }
		.right_side { padding: 5px 0; }
		.coment2 { margin-left: 0px; }
		.maps_view { height: 250px; }
		.main_resize .fl.gap { float: none; }
		.left_side_big.r.gap1 { display: block; }
		.left_side_big.r.gap { display: none; }
		.img_hover_box.pic a:hover img.r_plus { display: none; }
		.camera_caption > div { padding: 5px !important; font-size: 8px !important; line-height: 12px; }
		#slider-wrapper object { height: 240px; }
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.pricing_six .pricing_column, .pricing_six .pricing_column_first { width: 15.4% !important; }
		} 
		
		/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
		@media only screen and (max-width: 479px) {
		.footer { font-size: 8px; line-height: 10px; text-align: left; }
		.small_boxindex:hover{ width: 300px; height: 298px; background: url(../images/bonusbg1.png)no-repeat; background-size: contain; }
		.port3 p { font-size: 7px; line-height: 10px; }
		.maps_view { height: 200px; }
		#slider-wrapper object { height: 160px; }	
		}
		
	


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