/*------------------------------------*\
 $WEB-BASIC_SETUP
\*------------------------------------*/
/*
 * COLORS DEFINITION
 * TXT MAIN: #2B2D2E
 * TXT HEADER: #800F25
 * TXT ALTERNATIVES: #00182f
 * TXT HOVER: #c1131c
 * BG: #fbfbfb
 * BG Buttton: #BE8584
 * SHADOW: #eae5e2
 */


/**
 * SCALE https://www.modularscale.com/?1.25&em&1.5
 * MAIN MARGIN: 2.813em
 * BLOCK: 6.328em
 * TXT: 1.875em
 * H2: 2.813em
 * H1: 4.219em
 * MARGIN: 1.875em
 */


/********************/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant&family=Roboto:wght@100&display=swap');


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;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* $HTML STYLE DEFINITIONS */

html {
    height: 100%;
}

body {
    height: inherit;
    font: 1.25em/1.4 'Roboto', sans-serif;
    background-color: white; 
    color: #2B2D2E;
    text-align: center;
}

h1 {
    position: relative;
    font-size: 6.328em;
    font-family: 'Cormorant', serif;
    line-height: 1em;
    margin-bottom: 0.556em;
}

h2 {
    position: relative;
    font-size: 2.25em;
    font-family: 'Cormorant', serif;
    line-height: 1.1em;
    margin-bottom: 0.556em;
    text-align: left;
}
h3 {
    position: relative;
    font-size: 1.875em;
    font-family: 'Cormorant', serif;
    line-height: 1.1em;
    margin-bottom: 0.556em;
    text-align: left;
}

p {
    margin:0 1.875em 1.875em;
    text-align: left;
}

a {
    color: #3a3938;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

.div100h {height: 100%;}

.container_center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
 #container_intro img {height: 150px;padding: 0 10px;} 

/* NAVIGATION */

.top_nav_box {
    width: 110px;
    height: 110px;
    display: inline-block;
    position: relative;
}

a.nav {
    font-size: 1.25em;
    color: #3a3938;
    text-decoration: none;
}

a.nav:hover {
    color: black;
    text-decoration:none;
}

a.nav_white {
    font-size: 1.25em;
    color: white;
    text-decoration: none;
}

a.nav_white:hover {
    color: white;
    text-decoration:none;
}

#main_nav a {
    color: #3a3938;
    text-decoration: none;
}

#main_nav a:hover {
    color: black;
    text-decoration:none;
}

.nav_reserve {position: relative;}

a.nav_reserve {
    font-size: 1.25em;
    color: white;
    text-decoration: none;
}

a.nav_reserve:hover {
    color: white;
    text-decoration: none;
}
.underline_white {
  position: relative;
}

.underline_white::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.underline {
  position: relative;
}

.underline::before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: black;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (hover: hover) and (pointer: fine) {
  .underline:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }
    .underline_white:hover::before{
    left: 0;
    right: auto;
    width: 100%;
  }
}
/* RESERVATION */
.reservation {
    text-align: left;
    height: auto;
    display: block;
    margin-bottom: 0.556em;
}

a.reservation_button {
display: inline-block;
    text-align: center;
    padding: 0.5em 1.875em;
    border: 1px solid black;
    color: black;
    margin: 0 auto;
    font-size: 1.25em;
    transition: all 0.6s ease;
}

a.reservation_button:hover {
    color: white;
    background-color: black;
    border: 1px solid black;
}

a.course_button {
display: inline-block;
    text-align: center;
    padding: 0.5em 1.875em;
    border: 1px solid white;
    color: white;
    margin: 0 auto;
    font-size: 1.25em;
    transition: all 0.6s ease;
}

a.course_button:hover {
    color: black;
    background-color: white;
    border: 1px solid white;
}

/* EMAIL FORM */

#email_form {
    width: 100%;
}

/* VOUCHER FORM */
#voucher_form {
    display: none;
background-color: #fbfbfb;
    margin: 1.875em;
padding:1.875em;
    text-align: center;
width: 100%;}


