/**
 * Layout.css - Global styles
 * 
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 *
 * Web fonts:
 * - Asap Normal:   font-family: "Asap", Arial, Helvetica, sans-serif; font-weight: 400;
 * - Asap Bold:     font-family: "Asap", Arial, Helvetica, sans-serif; font-weight: 700;
 * - Imprima:       font-family: "Imprima", Arial, Helvetica, sans-serif; font-weight: 400;
 * - Patrick Hand:  font-family: "Patrick Hand", Arial, Helvetica, sans-serif; font-weight: 400;
 */

@import url(http://fonts.googleapis.com/css?family=Asap:400,700|Imprima|Patrick+Hand);


/* Base */

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html.loading * {
    cursor: progress !important;
}

html.loading a,
html.loading a * {
    cursor: pointer !important;
}

body,
button,
input,
select,
textarea {
    font: 400 18px/1.6 "Imprima", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    padding-bottom: 40px;
    background: #FF7812 url(../img/visual.jpg) center top no-repeat;
    color: #666;
}

a {
    background: transparent;
    color: #5F197F;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

a:hover {
    opacity: 0.6;
}

b, strong {
    font-weight: bold;
}

dd {
    margin: 0;
}

dt {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Asap", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #F8720C;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    text-decoration: none;
}

h1, .h1 {
    margin: 0 0 20px;
    color: #622181;
}

h2, .h2 {
    margin: 0 0 5px;
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
    margin: 0 0 10px;
}

h1, .h1 {
    font-size: 42px;
}

h2, .h2 {
    font-size: 26px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 20px;
}

h6, .h6 {
    font-size: 18px;
}

img {
    border: 0;
}

ins {
    text-decoration: none;
}

figure img {
    max-width: 100%;
    height: auto;
}

.ie8 figure img {
    width: auto;
}

ol, ul {
    padding: 0 0 0 30px;
}

nav h1 {
    display: none;
}


/* Vertical rhythm */

blockquote, dl, fieldset,
figure, form, hr, ol, p, ul,
table, .item, .panel, .widget {
    margin: 0 0 20px;
}


/* Tables */

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th, td {
    padding: 0 0 0 10px;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th, thead td {
    font-weight: bold;
    text-align: left;
}


/* Basic tables */

.basic-table > tbody > tr > th,
.basic-table > tbody > tr > td {
    padding: 10px 0 10px 10px;
}

.basic-table > tbody > tr > th:first-child,
.basic-table > tbody > tr > td:first-child {
    padding-left: 0;
}


/* Bordered tables */

.bordered-table > tbody > tr > th,
.bordered-table > tbody > tr > td {
    border-bottom: 1px solid #E7E7E7;
}


/* Striped tables */

.striped-table > tbody > tr:nth-child(even) {
    background-color: #F5F5F5;
}

.striped-table > tbody > tr.even { /* < IE9 */
    background-color: #F5F5F5;
}


/* Condensed tables */

.condensed-table > tbody > tr > th,
.condensed-table > tbody > tr > td {
    padding: 2px 10px;
}


/* Padded tables */

.padded-table > tbody > tr > th,
.padded-table > tbody > tr > td {
    padding: 20px 10px;
}


/* Additional table classes */

.clickable td {
    cursor: pointer;
}

.row-action {
    width: 16px;
    white-space: nowrap;
}

.row-actions ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.row-actions li {
    float: left;
    margin: 0 0 0 5px;
}

.row-actions li:first-child {
    margin-left: 0;
}


/* General form styles */

fieldset {
    padding: 0 0 30px;
    border: 0;
    border-bottom: 1px dashed #CCC;
}

legend {
    margin: 0 0 10px;
    padding: 0;
    font-family: "Asap", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #FF7813;
}

label[for] {
    cursor: pointer;
}

button,
input.text,
select,
textarea {
    margin: 0;
}

button,
input,
label,
select {
    vertical-align: middle;
}

input.text,
select,
textarea {
    padding: 4px 7px;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 7px 7px -7px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    color: #666;
}

.grid-item > input.text,
.grid-item > select,
.grid-item > textarea {
    width: 100%;
}

input.text:focus,
select:focus,
textarea:focus {
    border-color: #999;
}

input.text,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.text,
select {
    height: 40px;
}

input.datepicker {
    padding-right: 40px;
}

select {
    padding: 8px; /* Padding is the only way to vertical center <select> text in Firefox. Be sure to adjust this if <select> height changes. */
}

textarea {
    height: 150px;
    vertical-align: baseline;
    overflow: auto;
    resize: vertical;
}


/* Abstract form elements */

.row {
    margin-top: 20px;
    zoom: 1;
}

.row:first-child {
    margin-top: 0 !important;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

legend + .row {
    margin-top: 0;
}


/* Labels */

.block-label,
.inline-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.block-label,
.mimic-label:before {
    display: block;
    margin-bottom: 5px;
}

.inline-label {
    display: inline-block;
    padding-top: 5px;
    width: 100%;
}

.mimic-label:before {
    content: "\00a0"; /* Non-breaking space */
}


/* Form hints */

input.text + .hint,
label + .hint,
select + .hint,
textarea + .hint {
    margin: 5px 0 0;
}


/* Form options (checkbox/radio) */

.form-options {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-options > li {
    margin-top: 5px;
    padding-left: 24px;
}

.form-options label {
    display: inline-block;
}

.form-options input {
    float: left;
    margin: 8px 5px 8px -21px; /* Normalize spacing for all browsers */
    padding: 0;                /* Even for IE */
}

.lt-ie9 .form-options label {
    display: inline;
}


/* Inline form options */

.inline-form-options {
    zoom: 1;
}

.inline-form-options:after {
    content: "";
    display: table;
    clear: both;
}

.inline-form-options li {
    float: left;
    margin-left: 10px;
}

.inline-form-options li:first-child {
    margin-left: 0 !important;
}


/* Bordered form options */

.bordered-form-options > li {
    margin-top: 10px;
    padding: 13px 13px 13px 35px;
    border: 2px solid #D6EFF7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bordered-form-options input {
    
}


/* Placeholder style */

::-webkit-input-placeholder {
    color: #999 !important;
}

:-moz-placeholder {
    color: #999 !important;
}

::-moz-placeholder {
    opacity: 1;
    color: #999 !important;
}

:-ms-input-placeholder {  
    color: #999 !important;  
}

.placeholder-visible {
    color: #999;
}


/* Form validation style */

input.text.user-error,
textarea.user-error {
    border-width: 3px;
    border-color: #C00 !important;
    -webkit-box-shadow: 0 0 3px rgba(204, 0, 0, 0.7);
    box-shadow: 0 0 3px rgba(204, 0, 0, 0.7);
}

input.user-error + label {
    font-weight: bold;
    color: #C00;
}

select.user-error {
    -webkit-box-shadow: 0 0 3px #C00;
    box-shadow: 0 0 3px #C00;
}


/* Webshims form element style */

input.has-input-buttons {
    padding-right: 24px;
}

.ws-date.has-input-buttons,
.ws-time.has-input-buttons {
    padding-right: 44px;
}

.input-buttons {
    margin-top: 0;
}


/**
 * RESPONSIVE UTILITIES
 * ----------------------------------------
 */

.visible-phone,
.visible-tablet,
.visible-mobile,
.visible-desktop {
    display: none !important;
}


/**
 * LAYOUT ELEMENTS
 * ----------------------------------------
 */

/* Containers */

.container {
    margin: 0 auto;
    min-width: 320px;
    max-width: 980px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Grid */

.grid {
    margin-left: -20px;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.grid + .grid {
    margin-top: 20px;
}


/* Grid items */

.grid-item {
    float: left;
    padding-left: 20px;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.full-grid > .grid-item,
.full-grid-item {
    padding-left: 0;
}

.narrow-grid > .grid-item,
.narrow-grid-item {
    padding-left: 10px;
}

.wide-grid > .grid-item,
.wide-grid-item {
    padding-left: 40px;
}


/* Grid item modifiers */

.reversed-grid > .grid-item {
    float: right;
}


/* Grid widths */

.one-whole { width: 100%; }

.one-half { width: 50%; }

.one-third { width: 33.333333%; }
.two-thirds { width: 66.666667%; }

.one-quarter { width: 25%; }
.two-quarters { width: 50%; }
.three-quarters { width: 75%; }

.one-fifth { width: 20%; }
.two-fifths { width: 40%; }
.three-fifths { width: 60%; }
.four-fifths { width: 80%; }

.one-sixth { width: 16.666667%; }
.two-sixths { width: 33.333333%; }
.three-sixths { width: 50%; }
.four-sixths { width: 66.666667%; }
.five-sixths { width: 83.333333%; }

.one-eighth { width: 12.5%; }
.two-eighths { width: 25%; }
.three-eighths { width: 37.5%; }
.four-eighths { width: 50%; }
.five-eighths { width: 62.5%; }
.six-eighths { width: 75%; }
.seven-eighths { width: 87.5%; }

.one-tenth { width: 10%; }
.two-tenths { width: 20%; }
.three-tenths { width: 30%; }
.four-tenths { width: 40%; }
.five-tenths { width: 50%; }
.six-tenths { width: 60%; }
.seven-tenths { width: 70%; }
.eight-tenths { width: 80%; }
.nine-tenths { width: 90%; }

.one-twelfth { width: 8.333333%; }
.two-twelfths { width: 16.666667%; }
.three-twelfths { width: 25%; }
.four-twelfths { width: 33.333333%; }
.five-twelfths { width: 41.666667%; }
.six-twelfths { width: 50%; }
.seven-twelfths { width: 58.333333%; }
.eight-twelfths { width: 66.666667%; }
.nine-twelfths { width: 75%; }
.ten-twelfths { width: 83.333333%; }
.eleven-twelfths { width: 91.666667%; }


/* Offset grid items */

.offset-one-whole { margin-left: 100%; }

.offset-one-half { margin-left: 50%; }

.offset-one-third { margin-left: 33.333333%; }
.offset-two-thirds { margin-left: 66.666667%; }

.offset-one-quarter { margin-left: 25%; }
.offset-two-quarters { margin-left: 50%; }
.offset-three-quarters { margin-left: 75%; }

.offset-one-fifth { margin-left: 20%; }
.offset-two-fifths { margin-left: 40%; }
.offset-three-fifths { margin-left: 60%; }
.offset-four-fifths { margin-left: 80%; }

.offset-one-sixth { margin-left: 16.666667%; }
.offset-two-sixths { margin-left: 33.333333%; }
.offset-three-sixths { margin-left: 50%; }
.offset-four-sixths { margin-left: 66.666667%; }
.offset-five-sixths { margin-left: 83.333333%; }

.offset-one-eighth { margin-left: 12.5%; }
.offset-two-eighths { margin-left: 25%; }
.offset-three-eighths { margin-left: 37.5%; }
.offset-four-eighths { margin-left: 50%; }
.offset-five-eighths { margin-left: 62.5%; }
.offset-six-eighths { margin-left: 75%; }
.offset-seven-eighths { margin-left: 87.5%; }

.offset-one-tenth { margin-left: 10%; }
.offset-two-tenths { margin-left: 20%; }
.offset-three-tenths { margin-left: 30%; }
.offset-four-tenths { margin-left: 40%; }
.offset-five-tenths { margin-left: 50%; }
.offset-six-tenths { margin-left: 60%; }
.offset-seven-tenths { margin-left: 70%; }
.offset-eight-tenths { margin-left: 80%; }
.offset-nine-tenths { margin-left: 90%; }

.offset-one-twelfth { margin-left: 8.333333%; }
.offset-two-twelfths { margin-left: 16.666667%; }
.offset-three-twelfths { margin-left: 25%; }
.offset-four-twelfths { margin-left: 33.333333%; }
.offset-five-twelfths { margin-left: 41.666667%; }
.offset-six-twelfths { margin-left: 50%; }
.offset-seven-twelfths { margin-left: 58.333333%; }
.offset-eight-twelfths { margin-left: 66.666667%; }
.offset-nine-twelfths { margin-left: 75%; }
.offset-ten-twelfths { margin-left: 83.333333%; }
.offset-eleven-twelfths { margin-left: 91.666667%; }


/* Push grid items */

[class*="push-"] {
    position: relative;
}

.push-one-whole { left: 100%; }

.push-one-half { left: 50%; }

.push-one-third { left: 33.333333%; }
.push-two-thirds { left: 66.666667%; }

.push-one-quarter { left: 25%; }
.push-two-quarters { left: 50%; }
.push-three-quarters { left: 75%; }

.push-one-fifth { left: 20%; }
.push-two-fifths { left: 40%; }
.push-three-fifths { left: 60%; }
.push-four-fifths { left: 80%; }

.push-one-sixth { left: 16.666667%; }
.push-two-sixths { left: 33.333333%; }
.push-three-sixths { left: 50%; }
.push-four-sixths { left: 66.666667%; }
.push-five-sixths { left: 83.333333%; }

.push-one-eighth { left: 12.5%; }
.push-two-eighths { left: 25%; }
.push-three-eighths { left: 37.5%; }
.push-four-eighths { left: 50%; }
.push-five-eighths { left: 62.5%; }
.push-six-eighths { left: 75%; }
.push-seven-eighths { left: 87.5%; }

.push-one-tenth { left: 10%; }
.push-two-tenths { left: 20%; }
.push-three-tenths { left: 30%; }
.push-four-tenths { left: 40%; }
.push-five-tenths { left: 50%; }
.push-six-tenths { left: 60%; }
.push-seven-tenths { left: 70%; }
.push-eight-tenths { left: 80%; }
.push-nine-tenths { left: 90%; }

.push-one-twelfth { left: 8.333333%; }
.push-two-twelfths { left: 16.666667%; }
.push-three-twelfths { left: 25%; }
.push-four-twelfths { left: 33.333333%; }
.push-five-twelfths { left: 41.666667%; }
.push-six-twelfths { left: 50%; }
.push-seven-twelfths { left: 58.333333%; }
.push-eight-twelfths { left: 66.666667%; }
.push-nine-twelfths { left: 75%; }
.push-ten-twelfths { left: 83.333333%; }
.push-eleven-twelfths { left: 91.666667%; }


/* Pull grid items */

[class*="pull-"] {
    position: relative;
}

.pull-one-whole { right: 100%; }

.pull-one-half { right: 50%; }

.pull-one-third { right: 33.333333%; }
.pull-two-thirds { right: 66.666667%; }

.pull-one-quarter { right: 25%; }
.pull-two-quarters { right: 50%; }
.pull-three-quarters { right: 75%; }

.pull-one-fifth { right: 20%; }
.pull-two-fifths { right: 40%; }
.pull-three-fifths { right: 60%; }
.pull-four-fifths { right: 80%; }

.pull-one-sixth { right: 16.666667%; }
.pull-two-sixths { right: 33.333333%; }
.pull-three-sixths { right: 50%; }
.pull-four-sixths { right: 66.666667%; }
.pull-five-sixths { right: 83.333333%; }

.pull-one-eighth { right: 12.5%; }
.pull-two-eighths { right: 25%; }
.pull-three-eighths { right: 37.5%; }
.pull-four-eighths { right: 50%; }
.pull-five-eighths { right: 62.5%; }
.pull-six-eighths { right: 75%; }
.pull-seven-eighths { right: 87.5%; }

.pull-one-tenth { right: 10%; }
.pull-two-tenths { right: 20%; }
.pull-three-tenths { right: 30%; }
.pull-four-tenths { right: 40%; }
.pull-five-tenths { right: 50%; }
.pull-six-tenths { right: 60%; }
.pull-seven-tenths { right: 70%; }
.pull-eight-tenths { right: 80%; }
.pull-nine-tenths { right: 90%; }

.pull-one-twelfth { right: 8.333333%; }
.pull-two-twelfths { right: 16.666667%; }
.pull-three-twelfths { right: 25%; }
.pull-four-twelfths { right: 33.333333%; }
.pull-five-twelfths { right: 41.666667%; }
.pull-six-twelfths { right: 50%; }
.pull-seven-twelfths { right: 58.333333%; }
.pull-eight-twelfths { right: 66.666667%; }
.pull-nine-twelfths { right: 75%; }
.pull-ten-twelfths { right: 83.333333%; }
.pull-eleven-twelfths { right: 91.666667%; }


/* Mobile grid modifiers */

@media only screen and (max-width: 767px) {


    /* Grid */

    .grid-item {
        float: none !important;
        left: auto;
        right: auto;
        margin-top: 20px;
        margin-left: 0;
        width: auto;
    }

    .grid-item:first-child {
        margin-top: 0;
    }


    /* Grid width modifiers */

    [class*="mobile-"] {
        float: left !important;
        margin-top: 0;
    }

    .mobile-one-whole { width: 100%; }

    .mobile-one-half { width: 50%; }

    .mobile-one-third { width: 33.333333%; }
    .mobile-two-thirds { width: 66.666667%; }

    .mobile-one-quarter { width: 25%; }
    .mobile-two-quarters { width: 50%; }
    .mobile-three-quarters { width: 75%; }

    .mobile-one-fifth { width: 20%; }
    .mobile-two-fifths { width: 40%; }
    .mobile-three-fifths { width: 60%; }
    .mobile-four-fifths { width: 80%; }

    .mobile-one-sixth { width: 16.666667%; }
    .mobile-two-sixths { width: 33.333333%; }
    .mobile-three-sixths { width: 50%; }
    .mobile-four-sixths { width: 66.666667%; }
    .mobile-five-sixths { width: 83.333333%; }

    .mobile-one-eighth { width: 12.5%; }
    .mobile-two-eighths { width: 25%; }
    .mobile-three-eighths { width: 37.5%; }
    .mobile-four-eighths { width: 50%; }
    .mobile-five-eighths { width: 62.5%; }
    .mobile-six-eighths { width: 75%; }
    .mobile-seven-eighths { width: 87.5%; }

    .mobile-one-tenth { width: 10%; }
    .mobile-two-tenths { width: 20%; }
    .mobile-three-tenths { width: 30%; }
    .mobile-four-tenths { width: 40%; }
    .mobile-five-tenths { width: 50%; }
    .mobile-six-tenths { width: 60%; }
    .mobile-seven-tenths { width: 70%; }
    .mobile-eight-tenths { width: 80%; }
    .mobile-nine-tenths { width: 90%; }

    .mobile-one-twelfth { width: 8.333333%; }
    .mobile-two-twelfths { width: 16.666667%; }
    .mobile-three-twelfths { width: 25%; }
    .mobile-four-twelfths { width: 33.333333%; }
    .mobile-five-twelfths { width: 41.666667%; }
    .mobile-six-twelfths { width: 50%; }
    .mobile-seven-twelfths { width: 58.333333%; }
    .mobile-eight-twelfths { width: 66.666667%; }
    .mobile-nine-twelfths { width: 75%; }
    .mobile-ten-twelfths { width: 83.333333%; }
    .mobile-eleven-twelfths { width: 91.666667%; }


    /* Offset mobile grid items */

    .offset-mobile-one-whole { margin-left: 100%; }

    .offset-mobile-one-half { margin-left: 50%; }

    .offset-mobile-one-third { margin-left: 33.333333%; }
    .offset-mobile-two-thirds { margin-left: 66.666667%; }

    .offset-mobile-one-quarter { margin-left: 25%; }
    .offset-mobile-two-quarters { margin-left: 50%; }
    .offset-mobile-three-quarters { margin-left: 75%; }

    .offset-mobile-one-fifth { margin-left: 20%; }
    .offset-mobile-two-fifths { margin-left: 40%; }
    .offset-mobile-three-fifths { margin-left: 60%; }
    .offset-mobile-four-fifths { margin-left: 80%; }

    .offset-mobile-one-sixth { margin-left: 16.666667%; }
    .offset-mobile-two-sixths { margin-left: 33.333333%; }
    .offset-mobile-three-sixths { margin-left: 50%; }
    .offset-mobile-four-sixths { margin-left: 66.666667%; }
    .offset-mobile-five-sixths { margin-left: 83.333333%; }

    .offset-mobile-one-eighth { margin-left: 12.5%; }
    .offset-mobile-two-eighths { margin-left: 25%; }
    .offset-mobile-three-eighths { margin-left: 37.5%; }
    .offset-mobile-four-eighths { margin-left: 50%; }
    .offset-mobile-five-eighths { margin-left: 62.5%; }
    .offset-mobile-six-eighths { margin-left: 75%; }
    .offset-mobile-seven-eighths { margin-left: 87.5%; }

    .offset-mobile-one-tenth { margin-left: 10%; }
    .offset-mobile-two-tenths { margin-left: 20%; }
    .offset-mobile-three-tenths { margin-left: 30%; }
    .offset-mobile-four-tenths { margin-left: 40%; }
    .offset-mobile-five-tenths { margin-left: 50%; }
    .offset-mobile-six-tenths { margin-left: 60%; }
    .offset-mobile-seven-tenths { margin-left: 70%; }
    .offset-mobile-eight-tenths { margin-left: 80%; }
    .offset-mobile-nine-tenths { margin-left: 90%; }

    .offset-mobile-one-twelfth { margin-left: 8.333333%; }
    .offset-mobile-two-twelfths { margin-left: 16.666667%; }
    .offset-mobile-three-twelfths { margin-left: 25%; }
    .offset-mobile-four-twelfths { margin-left: 33.333333%; }
    .offset-mobile-five-twelfths { margin-left: 41.666667%; }
    .offset-mobile-six-twelfths { margin-left: 50%; }
    .offset-mobile-seven-twelfths { margin-left: 58.333333%; }
    .offset-mobile-eight-twelfths { margin-left: 66.666667%; }
    .offset-mobile-nine-twelfths { margin-left: 75%; }
    .offset-mobile-ten-twelfths { margin-left: 83.333333%; }
    .offset-mobile-eleven-twelfths { margin-left: 91.666667%; }


    /* Push mobile grid items */

    .push-mobile-one-whole { left: 100%; }

    .push-mobile-one-half { left: 50%; }

    .push-mobile-one-third { left: 33.333333%; }
    .push-mobile-two-thirds { left: 66.666667%; }

    .push-mobile-one-quarter { left: 25%; }
    .push-mobile-two-quarters { left: 50%; }
    .push-mobile-three-quarters { left: 75%; }

    .push-mobile-one-fifth { left: 20%; }
    .push-mobile-two-fifths { left: 40%; }
    .push-mobile-three-fifths { left: 60%; }
    .push-mobile-four-fifths { left: 80%; }

    .push-mobile-one-sixth { left: 16.666667%; }
    .push-mobile-two-sixths { left: 33.333333%; }
    .push-mobile-three-sixths { left: 50%; }
    .push-mobile-four-sixths { left: 66.666667%; }
    .push-mobile-five-sixths { left: 83.333333%; }

    .push-mobile-one-eighth { left: 12.5%; }
    .push-mobile-two-eighths { left: 25%; }
    .push-mobile-three-eighths { left: 37.5%; }
    .push-mobile-four-eighths { left: 50%; }
    .push-mobile-five-eighths { left: 62.5%; }
    .push-mobile-six-eighths { left: 75%; }
    .push-mobile-seven-eighths { left: 87.5%; }

    .push-mobile-one-tenth { left: 10%; }
    .push-mobile-two-tenths { left: 20%; }
    .push-mobile-three-tenths { left: 30%; }
    .push-mobile-four-tenths { left: 40%; }
    .push-mobile-five-tenths { left: 50%; }
    .push-mobile-six-tenths { left: 60%; }
    .push-mobile-seven-tenths { left: 70%; }
    .push-mobile-eight-tenths { left: 80%; }
    .push-mobile-nine-tenths { left: 90%; }

    .push-mobile-one-twelfth { left: 8.333333%; }
    .push-mobile-two-twelfths { left: 16.666667%; }
    .push-mobile-three-twelfths { left: 25%; }
    .push-mobile-four-twelfths { left: 33.333333%; }
    .push-mobile-five-twelfths { left: 41.666667%; }
    .push-mobile-six-twelfths { left: 50%; }
    .push-mobile-seven-twelfths { left: 58.333333%; }
    .push-mobile-eight-twelfths { left: 66.666667%; }
    .push-mobile-nine-twelfths { left: 75%; }
    .push-mobile-ten-twelfths { left: 83.333333%; }
    .push-mobile-eleven-twelfths { left: 91.666667%; }


    /* Pull mobile grid items */

    .pull-mobile-one-whole { right: 100%; }

    .pull-mobile-one-half { right: 50%; }

    .pull-mobile-one-third { right: 33.333333%; }
    .pull-mobile-two-thirds { right: 66.666667%; }

    .pull-mobile-one-quarter { right: 25%; }
    .pull-mobile-two-quarters { right: 50%; }
    .pull-mobile-three-quarters { right: 75%; }

    .pull-mobile-one-fifth { right: 20%; }
    .pull-mobile-two-fifths { right: 40%; }
    .pull-mobile-three-fifths { right: 60%; }
    .pull-mobile-four-fifths { right: 80%; }

    .pull-mobile-one-sixth { right: 16.666667%; }
    .pull-mobile-two-sixths { right: 33.333333%; }
    .pull-mobile-three-sixths { right: 50%; }
    .pull-mobile-four-sixths { right: 66.666667%; }
    .pull-mobile-five-sixths { right: 83.333333%; }

    .pull-mobile-one-eighth { right: 12.5%; }
    .pull-mobile-two-eighths { right: 25%; }
    .pull-mobile-three-eighths { right: 37.5%; }
    .pull-mobile-four-eighths { right: 50%; }
    .pull-mobile-five-eighths { right: 62.5%; }
    .pull-mobile-six-eighths { right: 75%; }
    .pull-mobile-seven-eighths { right: 87.5%; }

    .pull-mobile-one-tenth { right: 10%; }
    .pull-mobile-two-tenths { right: 20%; }
    .pull-mobile-three-tenths { right: 30%; }
    .pull-mobile-four-tenths { right: 40%; }
    .pull-mobile-five-tenths { right: 50%; }
    .pull-mobile-six-tenths { right: 60%; }
    .pull-mobile-seven-tenths { right: 70%; }
    .pull-mobile-eight-tenths { right: 80%; }
    .pull-mobile-nine-tenths { right: 90%; }

    .pull-mobile-one-twelfth { right: 8.333333%; }
    .pull-mobile-two-twelfths { right: 16.666667%; }
    .pull-mobile-three-twelfths { right: 25%; }
    .pull-mobile-four-twelfths { right: 33.333333%; }
    .pull-mobile-five-twelfths { right: 41.666667%; }
    .pull-mobile-six-twelfths { right: 50%; }
    .pull-mobile-seven-twelfths { right: 58.333333%; }
    .pull-mobile-eight-twelfths { right: 66.666667%; }
    .pull-mobile-nine-twelfths { right: 75%; }
    .pull-mobile-ten-twelfths { right: 83.333333%; }
    .pull-mobile-eleven-twelfths { right: 91.666667%; }
}


/* Phone grid modifiers */

@media only screen and (max-width: 479px) {
    [class*="phone-"] {
        float: left !important;
        margin-top: 0;
    }

    .phone-one-whole { width: 100%; }

    .phone-one-half { width: 50%; }

    .phone-one-third { width: 33.333333%; }
    .phone-two-thirds { width: 66.666667%; }

    .phone-one-quarter { width: 25%; }
    .phone-two-quarters { width: 50%; }
    .phone-three-quarters { width: 75%; }

    .phone-one-fifth { width: 20%; }
    .phone-two-fifths { width: 40%; }
    .phone-three-fifths { width: 60%; }
    .phone-four-fifths { width: 80%; }

    .phone-one-sixth { width: 16.666667%; }
    .phone-two-sixths { width: 33.333333%; }
    .phone-three-sixths { width: 50%; }
    .phone-four-sixths { width: 66.666667%; }
    .phone-five-sixths { width: 83.333333%; }

    .phone-one-eighth { width: 12.5%; }
    .phone-two-eighths { width: 25%; }
    .phone-three-eighths { width: 37.5%; }
    .phone-four-eighths { width: 50%; }
    .phone-five-eighths { width: 62.5%; }
    .phone-six-eighths { width: 75%; }
    .phone-seven-eighths { width: 87.5%; }

    .phone-one-tenth { width: 10%; }
    .phone-two-tenths { width: 20%; }
    .phone-three-tenths { width: 30%; }
    .phone-four-tenths { width: 40%; }
    .phone-five-tenths { width: 50%; }
    .phone-six-tenths { width: 60%; }
    .phone-seven-tenths { width: 70%; }
    .phone-eight-tenths { width: 80%; }
    .phone-nine-tenths { width: 90%; }

    .phone-one-twelfth { width: 8.333333%; }
    .phone-two-twelfths { width: 16.666667%; }
    .phone-three-twelfths { width: 25%; }
    .phone-four-twelfths { width: 33.333333%; }
    .phone-five-twelfths { width: 41.666667%; }
    .phone-six-twelfths { width: 50%; }
    .phone-seven-twelfths { width: 58.333333%; }
    .phone-eight-twelfths { width: 66.666667%; }
    .phone-nine-twelfths { width: 75%; }
    .phone-ten-twelfths { width: 83.333333%; }
    .phone-eleven-twelfths { width: 91.666667%; }


    /* Offset phone grid items */

    .offset-phone-one-whole { margin-left: 100%; }

    .offset-phone-one-half { margin-left: 50%; }

    .offset-phone-one-third { margin-left: 33.333333%; }
    .offset-phone-two-thirds { margin-left: 66.666667%; }

    .offset-phone-one-quarter { margin-left: 25%; }
    .offset-phone-two-quarters { margin-left: 50%; }
    .offset-phone-three-quarters { margin-left: 75%; }

    .offset-phone-one-fifth { margin-left: 20%; }
    .offset-phone-two-fifths { margin-left: 40%; }
    .offset-phone-three-fifths { margin-left: 60%; }
    .offset-phone-four-fifths { margin-left: 80%; }

    .offset-phone-one-sixth { margin-left: 16.666667%; }
    .offset-phone-two-sixths { margin-left: 33.333333%; }
    .offset-phone-three-sixths { margin-left: 50%; }
    .offset-phone-four-sixths { margin-left: 66.666667%; }
    .offset-phone-five-sixths { margin-left: 83.333333%; }

    .offset-phone-one-eighth { margin-left: 12.5%; }
    .offset-phone-two-eighths { margin-left: 25%; }
    .offset-phone-three-eighths { margin-left: 37.5%; }
    .offset-phone-four-eighths { margin-left: 50%; }
    .offset-phone-five-eighths { margin-left: 62.5%; }
    .offset-phone-six-eighths { margin-left: 75%; }
    .offset-phone-seven-eighths { margin-left: 87.5%; }

    .offset-phone-one-tenth { margin-left: 10%; }
    .offset-phone-two-tenths { margin-left: 20%; }
    .offset-phone-three-tenths { margin-left: 30%; }
    .offset-phone-four-tenths { margin-left: 40%; }
    .offset-phone-five-tenths { margin-left: 50%; }
    .offset-phone-six-tenths { margin-left: 60%; }
    .offset-phone-seven-tenths { margin-left: 70%; }
    .offset-phone-eight-tenths { margin-left: 80%; }
    .offset-phone-nine-tenths { margin-left: 90%; }

    .offset-phone-one-twelfth { margin-left: 8.333333%; }
    .offset-phone-two-twelfths { margin-left: 16.666667%; }
    .offset-phone-three-twelfths { margin-left: 25%; }
    .offset-phone-four-twelfths { margin-left: 33.333333%; }
    .offset-phone-five-twelfths { margin-left: 41.666667%; }
    .offset-phone-six-twelfths { margin-left: 50%; }
    .offset-phone-seven-twelfths { margin-left: 58.333333%; }
    .offset-phone-eight-twelfths { margin-left: 66.666667%; }
    .offset-phone-nine-twelfths { margin-left: 75%; }
    .offset-phone-ten-twelfths { margin-left: 83.333333%; }
    .offset-phone-eleven-twelfths { margin-left: 91.666667%; }


    /* Push phone grid items */

    .push-phone-one-whole { left: 100%; }

    .push-phone-one-half { left: 50%; }

    .push-phone-one-third { left: 33.333333%; }
    .push-phone-two-thirds { left: 66.666667%; }

    .push-phone-one-quarter { left: 25%; }
    .push-phone-two-quarters { left: 50%; }
    .push-phone-three-quarters { left: 75%; }

    .push-phone-one-fifth { left: 20%; }
    .push-phone-two-fifths { left: 40%; }
    .push-phone-three-fifths { left: 60%; }
    .push-phone-four-fifths { left: 80%; }

    .push-phone-one-sixth { left: 16.666667%; }
    .push-phone-two-sixths { left: 33.333333%; }
    .push-phone-three-sixths { left: 50%; }
    .push-phone-four-sixths { left: 66.666667%; }
    .push-phone-five-sixths { left: 83.333333%; }

    .push-phone-one-eighth { left: 12.5%; }
    .push-phone-two-eighths { left: 25%; }
    .push-phone-three-eighths { left: 37.5%; }
    .push-phone-four-eighths { left: 50%; }
    .push-phone-five-eighths { left: 62.5%; }
    .push-phone-six-eighths { left: 75%; }
    .push-phone-seven-eighths { left: 87.5%; }

    .push-phone-one-tenth { left: 10%; }
    .push-phone-two-tenths { left: 20%; }
    .push-phone-three-tenths { left: 30%; }
    .push-phone-four-tenths { left: 40%; }
    .push-phone-five-tenths { left: 50%; }
    .push-phone-six-tenths { left: 60%; }
    .push-phone-seven-tenths { left: 70%; }
    .push-phone-eight-tenths { left: 80%; }
    .push-phone-nine-tenths { left: 90%; }

    .push-phone-one-twelfth { left: 8.333333%; }
    .push-phone-two-twelfths { left: 16.666667%; }
    .push-phone-three-twelfths { left: 25%; }
    .push-phone-four-twelfths { left: 33.333333%; }
    .push-phone-five-twelfths { left: 41.666667%; }
    .push-phone-six-twelfths { left: 50%; }
    .push-phone-seven-twelfths { left: 58.333333%; }
    .push-phone-eight-twelfths { left: 66.666667%; }
    .push-phone-nine-twelfths { left: 75%; }
    .push-phone-ten-twelfths { left: 83.333333%; }
    .push-phone-eleven-twelfths { left: 91.666667%; }


    /* Pull phone grid items */

    .pull-phone-one-whole { right: 100%; }

    .pull-phone-one-half { right: 50%; }

    .pull-phone-one-third { right: 33.333333%; }
    .pull-phone-two-thirds { right: 66.666667%; }

    .pull-phone-one-quarter { right: 25%; }
    .pull-phone-two-quarters { right: 50%; }
    .pull-phone-three-quarters { right: 75%; }

    .pull-phone-one-fifth { right: 20%; }
    .pull-phone-two-fifths { right: 40%; }
    .pull-phone-three-fifths { right: 60%; }
    .pull-phone-four-fifths { right: 80%; }

    .pull-phone-one-sixth { right: 16.666667%; }
    .pull-phone-two-sixths { right: 33.333333%; }
    .pull-phone-three-sixths { right: 50%; }
    .pull-phone-four-sixths { right: 66.666667%; }
    .pull-phone-five-sixths { right: 83.333333%; }

    .pull-phone-one-eighth { right: 12.5%; }
    .pull-phone-two-eighths { right: 25%; }
    .pull-phone-three-eighths { right: 37.5%; }
    .pull-phone-four-eighths { right: 50%; }
    .pull-phone-five-eighths { right: 62.5%; }
    .pull-phone-six-eighths { right: 75%; }
    .pull-phone-seven-eighths { right: 87.5%; }

    .pull-phone-one-tenth { right: 10%; }
    .pull-phone-two-tenths { right: 20%; }
    .pull-phone-three-tenths { right: 30%; }
    .pull-phone-four-tenths { right: 40%; }
    .pull-phone-five-tenths { right: 50%; }
    .pull-phone-six-tenths { right: 60%; }
    .pull-phone-seven-tenths { right: 70%; }
    .pull-phone-eight-tenths { right: 80%; }
    .pull-phone-nine-tenths { right: 90%; }

    .pull-phone-one-twelfth { right: 8.333333%; }
    .pull-phone-two-twelfths { right: 16.666667%; }
    .pull-phone-three-twelfths { right: 25%; }
    .pull-phone-four-twelfths { right: 33.333333%; }
    .pull-phone-five-twelfths { right: 41.666667%; }
    .pull-phone-six-twelfths { right: 50%; }
    .pull-phone-seven-twelfths { right: 58.333333%; }
    .pull-phone-eight-twelfths { right: 66.666667%; }
    .pull-phone-nine-twelfths { right: 75%; }
    .pull-phone-ten-twelfths { right: 83.333333%; }
    .pull-phone-eleven-twelfths { right: 91.666667%; }
}


/* Tablet grid modifiers */

@media only screen and (min-width: 768px) and (max-width: 979px) {
    [class*="tablet-"] {
        float: left !important;
        margin-top: 0;
    }

    .tablet-one-whole { width: 100%; }

    .tablet-one-half { width: 50%; }

    .tablet-one-third { width: 33.333333%; }
    .tablet-two-thirds { width: 66.666667%; }

    .tablet-one-quarter { width: 25%; }
    .tablet-two-quarters { width: 50%; }
    .tablet-three-quarters { width: 75%; }

    .tablet-one-fifth { width: 20%; }
    .tablet-two-fifths { width: 40%; }
    .tablet-three-fifths { width: 60%; }
    .tablet-four-fifths { width: 80%; }

    .tablet-one-sixth { width: 16.666667%; }
    .tablet-two-sixths { width: 33.333333%; }
    .tablet-three-sixths { width: 50%; }
    .tablet-four-sixths { width: 66.666667%; }
    .tablet-five-sixths { width: 83.333333%; }

    .tablet-one-eighth { width: 12.5%; }
    .tablet-two-eighths { width: 25%; }
    .tablet-three-eighths { width: 37.5%; }
    .tablet-four-eighths { width: 50%; }
    .tablet-five-eighths { width: 62.5%; }
    .tablet-six-eighths { width: 75%; }
    .tablet-seven-eighths { width: 87.5%; }

    .tablet-one-tenth { width: 10%; }
    .tablet-two-tenths { width: 20%; }
    .tablet-three-tenths { width: 30%; }
    .tablet-four-tenths { width: 40%; }
    .tablet-five-tenths { width: 50%; }
    .tablet-six-tenths { width: 60%; }
    .tablet-seven-tenths { width: 70%; }
    .tablet-eight-tenths { width: 80%; }
    .tablet-nine-tenths { width: 90%; }

    .tablet-one-twelfth { width: 8.333333%; }
    .tablet-two-twelfths { width: 16.666667%; }
    .tablet-three-twelfths { width: 25%; }
    .tablet-four-twelfths { width: 33.333333%; }
    .tablet-five-twelfths { width: 41.666667%; }
    .tablet-six-twelfths { width: 50%; }
    .tablet-seven-twelfths { width: 58.333333%; }
    .tablet-eight-twelfths { width: 66.666667%; }
    .tablet-nine-twelfths { width: 75%; }
    .tablet-ten-twelfths { width: 83.333333%; }
    .tablet-eleven-twelfths { width: 91.666667%; }


    /* Offset tablet grid items */

    .offset-tablet-one-whole { margin-left: 100%; }

    .offset-tablet-one-half { margin-left: 50%; }

    .offset-tablet-one-third { margin-left: 33.333333%; }
    .offset-tablet-two-thirds { margin-left: 66.666667%; }

    .offset-tablet-one-quarter { margin-left: 25%; }
    .offset-tablet-two-quarters { margin-left: 50%; }
    .offset-tablet-three-quarters { margin-left: 75%; }

    .offset-tablet-one-fifth { margin-left: 20%; }
    .offset-tablet-two-fifths { margin-left: 40%; }
    .offset-tablet-three-fifths { margin-left: 60%; }
    .offset-tablet-four-fifths { margin-left: 80%; }

    .offset-tablet-one-sixth { margin-left: 16.666667%; }
    .offset-tablet-two-sixths { margin-left: 33.333333%; }
    .offset-tablet-three-sixths { margin-left: 50%; }
    .offset-tablet-four-sixths { margin-left: 66.666667%; }
    .offset-tablet-five-sixths { margin-left: 83.333333%; }

    .offset-tablet-one-eighth { margin-left: 12.5%; }
    .offset-tablet-two-eighths { margin-left: 25%; }
    .offset-tablet-three-eighths { margin-left: 37.5%; }
    .offset-tablet-four-eighths { margin-left: 50%; }
    .offset-tablet-five-eighths { margin-left: 62.5%; }
    .offset-tablet-six-eighths { margin-left: 75%; }
    .offset-tablet-seven-eighths { margin-left: 87.5%; }

    .offset-tablet-one-tenth { margin-left: 10%; }
    .offset-tablet-two-tenths { margin-left: 20%; }
    .offset-tablet-three-tenths { margin-left: 30%; }
    .offset-tablet-four-tenths { margin-left: 40%; }
    .offset-tablet-five-tenths { margin-left: 50%; }
    .offset-tablet-six-tenths { margin-left: 60%; }
    .offset-tablet-seven-tenths { margin-left: 70%; }
    .offset-tablet-eight-tenths { margin-left: 80%; }
    .offset-tablet-nine-tenths { margin-left: 90%; }

    .offset-tablet-one-twelfth { margin-left: 8.333333%; }
    .offset-tablet-two-twelfths { margin-left: 16.666667%; }
    .offset-tablet-three-twelfths { margin-left: 25%; }
    .offset-tablet-four-twelfths { margin-left: 33.333333%; }
    .offset-tablet-five-twelfths { margin-left: 41.666667%; }
    .offset-tablet-six-twelfths { margin-left: 50%; }
    .offset-tablet-seven-twelfths { margin-left: 58.333333%; }
    .offset-tablet-eight-twelfths { margin-left: 66.666667%; }
    .offset-tablet-nine-twelfths { margin-left: 75%; }
    .offset-tablet-ten-twelfths { margin-left: 83.333333%; }
    .offset-tablet-eleven-twelfths { margin-left: 91.666667%; }


    /* Push tablet grid items */

    .push-tablet-one-whole { left: 100%; }

    .push-tablet-one-half { left: 50%; }

    .push-tablet-one-third { left: 33.333333%; }
    .push-tablet-two-thirds { left: 66.666667%; }

    .push-tablet-one-quarter { left: 25%; }
    .push-tablet-two-quarters { left: 50%; }
    .push-tablet-three-quarters { left: 75%; }

    .push-tablet-one-fifth { left: 20%; }
    .push-tablet-two-fifths { left: 40%; }
    .push-tablet-three-fifths { left: 60%; }
    .push-tablet-four-fifths { left: 80%; }

    .push-tablet-one-sixth { left: 16.666667%; }
    .push-tablet-two-sixths { left: 33.333333%; }
    .push-tablet-three-sixths { left: 50%; }
    .push-tablet-four-sixths { left: 66.666667%; }
    .push-tablet-five-sixths { left: 83.333333%; }

    .push-tablet-one-eighth { left: 12.5%; }
    .push-tablet-two-eighths { left: 25%; }
    .push-tablet-three-eighths { left: 37.5%; }
    .push-tablet-four-eighths { left: 50%; }
    .push-tablet-five-eighths { left: 62.5%; }
    .push-tablet-six-eighths { left: 75%; }
    .push-tablet-seven-eighths { left: 87.5%; }

    .push-tablet-one-tenth { left: 10%; }
    .push-tablet-two-tenths { left: 20%; }
    .push-tablet-three-tenths { left: 30%; }
    .push-tablet-four-tenths { left: 40%; }
    .push-tablet-five-tenths { left: 50%; }
    .push-tablet-six-tenths { left: 60%; }
    .push-tablet-seven-tenths { left: 70%; }
    .push-tablet-eight-tenths { left: 80%; }
    .push-tablet-nine-tenths { left: 90%; }

    .push-tablet-one-twelfth { left: 8.333333%; }
    .push-tablet-two-twelfths { left: 16.666667%; }
    .push-tablet-three-twelfths { left: 25%; }
    .push-tablet-four-twelfths { left: 33.333333%; }
    .push-tablet-five-twelfths { left: 41.666667%; }
    .push-tablet-six-twelfths { left: 50%; }
    .push-tablet-seven-twelfths { left: 58.333333%; }
    .push-tablet-eight-twelfths { left: 66.666667%; }
    .push-tablet-nine-twelfths { left: 75%; }
    .push-tablet-ten-twelfths { left: 83.333333%; }
    .push-tablet-eleven-twelfths { left: 91.666667%; }


    /* Pull tablet grid items */

    .pull-tablet-one-whole { right: 100%; }

    .pull-tablet-one-half { right: 50%; }

    .pull-tablet-one-third { right: 33.333333%; }
    .pull-tablet-two-thirds { right: 66.666667%; }

    .pull-tablet-one-quarter { right: 25%; }
    .pull-tablet-two-quarters { right: 50%; }
    .pull-tablet-three-quarters { right: 75%; }

    .pull-tablet-one-fifth { right: 20%; }
    .pull-tablet-two-fifths { right: 40%; }
    .pull-tablet-three-fifths { right: 60%; }
    .pull-tablet-four-fifths { right: 80%; }

    .pull-tablet-one-sixth { right: 16.666667%; }
    .pull-tablet-two-sixths { right: 33.333333%; }
    .pull-tablet-three-sixths { right: 50%; }
    .pull-tablet-four-sixths { right: 66.666667%; }
    .pull-tablet-five-sixths { right: 83.333333%; }

    .pull-tablet-one-eighth { right: 12.5%; }
    .pull-tablet-two-eighths { right: 25%; }
    .pull-tablet-three-eighths { right: 37.5%; }
    .pull-tablet-four-eighths { right: 50%; }
    .pull-tablet-five-eighths { right: 62.5%; }
    .pull-tablet-six-eighths { right: 75%; }
    .pull-tablet-seven-eighths { right: 87.5%; }

    .pull-tablet-one-tenth { right: 10%; }
    .pull-tablet-two-tenths { right: 20%; }
    .pull-tablet-three-tenths { right: 30%; }
    .pull-tablet-four-tenths { right: 40%; }
    .pull-tablet-five-tenths { right: 50%; }
    .pull-tablet-six-tenths { right: 60%; }
    .pull-tablet-seven-tenths { right: 70%; }
    .pull-tablet-eight-tenths { right: 80%; }
    .pull-tablet-nine-tenths { right: 90%; }

    .pull-tablet-one-twelfth { right: 8.333333%; }
    .pull-tablet-two-twelfths { right: 16.666667%; }
    .pull-tablet-three-twelfths { right: 25%; }
    .pull-tablet-four-twelfths { right: 33.333333%; }
    .pull-tablet-five-twelfths { right: 41.666667%; }
    .pull-tablet-six-twelfths { right: 50%; }
    .pull-tablet-seven-twelfths { right: 58.333333%; }
    .pull-tablet-eight-twelfths { right: 66.666667%; }
    .pull-tablet-nine-twelfths { right: 75%; }
    .pull-tablet-ten-twelfths { right: 83.333333%; }
    .pull-tablet-eleven-twelfths { right: 91.666667%; }
}


/* Structural elements */

#header {
    position: relative;
    margin-bottom: 50px;
    background-color: #FFF;
    z-index: 100;
}

#main {
    margin-top: 500px;
}


/**
 * ABSTRACTIONS AND COMPONENTS
 * ----------------------------------------
 */

.intro {
    font-size: 22px;
    line-height: 1.4;
}

.date {
    font-weight: bold;
    color: #999;
}

.hint {
    font-size: 75%;
    color: #999;
}

.numeric {
    text-align: right;
}

.nowrap {
    white-space: nowrap;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.invisible {
    visibility: hidden;
}

.js .no-js-fallback {
    display: none;
}


/* Message colors */

.muted {
    color: #999;
}

.success {
    color: #390;
}

.info {
    color: #09C;
}

.warning {
    color: #FF7813;
}

.error {
    color: #C00;
}


/* Plain elements */

button.plain {
    padding: 0;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
    outline: none;
    color: #1D8FD5;
}

button.plain:hover {
    color: #333;
}

button.plain::-moz-focus-inner {
    padding: 0;
    border: 0;
}

ol.plain,
ul.plain {
    padding: 0;
    list-style: none;
}


/* Panels */

.panel {
    padding: 20px;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    zoom: 1;
}

.panel:after {
    content: "";
    display: table;
    clear: both;
}

.panel > *:last-child {
    margin-bottom: 0;
}


/* Condensed panels */

.condensed-panel {
    padding: 10px;
}


/* Bordered panels */

.bordered-panel {
    padding: 17px;
    border: 3px solid #E5E5E5;
}

.bordered-panel.condensed-panel {
    padding: 7px;
}


/* Message panels */

.message-panel,
.message-panel h1,
.message-panel h2,
.message-panel h3 {
    color: #FFF;
}

.message-panel {
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.message-panel p {
    margin-bottom: 10px;
}


/* Panel colors */

.secondary-panel {
    background-color: #B7E3F1;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tertiary-panel {
    background-color: #FFF0B2;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.success-panel {
    background-color: #390;
}

.info-panel {
    background-color: #09C;
}

.warning-panel {
    background-color: #FF7813;
}

.error-panel {
    background-color: #C00;
}


/* Container panels */

.container-panel {
    border-radius: 0;
    padding: 40px 20px 0;
    position: relative;
    box-shadow:
        0 0 5px 0 rgba(0, 0, 0, 0.5),
        5px -28px 0 -15px #FFF,
        5px -28px 5px -15px rgba(0, 0, 0, 0.5),
        0 -6px 5px -5px rgba(0, 0, 0, 0.5),
        0 -12px 0 -5px #FFF,
        0 -12px 5px -5px rgba(0, 0, 0, 0.5),
        5px 28px 0 -15px #FFF,
        5px 28px 5px -15px rgba(0, 0, 0, 0.5),
        0 6px 5px -5px rgba(0, 0, 0, 0.5),
        0 12px 0 -5px #FFF,
        0 12px 5px -5px rgba(0, 0, 0, 0.5);
}


/* Navigation elements */

.nav ul {
    padding: 0;
    list-style: none;
}

.nav a {
    text-decoration: none;
}


/* Inline navigation */

.inline-nav > ul > li {
    display: inline-block;
    margin-left: 20px;
}

.inline-nav > ul > li:first-child {
    margin-left: 0 !important;
}


/* Block navigation */

.block-nav > ul {
    zoom: 1;
}

.block-nav > ul:after {
    content: "";
    display: table;
    clear: both;
}

.block-nav > ul > li {
    float: left;
}

.block-nav > ul > li > a {
    display: block;
    padding: 10px;
}


/* Stacked navigation */

.stacked-nav > ul > li > a {
    display: block;
    padding: 10px 0;
}


/* Widgets */

.widget h1,
.widget .h1 {
    margin-bottom: 10px;
    font-size: 26px;
}


/* More links */

.more {
    padding-right: 15px;
    background: url(../img/arrow-sprite.png) no-repeat 100% -2233px;
    background-image: url(../img/arrow-sprite.svg), none;
    font-family: "Asap", Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.more:hover,
.clickable tr:hover td > .more {
    background-position: 100% -2513px;
}

.prev-more {
    padding-right: 0;
    padding-left: 15px;
    background-position: 0 -2373px;
}

.prev-more:hover {
    background-position: 0 -2653px;
}


/* Icons */

.icon {
    margin: -4px 5px 0 5px;
    background: no-repeat;
    background-image: url(../img/icon-sprite.png);
    background-image: url(../img/icon-sprite.svg), none;
    vertical-align: middle;
}

.icon:first-child {
    margin-left: 0;
}

a.icon,
button.icon,
span.icon {
    display: inline-block;
}

a.icon,
button.icon {
    text-indent: 9999px;
    overflow: hidden;
}

button.icon {
    padding: 0;
    border: 0;
    cursor: pointer;
}

img.icon,
th.icon,
td.icon {
    background: transparent;
}


/* Icon sizes */

.icon-12 {
    width: 12px;
    height: 12px;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-30 {
    width: 30px;
    height: 30px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-40 {
    width: 40px;
    height: 40px;
}

.icon-48 {
    width: 48px;
    height: 48px;
}


/* Icons (24x24) */

.purple-lock-icon.icon-24 {
    background-position: -48px 0;
}

.purple-envelope-icon.icon-24 {
    background-position: -48px -24px;
}


/* Buttons */

.button,
.button .more {
    color: #FFF !important;
}

.button {
    display: inline-block;
    padding: 0 15px;
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    font-family: "Asap", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.button:hover,
.clickable tr:hover td > .button {
    background-color: #B7B7B7;
}

button.button {
    border: 0;
    overflow: visible;
    cursor: pointer;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}


/* More buttons */

.button .more {
    display: block;
    background-position: 100% 21px;
}

.prev-button .more {
    padding-right: 0;
    padding-left: 15px;
    background-position: 0 -119px;
}


/* Button icons */

.button .icon:first-child {
    margin-left: -3px;
}


/* Small buttons */

.small-button {
    height: 40px;
    font-size: 18px;
    line-height: 40px;
}

.small-button .more {
    background-position: 100% 16px;
}

.small-button.prev-button .more {
    background-position: 0 -124px;
}


/* Large buttons */

.large-button {
    height: 60px;
    font-size: 22px;
    line-height: 60px;
}

.large-button .more {
    background-position: 100% 26px;
}

.large-button.prev-button .more {
    background-position: 0 -114px;
}


/* Block buttons */

.block-button {
    text-align: center;
}

a.block-button {
    display: block;
}

button.block-button {
    width: 100%;
}


/* Primary buttons */

.primary-button {
    background-color: #FF7813;
}

.primary-button:hover {
    background-color: #FFA059;
}


/* Secondary buttons */

.secondary-button {
    background-color: #09C;
}

.secondary-button:hover {
    background-color: #4CB7DB;
}


/* Media */

.media {
    position: relative;
}

.media > a {
    display: block;
}

.media img {
    vertical-align: middle;
}

.media .media-magnifier-icon {
    position: absolute;
    display: block;
    margin: 0;
    top: 10px;
    right: -20px;
    text-indent: -9999px;
    overflow: hidden;
}


/* Progress bars */

.progress,
.progress-value {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.progress {
    display: inline-block;
    width: 100%;
    height: 10px;
    background-color: #B7E3F1;
    -webkit-box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.2);
    text-indent: -9999px;
    vertical-align: middle;
    overflow: hidden;
}

.progress-value {
    height: 100%;
    background-color: #FF7813;
}


/* Toolbars */

.toolbar,
.toolbar > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    zoom: 1;
}

.toolbar > ul {
    float: right;
}

.toolbar:after,
.toolbar > ul:after {
    content: "";
    display: table;
    clear: both;
}

.toolbar > li,
.toolbar > ul > li {
    float: left;
    margin-left: 10px;
}

.toolbar > li:first-child,
.toolbar > ul > li:first-child {
    margin-left: 0 !important;
}


/* Check lists */

.check-list {
    padding: 0;
    line-height: 1.4;
    list-style: none;
}

.check-list li {
    margin-top: 10px;
    padding-left: 35px;
    background: url(../img/check-green.png) no-repeat 0 5px;
}

.check-list li:first-child {
    margin-top: 0;
}


/* Icon lists */

.icon-list {
    padding: 0;
    line-height: 1.4;
    list-style: none;
}

.icon-list li {
    margin-top: 10px;
    padding-left: 35px;
}

.icon-list li:first-child {
    margin-top: 0;
}

.icon-list .icon {
    float: left;
    margin-top: 0;
    margin-left: -35px;
}

.lt-ie8 .icon-list li {
    zoom: 1;
}


/* Prices */

.price {
    white-space: nowrap;
}


/* Fancy prices */

.fancy-price {
    font-family: "Asap", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #09C;
}

.fancy-price .type {
    display: block;
}

.fancy-price .value {
    font-weight: 700;
}

.fancy-price .unit {
    font-size: 80%;
}

.fancy-price .whole {
    font-size: 120%;
}

.fancy-price .decimal {
    vertical-align: top;
}


/* Overlays */

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF url(../img/throbber.gif) no-repeat 50% 50%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    z-index: 10;
}


/**
 * HEADER ELEMENTS
 * ----------------------------------------
 */

/* Logo */

#logo {
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    width: 300px;
    height: 69px;
    font-size: 12px;
    text-align: center;
    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    transition: width 0.2s;
}

#logo a {
    display: block;
}

#logo img {
    vertical-align: top;
}

#logo img + img {
    margin-top: -20px;
}


/* Primary navigation bar */

.primary-nav-bar {
    background-color: #622181;
    line-height: 50px;
}

.primary-nav-bar .container {
    padding: 0 20px;
}


/* Primary navigation */

#primary-nav ul {
    margin: 0;
}

#primary-nav a {
    color: rgba(255, 255, 255, 0.7);
}

#primary-nav a:hover {
    color: #FFF;
}


/**
 * CONTENT ELEMENTS
 * ----------------------------------------
 */

.call-us,
.call-us a {
    color: #FFF;
}

.call-us {
    font-size: 24px;
    text-align: center;
    line-height: 1.2;
}


/* Tickets form */

#tickets-form {
    margin: 0;
}


/* Tickets config */

.tickets-config {
    margin: 0;
}


/* Payment method icons */

.payment-method-icons {
    padding: 0;
    list-style: none;
}

.payment-method-icons li {
    display: inline;
}

.payment-method-icons img {
    vertical-align: middle
}


/* Tickets payment methods */

.tickets-payment-methods label {
    margin-right: 5px;
}

.tickets-payment-methods .payment-method-icons {
    display: inline-block;
    margin: 0;
}


/* Tickets summary */

.tickets-summary {
    position: relative;
}

.tickets-summary:after {
    content: "";
    display: table;
    clear: both;
}

.tickets-summary ul {
    float: left;
    margin: 0;
    line-height: 1.4;
}

.tickets-summary .fancy-price {
    float: right;
    margin: 0;
    color: #622181;
}


/**
 * WIDGETS
 * ----------------------------------------
 */




/**
 * FANCYBOX
 * ----------------------------------------
 */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #FFF;
    color: #333;
    text-shadow: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #333;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../img/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../img/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../img/fancybox/blank.gif); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}


/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}


/* Title helper */

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #FFF;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}


/* Retina graphics! */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../img/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(../img/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}


/**
 * JQUERY UI DATEPICKER
 * ----------------------------------------
 */

.ui-datepicker {
    position: relative;
    display: none;
    padding: 20px;
    background-color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
}

#ui-datepicker-div {
    width: 260px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.ui-datepicker-trigger {
    margin: 0 0 -5px -30px;
}


/* Datepicker header */

.ui-datepicker-header {
    position: relative;
    padding: 0 20px 10px;
    border-bottom: 1px solid #E5E5E5;
    line-height: 30px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    width: 20px;
    height: 30px;
    background-color: #09C;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    color: #FFF !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
    background-color: #4CB7DB;
}

.ui-datepicker-prev.ui-state-disabled,
.ui-datepicker-next.ui-state-disabled {
    background-color: #E5E5E5;
    cursor: default;
}

.ui-datepicker-prev {
    left: 0;
}

.ui-datepicker-next {
    right: 0;
}

.ui-datepicker-title {
    text-align: center;
}

.ui-datepicker-title select {
    margin: 0 3px;
    padding: 4px;
    height: 30px;
    font-size: 16px;
}


/* Datepicker calendar */

.ui-datepicker-calendar {
    margin: 0;
    border-collapse: separate;
    border-spacing: 1px;
    table-layout: fixed;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    padding: 0;
    text-align: center;
}

.ui-datepicker-calendar td {
    background-color: #F5F5F5;
    color: #999;
}

.ui-datepicker-calendar .ui-state-default {
    position: relative;
    display: block;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
}

.ui-datepicker-calendar .ui-state-active {
    margin: -3px;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-size: 120%;
    font-weight: bold;
    color: #FFF;
    z-index: 1;
}


/* Datepicker today */

.ui-datepicker-today {
    font-weight: bold;
}

.ui-datepicker-today .ui-state-default:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #999;
    border-left-color: #999;
}


