@charset 'UTF-8';
@font-face {
    font-family: 'Droid Serif';
    src: local('Droid Serif'), local('DroidSerif'), url('../fonts/droidserif/droidserif.woff2') format('woff2'), url('../fonts/droidserif/droidserif.woff') format('woff'), url('../fonts/droidserif/droidserif.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Serif';
    src: local('Droid Serif Italic'), local('DroidSerif-Italic'), url('../fonts/droidserif/droidserifitalic.woff2') format('woff2'), url('../fonts/droidserif/droidserifitalic.woff') format('woff'), url('../fonts/droidserif/droidserifitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Droid Serif';
    src: local('Droid Serif Bold'), local('DroidSerif-Bold'), url('../fonts/droidserif/droidserifbold.woff2') format('woff2'), url('../fonts/droidserif/droidserifbold.woff') format('woff'), url('../fonts/droidserif/droidserifbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Serif';
    src: local('Droid Serif Bold Italic'), local('DroidSerif-BoldItalic'), url('../fonts/droidserif/droidserifbolditalic.woff2') format('woff2'), url('../fonts/droidserif/droidserifbolditalic.woff') format('woff'), url('../fonts/droidserif/droidserifbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Droid Sans';
    src: local('Droid Sans'), local('DroidSans'), url('../fonts/droidsans/droidsans.woff2') format('woff2'), url('../fonts/droidsans/droidsans.woff') format('woff'), url('../fonts/droidsans/droidsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Droid Sans';
    src: local('Droid Sans Bold'), local('DroidSans-Bold'), url('../fonts/droidsans/droidsansbold.woff2') format('woff2'), url('../fonts/droidsans/droidsansbold.woff') format('woff'), url('droidsansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Light'), local('Gilroy-Light'), url('../fonts/gilroy/Gilroylight.woff2') format('woff2'), url('../fonts/gilroy/Gilroylight.woff') format('woff'), url('../fonts/gilroy/Gilroylight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/gilroy/Gilroyextrabold.woff2') format('woff2'), url('../fonts/gilroy/Gilroyextrabold.woff') format('woff'), url('../fonts/gilroy/Gilroyextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@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;
    }

    .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 {
    -webkit-tap-highlight-color: transparent;
    min-width: 320px;
}

body {
    font-family: 'Droid Serif', Georgia, 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #273C55;
    background-color: #F1F1F1;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.375;
    }
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #F62E5E;
    text-decoration: none;
}

a:not(.btn), a:not(.navbar-nav a) {
    border-bottom: 2px solid rgba(39, 60, 85, 0.2);
}

a:not(.btn):hover, a:not(.btn):focus, a:not(.navbar-nav a):hover, a:not(.navbar-nav a):focus {
    border-bottom: 2px solid rgba(246, 46, 94, 0.2);
}

a:hover, a:focus {
    color: #273C55;
    outline: none;
}

a[target]:after {
    content: '';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 8px;
    width: 14px;
    height: 14px;
    background: url('../img/icons/link-blank.svg') no-repeat;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    outline: none;
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 0;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.375;
    background-color: #F1F1F1;
    border: 1px solid #DDD;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #EEE;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role='button'] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
    color: inherit;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #273C55;
}

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: #777;
}

h1, .h1, h2, .h2 {
    margin-bottom: 20px;
}

h1, .h1, h2, .h2, h3, .h3 {
    font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin-top: 22px;
}

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: 11px;
    margin-bottom: 11px;
}

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: 36px;
    line-height: 1.16667;
}

@media (min-width: 768px) {
    h1, .h1 {
        font-size: 48px;
        line-height: 1.125;
    }
}

h2, .h2 {
    font-size: 30px;
    line-height: 1.2;
}

@media (min-width: 768px) {
    h2, .h2 {
        font-size: 36px;
        line-height: 1.16667;
    }
}

h3, .h3 {
    font-size: 24px;
    line-height: 1.16667;
}

@media (min-width: 768px) {
    h3, .h3 {
        font-size: 30px;
        line-height: 1.2;
    }
}

h4, .h4 {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.22222;
}

@media (min-width: 768px) {
    h4, .h4 {
        font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 24px;
        line-height: 1.16667;
    }
}

h5, .h5 {
    font-size: 16px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 22px;
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px;
    }
}

small, .small {
    font-size: 87%;
}

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, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #F9295B;
}

a.text-primary:hover, a.text-primary:focus {
    color: #E8073D;
}

.text-success {
    color: #3C763D;
}

a.text-success:hover, a.text-success:focus {
    color: #2B542C;
}

.text-info {
    color: #31708F;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8A6D3B;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512C;
}

.text-danger {
    color: #A94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #FFF;
}

.bg-primary {
    background-color: #F9295B;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #E8073D;
}

.bg-success {
    background-color: #DFF0D8;
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #C1E2B3;
}

.bg-info {
    background-color: #D9EDF7;
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #AFD9EE;
}

.bg-warning {
    background-color: #FCF8E3;
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #F7ECB5;
}

.bg-danger {
    background-color: #F2DEDE;
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #E4B9B9;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #EEE;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 11px;
}

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: 22px;
}

dt, dd {
    line-height: 1.375;
}

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: 1024px) {
    .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 #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #EEE;
}

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.375;
    color: #777;
}

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 #EEE;
    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: 22px;
    font-style: normal;
    line-height: 1.375;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 1600px;
    width: 100%;
}

.container:before, .container:after {
    content: ' ';
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        padding-left: 34px;
        padding-right: 34px;
    }
}

.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;
}

@media (max-width: 767px) {
    .row {
        margin-left: -12px;
        margin-right: -12px;
    }

    .row:before, .row:after {
        content: ' ';
        display: table;
    }

    .row:after {
        clear: both;
    }
}

@media (min-width: 768px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row:before, .row:after {
        content: ' ';
        display: table;
    }

    .row:after {
        clear: both;
    }
}

@media (max-width: 767px) {
    .row-inline {
        margin-left: -12px;
        margin-right: -12px;
        font-size: 0;
    }
}

@media (min-width: 768px) {
    .row-inline {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 0;
    }
}

.row-inline div[class^='col-'] {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}