.order {
    width: 72vw;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

input[type=text] {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin-left: 1.875em;
    border: 0;
    border-bottom: 1px solid #e3e4e4;
    border-radius: 0;
    background-color: transparent;
    outline: 0;
    font-size: 100%;
    font-family: inherit;
    line-height: 1.1em;
    text-transform: uppercase;
}

input[type=text]:focus {
    border-bottom: 1px solid black;
}

.order > label {
    width: 100%;
    padding: 0;
    margin-top: 1.875em;
    display: inline-block;
    font-size: 1.25em;
    font-family: inherit;
    text-align: left;
}

.radio-group {
    float: left;
    display: inline-block;
    margin-top:0.5em;
    overflow: hidden;
}
.radio-group > label {
    color: #000;
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
}

input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

input[type=radio]:checked + label {
    color: lighten(#332f35, 60%);
    background: #e3e4e4;
}



button {
display: inline-block;
    text-align: center;
    padding: 0.5em 1.875em;
    border: 1px solid black;
    color: black;
    background-color: #fbfbfb;
    margin: 0 auto;
    font-size: 1.25em;
    font-family: inherit;
    transition: all 0.6s ease;
}

button:hover {
    color: white;
    background-color: black;
    border: 1px solid black;
}



/* NAVIGATION CONTENT */

.nav_content_bt_br {border-bottom: 1px solid #D1CBCB;}

/* show/hide main menu */


.with_nav #main_nav {
    display: block;
}

#main_nav:target {
    display: block;
}

#main_nav {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #f2f5fa;
    z-index: 10;
}

.access_aid {
    display: block;
    position: absolute;
    width: 40px;
    height: 0;
    padding-top: 40px;
    overflow: hidden;
    color: #000;
    z-index: 1;
    top: 1.25em;
    right: 1.25em;

}

.access_aid {
    /* In addition to the existing declarations... */
    background: transparent 10px 10px / 20px 20px no-repeat;
}

#access_nav {
    background-image: -webkit-repeating-linear-gradient(transparent, transparent 3px, #800F25 3px, #800F25 6px);
    background-image: repeating-linear-gradient(transparent, transparent 3px, #800F25 3px, #800F25 6px);
}

#access_top {
    background-image: linear-gradient(45deg, transparent 13px, #000 13px, #000 15px, transparent 0), linear-gradient(-45deg, #f2f5fa 13px, #000 13px, #000 15px,#f2f5fa 0);
}


/*Style main menu 'ul li' */

ul {
    margin-top: 2.441em;
}

li {
    display: inline-block;
    width: 100%;
    font-family: 'Cormorant', serif;
    line-height: 1.1em;
    font-size: 2.813em;
    margin-top: 0.1em;
}



/* BG TOP CONTAINER */
#top_container {background-image:url("img/MBK_uvod.jpg");background-size: cover;background-position: center;}

#top_container_2 {background-image:url("img/kurz_siti.jpg");background-size: cover;background-position: center;}

#klasicka-kosile {background-image:url("img/MBK_klasicka_kosile.jpg");background-size: cover;background-position: center;}

#luxusni-kosile {background-image:url("img/MBK_luxusni_kosile.jpg");background-size: cover;background-position: center;}

#kosile-rozparok {background-image:url("img/MBK_kosile_rozparok.jpg");background-size: cover;background-position: center;}

#kosile-domecek {background-image:url("img/MBK_kosile_domecek.jpg");background-size: cover;background-position: center;}

/* SPACES */
#daruj-kosili {margin: 4.219em 0;}
#kurz-siti {margin: 4.219em 0;}
#kontakt-na-miru {margin: 4.219em 0;}



/* IMAGE GALLERY */
#img_gallery {
    overflow-x: scroll;
    white-space: nowrap;
    cursor: url(img/swipe.svg), e-resize;
}
#img_gallery img {height: 100%;}

.img_gallery_br {
    height: 100%;
    min-width: 250px;
 display: inline-block;
    vertical-align:middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#img_gallery a {text-decoration: underline;padding: 0 5px;}


.main_box {margin-bottom: 1.875em;text-align: left;}
.main_box h3::first-letter {float: left;
    margin-bottom: 3em; margin-right: 1em; color: #611616;padding-right: 0.556em;
}

#oblek_img {display: none;}


/*------------------------------------*\
 $CSSWIZARDRY-GRIDS
 \*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*\
 $INTRODUCTION
 \*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
 <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
 `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
 `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
 `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
 `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*\
 $VARIABLES
 \*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*\
 $MIXINS
 \*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*\
 $GRID SETUP
 \*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
.grid {
  list-style: none;
  margin: 0;
  /* [1] */
  padding: 0;
  /* [2] */
  margin-left: -24px;
  /* [2] */
}
/**
 * 1. Cause columns to stack side-by-side.
 * 2. Space columns apart.
 * 3. Align columns to the tops of each other.
 * 4. Full-width unless told to behave otherwise.
 * 5. Required to combine fluid widths and fixed gutters.
 */