/* Selectable datepicker days */

.ui-datepicker-calendar a {
    background-color: #CCEBF5;
    color: #09C;
}

.ui-datepicker-calendar a:hover {
    background-color: #DEF2F8;
}

.ui-datepicker-calendar a.ui-state-default:after {
    border-top-color: #09C;
    border-left-color: #09C;
}

.ui-datepicker-calendar a.ui-state-active {
    background-color: #09C;
}


/* Available datepicker days */

.ui-datepicker-available a {
    background-color: #E0F5CC;
    color: #5BA037;
}

.ui-datepicker-available a:hover {
    background-color: #ECF9E0;
}

.ui-datepicker-available a.ui-state-default:after {
    border-top-color: #5BA037;
    border-left-color: #5BA037;
}

.ui-datepicker-available a.ui-state-active {
    background-color: #5BA037;
}


/* Special datepicker days */

.ui-datepicker-special a {
    background-color: #FFF3B2;
    color: #CCAC00;
}

.ui-datepicker-special a:hover {
    background-color: #FFF9D9;
}

.ui-datepicker-special a.ui-state-default:after {
    border-top-color: #CCAC00;
    border-left-color: #CCAC00;
}

.ui-datepicker-special a.ui-state-active {
    background-color: #CCAC00;
}


/**
 * MEDIA QUERIES
 * ----------------------------------------
 */

