@charset "utf-8";
/* CSS Document */

body  {text-rendering: optimizeLegibility; }

.speed  {text-rendering: optimizeSpeed; }

body {
	-webkit-font-smoothing: antialiased;
	color: #333333; 
	}

body,
input,
button, btn  {-webkit-font-smoothing: antialiased; }

/*---------*/

body {
  font-size: 165%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

#page {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em) {
  #page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}

h1 {
  font-size: 2.25em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

@media (min-width: 768px) and (max-width: 991px)  /*TABLETS*/ {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 2.75em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
  }
}

h2 {
  font-size: 1.5em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 768px) and (max-width: 991px)  /*TABLETS*/ {
  h2 {
    font-size: 1.625em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 1.70em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 768px) and (max-width: 991px)  /*TABLETS*/ {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}

@media (min-width: 768px)   /*TABLETS*/ {
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */
  }
}

blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
}

@media (min-width: 768px)   /*TABLETS*/ {
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */
  }
}
/*-------*/

/*html    {font: 100%/1.5 Arial, sans-serif;       }*/

h1      {/*font-size: 2em;  */     /* 2*16 = 32 */         }
h2      {/*font-size: 1.5em;*/     /* 1.5*16 = 24 */       }
h3      {/*font-size: 1.17em; */   /* 1.17*16 = 18.72 */   }
h4      {/*font-size: 1em;*/       /* 1*16 = 16 */         }
h5      {/*font-size: 0.83em;*/    /* 0.83*16 = 13.28 */   }
h6      {/*font-size: 0.75em;*/    /* 0.75*16 = 12 */      }

h1,
h2,
h3,
h4,
h5,
h6 {
/*  line-height: 1;
  margin-top: 0;
  color: #222222;*/
}

p { line-height: 1.5;
    margin: 0 0 1em;    }
	
small {font-size: 65%;}	
	
a, a:visited   {text-decoration: none; /*border-bottom: solid 1px #000;*/ } 
a:hover     {text-decoration: none; }

/* states for accessibility http://meyerweb.com/eric/css/tests/css2/sec05-11-03.htm */
a:active    {color: tomato;      }
/*a:focus     {border: 1px dotted tomato; }*/

strong  {font-weight: bold;  }
em      {font-style: italic; }

blockquote {
 font-style: italic; 
}
 
blockquote:before { 
 content: "\201C";
 display: inline-block;
 padding-right: .4em;
}




/*PRINT*/

@media print {
	* { background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;}
	
	
p, h2, h3 {
	orphans: 3; /* http://css-tricks.com/almanac/properties/o/orphans/ */
    widows: 3;  /* http://css-tricks.com/almanac/properties/w/widows/ */
	}
	
h2,h3 {
	page-break-after: avoid;
}
	
}