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

body {
    line-height: 1
}

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

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

hr {
    display: block;
    height: 1px;
    border: 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

*:first-child+html .clearfix {
    zoom: 1
}

p {
    margin-bottom: 20px;
    font-size: 16px
}

blockquote {
    font-weight: 200;
    font-size: 20px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0 30px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    border-left: 5px solid #eee
}

ul {
    list-style: circle inside;
    margin-bottom: 40px
}

ol {
    list-style: decimal inside;
    margin-bottom: 40px
}

ol,
ul {
    padding-left: 0;
    margin-top: 0
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 20px 0 20px 40px
}

li {
    margin-bottom: 10px
}

table {
    margin-bottom: 40px
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1
}

table {
    margin-bottom: 40px
}

th,
td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #e1e1e1
}

hr {
    margin-top: 20px;
    margin-bottom: 40px;
    border-width: 0;
    border-top: 1px solid #e1e1e1
}

hr.spacer {
    border-top: 1px solid transparent
}

@media (max-width: 767px) {
    .gigantic {
        font-size: 74px
    }
}

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea,
select {
    height: 38px;
    padding: 6px 10px;
    background-color: #fcfcfc;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    width: 100%
}

input[type='email'],
input[type='number'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='url'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type='email']:focus,
input[type='number']:focus,
input[type='search']:focus,
input[type='text']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
textarea:focus,
select:focus {
    border: 1px solid #33c3f0;
    outline: 0
}

label,
legend {
    display: block;
    margin: 12px 0 10px 0;
    font-weight: bold
}

fieldset {
    padding: 0;
    border-width: 0
}

input[type='checkbox'],
input[type='radio'] {
    display: inline
}

label>.label-body {
    display: inline-block;
    margin-left: 10px;
    font-weight: normal
}

.tile {
    width: 100%;
    min-height: 220px;
    background: #333;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.tile__text {
    position: relative;
    z-index: 2;
    text-align: center
}

.filter:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    display: block;
    background: #000
}

.filter h1,
.filter h2,
.filter h3,
.filter h4,
.filter p {
    color: #fff
}

.card {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px
}

.card__copy {
    padding: 40px
}

.cover {
    min-height: 49vh;
    background: #eee;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px
}

.cover__text {
    position: relative;
    z-index: 2;
    text-align: center
}