/* Mobile */

@media only screen and (max-width: 767px) {


    /* Responsive utilities */

    .hidden-mobile {
        display: none !important;
    }

    .visible-mobile {
        display: block !important;
    }

    table.visible-mobile {
        display: table !important;
    }

    tr.visible-mobile {
        display: table-row !important;
    }

    th.visible-mobile,
    th.visible-mobile {
        display: table-cell !important;
    }


    /* Base */

    body,
    button,
    input,
    select,
    textarea {
        font-size: 14px;
    }

    body {
        padding-top: 120px;
        padding-bottom: 0;
    }

    h1, .h1 {
        font-size: 32px;
    }

    h2, .h2 {
        font-size: 22px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    figure img {
        max-width: auto;
        width: 100%;
    }


    /* Forms */

    .row {
        margin-top: 10px;
    }

    .form-options input {
        margin-top: 4px;
        margin-bottom: 4px;
    }


    /* Header */

    #header {
        position: fixed;
        top: 0;
        margin: 0;
        width: 100%;
        -webkit-box-shadow: 0 -10px 10px 10px rgba(0, 0, 0, 0.3);
        box-shadow: 0 -10px 10px 10px rgba(0, 0, 0, 0.3);
    }

    #main {
        margin-top: 150px;
    }


    /* Abstractions */

    .intro {
        font-size: 20px;
    }


    /* Check lists */

    .check-list li {
        background-position: 0 0;
    }


    /* Icon lists */

    .icon-list .icon {
        margin-top: -2px;
    }


    /* Toolbars */

    .toolbar > ul,
    .toolbar > li,
    .toolbar > ul > li {
        float: none;
    }

    .toolbar > li,
    .toolbar > ul > li {
        margin: 10px 0 0;
    }

    .toolbar > li:first-child,
    .toolbar > ul > li:first-child {
        margin-top: 0 !important;
    }


    /* Logo */

    #logo {
        position: static;
        bottom: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 200px;
        height: auto;
        text-align: center;
    }

    #logo img {
        width: 100%;
        height: auto;
    }

    #logo img + img {
        margin: 0;
    }


    /* Primary navigation bar */

    .primary-nav-bar {
        line-height: 40px;
    }


    /* Call us */

    .call-us {
        font-size: 20px;
    }
}


