/**
* Stewed-1.0.4
* @mauroreisvieira
* http://github.com/Stewed/stewed.css
*
*
* Copyright 2016 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
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,
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;
}
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;
}

/** All classes of margin and padding must have the attribute block */
[class*="m-t"], [class*="m-l"], [class*="m-r"], [class*="m-b"],
[class*="p-t"], [class*="p-l"], [class*="p-r"], [class*="p-b"],
[class*="float-"] {
    display: block;
}

/** All classes of grid- attribute margin auto */
[class*="grid-"] {
    margin: auto;
}

/** Margin Top (10px...90px) */
.m-t-10 { margin-top: 10px; }
.m-t-20 { margin-top: 20px; }
.m-t-30 { margin-top: 30px; }
.m-t-40 { margin-top: 40px; }
.m-t-50 { margin-top: 50px; }
.m-t-60 { margin-top: 60px; }
.m-t-70 { margin-top: 70px; }
.m-t-80 { margin-top: 80px; }
.m-t-90 { margin-top: 90px; }

/** Margin Left (10px...90px) */
.m-l-10 { margin-left: 10px; }
.m-l-20 { margin-left: 20px; }
.m-l-30 { margin-left: 30px; }
.m-l-40 { margin-left: 40px; }
.m-l-50 { margin-left: 50px; }
.m-l-60 { margin-left: 60px; }
.m-l-70 { margin-left: 70px; }
.m-l-80 { margin-left: 80px; }
.m-l-90 { margin-left: 90px; }

/** Margin Bottom (10px...90px) */
.m-b-10 { margin-bottom: 10px; }
.m-b-20 { margin-bottom: 20px; }
.m-b-30 { margin-bottom: 30px; }
.m-b-40 { margin-bottom: 40px; }
.m-b-50 { margin-bottom: 50px; }
.m-b-60 { margin-bottom: 60px; }
.m-b-70 { margin-bottom: 70px; }
.m-b-80 { margin-bottom: 80px; }
.m-b-90 { margin-bottom: 90px; }

/** Margin Right (10px...90px) */
.m-r-10 { margin-right: 10px; }
.m-r-20 { margin-right: 20px; }
.m-r-30 { margin-right: 30px; }
.m-r-40 { margin-right: 40px; }
.m-r-50 { margin-right: 50px; }
.m-r-60 { margin-right: 60px; }
.m-r-70 { margin-right: 70px; }
.m-r-80 { margin-right: 80px; }
.m-r-90 { margin-right: 90px; }

/** Padding in all directions (10px...90px) */
.p-all-10 { padding: 10px; }
.p-all-20 { padding: 20px; }
.p-all-30 { padding: 30px; }
.p-all-40 { padding: 40px; }
.p-all-50 { padding: 50px; }
.p-all-60 { padding: 60px; }
.p-all-70 { padding: 70px; }
.p-all-80 { padding: 80px; }
.p-all-90 { padding: 90px; }

/** Padding Top (10px...90px) */
.p-t-10 { padding-top: 10px; }
.p-t-20 { padding-top: 20px; }
.p-t-30 { padding-top: 30px; }
.p-t-40 { padding-top: 40px; }
.p-t-50 { padding-top: 50px; }
.p-t-60 { padding-top: 60px; }
.p-t-70 { padding-top: 70px; }
.p-t-80 { padding-top: 80px; }
.p-t-90 { padding-top: 90px; }

/** Padding Left (10px...90px) */
.p-l-10 { padding-left: 10px; }
.p-l-20 { padding-left: 20px; }
.p-l-30 { padding-left: 30px; }
.p-l-40 { padding-left: 40px; }
.p-l-50 { padding-left: 50px; }
.p-l-60 { padding-left: 60px; }
.p-l-70 { padding-left: 70px; }
.p-l-80 { padding-left: 80px; }
.p-l-90 { padding-left: 90px; }