.grid__item {
  display: inline-block;
  padding-left: 24px;
  /* [1] */
  vertical-align: top;
  /* [2] */
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */
}
/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left;
}
.grid--rev > .grid__item {
  direction: ltr;
  text-align: left;
}
/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}
/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right;
}
.grid--right > .grid__item {
  text-align: left;
}
/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center;
}
.grid--center > .grid__item {
  text-align: left;
}
/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item {
  vertical-align: middle;
}
.grid--bottom > .grid__item {
  vertical-align: bottom;
}
/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -12px;
}
.grid--narrow > .grid__item {
  padding-left: 12px;
}
/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -48px;
}
.grid--wide > .grid__item {
  padding-left: 48px;
}
/*------------------------------------*\
 $WIDTHS
 \*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
 * Whole
 */
.one-whole {
  width: 100%;
}
/**
 * Halves
 */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%;
}
/**
 * Thirds
 */
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%;
}
.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%;
}
/**
 * Quarters
 */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%;
}
.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%;
}
/**
 * Fifths
 */
.one-fifth, .two-tenths {
  width: 20%;
}
.two-fifths, .four-tenths {
  width: 40%;
}
.three-fifths, .six-tenths {
  width: 60%;
}
.four-fifths, .eight-tenths {
  width: 80%;
}
/**
 * Sixths
 */
.one-sixth, .two-twelfths {
  width: 16.666%;
}
.five-sixths, .ten-twelfths {
  width: 83.333%;
}
/**
 * Eighths
 */
.one-eighth {
  width: 12.5%;
}
.three-eighths {
  width: 37.5%;
}
.five-eighths {
  width: 62.5%;
}
.seven-eighths {
  width: 87.5%;
}
/**
 * Tenths
 */
.one-tenth {
  width: 10%;
}
.three-tenths {
  width: 30%;
}
.seven-tenths {
  width: 70%;
}
.nine-tenths {
  width: 90%;
}
/**
 * Twelfths
 */
.one-twelfth {
  width: 8.333%;
}
.five-twelfths {
  width: 41.666%;
}
.seven-twelfths {
  width: 58.333%;
}
.eleven-twelfths {
  width: 91.666%;
}
/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 480px) {
  /**
   * Whole
   */
    
h1 {
    font-size: 3.375em;
}

h2 {
    font-size: 1.5em;
    margin:0 0.556em 0.556em;;
}
h3 {
    font-size: 1.5em;
    margin-bottom: 0.556em;
}
    #main_nav {
    height: 100%;

}
    p {
    margin:0 1.5em 1.5em;
    text-align: left;
}
    ul {
    margin-top: 0.556em;
}

li {
    display: inline-block;
    width: 100%;
    font-family: 'Cormorant', serif;
    line-height: 1.1em;
    font-size: 1.25em;
    margin-top: 0.1em;
}
    #img_gallery a {text-decoration: underline;padding: 0 5px;}


#container_intro img {height: 60px;}    
    
#top_container {background-image:url("img/MBK_uvod.jpg");background-size: cover;}
    
.main_box {margin-bottom: 0.556em;text-align: left;}
.main_box h3::first-letter {
    float: left; 
    color: #611616;
    line-height: 1.5;
    margin: 0;
}