.row.gutter-small div[class^='col-'], .row-height.gutter-small div[class^='col-'], .row-inline.gutter-small div[class^='col-'] {
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.row.gutter-small {
    margin-left: -1.5px;
    margin-right: -1.5px;
}

.row.gutter-small:before, .row.gutter-small:after {
    content: ' ';
    display: table;
}

.row.gutter-small:after {
    clear: both;
}

.row-height.gutter-small {
    margin-left: -1.5px;
    margin-right: -1.5px;
    font-size: 0;
}

.row-inline.gutter-small {
    margin-left: -1.5px;
    margin-right: -1.5px;
    font-size: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 768px) {
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left;
}

.col-xxs-1 {
    width: 8.33333%;
}

.col-xxs-2 {
    width: 16.66667%;
}

.col-xxs-3 {
    width: 25%;
}

.col-xxs-4 {
    width: 33.33333%;
}

.col-xxs-5 {
    width: 41.66667%;
}

.col-xxs-6 {
    width: 50%;
}

.col-xxs-7 {
    width: 58.33333%;
}

.col-xxs-8 {
    width: 66.66667%;
}

.col-xxs-9 {
    width: 75%;
}

.col-xxs-10 {
    width: 83.33333%;
}

.col-xxs-11 {
    width: 91.66667%;
}

.col-xxs-12 {
    width: 100%;
}

.col-xxs-pull-0 {
    right: auto;
}

.col-xxs-pull-1 {
    right: 8.33333%;
}

.col-xxs-pull-2 {
    right: 16.66667%;
}

.col-xxs-pull-3 {
    right: 25%;
}

.col-xxs-pull-4 {
    right: 33.33333%;
}

.col-xxs-pull-5 {
    right: 41.66667%;
}

.col-xxs-pull-6 {
    right: 50%;
}

.col-xxs-pull-7 {
    right: 58.33333%;
}

.col-xxs-pull-8 {
    right: 66.66667%;
}

.col-xxs-pull-9 {
    right: 75%;
}

.col-xxs-pull-10 {
    right: 83.33333%;
}

.col-xxs-pull-11 {
    right: 91.66667%;
}

.col-xxs-pull-12 {
    right: 100%;
}

.col-xxs-push-0 {
    left: auto;
}

.col-xxs-push-1 {
    left: 8.33333%;
}

.col-xxs-push-2 {
    left: 16.66667%;
}

.col-xxs-push-3 {
    left: 25%;
}

.col-xxs-push-4 {
    left: 33.33333%;
}

.col-xxs-push-5 {
    left: 41.66667%;
}

.col-xxs-push-6 {
    left: 50%;
}

.col-xxs-push-7 {
    left: 58.33333%;
}

.col-xxs-push-8 {
    left: 66.66667%;
}

.col-xxs-push-9 {
    left: 75%;
}

.col-xxs-push-10 {
    left: 83.33333%;
}

.col-xxs-push-11 {
    left: 91.66667%;
}

.col-xxs-push-12 {
    left: 100%;
}

.col-xxs-offset-0 {
    margin-left: 0;
}

.col-xxs-offset-1 {
    margin-left: 8.33333%;
}

.col-xxs-offset-2 {
    margin-left: 16.66667%;
}

.col-xxs-offset-3 {
    margin-left: 25%;
}

.col-xxs-offset-4 {
    margin-left: 33.33333%;
}

.col-xxs-offset-5 {
    margin-left: 41.66667%;
}

.col-xxs-offset-6 {
    margin-left: 50%;
}

.col-xxs-offset-7 {
    margin-left: 58.33333%;
}

.col-xxs-offset-8 {
    margin-left: 66.66667%;
}

.col-xxs-offset-9 {
    margin-left: 75%;
}

.col-xxs-offset-10 {
    margin-left: 83.33333%;
}

.col-xxs-offset-11 {
    margin-left: 91.66667%;
}

.col-xxs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 480px) {
    .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: 1024px) {
    .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: 1140px) {
    .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%;
    }
}

.col-xxs-five, .col-xs-five, .col-sm-five, .col-md-five, .col-lg-five, .col-xl-five {
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 768px) {
    .col-xxs-five, .col-xs-five, .col-sm-five, .col-md-five, .col-lg-five, .col-xl-five {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.col-xxs-five {
    width: 20%;
    float: left;
}

@media (min-width: 480px) {
    .col-xs-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1024px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1140px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1440px) {
    .col-xl-five {
        width: 20%;
        float: left;
    }
}

.inside-full-height {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

@media (min-width: 480px) {
    .row-xs-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-xs-top {
        vertical-align: top;
    }

    .col-xs-middle {
        vertical-align: middle;
    }

    .col-xs-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 768px) {
    .row-sm-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-sm-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-sm-top {
        vertical-align: top;
    }

    .col-sm-middle {
        vertical-align: middle;
    }

    .col-sm-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1024px) {
    .row-md-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-md-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-md-top {
        vertical-align: top;
    }

    .col-md-middle {
        vertical-align: middle;
    }

    .col-md-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1140px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

@media (min-width: 1440px) {
    .row-lg-height {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }

    .col-lg-height {
        display: table-cell;
        float: none;
        height: 100%;
    }

    .col-lg-top {
        vertical-align: top;
    }

    .col-lg-middle {
        vertical-align: middle;
    }

    .col-lg-bottom {
        vertical-align: bottom;
    }
}

.row.no-gutter, .row-inline.no-gutter, .row-height.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.row.no-gutter div[class^='col-'], .row-inline.no-gutter div[class^='col-'], .row-height.no-gutter div[class^='col-'] {
    padding-left: 0;
    padding-right: 0;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    max-width: 100%;
    margin-bottom: 22px;
}

.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.375;
    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: #F1F1F1;
}

.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-of-type(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: #C4E3F3;
}

.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: 16.5px;
        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: 5px;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: inherit;
    color: #273C55;
    border: 0;
}

label {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 6px;
    font-weight: bold;
    line-height: 1;
    color: #273C55;
}

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;
}

output {
    display: block;
    padding-top: 9px;
    font-size: 16px;
    line-height: 1.375;
    color: #273C55;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 14px;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.375;
    color: #273C55;
    background-color: #F1F1F1;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66AFE9;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #969696;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #969696;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.form-control::-webkit-input-placeholder {
    color: #969696;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEE;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type='search'] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='date'].form-control, input[type='time'].form-control, input[type='datetime-local'].form-control, input[type='month'].form-control {
        line-height: 40px;
    }

    input[type='date'].input-sm, .input-group-sm input[type='date'], input[type='time'].input-sm, .input-group-sm
    input[type='time'], input[type='datetime-local'].input-sm, .input-group-sm
    input[type='datetime-local'], input[type='month'].input-sm, .input-group-sm
    input[type='month'] {
        line-height: 35px;
    }

    input[type='date'].input-lg, .input-group-lg input[type='date'], input[type='time'].input-lg, .input-group-lg
    input[type='time'], input[type='datetime-local'].input-lg, .input-group-lg
    input[type='datetime-local'], input[type='month'].input-lg, .input-group-lg
    input[type='month'] {
        line-height: 50px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.form-error {
    font-size: 14px;
    color: #F62E5E;
}

.radio, .checkbox {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #273C55;
}

.radio label, .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio-title, .checkbox-title {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.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 {
    position: relative;
    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: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 38px;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 35px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

select.input-sm {
    height: 35px;
    line-height: 35px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 35px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.form-group-sm select.form-control {
    height: 35px;
    line-height: 35px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 35px;
    min-height: 36px;
    padding: 7px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.input-lg {
    height: 50px;
    padding: 12px 14px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
}

select.input-lg {
    height: 50px;
    line-height: 50px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 50px;
    padding: 12px 14px;
    font-size: 18px;
    line-height: 1.33333;
}

.form-group-lg select.form-control {
    height: 50px;
    line-height: 50px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 50px;
    min-height: 40px;
    padding: 13px 14px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 50px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.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: #2B542C;
    box-shadow: none;
}

.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: #66512C;
    box-shadow: none;
}

.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: none;
}

.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: 27px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #4F7AAC;
}

@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: 9px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 31px;
}

.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: 9px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 13px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 7px;
        font-size: 14px;
    }
}

