@charset "UTF-8";
    *, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #eee;
}
input, select, textarea {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 1px solid #d3d3d3;
    display: inline-block;
    max-width: 100%}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}
input:focus::-moz-placeholder, select:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0;
}
input:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #ccc;
    opacity: 0;
}
input:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0;
}
input::-ms-expand, select::-ms-expand, textarea::-ms-expand {
    border: 0;
    background-color: transparent;
}
fieldset[disabled] input, fieldset[disabled] select, fieldset[disabled] textarea, input[disabled], input[readonly], select[disabled], select[readonly], textarea[disabled], textarea[readonly] {
    opacity: 1;
}
fieldset[disabled] input, fieldset[disabled] select, fieldset[disabled] textarea, input[disabled], select[disabled], textarea[disabled] {
    cursor: not-allowed;
}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type=file] {
    display: block;
}
input[type=range] {
    display: block;
    width: 100%}
select[multiple], select[size] {
    height: auto;
}
button, input[type=button], input[type=submit] {
    border: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%}
.clearfix {
    width: 100%}
.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.container:after {
    display: block;
    content: '';
    clear: both;
    display: table;
    height: 0;
    font-size: 0;
    vertical-align: top;
    width: 100%}
.container, .flex-base, .float-base, .inline-base {
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (min-width:1025px) {
    .hide-xl {
    display: none;
}
.show-xl {
    display: block;
}
.show-inline-xl {
    display: inline;
}
.show-inline-block-xl {
    display: inline-block;
}
.invisible-xl {
    visibility: hidden;
}
.visible-xl {
    visibility: visible;
}
.hidden-xl {
    display: none!important;
}
.shown-xl {
    display: block!important;
}
.shown-inline-xl {
    display: inline!important;
}
.shown-inline-block-xl {
    display: inline-block!important;
}
}@media screen and (min-width:769px) and (max-width:1024px) {
    .hide-lg {
    display: none;
}
.show-lg {
    display: block;
}
.show-inline-lg {
    display: inline;
}
.show-inline-block-lg {
    display: inline-block;
}
.invisible-lg {
    visibility: hidden;
}
.visible-lg {
    visibility: visible;
}
.hidden-lg {
    display: none!important;
}
.shown-lg {
    display: block!important;
}
.shown-inline-lg {
    display: inline!important;
}
.shown-inline-block-lg {
    display: inline-block!important;
}
}@media screen and (min-width:641px) and (max-width:768px) {
    .hide-md {
    display: none;
}
.show-md {
    display: block;
}
.show-inline-md {
    display: inline;
}
.show-inline-block-md {
    display: inline-block;
}
.invisible-md {
    visibility: hidden;
}
.visible-md {
    visibility: visible;
}
.hidden-md {
    display: none!important;
}
.shown-md {
    display: block!important;
}
.shown-inline-md {
    display: inline!important;
}
.shown-inline-block-md {
    display: inline-block!important;
}
}@media screen and (min-width:481px) and (max-width:640px) {
    .hide-sm {
    display: none;
}
.show-sm {
    display: block;
}
.show-inline-sm {
    display: inline;
}
.show-inline-block-sm {
    display: inline-block;
}
.invisible-sm {
    visibility: hidden;
}
.visible-sm {
    visibility: visible;
}
.hidden-sm {
    display: none!important;
}
.shown-sm {
    display: block!important;
}
.shown-inline-sm {
    display: inline!important;
}
.shown-inline-block-sm {
    display: inline-block!important;
}
}@media screen and (min-width:381px) and (max-width:480px) {
    .hide-xs {
    display: none;
}
.show-xs {
    display: block;
}
.show-inline-xs {
    display: inline;
}
.show-inline-block-xs {
    display: inline-block;
}
.invisible-xs {
    visibility: hidden;
}
.visible-xs {
    visibility: visible;
}
.hidden-xs {
    display: none!important;
}
.shown-xs {
    display: block!important;
}
.shown-inline-xs {
    display: inline!important;
}
.shown-inline-block-xs {
    display: inline-block!important;
}
}@media screen and (max-width:380px) {
    .hide-mc {
    display: none;
}
.show-mc {
    display: block;
}
.show-inline-mc {
    display: inline;
}
.show-inline-block-mc {
    display: inline-block;
}
.invisible-mc {
    visibility: hidden;
}
.visible-mc {
    visibility: visible;
}
.hidden-mc {
    display: none!important;
}
.shown-mc {
    display: block!important;
}
.shown-inline-mc {
    display: inline!important;
}
.shown-inline-block-mc {
    display: inline-block!important;
}
}.push-xl-0 {
    margin-left: 0%}
.push-xl-1 {
    margin-left: 8.33333%}
.push-xl-2 {
    margin-left: 16.66667%}
.push-xl-3 {
    margin-left: 25%}
.push-xl-4 {
    margin-left: 33.33333%}
.push-xl-5 {
    margin-left: 41.66667%}
.push-xl-6 {
    margin-left: 50%}
.push-xl-7 {
    margin-left: 58.33333%}
.push-xl-8 {
    margin-left: 66.66667%}
.push-xl-9 {
    margin-left: 75%}
.push-xl-10 {
    margin-left: 83.33333%}
.push-xl-11 {
    margin-left: 91.66667%}
.push-xl-12 {
    margin-left: 100%}
.pull-xl-0 {
    margin-left: 0%}
.pull-xl-1 {
    margin-left: -8.33333%}
.pull-xl-2 {
    margin-left: -16.66667%}
.pull-xl-3 {
    margin-left: -25%}
.pull-xl-4 {
    margin-left: -33.33333%}
.pull-xl-5 {
    margin-left: -41.66667%}
.pull-xl-6 {
    margin-left: -50%}
.pull-xl-7 {
    margin-left: -58.33333%}
.pull-xl-8 {
    margin-left: -66.66667%}
.pull-xl-9 {
    margin-left: -75%}
.pull-xl-10 {
    margin-left: -83.33333%}
.pull-xl-11 {
    margin-left: -91.66667%}
.pull-xl-12 {
    margin-left: -100%}
.post-xl-0 {
    margin-right: 0%}
.post-xl-1 {
    margin-right: 8.33333%}
.post-xl-2 {
    margin-right: 16.66667%}
.post-xl-3 {
    margin-right: 25%}
.post-xl-4 {
    margin-right: 33.33333%}
.post-xl-5 {
    margin-right: 41.66667%}
.post-xl-6 {
    margin-right: 50%}
.post-xl-7 {
    margin-right: 58.33333%}
.post-xl-8 {
    margin-right: 66.66667%}
.post-xl-9 {
    margin-right: 75%}
.post-xl-10 {
    margin-right: 83.33333%}
.post-xl-11 {
    margin-right: 91.66667%}
.post-xl-12 {
    margin-right: 100%}
@media screen and (max-width:1024px) {
    .push-lg-0 {
    margin-left: 0%}
.push-lg-1 {
    margin-left: 8.33333%}
.push-lg-2 {
    margin-left: 16.66667%}
.push-lg-3 {
    margin-left: 25%}
.push-lg-4 {
    margin-left: 33.33333%}
.push-lg-5 {
    margin-left: 41.66667%}
.push-lg-6 {
    margin-left: 50%}
.push-lg-7 {
    margin-left: 58.33333%}
.push-lg-8 {
    margin-left: 66.66667%}
.push-lg-9 {
    margin-left: 75%}
.push-lg-10 {
    margin-left: 83.33333%}
.push-lg-11 {
    margin-left: 91.66667%}
.push-lg-12 {
    margin-left: 100%}
.pull-lg-0 {
    margin-left: 0%}
.pull-lg-1 {
    margin-left: -8.33333%}
.pull-lg-2 {
    margin-left: -16.66667%}
.pull-lg-3 {
    margin-left: -25%}
.pull-lg-4 {
    margin-left: -33.33333%}
.pull-lg-5 {
    margin-left: -41.66667%}
.pull-lg-6 {
    margin-left: -50%}
.pull-lg-7 {
    margin-left: -58.33333%}
.pull-lg-8 {
    margin-left: -66.66667%}
.pull-lg-9 {
    margin-left: -75%}
.pull-lg-10 {
    margin-left: -83.33333%}
.pull-lg-11 {
    margin-left: -91.66667%}
.pull-lg-12 {
    margin-left: -100%}
.post-lg-0 {
    margin-right: 0%}
.post-lg-1 {
    margin-right: 8.33333%}
.post-lg-2 {
    margin-right: 16.66667%}
.post-lg-3 {
    margin-right: 25%}
.post-lg-4 {
    margin-right: 33.33333%}
.post-lg-5 {
    margin-right: 41.66667%}
.post-lg-6 {
    margin-right: 50%}
.post-lg-7 {
    margin-right: 58.33333%}
.post-lg-8 {
    margin-right: 66.66667%}
.post-lg-9 {
    margin-right: 75%}
.post-lg-10 {
    margin-right: 83.33333%}
.post-lg-11 {
    margin-right: 91.66667%}
.post-lg-12 {
    margin-right: 100%}
}@media screen and (max-width:768px) {
    .push-md-0 {
    margin-left: 0%}
.push-md-1 {
    margin-left: 8.33333%}
.push-md-2 {
    margin-left: 16.66667%}
.push-md-3 {
    margin-left: 25%}
.push-md-4 {
    margin-left: 33.33333%}
.push-md-5 {
    margin-left: 41.66667%}
.push-md-6 {
    margin-left: 50%}
.push-md-7 {
    margin-left: 58.33333%}
.push-md-8 {
    margin-left: 66.66667%}
.push-md-9 {
    margin-left: 75%}
.push-md-10 {
    margin-left: 83.33333%}
.push-md-11 {
    margin-left: 91.66667%}
.push-md-12 {
    margin-left: 100%}
.pull-md-0 {
    margin-left: 0%}
.pull-md-1 {
    margin-left: -8.33333%}
.pull-md-2 {
    margin-left: -16.66667%}
.pull-md-3 {
    margin-left: -25%}
.pull-md-4 {
    margin-left: -33.33333%}
.pull-md-5 {
    margin-left: -41.66667%}
.pull-md-6 {
    margin-left: -50%}
.pull-md-7 {
    margin-left: -58.33333%}
.pull-md-8 {
    margin-left: -66.66667%}
.pull-md-9 {
    margin-left: -75%}
.pull-md-10 {
    margin-left: -83.33333%}
.pull-md-11 {
    margin-left: -91.66667%}
.pull-md-12 {
    margin-left: -100%}
.post-md-0 {
    margin-right: 0%}
.post-md-1 {
    margin-right: 8.33333%}
.post-md-2 {
    margin-right: 16.66667%}
.post-md-3 {
    margin-right: 25%}
.post-md-4 {
    margin-right: 33.33333%}
.post-md-5 {
    margin-right: 41.66667%}
.post-md-6 {
    margin-right: 50%}
.post-md-7 {
    margin-right: 58.33333%}
.post-md-8 {
    margin-right: 66.66667%}
.post-md-9 {
    margin-right: 75%}
.post-md-10 {
    margin-right: 83.33333%}
.post-md-11 {
    margin-right: 91.66667%}
.post-md-12 {
    margin-right: 100%}
}@media screen and (max-width:640px) {
    .push-sm-0 {
    margin-left: 0%}
.push-sm-1 {
    margin-left: 8.33333%}
.push-sm-2 {
    margin-left: 16.66667%}
.push-sm-3 {
    margin-left: 25%}
.push-sm-4 {
    margin-left: 33.33333%}
.push-sm-5 {
    margin-left: 41.66667%}
.push-sm-6 {
    margin-left: 50%}
.push-sm-7 {
    margin-left: 58.33333%}
.push-sm-8 {
    margin-left: 66.66667%}
.push-sm-9 {
    margin-left: 75%}
.push-sm-10 {
    margin-left: 83.33333%}
.push-sm-11 {
    margin-left: 91.66667%}
.push-sm-12 {
    margin-left: 100%}
.pull-sm-0 {
    margin-left: 0%}
.pull-sm-1 {
    margin-left: -8.33333%}
.pull-sm-2 {
    margin-left: -16.66667%}
.pull-sm-3 {
    margin-left: -25%}
.pull-sm-4 {
    margin-left: -33.33333%}
.pull-sm-5 {
    margin-left: -41.66667%}
.pull-sm-6 {
    margin-left: -50%}
.pull-sm-7 {
    margin-left: -58.33333%}
.pull-sm-8 {
    margin-left: -66.66667%}
.pull-sm-9 {
    margin-left: -75%}
.pull-sm-10 {
    margin-left: -83.33333%}
.pull-sm-11 {
    margin-left: -91.66667%}
.pull-sm-12 {
    margin-left: -100%}
.post-sm-0 {
    margin-right: 0%}
.post-sm-1 {
    margin-right: 8.33333%}
.post-sm-2 {
    margin-right: 16.66667%}
.post-sm-3 {
    margin-right: 25%}
.post-sm-4 {
    margin-right: 33.33333%}
.post-sm-5 {
    margin-right: 41.66667%}
.post-sm-6 {
    margin-right: 50%}
.post-sm-7 {
    margin-right: 58.33333%}
.post-sm-8 {
    margin-right: 66.66667%}
.post-sm-9 {
    margin-right: 75%}
.post-sm-10 {
    margin-right: 83.33333%}
.post-sm-11 {
    margin-right: 91.66667%}
.post-sm-12 {
    margin-right: 100%}
}@media screen and (max-width:480px) {
    .push-xs-0 {
    margin-left: 0%}
.push-xs-1 {
    margin-left: 8.33333%}
.push-xs-2 {
    margin-left: 16.66667%}
.push-xs-3 {
    margin-left: 25%}
.push-xs-4 {
    margin-left: 33.33333%}
.push-xs-5 {
    margin-left: 41.66667%}
.push-xs-6 {
    margin-left: 50%}
.push-xs-7 {
    margin-left: 58.33333%}
.push-xs-8 {
    margin-left: 66.66667%}
.push-xs-9 {
    margin-left: 75%}
.push-xs-10 {
    margin-left: 83.33333%}
.push-xs-11 {
    margin-left: 91.66667%}
.push-xs-12 {
    margin-left: 100%}
.pull-xs-0 {
    margin-left: 0%}
.pull-xs-1 {
    margin-left: -8.33333%}
.pull-xs-2 {
    margin-left: -16.66667%}
.pull-xs-3 {
    margin-left: -25%}
.pull-xs-4 {
    margin-left: -33.33333%}
.pull-xs-5 {
    margin-left: -41.66667%}
.pull-xs-6 {
    margin-left: -50%}
.pull-xs-7 {
    margin-left: -58.33333%}
.pull-xs-8 {
    margin-left: -66.66667%}
.pull-xs-9 {
    margin-left: -75%}
.pull-xs-10 {
    margin-left: -83.33333%}
.pull-xs-11 {
    margin-left: -91.66667%}
.pull-xs-12 {
    margin-left: -100%}
.post-xs-0 {
    margin-right: 0%}
.post-xs-1 {
    margin-right: 8.33333%}
.post-xs-2 {
    margin-right: 16.66667%}
.post-xs-3 {
    margin-right: 25%}
.post-xs-4 {
    margin-right: 33.33333%}
.post-xs-5 {
    margin-right: 41.66667%}
.post-xs-6 {
    margin-right: 50%}
.post-xs-7 {
    margin-right: 58.33333%}
.post-xs-8 {
    margin-right: 66.66667%}
.post-xs-9 {
    margin-right: 75%}
.post-xs-10 {
    margin-right: 83.33333%}
.post-xs-11 {
    margin-right: 91.66667%}
.post-xs-12 {
    margin-right: 100%}
}@media screen and (max-width:380px) {
    .push-mc-0 {
    margin-left: 0%}
.push-mc-1 {
    margin-left: 8.33333%}
.push-mc-2 {
    margin-left: 16.66667%}
.push-mc-3 {
    margin-left: 25%}
.push-mc-4 {
    margin-left: 33.33333%}
.push-mc-5 {
    margin-left: 41.66667%}
.push-mc-6 {
    margin-left: 50%}
.push-mc-7 {
    margin-left: 58.33333%}
.push-mc-8 {
    margin-left: 66.66667%}
.push-mc-9 {
    margin-left: 75%}
.push-mc-10 {
    margin-left: 83.33333%}
.push-mc-11 {
    margin-left: 91.66667%}
.push-mc-12 {
    margin-left: 100%}
.pull-mc-0 {
    margin-left: 0%}
.pull-mc-1 {
    margin-left: -8.33333%}
.pull-mc-2 {
    margin-left: -16.66667%}
.pull-mc-3 {
    margin-left: -25%}
.pull-mc-4 {
    margin-left: -33.33333%}
.pull-mc-5 {
    margin-left: -41.66667%}
.pull-mc-6 {
    margin-left: -50%}
.pull-mc-7 {
    margin-left: -58.33333%}
.pull-mc-8 {
    margin-left: -66.66667%}
.pull-mc-9 {
    margin-left: -75%}
.pull-mc-10 {
    margin-left: -83.33333%}
.pull-mc-11 {
    margin-left: -91.66667%}
.pull-mc-12 {
    margin-left: -100%}
.post-mc-0 {
    margin-right: 0%}
.post-mc-1 {
    margin-right: 8.33333%}
.post-mc-2 {
    margin-right: 16.66667%}
.post-mc-3 {
    margin-right: 25%}
.post-mc-4 {
    margin-right: 33.33333%}
.post-mc-5 {
    margin-right: 41.66667%}
.post-mc-6 {
    margin-right: 50%}
.post-mc-7 {
    margin-right: 58.33333%}
.post-mc-8 {
    margin-right: 66.66667%}
.post-mc-9 {
    margin-right: 75%}
.post-mc-10 {
    margin-right: 83.33333%}
.post-mc-11 {
    margin-right: 91.66667%}
.post-mc-12 {
    margin-right: 100%}
}.col-flex, .col-flex-reverse, .row-flex, .row-flex-reverse {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-flex, .col-flex-reverse, .row-flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.col-flex, .col-flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.col-flex-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.flex-xl-1, .flex-xl-2, .flex-xl-3, .flex-xl-4 {
    max-width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%}
.flex-xl-2, .flex-xl-3, .flex-xl-4 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%}
.flex-xl-3, .flex-xl-4 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
.flex-xl-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%}
.flex-xl-5, .flex-xl-6, .flex-xl-7, .flex-xl-8 {
    max-width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%}