.top_nav_box {
    width: 110px;
    height: 110px;
    display: inline-block;
    position: relative;
}
    
    button {font-size: 1em;}
    a.reservation_button {
    font-size: 1em;
}
    
    #oblek_img {display: inherit;}
    
    
  .palm--one-whole {
    width: 100%;
    /**
     * Halves
     */
  }
  .palm--one-half, .palm--two-quarters, .palm--three-sixths, .palm--four-eighths, .palm--five-tenths, .palm--six-twelfths {
    width: 50%;
    /**
     * Thirds
     */
  }
  .palm--one-third, .palm--two-sixths, .palm--four-twelfths {
    width: 33.333%;
  }
  .palm--two-thirds, .palm--four-sixths, .palm--eight-twelfths {
    width: 66.666%;
    /**
     * Quarters
     */
  }
  .palm--one-quarter, .palm--two-eighths, .palm--three-twelfths {
    width: 25%;
  }
  .palm--three-quarters, .palm--six-eighths, .palm--nine-twelfths {
    width: 75%;
    /**
     * Fifths
     */
  }
  .palm--one-fifth, .palm--two-tenths {
    width: 20%;
  }
  .palm--two-fifths, .palm--four-tenths {
    width: 40%;
  }
  .palm--three-fifths, .palm--six-tenths {
    width: 60%;
  }
  .palm--four-fifths, .palm--eight-tenths {
    width: 80%;
    /**
     * Sixths
     */
  }
  .palm--one-sixth, .palm--two-twelfths {
    width: 16.666%;
  }
  .palm--five-sixths, .palm--ten-twelfths {
    width: 83.333%;
    /**
     * Eighths
     */
  }
  .palm--one-eighth {
    width: 12.5%;
  }
  .palm--three-eighths {
    width: 37.5%;
  }
  .palm--five-eighths {
    width: 62.5%;
  }
  .palm--seven-eighths {
    width: 87.5%;
    /**
     * Tenths
     */
  }
  .palm--one-tenth {
    width: 10%;
  }
  .palm--three-tenths {
    width: 30%;
  }
  .palm--seven-tenths {
    width: 70%;
  }
  .palm--nine-tenths {
    width: 90%;
    /**
     * Twelfths
     */
  }
  .palm--one-twelfth {
    width: 8.333%;
  }
  .palm--five-twelfths {
    width: 41.666%;
  }
  .palm--seven-twelfths {
    width: 58.333%;
  }
  .palm--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1023px) {
    
    
    h1 {
    font-size: 3.375em;
}

h2 {
    font-size: 1.5em;
    margin:0 0.556em 0.556em;;
}
h3 {
    font-size: 1.5em;
    margin-bottom: 0.556em;
}
    #main_nav {
    height: 100%;

}
    p {
    margin:0 1.5em 1.5em;
    text-align: left;
}
    ul {
    margin-top: 0.556em;
}

li {
    display: inline-block;
    width: 100%;
    font-family: 'Cormorant', serif;
    line-height: 1.1em;
    font-size: 1.25em;
    margin-top: 0.1em;
}
    #img_gallery a {text-decoration: underline;padding: 0 5px;}


#container_intro img {height: 60px;}    
    
#top_container {background-image:url("img/MBK_uvod.jpg");background-size: cover;}
    
