﻿@charset "utf-8";
/*@table-bg-hover:                #f5f5f5;*/
/* ---------------------------------------------------------------

 	Standard Bootstrap Media Queries 
    http://css-tricks.com/snippets/css/media-queries-for-standard-devices/    
    http://www.stephentgilbert.com/mediaqueries/
	http://code-tricks.com/css-media-queries-for-common-devices/
	http://scotch.io/quick-tips/css3-quick-tips/default-sizes-for-twitter-bootstraps-media-queries
	For "Mobile First" design approach - remove max-width and allow to cascade

	--------------------------------------------------------------- */
/* ---------------------------------------------------------------
 * All Smartphones
 --------------------------------------------------------------- */
/* -- All smartphones landscape and portrait ----------- */
/* -- All smartphones in landscape ----------- */
/* -- All smartphones in portrait ----------- */
@media only screen and (max-width: 479px) {
  /* --------------------------------------------------------------
	 * Headings
      --------------------------------------------------------------- */
  /*@font-size-h1:            @font-size-h1 * 0.8;
	h1, .h1
	{
		font-size: @font-size-h1;

	}*/
}
/* ---------------------------------------------------------------
 * Android Devices
 --------------------------------------------------------------- */
/* -- Android 240 X 320 ----------- */
/* --  Android(Samsung Galaxy) in portrait 380 X 685 ----------- */
/* -- Android(Samsung Galaxy) in Landscape 685 X  380 ----------- */
/* --  Kindle Portrait 600 X 1024 ----------- */
/* --  Kindle Landscape 1024 X 600 ----------- */
/* ---------------------------------------------------------------
 * Apple iPads (all generations)
 --------------------------------------------------------------- */
/* -- iPads in portrait and landscape----------- */
/* -- iPad in landscape----------- */
/* -- iPad in portrait----------- */
/* ---------------------------------------------------------------
 * Retina iPad 3 & 4
 --------------------------------------------------------------- */
/* -- Retina iPad 3 & 4 in portrait and landscape----------- */
/* -- Retina iPad 3 & 4 in landscape----------- */
/* -- Retina iPad 3 & 4 in landscape----------- */
/* ---------------------------------------------------------------
 * Apple iPad 1 & 2, iPad Mini
 --------------------------------------------------------------- */
/* -- iPad 1 & 2 in portrait and landscape ----------- */
/* -- iPad 1 & 2 in landscape ----------- */
/* -- iPad 1 & 2 in portrait ----------- */
/* -- Desktops and laptops ----------- */
/* -- Large screens ----------- */
/* -- Only iPhone 4 ----------- */