/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles // rewrite original
================================================== */
	img{ max-width: 100%; height: auto; }
	div.top-navigation-wrapper{ min-width: 0; }

/* #Page Styles
================================================== */
	
/* #Media Queries
================================================== */

	/* Normal Size with no sidebar */
		
	/* Normal Size with one sidebar */
	
	/* Normal Size with both sidebar */
	
	/* 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) {
		div.container { padding-left: 0px !important; padding-right: 0px !important; box-shadow: 0 0 20px #000000;
		  -moz-box-shadow:    0 0 20px #000000;
  -webkit-box-shadow: 0 0 20px #000000;

		
		}	
		div.slider-wrapper {margin-top:10px}
		div.social-wrapper{ margin-right: 10px; }
	
		div.both-sidebar-included .comment-wrapper input[type="text"], input[type="password"] { width: 220px; }
		div.both-sidebar-included .comment-wrapper .comment-form-captcha input{ width: 105px; }
		
		div.single-port-thumbnail-image,
		div.single-port-thumbnail-video,
		div.single-port-thumbnail-slider{ margin-right: 20px; float: left; width: 440px; }
	}
	
	/* reduce padding */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
	} 

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		div.body-wrapper {background-color:#dcdcdc;background-image:none!important}
		div.container { padding-left: 0px !important; padding-right: 0px !important;box-shadow: 0 0 20px #000000;
		  -moz-box-shadow:    0 0 20px #000000;
  -webkit-box-shadow: 0 0 20px #000000; }
  div.slider-wrapper 	{margin-top:10px}
		
		div.top-navigation-left{ float: none; margin-left: 0px; }
		div.top-navigation-right{ float: none; margin-top: 5px; margin-right: 0px}
		div.menu-top-menu-container{ display: inline-block; }
		
		
		div.catablog-gallery.catablog-row {/*height:auto!important;width:180px!important*/}
		div.catablog-gallery.catablog-row .catablog-image {}
		div.catablog-catalog {margin:0 auto!important}
		div.csr-field {width:75%!important}

		div.header-wrapper{ text-align: center; padding-top:30px}
		div.logo-wrapper{ /*display: inline-block;*/ float: none; padding-top: 16px; } 
		div.social-wrapper{ display: inline-block; margin: 20px 0px; text-align: center; float: none; }
		.portfolio-item, .gdl-portfolio	{width:190px!important;/*min-height:325px!important*/}
		div.navigation-wrapper{ display: none; }	
		div.responsive-menu-wrapper{ display: block;
background:#454545;
    display: block;
    height: 36px;
    margin: 33px 0 0;
    padding: 6px 10px 0;}
		#one-column-emphasis {width:100%!important}
		div.flex-caption{ display: none; }
		
		div.stunning-text-wrapper{ text-align: center; }
		a.stunning-text-button{ display: inline-block; float: none; margin: 0px 0px 10px; float: none; }
		h1.stunning-text-title{ margin-bottom: 10px; float: none; }
		div.stunning-text-caption{ float: none; }
		
		/* Slider*/
		div.anythingSlider,
		div.nivoSlider{ display: none !important; }
		
		/* Sidebar */
		div.left-sidebar-wrapper,
		div.right-sidebar-wrapper{ border: none; padding: 20px 0px 0px 0px; padding-left: 0px; height: auto !important; }
		
		/* for shortcode */
		.shortcode1-4,
		.shortcode1-3,
		.shortcode1-2,
		.shortcode2-3,
		.shortcode3-4,
		.shortcode1{ width: 100%; margin-bottom: 10px; float: none; }
		
		/* for price table */
		.percent-column1-6,
		.percent-column1-5,
		.percent-column1-4,
		.percent-column1-3,
		.percent-column1-2,
		.percent-column1-1{ width: 50% !important; }
		div.gdl-price-item .price-item.active { padding-bottom: 30px !important; margin-top: 0px; }
		
		div.single-port-thumbnail-image,
		div.single-port-thumbnail-video,
		div.single-port-thumbnail-slider{ margin: 0px 0px 15px; float: none; width: auto; }		
		
		/* for blog */
		div.blog-thumbnail-info, div.single-thumbnail-info{ float: none; padding-bottom: 10px; width: auto; } 

			
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		div.comment-wrapper input[type="text"], input[type="password"] { width: 270px !important; }
		div.comment-wrapper .comment-form-captcha input{ width: 155px !important; }
			
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		div.comment-wrapper input[type="text"], input[type="password"] { width: 180px !important; }
		div.comment-wrapper .comment-form-captcha input{ width: 65px !important; }				
	}	
	