/* Phone */

@media only screen and (max-width: 479px) {


    /* Responsive utilities */

    .hidden-phone {
        display: none !important;
    }

    .visible-phone {
        display: block !important;
    }

    table.visible-phone {
        display: table !important;
    }

    tr.visible-phone {
        display: table-row !important;
    }

    th.visible-phone,
    th.visible-phone {
        display: table-cell !important;
    }


    /* Base */

    body {
        padding-top: 110px;
    }


    /* Logo */

    #logo {
        width: 150px;
    }


    /* Call us */

    .call-us strong {
        display: block;
    }


    /* Tickets config */

    .tickets-config {
        padding: 10px;
    }
}


/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 979px) {


    /* Responsive utilities */

    .hidden-tablet {
        display: none !important;
    }

    .visible-tablet {
        display: block !important;
    }

    table.visible-tablet {
        display: table !important;
    }

    tr.visible-tablet {
        display: table-row !important;
    }

    th.visible-tablet,
    th.visible-tablet {
        display: table-cell !important;
    }
}


/* Desktop */

@media only screen and (min-width: 980px) {


    /* Responsive utilities */

    .hidden-desktop {
        display: none !important;
    }

    .visible-desktop {
        display: block !important;
    }

    table.visible-desktop {
        display: table !important;
    }

    tr.visible-desktop {
        display: table-row !important;
    }

    th.visible-desktop,
    th.visible-desktop {
        display: table-cell !important;
    }
}