.checkbox, .radio {
    padding-left: 30px;
    cursor: pointer;
    font-weight: normal;
}

input[type='checkbox'] {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
}

input[type='checkbox'] ~ .checkbox-indicator {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #F1F1F1;
}

input[type='checkbox']:checked ~ .checkbox-indicator {
    background: #F1F1F1 url('../img/icons/check-red.svg') no-repeat center center;
    background-size: 80%;
}

input[type='radio'] {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
}

input[type='radio'] ~ .radio-indicator {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: 1px solid #263B56;
    background-color: #F1F1F1;
}

input[type='radio']:checked ~ .radio-indicator:before {
    content: '';
    background-color: #F9295B;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border-radius: 12px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0;
    white-space: nowrap;
    outline: none;
    padding: 7px 20px;
    font-size: 18px;
    line-height: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #273C55;
    text-decoration: none;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
}

.btn-radius {
    border-radius: 40px;
}

.btn-icon.btn {
    padding: 7px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.btn:not(.dropdown-toggle) span {
    display: inline-block;
    line-height: 1;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #273C55;
    background-color: #F1F1F1;
}

.btn-default:focus, .btn-default.focus {
    color: #273C55;
}

.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #273C55;
    background-color: #E7E7E7;
}

.btn-default:active:focus, .btn-default:active.focus, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
    color: #273C55;
}

.btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    background-color: #F1F1F1;
    border-color: #F1F1F1;
}

.btn-default .badge {
    color: #BCBEC2;
    font-size: 18px;
    background-color: transparent;
}

.btn-default:hover {
    background-color: #263B56;
    color: #FFF;
}

.btn-primary {
    color: #273C55;
    background-color: #FFF;
}

.btn-primary:focus, .btn-primary.focus {
    color: #273C55;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #273C55;
    background-color: whitesmoke;
}

.btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
    color: #273C55;
}

.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    background-color: #FFF;
    border-color: #FFF;
}

.btn-primary .badge {
    color: #BCBEC2;
    font-size: 18px;
    background-color: transparent;
}

.btn-primary:hover {
    background-color: #263B56;
    color: #FFF;
}

.btn-success {
    color: #FFF;
    background-color: #F9295B;
}

.btn-success:focus, .btn-success.focus {
    color: #FFF;
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #FFF;
    background-color: #F8154C;
}

.btn-success:active:focus, .btn-success:active.focus, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #FFF;
}

.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    background-color: #F9295B;
    border-color: #F9295B;
}

.btn-success .badge {
    color: #BCBEC2;
    font-size: 18px;
    background-color: transparent;
}

.btn-success:hover {
    background-color: #263B56;
    color: #FFF;
}

.btn-info {
    color: #FFF;
    background-color: #263B56;
}

.btn-info:focus, .btn-info.focus {
    color: #FFF;
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #FFF;
    background-color: #203148;
}

.btn-info:active:focus, .btn-info:active.focus, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #FFF;
}

.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    background-color: #263B56;
    border-color: #263B56;
}

.btn-info .badge {
    color: #BCBEC2;
    font-size: 18px;
    background-color: transparent;
}

.btn-info:hover {
    background-color: #F9295B;
    color: #FFF;
}

.btn-warning {
    color: #FFF;
    background-color: #F0AD4E;
}

.btn-warning:focus, .btn-warning.focus {
    color: #FFF;
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #FFF;
    background-color: #EEA43B;
}

.btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #FFF;
}

.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #F0AD4E;
    border-color: #EEA236;
}

.btn-warning .badge {
    color: #BCBEC2;
    font-size: 18px;
    background-color: transparent;
}

.btn-danger {
    color: #FFF;
    background-color: #D9534F;
}

.btn-danger:focus, .btn-danger.focus {
    color: #FFF;
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #FFF;
    background-color: #D5433E;
}

.btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #FFF;
}

.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    background-color: #D9534F;
    border-color: #D43F3A;
}

.btn-danger .badge {
    color: #BCBEC2;
    font-size: 18px;
    background-color: transparent;
}

