/* ============================================================

320 and Up by Andy Clarke
Version: 3.0
URL: http://stuffandnonsense.co.uk/projects/320andup/
Apache License: v2.0. http://www.apache.org/licenses/LICENSE-2.0

============================================================ */
/* Reset =================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/* Variables =================================================== */
/* Mixins =================================================== */
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ""; }

.clearfix:after {
  clear: both; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  position: static;
  clip: auto;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible; }

/* Page =================================================== */
html {
  background: #ffffff;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5em;
  color: #999; }

/* Typography =================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizelegibility; }

h1 {
  margin: 0 0 20px 0;
  text-indent: -10000px;
  background: url("../assets/images/litl-logo.png") no-repeat;
  background-size: 75%;
  width: 100px;
  height: 68px; }

h2 {
  margin-bottom: 0.75em;
  font-size: 24px;
  line-height: 1.2; }

h3 {
  margin-bottom: 1em;
  font-size: 21px;
  line-height: 1.3; }

h4 {
  margin-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.25; }

h5 {
  font-size: 16px;
  margin-bottom: 1.5em; }

h6 {
  margin-bottom: 1.5em;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

p {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.5em; }

p.headline {
  font-style: normal;
  color: #fff;
  margin-bottom: 0;
  font-size: 21px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

p.headline span {
  color: #000; }

small {
  font-size: 14px; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

li ul, li ol {
  margin: 0;
  font-size: 16px; }

b, strong {
  font-weight: bold; }

/* Colour =================================================== */
a {
  text-decoration: none;
  color: #48ADB3; }

a:visited {
  color: #48ADB3; }

a:hover {
  text-decoration: underline;
  color: #000; }

a:focus {
  outline: thin dotted;
  color: #000000; }

a:hover, a:active {
  outline: 0; }

::-moz-selection {
  background-color: #9AD7DB;
  color: white;
  text-shadow: none; }

::selection {
  background-color: #9AD7DB;
  color: white;
  text-shadow: none; }

/* Structure =================================================== */
.header, .wrapper, .footer {
  margin: 0 auto 20px;
  width: 261px; }

.header {
  margin-top: 60px;
  margin-bottom: 10px;
  width: 300px; }

.header ul li {
  display: inline;
  margin: 0 -4px 0 0px;
  text-align: center;
  padding: 0; }

.header ul {
  margin: 0 auto; }

.header ul li a {
  width: 32%;
  padding: 10px 0;
  display: inline-block;
  color: #999;
  font: italic 16px Georgia, serif;
  letter-spacing: 1px; }

.header ul li a.active {
  color: #000; }

.header ul li a:hover {
  color: #48ADB3;
  text-decoration: none;
  padding-bottom: 9px; }

.header ul li a.active:hover {
  color: #000; }

.wrapper {
  background: url("../assets/images/bg-dot.png") left top;
  padding: 20px; }

.whiteBg .content {
  background: white; }

#contact {
  background: white url("../assets/images/litl-map.png") no-repeat left bottom;
  background-size: 100%; }

#contact ul {
  margin-bottom: 20px; }

#contact ul li {
  margin-bottom: 8px; }

.content {
  padding: 30px;
  background: url("../assets/images/bg-pattern.jpg");
  min-height: 530px; }

.footer small {
  color: #999; }

.products a {
  text-decoration: none; }

.products a p {
  display: none; }

.products a:hover p {
  display: block; }

.products p {
  margin-left: 60px;
  color: white;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal; }

.products li {
  margin-bottom: 20px;
  min-height: 120px; }

/* Queries =================================================== */
/* 

Hardboiled CSS3 Media Queries by Andy Clarke:
http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/

Author: Andy Clarke
Web site: http://stuffandnonsense.co.uk
Twitter: http://twitter.com/malarkey

Hardboiled Web Design
Web site: http://hardboiledwebdesign.com
Twitter: http://twitter.com/itshardboiled

Version date : 30th September 2010
Version: 0.9

License: Creative Commons CC Zero Declaration. No Rights Reserved.

*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 600px) {
  /* Styles */
  .header {
    margin-top: 10px; }

  .products a p {
    display: block; } }
/* Smartphones (landscape) ----------- 
@media only screen and (min-width : 321px) {

}
*/
/* Smartphones (portrait) ----------- 
@media only screen and (max-width : 320px) {
.header{
	margin:10px 0;
}
.products a p{
	display:block;
}
}
*/
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  /* Styles */
  .header {
    margin-top: 10px; }

  .products a p {
    display: block; } }
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  .products a p {
    display: block; } }
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  .products a p {
    display: block; } }
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */ }
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */ }
/* iPhone 4 and high pixel ratio devices ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */ }
