html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea {
  -webkit-border-radius: 0;
}
* {
  box-sizing: border-box;
}
.grid:before,
.clearfix:before,
.cf:before,
.grid:after,
.clearfix:after,
.cf:after {
  content: '';
  display: table;
}
.grid:after,
.clearfix:after,
.cf:after {
  clear: both;
}
.row {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
@media (min-width:768px) {
    .row {
        width: 750px;
    }
}
@media (min-width:992px) {
    .row {
        width: 990px;
    }
}
@media (min-width:1200px) {
    .row {
        width: 1190px;
    }
}

.row .row {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}
.grid {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.grid.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.grid.xs-1 {
  width: 8.33333333%;
}
.grid.xs-push-1 {
  margin-left: 8.33333333%;
}
.grid.xs-2 {
  width: 16.66666667%;
}
.grid.xs-push-2 {
  margin-left: 16.66666667%;
}
.grid.xs-3 {
  width: 25%;
}
.grid.xs-push-3 {
  margin-left: 25%;
}
.grid.xs-4 {
  width: 33.33333333%;
}
.grid.xs-push-4 {
  margin-left: 33.33333333%;
}
.grid.xs-5 {
  width: 41.66666667%;
}
.grid.xs-push-5 {
  margin-left: 41.66666667%;
}
.grid.xs-6 {
  width: 50%;
}
.grid.xs-push-6 {
  margin-left: 50%;
}
.grid.xs-7 {
  width: 58.33333333%;
}
.grid.xs-push-7 {
  margin-left: 58.33333333%;
}
.grid.xs-8 {
  width: 66.66666667%;
}
.grid.xs-push-8 {
  margin-left: 66.66666667%;
}
.grid.xs-9 {
  width: 75%;
}
.grid.xs-push-9 {
  margin-left: 75%;
}
.grid.xs-10 {
  width: 83.33333333%;
}
.grid.xs-push-10 {
  margin-left: 83.33333333%;
}
.grid.xs-11 {
  width: 91.66666667%;
}
.grid.xs-push-11 {
  margin-left: 91.66666667%;
}
.grid.xs-12 {
  width: 100%;
}
.grid.xs-push-12 {
  margin-left: 100%;
}
@media (min-width: 768px) {
  .grid.sm-1 {
    width: 8.33333333%;
  }
  .grid.sm-push-1 {
    margin-left: 8.33333333%;
  }
  .grid.sm-2 {
    width: 16.66666667%;
  }
  .grid.sm-push-2 {
    margin-left: 16.66666667%;
  }
  .grid.sm-3 {
    width: 25%;
  }
  .grid.sm-push-3 {
    margin-left: 25%;
  }
  .grid.sm-4 {
    width: 33.33333333%;
  }
  .grid.sm-push-4 {
    margin-left: 33.33333333%;
  }
  .grid.sm-5 {
    width: 41.66666667%;
  }
  .grid.sm-push-5 {
    margin-left: 41.66666667%;
  }
  .grid.sm-6 {
    width: 50%;
  }
  .grid.sm-push-6 {
    margin-left: 50%;
  }
  .grid.sm-7 {
    width: 58.33333333%;
  }
  .grid.sm-push-7 {
    margin-left: 58.33333333%;
  }
  .grid.sm-8 {
    width: 66.66666667%;
  }
  .grid.sm-push-8 {
    margin-left: 66.66666667%;
  }
  .grid.sm-9 {
    width: 75%;
  }
  .grid.sm-push-9 {
    margin-left: 75%;
  }
  .grid.sm-10 {
    width: 83.33333333%;
  }
  .grid.sm-push-10 {
    margin-left: 83.33333333%;
  }
  .grid.sm-11 {
    width: 91.66666667%;
  }
  .grid.sm-push-11 {
    margin-left: 91.66666667%;
  }
  .grid.sm-12 {
    width: 100%;
  }
  .grid.sm-push-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .grid.md-1 {
    width: 8.33333333%;
  }
  .grid.md-push-1 {
    margin-left: 8.33333333%;
  }
  .grid.md-2 {
    width: 16.66666667%;
  }
  .grid.md-push-2 {
    margin-left: 16.66666667%;
  }
  .grid.md-3 {
    width: 25%;
  }
  .grid.md-push-3 {
    margin-left: 25%;
  }
  .grid.md-4 {
    width: 33.33333333%;
  }
  .grid.md-push-4 {
    margin-left: 33.33333333%;
  }
  .grid.md-5 {
    width: 41.66666667%;
  }
  .grid.md-push-5 {
    margin-left: 41.66666667%;
  }
  .grid.md-6 {
    width: 50%;
  }
  .grid.md-push-6 {
    margin-left: 50%;
  }
  .grid.md-7 {
    width: 58.33333333%;
  }
  .grid.md-push-7 {
    margin-left: 58.33333333%;
  }
  .grid.md-8 {
    width: 66.66666667%;
  }
  .grid.md-push-8 {
    margin-left: 66.66666667%;
  }
  .grid.md-9 {
    width: 75%;
  }
  .grid.md-push-9 {
    margin-left: 75%;
  }
  .grid.md-10 {
    width: 83.33333333%;
  }
  .grid.md-push-10 {
    margin-left: 83.33333333%;
  }
  .grid.md-11 {
    width: 91.66666667%;
  }
  .grid.md-push-11 {
    margin-left: 91.66666667%;
  }
  .grid.md-12 {
    width: 100%;
  }
  .grid.md-push-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .grid.lg-1 {
    width: 8.33333333%;
  }
  .grid.lg-push-1 {
    margin-left: 8.33333333%;
  }
  .grid.lg-2 {
    width: 16.66666667%;
  }
  .grid.lg-push-2 {
    margin-left: 16.66666667%;
  }
  .grid.lg-3 {
    width: 25%;
  }
  .grid.lg-push-3 {
    margin-left: 25%;
  }
  .grid.lg-4 {
    width: 33.33333333%;
  }
  .grid.lg-push-4 {
    margin-left: 33.33333333%;
  }
  .grid.lg-5 {
    width: 41.66666667%;
  }
  .grid.lg-push-5 {
    margin-left: 41.66666667%;
  }
  .grid.lg-6 {
    width: 50%;
  }
  .grid.lg-push-6 {
    margin-left: 50%;
  }
  .grid.lg-7 {
    width: 58.33333333%;
  }
  .grid.lg-push-7 {
    margin-left: 58.33333333%;
  }
  .grid.lg-8 {
    width: 66.66666667%;
  }
  .grid.lg-push-8 {
    margin-left: 66.66666667%;
  }
  .grid.lg-9 {
    width: 75%;
  }
  .grid.lg-push-9 {
    margin-left: 75%;
  }
  .grid.lg-10 {
    width: 83.33333333%;
  }
  .grid.lg-push-10 {
    margin-left: 83.33333333%;
  }
  .grid.lg-11 {
    width: 91.66666667%;
  }
  .grid.lg-push-11 {
    margin-left: 91.66666667%;
  }
  .grid.lg-12 {
    width: 100%;
  }
  .grid.lg-push-12 {
    margin-left: 100%;
  }
}
.show-xs,
.show-sm,
.show-md,
.show-lg {
  display: none;
}
.hide-xs,
.hide-sm,
.hide-md,
.hide-lg {
  display: block;
}
@media (max-width: 767px) {
  .show-xs {
    display: block;
  }
  .hide-xs {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .show-sm {
    display: block;
  }
  .hide-sm {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .show-md {
    display: block;
  }
  .hide-md {
    display: none;
  }
}
@media (min-width: 1200px) {
  .show-lg {
    display: block;
  }
  .hide-lg {
    display: none;
  }
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
@media (max-width:767px) {
    .pull-xs-left {
        float: right;
    }
    .pull-xs-right {
        float: right;
    }
    .text-xs-left {
        text-align: left;
    }
    .text-xs-center {
        text-align: center;
    }
    .text-xs-right {
        text-align: right;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .pull-sm-left {
        float: right;
    }
    .pull-sm-right {
        float: right;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-right {
        text-align: right;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .pull-md-left {
        float: right;
    }
    .pull-md-right {
        float: right;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-right {
        text-align: right;
    }
}
@media (min-width:1200px) {
    .pull-lg-left {
        float: right;
    }
    .pull-lg-right {
        float: right;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-right {
        text-align: right;
    }
}
.text-justify {
  text-align: justify;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}