.btn-link {
    color: #F62E5E;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #F62E5E;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}

.btn-lg {
    font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 12px 14px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0;
}

.btn-lg.btn-radius {
    border-radius: 50px;
}

.btn-sm {
    min-width: 50px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm.btn-radius {
    border-radius: 33px;
}

.btn-xs {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    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: 10px 0;
    overflow: hidden;
    background-color: #E5E5E5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.375;
    color: #333;
    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: #F9295B;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    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.375;
    color: #777;
    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 dashed;
    border-bottom: 4px solid \9;
    content: '';
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 1024px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.breadcrumb {
    padding: 0;
    margin-bottom: 25px;
    list-style: none;
    border-radius: 0;
    font-family: 'Gilroy';
    font-weight: 800;
}

.breadcrumb > li {
    display: inline-block;
}

.breadcrumb > li + li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #CCC;
    width: 0;
    height: 0;
    border-top: 3.5px solid transparent;
    border-left: 6px solid #969696;
    border-bottom: 3.5px solid transparent;
    margin-right: 10px;
    margin-left: 6px;
}

.breadcrumb a {
    color: #969696;
}

.breadcrumb a:hover {
    color: #F62E5E;
    text-decoration: none;
}

.breadcrumb > .active {
    color: #969696;
}

.pagination {
    display: inline-block;
    vertical-align: top;
    padding-left: 0;
    margin: 0;
    border-radius: 0;
    font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 0;
}

@media (max-width: 767px) {
    .pagination-link-prev span, .pagination-link-next span {
        display: none;
    }
}

@media (min-width: 768px) {
    .pagination-link-prev, .pagination-link-next {
        margin-top: 36px;
    }
}

@media (max-width: 767px) {
    .pagination-link-prev a {
        padding: 10px 15px 10px 0;
    }
}

@media (max-width: 767px) {
    .pagination-link-next a {
        padding: 10px 0 10px 15px;
    }
}

.pagination li {
    position: relative;
    display: inline-block;
    padding: 22px 0;
    border-top: 3px solid #DBDCDE;
}

.pagination li a, .pagination li span {
    position: relative;
    float: left;
    padding: 8px 14px;
    line-height: 1.375;
    text-decoration: none;
    color: #273C55;
    font-size: 22px;
    border: 0;
}

.pagination li:first-child a, .pagination li:first-child span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination li:last-child > a, .pagination li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination li a:hover, .pagination li a:focus, .pagination li span:hover, .pagination li span:focus {
    z-index: 2;
    color: #F62E5E;
    border: 0;
}

.pagination .active {
    border-color: #273C55;
}

.pagination .active a, .pagination .active a:hover, .pagination .active a:focus, .pagination .active span, .pagination .active span:hover, .pagination .active span:focus {
    z-index: 3;
    color: #F62E5E;
    border-color: #F9295B;
    cursor: default;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    border-color: #DDD;
    cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 12px 14px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5E5E5E;
}

.label-primary {
    background-color: #F9295B;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #E8073D;
}

.label-success {
    background-color: #5CB85C;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449D44;
}

.label-info {
    background-color: #5BC0DE;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31B0D5;
}

.label-warning {
    background-color: #F0AD4E;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #EC971F;
}

.label-danger {
    background-color: #D9534F;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #C9302C;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 8.15px;
    font-size: 14px;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #FFF;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #273C55;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #F62E5E;
    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;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-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: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    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;
}

.modal-header:before, .modal-header:after {
    content: ' ';
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.375;
}

.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: 1024px) {
    .modal-lg {
        width: 900px;
    }
}

.carousel {
    position: relative;
}

.carousel-img {
    overflow: hidden;
}

@media (max-width: 767px) {
    .carousel-img {
        text-align: center;
        height: 320px;
    }
}

@media (min-width: 768px) {
    .carousel-img {
        max-width: 320px;
        width: 100%;
    }
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    min-height: 530px;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

@media (min-width: 768px) {
    .carousel-inner > .item {
        padding: 60px 60px 30px;
    }
}

@media (min-width: 768px) {
    .carousel-inner > .item:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.15);
    }
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 274px;
    left: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

@media (min-width: 768px) {
    .carousel-control {
        top: 80%;
        bottom: 0;
    }
}

.carousel-control.right {
    left: auto;
    right: 0;
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #FFF;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    font-size: 0;
}

@media (min-width: 768px) {
    .carousel-indicators {
        bottom: 10px;
    }
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    text-indent: -999px;
    border: 3px solid #FFF;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 10px;
    background-color: #000 \9;
    background-color: #FFF;
}

.carousel-indicators .active {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .carousel-caption {
        background-color: #F1F1F1;
        padding: 15px 12px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        color: #FFF;
    }
}

.carousel-caption .h1 {
    margin-top: 0;
    margin-bottom: 17px;
    line-height: 1;
}

.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;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width: 479px) {
    .hidden-xxs-down {
        display: none !important;
    }
}

@media (min-width: 480px) {
    .hidden-xs-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 1024px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 1139px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 1140px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1439px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !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;
    }
}

.icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    position: relative;
    top: -1px;
}

.icon--arrow-toggle {
    background-color: #F1F1F1;
    border-radius: 50%;
    padding: 9.5px;
    width: 40px;
    height: 40px;
}

.icon--arrow-up, .icon--arrow-down {
    font-size: 14px;
}

.icon--update {
    font-size: 22px;
}

.icon--view {
    font-size: 21px;
}

.icon--play {
    position: relative;
    top: -2px;
    right: -1px;
    font-size: 13px;
    fill: #FFF;
}

.icon--pause {
    font-size: 13.5px;
}

.icon--video {
    font-size: 19px;
    fill: #FFF;
}

.icon--location {
    width: 22px;
    height: 24px;
}

.icon--phone {
    width: 16px;
    height: 24px;
}

.icon--mail {
    font-size: 22px;
}

.icon--user {
    width: 24px;
    height: 24px;
}

.icon--basket {
    font-size: 18px;
}

.icon--inbasket, .icon--delivery {
    font-size: 50px;
}

.icon--pay {
    font-size: 46px;
}

.icon--social-tw {
    font-size: 22.5px;
    fill: #273C55;
}

.icon--social-fb {
    font-size: 22px;
    fill: #273C55;
}

.icon--social-vk {
    font-size: 18px;
    fill: #273C55;
}

.icon--close {
    font-size: 17px;
}

/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden, select.selectpicker {
    display: none !important;
}