.main_box {margin-bottom: 0.556em;text-align: left;}
.main_box h3::first-letter {
    float: left; 
    color: #611616;
    line-height: 1.5;
    margin: 0;
}
    
    button {font-size: 1em;}
    a.reservation_button {
    font-size: 1em;
}
    
    
  /**
   * Whole
   */
  .lap--one-whole {
    width: 100%;
    /**
     * Halves
     */
  }
  .lap--one-half, .lap--two-quarters, .lap--three-sixths, .lap--four-eighths, .lap--five-tenths, .lap--six-twelfths {
    width: 50%;
    /**
     * Thirds
     */
  }
  .lap--one-third, .lap--two-sixths, .lap--four-twelfths {
    width: 33.333%;
  }
  .lap--two-thirds, .lap--four-sixths, .lap--eight-twelfths {
    width: 66.666%;
    /**
     * Quarters
     */
  }
  .lap--one-quarter, .lap--two-eighths, .lap--three-twelfths {
    width: 25%;
  }
  .lap--three-quarters, .lap--six-eighths, .lap--nine-twelfths {
    width: 75%;
    /**
     * Fifths
     */
  }
  .lap--one-fifth, .lap--two-tenths {
    width: 20%;
  }
  .lap--two-fifths, .lap--four-tenths {
    width: 40%;
  }
  .lap--three-fifths, .lap--six-tenths {
    width: 60%;
  }
  .lap--four-fifths, .lap--eight-tenths {
    width: 80%;
    /**
     * Sixths
     */
  }
  .lap--one-sixth, .lap--two-twelfths {
    width: 16.666%;
  }
  .lap--five-sixths, .lap--ten-twelfths {
    width: 83.333%;
    /**
     * Eighths
     */
  }
  .lap--one-eighth {
    width: 12.5%;
  }
  .lap--three-eighths {
    width: 37.5%;
  }
  .lap--five-eighths {
    width: 62.5%;
  }
  .lap--seven-eighths {
    width: 87.5%;
    /**
     * Tenths
     */
  }
  .lap--one-tenth {
    width: 10%;
  }
  .lap--three-tenths {
    width: 30%;
  }
  .lap--seven-tenths {
    width: 70%;
  }
  .lap--nine-tenths {
    width: 90%;
    /**
     * Twelfths
     */
  }
  .lap--one-twelfth {
    width: 8.333%;
  }
  .lap--five-twelfths {
    width: 41.666%;
  }
  .lap--seven-twelfths {
    width: 58.333%;
  }
  .lap--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (max-width: 1023px) {
  /**
   * Whole
   */
  .portable--one-whole {
    width: 100%;
    /**
     * Halves
     */
  }
  .portable--one-half, .portable--two-quarters, .portable--three-sixths, .portable--four-eighths, .portable--five-tenths, .portable--six-twelfths {
    width: 50%;
    /**
     * Thirds
     */
  }
  .portable--one-third, .portable--two-sixths, .portable--four-twelfths {
    width: 33.333%;
  }
  .portable--two-thirds, .portable--four-sixths, .portable--eight-twelfths {
    width: 66.666%;
    /**
     * Quarters
     */
  }
  .portable--one-quarter, .portable--two-eighths, .portable--three-twelfths {
    width: 25%;
  }
  .portable--three-quarters, .portable--six-eighths, .portable--nine-twelfths {
    width: 75%;
    /**
     * Fifths
     */
  }
  .portable--one-fifth, .portable--two-tenths {
    width: 20%;
  }
  .portable--two-fifths, .portable--four-tenths {
    width: 40%;
  }
  .portable--three-fifths, .portable--six-tenths {
    width: 60%;
  }
  .portable--four-fifths, .portable--eight-tenths {
    width: 80%;
    /**
     * Sixths
     */
  }
  .portable--one-sixth, .portable--two-twelfths {
    width: 16.666%;
  }
  .portable--five-sixths, .portable--ten-twelfths {
    width: 83.333%;
    /**
     * Eighths
     */
  }
  .portable--one-eighth {
    width: 12.5%;
  }
  .portable--three-eighths {
    width: 37.5%;
  }
  .portable--five-eighths {
    width: 62.5%;
  }
  .portable--seven-eighths {
    width: 87.5%;
    /**
     * Tenths
     */
  }
  .portable--one-tenth {
    width: 10%;
  }
  .portable--three-tenths {
    width: 30%;
  }
  .portable--seven-tenths {
    width: 70%;
  }
  .portable--nine-tenths {
    width: 90%;
    /**
     * Twelfths
     */
  }
  .portable--one-twelfth {
    width: 8.333%;
  }
  .portable--five-twelfths {
    width: 41.666%;
  }
  .portable--seven-twelfths {
    width: 58.333%;
  }
  .portable--eleven-twelfths {
    width: 91.666%;
  }
}
@media only screen and (min-width: 1024px) {
  /**
   * Whole
   */
  .desk--one-whole {
    width: 100%;
    /**
     * Halves
     */
  }
  .desk--one-half, .desk--two-quarters, .desk--three-sixths, .desk--four-eighths, .desk--five-tenths, .desk--six-twelfths {
    width: 50%;
    /**
     * Thirds
     */
  }
  .desk--one-third, .desk--two-sixths, .desk--four-twelfths {
    width: 33.333%;
  }
  .desk--two-thirds, .desk--four-sixths, .desk--eight-twelfths {
    width: 66.666%;
    /**
     * Quarters
     */
  }
  .desk--one-quarter, .desk--two-eighths, .desk--three-twelfths {
    width: 25%;
  }
  .desk--three-quarters, .desk--six-eighths, .desk--nine-twelfths {
    width: 75%;
    /**
     * Fifths
     */
  }
  .desk--one-fifth, .desk--two-tenths {
    width: 20%;
  }
  .desk--two-fifths, .desk--four-tenths {
    width: 40%;
  }
  .desk--three-fifths, .desk--six-tenths {
    width: 60%;
  }
  .desk--four-fifths, .desk--eight-tenths {
    width: 80%;
    /**
     * Sixths
     */
  }
  .desk--one-sixth, .desk--two-twelfths {
    width: 16.666%;
  }
  .desk--five-sixths, .desk--ten-twelfths {
    width: 83.333%;
    /**
     * Eighths
     */
  }
  .desk--one-eighth {
    width: 12.5%;
  }
  .desk--three-eighths {
    width: 37.5%;
  }
  .desk--five-eighths {
    width: 62.5%;
  }
  .desk--seven-eighths {
    width: 87.5%;
    /**
     * Tenths
     */
  }
  .desk--one-tenth {
    width: 10%;
  }
  .desk--three-tenths {
    width: 30%;
  }
  .desk--seven-tenths {
    width: 70%;
  }
  .desk--nine-tenths {
    width: 90%;
    /**
     * Twelfths
     */
  }
  .desk--one-twelfth {
    width: 8.333%;
  }
  .desk--five-twelfths {
    width: 41.666%;
  }
  .desk--seven-twelfths {
    width: 58.333%;
  }
  .desk--eleven-twelfths {
    width: 91.666%;
  }
}
/*------------------------------------*\
 $PUSH
 \*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
 $PULL
 \*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