.flex-xl-6, .flex-xl-7, .flex-xl-8 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
.flex-xl-7, .flex-xl-8 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%}
.flex-xl-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%}
.flex-xl-10, .flex-xl-11, .flex-xl-12, .flex-xl-9 {
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%}
.flex-xl-10, .flex-xl-11, .flex-xl-12 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%}
.flex-xl-11, .flex-xl-12 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%}
.flex-xl-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.start-xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-xl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.middle-xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.bottom-xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.around-xl {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-xl {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-xl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media screen and (max-width:1024px) {
    .flex-lg-1, .flex-lg-2, .flex-lg-3, .flex-lg-4 {
    max-width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%}
.flex-lg-2, .flex-lg-3, .flex-lg-4 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%}
.flex-lg-3, .flex-lg-4 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
.flex-lg-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%}
.flex-lg-5, .flex-lg-6, .flex-lg-7, .flex-lg-8 {
    max-width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%}
.flex-lg-6, .flex-lg-7, .flex-lg-8 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
.flex-lg-7, .flex-lg-8 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%}
.flex-lg-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%}
.flex-lg-10, .flex-lg-11, .flex-lg-12, .flex-lg-9 {
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%}
.flex-lg-10, .flex-lg-11, .flex-lg-12 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%}
.flex-lg-11, .flex-lg-12 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%}
.flex-lg-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.start-lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.middle-lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.bottom-lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.around-lg {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-lg {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}@media screen and (max-width:768px) {
    .flex-md-1, .flex-md-2, .flex-md-3, .flex-md-4 {
    max-width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%}
.flex-md-2, .flex-md-3, .flex-md-4 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%}
.flex-md-3, .flex-md-4 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
.flex-md-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%}
.flex-md-5, .flex-md-6, .flex-md-7, .flex-md-8 {
    max-width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%}