.bootstrap-select {
    width: 220px \0;
    position: relative;
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    display: block;
    height: 40px;
    padding: 8px 30px 8px 14px;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.375;
    color: #273C55;
    background-color: #F1F1F1;
    background-image: none;
    border: 0;
    border-radius: 0;
    z-index: 1;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #969696;
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle {
    border-color: #B94A48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*='col-']) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*='col-'] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right, .row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    border: 3px solid #273C55;
    padding: 10px 0;
    min-width: 100%;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #FFF;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    padding: 10px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a:focus {
    outline: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a, .bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: #F9295B;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #F5F5F5;
    border: 1px solid #E3E3E3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #F5F5F5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox, .bs-actionsbox, .bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}

.slick-slider {
    background-image: url('../img/preloader.svg');
}

.slick-slider .slick-list {
    opacity: 0;
    position: absolute;
}

.slick-slider.slick-initialized {
    background-image: none;
}

.slick-slider.slick-initialized .slick-list {
    opacity: 1;
    position: relative;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

.slick-dots {
    padding: 0;
    margin: 0;
}

.slick-dots button {
    border: 0;
}

.slick-disabled {
    display: none;
}

table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

table.table-responsive th {
    display: none;
}

table.table-responsive td {
    display: block;
}

table.table-responsive td:before {
    content: attr(data-th);
    display: inline-block;
    width: 50%;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #969696;
    padding: 17px 0;
}

@media (min-width: 768px) {
    table.table-responsive td:before {
        display: none;
    }
}

@media (min-width: 768px) {
    table.table-responsive th, table.table-responsive td {
        display: table-cell;
        padding: 24px 0;
    }

    table.table-responsive th:first-child, table.table-responsive td:first-child {
        padding-left: 0;
    }

    table.table-responsive th:last-child, table.table-responsive td:last-child {
        padding-right: 0;
    }
}

table th {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #969696;
}

table td {
    font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

table th, table td {
    text-align: left;
    border-bottom: 3px solid #DBDCDE;
}

.input-recount {
    width: 93px;
}

.input-recount_field {
    padding-left: 15px;
    vertical-align: middle;
    width: 50px;
    height: 40px;
    border: 0;
    outline: none;
}

.input-recount_btn {
    vertical-align: middle;
    padding: 8px;
    background: none;
    border: 0;
    outline: none;
}

.input-recount_btn.update {
    -webkit-animation: recountUpdate 0.4s infinite linear;
    animation: recountUpdate 0.4s infinite linear;
}

.input-recount_btn:hover:not(.update) .icon {
    fill: #F62E5E;
}

@-webkit-keyframes recountUpdate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes recountUpdate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main {
    padding-bottom: 70px;
}

@media (min-width: 1140px) {
    .main-content {
        padding-left: 320px;
    }
}

.sorting-select {
    text-align: right;
}

@media (min-width: 768px) {
    .sorting-select {
        width: 360px;
    }
}

.sorting-select .control-label {
    margin-right: 15px;
}

@media (max-width: 767px) {
    .sorting-select .control-label {
        display: none;
    }
}

.sorting-select .bootstrap-select {
    max-width: 230px;
}

.sorting-select .filter-option {
    color: #273C55;
    font-size: 16px;
    font-weight: bold;
}

.bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
}

.bootstrap-select.form-control--white .dropdown-toggle {
    background-color: #FFF;
    border: 2px solid #D4D7D8;
}

.bootstrap-select.form-control--border .dropdown-toggle {
    border: 2px solid #D4D7D8;
}

.bootstrap-select.btn-group .dropdown-menu li.selected a {
    background-color: transparent;
    color: #F9295B;
}

.form-control--white {
    background-color: #FFF;
    border: 2px solid #D4D7D8;
}

.form-control--border {
    border: 2px solid #D4D7D8;
}

.container--narrow {
    max-width: 1266px;
}

@media (min-width: 1140px) {
    .container--narrow .content_side {
        width: 290px;
    }

    .container--narrow .content--left .content_side {
        float: right;
    }

    .container--narrow .content--left .content_inner {
        margin-right: 320px;
    }

    .container--narrow .content--right .content_side {
        float: left;
    }

    .container--narrow .content--right .content_inner {
        margin-left: 320px;
    }
}

.content-head {
    padding: 30px 0 10px;
    border-bottom: 3px solid #DBDCDE;
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .content-head {
        padding: 40px 0 30px;
        margin-bottom: 50px;
    }
}

@media (min-width: 1140px) {
    .content-head {
        padding-top: 0;
    }
}

.content-head .page-title {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .content-head .btn {
        margin: 12px 0;
    }
}

@media (min-width: 768px) {
    .content-head .btn {
        float: right;
        margin-top: 4px;
    }
}

@media (min-width: 1140px) {
    .content_side {
        width: 290px;
    }

    .content--left .content_side {
        float: right;
    }

    .content--left .content_inner {
        margin-right: 320px;
    }

    .content--right .content_side {
        float: left;
    }

    .content--right .content_inner {
        margin-left: 320px;
    }
}

.post_text {
    max-width: 892px;
}

.post_footer {
    margin-bottom: 50px;
}

.post-meta {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #DBDCDE;
    overflow: hidden;
    width: 220px;
    float: left;
    padding: 7px 0;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
    color: #969696;
}

.post-meta_date, .post-meta_views {
    width: 50%;
    float: left;
    padding: 3px 0;
}

.post-meta_date {
    border-right: 3px solid #DBDCDE;
}

.post-meta_views .icon {
    margin-right: 8px;
}

.post-meta .btn {
    float: right;
}

.section {
    padding: 60px 0;
}

.section.section--bg-cover {
    background-size: cover;
}

.section.section--bg-fixed {
    background-attachment: fixed;
}

.section_header {
    text-align: center;
}

.white-box {
    padding: 30px 20px;
    background-color: #FFF;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .white-box {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 30px;
    }
}

.content-block {
    margin-bottom: 42px;
}

@media (min-width: 768px) {
    .content-block {
        margin-bottom: 52px;
    }
}

.content-block_title {
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .content-block_title {
        margin-top: 0;
    }
}

.chekout-success {
    font-size: 14px;
}

.price {
    max-width: 160px;
    width: 100%;
    font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-top: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .price {
        text-align: center;
    }
}

.price_sum {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    line-height: 1;
    position: relative;
    white-space: nowrap;
    float: left;
    margin-top: 6px;
}

.price_sum span {
    display: block;
}

.price_current {
    color: #273C55;
    font-size: 20px;
    font-weight: 800;
    white-space: nowrap;
}

.price_old {
    color: #979797;
    font-size: 14px;
    font-weight: 300;
    text-decoration: line-through;
    position: absolute;
    top: -16px;
}

.price .btn {
    float: right;
}

hr.separator {
    clear: both;
    background-color: rgba(23, 36, 52, 0.1);
    height: 3px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 0;
    box-shadow: none;
}

@media (max-width: 767px) {
    hr.separator {
        margin-left: -12px;
    }
}

@media (min-width: 768px) {
    .user-profile .white-box:first-child {
        position: relative;
    }

    .user-profile .white-box:first-child:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 25%;
        border-width: 0 0 0 8px;
        border-style: dotted;
        border-color: #F1F1F1;
        border-image-source: url('../img/design/dots.svg');
        border-image-slice: 33% 33%;
        border-image-repeat: round;
    }
}

.user-profile h4 {
    margin-bottom: 15px;
    margin-top: 5px;
}

.user-profile .form-group {
    margin-bottom: 22px;
}

.user-profile .form-group:last-child {
    margin-bottom: 10px;
}

.user-profile label {
    color: #969696;
}

.user-avatar {
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .user-avatar {
        margin-top: 30px;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .user-avatar:before {
        content: '';
        position: absolute;
        top: 0;
        border-width: 0 0 8px 0;
        border-style: dotted;
        border-color: #F1F1F1;
        border-image-source: url('../img/design/dots.svg');
        border-image-slice: 33% 33%;
        border-image-repeat: round;
        left: -20px;
        right: -20px;
    }
}

@media (min-width: 768px) {
    .user-avatar {
        padding-top: 10px;
        padding-left: 15px;
    }
}

.user-avatar label {
    color: #273C55;
}

.user-avatar input[type='file'] {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
}

.user-avatar_img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto 15px;
    background: url('../img/design/avatar-cap.png') no-repeat center center;
}

.user-avatar_change {
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 0;
    white-space: nowrap;
}

.user-avatar_change:hover {
    color: #F62E5E;
}

.title-img {
    position: relative;
    margin-bottom: 3px;
}

.title-img--indent {
    margin-bottom: 35px;
}

.title-img h1, .title-img h2, .title-img h3, .title-img .h1, .title-img .h2, .title-img .h3 {
    max-width: 405px;
}

@media (min-width: 768px) {
    .title-img h1, .title-img h2, .title-img h3, .title-img .h1, .title-img .h2, .title-img .h3 {
        position: absolute;
        left: 40px;
        top: 33px;
        color: #FFF;
        margin: 0;
    }
}

.title-img img {
    display: none;
    margin-bottom: 23px;
}

@media (min-width: 768px) {
    .title-img img {
        display: block;
    }
}

.pagenav {
    position: relative;
    margin-bottom: 45px;
}

.pagenav a {
    display: inline-block;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #273C55;
    font-weight: bold;
}

@media (min-width: 768px) {
    .pagenav {
        border-top: 3px solid #DBDCDE;
    }

    .pagenav .pagination {
        margin-top: -3px;
    }

    .pagenav .pagination:before {
        top: -3px;
    }
}

.pagenav .pagenav-line {
    position: static;
}

.pagenav .pagenav-line:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #DBDCDE;
}

