html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    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 {
    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;
    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;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    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;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #3072e5;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #164fb2;
    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;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 25px;
    margin-bottom: 12.5px;
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%;
}

h1,
.h1 {
    font-size: 46px;
}

h2,
.h2 {
    font-size: 38px;
}

h3,
.h3 {
    font-size: 31px;
}

h4,
.h4 {
    font-size: 23px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

p {
    margin: 0 0 12.5px;
}

.lead {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 27px;
    }
}

small,
.small {
    font-size: 77%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #fb6520;
}

a.text-primary:hover {
    color: #e44704;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542b;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245369;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover {
    color: #66502c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #fb6520;
}

a.bg-primary:hover {
    background-color: #e44704;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afdaee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 12.5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 25px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 12.5px 25px;
    margin: 0 0 25px;
    font-size: 22.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.42857;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.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 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@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 {
        float: left;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@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 {
        float: left;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@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 {
        float: left;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>tbody+tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e4f3;
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
    font-size: 27px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto-webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 18px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 39px;
    }
    input[type="date"].input-sm,
    .input-group-sm>input[type="date"].form-control,
    .input-group-sm>input[type="date"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="date"].btn,
    input[type="time"].input-sm,
    .input-group-sm>input[type="time"].form-control,
    .input-group-sm>input[type="time"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="time"].btn,
    input[type="datetime-local"].input-sm,
    .input-group-sm>input[type="datetime-local"].form-control,
    .input-group-sm>input[type="datetime-local"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
    input[type="month"].input-sm,
    .input-group-sm>input[type="month"].form-control,
    .input-group-sm>input[type="month"].input-group-addon,
    .input-group-sm>.input-group-btn>input[type="month"].btn {
        line-height: 33px;
    }
    input[type="date"].input-lg,
    .input-group-lg>input[type="date"].form-control,
    .input-group-lg>input[type="date"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="date"].btn,
    input[type="time"].input-lg,
    .input-group-lg>input[type="time"].form-control,
    .input-group-lg>input[type="time"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="time"].btn,
    input[type="datetime-local"].input-lg,
    .input-group-lg>input[type="datetime-local"].form-control,
    .input-group-lg>input[type="datetime-local"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
    input[type="month"].input-lg,
    .input-group-lg>input[type="month"].form-control,
    .input-group-lg>input[type="month"].input-group-addon,
    .input-group-lg>.input-group-btn>input[type="month"].btn {
        line-height: 53px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 25px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.form-control-static.input-sm,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn,
.form-group-sm .form-control {
    height: 33px;
    line-height: 33px;
}

textarea.input-sm,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
.input-group-sm>.input-group-btn>textarea.btn,
.form-group-sm .form-control,
select[multiple].input-sm,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>.input-group-btn>select[multiple].btn,
.form-group-sm .form-control {
    height: auto;
}

.input-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.form-group-lg .form-control {
    height: 53px;
    padding: 10px 16px;
    font-size: 23px;
    line-height: 1.33;
    border-radius: 4px;
}

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn,
.form-group-lg .form-control {
    height: 53px;
    line-height: 53px;
}

textarea.input-lg,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
.input-group-lg>.input-group-btn>textarea.btn,
.form-group-lg .form-control,
select[multiple].input-lg,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>.input-group-btn>select[multiple].btn,
.form-group-lg .form-control {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 48.75px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-lg+.input-group-lg>.form-control,
.input-group-lg>.input-lg+.form-control,
.input-lg+.input-group-lg>.input-group-addon,
.input-group-lg>.input-lg+.input-group-addon,
.input-lg+.input-group-lg>.input-group-btn>.btn,
.input-group-lg>.input-group-btn>.input-lg+.btn {
    width: 53px;
    height: 53px;
    line-height: 53px;
}

.input-sm+.form-control-feedback,
.input-sm+.input-group-sm>.form-control,
.input-group-sm>.input-sm+.form-control,
.input-sm+.input-group-sm>.input-group-addon,
.input-group-sm>.input-sm+.input-group-addon,
.input-sm+.input-group-sm>.input-group-btn>.btn,
.input-group-sm>.input-group-btn>.input-sm+.btn {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66502c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c09f6b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 30px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 32px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
    visibility: hidden;
}

.collapse.in {
    display: block;
    visibility: visible;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.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;
    list-style: none;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 11.5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #fb6520;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group>.btn-group {
    float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle,
.btn-group>.btn-lg+.btn-group-lg>.btn,
.btn-group-lg>.btn-group>.btn-lg+.btn {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret,
.btn-lg .btn-group-lg>.btn,
.btn-group-lg>.btn-lg .btn {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-lg .btn-group-lg>.btn,
.btn-group-lg>.dropup .btn-lg .btn {
    border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical>.btn-group:after {
    clear: both;
}

.btn-group-vertical>.btn-group>.btn {
    float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified>.btn-group .btn {
    width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 2px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 23px;
    border-radius: 4px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge,
.btn-xs .btn-group-xs>.btn,
.btn-group-xs>.btn-xs .btn {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #3072e5;
    background-color: #fff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.alert {
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d7e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #cae2b3;
}

.alert-success .alert-link {
    color: #2b542b;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce9f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e2ec;
}

.alert-info .alert-link {
    color: #245369;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faeacc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e0b5;
}

.alert-warning .alert-link {
    color: #66502c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.panel {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before,
.panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
    color: inherit;
}

.panel-title>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.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-right-radius: 1px;
    border-top-left-radius: 1px;
}

.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: 1px;
    border-bottom-left-radius: 1px;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 1px;
    border-top-left-radius: 1px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.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-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}

.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,
.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-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-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 {
    border-top-left-radius: 1px;
}

.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,
.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-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-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 {
    border-top-right-radius: 1px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.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 {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
}

.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,
.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 {
    border-bottom-left-radius: 1px;
}

.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,
.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 {
    border-bottom-right-radius: 1px;
}

.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 th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.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,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>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 {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 25px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 2px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    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: #333333;
    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: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #fb6520;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #fb6520;
    border-color: #fb6520;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #fb6520;
}

.panel-primary>.panel-heading .badge {
    color: #fb6520;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #fb6520;
}

.panel-success {
    border-color: #d7e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d7e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d7e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d7e9c6;
}

.panel-info {
    border-color: #bce9f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce9f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce9f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce9f1;
}

.panel-warning {
    border-color: #faeacc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faeacc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faeacc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faeacc;
}

.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;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.close {
    float: right;
    font-size: 27px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.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 {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 2px;
}

.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;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    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;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 3px 3px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover>.arrow {
    border-width: 11px;
}

.popover>.arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: fade_in(rgba(0, 0, 0, 0.2), 0.05);
    bottom: -11px;
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: fade_in(rgba(0, 0, 0, 0.2), 0.05);
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: fade_in(rgba(0, 0, 0, 0.2), 0.05);
    top: -11px;
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: fade_in(rgba(0, 0, 0, 0.2), 0.05);
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.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 {
    display: none !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;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .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;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .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;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .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;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (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) {
    .hidden-lg {
        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;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    backface-visibility:hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-backface-visibility:hidden;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

@font-face {
    font-family: 'NexaBold';
    src: url("../fonts/NexaBold/nexa_bold-webfont.eot"), url("../fonts/NexaBold/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaBold/nexa_bold-webfont.otf") format("opentype"), url("../fonts/NexaBold/nexa_bold-webfont.woff") format("woff"), url("../fonts/NexaBold/nexa_bold-webfont.woff2") format("woff2"), url("../fonts/NexaBold/nexa_bold-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NexaLight';
    src: url("../fonts/NexaLight/nexa_light-webfont.eot"), url("../fonts/NexaLight/nexa_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaLight/nexa_light-webfont.otf") format("opentype"), url("../fonts/NexaLight/nexa_light-webfont.woff") format("woff"), url("../fonts/NexaLight/nexa_light-webfont.woff2") format("woff2"), url("../fonts/NexaLight/nexa_light-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


html {
    -webkit-tap-highlight-color: rgba(251, 101, 32, 0.15);
}

html,
body {
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
    width: 100%;
}

@media (max-width: 767px) {
    html,
    body {
        font-size: 15px;
    }
}

html.no-scroll,
body.no-scroll {
    overflow: hidden;
}

body {
    font-family: "Lato", sans-serif;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

img.alignleft {
    margin: 30px 30px 30px 0;
}

img.alignright {
    margin: 30px 0 30px 30px;
}

img.aligncenter,
img.alignright,
img.alignleft {
    height: auto;
    max-width: 100%;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignauto {
    width: auto;
    overflow: hidden;
}

input::-webkit-input-placeholder {
    color: #111;
    opacity: 1;
}

input::-moz-placeholder {
    color: #111;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #111;
    opacity: 1;
}

input::placeholder {
    color: #111;
    opacity: 1;
}

.lead {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.wrapper {
    background-color: #fff;
    min-height: 100vh;
    width: 100%;
    overflow: hidden;
    border-right: 5px solid #f82828;
    border-left: 5px solid #f82828;
}

@media (min-width: 992px) {
    .wrapper {
        border-left-width: 10px;
        border-right-width: 10px;
    }
}

.wrapper:before,
.wrapper:after {
    content: "";
    position: fixed;
    z-index: 500;
    height: 5px;
    left: 0;
    right: 0;
    background-color: #f82828;
}

@media (min-width: 992px) {
    .wrapper:before,
    .wrapper:after {
        height: 10px;
    }
}

.wrapper:before {
    top: 0;
}

.wrapper:after {
    bottom: 0;
}

ul {
    list-style: none;
    padding: 0;
}

ul.row {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
}

ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 7px;
}

ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 10px;
    width: 10px;
    border: 3px solid #f82828;
}

.list,
.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list a,
.list .sub-menu {
    display: block;
    text-decoration: none;
}

.list li,
.list .sub-menu {
    margin: 0;
    padding-left: 0;
}

.list li:before,
.list .sub-menu {
    display: none;
}

.red,
em,
.page-title,
.footer-title {
    color: #f82828;
}

em {
    font-style: normal;
}

a {
    color: #2e2e2e;
    text-decoration: underline;
    transition: color 0.2s ease-in-out;
}

.no-touch a:hover,
a:active,
a:focus {
    color: #f82828;
    outline: none;
}

p {
    line-height: 1.8em;
    margin-bottom: 1.5em;
}

p.no-posts-found {
    margin-top: 4em;
}

.tags {
    font-size: 14px;
    font-size: 0.875rem;
}

.tags a {
    color: #888;
}

.no-touch .tags a:hover,
.tags a:active {
    color: #888;
    text-decoration: underline;
}

.by {
    position: absolute;
    right: 30px;
    bottom: 20px;
    margin: 0;
}

.by a {
    display: block;
    width: 24px;
    height: 11px;
    background: url("../gfx/okia.gif") no-repeat;
    text-indent: -999px;
    font-size: 0;
}

.hgroup {
    margin-bottom: 40px;
}

.hgroup:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .hgroup {
        margin-bottom: 50px;
    }
}

.blog-header {
    position: relative;
}

h1,
h2,
h3,
h4 {
    font-family: "NexaBold";
    color: #2e2e2e;
}

h2 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0;
}

h3 {
    font-size: 18px;
    margin: 0 0 1em;
    line-height: 1.8em;
}

h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.8em;
}

.x {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: -2px 0 0;
    width: 40px;
    height: 40px;
    background: #626262;
    border: 0;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1) 0s;
    border-radius: 2px;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .x {
        margin-right: 10px;
    }
}

.x span {
    height: 2px;
    overflow: visible;
}

.x .lines,
.x .lines:before,
.x .lines:after {
    display: block;
    position: absolute;
    left: 0;
    width: 16px;
    height: 2px;
    padding: 0;
    background-color: #f82828;
    transition: all 0.3s;
}

.x .lines {
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
}

.x .lines:before {
    top: -6px;
    content: '\00ad';
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.x .lines:after {
    bottom: -6px;
    content: '\00ad';
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.open .x {
    background-color: #626262;
}

.open .x .lines {
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0);
}

.open .x .lines:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #f82828;
}

.open .x .lines:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f82828;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.icon:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    content: '\00ad';
    vertical-align: top;
}

.icon-fb {
    padding-left: 26px;
}

.icon-fb:before {
    margin-top: -17px;
}

.icon-mail {
    display: block;
    padding-bottom: 30px;
}

.icon-mail:before {
    display: block;
    position: static;
}

.icon-check {
    display: block;
}

.icon-check:before {
    display: block;
    position: static;
}

.icon-email {
    padding-left: 43px;
}

.icon-email:before {
    margin-top: -13px;
}

.icon-phone {
    padding-left: 32px;
}

.icon-phone:before {
    margin-top: -18px;
}

.icon__arrow-down,
.icon__caret-down,
.icon__check,
.icon-check:before,
.icon__email,
.icon-email:before,
.icon__fb,
.icon-fb:before,
.icon__mail,
.icon-mail:before,
.icon__next,
.page-nav-list__item.next a:after,
.icon__phone,
.icon-phone:before,
.icon__prev,
.page-nav-list__item.prev a:after,
.icon__scrolldown,
.icon-scroll,
.icon__search,
.icon__search--white {
    background-repeat: no-repeat;
    background-image: url('../gfx/oi-icons_sprite.svg');
}

.no-svg .icon__arrow-down,
.no-svg .icon__caret-down,
.no-svg .icon__check,
.no-svg .icon-check:before,
.no-svg .icon__email,
.no-svg .icon-email:before,
.no-svg .icon__fb,
.no-svg .icon-fb:before,
.no-svg .icon__mail,
.no-svg .icon-mail:before,
.no-svg .icon__next,
.no-svg .page-nav-list__item.next a:after,
.page-nav-list__item.next .no-svg a:after,
.no-svg .icon__phone,
.no-svg .icon-phone:before,
.no-svg .icon__prev,
.no-svg .page-nav-list__item.prev a:after,
.page-nav-list__item.prev .no-svg a:after,
.no-svg .icon__scrolldown,
.no-svg .icon-scroll,
.no-svg .icon__search,
.no-svg .icon__search--white {
    background-image: url('../gfx/oi-icons_sprite.png');
}

.icon__arrow-down {
    background-position: -32px -25px;
    width: 16px;
    height: 16px;
}

.icon__arrow-down-dims {
    width: 16px;
    height: 16px;
}

.icon__caret-down {
    background-position: -48px -25px;
    width: 16px;
    height: 16px;
}

.icon__caret-down-dims {
    width: 16px;
    height: 16px;
}

.icon__check,
.icon-check:before {
    background-position: 0 -52px;
    width: 35px;
    height: 35px;
}

.icon__check-dims {
    width: 35px;
    height: 35px;
}

.icon__email,
.icon-email:before {
    background-position: -32px 0;
    width: 36px;
    height: 25px;
}

.icon__email-dims {
    width: 36px;
    height: 25px;
}

.icon__fb,
.icon-fb:before {
    background-position: -70px -52px;
    width: 19px;
    height: 34px;
}

.icon__fb-dims {
    width: 19px;
    height: 34px;
}

.icon__mail,
.icon-mail:before {
    background-position: -35px -52px;
    width: 35px;
    height: 35px;
}

.icon__mail-dims {
    width: 35px;
    height: 35px;
}

.icon__next,
.page-nav-list__item.next a:after {
    background-position: -68px -36px;
    width: 12px;
    height: 16px;
}

.icon__next-dims {
    width: 12px;
    height: 16px;
}

.icon__phone,
.icon-phone:before {
    background-position: -68px 0;
    width: 25px;
    height: 36px;
}

.icon__phone-dims {
    width: 25px;
    height: 36px;
}

.icon__prev,
.page-nav-list__item.prev a:after {
    background-position: -80px -36px;
    width: 12px;
    height: 16px;
}

.icon__prev-dims {
    width: 12px;
    height: 16px;
}

.icon__scrolldown,
.icon-scroll {
    background-position: 0 0;
    width: 32px;
    height: 52px;
}

.icon__scrolldown-dims {
    width: 32px;
    height: 52px;
}

.icon__search {
    background-position: -93px 0;
    width: 16px;
    height: 16px;
}

.icon__search-dims {
    width: 16px;
    height: 16px;
}

.icon__search--white {
    background-position: -93px -16px;
    width: 16px;
    height: 16px;
}

.icon__search--white-dims {
    width: 16px;
    height: 16px;
}

@media (min-width: 768px) {
    .main-header {
        padding: 70px 0 20px;
    }
}

@media (min-width: 992px) {
    .main-header {
        padding: 90px 0 20px;
    }
}

@media (min-width: 1200px) {
    .main-header {
        padding: 105px 0 20px;
    }
}

.slider-helper {
    height: 4px;
    margin: -10px -10px 0 -10px;
    position: relative;
}

.slider-helper .slider {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 4px;
    border: none;
    background-color: #fff;
    pointer-events: none;
}

@media (min-width: 992px) {
    .slider-helper {
        margin: -10px -20px 0 -20px;
    }
}

 .main-content__helper {
    background-color: #d7d7d7;
}

.main-content__helper.blog-content {
    min-height: 600px;
    /* background-color: #1d1d1d; */
    color: #fff;
}

/* .main-content__helper .frontpage-content {
    background-color: #efefef;
} */



.frontpage-content .section {
    background-color: #d7d7d7;
    margin-top: 0rem;
}

/* .frontpage-content .section:nth-of-type(even) {
    background-color: rgb(41, 10, 16);
    margin-top: 3rem;
} */




.frontpage-content .section:first-of-type {
    margin-top: 0rem;
    box-shadow: inset 0px 15px 30px rgba(0,0,0,0.6);
}


.main-content-section {
    position: relative;
    z-index: 5;
    padding-top: 30px;
    padding-bottom: 15px;
}

@media (min-width: 768px) {
    .main-content-section {
        padding-top: 0;
        top: 210px;
        padding-bottom: 210px;
        /* margin-bottom: -477px; */

    }
}

/* @media (min-width: 992px) {
    .main-content-section {
        top: -577px;
        margin-bottom: -577px;
    }
} */

.main-content {
    color: #2e2e2e;
    padding: 60px 0 15px;
}

@media (min-width: 768px) {
    .main-content {
        padding: 80px 0;
    }
}

.page-title {
    font-size: 50px;
    font-size: 3.125rem;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .page-title {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

.main-article__section {
    position: relative;
    background-color: #fff;
    padding: 40px 20px;
}

@media (min-width: 768px) {
    .main-article__section {
        min-height: 520px;
    }
}

@media (min-width: 992px) {
    .main-article__section {
        padding: 60px 40px;
    }
}

.notfound {
    padding: 100px 20px;
    color: #fff;
}

@media (min-width: 768px) {
    .notfound {
        padding: 180px 40px;
    }
}

.main-article__title {
    color: #2e2e2e;
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0;
}

.frontpage-title {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 0;
    display: block;
    color: #fff;
    font-size: 52px;
    font-size: 3.25rem;
}

@media (min-width: 768px) {
    .frontpage-title {
        float: left;
    }
}

@media (min-width: 1200px) {
    .frontpage-title {
        float: none;
    }
}

.frontpage-title .red,
.frontpage-title em,
.frontpage-title .page-title,
.frontpage-title .footer-title {
    font-size: 36px;
    font-size: 2.25rem;
    letter-spacing: 0.12em;
}

.frontpage-title span {
    line-height: 1em;
    margin: 0;
    display: block;
}

.main-content .frontpage-title {
    color: #000;
}

.show-all {
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 0 7px;
    border-bottom: 4px solid #f82828;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-family: "NexaBold";
    font-size: 13px;
    font-size: 0.8125rem;
}

@media (min-width: 768px) {
    .show-all {
        float: right;
    }
}

@media (min-width: 1200px) {
    .show-all {
        float: none;
    }
}

.show-all:focus {
    color: #000;
}

.no-touch .show-all:hover,
.show-all:active {
    color: #f82828;
    text-decoration: none;
}

.recommendations-section .show-all {
    color: #fff;
}

.recommendations-section .show-all:focus {
    color: #fff;
}

.no-touch .recommendations-section .show-all:hover,
.recommendations-section .show-all:active {
    color: #f82828;
}

.mainnav-section .menu {
    margin: 0 -10px;
    position: relative;
    padding: 0;
}

@media (min-width: 992px) {
    .mainnav-section .menu {
        margin: 0 -20px;
    }
}

.mainnav-section .menu-item {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
}

.mainnav-section .menu-item a {
    display: block;
    padding: 20px 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1em;
    font-family: "NexaBold";
    font-size: 12px;
    font-size: 0.9rem;
    text-decoration: none;
}

.no-touch .mainnav-section .menu-item a:hover,
.mainnav-section .menu-item a:active,
.mainnav-section .menu-item a:focus {
    text-decoration: none;
    color: #fff;
    outline: none;
}

.mainnav-section .menu-item:before {
    display: none;
}

.mainnav-section .menu-item.menu-item-home a,
.mainnav-section .menu-item.home a {
    color: transparent;
    width: 189px;
    height: 54px;
    background: url("../gfx/logo.svg") no-repeat center center;
    background-size: 169px 14px;
}

.no-svg .mainnav-section .menu-item.menu-item-home a,
.no-svg .mainnav-section .menu-item.home a {
    background: url("../gfx/logo.png") no-repeat center center;
}

.no-touch .mainnav-section .menu-item.menu-item-home a:hover,
.mainnav-section .menu-item.menu-item-home a:active,
.no-touch .mainnav-section .menu-item.home a:hover,
.mainnav-section .menu-item.home a:active {
    color: transparent;
}

@media (min-width: 992px) {
    .mainnav-section .menu-item {
        margin: 0 10px;
    }
}

.mainnav-section .menu-item.has-slider:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 10px;
    right: 10px;
    height: 4px;
    background-color: #fff;
}

.sub-menu a {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
}

.catnav-section {
    margin: 0 -10px;
}

.catnav-section .menu-item {
    display: block;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .catnav-section .menu-item {
        display: inline-block;
    }
}

.catnav-section .menu-item:before {
    display: none;
}

.catnav-section .current-menu-item a {
    color: #f82828;
}

.catnav-section a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px;
    font-family: "NexaBold";
}

.no-touch .catnav-section a:hover,
.catnav-section a:active {
    color: #f82828;
    text-decoration: none;
}

@media (min-width: 992px) {
    .catnav-section a {
        padding: 10px 20px;
    }
}

@media (min-width: 992px) {
    .catnav-section {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0 -20px;
    }
}

@media (min-width: 768px) {
    .subnav-section {
        margin-right: -30px;
    }
}

.subnav-section a {
    line-height: 1em;
    color: #2e2e2e;
    text-decoration: none;
    padding: 15px 20px;
    font-family: "NexaBold";
}

@media (min-width: 992px) {
    .subnav-section a {
        padding: 27px 30px;
    }
}

.no-touch .subnav-section a:hover {
    color: #f82828;
    text-decoration: none;
}

.subnav-section .menu-item {
    margin: 0;
    padding: 0;
    display: block;
    background-color: #f4f4f4;
}

.subnav-section .menu-item:nth-child(odd) {
    background-color: #e9e9e9;
}

.subnav-section .menu-item .sub-menu {
    display: none;
}

.subnav-section .menu-item.current-menu-item,
.subnav-section .menu-item.current-menu-parent,
.subnav-section .menu-item.current-menu-ancestor {
    background-color: #f82828;
}

.subnav-section .menu-item.current-menu-item a,
.subnav-section .menu-item.current-menu-parent a,
.subnav-section .menu-item.current-menu-ancestor a {
    color: #fff;
}

.no-touch .subnav-section .menu-item.current-menu-item a:hover,
.subnav-section .menu-item.current-menu-item a:active,
.no-touch .subnav-section .menu-item.current-menu-parent a:hover,
.subnav-section .menu-item.current-menu-parent a:active,
.no-touch .subnav-section .menu-item.current-menu-ancestor a:hover,
.subnav-section .menu-item.current-menu-ancestor a:active {
    color: #fff;
}

.subnav-section .menu-item.current-menu-item.menu-item-has-children a,
.subnav-section .menu-item.current-menu-parent.menu-item-has-children a,
.subnav-section .menu-item.current-menu-ancestor.menu-item-has-children a {
    padding-bottom: 7px;
}

.subnav-section .menu-item.current-menu-item .sub-menu,
.subnav-section .menu-item.current-menu-parent .sub-menu,
.subnav-section .menu-item.current-menu-ancestor .sub-menu {
    display: block;
    padding: 0 0 15px 30px;
}

.subnav-section .menu-item.current-menu-item .sub-menu .menu-item,
.subnav-section .menu-item.current-menu-parent .sub-menu .menu-item,
.subnav-section .menu-item.current-menu-ancestor .sub-menu .menu-item {
    background-color: #f82828;
    padding-left: 0;
}

.subnav-section .menu-item.current-menu-item .sub-menu .menu-item:before,
.subnav-section .menu-item.current-menu-parent .sub-menu .menu-item:before,
.subnav-section .menu-item.current-menu-ancestor .sub-menu .menu-item:before {
    display: block;
    border-color: #fff;
}

.subnav-section .menu-item.current-menu-item .sub-menu a,
.subnav-section .menu-item.current-menu-parent .sub-menu a,
.subnav-section .menu-item.current-menu-ancestor .sub-menu a {
    text-transform: none;
    padding-top: 7px;
    padding-bottom: 7px;
}

.no-touch .subnav-section .menu-item.current-menu-item .sub-menu a:hover,
.subnav-section .menu-item.current-menu-item .sub-menu a:active,
.no-touch .subnav-section .menu-item.current-menu-parent .sub-menu a:hover,
.subnav-section .menu-item.current-menu-parent .sub-menu a:active,
.no-touch .subnav-section .menu-item.current-menu-ancestor .sub-menu a:hover,
.subnav-section .menu-item.current-menu-ancestor .sub-menu a:active {
    color: #000;
}

.subnav-section .menu-item.current-menu-item .sub-menu .current-menu-item a,
.subnav-section .menu-item.current-menu-parent .sub-menu .current-menu-item a,
.subnav-section .menu-item.current-menu-ancestor .sub-menu .current-menu-item a {
    color: #000;
}

.subnav-section .menu-item:before {
    display: none;
}

.mobile-header {
    background-color: #000;
    height: 74px;
    border-bottom: 3px solid #f82828;
    margin: 0 -15px;
    position: relative;
    padding-top: 4px;
    z-index: 40;
}

.main-logo {
    margin: 0;
}

.main-logo img {
    display: none;
}

.no-svg .main-logo img {
    display: block;
}

.main-logo a {
    display: block;
    padding: 25px;
    width: 219px;
    height: 64px;
    background: url("../gfx/logo.svg") no-repeat center center;
    background-size: 169px 14px;
}

.mobile-mainnav_section .dropdown-toggle {
    position: absolute;
    right: 15px;
    top: 18px;
    height: 45px;
    width: 45px;
    background: none;
    border-width: 2px;
    padding: 15px;
}

.no-touch .mobile-mainnav_section .dropdown-toggle:hover,
.mobile-mainnav_section .dropdown-toggle:active {
    background: none;
}

.mobile-mainnav_section .dropdown {
    position: static;
}

.mobile-mainnav_section .dropdown-menu {
    position: fixed;
    top: 73px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding: 12px 15px;
    overflow-y: auto;
}

.admin-bar .mobile-mainnav_section .dropdown-menu {
    top: 119px;
}

.mobile-mainnav_section .dropdown-menu li,
.mobile-mainnav_section .dropdown-menu ul {
    padding: 0;
    margin: 0;
}

.mobile-mainnav_section .dropdown-menu a {
    display: inline-block;
    padding: 12px;
    color: #343434;
    font-family: "NexaLight";
    font-size: 35px;
    font-size: 2.1875rem;
    text-transform: uppercase;
}

.no-touch .mobile-mainnav_section .dropdown-menu a:hover,
.mobile-mainnav_section .dropdown-menu a:active,
.mobile-mainnav_section .dropdown-menu a.current-menu-parent,
.mobile-mainnav_section .dropdown-menu a.current-menu-ancestor {
    color: #f82828;
    text-decoration: none;
}

.mobile-mainnav_section .dropdown-menu .current_page_item a {
    color: #f82828;
    text-decoration: none;
}

.page-nav-list {
    /* position: absolute; */
    bottom: -100px;
    right: 0px;
    left: 0px;
}

.page-nav-list:after {
    content: "";
    display: table;
    clear: both;
}

.page-nav-list__item {
    display: block;
    float: left;
    margin: 0;
}

.page-nav-list__item a {
    display: block;
    height: 55px;
    width: 55px;
    background-color: #606060;
}

.no-touch .page-nav-list__item a:hover,
.page-nav-list__item a:active {
    background-color: #000;
}

.page-nav-list__item a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -6px;
    z-index: 2;
}

.main-hero__helper {
    background-color: rgb(41, 10, 16);
    color: #fff;
    overflow: hidden;
}

.main-hero {
    position: relative;
}

.suurpealkiri {
    position: relative;
}

@media (min-width: 768px) {
    .main-hero {
        height: 700px;
    }
}

@media (min-width: 992px) {
    .main-hero {
        height: 800px;
    }
}

.home .main-hero {
    min-height: 500px;
}

@media (min-width: 768px) {
    .home .main-hero, .page-template-esileheTempliit .main-hero {
        min-height: 850px;
        max-height: none;
        transform: none;
    }
}

.hero-img {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    right: -150px;
    top: 5px;
    height: 500px;
    width: auto;
}

@media (min-width: 768px) {
    .hero-img {
        height: 750px;
        right: -250px;
        transform: none;
    }
}

@media (min-width: 992px) {
    .hero-img {
        height: 800px;
        right: -270px;
        transform: none;
    }
}

@media (min-width: 1200px) {
    .hero-img {
        height: 916px;
        right: -550px;
        transform: none;
    }
}

.hero-img {
    top: 20px;
}

@media (min-width: 768px) {
    .hero-img {
        bottom: 0;
        top: auto;
        height: 730px;
        right: 54.5%;
        transform: translateX(50%);
    }


}

@media screen and (max-width: 1199px){
    .mainnav-section .menu-item a {
        font-size: 0.8rem;
    }
}


@media screen and (max-width: 991px){
    .suurpealkiri {
        position: absolute;
        bottom: 0px
    }
    .mainnav-section .menu-item a {
        font-size: 0.71rem;
    }

    .menu .home.menu-item a:after {
        top: 3px;
    }

}

@media screen and (max-width: 767px){
    .suurpealkiri {
        position: relative;
        bottom: 0px;
    }

    .suurpealkiri h2 {
        font-size: 300%;
        max-width: 545px;
    }

    .suurpealkiri span {
        line-height: 1.3em !important;
    }
    .hero-img {
        bottom: 0;
        top: auto;
        right: 54.5%;
        transform: translateX(50%);
    }
}



@media (min-width: 992px) {
    .hero-img {
        padding-top: 71px;
        height: 789px;
        right: -300px;
        transform: none;
    }
}

@media (min-width: 1200px) {
    .hero-img {
        height: 850px;
        right: -450px;
        transform: none;
    }
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 160px 0 0;
    height: 100%;
}



@media (min-width: 768px) {
    .hero-content {
        padding: 0;
    }
}

.slogan {
    display: inline-block;
    margin: 0 0 10px;
    color: #fff;
    font-size: 36px;
    font-size: 2.25rem;
}

.slogan span {
    line-height: 1.7em;
    margin: 0;
    display: inline-block;
}

@media (min-width: 768px) {
    .slogan {
        margin: 0 0 35px;
        display: block;
        max-width: auto;
        padding-top: 30px;
        font-size: 60px;
        font-size: 3.75rem;
    }
    .slogan .red,
    .slogan em,
    .slogan .page-title,
    .slogan .footer-title {
        font-size: 92px;
        font-size: 5.75rem;
    }
    .slogan .large {
        font-size: 100px;
        font-size: 6.25rem;
    }
    .slogan span {
        display: block;
        line-height: 0.9em;
    }
}

@media (min-width: 992px) {
    .slogan {
        font-size: 76px;
        font-size: 4.75rem;
    }
    .slogan .red,
    .slogan em,
    .slogan .page-title,
    .slogan .footer-title {
        font-size: 100px;
        font-size: 6.25rem;
    }
    .slogan .large {
        font-size: 124px;
        font-size: 7.75rem;
    }
    .slogan span {
        line-height: 0.9em;
    }
}

@media (min-width: 1200px) {
    .slogan {
        padding-top: 40px;
        margin-bottom: 45px;
        font-size: 94px;
        font-size: 5.875rem;
    }
    .slogan .red,
    .slogan em,
    .slogan .page-title,
    .slogan .footer-title {
        font-size: 122px;
        font-size: 7.625rem;
    }
    .slogan .large {
        font-size: 150px;
        font-size: 9.375rem;
    }
    .slogan span {
        line-height: 0.9em;
    }
}

.btn {
    display: inline-block;
    border: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1em;
    -webkit-appearance: none;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    vertical-align: middle;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    font-family: "NexaBold";
}

.no-touch .btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.btn__square {
    color: #fff;
    font-size: 18px;
    padding: 22px 30px;
    border: 5px solid #f82828;
    border-radius: 0;
}

.no-touch .btn__square:hover,
.btn__square:active {
    background-color: #f82828;
    color: #fff;
}

.btn__square:focus {
    color: #fff;
}

.btn__subscribe {
    background: none;
    padding: 15px;
    margin: -13px -15px -15px 0;
}

.btn__scroll {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -26px;
    padding: 10px;
    height: 72px;
    width: 52px;
    background: none;
    z-index: 3;
    -webkit-animation: mybounce 8s linear infinite;
    animation: mybounce 8s linear infinite;
}

.btn__scroll.fixed {
    position: fixed;
}

@media (min-width: 768px) {
    .btn__scroll {
        bottom: 25px;
    }
}

@media (min-width: 992px) {
    .btn__scroll {
        bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .btn__scroll {
        bottom: 50px;
    }
}

.recommendations-section {
    background-color: #000;
    padding: 60px 0 20px;
    color: #fff;
}

@media (min-width: 768px) {
    .recommendations-section {
        padding: 80px 0;
    }
}

.recommendation {
    display: block;
    text-decoration: none;
    color: #fff;
    border-bottom: 5px solid #f82828;
    margin-bottom: 40px;
}

.no-touch .recommendation:hover,
.recommendation:active,
.recommendation:focus {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    .recommendation {
        margin-bottom: 0;
    }
}

.recommendation p {
    margin-bottom: 24px;
}

.recommendation-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1em;
    font-family: "NexaBold";
}

.recommendation-title,
.recommendation-content {
    margin: 0;
}

.thumb-list__item {
    display: block;
    text-decoration: none;
    margin: 15px 0;
    background-color: #fff;
}

.thumb-list__item img {
    width: 100%;
    height: auto;
}

.no-touch .thumb-list__item:hover,
.thumb-list__item:active {
    background-color: #000;
}

.no-touch .thumb-list__item:hover .thumb-list__title,
.thumb-list__item:active .thumb-list__title {
    color: #fff;
}

.no-touch .thumb-list__item:hover,
.thumb-list__item:active,
.thumb-list__item:focus {
    text-decoration: none;
}

.thumb-list__title {
    display: block;
    margin: 0;
    color: #393939;
    padding: 20px;
    font-size: 18px;
    font-size: 1.125rem;
    height: 100px;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    line-height: 1.3em;
}

@media (min-width: 768px) {
    .thumb-list__title {
        height: 137px;
        padding: 25px;
    }
}

@media (min-width: 992px) {
    .thumb-list__title {
        padding: 30px 25px;
    }
}

.thumb-list__title_wrap .thumb-list__title {
    height: auto;
}

.thumb-list li:before {
    display: none;
}

.front-hero__section {
    margin-bottom: 35px;
    text-align: center;
}

.front-hero__section:after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 768px) {
    .front-hero__section {
        text-align: left;
    }
    .front-hero__section .front-links__section,
    .front-hero__section .btn {
        display: inline-block;
        vertical-align: text-top;
    }
    .front-hero__section .btn {
        margin-left: 30px;
    }
}

.front-links {
    display: inline-block;
    text-align: left;
}

.front-links__section {
    font-family: "NexaBold";
    color: #fff;
}

.front-links__section p {
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .front-links__section {
        text-align: left;
    }
}

.front-links__section ul,
.front-links__section ol {
    margin: 0;
    display: block;
}

.front-links__section ul li,
.front-links__section ol li {
    display: block;
    margin-bottom: 7px;
    padding: 0;
}

.front-links__section ul li:before,
.front-links__section ol li:before {
    display: none;
}

@media (min-width: 768px) {
    .front-links__section ul li,
    .front-links__section ol li {
        margin-bottom: 10px;
    }
}

.front-links__section ul a,
.front-links__section ol a {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
    color: #fff;
    text-decoration: none;
}

.no-touch .front-links__section ul a:hover,
.front-links__section ul a:active,
.no-touch .front-links__section ol a:hover,
.front-links__section ol a:active {
    color: #f82828;
    text-decoration: none;
}

.front-links__section ul a:focus,
.front-links__section ol a:focus {
    color: #fff;
}

.front-links__section ul a:after,
.front-links__section ol a:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #f82828;
}

.front-links__section ul:after,
.front-links__section ol:after {
    content: "";
    clear: both;
    display: table;
}

.main-footer {
    background-color: #fff;
    color: #000;
    position: relative;
}

@media (min-width: 768px) {
    .main-footer {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .main-footer {
        padding-bottom: 100px;
    }
}

.footer-title {
    font-family: "NexaLight";
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 0 20px;
    padding-bottom: 30px;
    /* border-bottom: 3px solid #000; */
}

@media (min-width: 992px) {
    .footer-title {
        font-size: 35px;
        font-size: 2.1875rem;
    }
}

@media (min-width: 1200px) {
    .footer-title {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

.footer-contacts-section {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .footer-contacts-section {
        padding-top: 130px;
    }
}

@media (min-width: 992px) {
    .footer-contacts-list {
        width: 100%;
        display: table;
    }
}

.footer-contacts-list__item {
    display: block;
    padding: 0;
}

@media (min-width: 992px) {
    .footer-contacts-list__item {
        display: table-cell;
    }
}

.footer-contacts-list__item a {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "NexaBold";
    display: inline-block;
    padding: 10px 0;
    color: #000;
}

.no-touch .footer-contacts-list__item a:hover {
    color: #898989;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .footer-contacts-list__item a {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.footer-contacts-list__item.email a {
    position: relative;
}

.footer-contacts-list__item.email a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: -3px;
    height: 2px;
    background-color: #f82828;
}

.footer-newsletter-section {
    margin: 0 -15px;
}

@media (min-width: 768px) {
    .footer-newsletter-section {
        margin: 0;
    }
}

.footer-newsletter__intro {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px;
}

.footer-newsletter__form {
    padding: 35px 30px;
    background-color: #f82828;
}

.footer-newsletter__form .form-control {
    padding: 9px 0;
    color: #fff;
    font-family: "NexaLight";
    font-size: 16px;
    font-size: 1rem;
    transition: none;
    background: none;
    border-width: 0 0 2px;
    border-bottom-color: #fff;
    box-shadow: none;
}

.footer-newsletter__form .form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    font-family: "NexaLight";
}

.footer-newsletter__form .form-control:-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    font-family: "NexaLight";
}

.footer-newsletter__form .form-control::-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    font-family: "NexaLight";
}

.footer-newsletter__form .form-control:-ms-input-placeholder {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    font-family: "NexaLight";
}

.footer-newsletter__form .form-control:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #f82828 inset;
    -webkit-box-shadow: 0 0 0px 1000px #f82828 inset;
    -webkit-text-fill-color: #fff;
    color: #fff !important;
}

.response {
    padding-top: 15px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes mybounce {
    0%,
    3%,
    15%,
    25%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    20% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes mybounce {
    0%,
    3%,
    15%,
    25%,
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    10% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    20% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