.flex-md-6, .flex-md-7, .flex-md-8 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
.flex-md-7, .flex-md-8 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%}
.flex-md-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%}
.flex-md-10, .flex-md-11, .flex-md-12, .flex-md-9 {
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%}
.flex-md-10, .flex-md-11, .flex-md-12 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%}
.flex-md-11, .flex-md-12 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%}
.flex-md-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.start-md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.middle-md {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.bottom-md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.around-md {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-md {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}@media screen and (max-width:640px) {
    .flex-sm-1, .flex-sm-2, .flex-sm-3, .flex-sm-4 {
    max-width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%}
.flex-sm-2, .flex-sm-3, .flex-sm-4 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%}
.flex-sm-3, .flex-sm-4 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
.flex-sm-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%}
.flex-sm-5, .flex-sm-6, .flex-sm-7, .flex-sm-8 {
    max-width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%}
.flex-sm-6, .flex-sm-7, .flex-sm-8 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
.flex-sm-7, .flex-sm-8 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%}
.flex-sm-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%}
.flex-sm-10, .flex-sm-11, .flex-sm-12, .flex-sm-9 {
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%}
.flex-sm-10, .flex-sm-11, .flex-sm-12 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%}
.flex-sm-11, .flex-sm-12 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%}
.flex-sm-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.start-sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.middle-sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.bottom-sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.around-sm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-sm {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}@media screen and (max-width:480px) {
    .flex-xs-1, .flex-xs-2, .flex-xs-3, .flex-xs-4 {
    max-width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%}
.flex-xs-2, .flex-xs-3, .flex-xs-4 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%}
.flex-xs-3, .flex-xs-4 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
.flex-xs-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%}
.flex-xs-5, .flex-xs-6, .flex-xs-7, .flex-xs-8 {
    max-width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%}