.pagenav .pages-all {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.pagenav .pages-all span {
    white-space: nowrap;
}

.pagenav .pages-all a {
    color: #273C55;
    margin-left: 25px;
}

@media (max-width: 767px) {
    .pagenav .pages-all a {
        float: right;
    }
}

@media (max-width: 767px) {
    .pagenav .pages-all {
        padding-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .pagenav .pages-all {
        padding-top: 38px;
    }
}

@media (max-width: 767px) {
    .pagenav .pagination:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-top: 3px solid #DBDCDE;
    }
}

.pagenav .btn {
    margin-top: 30px;
}

@media (min-width: 1140px) {
    .catalog {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .catalog .album .price .btn {
        display: none;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .catalog .price_sum {
        float: none;
    }
}

.catalog-sort {
    margin-bottom: 20px;
}

.catalog-sort:before, .catalog-sort:after {
    content: ' ';
    display: table;
}

.catalog-sort:after {
    clear: both;
}

.catalog-sort_view {
    float: left;
    font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
    padding-top: 8px;
}

.catalog-sort_view a {
    color: #273C55;
    margin-left: 15px;
}

@media (max-width: 767px) {
    .catalog-sort_view a {
        display: none;
    }
}

.catalog-sort_type {
    float: right;
}

.catalog-list {
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .catalog-list {
        margin-bottom: 60px;
    }
}

@media (max-width: 1139px) {
    .catalog-list {
        margin-left: -34px;
        margin-right: -34px;
    }
}

@media (max-width: 767px) {
    .catalog-list {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.about-box {
    overflow: hidden;
}

.about-box .h4 {
    margin-top: 0;
}

.about-box_text {
    font-size: 14px;
}

@media (min-width: 768px) {
    .about-box_text {
        width: 210px;
    }
}

.about-box_photo {
    overflow: hidden;
}

@media (min-width: 768px) {
    .about-box_photo {
        float: right;
        width: 68%;
    }
}

@media (min-width: 768px) {
    .about-box_photo {
        width: 73%;
    }
}

.about-box_photo a {
    outline: none;
}

@media (max-width: 767px) {
    .about-box_photo a:nth-child(2) {
        display: none;
    }
}

@media (min-width: 768px) {
    .about-box_photo a {
        float: left;
        padding-left: 3px;
        width: 50%;
    }
}

@media (min-width: 1024px) {
    .about-box_photo a {
        max-width: 332px;
    }
}

@media (max-width: 1139px) {
    .about-box_photo a:last-child {
        display: none;
    }
}

@media (min-width: 1140px) {
    .about-box_photo a {
        max-width: 302px;
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    .about-box_photo {
        margin: -30px -20px 25px;
        text-align: center;
    }
}

.now-sale {
    padding: 30px 0 30px 45px;
    margin-left: 20px;
    background: url('../img/icons/records.png') no-repeat 0 center;
}

@media (min-width: 768px) and (max-width: 1139px) {
    .now-sale {
        margin-left: 0;
        max-width: 297px;
        float: right;
    }
}

.now-sale_amount {
    font-family: 'Gilroy';
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

@media (min-width: 768px) and (max-width: 1139px) {
    .now-sale_amount {
        display: inline-block;
        vertical-align: middle;
    }
}

.now-sale span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Droid Sans';
    font-size: 14px;
    line-height: 1.4285;
    max-width: 150px;
    text-align: left;
}

@media (min-width: 768px) and (max-width: 1139px) {
    .now-sale span {
        display: inline-block;
        vertical-align: middle;
        padding-left: 6px;
    }
}

.popup-wide-container {
    margin: 70px 0 0;
}

@media (min-width: 1140px) {
    .popup-wide-container {
        margin: 90px 0 0;
    }
}

.popup-wide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #E7E9EA;
}

@media (max-width: 1139px) {
    .popup-wide .fancybox-close-small {
        display: none;
    }
}

.popup-login-close {
    position: absolute;
    top: 0;
    left: 0;
}

.login-close {
    background-color: transparent;
    border: 0;
    outline: none;
    line-height: 1;
    position: absolute;
    left: 12px;
    padding: 14px 14px 14px 30px;
    -webkit-transform: translate3d(-300%, 0, 0);
    transform: translate3d(-300%, 0, 0);
}

@media (min-width: 1140px) {
    .login-close {
        display: none;
    }
}

.login-close span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #FFF;
}

.login-close:before, .login-close:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    background-color: #FFF;
    border-radius: 2px;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
}

.login-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.login-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.login {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    max-width: 550px;
    min-width: 314px;
    margin: auto;
}

@media (max-width: 1023px) {
    .login .fancybox-close-small {
        display: none;
    }
}

.login .social-links {
    position: relative;
}

@media (max-width: 767px) {
    .login .social-links {
        padding: 0 10px;
    }

    .login .social-links:before {
        content: '';
        position: absolute;
        left: 0;
        right: 10px;
        border-top: 3px solid #DBDCDE;
    }
}

@media (min-width: 768px) {
    .login .social-links {
        border-top: 3px solid #E7E9EA;
        padding-top: 15px;
    }

    .login .social-links a {
        margin-right: 6px;
    }
}

.login .social-links span {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .login .social-links span {
        display: block;
        font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 18px;
        margin-bottom: 12px;
        padding-top: 16px;
    }
}

@media (min-width: 768px) {
    .login .social-links span {
        font-size: 24px;
        vertical-align: middle;
        margin-right: 10px;
    }
}

.login-type {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

@media (max-width: 767px) {
    .login-type {
        border-bottom: 3px solid #E7E9EA;
        display: table;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .login-type {
        margin: 70px 0 25px;
        border-top: 3px solid #E7E9EA;
    }
}

@media (max-width: 767px) {
    .login-type li {
        display: table-cell;
        overflow: hidden;
        background-color: #F1F1F1;
    }
}

@media (min-width: 768px) {
    .login-type li {
        float: left;
        width: 50%;
    }

    .login-type li:first-child {
        padding-right: 15px;
    }

    .login-type li:last-child {
        padding-left: 15px;
    }
}

.login-type li.active a {
    background-color: #FFF;
}

.login-type a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    outline: none;
    color: #273C55;
}

@media (max-width: 767px) {
    .login-type a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .login-type a {
        font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 24px;
        padding-top: 22px;
        padding-bottom: 22px;
        border-bottom: 3px solid #E7E9EA;
    }
}

@media (min-width: 768px) {
    .login-type a {
        pointer-events: none;
    }
}

.login-form:before, .login-form:after {
    content: ' ';
    display: table;
}

.login-form:after {
    clear: both;
}

@media (min-width: 768px) {
    .login-form {
        padding-bottom: 30px;
    }
}

.login-form_col p {
    font-size: 14px;
}

.login-form_col .btn {
    margin-right: 26px;
}

.login-form_col a:not(.btn) {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

@media (max-width: 767px) {
    .login-form_col {
        display: none;
    }

    .login-form_col.active {
        display: block;
    }
}

@media (max-width: 767px) {
    .login-form_col {
        padding: 17px 10px 20px;
    }
}

@media (min-width: 768px) {
    .login-form_col {
        width: 50%;
        float: left;
    }

    .login-form_col:first-child {
        padding-right: 15px;
    }

    .login-form_col:last-child {
        padding-left: 15px;
    }
}

.login-form .button-group a {
    color: #273C55;
}

.animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-300%, 0, 0);
        transform: translate3d(-300%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@media (max-width: 1139px) {
    .without-indent {
        margin-left: -34px;
        margin-right: -34px;
    }
}

@media (max-width: 767px) {
    .without-indent {
        margin-left: -12px;
        margin-right: -12px;
    }
}

.header {
    position: relative;
    margin-bottom: 5px;
}

@media (min-width: 1140px) {
    .header {
        margin-bottom: 40px;
    }
}

.header_panel {
    background-color: #F62E5E;
    padding: 10px 0;
}

@media (min-width: 1140px) {
    .header_panel {
        padding: 15px 0;
    }
}

.header_info {
    float: right;
    padding-top: 8px;
}

@media (min-width: 1140px) {
    .header_info {
        padding-top: 12px;
    }
}

.logo {
    float: left;
}

@media (max-width: 1139px) {
    .logo {
        float: right;
        width: 50px;
        height: 50px;
        margin-left: 13px;
    }
}

.logo a {
    display: block;
}

.logo span {
    color: #FFF;
    font-family: 'Gilroy';
    font-size: 24px;
    font-weight: 800;
    width: 130px;
    line-height: 0.8333;
    margin-left: 14px;
    display: none;
}

@media (min-width: 1140px) {
    .logo span {
        display: inline-block;
        vertical-align: middle;
    }
}

.contacts, .user-panel {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contacts li, .user-panel li {
    float: left;
    height: 32px;
    border-right: 3px solid rgba(23, 36, 52, 0.1);
}

.contacts a, .user-panel a {
    padding: 5px 24px 0;
    font-family: 'Gilroy';
    font-size: 18px;
    font-weight: 800;
    color: #FFF;
}

@media (max-width: 767px) {
    .contacts {
        display: none;
    }
}

.contacts li:first-child {
    border-left: 0;
}

.contacts a {
    display: block;
}

.contacts a .icon {
    margin-bottom: 4px;
}

.contacts_location .icon, .contacts_phone .icon {
    margin-right: 14px;
}

@media (max-width: 1139px) {
    .contacts_phone a {
        padding-left: 0;
    }
}

.contacts_location a {
    padding-left: 0;
}

@media (max-width: 1139px) {
    .contacts_location {
        display: none;
    }
}

.user-panel {
    float: right;
}

@media (min-width: 1140px) {
    .user-panel li:last-child {
        border-right: 0;
    }
}

.user-panel a {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .user-panel_profile {
        display: none;
    }
}

.user-panel_basket a {
    position: relative;
}

.user-panel_basket .icon {
    width: 24px;
    height: 22px;
}

.user-panel_basket .badge {
    position: absolute;
    top: -4px;
    right: 2px;
}

.menu-trigger {
    background-color: transparent;
    border: 0;
    padding: 14px 14px 14px 0;
    outline: none;
    line-height: 1;
}

@media (min-width: 1140px) {
    .menu-trigger {
        display: none;
    }
}

.menu-trigger_text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #FFF;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.menu-trigger_bands {
    float: left;
    width: 22px;
    height: 17px;
    position: relative;
    background-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.menu-trigger_band {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #FFF;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.12s ease-in-out;
    transition: 0.12s ease-in-out;
}

.menu-trigger_band:nth-child(1) {
    top: 0;
}

.menu-trigger_band:nth-child(2), .menu-trigger_band:nth-child(3) {
    top: 7px;
}

.menu-trigger_band:nth-child(4) {
    top: 14px;
}

.menu-trigger.open .menu-trigger_band:nth-child(1) {
    top: 7px;
    width: 0;
    left: 50%;
}

.menu-trigger.open .menu-trigger_band:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-trigger.open .menu-trigger_band:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-trigger.open .menu-trigger_band:nth-child(4) {
    top: 7px;
    width: 0;
    left: 50%;
}

.main-menu {
    background-color: #FFF;
}

@media (max-width: 767px) {
    .main-menu {
        padding-bottom: 85px;
    }
}

@media (max-width: 1139px) {
    .main-menu {
        position: absolute;
        left: 0;
        right: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        padding-bottom: 335px;
    }
}

.main-menu_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1139px) {
    .main-menu_list {
        overflow: hidden;
        padding-top: 22px;
    }
}

@media (min-width: 1140px) {
    .main-menu_list {
        float: left;
    }
}

@media (min-width: 1280px) {
    .main-menu_list {
        padding-left: 85px;
    }
}

@media (max-width: 1139px) {
    .main-menu_item {
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0) scale3d(1, 0.8, 1);
        transform: translate3d(0, 50px, 0) scale3d(1, 0.8, 1);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-transition: visibility 0.5s, opacity 0.5s, -webkit-transform 0.5s;
        transition: visibility 0.5s, opacity 0.5s, -webkit-transform 0.5s;
        transition: transform 0.5s, visibility 0.5s, opacity 0.5s;
        transition: transform 0.5s, visibility 0.5s, opacity 0.5s, -webkit-transform 0.5s;
        -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }

    .main-menu_item:nth-child(4) {
        -webkit-transition-delay: 0.05s;
        transition-delay: 0.05s;
    }

    .main-menu_item:nth-child(3) {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

    .main-menu_item:nth-child(2) {
        -webkit-transition-delay: 0.15s;
        transition-delay: 0.15s;
    }

    .main-menu_item:nth-child(1) {
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }
}

@media (min-width: 1140px) {
    .main-menu_item {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
    }

    .main-menu_item:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1280px) {
    .main-menu_item {
        margin-right: 30px;
    }
}

.main-menu_link {
    display: block;
    vertical-align: middle;
    padding: 6px 0;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #273C55;
}

@media (min-width: 1140px) {
    .main-menu_link {
        display: inline-block;
        padding: 33px 0;
        font-size: 18px;
    }
}

.main-menu_link.active {
    color: #F62E5E;
}

.main-menu--open {
    opacity: 1;
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
}

.main-menu--open .main-menu_item {
    -webkit-transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    transition-timing-function: cubic-bezier(0.56, 1.19, 0.2, 1.05);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1;
}

.main-menu--open .main-menu_item:first-child {
    -webkit-transition-delay: 0.03s;
    transition-delay: 0.03s;
}

.main-menu--open .main-menu_item:nth-child(2) {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
}

.main-menu--open .main-menu_item:nth-child(3) {
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.13s;
}

.main-menu--open .main-menu_item:nth-child(4) {
    -webkit-transition-delay: 0.18s;
    transition-delay: 0.18s;
}

.main-menu--open .main-menu_item:nth-child(5) {
    -webkit-transition-delay: 0.23s;
    transition-delay: 0.23s;
}

.main-menu--open .main-menu_item:nth-child(6) {
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.main-menu--open .main-menu_item:nth-child(7) {
    -webkit-transition-delay: 0.33s;
    transition-delay: 0.33s;
}

.main-menu--open .main-menu_item:nth-child(8) {
    -webkit-transition-delay: 0.38s;
    transition-delay: 0.38s;
}

.main-menu_search {
    width: 290px;
    position: relative;
}

@media (min-width: 1140px) {
    .main-menu_search {
        float: right;
        padding-top: 20px;
    }
}

.main-menu_search .lang {
    float: left;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    margin-top: 15px;
    color: #273C55;
}

.navbar-toggle .icon-bar {
    background-color: #FFF;
}

.form-search {
    position: relative;
}

@media (min-width: 1140px) {
    .form-search {
        width: 215px;
        float: right;
        padding-left: 30px;
    }
}

.form-search .form-control {
    font-size: 18px;
    font-weight: 800;
    padding: 10px 0 0;
    background-color: rgba(241, 241, 241, 0);
}

.form-search .form-control::-moz-placeholder {
    color: #273C55;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.form-search .form-control:-ms-input-placeholder {
    color: #273C55;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.form-search .form-control::-webkit-input-placeholder {
    color: #273C55;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.form-search .form-control::-moz-placeholder {
    color: #273C55;
    font-size: 24px;
    font-weight: bold;
}

.form-search .form-control:-ms-input-placeholder {
    color: #273C55;
    font-size: 24px;
    font-weight: bold;
}

.form-search .form-control::-webkit-input-placeholder {
    color: #273C55;
    font-size: 24px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .form-search .form-control {
        font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
}

@media (min-width: 768px) {
    .form-search .form-control {
        font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        border-bottom: 2px solid rgba(39, 60, 85, 0.2);
    }

    .form-search .form-control::-moz-placeholder {
        font-size: 18px;
        opacity: 1;
    }

    .form-search .form-control:-ms-input-placeholder {
        font-size: 18px;
        opacity: 1;
    }

    .form-search .form-control::-webkit-input-placeholder {
        font-size: 18px;
        opacity: 1;
    }
}

.form-search .form-control:focus {
    background-color: #F1F1F1;
    box-shadow: none;
    outline: none;
}

.form-search .form-control:focus::-moz-placeholder {
    color: transparent;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.form-search .form-control:focus:-ms-input-placeholder {
    color: transparent;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.form-search .form-control:focus::-webkit-input-placeholder {
    color: transparent;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}

.form-search button {
    position: absolute;
    top: 0;
    height: 100%;
    border: 0;
    padding: 8px 0 0;
    background-color: transparent;
    font-size: 23px;
    outline: none;
    box-shadow: none;
}

@media (max-width: 767px) {
    .form-search button {
        display: none;
        right: 0;
    }
}

@media (min-width: 768px) {
    .form-search button {
        left: 0;
    }
}

.form-search.focus {
    position: absolute;
    padding-left: 0;
    margin-top: 5px;
    width: 100%;
    float: none;
}

.form-search.focus .form-control {
    padding: 0 30px 0 15px;
    border: 0;
}

.form-search.focus button {
    display: block;
    left: auto;
    right: 8px;
    padding-top: 0;
}

.social-links {
    white-space: nowrap;
}

.social-links_item {
    background-color: #F1F1F1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 4px;
}

.social-links_item .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.social-links_item:last-child {
    margin-right: 0;
}

.social-links_item:hover {
    background-color: #263B56;
}

.social-links_item:hover .icon {
    fill: #FFF;
}

@media (max-width: 767px) {
    .social-links {
        padding-bottom: 10px;
    }
}

.footer {
    background-color: #FFF;
    padding: 30px 0 35px;
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

@media (min-width: 768px) {
    .footer {
        padding-top: 70px;
    }
}

.footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .social-links {
    position: relative;
}

@media (max-width: 767px) {
    .footer .social-links {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }

    .footer .social-links:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        border-bottom: 3px solid #E7E9EA;
    }
}

@media (max-width: 767px) {
    .footer_nav .btn {
        margin-bottom: 60px;
    }

    .footer_nav .btn:before {
        content: '';
        position: absolute;
        left: 0;
        right: 12px;
        bottom: 27px;
        border-bottom: 3px solid #E7E9EA;
    }
}

@media (min-width: 768px) {
    .footer_nav {
        border-top: 3px solid #E7E9EA;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .footer_nav ul {
        margin-bottom: 15px;
    }
}

.footer_nav li {
    padding: 4px 0;
}

.footer_nav .h4 {
    padding-bottom: 4px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .footer_nav .h4 {
        margin-bottom: 0;
    }
}

.footer_nav a:not(.btn) {
    color: #F62E5E;
}

.footer_nav a:not(.btn):hover, .footer_nav a:not(.btn):focus {
    border-width: 1px;
    color: #273C55;
}

.footer_contacts {
    padding-top: 30px;
    padding-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .footer_contacts .phone, .footer_contacts .email, .footer_contacts .address {
        line-height: 1.8;
    }
}

@media (min-width: 768px) {
    .footer_contacts {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer_contacts [class*='col-'] {
        line-height: 50px;
    }

    .footer_contacts [class*='col-'] .phone, .footer_contacts [class*='col-'] .email, .footer_contacts [class*='col-'] .address {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
        position: relative;
        padding-left: 38px;
    }

    .footer_contacts [class*='col-'] .phone .icon, .footer_contacts [class*='col-'] .email .icon, .footer_contacts [class*='col-'] .address .icon {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .footer_contacts [class*='col-'] .phone span, .footer_contacts [class*='col-'] .email span, .footer_contacts [class*='col-'] .address span {
        display: inline-block;
        line-height: normal;
    }
}

.footer_contacts:before, .footer_contacts:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
}

.footer_contacts:before {
    top: 0;
    border-top: 3px solid #E7E9EA;
}

.footer_contacts:after {
    bottom: 0;
    border-bottom: 3px solid #E7E9EA;
}

.footer_contacts .icon:not([class*='icon--social']) {
    display: none;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .footer_contacts .icon:not([class*='icon--social']) {
        display: inline-block;
    }
}

.footer_contacts .icon {
    fill: #273C55;
}

.footer_contacts span {
    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

@media (min-width: 768px) {
    .footer_contacts span {
        font-family: 'Gilroy', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 800;
        color: #273C55;
    }
}

.footer_legal {
    padding-top: 28px;
}

@media (max-width: 767px) {
    .footer_legal {
        line-height: 1.57143;
    }
}

@media (min-width: 768px) {
    .footer_legal {
        padding-top: 40px;
    }
}