@media (max-width: 767px) {
    .cover {
        padding: 20px 0
    }
    .tile {
        height: 230px
    }
    .card__copy {
        padding: 20px
    }
    .card__copy p {
        font-size: 14px
    }
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.grid {
    margin: 0 auto;
    max-width: 1250px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.grid--center {
    justify-content: center
}

.grid--right {
    justify-content: flex-end
}

.grid--full {
    max-width: 100%
}

.col {
    flex: 1
}

[class*='col'] {
    padding: 0 20px;
    position: relative
}

.col-100 {
    width: 100%
}

.col-50 {
    width: 50%
}

.col-33 {
    width: 33.33%
}

.col-66 {
    width: 66.66%
}

.col-25 {
    width: 25%
}

.col-75 {
    width: 75%
}

.col-20 {
    width: 20%
}

.col-40 {
    width: 40%
}

.col-60 {
    width: 60%;
    min-width: 200px;
}

.col-80 {
    width: 80%
}

.col-16 {
    width: 16.66%
}

.col-12 {
    width: 12.5%
}

.col-10 {
    width: 10%
}

.col-30 {
    width: 30%
}

.col-70 {
    width: 70%
}

.col-90 {
    width: 90%
}

.push-50 {
    left: 50%
}

.push-33 {
    left: 33.33%
}

.push-66 {
    left: 66.66%
}

.push-25 {
    left: 25%
}

.push-75 {
    left: 75%
}

.push-20 {
    left: 20%
}

.push-40 {
    left: 40%
}

.push-60 {
    left: 60%
}

.push-80 {
    left: 20%
}

.push-10 {
    left: 10%
}

.push-30 {
    left: 30%
}

.push-60 {
    left: 60%
}

.push-70 {
    left: 70%
}

.push-90 {
    left: 90%
}

.pull-50 {
    right: 50%
}

.pull-33 {
    right: 33.33%
}

.pull-66 {
    right: 66.66%
}

.pull-25 {
    right: 25%
}

.pull-75 {
    right: 75%
}

.pull-20 {
    right: 20%
}

.pull-40 {
    right: 40%
}

.pull-60 {
    right: 60%
}

.pull-80 {
    right: 80%
}

.pull-10 {
    right: 10%
}

.pull-30 {
    right: 30%
}

.pull-60 {
    right: 60%
}

.pull-70 {
    right: 70%
}

.pull-90 {
    right: 90%
}

.no-pad,
.no-pad [class*='col-'] {
    padding: 0 !important
}

.grid .grid {
    margin: 0 -20px
}

.no-col {
    display: block;
    padding: 20px
}

@media (max-width: 991px) {
    .tab-100 {
        width: 100%
    }
    .tab-90 {
        width: 90%
    }
    .tab-80 {
        width: 80%
    }
    .tab-75 {
        width: 75%
    }
    .tab-70 {
        width: 70%
    }
    .tab-66 {
        width: 66.66%
    }
    .tab-60 {
        width: 60%
    }
    .tab-50 {
        width: 50%
    }
    .tab-40 {
        width: 40%
    }
    .tab-33 {
        width: 33.33%
    }
    .tab-30 {
        width: 30%
    }
    .tab-25 {
        width: 25%
    }
    .tab-20 {
        width: 20%
    }
    .tab-10 {
        width: 10%
    }
    .col.tab-100 {
        flex: 0 0 100%
    }
    .col.tab-90 {
        flex: 0 0 90%
    }
    .col.tab-80 {
        flex: 0 0 80%
    }
    .col.tab-75 {
        flex: 0 0 75%
    }
    .col.tab-70 {
        flex: 0 0 70%
    }
    .col.tab-66 {
        flex: 0 0 66.66%
    }
    .col.tab-60 {
        flex: 0 0 60%
    }
    .col.tab-50 {
        flex: 0 0 50%
    }
    .col.tab-40 {
        flex: 0 0 40%
    }
    .col.tab-33 {
        flex: 0 0 33.33%
    }
    .col.tab-30 {
        flex: 0 0 30%
    }
    .col.tab-20 {
        flex: 0 0 20%
    }
    .col.tab-25 {
        flex: 0 0 25%
    }
}

@media (max-width: 767px) {
    [class*='col'] {
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 20px
    }
    .sma-100 {
        width: 100%
    }
    .sma-90 {
        width: 90%
    }
    .sma-80 {
        width: 80%
    }
    .sma-75 {
        width: 75%
    }
    .sma-70 {
        width: 70%
    }
    .sma-66 {
        width: 66.66%
    }
    .sma-60 {
        width: 60%
    }
    .sma-50 {
        width: 50%
    }
    .sma-40 {
        width: 40%
    }
    .sma-33 {
        width: 33.33%
    }
    .sma-30 {
        width: 30%
    }
    .sma-25 {
        width: 25%
    }
    .sma-20 {
        width: 20%
    }
    .sma-10 {
        width: 10%
    }
    .col.sma-100 {
        flex: 0 0 100%
    }
    .col.sma-90 {
        flex: 0 0 90%
    }
    .col.sma-80 {
        flex: 0 0 80%
    }
    .col.sma-75 {
        flex: 0 0 75%
    }
    .col.sma-70 {
        flex: 0 0 70%
    }
    .col.sma-66 {
        flex: 0 0 66.66%
    }
    .col.sma-60 {
        flex: 0 0 60%
    }
    .col.sma-50 {
        flex: 0 0 50%
    }
    .col.sma-40 {
        flex: 0 0 40%
    }
    .col.sma-33 {
        flex: 0 0 33.33%
    }
    .col.sma-30 {
        flex: 0 0 30%
    }
    .col.sma-25 {
        flex: 0 0 25%
    }
    .col.sma-20 {
        flex: 0 0 20%
    }
    .grid .grid {
        margin: 0 -20px
    }
}

.img-res {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    vertical-align: middle
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: 13.33333px
}

.m-2 {
    margin: 20px
}

.m-3 {
    margin: 40px
}

.m-4 {
    margin: 80px
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 13.33333px
}

.mt-2 {
    margin-top: 20px
}

.mt-3 {
    margin-top: 40px
}

.mt-4 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 13.33333px
}

.mb-2 {
    margin-bottom: 20px
}

.mb-3 {
    margin-bottom: 40px
}

.mb-4 {
    margin-bottom: 80px
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: 13.33333px
}

.ml-2 {
    margin-left: 20px
}

.ml-3 {
    margin-left: 40px
}

.ml-4 {
    margin-left: 80px
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: 13.33333px
}

.mr-2 {
    margin-right: 20px
}

.mr-3 {
    margin-right: 40px
}

.mr-4 {
    margin-right: 80px
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: 13.33333px
}

.p-2 {
    padding: 20px
}

.p-3 {
    padding: 40px
}

.p-4 {
    padding: 80px
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: 13.33333px
}

.pt-2 {
    padding-top: 20px
}

.pt-3 {
    padding-top: 40px
}

.pt-4 {
    padding-top: 80px
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: 13.33333px
}

.pb-2 {
    padding-bottom: 20px
}

.pb-3 {
    padding-bottom: 40px
}

.pb-4 {
    padding-bottom: 80px
}

.pl-0 {
    padding-left: 0
}

.pl-1 {
    padding-left: 13.33333px
}

.pl-2 {
    padding-left: 20px
}

.pl-3 {
    padding-left: 40px
}

.pl-4 {
    padding-left: 80px
}

.pr-0 {
    padding-right: 0
}

.pr-1 {
    padding-right: 13.33333px
}

.pr-2 {
    padding-right: 20px
}

.pr-3 {
    padding-right: 40px
}

.pr-4 {
    padding-right: 80px
}

.mx-0 {
    margin-left: 0;
    margin-right: 0
}

.mx-1 {
    margin-left: 13.33333px;
    margin-right: 13.33333px
}

.mx-2 {
    margin-left: 20px;
    margin-right: 20px
}

.mx-3 {
    margin-left: 40px;
    margin-right: 40px
}

.mx-4 {
    margin-left: 80px;
    margin-right: 80px
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-1 {
    margin-top: 13.33333px;
    margin-bottom: 13.33333px
}

.my-2 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-3 {
    margin-top: 40px;
    margin-bottom: 40px
}

.my-4 {
    margin-top: 80px;
    margin-bottom: 80px
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.px-1 {
    padding-left: 13.33333px;
    padding-right: 13.33333px
}

.px-2 {
    padding-left: 20px;
    padding-right: 20px
}

.px-3 {
    padding-left: 40px;
    padding-right: 40px
}

.px-4 {
    padding-left: 80px;
    padding-right: 80px
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.py-1 {
    padding-top: 13.33333px;
    padding-bottom: 13.33333px
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-3 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-4 {
    padding-top: 80px;
    padding-bottom: 80px
}

.bg-primary{background: #eee;border-radius: 3px;}
.trasparent{background: none;}
.module { background: #ccc;padding:10px 15px; border-radius: 3px; }


#multiple-grids span{display: inline-block;width:50%;font-weight: bold;}
/* .light{font-size: 16px;opacity:0.4;font-weight: normal;} */
#multiple-grids span small{opacity: 0.5}
.line-tab{margin-bottom: 7px;}

.col .module{background: #27e56b;}
.green{color: #27e56b}

.normal{font-weight: normal; font-size: 16px;}
.giga{display: block;margin-bottom: 10px;font-size: 48px;}

.classes-hide{width:0px; overflow: hidden;display: inline-block;height: 10px;}
.classes-visible{opacity:0.5;width:auto;height: auto;display: inline;}
#show-classes{background: red; padding: 10px; font-size: 14px; color:#fff; position: fixed; top:100px; right:0;cursor:pointer; z-index: 99}
pre {
    overflow: auto;
    max-width: 1250px;
    margin:20px auto 40px auto;border: 1px solid #ccc; font-size:14px; padding: 0 20px;
    border-left: 8px solid lime;
    display:block;
    font:normal 12px/22px Monaco,Monospace !important;
    color:#000;
    background-color:#2f2f2f;
    background-image:-webkit-repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
    background-image:-moz-repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
    background-image:-ms-repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
    background-image:-o-repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
    background-image:repeating-linear-gradient(top, #f9f9f9 0px, #f9f9f9 22px, #fff 22px, #fff 44px);
    padding:0em 1em;
    overflow:auto;
    }

    #features span,
    #mobile span{font-size: 12px}

    @media (max-width: 767px) {

        #show-classes,
        #features span,
        .classes-hide,
        #mobile span{display: none; }

    }