.flex-xs-6, .flex-xs-7, .flex-xs-8 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
.flex-xs-7, .flex-xs-8 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%}
.flex-xs-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%}
.flex-xs-10, .flex-xs-11, .flex-xs-12, .flex-xs-9 {
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%}
.flex-xs-10, .flex-xs-11, .flex-xs-12 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%}
.flex-xs-11, .flex-xs-12 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%}
.flex-xs-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.start-xs {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-xs {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.middle-xs {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.bottom-xs {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.around-xs {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-xs {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-xs {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-xs {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}@media screen and (max-width:380px) {
    .flex-mc-1, .flex-mc-2, .flex-mc-3, .flex-mc-4 {
    max-width: 8.33333%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%}
.flex-mc-2, .flex-mc-3, .flex-mc-4 {
    max-width: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%}
.flex-mc-3, .flex-mc-4 {
    max-width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%}
.flex-mc-4 {
    max-width: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%}
.flex-mc-5, .flex-mc-6, .flex-mc-7, .flex-mc-8 {
    max-width: 41.66667%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%}
.flex-mc-6, .flex-mc-7, .flex-mc-8 {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%}
.flex-mc-7, .flex-mc-8 {
    max-width: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%}
.flex-mc-8 {
    max-width: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%}
.flex-mc-10, .flex-mc-11, .flex-mc-12, .flex-mc-9 {
    max-width: 75%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%}
.flex-mc-10, .flex-mc-11, .flex-mc-12 {
    max-width: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%}
.flex-mc-11, .flex-mc-12 {
    max-width: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%}
.flex-mc-12 {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%}
.start-mc {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-mc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-mc {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-mc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}
.middle-mc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}
.bottom-mc {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}
.around-mc {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-mc {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-mc {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-mc {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
}@media print {
    *, :after, :before {
    background: 0 0!important;
    color: #000!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""}
blockquote, pre {
    border: 1px solid #999;
}
thead {
    display: table-header-group;
}
blockquote, img, pre, tr {
    page-break-inside: avoid;
}
img {
    max-width: 100%!important;
}
h2, h3, p {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}.text-error {
    color: #d9534f!important;
}
.text-success {
    color: #5cb85c!important;
}
.text-info {
    color: #5bc0de!important;
}
.text-warning {
    color: #f0ad4e!important;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.clearfix:after, .form .form-row:after {
    content: '';
    clear: both;
    display: table;
    height: 0;
    font-size: 0;
    vertical-align: top;
    width: 100%}
.pull-right {
    float: right!important;
}
.pull-left {
    float: left!important;
}
.float-none {
    float: none!important;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.show-inline {
    display: inline;
}
.list-inline .list-item, .show-inline-block {
    display: inline-block;
}
.invisible {
    visibility: hidden;
}
.visible {
    visibility: visible;
}
.hidden {
    display: none!important;
}
.shown {
    display: block!important;
}
.shown-inline {
    display: inline!important;
}
.shown-inline-block {
    display: inline-block!important;
}
.list-inline, .list-unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.img-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu>.menu-item, .menu>.menu-item .menu-link {
    display: inline-block;
    position: relative;
}
.menu-justified {
    font-size: 0;
    line-height: 0;
    text-align: justify;
    width: 100%}
.menu-justified:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%}
.menu-justified>.menu-item {
    font-size: 14px;
    line-height: 16px;
}
.menu-table {
    display: table;
    width: 100%}
.menu-table>.menu-item {
    display: table-cell;
}
.menu-list>.menu-item {
    display: inline-block;
    width: 100%}
.form .form-field {
    width: 100%}
.form .form-row {
    margin-bottom: 20px;
}
.form .form-label {
    height: 26px;
    padding: 3px 20px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.radio-field {
    display: none;
}
.checkbox-field:checked+.checkbox-label, .radio-field:checked+.radio-label {
    color: #00a3cc;
}
.radio-field:checked+.radio-label:before {
    content: '\f192'}
.radio-label {
    cursor: pointer;
    padding-left: 10px;
    position: relative;
}
.radio-label:before {
    font-family: "FontAwesome";
    content: '\f10c';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}
.table {
    background-color: transparent;
    border-collapse: collapse;
    max-width: 100%;
    margin-bottom: 40px;
    width: 100%}
.table>thead>tr>th {
    padding: 8px;
    line-height: 16px;
    border-top: 1px solid #ddd;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td {
    padding: 8px;
    line-height: 16px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.table>tbody+tbody {
    border-top: 2px solid #ddd;
}
.table table {
    background-color: #fff;
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%}
@media screen and (max-width:480px) {
    .table-responsive {
    width: 100%;
    margin-bottom: 20px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
}
.table-responsive>.table {
    margin-bottom: 0;
}
.table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
}
.table-responsive>.table-bordered {
    border: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
}
.table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
}
.table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}
}.button {
    background: 0 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
.button:active {
    outline: 0;
    background-image: none;
}
.button.disabled, .button[disabled], fieldset[disabled] .button {
    cursor: not-allowed;
}
.notice {
    padding: 15px;
    margin-bottom: 40px;
    border: 1px solid transparent;
}
.notice h2, .notice h3, .notice h4 {
    margin-top: 0;
    color: inherit;
}
.notice>p, .notice>ul {
    margin-bottom: 0;
}
.notice>p+p {
    margin-top: 5px;
}
.notice-success {
    background-color: #80c780;
    border-color: #5cb85c;
    color: #163216;
}
.notice-success hr {
    border-top-color: #4cae4c;
}
.notice-success a {
    color: #060f06;
}
.notice-info {
    background-color: #85d0e7;
    border-color: #5bc0de;
    color: #124a5b;
}
.notice-info hr {
    border-top-color: #46b8da;
}
.notice-info a {
    color: #0a2730;
}
.notice-warning {
    background-color: #f4c37d;
    border-color: #f0ad4e;
    color: #694109;
}
.notice-warning hr {
    border-top-color: #eea236;
}
.notice-warning a {
    color: #3a2405;
        display: inline-block;
    border-bottom: 1px dashed #000;
}
.notice-error {
    background-color: #e27c79;
    border-color: #d9534f;
    color: #4c1210;
}
.notice-error hr {
    border-top-color: #d43f3a;
}
.notice-error a {
    color: #220807;
}
.checkbox-field {
    cursor: pointer;
    display: none;
}
.checkbox-field:checked+.checkbox-label:before {
    content: "\f00c";
    font-family: "FontAwesome";
}
.checkbox-label {
    cursor: pointer;
    padding-left: 10px;
    position: relative;
}
.checkbox-label:before {
    font-family: "FontAwesome";
    content: '\f096';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}
.breadcrumb {
    display: block;
    list-style: none;
}
.breadcrumb .breadcrumb-item, .pagination .pagination-item {
    display: inline-block;
}
.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
}
.star-rating:after {
    content: '';
    clear: both;
    display: table;
    height: 0;
    font-size: 0;
    vertical-align: top;
    width: 100%}
.star-rating .star-radio {
    display: none;
}
.star-rating .star-radio:checked~.star-label:after, .star-rating .star-radio:hover~.star-label:after {
    content: ""}
.star-rating .star-radio:hover~.star-label:after {
    color: gold!important;
}
.star-rating .star-radio:checked~.star-label:after {
    color: #8b0000;
}
.star-rating .star-label {
    cursor: pointer;
    float: right;
}
.star-rating .star-label:after {
    color: #daa520;
    content: "";
    display: inline-block;
    font-family: "FontAwesome"}
.star-rating .star-label:hover:after {
    color: gold;
}
.star-rating .star-label.active:after, .star-rating .star-label.active~.star-label:after {
    content: ""}
.star-rating .star-item {
    color: #daa520;
    float: right;
    overflow: hidden;
}
.star-rating .star-item:after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome"}
.star-rating .star-item.active:after, .star-rating .star-item.active~.star-item:after {
    color: #8b0000;
    content: ""}
