/*!
Theme Name: Netskope
Theme URI: http://www.sincerelytruman.com
Description: This theme is carefully created by Truman Team. Visit us at <a href="http://www.sincerelytruman.com" target="_blank"> Sincerely Truman </a> to learn more about us.
Author: Khoa Pham
Author URI: http://www.sincerelytruman.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0
*/
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for micro clearfix
 * @include microclearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* @include box-shadow(5px, 5px, 10px, 0px, #000); */
/* @include box-shado-inset(5px, 5px, 10px, 0px, #000); */
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*************** RETINA DISPLAY MIXINS ***************/
/*************** UTILITY ***************/
@font-face {
  font-family: "DharmaGothic";
  font-style: normal;
  font-weight: 600;
  src: url("../../assets/fonts/DharmaGothic/DharmaGothicE-Bold.eot");
  src: url("../../assets/fonts/DharmaGothic/DharmaGothicE-Bold.eot#iefix") format("embedded-opentype"), url("../../assets/fonts/DharmaGothic/DharmaGothicE-Bold.woff") format("woff"), url("../../assets/fonts/DharmaGothic/DharmaGothicE-Bold.ttf") format("truetype"), url("../../assets/fonts/DharmaGothic/DharmaGothicE-Bold.svg#DharmaGothicE-Bold") format("svg");
}

@font-face {
  font-family: "HelveticaNeueLTStd";
  font-style: normal;
  font-weight: 400;
  src: url("../../assets/fonts/HelveticaNeueLTStd-LtCn.eot");
  src: url("../../assets/fonts/HelveticaNeueLTStd-LtCn.eot#iefix") format("embedded-opentype"), url("../../assets/fonts/HelveticaNeueLTStd-LtCn.woff") format("woff"), url("../../assets/fonts/HelveticaNeueLTStd-LtCn.ttf") format("truetype"), url("../../assets/fonts/HelveticaNeueLTStd-LtCn.svg#HelveticaNeueLTStd-LtCn") format("svg");
}

@font-face {
  font-family: "PrestigeEliteStd-Bd";
  font-style: bold;
  font-weight: 600;
  src: url("../../assets/fonts/PrestigeEliteStd-Bd.eot");
  src: url("../../assets/fonts/PrestigeEliteStd-Bd.eot#iefix") format("embedded-opentype"), url("../../assets/fonts/PrestigeEliteStd-Bd.woff") format("woff"), url("../../assets/fonts/PrestigeEliteStd-Bd.ttf") format("truetype"), url("../../assets/fonts/PrestigeEliteStd-Bd.svg#PrestigeEliteStd-Bd") format("svg");
}

@font-face {
  font-family: "Rochester-Regular";
  font-style: bold;
  font-weight: 600;
  src: url("../../assets/fonts/Rochester-Regular.eot");
  src: url("../../assets/fonts/Rochester-Regular.eot#iefix") format("embedded-opentype"), url("../../assets/fonts/Rochester-Regular.woff") format("woff"), url("../../assets/fonts/Rochester-Regular.ttf") format("truetype"), url("../../assets/fonts/Rochester-Regular.svg#Rochester-Regular") format("svg");
}

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/*
 * Box Sizing
 *
 * Set that shit to border-box, yo. And fix those pesky pseudo elements
 */
/* ==========================================================================
   Border-box all the things!
   ========================================================================== */
*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*********************
BUTTONS
*********************/
.button, .button:visited {
  padding: 4px 12px;
  display: inline-block;
  text-align: center;
  font-size: 0.8em;
  text-decoration: none;
  cursor: pointer;
  line-height: 21px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #ab161c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c21920), to(#ab161c));
  background-image: -webkit-linear-gradient(top, #c21920, #ab161c);
  background-image: -moz-linear-gradient(top, #c21920, #ab161c);
  background-image: -o-linear-gradient(top, #c21920, #ab161c);
  background-image: linear-gradient(to bottom, #c21920, #ab161c);
}
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  background-color: #951319;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ab161c), to(#951319));
  background-image: -webkit-linear-gradient(top, #ab161c, #951319);
  background-image: -moz-linear-gradient(top, #ab161c, #951319);
  background-image: -o-linear-gradient(top, #ab161c, #951319);
  background-image: linear-gradient(to bottom, #ab161c, #951319);
}
.button:active, .button:visited:active {
  background-color: #c21920;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ab161c), to(#c21920));
  background-image: -webkit-linear-gradient(top, #ab161c, #c21920);
  background-image: -moz-linear-gradient(top, #ab161c, #c21920);
  background-image: -o-linear-gradient(top, #ab161c, #c21920);
  background-image: linear-gradient(to bottom, #ab161c, #c21920);
}

.blue-button, .blue-button:visited {
  border: 1px solid #0169b0;
  text-shadow: 0px -1px 0px #0169b0;
  background-color: #3479a8;
  background-image: linear-gradient(to bottom, #0f9dbc, #3479a8);
  box-shadow: 0px 1px 0px #13c4eb inset;
}
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border: 1px solid #0169b0;
  text-shadow: 0px -1px 0px #0169b0;
  background-color: #3479a8;
  background-color: #b9181f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#b9181f), to(#b9181f));
  background-image: -webkit-linear-gradient(top, #b9181f, #b9181f);
  background-image: -moz-linear-gradient(top, #b9181f, #b9181f);
  background-image: -o-linear-gradient(top, #b9181f, #b9181f);
  background-image: linear-gradient(to bottom, #b9181f, #b9181f);
}
.blue-button:active, .blue-button:visited:active {
  background-color: #c21920;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ab161c), to(#c21920));
  background-image: -webkit-linear-gradient(top, #ab161c, #c21920);
  background-image: -moz-linear-gradient(top, #ab161c, #c21920);
  background-image: -o-linear-gradient(top, #ab161c, #c21920);
  background-image: linear-gradient(to bottom, #ab161c, #c21920);
}

/****************************************
GENERALS
*****************************************/
body {
  font-size: 100%;
  font-family: "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #cc9933;
}

a,
a:visited {
  color: #c21920;
}

a:hover {
  color: #b4171e;
}

a {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

::-moz-selection {
  background: orange;
  text-shadow: none;
}

::selection {
  background: orange;
  text-shadow: none;
}

/* HEADINGS / TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin: 0 0 10px 0;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

.white {
  color: white;
}

.text-shadow {
  text-shadow: #949494 0px 1px 5px;
}

.text-center {
  text-align: center;
}

/****************************************
STRUCTURES
*****************************************/
#container {
  background: #cc9933;
  margin: 0px auto;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}

/****************************************
HEADERS
*****************************************/
header .heading-text {
  font-weight: 300;
  font-size: 1.2em;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 0;
}
header .heading-text .phone-number {
  color: white;
}

/****************************************
PAGE TEMPLATES
*****************************************/
#main {
  background: black;
  color: white;
}
#main .logo-container {
  max-width: 620px;
  margin: 0 auto;
}

#main {
  padding-bottom: 40px;
}
#main .menu-container {
  padding: 10px;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto;
}
#main .menu-logo {
  padding-top: 20px;
}

.entry {
  max-width: 600px;
  margin: 0px auto;
  padding: 20px 0;
  line-height: 1.6em;
  font-family: "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
}
.entry p {
  margin: 0;
  margin-top: 15px;
}
.entry hr {
  margin: 0;
  margin-bottom: 10px;
}

/****************************************
PAGE TEMPLATES
*****************************************/
/* FOOTER */
#footer .inner-footer-content {
  padding-bottom: 80px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
#footer .inner-footer-content .food-menu {
  position: absolute;
  display: block;
  width: 55px;
  height: 30px;
  text-align: left;
  color: #222;
  font-weight: 600;
  font-family: 'Rochester-Regular';
  font-size: 1em;
  line-height: 1;
  left: 0;
  top: 20px;
  z-index: 99;
}
#footer .inner-footer-content .drink-menu {
  position: absolute;
  display: block;
  width: 65px;
  height: 30px;
  text-align: right;
  right: 0;
  color: #222;
  font-weight: 600;
  font-family: 'Rochester-Regular';
  font-size: 1em;
  line-height: 1;
  right: 0;
  top: 20px;
  z-index: 99;
}
#footer .inner-footer-content .address {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 20px;
  line-height: 1;
  z-index: 10;
}
#footer .inner-footer-content .address .address-street {
  font-family: "DharmaGothic";
  margin-bottom: 0;
  font-size: 1.2em;
  color: #222;
}
#footer .inner-footer-content .address .address-street a {
  color: #222;
}
#footer .inner-footer-content .address .open-time {
  font-family: "HelveticaNeueLTStd", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 0.8em;
  margin-top: 5px;
  font-weight: 300;
  text-transform: uppercase;
}

@media only screen and (min-width: 481px) {
  header .heading-text {
    font-size: 1.4em;
  }

  #main .menu-container {
    padding: 40px;
  }

  #footer .inner-footer-content .address {
    top: 20px;
    line-height: 1;
  }
  #footer .inner-footer-content .address .address-street {
    font-size: 1.5em;
  }
  #footer .inner-footer-content .address .open-time {
    font-size: 1em;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 768px) {
  /******************************************************************
  Grids: 12 grids.
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  .first {
    margin-left: 0;
  }

  .last {
    float: right;
  }

  .twentypercent {
    width: 20%;
    float: left;
    position: relative;
  }

  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  header {
    position: fixed;
    width: 100%;
    height: 55px;
    background: #cc9933;
    top: 0;
  }

  #main {
    padding-top: 60px;
  }
  #main .menu-container {
    padding: 10px;
    max-width: 50%;
    margin: 0 auto;
    overflow: auto;
  }

  #footer {
    position: fixed;
    width: 100%;
    height: 90px;
    background: #cc9933;
    bottom: 0;
  }
  #footer .inner-footer-content .address .address-street {
    font-size: 1.8em;
  }
  #footer .inner-footer-content .food-menu, #footer .inner-footer-content .drink-menu {
    font-size: 1.7em;
    top: 25px;
    width: 100px;
  }
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
