article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "Lato","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #fff;
    transition: background-color 300ms ease-out;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input, select, textarea, button {
    font: 12px Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #545454;
}
.row {
	margin-left: 20px;
    width: 100%;
}
#demos .owl-carousel {
    margin: 2rem 0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
#demos .owl-carousel .item {
    max-height: 250px;
    padding: 1rem; opacity: 1;
}
#demos .owl-carousel .item:hover {opacity: .40 !important;}
img {
    display: inline-block;
    vertical-align: middle;
	max-width: 100%; height: auto; border: 0;
}
label {
    color: #4d4d4d;
    cursor: pointer;
    font-size: .875rem;
    font-weight: normal;
    line-height: 1.5;
margin-bottom: 0;}
@media only screen and (min-width: 64.0625em)
.large-12 {
    width: 100%;
}
@media only screen and (min-width: 64.0625em)
.column, .columns {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
}