/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * ss / supersmall max 575
 * xs / extrasmall min 576
 * sm / small min 768
 * md / medium min 992
 * lg / large min 1200
 * xl / extralarge min 1400
 * xxl / fhd / min 1600
 * qhd / min 1920
 * wqhd / min 2560
 * uhd / min 3440
 * next 3840....
 *
 * Custom by QUAK.store | ! normalize.css v3.0.0 | MIT License | git.io/normalize
 */
html {
/*    font-family: sans-serif; */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	font-size:16px;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
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 #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    filter: alpha(opacity=0);
    opacity: 0;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* font-size: 14px; */
    line-height: 1.428571429;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 575px) {
	/* ss */
    .container {
        width: 100%;
    }
}
@media (min-width: 576px) {
	/* xs */
    .container {
        width: 100%;
    }
}
@media (min-width: 768px) {
	/* sm	*/
    .container {
        width: 720px;
    }
}
@media (min-width: 992px) {
	/* md */
    .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
	/* lg */ 
    .container {
        width: 1140px;
    }
}
@media (min-width: 1400px) {
	/* xl */
    .container {
        width: 1340px;
    }
}
@media (min-width: 1600px) {
	/* xxl/fhd  */
    .container {
        width: 1520px;
    }
}
@media (min-width: 1920px) {
	/* qhd */ 
    .container {
        width: 1820px;
    }
}
@media (min-width: 2560px) {
	/* wqhd */
    .container {
        width: 2400px;
    }
}
@media (min-width: 3440px) {
	/* uhd */
    .container {
        width: 3240px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-ss-1,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xxl-1,
.col-fhd-1,
.col-qhd-1,
.col-wqhd-1,
.col-uhd-1,
.col-ss-2,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xxl-2,
.col-fhd-2,
.col-qhd-2,
.col-wqhd-2,
.col-uhd-2,
.col-ss-3,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xxl-3,
.col-fhd-3,
.col-qhd-3,
.col-wqhd-3,
.col-uhd-3,
.col-ss-4,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xxl-4,
.col-fhd-4,
.col-qhd-4,
.col-wqhd-4,
.col-uhd-4,
.col-ss-5,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xxl-5,
.col-fhd-5,
.col-qhd-5,
.col-wqhd-5,
.col-uhd-5,
.col-ss-6,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xxl-6,
.col-fhd-6,
.col-qhd-6,
.col-wqhd-6,
.col-uhd-6,
.col-ss-7,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xxl-7,
.col-fhd-7,
.col-qhd-7,
.col-wqhd-7,
.col-uhd-7,
.col-ss-8,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xxl-8,
.col-fhd-8,
.col-qhd-8,
.col-wqhd-8,
.col-uhd-8,
.col-ss-9,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xxl-9,
.col-fhd-9,
.col-qhd-9,
.col-wqhd-9,
.col-uhd-8,
.col-ss-10,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xxl-10,
.col-fhd-10,
.col-qhd-10,
.col-wqhd-10,
.col-uhd-10,
.col-ss-11,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xxl-11,
.col-fhd-11,
.col-qhd-11,
.col-wqhd-11,
.col-uhd-11,
.col-ss-12,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12,
.col-xxl-12,
.col-fhd-12,
.col-qhd-12,
.col-wqhd-12,
.col-uhd-12,
.col-ss-fifth,
.col-xs-fifth,
.col-sm-fifth,
.col-md-fifth,
.col-lg-fifth,
.col-xl-fifth,
.col-xxl-fifth,
.col-fhd-fifth,
.col-qhd-fifth,
.col-wqhd-fifth,
.col-uhd-fifth {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
    .col-ss-1,
    .col-ss-2,
    .col-ss-3,
    .col-ss-4,
    .col-ss-5,
    .col-ss-6,
    .col-ss-7,
    .col-ss-8,
    .col-ss-9,
    .col-ss-10,
    .col-ss-11,
    .col-ss-12,
    .col-ss-0-5,
    .col-ss-1-5,
    .col-ss-2-5,
    .col-ss-3-5,
    .col-ss-4-5,
    .col-ss-5-5,
    .col-ss-6-5,
    .col-ss-7-5,
    .col-ss-8-5,
    .col-ss-9-5,
    .col-ss-10-5,
    .col-ss-11-5,
	.col-ss-fifth {
        float: left;
    }
    .col-ss-12 {
        width: 100%;
    }
    .col-ss-11-5 {
        width: 95.83333333333333%;
    }
    .col-ss-11 {
        width: 91.66666666666666%;
    }
    .col-ss-10-5 {
        width: 87.5%;
    }
    .col-ss-10 {
        width: 83.33333333333334%;
    }
    .col-ss-9-5 {
        width: 79.16666666666666%;
    }
    .col-ss-9 {
        width: 75%;
    }
    .col-ss-8-5 {
        width: 70.83333333333333%;
    }
    .col-ss-8 {
        width: 66.66666666666666%;
    }
    .col-ss-7-5 {
        width: 62.5%;
    }
    .col-ss-7 {
        width: 58.333333333333336%;
    }
    .col-ss-6-5 {
        width: 54.16666666666666%;
    }
    .col-ss-6 {
        width: 50%;
    }
    .col-ss-5-5 {
        width: 45.83333333333333%;
    }
    .col-ss-5 {
        width: 41.66666666666667%;
    }
    .col-ss-4-5 {
        width: 37.5%;
    }
    .col-ss-4 {
        width: 33.33333333333333%;
    }
    .col-ss-3-5 {
        width: 29.166666666666667%;
    }
    .col-ss-3 {
        width: 25%;
    }
    .col-ss-2-5 {
        width: 20.833333333333333%;
    }
    .col-ss-fifth {
        width: 20%;
    }
    .col-ss-2 {
        width: 16.666666666666664%;
    }
    .col-ss-1-5 {
        width: 12.5%;
    }
    .col-ss-1 {
        width: 8.333333333333332%;
    }
    .col-ss-0-5 {
        width: 4.1666666666666667%;
    }
    .col-ss-pull-12 {
        right: 100%;
    }
    .col-ss-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-ss-pull-11 {
        right: 91.66666666666666%;
    }
    .col-ss-pull-10-5 {
        right: 87.5%;
    }
    .col-ss-pull-10 {
        right: 83.33333333333334%;
    }
    .col-ss-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-ss-pull-9 {
        right: 75%;
    }
    .col-ss-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-ss-pull-8 {
        right: 66.66666666666666%;
    }
    .col-ss-pull-7-5 {
        right: 62.5%;
    }
    .col-ss-pull-7 {
        right: 58.333333333333336%;
    }
    .col-ss-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-ss-pull-6 {
        right: 50%;
    }
    .col-ss-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-ss-pull-5 {
        right: 41.66666666666667%;
    }
    .col-ss-pull-4-5 {
        right: 37.5%;
    }
    .col-ss-pull-4 {
        right: 33.33333333333333%;
    }
    .col-ss-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-ss-pull-3 {
        right: 25%;
    }
    .col-ss-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-ss-pull-fifth {
        right: 20%;
    }
    .col-ss-pull-2 {
        right: 16.666666666666664%;
    }
    .col-ss-pull-1-5 {
        right: 12.5%;
    }
    .col-ss-pull-1 {
        right: 8.333333333333332%;
    }
    .col-ss-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-ss-pull-0 {
        right: 0;
    }
    .col-ss-push-12 {
        left: 100%;
    }
    .col-ss-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-ss-push-11 {
        left: 91.66666666666666%;
    }
    .col-ss-push-10-5 {
        left: 87.5%;
    }
    .col-ss-push-10 {
        left: 83.33333333333334%;
    }
    .col-ss-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-ss-push-9 {
        left: 75%;
    }
    .col-ss-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-ss-push-8 {
        left: 66.66666666666666%;
    }
    .col-ss-push-7-5 {
        left: 62.5%;
    }
    .col-ss-push-7 {
        left: 58.333333333333336%;
    }
    .col-ss-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-ss-push-6 {
        left: 50%;
    }
    .col-ss-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-ss-push-5 {
        left: 41.66666666666667%;
    }
    .col-ss-push-4-5 {
        left: 37.5%;
    }
    .col-ss-push-4 {
        left: 33.33333333333333%;
    }
    .col-ss-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-ss-push-3 {
        left: 25%;
    }
    .col-ss-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-ss-push-fifth {
        left: 20%;
    }
    .col-ss-push-2 {
        left: 16.666666666666664%;
    }
    .col-ss-push-1-5 {
        left: 12.5%;
    }
    .col-ss-push-1 {
        left: 8.333333333333332%;
    }
    .col-ss-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-ss-push-0 {
        left: 0;
    }
    .col-ss-offset-12 {
        margin-left: 100%;
    }
    .col-ss-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-ss-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-ss-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-ss-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-ss-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-ss-offset-9 {
        margin-left: 75%;
    }
    .col-ss-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-ss-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-ss-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-ss-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-ss-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-ss-offset-6 {
        margin-left: 50%;
    }
    .col-ss-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-ss-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-ss-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-ss-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-ss-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-ss-offset-3 {
        margin-left: 25%;
    }
    .col-ss-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-ss-offset-fifth {
        margin-left: 20%;
    }
    .col-ss-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-ss-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-ss-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-ss-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-ss-offset-0 {
        margin-left: 0;
    }

@media (min-width: 576px) {
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-0-5,
    .col-xs-1-5,
    .col-xs-2-5,
    .col-xs-3-5,
    .col-xs-4-5,
    .col-xs-5-5,
    .col-xs-6-5,
    .col-xs-7-5,
    .col-xs-8-5,
    .col-xs-9-5,
    .col-xs-10-5,
    .col-xs-11-5,
	.col-xs-fifth {
        float: left;
    }
    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11-5 {
        width: 95.83333333333333%;
    }
    .col-xs-11 {
        width: 91.66666666666666%;
    }
    .col-xs-10-5 {
        width: 87.5%;
    }
    .col-xs-10 {
        width: 83.33333333333334%;
    }
    .col-xs-9-5 {
        width: 79.16666666666666%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8-5 {
        width: 70.83333333333333%;
    }
    .col-xs-8 {
        width: 66.66666666666666%;
    }
    .col-xs-7-5 {
        width: 62.5%;
    }
    .col-xs-7 {
        width: 58.333333333333336%;
    }
    .col-xs-6-5 {
        width: 54.16666666666666%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5-5 {
        width: 45.83333333333333%;
    }
    .col-xs-5 {
        width: 41.66666666666667%;
    }
    .col-xs-4-5 {
        width: 37.5%;
    }
    .col-xs-4 {
        width: 33.33333333333333%;
    }
    .col-xs-3-5 {
        width: 29.166666666666667%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2-5 {
        width: 20.833333333333333%;
    }
    .col-xs-2 {
        width: 16.666666666666664%;
    }
    .col-xs-fifth {
        width: 20%;
    }
    .col-xs-1-5 {
        width: 12.5%;
    }
    .col-xs-1 {
        width: 8.333333333333332%;
    }
    .col-xs-0-5 {
        width: 4.1666666666666667%;
    }
    .col-xs-pull-12 {
        right: 100%;
    }
    .col-xs-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-xs-pull-11 {
        right: 91.66666666666666%;
    }
    .col-xs-pull-10-5 {
        right: 87.5%;
    }
    .col-xs-pull-10 {
        right: 83.33333333333334%;
    }
    .col-xs-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-xs-pull-9 {
        right: 75%;
    }
    .col-xs-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-xs-pull-8 {
        right: 66.66666666666666%;
    }
    .col-xs-pull-7-5 {
        right: 62.5%;
    }
    .col-xs-pull-7 {
        right: 58.333333333333336%;
    }
    .col-xs-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-xs-pull-6 {
        right: 50%;
    }
    .col-xs-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-xs-pull-5 {
        right: 41.66666666666667%;
    }
    .col-xs-pull-4-5 {
        right: 37.5%;
    }
    .col-xs-pull-4 {
        right: 33.33333333333333%;
    }
    .col-xs-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-xs-pull-3 {
        right: 25%;
    }
    .col-xs-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-xs-pull-2 {
        right: 16.666666666666664%;
    }
    .col-xs-pull-fifth {
        right: 20%;
    }
    .col-xs-pull-1-5 {
        right: 12.5%;
    }
    .col-xs-pull-1 {
        right: 8.333333333333332%;
    }
    .col-xs-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-xs-pull-0 {
        right: 0;
    }
    .col-xs-push-12 {
        left: 100%;
    }
    .col-xs-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-xs-push-11 {
        left: 91.66666666666666%;
    }
    .col-xs-push-10-5 {
        left: 87.5%;
    }
    .col-xs-push-10 {
        left: 83.33333333333334%;
    }
    .col-xs-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-xs-push-9 {
        left: 75%;
    }
    .col-xs-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-xs-push-8 {
        left: 66.66666666666666%;
    }
    .col-xs-push-7-5 {
        left: 62.5%;
    }
    .col-xs-push-7 {
        left: 58.333333333333336%;
    }
    .col-xs-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-xs-push-6 {
        left: 50%;
    }
    .col-xs-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-xs-push-5 {
        left: 41.66666666666667%;
    }
    .col-xs-push-4-5 {
        left: 37.5%;
    }
    .col-xs-push-4 {
        left: 33.33333333333333%;
    }
    .col-xs-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-xs-push-3 {
        left: 25%;
    }
    .col-xs-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-xs-push-fifth {
        left: 20%;
    }
    .col-xs-push-2 {
        left: 16.666666666666664%;
    }
    .col-xs-push-1-5 {
        left: 12.5%;
    }
    .col-xs-push-1 {
        left: 8.333333333333332%;
    }
    .col-xs-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-xs-push-0 {
        left: 0;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }
    .col-xs-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-xs-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-xs-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-xs-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-xs-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-xs-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-xs-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-xs-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-xs-offset-fifth {
        margin-left: 20%;
    }
    .col-xs-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-xs-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-xs-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-xs-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-xs-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-0-5,
    .col-sm-1-5,
    .col-sm-2-5,
    .col-sm-3-5,
    .col-sm-4-5,
    .col-sm-5-5,
    .col-sm-6-5,
    .col-sm-7-5,
    .col-sm-8-5,
    .col-sm-9-5,
    .col-sm-10-5,
    .col-sm-11-5,
	.col-sm-fifth {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11-5 {
        width: 95.83333333333333%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-10-5 {
        width: 87.5%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-9-5 {
        width: 79.16666666666666%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8-5 {
        width: 70.83333333333333%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-7-5 {
        width: 62.5%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-6-5 {
        width: 54.16666666666666%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5-5 {
        width: 45.83333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-4-5 {
        width: 37.5%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3-5 {
        width: 29.166666666666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2-5 {
        width: 20.833333333333333%;
    }
    .col-sm-fifth {
        width: 20%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-1-5 {
        width: 12.5%;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-0-5 {
        width: 4.1666666666666667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-pull-10-5 {
        right: 87.5%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-7-5 {
        right: 62.5%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-4-5 {
        right: 37.5%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-sm-pull-fifth {
        right: 20%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-1-5 {
        right: 12.5%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-sm-pull-0 {
        right: 0;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-push-10-5 {
        left: 87.5%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-7-5 {
        left: 62.5%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-4-5 {
        left: 37.5%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-sm-push-fifth {
        left: 20%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-1-5 {
        left: 12.5%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-sm-push-0 {
        left: 0;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-sm-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-sm-offset-fifth {
        margin-left: 20%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-0-5,
    .col-md-1-5,
    .col-md-2-5,
    .col-md-3-5,
    .col-md-4-5,
    .col-md-5-5,
    .col-md-6-5,
    .col-md-7-5,
    .col-md-8-5,
    .col-md-9-5,
    .col-md-10-5,
    .col-md-11-5,
	.col-md-fifth {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11-5 {
        width: 95.83333333333333%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-10-5 {
        width: 87.5%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-9-5 {
        width: 79.16666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8-5 {
        width: 70.83333333333333%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-7-5 {
        width: 62.5%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6-5 {
        width: 54.16666666666666%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5-5 {
        width: 45.83333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-4-5 {
        width: 37.5%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-3-5 {
        width: 29.166666666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2-5 {
        width: 20.833333333333333%;
    }
    .col-md-fifth {
        width: 20%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-1-5 {
        width: 12.5%;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-0-5 {
        width: 4.1666666666666667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-pull-10-5 {
        right: 87.5%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-7-5 {
        right: 62.5%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-4-5 {
        right: 37.5%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-md-pull-fifth {
        right: 20%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-1-5 {
        right: 12.5%;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-md-pull-0 {
        right: 0;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-push-10-5 {
        left: 87.5%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-7-5 {
        left: 62.5%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-4-5 {
        left: 37.5%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-md-push-fifth {
        left: 20%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-1-5 {
        left: 12.5%;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-md-push-0 {
        left: 0;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-md-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-md-offset-fifth {
        margin-left: 20%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-0-5,
    .col-lg-1-5,
    .col-lg-2-5,
    .col-lg-3-5,
    .col-lg-4-5,
    .col-lg-5-5,
    .col-lg-6-5,
    .col-lg-7-5,
    .col-lg-8-5,
    .col-lg-9-5,
    .col-lg-10-5,
    .col-lg-11-5,
	.col-lg-fifth {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11-5 {
        width: 95.83333333333333%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-10-5 {
        width: 87.5%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-9-5 {
        width: 79.16666666666666%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8-5 {
        width: 70.83333333333333%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7-5 {
        width: 62.5%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-6-5 {
        width: 54.16666666666666%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5-5 {
        width: 45.83333333333333%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-4-5 {
        width: 37.5%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-3-5 {
        width: 29.166666666666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2-5 {
        width: 20.833333333333333%;
    }
    .col-lg-fifth {
        width: 20%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-1-5 {
        width: 12.5%;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-0-5 {
        width: 4.1666666666666667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-pull-10-5 {
        right: 87.5%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-7-5 {
        right: 62.5%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-4-5 {
        right: 37.5%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-lg-pull-fifth {
        right: 20%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-1-5 {
        right: 12.5%;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-lg-pull-0 {
        right: 0;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-push-10-5 {
        left: 87.5%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-7-5 {
        left: 62.5%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-4-5 {
        left: 37.5%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-lg-push-fifth {
        left: 20%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-1-5 {
        left: 12.5%;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-lg-push-0 {
        left: 0;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-lg-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-lg-offset-fifth {
        margin-left: 20%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1400px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-0-5,
    .col-xl-1-5,
    .col-xl-2-5,
    .col-xl-3-5,
    .col-xl-4-5,
    .col-xl-5-5,
    .col-xl-6-5,
    .col-xl-7-5,
    .col-xl-8-5,
    .col-xl-9-5,
    .col-xl-10-5,
    .col-xl-11-5,
	.col-xl-fifth {
        float: left;
    }
    .col-xl-12 {
        width: 100%;
    }
    .col-xl-11-5 {
        width: 95.83333333333333%;
    }
    .col-xl-11 {
        width: 91.66666666666666%;
    }
    .col-xl-10-5 {
        width: 87.5%;
    }
    .col-xl-10 {
        width: 83.33333333333334%;
    }
    .col-xl-9-5 {
        width: 79.16666666666666%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-8-5 {
        width: 70.83333333333333%;
    }
    .col-xl-8 {
        width: 66.66666666666666%;
    }
    .col-xl-7-5 {
        width: 62.5%;
    }
    .col-xl-7 {
        width: 58.333333333333336%;
    }
    .col-xl-6-5 {
        width: 54.16666666666666%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-5-5 {
        width: 45.83333333333333%;
    }
    .col-xl-5 {
        width: 41.66666666666667%;
    }
    .col-xl-4-5 {
        width: 37.5%;
    }
    .col-xl-4 {
        width: 33.33333333333333%;
    }
    .col-xl-3-5 {
        width: 29.166666666666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-2-5 {
        width: 20.833333333333333%;
    }
    .col-xl-fifth {
        width: 20%;
    }
    .col-xl-2 {
        width: 16.666666666666664%;
    }
    .col-xl-1-5 {
        width: 12.5%;
    }
    .col-xl-1 {
        width: 8.333333333333332%;
    }
    .col-xl-0-5 {
        width: 4.1666666666666667%;
    }
    .col-xl-pull-12 {
        right: 100%;
    }
    .col-xl-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-xl-pull-11 {
        right: 91.66666666666666%;
    }
    .col-xl-pull-10-5 {
        right: 87.5%;
    }
    .col-xl-pull-10 {
        right: 83.33333333333334%;
    }
    .col-xl-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-xl-pull-9 {
        right: 75%;
    }
    .col-xl-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-xl-pull-8 {
        right: 66.66666666666666%;
    }
    .col-xl-pull-7-5 {
        right: 62.5%;
    }
    .col-xl-pull-7 {
        right: 58.333333333333336%;
    }
    .col-xl-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-xl-pull-6 {
        right: 50%;
    }
    .col-xl-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-xl-pull-5 {
        right: 41.66666666666667%;
    }
    .col-xl-pull-4-5 {
        right: 37.5%;
    }
    .col-xl-pull-4 {
        right: 33.33333333333333%;
    }
    .col-xl-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-xl-pull-3 {
        right: 25%;
    }
    .col-xl-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-xl-pull-fifth {
        right: 20%;
    }
    .col-xl-pull-2 {
        right: 16.666666666666664%;
    }
    .col-xl-pull-1-5 {
        right: 12.5%;
    }
    .col-xl-pull-1 {
        right: 8.333333333333332%;
    }
    .col-xl-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-xl-pull-0 {
        right: 0;
    }
    .col-xl-push-12 {
        left: 100%;
    }
    .col-xl-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-xl-push-11 {
        left: 91.66666666666666%;
    }
    .col-xl-push-10-5 {
        left: 87.5%;
    }
    .col-xl-push-10 {
        left: 83.33333333333334%;
    }
    .col-xl-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-xl-push-9 {
        left: 75%;
    }
    .col-xl-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-xl-push-8 {
        left: 66.66666666666666%;
    }
    .col-xl-push-7-5 {
        left: 62.5%;
    }
    .col-xl-push-7 {
        left: 58.333333333333336%;
    }
    .col-xl-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-xl-push-6 {
        left: 50%;
    }
    .col-xl-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-xl-push-5 {
        left: 41.66666666666667%;
    }
    .col-xl-push-4-5 {
        left: 37.5%;
    }
    .col-xl-push-4 {
        left: 33.33333333333333%;
    }
    .col-xl-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-xl-push-3 {
        left: 25%;
    }
    .col-xl-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-xl-push-fifth {
        left: 20%;
    }
    .col-xl-push-2 {
        left: 16.666666666666664%;
    }
    .col-xl-push-1-5 {
        left: 12.5%;
    }
    .col-xl-push-1 {
        left: 8.333333333333332%;
    }
    .col-xl-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-xl-push-0 {
        left: 0;
    }
    .col-xl-offset-12 {
        margin-left: 100%;
    }
    .col-xl-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-xl-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-xl-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-xl-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-xl-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-xl-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-xl-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-xl-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-xl-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-xl-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-xl-offset-fifth {
        margin-left: 20%;
    }
    .col-xl-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-xl-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-xl-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-xl-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1600px) {
    .col-xxl-1,
    .col-fhd-1,
    .col-xxl-2,
    .col-fhd-2,
    .col-xxl-3,
    .col-fhd-3,
    .col-xxl-4,
    .col-fhd-4,
    .col-xxl-5,
    .col-fhd-5,
    .col-xxl-6,
    .col-fhd-6,
    .col-xxl-7,
    .col-fhd-7,
    .col-xxl-8,
    .col-fhd-8,
    .col-xxl-9,
    .col-fhd-9,
    .col-xxl-10,
    .col-fhd-10,
    .col-xxl-11,
    .col-fhd-11,
    .col-xxl-12,
    .col-fhd-12,
    .col-xxl-0-5,
    .col-fhd-0-5,
    .col-xxl-1-5,
    .col-fhd-1-5,
    .col-xxl-2-5,
    .col-fhd-2-5,
    .col-xxl-3-5,
    .col-fhd-3-5,
    .col-xxl-4-5,
    .col-fhd-4-5,
    .col-xxl-5-5,
    .col-fhd-5-5,
    .col-xxl-6-5,
    .col-fhd-6-5,
    .col-xxl-7-5,
    .col-fhd-7-5,
    .col-xxl-8-5,
    .col-fhd-8-5,
    .col-xxl-9-5,
    .col-fhd-9-5,
    .col-xxl-10-5,
    .col-fhd-10-5,
    .col-xxl-11-5,
    .col-fhd-11-5,
	.col-xxl-fifth,
	.col-fhd-fifth {
        float: left;
    }
    .col-fhd-12,
    .col-xxl-12 {
        width: 100%;
    }
    .col-fhd-11-5,
    .col-xxl-11-5 {
        width: 95.83333333333333%;
    }
    .col-fhd-11,
    .col-xxl-11 {
        width: 91.66666666666666%;
    }
    .col-fhd-10-5,
    .col-xxl-10-5 {
        width: 87.5%;
    }
    .col-fhd-10,
    .col-xxl-10 {
        width: 83.33333333333334%;
    }
    .col-fhd-9-5,
    .col-xxl-9-5 {
        width: 79.16666666666666%;
    }
    .col-fhd-9,
    .col-xxl-9 {
        width: 75%;
    }
    .col-fhd-8-5,
    .col-xxl-8-5 {
        width: 70.83333333333333%;
    }
    .col-fhd-8,
    .col-xxl-8 {
        width: 66.66666666666666%;
    }
    .col-fhd-7-5,
    .col-xxl-7-5 {
        width: 62.5%;
    }
    .col-fhd-7,
    .col-xxl-7 {
        width: 58.333333333333336%;
    }
    .col-fhd-6-5,
    .col-xxl-6-5 {
        width: 54.16666666666666%;
    }
    .col-fhd-6,
    .col-xxl-6 {
        width: 50%;
    }
    .col-fhd-5-5,
    .col-xxl-5-5 {
        width: 45.83333333333333%;
    }
    .col-fhd-5,
    .col-xxl-5 {
        width: 41.66666666666667%;
    }
    .col-fhd-4-5,
    .col-xxl-4-5 {
        width: 37.5%;
    }
    .col-fhd-4,
    .col-xxl-4 {
        width: 33.33333333333333%;
    }
    .col-fhd-3-5,
    .col-xxl-3-5 {
        width: 29.166666666666667%;
    }
    .col-fhd-3,
    .col-xxl-3 {
        width: 25%;
    }
    .col-fhd-2-5,
    .col-xxl-2-5 {
        width: 20.833333333333333%;
    }
    .col-fhd-fifth,
    .col-xxl-fifth {
        width: 20%;
    }
    .col-fhd-2,
    .col-xxl-2 {
        width: 16.666666666666664%;
    }
    .col-fhd-1-5,
    .col-xxl-1-5 {
        width: 12.5%;
    }
    .col-fhd-1,
    .col-xxl-1 {
        width: 8.333333333333332%;
    }
    .col-fhd-0-5,
    .col-xxl-0-5 {
        width: 4.1666666666666667%;
    }
    .col-fhd-pull-12,
    .col-xxl-pull-12 {
        right: 100%;
    }
    .col-fhd-pull-11-5,
    .col-xxl-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-fhd-pull-11,
    .col-xxl-pull-11 {
        right: 91.66666666666666%;
    }
    .col-fhd-pull-10-5,
    .col-xxl-pull-10-5 {
        right: 87.5%;
    }
    .col-fhd-pull-10,
    .col-xxl-pull-10 {
        right: 83.33333333333334%;
    }
    .col-fhd-pull-9-5,
    .col-xxl-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-fhd-pull-9,
    .col-xxl-pull-9 {
        right: 75%;
    }
    .col-fhd-pull-8-5,
    .col-xxl-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-fhd-pull-8,
    .col-xxl-pull-8 {
        right: 66.66666666666666%;
    }
    .col-fhd-pull-7-5,
    .col-xxl-pull-7-5 {
        right: 62.5%;
    }
    .col-fhd-pull-7,
    .col-xxl-pull-7 {
        right: 58.333333333333336%;
    }
    .col-fhd-pull-6-5,
    .col-xxl-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-fhd-pull-6,
    .col-xxl-pull-6 {
        right: 50%;
    }
    .col-fhd-pull-5-5,
    .col-xxl-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-fhd-pull-5,
    .col-xxl-pull-5 {
        right: 41.66666666666667%;
    }
    .col-fhd-pull-4-5,
    .col-xxl-pull-4-5 {
        right: 37.5%;
    }
    .col-fhd-pull-4,
    .col-xxl-pull-4 {
        right: 33.33333333333333%;
    }
    .col-fhd-pull-3-5,
    .col-xxl-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-fhd-pull-3,
    .col-xxl-pull-3 {
        right: 25%;
    }
    .col-fhd-pull-2-5,
    .col-xxl-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-fhd-pull-fifth,
    .col-xxl-pull-fifth {
        right: 20%;
    }
    .col-fhd-pull-2,
    .col-xxl-pull-2 {
        right: 16.666666666666664%;
    }
    .col-fhd-pull-1-5,
    .col-xxl-pull-1-5 {
        right: 12.5%;
    }
    .col-fhd-pull-1,
    .col-xxl-pull-1 {
        right: 8.333333333333332%;
    }
    .col-fhd-pull-0-5,
    .col-xxl-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-fhd-pull-0,
    .col-xxl-pull-0 {
        right: 0;
    }
    .col-fhd-push-12,
    .col-xxl-push-12 {
        left: 100%;
    }
    .col-fhd-push-11-5,
    .col-xxl-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-fhd-push-11,
    .col-xxl-push-11 {
        left: 91.66666666666666%;
    }
    .col-fhd-push-10-5,
    .col-xxl-push-10-5 {
        left: 87.5%;
    }
    .col-fhd-push-10,
    .col-xxl-push-10 {
        left: 83.33333333333334%;
    }
    .col-fhd-push-9-5,
    .col-xxl-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-fhd-push-9,
    .col-xxl-push-9 {
        left: 75%;
    }
    .col-fhd-push-8-5,
    .col-xxl-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-fhd-push-7,
    .col-xxl-push-8 {
        left: 66.66666666666666%;
    }
    .col-fhd-push-7-5,
    .col-xxl-push-7-5 {
        left: 62.5%;
    }
    .col-fhd-push-7,
    .col-xxl-push-7 {
        left: 58.333333333333336%;
    }
    .col-fhd-push-6-5,
    .col-xxl-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-fhd-push-6,
    .col-xxl-push-6 {
        left: 50%;
    }
    .col-fhd-push-5-5,
    .col-xxl-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-fhd-push-5,
    .col-xxl-push-5 {
        left: 41.66666666666667%;
    }
    .col-fhd-push-4-5,
    .col-xxl-push-4-5 {
        left: 37.5%;
    }
    .col-fhd-push-4,
    .col-xxl-push-4 {
        left: 33.33333333333333%;
    }
    .col-fhd-push-3-5,
    .col-xxl-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-fhd-push-3,
    .col-xxl-push-3 {
        left: 25%;
    }
    .col-fhd-push-2-5,
    .col-xxl-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-fhd-push-fifth,
    .col-xxl-push-fifth {
        left: 20%;
    }
    .col-fhd-push-2,
    .col-xxl-push-2 {
        left: 16.666666666666664%;
    }
    .col-fhd-push-1-5,
    .col-xxl-push-1-5 {
        left: 12.5%;
    }
    .col-fhd-push-1,
    .col-xxl-push-1 {
        left: 8.333333333333332%;
    }
    .col-fhd-push-0-5,
    .col-xxl-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-fhd-push-0,
    .col-xxl-push-0 {
        left: 0;
    }
    .col-fhd-offset-12,
    .col-xxl-offset-12 {
        margin-left: 100%;
    }
    .col-fhd-offset-11-5,
    .col-xxl-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-fhd-offset-11,
    .col-xxl-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-fhd-offset-10-5,
    .col-xxl-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-fhd-offset-10-5,
    .col-xxl-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-fhd-offset-9-5,
    .col-xxl-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-fhd-offset-9,
    .col-xxl-offset-9 {
        margin-left: 75%;
    }
    .col-fhd-offset-8-5,
    .col-xxl-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-fhd-offset-8,
    .col-xxl-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-fhd-offset-7-5,
    .col-xxl-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-fhd-offset-7,
    .col-xxl-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-fhd-offset-6-5,
    .col-xxl-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-fhd-offset-6,
    .col-xxl-offset-6 {
        margin-left: 50%;
    }
    .col-fhd-offset-5-5,
    .col-xxl-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-fhd-offset-5,
    .col-xxl-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-fhd-offset-4-5,
    .col-xxl-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-fhd-offset-4,
    .col-xxl-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-fhd-offset-3-5,
    .col-xxl-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-fhd-offset-3,
    .col-xxl-offset-3 {
        margin-left: 25%;
    }
    .col-fhd-offset-2-5,
    .col-xxl-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-fhd-offset-fifth,
    .col-xxl-offset-fifth {
        margin-left: 20%;
    }
    .col-fhd-offset-2,
    .col-xxl-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-fhd-offset-1-5,
    .col-xxl-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-fhd-offset-1,
    .col-xxl-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-fhd-offset-0-5,
    .col-xxl-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-fhd-offset-0,
    .col-xxl-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1920px) {
    .col-qhd-1,
    .col-qhd-2,
    .col-qhd-3,
    .col-qhd-4,
    .col-qhd-5,
    .col-qhd-6,
    .col-qhd-7,
    .col-qhd-8,
    .col-qhd-9,
    .col-qhd-10,
    .col-qhd-11,
    .col-qhd-12,
    .col-qhd-0-5,
    .col-qhd-1-5,
    .col-qhd-2-5,
    .col-qhd-3-5,
    .col-qhd-4-5,
    .col-qhd-5-5,
    .col-qhd-6-5,
    .col-qhd-7-5,
    .col-qhd-8-5,
    .col-qhd-9-5,
    .col-qhd-10-5,
    .col-qhd-11-5,
	.col-qhd-fifth {
        float: left;
    }
    .col-qhd-12 {
        width: 100%;
    }
    .col-qhd-11-5 {
        width: 95.83333333333333%;
    }
    .col-qhd-11 {
        width: 91.66666666666666%;
    }
    .col-qhd-10-5 {
        width: 87.5%;
    }
    .col-qhd-10 {
        width: 83.33333333333334%;
    }
    .col-qhd-9-5 {
        width: 79.16666666666666%;
    }
    .col-qhd-9 {
        width: 75%;
    }
    .col-qhd-8-5 {
        width: 70.83333333333333%;
    }
    .col-qhd-8 {
        width: 66.66666666666666%;
    }
    .col-qhd-7-5 {
        width: 62.5%;
    }
    .col-qhd-7 {
        width: 58.333333333333336%;
    }
    .col-qhd-6-5 {
        width: 54.16666666666666%;
    }
    .col-qhd-6 {
        width: 50%;
    }
    .col-qhd-5-5 {
        width: 45.83333333333333%;
    }
    .col-qhd-5 {
        width: 41.66666666666667%;
    }
    .col-qhd-4-5 {
        width: 37.5%;
    }
    .col-qhd-4 {
        width: 33.33333333333333%;
    }
    .col-qhd-3-5 {
        width: 29.166666666666667%;
    }
    .col-qhd-3 {
        width: 25%;
    }
    .col-qhd-2-5 {
        width: 20.833333333333333%;
    }
    .col-qhd-fifth {
        width: 20%;
    }
    .col-qhd-2 {
        width: 16.666666666666664%;
    }
    .col-qhd-1-5 {
        width: 12.5%;
    }
    .col-qhd-1 {
        width: 8.333333333333332%;
    }
    .col-qhd-0-5 {
        width: 4.1666666666666667%;
    }
    .col-qhd-pull-12 {
        right: 100%;
    }
    .col-qhd-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-qhd-pull-11 {
        right: 91.66666666666666%;
    }
    .col-qhd-pull-10-5 {
        right: 87.5%;
    }
    .col-qhd-pull-10 {
        right: 83.33333333333334%;
    }
    .col-qhd-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-qhd-pull-9 {
        right: 75%;
    }
    .col-qhd-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-qhd-pull-8 {
        right: 66.66666666666666%;
    }
    .col-qhd-pull-7-5 {
        right: 62.5%;
    }
    .col-qhd-pull-7 {
        right: 58.333333333333336%;
    }
    .col-qhd-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-qhd-pull-6 {
        right: 50%;
    }
    .col-qhd-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-qhd-pull-5 {
        right: 41.66666666666667%;
    }
    .col-qhd-pull-4-5 {
        right: 37.5%;
    }
    .col-qhd-pull-4 {
        right: 33.33333333333333%;
    }
    .col-qhd-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-qhd-pull-3 {
        right: 25%;
    }
    .col-qhd-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-qhd-pull-fifth {
        right: 20%;
    }
    .col-qhd-pull-2 {
        right: 16.666666666666664%;
    }
    .col-qhd-pull-1-5 {
        right: 12.5%;
    }
    .col-qhd-pull-1 {
        right: 8.333333333333332%;
    }
    .col-qhd-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-qhd-pull-0 {
        right: 0;
    }
    .col-qhd-push-12 {
        left: 100%;
    }
    .col-qhd-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-qhd-push-11 {
        left: 91.66666666666666%;
    }
    .col-qhd-push-10-5 {
        left: 87.5%;
    }
    .col-qhd-push-10 {
        left: 83.33333333333334%;
    }
    .col-qhd-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-qhd-push-9 {
        left: 75%;
    }
    .col-qhd-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-qhd-push-8 {
        left: 66.66666666666666%;
    }
    .col-qhd-push-7-5 {
        left: 62.5%;
    }
    .col-qhd-push-7 {
        left: 58.333333333333336%;
    }
    .col-qhd-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-qhd-push-6 {
        left: 50%;
    }
    .col-qhd-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-qhd-push-5 {
        left: 41.66666666666667%;
    }
    .col-qhd-push-4-5 {
        left: 37.5%;
    }
    .col-qhd-push-4 {
        left: 33.33333333333333%;
    }
    .col-qhd-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-qhd-push-3 {
        left: 25%;
    }
    .col-qhd-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-qhd-push-fifth {
        left: 20%;
    }
    .col-qhd-push-2 {
        left: 16.666666666666664%;
    }
    .col-qhd-push-1-5 {
        left: 12.5%;
    }
    .col-qhd-push-1 {
        left: 8.333333333333332%;
    }
    .col-qhd-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-qhd-push-0 {
        left: 0;
    }
    .col-qhd-offset-12 {
        margin-left: 100%;
    }
    .col-qhd-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-qhd-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-qhd-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-qhd-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-qhd-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-qhd-offset-9 {
        margin-left: 75%;
    }
    .col-qhd-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-qhd-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-qhd-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-qhd-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-qhd-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-qhd-offset-6 {
        margin-left: 50%;
    }
    .col-qhd-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-qhd-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-qhd-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-qhd-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-qhd-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-qhd-offset-3 {
        margin-left: 25%;
    }
    .col-qhd-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-qhd-offset-fifth {
        margin-left: 20%;
    }
    .col-qhd-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-qhd-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-qhd-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-qhd-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-qhd-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 2560px) {
    .col-wqhd-1,
    .col-wqhd-2,
    .col-wqhd-3,
    .col-wqhd-4,
    .col-wqhd-5,
    .col-wqhd-6,
    .col-wqhd-7,
    .col-wqhd-8,
    .col-wqhd-9,
    .col-wqhd-10,
    .col-wqhd-11,
    .col-wqhd-12,
    .col-wqhd-0-5,
    .col-wqhd-1-5,
    .col-wqhd-2-5,
    .col-wqhd-3-5,
    .col-wqhd-4-5,
    .col-wqhd-5-5,
    .col-wqhd-6-5,
    .col-wqhd-7-5,
    .col-wqhd-8-5,
    .col-wqhd-9-5,
    .col-wqhd-10-5,
    .col-wqhd-11-5,
	.col-wqhd-fifth {
        float: left;
    }
    .col-wqhd-12 {
        width: 100%;
    }
    .col-wqhd-11-5 {
        width: 95.83333333333333%;
    }
    .col-wqhd-11 {
        width: 91.66666666666666%;
    }
    .col-wqhd-10-5 {
        width: 87.5%;
    }
    .col-wqhd-10 {
        width: 83.33333333333334%;
    }
    .col-wqhd-9-5 {
        width: 79.16666666666666%;
    }
    .col-wqhd-9 {
        width: 75%;
    }
    .col-wqhd-8-5 {
        width: 70.83333333333333%;
    }
    .col-wqhd-8 {
        width: 66.66666666666666%;
    }
    .col-wqhd-7-5 {
        width: 62.5%;
    }
    .col-wqhd-7 {
        width: 58.333333333333336%;
    }
    .col-wqhd-6-5 {
        width: 54.16666666666666%;
    }
    .col-wqhd-6 {
        width: 50%;
    }
    .col-wqhd-5-5 {
        width: 45.83333333333333%;
    }
    .col-wqhd-5 {
        width: 41.66666666666667%;
    }
    .col-wqhd-4-5 {
        width: 37.5%;
    }
    .col-wqhd-4 {
        width: 33.33333333333333%;
    }
    .col-wqhd-3-5 {
        width: 29.166666666666667%;
    }
    .col-wqhd-3 {
        width: 25%;
    }
    .col-wqhd-2-5 {
        width: 20.833333333333333%;
    }
    .col-wqhd-fifth {
        width: 20%;
    }
    .col-wqhd-2 {
        width: 16.666666666666664%;
    }
    .col-wqhd-1-5 {
        width: 12.5%;
    }
    .col-wqhd-1 {
        width: 8.333333333333332%;
    }
    .col-wqhd-0-5 {
        width: 4.1666666666666667%;
    }
    .col-wqhd-pull-12 {
        right: 100%;
    }
    .col-wqhd-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-wqhd-pull-11 {
        right: 91.66666666666666%;
    }
    .col-wqhd-pull-10-5 {
        right: 87.5%;
    }
    .col-wqhd-pull-10 {
        right: 83.33333333333334%;
    }
    .col-wqhd-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-wqhd-pull-9 {
        right: 75%;
    }
    .col-wqhd-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-wqhd-pull-8 {
        right: 66.66666666666666%;
    }
    .col-wqhd-pull-7-5 {
        right: 62.5%;
    }
    .col-wqhd-pull-7 {
        right: 58.333333333333336%;
    }
    .col-wqhd-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-wqhd-pull-6 {
        right: 50%;
    }
    .col-wqhd-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-wqhd-pull-5 {
        right: 41.66666666666667%;
    }
    .col-wqhd-pull-4-5 {
        right: 37.5%;
    }
    .col-wqhd-pull-4 {
        right: 33.33333333333333%;
    }
    .col-wqhd-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-wqhd-pull-3 {
        right: 25%;
    }
    .col-wqhd-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-wqhd-pull-fifth {
        right: 20%;
    }
    .col-wqhd-pull-2 {
        right: 16.666666666666664%;
    }
    .col-wqhd-pull-1-5 {
        right: 12.5%;
    }
    .col-wqhd-pull-1 {
        right: 8.333333333333332%;
    }
    .col-wqhd-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-wqhd-pull-0 {
        right: 0;
    }
    .col-wqhd-push-12 {
        left: 100%;
    }
    .col-wqhd-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-wqhd-push-11 {
        left: 91.66666666666666%;
    }
    .col-wqhd-push-10-5 {
        left: 87.5%;
    }
    .col-wqhd-push-10 {
        left: 83.33333333333334%;
    }
    .col-wqhd-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-wqhd-push-9 {
        left: 75%;
    }
    .col-wqhd-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-wqhd-push-8 {
        left: 66.66666666666666%;
    }
    .col-wqhd-push-7-5 {
        left: 62.5%;
    }
    .col-wqhd-push-7 {
        left: 58.333333333333336%;
    }
    .col-wqhd-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-wqhd-push-6 {
        left: 50%;
    }
    .col-wqhd-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-wqhd-push-5 {
        left: 41.66666666666667%;
    }
    .col-wqhd-push-4-5 {
        left: 37.5%;
    }
    .col-wqhd-push-4 {
        left: 33.33333333333333%;
    }
    .col-wqhd-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-wqhd-push-3 {
        left: 25%;
    }
    .col-wqhd-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-wqhd-push-fifth {
        left: 20%;
    }
    .col-wqhd-push-2 {
        left: 16.666666666666664%;
    }
    .col-wqhd-push-1-5 {
        left: 12.5%;
    }
    .col-wqhd-push-1 {
        left: 8.333333333333332%;
    }
    .col-wqhd-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-wqhd-push-0 {
        left: 0;
    }
    .col-wqhd-offset-12 {
        margin-left: 100%;
    }
    .col-wqhd-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-wqhd-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-wqhd-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-wqhd-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-wqhd-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-wqhd-offset-9 {
        margin-left: 75%;
    }
    .col-wqhd-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-wqhd-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-wqhd-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-wqhd-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-wqhd-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-wqhd-offset-6 {
        margin-left: 50%;
    }
    .col-wqhd-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-wqhd-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-wqhd-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-wqhd-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-wqhd-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-wqhd-offset-3 {
        margin-left: 25%;
    }
    .col-wqhd-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-wqhd-offset-fifth {
        margin-left: 20%;
    }
    .col-wqhd-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-wqhd-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-wqhd-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-wqhd-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-wqhd-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 3440px) {
    .col-uhd-1,
    .col-uhd-2,
    .col-uhd-3,
    .col-uhd-4,
    .col-uhd-5,
    .col-uhd-6,
    .col-uhd-7,
    .col-uhd-8,
    .col-uhd-9,
    .col-uhd-10,
    .col-uhd-11,
    .col-uhd-12,
    .col-uhd-0-5,
    .col-uhd-1-5,
    .col-uhd-2-5,
    .col-uhd-3-5,
    .col-uhd-4-5,
    .col-uhd-5-5,
    .col-uhd-6-5,
    .col-uhd-7-5,
    .col-uhd-8-5,
    .col-uhd-9-5,
    .col-uhd-10-5,
    .col-uhd-11-5,
	.col-uhd-fifth {
        float: left;
    }
    .col-uhd-12 {
        width: 100%;
    }
    .col-uhd-11-5 {
        width: 95.83333333333333%;
    }
    .col-uhd-11 {
        width: 91.66666666666666%;
    }
    .col-uhd-10-5 {
        width: 87.5%;
    }
    .col-uhd-10 {
        width: 83.33333333333334%;
    }
    .col-uhd-9-5 {
        width: 79.16666666666666%;
    }
    .col-uhd-9 {
        width: 75%;
    }
    .col-uhd-8-5 {
        width: 70.83333333333333%;
    }
    .col-uhd-8 {
        width: 66.66666666666666%;
    }
    .col-uhd-7-5 {
        width: 62.5%;
    }
    .col-uhd-7 {
        width: 58.333333333333336%;
    }
    .col-uhd-6-5 {
        width: 54.16666666666666%;
    }
    .col-uhd-6 {
        width: 50%;
    }
    .col-uhd-5-5 {
        width: 45.83333333333333%;
    }
    .col-uhd-5 {
        width: 41.66666666666667%;
    }
    .col-uhd-4-5 {
        width: 37.5%;
    }
    .col-uhd-4 {
        width: 33.33333333333333%;
    }
    .col-uhd-3-5 {
        width: 29.166666666666667%;
    }
    .col-uhd-3 {
        width: 25%;
    }
    .col-uhd-2-5 {
        width: 20.833333333333333%;
    }
    .col-uhd-fifth {
        width: 20%;
    }
    .col-uhd-2 {
        width: 16.666666666666664%;
    }
    .col-uhd-1-5 {
        width: 12.5%;
    }
    .col-uhd-1 {
        width: 8.333333333333332%;
    }
    .col-uhd-0-5 {
        width: 4.1666666666666667%;
    }
    .col-uhd-pull-12 {
        right: 100%;
    }
    .col-uhd-pull-11-5 {
        right: 95.83333333333333%;
    }
    .col-uhd-pull-11 {
        right: 91.66666666666666%;
    }
    .col-uhd-pull-10-5 {
        right: 87.5%;
    }
    .col-uhd-pull-10 {
        right: 83.33333333333334%;
    }
    .col-uhd-pull-9-5 {
        right: 79.16666666666666%;
    }
    .col-uhd-pull-9 {
        right: 75%;
    }
    .col-uhd-pull-8-5 {
        right: 70.83333333333333%;
    }
    .col-uhd-pull-8 {
        right: 66.66666666666666%;
    }
    .col-uhd-pull-7-5 {
        right: 62.5%;
    }
    .col-uhd-pull-7 {
        right: 58.333333333333336%;
    }
    .col-uhd-pull-6-5 {
        right: 54.16666666666666%;
    }
    .col-uhd-pull-6 {
        right: 50%;
    }
    .col-uhd-pull-5-5 {
        right: 45.83333333333333%;
    }
    .col-uhd-pull-5 {
        right: 41.66666666666667%;
    }
    .col-uhd-pull-4-5 {
        right: 37.5%;
    }
    .col-uhd-pull-4 {
        right: 33.33333333333333%;
    }
    .col-uhd-pull-3-5 {
        right: 29.166666666666667%;
    }
    .col-uhd-pull-3 {
        right: 25%;
    }
    .col-uhd-pull-2-5 {
        right: 20.833333333333333%;
    }
    .col-uhd-pull-fifth {
        right: 20%;
    }
    .col-uhd-pull-2 {
        right: 16.666666666666664%;
    }
    .col-uhd-pull-1-5 {
        right: 12.5%;
    }
    .col-uhd-pull-1 {
        right: 8.333333333333332%;
    }
    .col-uhd-pull-0-5 {
        right: 4.1666666666666667%;
    }
    .col-uhd-pull-0 {
        right: 0;
    }
    .col-uhd-push-12 {
        left: 100%;
    }
    .col-uhd-push-11-5 {
        left: 95.83333333333333%;
    }
    .col-uhd-push-11 {
        left: 91.66666666666666%;
    }
    .col-uhd-push-10-5 {
        left: 87.5%;
    }
    .col-uhd-push-10 {
        left: 83.33333333333334%;
    }
    .col-uhd-push-9-5 {
        left: 79.16666666666666%;
    }
    .col-uhd-push-9 {
        left: 75%;
    }
    .col-uhd-push-8-5 {
        left: 70.83333333333333%;
    }
    .col-uhd-push-8 {
        left: 66.66666666666666%;
    }
    .col-uhd-push-7-5 {
        left: 62.5%;
    }
    .col-uhd-push-7 {
        left: 58.333333333333336%;
    }
    .col-uhd-push-6-5 {
        left: 54.16666666666666%;
    }
    .col-uhd-push-6 {
        left: 50%;
    }
    .col-uhd-push-5-5 {
        left: 45.83333333333333%;
    }
    .col-uhd-push-5 {
        left: 41.66666666666667%;
    }
    .col-uhd-push-4-5 {
        left: 37.5%;
    }
    .col-uhd-push-4 {
        left: 33.33333333333333%;
    }
    .col-uhd-push-3-5 {
        left: 29.166666666666667%;
    }
    .col-uhd-push-3 {
        left: 25%;
    }
    .col-uhd-push-2-5 {
        left: 20.833333333333333%;
    }
    .col-uhd-push-fifth {
        left: 20%;
    }
    .col-uhd-push-2 {
        left: 16.666666666666664%;
    }
    .col-uhd-push-1-5 {
        left: 12.5%;
    }
    .col-uhd-push-1 {
        left: 8.333333333333332%;
    }
    .col-uhd-push-0-5 {
        left: 4.1666666666666667%;
    }
    .col-uhd-push-0 {
        left: 0;
    }
    .col-uhd-offset-12 {
        margin-left: 100%;
    }
    .col-uhd-offset-11-5 {
        margin-left: 95.83333333333333%;
    }
    .col-uhd-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-uhd-offset-10-5 {
        margin-left: 87.5%;
    }
    .col-uhd-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-uhd-offset-9-5 {
        margin-left: 79.16666666666666%;
    }
    .col-uhd-offset-9 {
        margin-left: 75%;
    }
    .col-uhd-offset-8-5 {
        margin-left: 70.83333333333333%;
    }
    .col-uhd-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-uhd-offset-7-5 {
        margin-left: 62.5%;
    }
    .col-uhd-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-uhd-offset-6-5 {
        margin-left: 54.16666666666666%;
    }
    .col-uhd-offset-6 {
        margin-left: 50%;
    }
    .col-uhd-offset-5-5 {
        margin-left: 45.83333333333333%;
    }
    .col-uhd-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-uhd-offset-4-5 {
        margin-left: 37.5%;
    }
    .col-uhd-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-uhd-offset-3-5 {
        margin-left: 29.166666666666667%;
    }
    .col-uhd-offset-3 {
        margin-left: 25%;
    }
    .col-uhd-offset-2-5 {
        margin-left: 20.833333333333333%;
    }
    .col-uhd-offset-fifth {
        margin-left: 20%;
    }
    .col-uhd-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-uhd-offset-1-5 {
        margin-left: 12.5%;
    }
    .col-uhd-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-uhd-offset-0-5 {
        margin-left: 4.1666666666666667%;
    }
    .col-uhd-offset-0 {
        margin-left: 0;
    }
}

.p-a-xs {
    padding: 5px;
}
.p-a-sm {
    padding: 10px;
}
.p-a-md {
    padding: 15px;
}
.p-a-lg {
    padding: 30px;
}
.p-a-xl {
    padding: 40px;
}
.p-x-xs {
    padding-left: 5px;
    padding-right: 5px;
}
.p-x-sm {
    padding-left: 10px;
    padding-right: 10px;
}
.p-x-md {
    padding-left: 15px;
    padding-right: 15px;
}
.p-x-lg {
    padding-left: 30px;
    padding-right: 30px;
}
.p-x-xl {
    padding-left: 40px;
    padding-right: 40px;
}
.p-y-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}
.p-y-sm {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-y-md {
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-y-lg {
    padding-top: 30px;
    padding-bottom: 30px;
}
.p-y-xl {
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-l-xs {
    padding-left: 5px;
}
.p-l-sm {
    padding-left: 10px;
}
.p-l-md {
    padding-left: 15px;
}
.p-l-lg {
    padding-left: 30px;
}
.p-l-xl {
    padding-left: 40px;
}
.p-r-xs {
    padding-right: 5px;
}
.p-r-sm {
    padding-right: 10px;
}
.p-r-md {
    padding-right: 15px;
}
.p-r-lg {
    padding-right: 30px;
}
.p-r-xl {
    padding-right: 40px;
}
.p-t-xs {
    padding-top: 5px;
}
.p-t-sm {
    padding-top: 10px;
}
.p-t-md {
    padding-top: 15px;
}
.p-t-lg {
    padding-top: 30px;
}
.p-t-xl {
    padding-top: 40px;
}
.p-b-xs {
    padding-bottom: 5px;
}
.p-b-sm {
    padding-bottom: 10px;
}
.p-b-md {
    padding-bottom: 15px;
}
.p-b-lg {
    padding-bottom: 30px;
}
.p-b-xl {
    padding-bottom: 40px;
}
.m-a-xs {
    margin: 5px;
}
.m-a-sm {
    margin: 10px;
}
.m-a-md {
    margin: 15px;
}
.m-a-lg {
    margin: 30px;
}
.m-a-xl {
    margin: 40px;
}
.m-x-xs {
    margin-left: 5px;
    margin-right: 5px;
}
.m-x-sm {
    margin-left: 10px;
    margin-right: 10px;
}
.m-x-md {
    margin-left: 15px;
    margin-right: 15px;
}
.m-x-lg {
    margin-left: 30px;
    margin-right: 30px;
}
.m-x-xl {
    margin-left: 40px;
    margin-right: 40px;
}
.m-y-xs {
    margin-top: 5px;
    margin-bottom: 5px;
}
.m-y-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m-y-md {
    margin-top: 15px;
    margin-bottom: 15px;
}
.m-y-lg {
    margin-top: 30px;
    margin-bottom: 30px;
}
.m-y-xl {
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-l-xs {
    margin-left: 5px;
}
.m-l-sm {
    margin-left: 10px;
}
.m-l-md {
    margin-left: 15px;
}
.m-l-lg {
    margin-left: 30px;
}
.m-l-xl {
    margin-left: 40px;
}
.m-r-xs {
    margin-right: 5px;
}
.m-r-sm {
    margin-right: 10px;
}
.m-r-md {
    margin-right: 15px;
}
.m-r-lg {
    margin-right: 30px;
}
.m-r-xl {
    margin-right: 40px;
}
.m-t-xs {
    margin-top: 5px;
}
.m-t-sm {
    margin-top: 10px;
}
.m-t-md {
    margin-top: 15px;
}
.m-t-lg {
    margin-top: 30px;
}
.m-t-xl {
    margin-top: 40px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-b-sm {
    margin-bottom: 10px;
}
.m-b-md {
    margin-bottom: 15px;
}
.m-b-lg {
    margin-bottom: 30px;
}
.m-b-xl {
    margin-bottom: 40px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
    margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: #0079d0;
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: #0079d0;
    border-color: #0079d0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #0079d0;
}
.panel-primary > .panel-heading .badge {
    color: #0079d0;
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #0079d0;
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0079d0;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #eee;
    border-color: #0079d0;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #0079d0;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
    .carousel-inner > .item.active.right,
    .carousel-inner > .item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.active.left,
    .carousel-inner > .item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.active,
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: 0.9;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: "\2039";
}
.carousel-control .icon-next:before {
    content: "\203a";
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }
    .carousel-control .chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-ss,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl,
.visible-xxl,
.visible-fhd,
.visible-qhd,
.visible-wqhd,
.visible-uhd {
    display: none !important;
}
.visible-ss-block,
.visible-ss-inline,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-inline,
.visible-xl-inline-block,
.visible-xxl-inline,
.visible-xxl-inline-block,
.visible-fhd-inline,
.visible-fhd-inline-block,
.visible-qhd-inline,
.visible-qhd-inline-block,
.visible-wqhd-inline,
.visible-wqhd-inline-block,
.visible-uhd-inline,
.visible-uhd-inline-block {
    display: none !important;
}
@media (max-width: 575px) {
    .visible-ss {
        display: block !important;
    }
    table.visible-ss {
        display: table;
    }
    tr.visible-ss {
        display: table-row !important;
    }
    th.visible-ss,
    td.visible-ss {
        display: table-cell !important;
    }
    .visible-ss-block {
        display: block !important;
    }
    .visible-ss-inline {
        display: inline !important;
    }
    .visible-ss-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .visible-xs-inline {
        display: inline !important;
    }
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
    .visible-sm-inline {
        display: inline !important;
    }
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
    .visible-lg-block {
        display: block !important;
    }
    .visible-lg-inline {
        display: inline !important;
    }
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 575px) {
    .hidden-ss {
        display: none !important;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 1400px) and (max-width: 1599px) {
    .hidden-xl {
        display: none !important;
    }
}
@media (min-width: 1600px) and (max-width: 1919px) {
    .hidden-xxl, .hidden-fhd {
        display: none !important;
    }
}
@media (min-width: 1920px) and (max-width: 2559px) {
    .hidden-qhd {
        display: none !important;
    }
}
@media (min-width: 2560px) and (max-width: 3439px) {
    .hidden-wqhd {
        display: none !important;
    }
}
@media (min-width: 3440px) {
    .hidden-uhg {
        display: none !important;
    }
}


.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