/** Padding Bottom (10px...90px) */
.p-b-10 { padding-bottom: 10px; }
.p-b-20 { padding-bottom: 20px; }
.p-b-30 { padding-bottom: 30px; }
.p-b-40 { padding-bottom: 40px; }
.p-b-50 { padding-bottom: 50px; }
.p-b-60 { padding-bottom: 60px; }
.p-b-70 { padding-bottom: 70px; }
.p-b-80 { padding-bottom: 80px; }
.p-b-90 { padding-bottom: 90px; }

/** Padding Right (10px...90px) */
.p-r-10 { padding-right: 10px; }
.p-r-20 { padding-right: 20px; }
.p-r-30 { padding-right: 30px; }
.p-r-40 { padding-right: 40px; }
.p-r-50 { padding-right: 50px; }
.p-r-60 { padding-right: 60px; }
.p-r-70 { padding-right: 70px; }
.p-r-80 { padding-right: 80px; }
.p-r-90 { padding-right: 90px; }

.m-w-100 { max-width: 100px; }
.m-w-200 { max-width: 200px; }
.m-w-300 { max-width: 300px; }
.m-w-400 { max-width: 400px; }
.m-w-500 { max-width: 500px; }
.m-w-600 { max-width: 600px; }
.m-w-700 { max-width: 700px; }
.m-w-800 { max-width: 800px; }
.m-w-900 { max-width: 900px; }

.m-h-100 { max-height: 100px; }
.m-h-200 { max-height: 200px; }
.m-h-300 { max-height: 300px; }
.m-h-400 { max-height: 400px; }
.m-h-500 { max-height: 500px; }
.m-h-600 { max-height: 600px; }
.m-h-700 { max-height: 700px; }
.m-h-800 { max-height: 800px; }
.m-h-900 { max-height: 900px; }

/** Change font-size */
.f-10 { font-size: 10px; }
.f-12 { font-size: 12px; }
.f-14 { font-size: 14px; }
.f-16 { font-size: 16px; }
.f-18 { font-size: 18px; }
.f-20 { font-size: 20px; }
.f-22 { font-size: 12px; }

/** Type position */
.relative { position: relative; }
.fixed { position: fixed; }
.absolute { position: absolute; }

/** Transform text */
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }

/** Align containers */
.float-center { margin: auto; }
.float-right { float: right; }
.float-left { float: left; }

/** Remove formats */
.no-float { float: none; }
.no-color { color: none; }
.no-background { background: none; }
.no-shadow { text-shadow: 0px 0px 0px transparent; box-shadow: 0px 0px 0px transparent; }
.hidden { overflow: hidden; }

.block { display: block; }
.table { display: table; } /** you need to take care as formatted in Safari browser */
.inline { display: inline; }
.none { display: none; }

/** Align text */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.justify { text-align: justify; }

/** Style formate text */
.normal { font-style: normal; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.overline { text-decoration: overline; }
.line-through { text-decoration: line-through; }
.underline { text-decoration: underline; }

/** Style formate buttons  */
.button {
    border: 0;
    line-height: normal;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-radius: 2px;
    margin: 6px 0;
}
.button:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.button-large {
    height: 54px;
    padding: 0px 15px;
    line-height: 56px;
    font-size: 13px;
}
.button-medium {
    height: 44px;
    padding: 0px 15px;
    line-height: 46px;
    font-size: 13px;
}
.button-small {
    height: 34px;
    padding: 0px 15px;
    line-height: 36px;
    font-size: 13px;
}
/** Table Simple */
table {
    width: 100%;
    display: table;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}
table thead {
    border-bottom: 1px solid #e9e9e9;
}
table thead th{
    font-weight: bold;
}
table thead th,
table tbody tr td {
    padding: 15px 10px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
/** Table No Border */
table.no-border > thead,
table.no-border > thead > tr,
table.no-border > tbody > tr {
    border: 0px;
}
/** Table Border */
table.border > tbody > tr {
    border-bottom: 1px solid #e9e9e9;
}
/** Tabel Hover */
table.hover > tbody > tr:hover {
    background-color: #f1f1f1;
}
/** Tabel Hover */
table.odd > tbody > tr:odd-child {
    background-color: #f1f1f1;
}
/** Tabel Hover */
table.centered > tbody > tr > td,
table.centered > thead > tr > th {
    text-align: center;
}
table > tbody > tr.error{
    background: #FFCDD2!important;
    background-color: #FFCDD2!important;
}
table > tbody > tr.success {
    background: #C8E6C9!important;
    background-color: #C8E6C9!important;
}
table > tbody > tr.warning {
    background: #FFF9C4!important;
    background-color: #FFF9C4!important;
}
/** Navigation */
.navigation {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.navigation li a {
    display: block;
    padding: 0px 10px;
    line-height: 44px;
    height: 44px;
    text-decoration: none;
    color: inherit;
}
.navigation li {
    list-style-type: none;
}
.navigation li a:hover {
    background: #F3F3F3;
}
.navigation li.current a {
    background: #F3F3F3;
}
/**  Navigation Vertical */
ul.vertical li {
    margin-bottom: 1px;
}
/**  Navigation Vertical */
ul.horizontal {
    display: inline;
}
ul.horizontal li {
    display: block;
    float: left;
}
ul.horizontal li a {
    padding: 10px 15px;
}
/**
 * Modal
 * 
 */
 .modal-overlay {
    top: 0; left: 0; right: 0; bottom: 0;
    position: fixed;
    z-index: 998;
    opacity: 0;
}
.modal {
    display: block;
    position: fixed;
    top: 30%; left: 0; right: 0;
    background-color: #fff;
    width: 55%;
    min-height: 70%;
    height: 80%;
    margin: auto;
    visibility: hidden;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
    border-radius: 2px;
}
.modal-head,
.modal-body,
.modal-footer {
    margin: auto;
    width: 90%;
    padding: 20px 0px;
    position: relative;
    overflow: hidden;
}
.modal-head h2 {
    font-weight: 500;
}
.modal-body {

    margin-bottom: 30px;
}
.modal-footer .button {
    margin: 0px 10px;
}
/** Form */
.valid {
    border-bottom: 1px solid #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}
.invalid {
    border-bottom: 1px solid #af4c4c;
    box-shadow: 0 1px 0 0 #af4c4c;
}
form.form {
    display: block;
    width: 100%;
}
.input-field {
    display: block;
    position: relative;
    margin: 15px 0px;
}
.input-field legend {
    color: #9e9e9e;
    font-size: 13px;
    cursor: text;
    position: absolute;
    top: 0px;
}
.form input[type=text],
.form input[type=password],
.form input[type=email],
.form input[type=url],
.form input[type=time],
.form input[type=date],
.form input[type=tel],
.form input[type=number],
.form input[type=search],
.form select {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    height: 0px;
    width: 100%;
    font-size: 14px;
    margin-top: 25px;
    padding:15px 0px;
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/** Form textarea */
.form textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    height: 0px;
    width: 100%;
    font-size: 14px;
    margin-top: 25px;
    padding:15px 0px;
    resize: none;
    min-height: 80px;
}
/** Fomr type input */
.form input[type=text]:focus,
.form input[type=password]:focus,
.form input[type=email]:focus,
.form input[type=url]:focus,
.form input[type=time]:focus,
.form input[type=date]:focus,
.form input[type=tel]:focus,
.form input[type=number]:focus,
.form input[type=search]:focus,
.form textarea:focus,
.form select:focus {
    border-bottom: 1px solid #3A3B52;
    box-shadow: 0 1px 0 0 #3A3B52;
    color: #3A3B52;
    outline: none;
}
.form input[type=text]:focus + legend,
.form input[type=password]:focus + legend,
.form input[type=email]:focus + legend,
.form input[type=url]:focus + legend,
.form input[type=time]:focus + legend,
.form input[type=date]:focus + legend,
.form input[type=tel]:focus + legend,
.form input[type=number]:focus + legend,
.form input[type=search]:focus + legend,
.form textarea:focus + legend,
.form select:focus + legend {
    color: #3A3B52;
    font-weight: bold;
}
/** Disabled */
input:disabled,
textarea:disabled,
select:disabled {
    border-bottom: 1px dashed #d1d1d1!important;
}
input:disabled + legend,
textarea:disabled + legend,
select:disabled + legend {
    color: #d1d1d1;
}
/** Input checkbox */
/*
input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    padding: 0;
    position: absolute;
}
*/
label {
    display: block;
    cursor: pointer;
    height: 35px;
    position: relative;
    top: 25px;
    color: #9e9e9e;
}
/*
input[type=checkbox] + span {
    position: relative;
    top: 3px;
}
input[type=checkbox] + span:before {
    content: '';
    display: inline-block;
    position: relative;
    top:-3px;
    width: 12px;
    height: 12px;
    vertical-align: -0.25em;
    box-shadow: 0px 0px 0px 2px #9e9e9e;
    margin-right: 0.75em;
    transition: 0.5s ease all;
}
input[type=checkbox]:checked + span:before {
    background: #3A3B52;
    box-shadow: 0px 0px 0px 2px #3A3B52;
}
*/
.cs-form input[type=checkbox] {
    background-color: rgba(255,255,255, 0.74);
    /* height: 25px; */
    /* line-height: 25px; */
    border: 0px;
    /* padding: 5px 10px; */
    margin-bottom: 10px;
    width: auto!important;
    border-radius: 6px;
    font-size: 13px;
}
/** Input radio */
input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    padding: 0;
    position: absolute;
}
label {
    display: block;
    cursor: pointer;
    height: 35px;
    position: relative;
    top: 25px;
    color: #9e9e9e;
}
input[type=radio] + span {
    position: relative;
    top: 3px;
}
input[type=radio] + span:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -3px;
    width: 12px;
    height: 12px;
    vertical-align: -0.25em;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px #9e9e9e;
    margin-right: 0.75em;
    transition: 0.5s ease all;
}
input[type=radio]:checked + span:before {
    background: #3A3B52;
    box-shadow: 0px 0px 0px 2px #3A3B52;
}
/** Input file upload */
.file-path {
    display: block;
    position: relative;
    top:30px;
    width: 100%;
    height: 40px;
}
.file-path span {
    height: 100%;
    width: 10%;
    line-height: 40px;
    border-radius: 2px;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    color: #fff;
    padding: 0px 10px;
    background: #4C4D62;
    display: block;
    float: left;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.file-path span:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.file-path input[type=file] {
    opacity: 0;
    z-index: 999;
    position: absolute;
    height: 100%;
    width: 100%;
}
.file-path input[type=text] {
    width: 85%;
    right: 0;
    position: absolute;
    top: -17px;
}
.file-path input[type=file]:focus {
    outline: none;
}
/** Input range */
input[type=range] {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    margin-top: 25px;
    padding:15px 0px;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #9e9e9e;
}
input[type=range]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #3A3B52;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    top: -8px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #3A3B52;
    outline: none;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    background: #9e9e9e;
}
input[type=range]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #3A3B52;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    top: -8px;
}
input[type=range]:focus::-moz-range-track {
    outline: none;
}
/**
* By default have 12 columns.
* When resizing your browser, each of these columns will always have an equal width.
* Can you choose if you want space between the columns or not, just by defining 'row'
* not to have a rift between them or 'row-space' pars have.
*/
.container {
    display: block;
    margin: auto;
    width:calc(1280px - 20px);
}
.row,
.row-space {
    margin: auto;
    width: 100%;
    display: inline-block;
    position: relative;
}
.row-space [class*="medium-"] { float: left;width: auto; }
.row-space [class*="small-"]  { float: left;width: auto;}
.row-space [class*="large-"]  { float: left;margin-left: 2%;}
.row-space [class*="large-"]:first-child {float: left; margin-left: 0%;}
.row-space .large-1  { width: 6.49966%; }
.row-space .large-2  { width: 14.9999%; } .row-space .large-2:nth-child(6n+1) { margin-left: 0%;}
.row-space .large-3  { width: 23.5000%; } .row-space .large-3:nth-child(4n+1) { margin-left: 0%;}
.row-space .large-4  { width: 31.9999%; } .row-space .large-4:nth-child(3n+1) { margin-left: 0%;}
.row-space .large-5  { width: 40.6655%; }
.row-space .large-6  { width: 49.0000%; } .row-space .large-6:nth-child(2n+1) { margin-left: 0%;}
.row-space .large-7  { width: 57.3334%; }
.row-space .large-8  { width: 66.0000%; }
.row-space .large-9  { width: 74.5000%; }
.row-space .large-10 { width: 83.0000%; }
.row-space .large-11 { width: 91.5000%; }
.row-space .large-12 { width: 100.000%; margin-left: 0%; }
.row [class*="medium-"] {float: left;width: auto; }
.row [class*="small-"] {float: left;width: auto; }
.row [class*="large-"] {float: left;margin-left: 0%;}
.row .large-1  { width: 8.3333%; }
.row .large-2  { width: 16.666%; }
.row .large-3  { width: 25.000%; }
.row .large-4  { width: 33.333%; }
.row .large-5  { width: 41.665%; }
.row .large-6  { width: 50.000%; }
.row .large-7  { width: 58.331%; }
.row .large-8  { width: 66.666%; }
.row .large-9  { width: 75.000%; }
.row .large-10 { width: 83.334%; }
.row .large-11 { width: 91.666%; }
.row .large-12 { width: 100.00%; }

/**
* Responsive Desktop Devices
* min-width 961px and max-width: 1280px
*/
@media only screen and (min-width: 961px) and (max-width: 1280px) {
    .container {
        width: 85%!important;
    }
    .row-space [class*="medium-"] {float: left;margin-left:0%; }
    .row-space [class*="small-"] {float: left;margin-left: 0%;}
    .row-space [class*="large-"] {float: left;margin-left: 2%;}
    .row-space [class*="large-"]:first-child {float: left; margin-left: 0%;}
    .row-space .large-hidden { display: none; visibility: hidden; }
    .row-space .large-1  { width: 6.49966%; }
    .row-space .large-2  { width: 14.9999%; }
    .row-space .large-3  { width: 23.5000%; }
    .row-space .large-4  { width: 31.9999%; }
    .row-space .large-5  { width: 40.6655%; }
    .row-space .large-6  { width: 49.0000%; }
    .row-space .large-7  { width: 57.3334%; }
    .row-space .large-8  { width: 66.0000%; }
    .row-space .large-9  { width: 74.5000%; }
    .row-space .large-10 { width: 83.0000%; }
    .row-space .large-11 { width: 91.5000%; }
    .row-space .large-12 { width: 100.000%; }
    .row [class*="medium-"] {float: left;margin-left: 0%; }
    .row [class*="small-"] {float: left;margin-left: 0%;}
    .row [class*="large-"] {float: left;margin-left: 0%;}
    .row .large-hidden { display: none; visibility: hidden; }
    .row .large-1  { width: 8.3333%; }
    .row .large-2  { width: 16.666%; }
    .row .large-3  { width: 25.000%; }
    .row .large-4  { width: 33.333%; }
    .row .large-5  { width: 41.665%; }
    .row .large-6  { width: 50.000%; }
    .row .large-7  { width: 58.331%; }
    .row .large-8  { width: 66.666%; }
    .row .large-9  { width: 75.000%; }
    .row .large-10 { width: 83.334%; }
    .row .large-11 { width: 91.666%; }
    .row .large-12 { width: 100.00%; }
}

/**
* Responsive Tablet Devices
* min-width 480px and max-width: 960px
*/
@media only screen and (min-width: 481px) and (max-width: 960px) {
    container, .container,
    container.container {
        width: 90%;
        padding: 0;
    }
    .row-space [class*="small-"] {float: left;margin-left: 0%;}
    .row-space [class*="large-"] {float: left;margin-left: 0%;}
    .row-space [class*="medium-"] {float: left;margin-left: 2%; }
    .row-space .medium-hidden { display: none; visibility: hidden; }
    .row-space .medium-1  { width: 6.49966%; }
    .row-space .medium-2  { width: 14.9999%; }
    .row-space .medium-3  { width: 23.5000%; }
    .row-space .medium-4  { width: 31.9999%; } .row-space .medium-4:nth-child(3n+1) { margin-left: 0%;}
    .row-space .medium-5  { width: 40.6655%; }
    .row-space .medium-6  { width: 49.0000%; } .row-space .medium-6:nth-child(2n+1) { margin-left: 0%;}
    .row-space .medium-7  { width: 57.3334%; }
    .row-space .medium-8  { width: 66.0000%; }
    .row-space .medium-9  { width: 74.5000%; }
    .row-space .medium-10 { width: 83.0000%; }
    .row-space .medium-11 { width: 91.5000%; }
    .row-space .medium-12 { width: 100.000%; margin-left: 0%; }
    .row [class*="medium-"] {float: left;margin-left: 0%; }
    .row [class*="small-"] {float: left;margin-left: 0%;}
    .row [class*="large-"] {float: left;margin-left: 0%;}
    .row .medium-hidden { display: none; visibility: hidden; }
    .row .medium-1  { width: 8.3333%; }
    .row .medium-2  { width: 16.666%; }
    .row .medium-3  { width: 25.000%; }
    .row .medium-4  { width: 33.333%; }
    .row .medium-5  { width: 41.665%; }
    .row .medium-6  { width: 50.000%; }
    .row .medium-7  { width: 58.331%; }
    .row .medium-8  { width: 66.666%; }
    .row .medium-9  { width: 75.000%; }
    .row .medium-10 { width: 83.334%; }
    .row .medium-11 { width: 91.666%; }
    .row .medium-12 { width: 100.00%; }
}
/**
* Responsive Mobile Devices
* min-width 280px and max-width: 480px
*/
@media only screen and (min-width: 280px) and (max-width: 480px) {
    container, .container,
    container.container {
        width: 90%;
        padding: 0;
    }
    .row-space [class*="medium-"] {float: left;margin-left: auto; }
    .row-space [class*="large-"] {float: left;margin-left: auto;}
    .row-space [class*="small-"] {float: left;margin-left: 2%; }
    .row-space [class*="small-"]:nth-child(2n+1) { float: left; margin-left: 0%;}
    .row-space .small-hidden { display: none; visibility: hidden; }
    .row-space .small-1  { width: 6.49966%; }
    .row-space .small-2  { width: 14.9999%; }
    .row-space .small-3  { width: 23.5000%; }
    .row-space .small-4  { width: 31.9999%; } .row-space .large-4:nth-child(3n+1) { margin-left: 0%;}
    .row-space .small-5  { width: 40.6655%; }
    .row-space .small-6  { width: 49.0000%; }
    .row-space .small-7  { width: 57.3334%; }
    .row-space .small-8  { width: 66.0000%; }
    .row-space .small-9  { width: 74.5000%; }
    .row-space .small-10 { width: 83.0000%; }
    .row-space .small-11 { width: 91.5000%; }
    .row-space .small-12 { width: 100.000%; margin-left: 0%; }
    .row [class*="medium-"] { float: left;width: 0%; }
    .row [class*="small-"] { float: left;width: 0%; }
    .row [class*="large-"] { float: left;margin-left: 0%; }
    .row .small-hidden { display: none; visibility: hidden; }
    .row .small-1  { width: 8.3333%; }
    .row .small-2  { width: 16.666%; }
    .row .small-3  { width: 25.000%; }
    .row .small-4  { width: 33.333%; }
    .row .small-5  { width: 41.665%; }
    .row .small-6  { width: 50.000%; }
    .row .small-7  { width: 58.331%; }
    .row .small-8  { width: 66.666%; }
    .row .small-9  { width: 75.000%; }
    .row .small-10 { width: 83.334%; }
    .row .small-11 { width: 91.666%; }
    .row .small-12 { width: 100.00%; }
}
