@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="file"]
{ 
   color: transparent; 
   
}


fieldset {
    border: 1px solid silver;
    margin: 0 2px 25px;
    padding: 1.35em 1.625em 1.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

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

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

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

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

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

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

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

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

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

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

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .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 solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

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

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    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: #337ab7
}

.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: 12px;
    line-height: 1.42857143;
    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 solid;
    content: ""
}

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

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

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.modal-open {
    overflow: hidden
}

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

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

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

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

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

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-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 {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none!important;
    visibility: hidden!important
}

.affix {
    position: fixed
}

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none!important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell!important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline!important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell!important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

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

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none!important
    }
}

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

.visible-print {
    display: none!important
}

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

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .hidden-print {
        display: none!important
    }
}

.bg-dual-color-fridays:after {
    background-color: #000
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input,
textarea,
select {
    -webkit-appearance: none
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

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

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
select::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
    border: 0;
    outline: 0
}

a:focus,
input:focus {
    outline: 0;
    outline-style: none
}

* {
    -webkit-tap-highlight-color: transparent
}

.js-square,
.js-same,
.js-auto-height {
    transition: .5s
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

#grid {
    left: 0;
    right: 0;
    position: absolute;
    z-index: -1
}

#grid .bg {
    min-height: 50px;
    opacity: .1;
    background: green
}

.container-full {
    width: 1366px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:1366px) {
    .container-full {
        width: 100%;
    }
}

.container-full>.container>.row {
    margin-left: 0;
    margin-right: 0
}

.container-full>.container>.row>[class*=col-]:first-child {
    padding-left: 0!important
}

.container-full>.container>.row>[class*=col-]:last-child {
    padding-right: 0!important
}

.container-full.padding-default>.container>.row>[class*=col-]:nth-child(odd) {
    padding-left: 0!important
}

.container-full.padding-default>.container>.row>[class*=col-]:nth-child(even) {
    padding-right: 0!important
}

.container-full.padding-default>.container>.row>[class*=col-].last:nth-child(odd) {
    padding-right: 15px!important
}

.container-full.padding-default>.container>.row>[class*=col-].last:nth-child(even) {
    padding-left: 15px!important
}

@media (max-width:991px) {
    .container-full.padding-default>.container>.row>[class*=col-]:nth-child(odd) {
        padding-right: 0!important
    }
    .container-full.padding-default>.container>.row>[class*=col-]:nth-child(even) {
        padding-left: 0!important
    }
    .container-full.padding-default>.container>.row>[class*=col-].last:nth-child(odd) {
        padding-right: 0!important
    }
    .container-full.padding-default>.container>.row>[class*=col-].last:nth-child(even) {
        padding-left: 0!important
    }
}

@media (max-width:767px) {
    .container-full.padding-xs>.container>.row>[class*=col-]:first-child {
        padding-left: 15px!important
    }
    .container-full.padding-xs>.container>.row>[class*=col-]:last-child {
        padding-right: 15px!important
    }
}

@media (max-width:991px) {
    .container-full.block-news>.container>.row>[class*=col-]:first-child {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .container-full.block-news>.container>.row>[class*=col-]:last-child {
        padding-right: 0!important;
        padding-left: 0!important
    }
}

@media (max-width:767px) {
    .container-full .margin-xs {
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width:767px) {
    .container-full .padding-xs-l-0 {
        padding-left: 0
    }
}

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

@media (max-width:991px) {
    .hide-sm {
        display: none!important
    }
}

@media (max-width:1199px) {
    .hide-md {
        display: none!important
    }
}

.hide-lg {
    display: none
}

@media (max-width:767px) {
    .show-xs {
        display: block!important
    }
}

@media (max-width:991px) {
    .show-sm {
        display: block!important
    }
}

@media (max-width:1199px) {
    .show-md {
        display: block!important
    }
}

.display-none {
    display: none
}

html.touch .hide-touch {
    display: none
}

.hidden {
    display: none;
    visibility: visible
}

.element-invisible {
    display: none
}

.initial {
    position: initial
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.absolute.middle {
    top: 0;
    bottom: 0;
    display: block;
    margin: auto
}

.absolute.center {
    left: 0;
    right: 0;
    display: block;
    margin: auto
}

.absolute.right {
    right: 0
}

.absolute.bottom {
    bottom: 0;
    width: 100%
}

@media (max-width:767px) {
    .absolute.bottom {
        width: auto;
        position: relative;
        margin-top: 20px;
        bottom: auto!important
    }
}

.absolute-centre {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.absolute-centre.icon {
    position: absolute
}

.v-middle {
    vertical-align: middle
}

.v-top {
    vertical-align: top
}

.v-super {
    vertical-align: super
}

.v-bottom {
    vertical-align: bottom
}

.caps {
    text-transform: uppercase
}

.bold {
    font-weight: 700!important
}

.text-ellipsis {
    text-overflow: ellipsis
}

a.no-decoration {
    text-decoration: none!important
}

@media (max-width:767px) {
    .text-xs-left {
        text-align: left!important
    }
    .text-xs-right {
        text-align: right!important
    }
    .text-xs-center {
        text-align: center!important
    }
}

.display-table {
    display: table;
    width: 100%;
    margin: 0!important
}

@media (max-width:767px) {
    .display-table {
        display: block
    }
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none!important
}

@media (max-width:767px) {
    .display-table-cell {
        display: block
    }
}

.display-block {
    display: block
}

@media (max-width:767px) {
    .display-block-xs {
        display: block!important
    }
}

.display-inline-block {
    display: inline-block
}

.display-inline-block[class*=col-] {
    float: none;
    margin-right: -4px
}

@media (max-width:767px) {
    .display-inline-block {
        display: block
    }
}

@media (max-width:767px) {
    .display-inline-block.xs-default[class*=col-] {
        float: left;
        margin-right: 0
    }
}

.display-inline {
    display: inline!important
}

@media (max-width:767px) {
    .display-block-xs {
        display: block
    }
}

.no-padding {
    padding-bottom: 0!important;
    margin-bottom: 0!important
}

.margin-b-5 {
    margin-bottom: 5px!important
}

.margin-b-10 {
    margin-bottom: 10px!important
}

.margin-b-15 {
    margin-bottom: 15px!important
}

.margin-b-20 {
    margin-bottom: 20px!important
}

.margin-b-25 {
    margin-bottom: 25px!important
}

.margin-b-30 {
    margin-bottom: 30px!important
}

.margin-b-35 {
    margin-bottom: 35px!important
}

.margin-b-40 {
    margin-bottom: 40px!important
}

.margin-b-50 {
    margin-bottom: 50px!important
}

.margin-b-60 {
    margin-bottom: 60px!important
}

.margin-b-80 {
    margin-bottom: 80px!important
}

.margin-b-120 {
    margin-bottom: 120px!important
}

@media (max-width:767px) {
    .margin-b-120 {
        margin-bottom: 60px!important
    }
}

.margin-b-160 {
    margin-bottom: 160px!important
}

@media (max-width:767px) {
    .margin-b-160 {
        margin-bottom: 80px!important
    }
}

@media (max-width:991px) {
    .margin-sm-b-5 {
        margin-bottom: 5px!important
    }
    .margin-sm-b-10 {
        margin-bottom: 10px!important
    }
    .margin-sm-b-15 {
        margin-bottom: 15px!important
    }
    .margin-sm-b-20 {
        margin-bottom: 20px!important
    }
    .margin-sm-b-25 {
        margin-bottom: 25px!important
    }
    .margin-sm-b-30 {
        margin-bottom: 30px!important
    }
    .margin-sm-b-35 {
        margin-bottom: 35px!important
    }
    .margin-sm-b-40 {
        margin-bottom: 40px!important
    }
    .margin-sm-b-50 {
        margin-bottom: 50px!important
    }
}

@media (max-width:767px) {
    .no-padding-xs {
        padding-bottom: 0!important;
        margin-bottom: 0!important
    }
    .margin-xs-b-5 {
        margin-bottom: 5px!important
    }
    .margin-xs-b-10 {
        margin-bottom: 10px!important
    }
    .margin-xs-b-15 {
        margin-bottom: 15px!important
    }
    .margin-xs-b-20 {
        margin-bottom: 20px!important
    }
    .margin-xs-b-25 {
        margin-bottom: 25px!important
    }
    .margin-xs-b-30 {
        margin-bottom: 30px!important
    }
    .margin-xs-b-35 {
        margin-bottom: 35px!important
    }
    .margin-xs-b-40 {
        margin-bottom: 40px!important
    }
    .margin-xs-b-50 {
        margin-bottom: 50px!important
    }
}

@media (max-width:767px) {
.margin-form-xs{
	margin-top:15px
}	
}
.padding-b-5 {
    padding-bottom: 5px!important
}

.padding-b-10 {
    padding-bottom: 10px!important
}

.padding-b-15 {
    padding-bottom: 15px!important
}

.padding-b-20 {
    padding-bottom: 20px!important
}

.padding-b-25 {
    padding-bottom: 25px!important
}

.padding-b-30 {
    padding-bottom: 30px!important
}

.padding-b-35 {
    padding-bottom: 35px!important
}

.padding-b-40 {
    padding-bottom: 40px!important
}

.padding-b-50 {
    padding-bottom: 50px!important
}

.padding-b-70 {
    padding-bottom: 70px!important
}

.padding-t-60 {
    padding-top: 60px!important
}

.padding-t-120 {
    padding-top: 120px!important
}

@media (max-width:767px) {
    .padding-t-120 {
        padding-top: 60px!important
    }
}

.row-no-padding {
    margin-left: 0;
    margin-right: 0
}

.row-no-padding>[class*=col-] {
    padding-left: 0!important;
    padding-right: 0!important
}

.row-same-height {
    overflow: hidden
}

.row-same-height .same-height {
    margin-bottom: -100%;
    padding-bottom: 100%
}

.padding-content-lg {
    padding: 100px 0
}

@media (max-width:767px) {
    .padding-content-lg {
        padding: 40px 0
    }
}

.padding-content-md {
    padding: 80px
}

@media (max-width:767px) {
    .padding-content-md {
        padding: 40px
    }
}

.padding-content-sm {
    padding: 50px
}

@media (max-width:767px) {
    .padding-content-sm {
        padding: 20px
    }
}

.padding-content-xs {
    padding: 30px
}

.padding-content-xs-special{
	padding:30px 30px 11px 30px
}

@media (max-width:767px) {
    .padding-content-xs-special {
        padding:20px 20px 5px 20px
    }
}


@media (max-width:767px) {
    .padding-content-xs {
        padding: 20px
    }
}

.padding-content-xxs {
    padding: 15px
}

@media (max-width:767px) {
    .padding-content-xxs {
        padding: 10px
    }
}

@media (max-width:767px) {
    .no-sides-xs {
        padding-right: 0;
        padding-left: 0
    }
}

.padding-content-dualbg-tb-lg {
    padding-top: 170px
}

@media (max-width:991px) {
    .padding-content-dualbg-tb-lg {
        padding-top: 50px
    }
}

.padding-content-tb-lg {
    padding: 140px 0
}

@media (max-width:767px) {
    .padding-content-tb-lg {
        padding: 50px 0
    }
}

.padding-content-tb-md {
    padding: 80px 0
}

@media (max-width:767px) {
    .padding-content-tb-md {
        padding: 50px 0
    }
}

.padding-content-tb-sm {
    padding: 50px 0
}

@media (max-width:767px) {
    .padding-content-tb-sm {
        padding: 30px 0
    }
}

.padding-content-tb-xs {
    padding: 30px 0
}

@media (max-width:767px) {
    .padding-content-tb-xs {
        padding: 20px 0
    }
}

.overflow {
    overflow: hidden
}

.overflow.scroll {
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.clear-both {
    clear: both
}

.caret.in {
    transform: rotate(180deg);
    transition: .5s
}

.caret.out {
    transition: .5s
}

.scroll-stop {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative
}

.p-e {
    pointer-events: none
}

@media (max-width:767px) {
    .full-width-xs {
        width: 100%;
        display: block
    }
}

.bg-color-primary {
    background-color: #1e3659!important
}

.bg-color-primary-light {
    background-color: #205db5!important
}

.bg-color-secondary {
    background-color: #4e4e4e!important
}

.bg-color-secondary-light {
    background-color: #838383!important
}

.bg-color-terciary {
    background-color: #969699!important
}

.bg-color-terciary-light {
    background-color: #e1e1e1!important
}

.bg-color-lighten {
    background-color: #f6f6f6!important
}

.bg-color-white {
    background-color: #fff!important
}

.bg-color-black {
    background-color: #000!important
}

.bg-color-chains {
    background-color: #f19821!important
}

.bg-color-success {
    background-color: #71a67b!important
}

.bg-color-info {
    background-color: #61a0b9!important
}

.bg-color-error {
    background-color: #d0021b!important
}

.bg-color-danger {
    background-color: #ec3457!important
}

.bg-color-text {
    background-color: #4d4d4d!important
}

.bg-color-prueba {
    background-color: red!important
}

.bg-color-facebook {
    background-color: #3c5a99!important
}

.bg-color-twitter {
    background-color: #28a9e0!important
}

.bg-color-youtube {
    background-color: #c8302a!important
}

.bg-color-vips {
    background-color: #b52020!important
}

.bg-color-instagram {
    background-color: #125688!important
}

.bg-color-vips-smart {
    background-color: #d40f0f!important
}

.bg-color-vipsmart {
    background-color: #d40f0f!important
}

.bg-color-ginos {
    background-color: #e7e2d8!important
}

.bg-color-starbucks {
    background-color: #fff!important
}

.bg-color-grupovips {
    background-color: #1e3659;
}

.bg-color-tattaglia {
    background-color: #813318!important
}

.bg-color-rugantino {
    background-color: #004636!important
}

.bg-color-lucca {
    background-color: #e95e27!important
}

.bg-color-bsf {
    background-color: #f0e4b5!important
}

.bg-color-british {
    background-color: #f0e4b5!important
}

.bg-color-club {
    background-color: #3673a0!important
}

.bg-color-fridays {
    background-color: #000!important
}

.bg-color-wok {
    background-color: #000!important
}

.bg-color-wagamama {
    background-color: #000!important
}


.bg-dual-color-primary:after {
    background-color: #1e3659!important
}

.bg-dual-color-primary-light:after {
    background-color: #205db5!important
}

.bg-dual-color-secondary:after {
    background-color: #4e4e4e!important
}

.bg-dual-color-secondary-light:after {
    background-color: #838383!important
}

.bg-dual-color-terciary:after {
    background-color: #969699!important
}

.bg-dual-color-terciary-light:after {
    background-color: #e1e1e1!important
}

.bg-dual-color-lighten:after {
    background-color: #f6f6f6!important
}

.bg-dual-color-white:after {
    background-color: #fff!important
}

.bg-dual-color-black:after {
    background-color: #000!important
}

.bg-dual-color-chains:after {
    background-color: #f19821!important
}

.bg-dual-color-success:after {
    background-color: #71a67b!important
}

.bg-dual-color-info:after {
    background-color: #61a0b9!important
}

.bg-dual-color-error:after {
    background-color: #d0021b!important
}

.bg-dual-color-danger:after {
    background-color: #ec3457!important
}

.bg-dual-color-text:after {
    background-color: #4d4d4d!important
}

.bg-dual-color-prueba:after {
    background-color: red!important
}

.bg-dual-color-facebook:after {
    background-color: #3c5a99!important
}

.bg-dual-color-twitter:after {
    background-color: #28a9e0!important
}

.bg-dual-color-youtube:after {
    background-color: #c8302a!important
}

.bg-dual-color-vips:after {
    background-color: #b52020!important
}

.bg-dual-color-instagram:after {
    background-color: #125688!important
}

.bg-dual-color-vips-smart:after {
    background-color: #d40f0f!important
}

.bg-dual-color-vipsmart:after {
    background-color: #d40f0f!important
}

.bg-dual-color-ginos:after {
    background-color: #e7e2d8!important
}

.bg-dual-color-starbucks:after {
    background-color: #fff!important
}

.bg-dual-color-tattaglia:after {
    background-color: #813318!important
}

.bg-dual-color-rugantino:after {
    background-color: #004636!important
}

.bg-dual-color-lucca:after {
    background-color: #e95e27!important
}

.bg-dual-color-bsf:after {
    background-color: #f0e4b5!important
}

.bg-dual-color-british:after {
    background-color: #f0e4b5!important
}

.bg-dual-color-club:after {
    background-color: #3673a0!important
}

.bg-dual-color-fridays:after {
    background-color: #000!important
}

.bg-dual-color-wok:after {
    background-color: #000!important
}

.text-color-primary {
    color: #1e3659!important
}

.text-color-primary-light {
    color: #205db5!important
}

.text-color-secondary {
    color: #4e4e4e!important
}

.text-color-secondary-light {
    color: #838383!important
}

.text-color-terciary {
    color: #969699!important
}

.text-color-terciary-light {
    color: #e1e1e1!important
}

.text-color-lighten {
    color: #f6f6f6!important
}

.text-color-white {
    color: #fff!important
}

.text-color-black {
    color: #000!important
}

.text-color-chains {
    color: #f19821!important
}

.text-color-success {
    color: #71a67b!important
}

.text-color-info {
    color: #61a0b9!important
}

.text-color-error {
    color: #d0021b!important
}

.text-color-danger {
    color: #ec3457!important
}

.text-color-text {
    color: #4d4d4d!important
}

.text-color-prueba {
    color: red!important
}

.text-color-facebook {
    color: #3c5a99!important
}

.text-color-twitter {
    color: #28a9e0!important
}

.text-color-youtube {
    color: #c8302a!important
}

.text-color-vips {
    color: #b52020!important
}

.text-color-instagram {
    color: #125688!important
}

.text-color-vips-smart {
    color: #d40f0f!important
}

.text-color-vipsmart {
    color: #d40f0f!important
}

.text-color-ginos {
    color: #e7e2d8!important
}

.text-color-starbucks {
    color: #fff!important
}

.text-color-tattaglia {
    color: #813318!important
}

.text-color-rugantino {
    color: #004636!important
}

.text-color-lucca {
    color: #e95e27!important
}

.text-color-bsf {
    color: #f0e4b5!important
}

.text-color-british {
    color: #f0e4b5!important
}

.text-color-club {
    color: #3673a0!important
}

.text-color-fridays {
    color: #000!important
}

.text-color-wok {
    color: #000!important
}

[class*=icon-].color-primary svg * {
    fill: #1e3659!important
}

[class*=icon-].color-primary-light svg * {
    fill: #205db5!important
}

[class*=icon-].color-secondary svg * {
    fill: #4e4e4e!important
}

[class*=icon-].color-secondary-light svg * {
    fill: #838383!important
}

[class*=icon-].color-terciary svg * {
    fill: #969699!important
}

[class*=icon-].color-terciary-light svg * {
    fill: #e1e1e1!important
}

[class*=icon-].color-lighten svg * {
    fill: #f6f6f6!important
}

[class*=icon-].color-white svg * {
    fill: #fff!important
}

[class*=icon-].color-black svg * {
    fill: #000!important
}

[class*=icon-].color-chains svg * {
    fill: #f19821!important
}

[class*=icon-].color-success svg * {
    fill: #71a67b!important
}

[class*=icon-].color-info svg * {
    fill: #61a0b9!important
}

[class*=icon-].color-error svg * {
    fill: #d0021b!important
}

[class*=icon-].color-danger svg * {
    fill: #ec3457!important
}

[class*=icon-].color-text svg * {
    fill: #4d4d4d!important
}

[class*=icon-].color-prueba svg * {
    fill: red!important
}

[class*=icon-].color-facebook svg * {
    fill: #3c5a99!important
}

[class*=icon-].color-twitter svg * {
    fill: #28a9e0!important
}

[class*=icon-].color-youtube svg * {
    fill: #c8302a!important
}

[class*=icon-].color-vips svg * {
    fill: #b52020!important
}

[class*=icon-].color-instagram svg * {
    fill: #125688!important
}

[class*=icon-].color-vips-smart svg * {
    fill: #d40f0f!important
}

[class*=icon-].color-vipsmart svg * {
    fill: #d40f0f!important
}

[class*=icon-].color-ginos svg * {
    fill: #e7e2d8!important
}

[class*=icon-].color-starbucks svg * {
    fill: #fff!important
}

[class*=icon-].color-tattaglia svg * {
    fill: #813318!important
}

[class*=icon-].color-rugantino svg * {
    fill: #004636!important
}

[class*=icon-].color-lucca svg * {
    fill: #e95e27!important
}

[class*=icon-].color-bsf svg * {
    fill: #f0e4b5!important
}

[class*=icon-].color-british svg * {
    fill: #f0e4b5!important
}

[class*=icon-].color-club svg * {
    fill: #3673a0!important
}

[class*=icon-].color-fridays svg * {
    fill: #000!important
}

[class*=icon-].color-wok svg * {
    fill: #000!important
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

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

.js-fake-placeholder {
    display: none
}

@media (max-width:991px) {
    .js-fake-placeholder {
        position: absolute;
        display: block;
        pointer-events: none;
        margin-top: 8px;
        margin-left: 12px;
        z-index: 1;
        color: #4d4d4d
    }
}

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

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px
}

.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: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px
}

.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.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-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: 0!important
}

.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 {
    min-width: 100%;
    z-index: 1035;
    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 {
    cursor: pointer
}

.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: .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, .05);
    pointer-events: none;
    opacity: .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: 1036
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    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 #fff;
    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 #ccc;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    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 {
    float: left;
    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%
}

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

select.mobile-device {
    position: absolute!important;
    top: 0;
    left: 0;
    display: block!important;
    width: 100%;
    height: 100%!important;
    opacity: 0
}

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

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

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

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

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

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    animation-name: slideOutUp
}

.datepicker {
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, .2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-top:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-top:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker>div {
    display: none
}

.datepicker.days .datepicker-days,
.datepicker.months .datepicker-months,
.datepicker.years .datepicker-years {
    display: block
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.focus,
.datepicker table tr td.today:hover.focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.today,
.open>.dropdown-toggle.datepicker table tr td.today:hover,
.open>.dropdown-toggle.datepicker table tr td.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.today,
.open>.dropdown-toggle.datepicker table tr td.today:hover,
.open>.dropdown-toggle.datepicker table tr td.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.today.disabled:hover {
    background-image: none
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today:hover.disabled.focus,
.datepicker table tr td.today.disabled.disabled.focus,
.datepicker table tr td.today.disabled:hover.disabled.focus,
.datepicker table tr td.today[disabled].focus,
.datepicker table tr td.today:hover[disabled].focus,
.datepicker table tr td.today.disabled[disabled].focus,
.datepicker table tr td.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
fieldset[disabled] .datepicker table tr td.today:hover.focus,
fieldset[disabled] .datepicker table tr td.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
    background-color: #ffdb99;
    border-color: #ffb733
}

.datepicker table tr td.today .badge,
.datepicker table tr td.today:hover .badge,
.datepicker table tr td.today.disabled .badge,
.datepicker table tr td.today.disabled:hover .badge {
    color: #ffdb99;
    background-color: #000
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
    background: #eee;
    border-radius: 0
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
    border-radius: 0
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today:hover.focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.range.today,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.range.today,
.open>.dropdown-toggle.datepicker table tr td.range.today:hover,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled,
.open>.dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
    background-image: none
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today:hover.disabled.focus,
.datepicker table tr td.range.today.disabled.disabled.focus,
.datepicker table tr td.range.today.disabled:hover.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
.datepicker table tr td.range.today:hover[disabled].focus,
.datepicker table tr td.range.today.disabled[disabled].focus,
.datepicker table tr td.range.today.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
fieldset[disabled] .datepicker table tr td.range.today:hover.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled.focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
    background-color: #f7ca77;
    border-color: #f1a417
}

.datepicker table tr td.range.today .badge,
.datepicker table tr td.range.today:hover .badge,
.datepicker table tr td.range.today.disabled .badge,
.datepicker table tr td.range.today.disabled:hover .badge {
    color: #f7ca77;
    background-color: #000
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #777;
    border-color: #555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected:hover.focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.selected,
.open>.dropdown-toggle.datepicker table tr td.selected:hover,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled,
.open>.dropdown-toggle.datepicker table tr td.selected.disabled:hover {
    background-image: none
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected:hover.disabled.focus,
.datepicker table tr td.selected.disabled.disabled.focus,
.datepicker table tr td.selected.disabled:hover.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected:hover[disabled].focus,
.datepicker table tr td.selected.disabled[disabled].focus,
.datepicker table tr td.selected.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected:hover.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled.focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
    background-color: #777;
    border-color: #555
}

.datepicker table tr td.selected .badge,
.datepicker table tr td.selected:hover .badge,
.datepicker table tr td.selected.disabled .badge,
.datepicker table tr td.selected.disabled:hover .badge {
    color: #777;
    background-color: #fff
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active:hover.focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active.disabled,
.open>.dropdown-toggle.datepicker table tr td.active.disabled:hover {
    background-image: none
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active:hover.disabled.focus,
.datepicker table tr td.active.disabled.disabled.focus,
.datepicker table tr td.active.disabled:hover.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active:hover[disabled].focus,
.datepicker table tr td.active.disabled[disabled].focus,
.datepicker table tr td.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active:hover.focus,
fieldset[disabled] .datepicker table tr td.active.disabled.focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td.active .badge,
.datepicker table tr td.active:hover .badge,
.datepicker table tr td.active.disabled .badge,
.datepicker table tr td.active.disabled:hover .badge {
    color: #337ab7;
    background-color: #fff
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px
}

.datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: default
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open>.dropdown-toggle.datepicker table tr td span.active,
.open>.dropdown-toggle.datepicker table tr td span.active:hover,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled,
.open>.dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-image: none
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
    color: #337ab7;
    background-color: #fff
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #777
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
    cursor: pointer
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.datepicker thead tr:first-child .cw {
    cursor: default;
    background-color: transparent
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.input-daterange {
    width: 100%
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    border-radius: 0 3px 3px 0
}

.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: solid #ccc;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px
}

.off-canvas,
button.navbar-toggle {
    display: none
}

@media (max-width:991px) {
    button.navbar-toggle {
        margin: 0;
        padding: 0;
        position: absolute;
        display: block;
        top: 26px;
        border-radius: 0
    }
    button.navbar-toggle.right {
        right: 15px
    }
    button.navbar-toggle .icon-bar {
        height: 1px;
        background: #4d4d4d;
        display: block!important;
        width: 40px
    }
    button.navbar-toggle .icon-bar+.icon-bar {
        margin-top: 8px
    }
    button.navbar-toggle .title {
        font-size: .8rem
    }
    .off-canvas {
        display: block;
        background: #4d4d4d;
        width: 250px;
        width: 80%;
        height: 100%;
        left: -80%;
        position: fixed;
        z-index: 999;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        top: 0
    }
    .off-canvas[data-side=right] {
        left: auto;
        right: -80%
    }
    .off-canvas[data-side=top] {
        left: auto;
        right: auto;
        top: -100%;
        width: 100%
    }
    .off-canvas[data-side=bottom] {
        left: auto;
        right: auto;
        bottom: -100%;
        width: 100%
    }
    html.out,
    body.out {
        left: 0
    }
    .canvas-wrap {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 99999;
        background: rgba(0, 0, 0, .2);
        transition: .5s
    }
    html,
    body {
        left: 0;
        transition-property: left, right, top, bottom;
        transition-duration: .5s, .5s, .5s, .5s
    }
    html.out .off-canvas {
        transition-property: left, right, top, bottom;
        transition-duration: .5s, .5s, .5s, .5s
    }
    .canvas-wrap {
        z-index: 88
    }
    body.in .off-canvas,
    body.out .off-canvas {
        z-index: 1000
    }
    html.in .off-canvas.out {
        z-index: 1000
    }
}

@media (max-width:991px) and (max-width:767px) {
    button.navbar-toggle {
        top: 15px
    }
}

@media (max-width:991px) and (max-width:767px) {
    button.navbar-toggle .icon-bar {
        height: 1px;
        width: 22px
    }
}

@media (max-width:991px) and (max-width:991px) {
    .off-canvas {
        width: 320px;
        left: -320px
    }
}

@media (max-width:991px) and (max-width:767px) {
    .off-canvas {
        width: 80%;
        left: -80%
    }
}

@media (max-width:991px) and (max-width:991px) {
    .off-canvas[data-side=right] {
        width: 320px;
        left: auto;
        right: -320px
    }
}

@media (max-width:991px) and (max-width:767px) {
    .off-canvas[data-side=right] {
        width: 80%;
        left: auto;
        right: -80%
    }
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.dncalendar-inactive {
    opacity: .2
}

.dncalendar-header {
    margin: 20px 0;
    position: relative
}

.dncalendar-header h2 {
    color: #434343;
    font-size: 20px;
    line-height: 1;
    text-align: center
}

.dncalendar-header .dncalendar-links {
    height: 19px;
    width: 100%;
    position: absolute;
    top: 2px
}

.dncalendar-header .dncalendar-links div {
    cursor: pointer;
    width: 35px;
    height: 35px;
    -webkit-user-select: none;
    touch-action: pan-y;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent
}

.dncalendar-header .dncalendar-links .dncalendar-next-month {
    position: absolute;
    right: -6px;
    background: url(../images/arrow.png) no-repeat -111px 0;
    background-size: 148px 31px
}

.dncalendar-header .dncalendar-links .dncalendar-prev-month {
    position: absolute;
    left: 10px;
    background: url(../images/arrow.png) no-repeat 0 0;
    background-size: 148px 31px
}

.dncalendar-body {
    margin: 0 0 10px
}

.dncalendar-body table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    font-size: 15px
}

.dncalendar-body table th,
td {
    display: table-cell;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.dncalendar-body thead td {
    color: #727272;
    font-size: 11px;
    text-transform: uppercase;
    padding: 10px 0
}

.dncalendar-body tbody tr td {
    width: 13%;
    border-top: 1px solid #ddd;
    color: #bdbdbd;
    background: #f8f8f8;
    text-decoration: none;
    vertical-align: middle
}

.dncalendar-body tbody td#calendarClick {
    cursor: pointer
}

.dncalendar-body tbody td.calendarClick {
    color: #434343;
    background: #fff
}

.dncalendar-body tbody td .entry {
    padding: 11px 0 13px;
    position: relative
}

.dncalendar-body tbody td.calendarClick:active {
    background: #ddd
}

.dncalendar-body tbody td .entry:after {
    content: attr(data-title);
    left: 0;
    position: absolute;
    font-size: 10px;
    bottom: 1px;
    text-align: center;
    width: 100%
}

.dncalendar-body table td.holiday {
    color: #c55!important
}

.dncalendar-body table td.calendarClick.holiday {
    color: #d00!important
}

.dncalendar-body table td.default-date {
    border: 1px solid #96D4FD;
    color: #96D4FD!important;
    background: #e6f2fa
}

.dncalendar-body table td.calendarClick.default-date {
    border: 1px solid #0d7fcc;
    color: #0d7fcc!important;
    background: #e6f2fa
}

.dncalendar-body table td.today-date {
    border: 1px solid #7EE699;
    color: #7EE699!important;
    background: #E9FDEE
}

.dncalendar-body table td.calendarClick.today-date {
    border: 1px solid #0DCC3F;
    color: #0DCC3F!important;
    background: #E9FDEE
}

.dncalendar-body table td.note,
.dncalendar-body table td.calendarClick.note {
    position: relative
}

.dncalendar-body table td.note:before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    content: "";
    border-top: 5px solid #c55;
    border-right: 5px solid #c55;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.dncalendar-body table td.calendarClick.note:before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: 0;
    content: "";
    border-top: 5px solid #d00;
    border-right: 5px solid #d00;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent
}

.dncalendar-note-list {
    list-style: none;
    margin-left: 4.5%;
    margin-bottom: 20px;
    padding: 0;
    color: #999
}

.dncalendar-note-list .date {
    color: #d00
}

#smartbanner {
    position: absolute;
    left: 0;
    top: -82px;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 78px;
    font-family: 'Helvetica Neue', sans-serif;
    background: -webkit-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none
}

#smartbanner,
html.sb-animation {
    -webkit-transition: all .3s ease
}

#smartbanner .sb-container {
    margin: 0 auto
}

#smartbanner .sb-close {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    font-family: ArialRoundedMTBold, Arial;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #070707;
    text-decoration: none;
    text-shadow: none;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .4);
    -webkit-font-smoothing: subpixel-antialiased
}

#smartbanner .sb-close:active {
    font-size: 13px;
    color: #aaa
}

#smartbanner .sb-icon {
    position: absolute;
    left: 30px;
    top: 10px;
    display: block;
    width: 57px;
    height: 57px;
    background: rgba(0, 0, 0, .6);
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

#smartbanner.no-icon .sb-icon {
    display: none
}

#smartbanner .sb-info {
    position: absolute;
    left: 98px;
    top: 18px;
    width: 44%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 700;
    color: #6a6a6a;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8)
}

#smartbanner #smartbanner.no-icon .sb-info {
    left: 34px
}

#smartbanner .sb-info strong {
    display: block;
    font-size: 13px;
    color: #4d4d4d;
    line-height: 18px
}

#smartbanner .sb-info>span {
    display: block
}

#smartbanner .sb-info em {
    font-style: normal;
    text-transform: uppercase
}

#smartbanner .sb-button {
    position: absolute;
    right: 20px;
    top: 24px;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    min-width: 10%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    color: #6a6a6a;
    background: -webkit-linear-gradient(top, #efefef 0, #dcdcdc 100%);
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .6), 0 1px 0 rgba(255, 255, 255, .7) inset
}

#smartbanner .sb-button:active,
#smartbanner .sb-button:hover {
    background: -webkit-linear-gradient(top, #dcdcdc 0, #efefef 100%)
}

#smartbanner .sb-icon.gloss:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    border-top: 1px solid rgba(255, 255, 255, .8);
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .7) 0, rgba(255, 255, 255, .2) 100%);
    border-radius: 10px 10px 12px 12px
}

#smartbanner.android {
    border-color: #212228;
    background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
    border-top: 5px solid #88B131;
    box-shadow: none
}

#smartbanner.android .sb-close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    color: #b1b1b3;
    background: #1c1e21;
    text-shadow: 0 1px 1px #000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8) inset, 0 1px 1px rgba(255, 255, 255, .3)
}

#smartbanner.android .sb-close:active {
    color: #eee
}

#smartbanner.android .sb-info {
    color: #ccc;
    text-shadow: 0 1px 2px #000
}

#smartbanner.android .sb-info strong {
    color: #fff
}

#smartbanner.android .sb-button {
    min-width: 12%;
    border: 1px solid #DDDCDC;
    padding: 1px;
    color: #d1d1d1;
    background: 0 0;
    border-radius: 0;
    box-shadow: none;
    min-height: 28px
}

#smartbanner.android .sb-button span {
    text-align: center;
    display: block;
    padding: 0 10px;
    background-color: #42B6C9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#42b6c9), to(#39a9bb));
    background-image: -moz-linear-gradient(top, #42b6c9, #39a9bb);
    text-transform: none;
    text-shadow: none;
    box-shadow: none
}

#smartbanner.android .sb-button:active,
#smartbanner.android .sb-button:hover {
    background: 0 0
}

#smartbanner.android .sb-button:active span,
#smartbanner.android .sb-button:hover span {
    background: #2AC7E1
}

#smartbanner.windows .sb-icon {
    border-radius: 0
}

header .affix {
    width: 100%;
    z-index: 1030;
    top: 0
}

@media (max-width:767px) {
    header {
        height: 80px
    }
}

header .logo {
    display: inline-block;
    padding: 0 20px;
    float: left
}

header .franchises {
    background: #205db5;
    display: inline-block;
    padding: 0 40px;
    font-size: 16px;
    font-size: 1.6rem
}

header .select-language {
    position: relative
}

header .select-language:before {
    content: '';
    height: 20px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: -17px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .2
}

@media (max-width:1199px) {
    header .select-language:before {
        left: -5px
    }
}

.affix-holder {
    position: relative;
    z-index: 1030
}

.content-menu-desktop {
    background-color: #1e3659;
    min-height: 80px
}

.content-menu-desktop.affix-top .menu-desktop {
    position: static;
    bottom: auto
}

.menu-desktop {
    max-width: 1366px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    font-size: 1.4rem;
    height: 80px;
    line-height: 80px;
    bottom: 0;
    width: 100%
}

.menu-desktop ul {
    display: inline
}

.menu-desktop ul li {
    display: inline-block;
    list-style: none;
    padding-right: 64px;
    position: relative
}

@media (max-width:1199px) {
    .menu-desktop ul li {
        padding-right: 34px
    }
}

.menu-desktop ul li:hover a {
    color: #f19821
}

.menu-desktop ul li:before {
    content: none
}

.menu-desktop ul li.expanded {
    position: relative
}

.menu-desktop ul li.expanded ul {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: 0;
    width: 210px;
    z-index: 999;
    float: left;
    text-align: left;
    margin-top: 0
}

@media (max-width:991px) {
    .menu-desktop ul li.expanded ul {
        width: 100%
    }
}

.menu-desktop ul li.expanded ul li {
    text-align: left;
    line-height: 18px;
    padding: 25px 35px;
    display: block;
    position: initial
}

.menu-desktop ul li.expanded ul li a {
    color: #fff
}

.menu-desktop ul li.expanded ul li:hover {
    background: #f6f6f6
}

.menu-desktop ul li.expanded ul li:hover a {
    color: #205db5
}

.menu-desktop ul li.expanded ul li.expanded>a {
    position: relative;
    display: inline-block
}

.menu-desktop ul li.expanded ul li.expanded>a:after {
    content: '';
    bottom: 0;
    top: 0;
    transform: rotate(270deg);
    transition: .3s;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNC40ICgxNzI0OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIDEgQ29weSA1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImtpdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InBhZGRpbmciIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDIuMDAwMDAwLCAtMzk2LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2FiZWNlcmEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJEaW5hbWlzbW8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc1Mi41MDAwMDAsIDI5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTguNSw4LjE2NjY2NjY3IEw5OC41LDcgTDkxLjUsNyBMOTEuNSw5LjMzMzMzMzMzIEw5Ni4xNjY2NjY3LDkuMzMzMzMzMzMgTDk2LjE2NjY2NjcsMTQgTDk4LjUsMTQgTDk4LjUsOC4xNjY2NjY2NyBaIiBpZD0iUmVjdGFuZ2xlLTEtQ29weS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NS4wMDAwMDAsIDEwLjUwMDAwMCkgcm90YXRlKC0yMjUuMDAwMDAwKSB0cmFuc2xhdGUoLTk1LjAwMDAwMCwgLTEwLjUwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    position: absolute;
    width: 11px;
    height: 8px;
    margin: auto;
    margin-left: 5px
}

.menu-desktop ul li.expanded ul li.expanded:hover a:after {
    margin-left: 15px;
    transition: .3s;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNC40ICgxNzI0OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIDEgQ29weSA1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImtpdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InBhZGRpbmciIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDIuMDAwMDAwLCAtMzk2LjAwMDAwMCkiIGZpbGw9IiMyMDVkYjUiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2FiZWNlcmEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJEaW5hbWlzbW8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc1Mi41MDAwMDAsIDI5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTguNSw4LjE2NjY2NjY3IEw5OC41LDcgTDkxLjUsNyBMOTEuNSw5LjMzMzMzMzMzIEw5Ni4xNjY2NjY3LDkuMzMzMzMzMzMgTDk2LjE2NjY2NjcsMTQgTDk4LjUsMTQgTDk4LjUsOC4xNjY2NjY2NyBaIiBpZD0iUmVjdGFuZ2xlLTEtQ29weS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NS4wMDAwMDAsIDEwLjUwMDAwMCkgcm90YXRlKC0yMjUuMDAwMDAwKSB0cmFuc2xhdGUoLTk1LjAwMDAwMCwgLTEwLjUwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

.menu-desktop ul li.expanded ul li.expanded>ul {
    background: #f6f6f6;
    left: 210px;
    top: 0;
    margin-top: 0;
    min-height: 100%
}

.menu-desktop ul li.expanded ul li.expanded>ul li a {
    color: #4e4e4e
}

.menu-desktop ul li.expanded ul li.expanded>ul li:hover a {
    color: #205db5
}

.menu-desktop ul li.expanded:after {
    content: '';
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNC40ICgxNzI0OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIDEgQ29weSA1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImtpdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InBhZGRpbmciIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDIuMDAwMDAwLCAtMzk2LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2FiZWNlcmEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJEaW5hbWlzbW8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc1Mi41MDAwMDAsIDI5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTguNSw4LjE2NjY2NjY3IEw5OC41LDcgTDkxLjUsNyBMOTEuNSw5LjMzMzMzMzMzIEw5Ni4xNjY2NjY3LDkuMzMzMzMzMzMgTDk2LjE2NjY2NjcsMTQgTDk4LjUsMTQgTDk4LjUsOC4xNjY2NjY2NyBaIiBpZD0iUmVjdGFuZ2xlLTEtQ29weS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NS4wMDAwMDAsIDEwLjUwMDAwMCkgcm90YXRlKC0yMjUuMDAwMDAwKSB0cmFuc2xhdGUoLTk1LjAwMDAwMCwgLTEwLjUwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    width: 11px;
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 10px;
    transition: .3s
}

.menu-desktop ul li.expanded:hover>ul {
    visibility: visible;
    background: #1e3659;
    display: block;
    transition: 1s
}

.menu-desktop ul li.expanded:hover>ul li.expanded ul {
    display: block
}

.menu-desktop ul li.expanded:hover:after {
    transform: rotate(180deg);
    transition: .3s;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNC40ICgxNzI0OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIDEgQ29weSA1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImtpdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InBhZGRpbmciIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDIuMDAwMDAwLCAtMzk2LjAwMDAwMCkiIGZpbGw9IiNGNUE2MjMiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2FiZWNlcmEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJEaW5hbWlzbW8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc1Mi41MDAwMDAsIDI5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTguNSw4LjE2NjY2NjY3IEw5OC41LDcgTDkxLjUsNyBMOTEuNSw5LjMzMzMzMzMzIEw5Ni4xNjY2NjY3LDkuMzMzMzMzMzMgTDk2LjE2NjY2NjcsMTQgTDk4LjUsMTQgTDk4LjUsOC4xNjY2NjY2NyBaIiBpZD0iUmVjdGFuZ2xlLTEtQ29weS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NS4wMDAwMDAsIDEwLjUwMDAwMCkgcm90YXRlKC0yMjUuMDAwMDAwKSB0cmFuc2xhdGUoLTk1LjAwMDAwMCwgLTEwLjUwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
}

.menu-desktop ul li a {
    color: #fff
}

.menu-desktop ul li ul li.expanded:after {
    content: none
}

.menu-desktop a {
    color: #fff
}

@media (max-width:991px) {
    .menu-desktop .menu {
        display: none
    }
}

.menu-desktop .menu .caret {
    display: none
}

.menu-desktop .menu ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 210px;
    z-index: 999;
    float: left;
    text-align: left;
    margin-top: 0
}

.menu-desktop .menu ul:hover {
    visibility: visible
}

@media (max-width:991px) {
    .menu-desktop .franchises {
        display: none
    }
}

header.header-chains .menu-desktop {
    background-color: #205db5
}

@media (max-width:991px) {
    header.header-chains .menu-desktop {
        background: #1e3659
    }
}

@media (max-width:991px) {
    header.header-chains .menu-desktop .menu {
        display: none
    }
}

header.header-chains .menu-desktop li {
    padding-left: 30px;
    padding-right: 30px
}

header.header-chains .menu-desktop li:hover a {
    color: #f19821
}

header.header-chains .menu-desktop li:hover ul li a {
    color: #fff
}

header.header-chains .menu-desktop li ul li a {
    color: #fff
}

header.header-chains .menu-desktop li.expanded ul li:hover {
    background: #f6f6f6
}

header.header-chains .menu-desktop li.expanded ul li:hover a {
    color: #205db5
}

@media (max-width:991px) {
    header.header-chains .menu-desktop li {
        padding-left: 15px;
        padding-right: 15px
    }
}

header.header-chains .menu-desktop .logo {
    background: #1e3659;
    padding-right: 120px
}

@media (max-width:991px) {
    header.header-chains .menu-desktop .logo {
        padding-right: 20px
    }
}

header.header-chains .menu-desktop .logo .icon {
    margin-right: 40px;
    transform: rotate(180deg)
}

header.header-chains .menu-desktop .logo a {
    display: inline-block;
    position: relative
}

header.header-chains .menu-desktop .logo a:first-child:after {
    content: '';
    height: 20px;
    width: 2px;
    background: #fff;
    position: absolute;
    left: 33px;
    top: -6px;
    bottom: 0;
    margin: auto;
    opacity: .2
}

header.header-chains .franchises:hover {
    color: #f19821
}

.menu-mobile {
    display: none
}

@media (max-width:991px) {
    .menu-mobile {
        display: block
    }
    .menu-mobile .franchises {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        background: #205db5;
        font-size: 2.3rem;
        text-align: center;
        display: block;
        line-height: 80px;
        visibility: hidden;
        transition: .4s;
        opacity: 0;
        transform: translateX(100%);
        transition-delay: .5s
    }
    .menu-mobile ul {
        margin: 0
    }
    .menu-mobile ul.menu {
        margin-bottom: 30px
    }
    .menu-mobile ul li {
        margin-bottom: 0;
        line-height: 68px;
        display: inline-block;
        width: 100%;
        padding-left: 0
    }
    .menu-mobile ul li:before {
        content: none
    }
    .menu-mobile ul li:after {
        content: none
    }
    .menu-mobile ul li a {
        color: #fff;
        font-size: 2.3rem;
        line-height: 38px;
        margin-left: 40px
    }
    .menu-mobile ul li ul {
        width: 100%;
        position: relative;
        display: none
    }
    .menu-mobile ul li.open>ul {
        display: block;
        visibility: visible
    }
    .menu-mobile ul li.expanded:after {
        content: '';
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNC40ICgxNzI0OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIDEgQ29weSA1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImtpdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InBhZGRpbmciIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDIuMDAwMDAwLCAtMzk2LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2FiZWNlcmEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJEaW5hbWlzbW8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc1Mi41MDAwMDAsIDI5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTguNSw4LjE2NjY2NjY3IEw5OC41LDcgTDkxLjUsNyBMOTEuNSw5LjMzMzMzMzMzIEw5Ni4xNjY2NjY3LDkuMzMzMzMzMzMgTDk2LjE2NjY2NjcsMTQgTDk4LjUsMTQgTDk4LjUsOC4xNjY2NjY2NyBaIiBpZD0iUmVjdGFuZ2xlLTEtQ29weS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NS4wMDAwMDAsIDEwLjUwMDAwMCkgcm90YXRlKC0yMjUuMDAwMDAwKSB0cmFuc2xhdGUoLTk1LjAwMDAwMCwgLTEwLjUwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
        width: 11px;
        height: 8px;
        position: absolute;
        top: 29px;
        margin: auto;
        margin-left: 10px;
        transition: .3s;
        bottom: auto;
        right: 30px
    }
    .menu-mobile ul li.expanded.opened:after {
        transform: rotate(180deg);
        transition: .3s
    }
    .menu-mobile ul li.expanded.opened .menu {
        display: block
    }
    .menu-mobile ul li.expanded .menu {
        background: #fff
    }
    .menu-mobile ul li.expanded .menu li a {
        font-size: 15px;
        font-size: 1.5rem;
        color: #205db5
    }
    .menu-mobile ul li.expanded .menu li.expanded:after {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNC40ICgxNzI0OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIDEgQ29weSA1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImtpdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InBhZGRpbmciIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDIuMDAwMDAwLCAtMzk2LjAwMDAwMCkiIGZpbGw9IiNDM0MzQzciPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2FiZWNlcmEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJEaW5hbWlzbW8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc1Mi41MDAwMDAsIDI5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTguNSw4LjE2NjY2NjY3IEw5OC41LDcgTDkxLjUsNyBMOTEuNSw5LjMzMzMzMzMzIEw5Ni4xNjY2NjY3LDkuMzMzMzMzMzMgTDk2LjE2NjY2NjcsMTQgTDk4LjUsMTQgTDk4LjUsOC4xNjY2NjY2NyBaIiBpZD0iUmVjdGFuZ2xlLTEtQ29weS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NS4wMDAwMDAsIDEwLjUwMDAwMCkgcm90YXRlKC0yMjUuMDAwMDAwKSB0cmFuc2xhdGUoLTk1LjAwMDAwMCwgLTEwLjUwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=)
    }
    .menu-mobile ul li.expanded .menu li.expanded ul li a {
        color: #969699;
        margin-left: 50px
    }
    .menu-mobile .select-language {
        position: relative
    }
    .menu-mobile .select-language:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 40px;
        right: 30px;
        margin: auto;
        height: 1px;
        background-color: rgba(255, 255, 255, .2)
    }
    .menu-mobile .select-language .caret {
        display: none
    }
    .menu-mobile .select-language li a {
        font-size: 2.3rem
    }
    .menu-mobile .select-language li a+ul li a {
        font-size: 1.5rem
    }
    .menu-mobile .select-language .language-switcher-locale-url {
        margin-top: -20px;
        background: #fff
    }
    .menu-mobile .select-language .language-switcher-locale-url li a {
        color: #205db5
    }
    .menu-mobile .select-language.open .language-switcher-locale-url {
        display: block
    }
}

@media (max-width:991px) and (max-width:767px) {
    .menu-mobile .franchises {
        font-size: 2rem;
        line-height: 70px
    }
}

@media (max-width:991px) and (max-width:767px) {
    .menu-mobile .select-language .language-switcher-locale-url {
        margin-top: -5px
    }
}

.navmenu.out .menu-mobile .franchises {
    visibility: visible;
    transition: .4s;
    opacity: 1;
    transform: translateX(0);
    transition-delay: 0s
}

.contact-icon {
    margin-right: 5px;
    margin-bottom: -3px
}

[data-animation-in] {
    opacity: 0
}

[data-animation-in],
[data-animation-out] {
    animation-duration: .5s
}

.grid-img-hover {
    position: relative;
    height: 510px;
    overflow: hidden
}

@media (max-width:991px) {
    .grid-img-hover {
		height: 550px
    }
	.img-responsive2 {
        display: block;
        max-width: 100%;
		height:530px
    }
}

@media (max-width:767px) {
    .grid-img-hover {
        height: 610px
    }
	.img-responsive2 {
        display: block;
        max-width: 100%;
		height:510px
    }
}  


.grid-img-hover .block-img {
    width: calc(33.3333%);
    float: left;
    overflow: hidden;
    height: 170px;
    line-height: 170px;
    text-align: center;
    z-index: 1;
    position: relative
}

.grid-img-hover .block-img.back .content-img {
    opacity: 0;
    transition: 1s
}

@media (max-width:991px) {
    .grid-img-hover .block-img {
        width: calc(33.33333333%)
    }
}

@media (max-width:767px) {
    .grid-img-hover .block-img {
        width: calc(50%);
        height: 100px;
        line-height: 100px
    }
}

.grid-img-hover .block-img .content-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.grid-img-hover .block-img.active {
    z-index: 2
}

.grid-img-hover .block-img.active .content-img {
    z-index: 2;
    opacity: 1;
    transition: 1s
}

.grid-img-hover .img-cover {
    opacity: 0;
    transition: 1s;
    z-index: -1;
    pointer-events: none
}

.grid-img-hover .img-cover.show-cover {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1s;
    z-index: 1
}

.grid-img-hover .sep-grid span {
    width: 100%;
    height: 12px;
    background: #fff;
    position: absolute;
    z-index: 999;
    pointer-events: none
}

@media (max-width:767px) {
    .grid-img-hover .sep-grid span {
        height: 7px
    }
}

.grid-img-hover .sep-grid .sep-1 {
    top: 167px;
    left: 0
}

@media (max-width:767px) {
    .grid-img-hover .sep-grid .sep-1 {
        top: 94px
    }
}

.grid-img-hover .sep-grid .sep-2 {
    top: 334px;
    left: 0
}

@media (max-width:767px) {
    .grid-img-hover .sep-grid .sep-2 {
        top: 194px
    }
}

.grid-img-hover .sep-grid .sep-3 {
    bottom: -6px;
    left: 0
}

@media (max-width:767px) {
    .grid-img-hover .sep-grid .sep-3 {
        top: 294px
    }
}

.grid-img-hover .sep-grid .sep-4 {
    height: 100%;
    width: 13px;
    left: 32.5%
}

@media (max-width:991px) {
    .grid-img-hover .sep-grid .sep-4 {
        left: 33%
    }
}

@media (max-width:767px) {
    .grid-img-hover .sep-grid .sep-4 {
        left: 49.5%;
        width: 8px
    }
}

.grid-img-hover .sep-grid .sep-5 {
    height: 100%;
    width: 13px;
    left: 65.5%
}

@media (max-width:991px) {
    .grid-img-hover .sep-grid .sep-5 {
        left: 66%
    }
}

@media (max-width:767px) {
    .grid-img-hover .sep-grid .sep-5 {
        left: 0;
        top: 394px;
        width: 100%;
        height: 6px
    }
}

.grid-img-hover .sep-grid .sep-6 {
    height: 100%;
    width: 13px;
    left: 99.5%
}

@media (max-width:991px) {
    .grid-img-hover .sep-grid .sep-6 {
        width: 100%;
        height: 12px;
        left: 0;
        bottom: 30px
    }
}

@media (max-width:767px) {
    .grid-img-hover .sep-grid .sep-6 {
        bottom: 105px;
        height: 6px
    }
}

.grid-img-hover .bg-color-club-vips {
    background-image: url(../img/styles/bg-clubvips.jpg);
    background-size: cover
}

[class*=icon-] {
    display: inline-block;
    text-align: center;
    height: 64px;
    width: 64px;
    position: relative
}

[class*=icon-]:before {
    text-align: center;
    position: absolute
}

[class*=icon-] svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%
}

[class*=icon-] {
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center
}

.grunticon [class*=icon-] {
    opacity: 1
}

[class*=icon-] svg * {
    fill: #4d4d4d
}

.icon {
    overflow: hidden;
    display: inline-block;
    width: 64px;
    height: 64px;
    position: relative
}

.icon span {
    transform-origin: top left;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.legacy-ie .icon span {
    position: static
}

.icon.xxs {
    width: 10px;
    height: 10px
}

.icon.xxs span {
    transform: scale(0.15625)
}

.legacy-ie .icon.xxs span {
    zoom: .15625
}

.icon.xs {
    width: 18px;
    height: 14px
}

.icon.xs span {
    transform: scale(0.234375)
}

.legacy-ie .icon.xs span {
    zoom: .234375
}

.icon.sm {
    width: 22px;
    height: 22px
}

.icon.sm span {
    transform: scale(0.34375)
}

.legacy-ie .icon.sm span {
    zoom: .34375
}

.icon.md {
    width: 35px;
    height: 35px
}

.icon.md span {
    transform: scale(0.546875)
}

.legacy-ie .icon.md span {
    zoom: .546875
}

.icon.lg {
    width: 128px;
    height: 128px
}

.icon.lg span {
    transform: scale(2)
}

.legacy-ie .icon.lg span {
    zoom: 2
}

.icon-arrow.left svg {
    transform: rotateY(180deg)
}

.icon-arrow.down svg {
    transform: rotate(90deg)
}

.form-group {
    margin-bottom: 20px;
    clear: both;
}
.node-type-webform .form-group {
	clear: none;
	margin-bottom: 0;
}
.node-type-webform .form-group .webform-component {
	margin-bottom: 20px;
}
.node-type-webform .form-group .webform-component label {
	margin-bottom: 15px;
	display: inline-block;
}
.node-type-webform .form-group .webform-component div.checkbox label {
	margin-bottom: 0;
	display: inline-block;
}
.node-type-webform .form-group .webform-component label.element-invisible {
	visibility: hidden;
}
.node-type-webform .form-group .webform-component textarea {
	height: auto;
}
.node-type-webform .description {
	font-size: 1.2rem;
	margin-top: 5px;
	display: none;
}
.node-type-webform .btn.btn-arrow {
  text-transform: uppercase;
}
.node-type-webform .btn.btn-arrow::after {
  content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	right: 0;
}
.node-type-webform .form-submit.ajax-processed, .node-type-webform .url-textfield  {
	display: none;
}
.node-type-webform .alert.alert-danger {
	color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}

.page-node-86007 .description {
	font-size: 1.2rem;
	margin-top: 5px;
	color: #1e3659;
	display: block !important;
}

.no-legacy-ie .node-type-webform .checkbox label:before, .no-legacy-ie .node-type-webform .checkbox-inline label:before {
	top: 1px;
	bottom: auto;
}
.no-legacy-ie .node-type-webform .radio label, .no-legacy-ie .node-type-webform .checkbox label {
	font-size: 1.6rem;
}
.node-type-webform #legal-terms h3 {
	margin-top: 15px;
	padding-bottom: 0;
}
.node-type-webform #legal-terms p {
	font-size: 1.2rem;
	line-height: 2rem;
}

.form-group .glyphicon {
    display: none
}

.form-group .help-block {
    color: #d0021b
}

.form-group .help-block ul li {
    padding-left: 0
}

.form-group .help-block ul li:before {
    content: none
}

.control-label {
    text-align: right;
    line-height: 55px
}

.form-horizontal .control-label {
    display: block
}

@media (max-width:767px) {
    .form-horizontal .control-label {
        text-align: left
    }
}

.form-control:not(.form-managed-file),
textarea {
    box-shadow: none;
    width: 100%;
    border: 1px solid #e1e1e1;
    background: #f6f6f6;
    height: 55px;
    padding-left: 18px;
    padding-right: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.form-control:before,
textarea:before {
    text-overflow: clip
}

.form-control:focus,
textarea:focus, select:focus {
    background: #fff;
    border: 2px solid #205db5;
    color: #205db5
}

textarea {
    height: auto;
    padding-top: 15px;
    resize: none;
    white-space: inherit
}

textarea:focus {
    outline: 0
}

.has-success .form-control,
.has-warning .form-control {
    background: #fff;
    border: 2px solid #4d4d4d;
    color: #4d4d4d
}

.has-error .form-control {
    background: #fff;
    border: 2px solid #d0021b;
    color: #d0021b
}

body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto
}

body .bootstrap-select.full-width:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select>.btn.btn-default,
select.selectpicker,
select {
    border-radius: 0;
    padding: 0 30px 0 20px;
    position: relative;
    white-space: nowrap;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    color: #4d4d4d;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    width: auto;
    height: 55px;
    font-size: 1.6rem;
    appearance: none;
    -moz-appearance: none
}

@media (max-width:767px) {
 .bootstrap-select>.btn.btn-default,
  select.selectpicker,
  select { 
  padding: 0px 20px 0px 7px;
}
}

.bootstrap-select>.btn.btn-default:before,
select.selectpicker:before,
select:before {
    content: none;
}

.bootstrap-select>.btn.btn-default:hover,
select.selectpicker:hover,
select:hover {
    background: #fff;
}

.bootstrap-select>.btn.btn-default:hover:before,
select.selectpicker:hover:before,
select:hover:before {
    transform: none;
}

.bootstrap-select>.btn.btn-default:focus,
select.selectpicker:focus,
select:focus {
    outline: 0!important;
}

.bootstrap-select>.btn.btn-default.full-width,
select.selectpicker.full-width,
select.full-width {
    width: 100%
}

select.select-simple:focus {
    border: 2px solid #205db5
}

select::-ms-expand {
    display: none
}

.selects-bg-white .bootstrap-select>.btn.btn-default,
.selects-bg-white select.selectpicker {
    background: #fff
}

.bootstrap-select.full-width>.btn.btn-default,
select.selectpicker {
    width: 100%
}

.bootstrap-select.open .btn.dropdown-toggle.btn-default {
    transform: none;
    border: 2px solid #205db5;
    border-bottom: none
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    width: auto
}

.bootstrap-select .dropdown-menu.open {
    border: 2px solid #205db5;
    margin-top: -1px;
    padding: 0
}

.bootstrap-select .dropdown-menu li {
    padding-left: 0
}

.bootstrap-select .dropdown-menu li a {
    height: 55px;
    line-height: 55px;
    transform: none
}

.bootstrap-select .dropdown-menu li a:before {
    content: none;
}

.bootstrap-select .dropdown-menu li a:hover {
    background: #205db5;
    color: #fff;
}

.bootstrap-select .dropdown-menu li:before {
    content: none;
}

select.selectpicker,
select,
select:hover {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4Ig0KCSB5PSIwcHgiIHdpZHRoPSIxOC4wNDZweCIgaGVpZ2h0PSI5LjAyM3B4IiB2aWV3Qm94PSIwIDAgMTguMDQ2IDkuMDIzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJDYXBhXzEiIGRpc3BsYXk9Im5vbmUiPg0KCTxpbWFnZSBkaXNwbGF5PSJpbmxpbmUiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgeGxpbms6aHJlZj0iY2FyZXQucG5nIiAgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSA4OC40ODUgODMuMDI1OSkiPg0KCTwvaW1hZ2U+DQoJPGltYWdlIGRpc3BsYXk9ImlubGluZSIgd2lkdGg9IjQ2IiBoZWlnaHQ9IjQ2IiB4bGluazpocmVmPSJjYXJldEAyeC5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yODMuNTE1IC0yNDcuOTc0MSkiPg0KCTwvaW1hZ2U+DQo8L2c+DQo8ZyBpZD0iQ2FwYV8yIj4NCgk8cG9seWdvbiBmaWxsPSIjNGQ0ZDRkIiBwb2ludHM9IjAsMCA5LjAyMyw5LjAyMyAxOC4wNDYsMCAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==) no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    background-size: 8px 8px;
    background-position: right 12px center
}

.no-legacy-ie .radio,
.no-legacy-ie .checkbox {
    line-height: 20px;
    margin: 0
}

.no-legacy-ie .radio label,
.no-legacy-ie .checkbox label {
    padding-left: 0;
    font-size: 1.4rem
}

.no-legacy-ie .checkbox,
.no-legacy-ie .checkbox-inline {
    padding-left: 24px;
    position: relative
}

@media (max-width:991px) {
    .no-legacy-ie .checkbox,
    .no-legacy-ie .checkbox-inline {
        padding-left: 30px;
        padding-top: 1px
    }
}

.no-legacy-ie .checkbox label:before,
.no-legacy-ie .checkbox-inline label:before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 3px;
    border: 2px solid #969699;
    margin-right: 8px
}

@media (max-width:991px) {
    .no-legacy-ie .checkbox label:before,
    .no-legacy-ie .checkbox-inline label:before {
        height: 20px;
        width: 20px;
        margin-right: 20px;
        vertical-align: sub;
        bottom: 0
    }
}

@media (max-width:767px) {
    .no-legacy-ie .checkbox label:before,
    .no-legacy-ie .checkbox-inline label:before {
        top: 1px
    }
}

.no-legacy-ie .checkbox label.check-top:before,
.no-legacy-ie .checkbox-inline label.check-top:before {
    top: 7px;
    bottom: auto
}

.no-legacy-ie .checkbox input[type=checkbox],
.no-legacy-ie .checkbox-inline input[type=checkbox] {
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 4px;
    display: inline-block;
    position: absolute;
    text-indent: -9999px
}

.no-legacy-ie .checkbox input[type=checkbox]:checked+label::before,
.no-legacy-ie .checkbox-inline input[type=checkbox]:checked+label::before {
    content: "";
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayINCgkgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSIyMy45NHB4IiBoZWlnaHQ9IjE3LjcxNHB4IiB2aWV3Qm94PSIwIDAgMjMuOTQgMTcuNzE0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnPg0KCTxwYXRoIGZpbGw9IiMyMDVkYjUiIGQ9Ik04LjExNCwxNy43MTRjLTAuNDgzLDAtMC45NjYtMC4xODQtMS4zMzUtMC41NTNsLTYuMjI2LTYuMjI2Yy0wLjczNy0wLjczNy0wLjczNy0xLjkzMywwLTIuNjcNCgkJYzAuNzM4LTAuNzM3LDEuOTMzLTAuNzM3LDIuNjcsMGw0Ljg5MSw0Ljg5MUwyMC43MTcsMC41NTNjMC43MzgtMC43MzcsMS45MzMtMC43MzcsMi42NywwYzAuNzM3LDAuNzM3LDAuNzM3LDEuOTMzLDAsMi42Nw0KCQlMOS40NSwxNy4xNjFDOS4wODEsMTcuNTMsOC41OTgsMTcuNzE0LDguMTE0LDE3LjcxNHoiLz4NCjwvZz4NCjwvc3ZnPg0K);
    background-size: 9px 9px;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 15px;
    border: 2px solid #205db5;
    text-align: center;
    line-height: 10px
}

@media (max-width:991px) {
    .no-legacy-ie .checkbox input[type=checkbox]:checked+label::before,
    .no-legacy-ie .checkbox-inline input[type=checkbox]:checked+label::before {
        font-size: 22px;
        line-height: 22px
    }
}

.no-legacy-ie .checkbox-inline label {
    margin-bottom: 0;
    font-weight: 400;
    padding-top: 1px
}

.no-legacy-ie .radio-inline .form-group {
    display: inline-block;
    margin-bottom: 0
}

.no-legacy-ie .radio,
.no-legacy-ie .radio-inline {
    position: relative;
    padding-left: 0;
    width: 100%;
    height: 100%
}

.no-legacy-ie .radio label,
.no-legacy-ie .radio-inline label {
    padding-right: 25px;
    padding-left: 25px
}

.no-legacy-ie .radio label:before,
.no-legacy-ie .radio-inline label:before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4NCjxwYXRoIGZpbGw9IiM0NDQ0NDQiIGQ9Ik0xNiAwYy04LjgyMyAwLTE2IDcuMTc4LTE2IDE2czcuMTc4IDE2IDE2IDE2IDE2LTcuMTc4IDE2LTE2YzAtOC44MjMtNy4xNzgtMTYtMTYtMTZ6TTE2IDMwLjU3NWMtOC4wNTAgMC0xNC41NzUtNi41MjUtMTQuNTc1LTE0LjU3NXM2LjUyNS0xNC41NzUgMTQuNTc1LTE0LjU3NWM4LjA1MCAwIDE0LjU3NSA2LjUyNiAxNC41NzUgMTQuNTc1cy02LjUyNSAxNC41NzUtMTQuNTc1IDE0LjU3NXoiPjwvcGF0aD4NCjwvc3ZnPg0K);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 18px
}

@media (max-width:991px) {
    .no-legacy-ie .radio label:before,
    .no-legacy-ie .radio-inline label:before {
        font-size: 19px
    }
}

.no-legacy-ie .radio label.radio-top:before,
.no-legacy-ie .radio-inline label.radio-top:before {
    top: 7px;
    bottom: auto
}

.no-legacy-ie .radio .form-group.has-error label:before,
.no-legacy-ie .radio-inline .form-group.has-error label:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4NCjxwYXRoIGZpbGw9IiNEMDAyMUIiIGQ9Ik0xNiAwYy04LjgyMyAwLTE2IDcuMTc4LTE2IDE2czcuMTc4IDE2IDE2IDE2IDE2LTcuMTc4IDE2LTE2YzAtOC44MjMtNy4xNzgtMTYtMTYtMTZ6TTE2IDMwLjU3NWMtOC4wNTAgMC0xNC41NzUtNi41MjUtMTQuNTc1LTE0LjU3NXM2LjUyNS0xNC41NzUgMTQuNTc1LTE0LjU3NWM4LjA1MCAwIDE0LjU3NSA2LjUyNiAxNC41NzUgMTQuNTc1cy02LjUyNSAxNC41NzUtMTQuNTc1IDE0LjU3NXoiPjwvcGF0aD4NCjwvc3ZnPg0K);
    background-size: contain;
    background-repeat: no-repeat
}

.no-legacy-ie .radio input[type=radio],
.no-legacy-ie .radio-inline input[type=radio] {
    opacity: 0;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 0;
    display: inline-block;
    text-indent: -99999px;
    position: absolute
}

.no-legacy-ie .radio input[type=radio]:checked+label:before,
.no-legacy-ie .radio-inline input[type=radio]:checked+label:before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4NCjxwYXRoIGZpbGw9IiMyMDVEQjUiIGQ9Ik0xNiAwYy04LjgyMyAwLTE2IDcuMTc4LTE2IDE2czcuMTc4IDE2IDE2IDE2IDE2LTcuMTc4IDE2LTE2YzAtOC44MjMtNy4xNzgtMTYtMTYtMTZ6TTE2IDMwLjU3NWMtOC4wNTAgMC0xNC41NzUtNi41MjUtMTQuNTc1LTE0LjU3NXM2LjUyNS0xNC41NzUgMTQuNTc1LTE0LjU3NWM4LjA1MCAwIDE0LjU3NSA2LjUyNiAxNC41NzUgMTQuNTc1cy02LjUyNSAxNC41NzUtMTQuNTc1IDE0LjU3NXpNMjMuMzMyIDE2LjE2NWMwIDQuMTQtMy4zNTcgNy40OTYtNy40OTcgNy40OTZzLTcuNDk3LTMuMzU2LTcuNDk3LTcuNDk2YzAtNC4xNCAzLjM1Ny03LjQ5NyA3LjQ5Ny03LjQ5N3M3LjQ5NyAzLjM1NyA3LjQ5NyA3LjQ5N3oiPjwvcGF0aD4NCjwvc3ZnPg0K);
    background-size: contain;
    background-repeat: no-repeat;
    color: #4d4d4d
}

.no-legacy-ie .radio input[type=checkbox]:focus+label:before,
.no-legacy-ie .radio-inline input[type=checkbox]:focus+label:before {
    border-radius: 100%
}

.nav-tabs li:before {
    content: '';
    display: none
}

.nav-tabs>li {
    float: left
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

@media (max-width:991px) {
    button.navbar-toggle {
        background: 0 0;
        border: none
    }
    button.navbar-toggle .icon-bar {
        width: 25px;
        height: 3px;
        background: #fff
    }
    button.navbar-toggle .icon-bar+.icon-bar {
        margin-top: 4px
    }
    button.navbar-toggle:focus {
        outline: 0
    }
    button.navbar-toggle.open .icon-bar {
        transform: rotate(45deg);
        position: relative;
        top: 7px;
        transition: .3s
    }
    button.navbar-toggle.open .icon-bar+.icon-bar {
        transform: rotate(-45deg);
        top: 0
    }
    button.navbar-toggle.open .icon-bar:last-child {
        display: none!important
    }
    .header-chains button.navbar-toggle {
        display: none
    }
    .off-canvas {
        padding-bottom: 150px
    }
    .off-canvas[data-side=right] {
        width: 100%;
        background: #1e3659;
        right: -100%;
        transition-property: right;
        transition-duration: .4s
    }
    .header-chains .button.navbar-toggle {
        display: none
    }
    html.out .off-canvas[data-side=right],
    body.out .off-canvas[data-side=right] {
        right: 0
    }
}

@media (max-width:991px) and (max-width:767px) {
    button.navbar-toggle {
        top: 28px
    }
}

@media (max-width:991px) and (max-width:767px) {
    button.navbar-toggle .icon-bar {
        width: 19px
    }
}

@media (max-width:991px) and (max-width:991px) {
    .header-chains button.navbar-toggle {
        display: block
    }
}

html.in,
html.out {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: relative
}

body.in,
body.out {
    height: 100%;
    width: 100%
}

html.in .off-canvas.out {
    transition-property: left, right, top, bottom;
    transition-duration: .5s, .5s, .5s, .5s;
    left: 0;
    z-index: 1000
}

html.in .off-canvas.out[data-side=right] {
    left: auto;
    right: 0
}

html.in .off-canvas.out[data-side=top] {
    left: auto;
    right: auto;
    top: 100%
}

html.in .off-canvas.out[data-side=bottom] {
    left: auto;
    right: auto;
    bottom: 100%
}

.off-canvas {
    padding-top: 90px
}

section.bg-color-lighten .panel .panel-heading [aria-expanded=true],
section.bg-color-lighten .panel .panel-collapse,
section.bg-color-lighten .panel .panel-body {
    background-color: #fff
}

.btn,
.btn .square-icon,
a.btn.btn-link,
a.btn {
    background: #205db5;
    border: 2px solid #205db5;
    color: #fff;
    font-weight: 500;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: .3s;
    position: relative;
    display: inline-block;
    transition-property: color;
    vertical-align: middle
}

.btn.disabled,
.btn .square-icon.disabled,
a.btn.btn-link.disabled,
a.btn.disabled {
    pointer-events: none
}

.btn:before,
.btn .square-icon:before,
a.btn.btn-link:before,
a.btn:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    height: 100%
}

.btn:hover,
.btn .square-icon:hover,
a.btn.btn-link:hover,
a.btn:hover,
.btn:hover .square-icon,
.btn .square-icon:hover .square-icon,
a.btn.btn-link:hover .square-icon,
a.btn:hover .square-icon,
.btn:hover .square-icon:hover,
.btn .square-icon:hover .square-icon:hover,
a.btn.btn-link:hover .square-icon:hover,
a.btn:hover .square-icon:hover {
    color: #4d4d4d;
    border: 2px solid #205db5
}

.btn:hover:before,
.btn .square-icon:hover:before,
a.btn.btn-link:hover:before,
a.btn:hover:before,
.btn:hover .square-icon:before,
.btn .square-icon:hover .square-icon:before,
a.btn.btn-link:hover .square-icon:before,
a.btn:hover .square-icon:before,
.btn:hover .square-icon:hover:before,
.btn .square-icon:hover .square-icon:hover:before,
a.btn.btn-link:hover .square-icon:hover:before,
a.btn:hover .square-icon:hover:before {
    transform: scaleX(1);
    height: 100%;
    opacity: 1
}

.btn.btn-primary,
.btn .square-icon.btn-primary,
a.btn.btn-link.btn-primary,
a.btn.btn-primary {
    padding: 20px 50px
}

.btn.btn-secondary,
.btn .square-icon.btn-secondary,
a.btn.btn-link.btn-secondary,
a.btn.btn-secondary {
    background: #fff;
    padding: 21px 88px 21px 10px;
    border: 1px solid #fff;
    color: #205db5
}

.btn.btn-secondary .square-icon,
.btn .square-icon.btn-secondary .square-icon,
a.btn.btn-link.btn-secondary .square-icon,
a.btn.btn-secondary .square-icon {
    width: 68px;
    height: 68px;
    background: #205db5;
    position: absolute;
    right: 0;
    top: 0;
    left: auto
}

.btn.btn-secondary .square-icon .icon,
.btn .square-icon.btn-secondary .square-icon .icon,
a.btn.btn-link.btn-secondary .square-icon .icon,
a.btn.btn-secondary .square-icon .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.btn.btn-secondary:hover,
.btn .square-icon.btn-secondary:hover,
a.btn.btn-link.btn-secondary:hover,
a.btn.btn-secondary:hover {
    color: #4d4d4d
}

.btn.btn-secondary:hover:before,
.btn .square-icon.btn-secondary:hover:before,
a.btn.btn-link.btn-secondary:hover:before,
a.btn.btn-secondary:hover:before {
    background: #fff
}

.btn.btn-secondary:hover .square-icon svg path,
.btn .square-icon.btn-secondary:hover .square-icon svg path,
a.btn.btn-link.btn-secondary:hover .square-icon svg path,
a.btn.btn-secondary:hover .square-icon svg path {
    fill: #4d4d4d!important;
    transition: .3s
}

.btn.btn-secondary,
.btn .square-icon.btn-secondary,
a.btn.btn-link.btn-secondary,
a.btn.btn-secondary {
    background: 0 0;
    border: none
}

.btn.btn-secondary:before,
.btn .square-icon.btn-secondary:before,
a.btn.btn-link.btn-secondary:before,
a.btn.btn-secondary:before {
    background: 0 0
}

.btn.btn-secondary:hover:before,
.btn .square-icon.btn-secondary:hover:before,
a.btn.btn-link.btn-secondary:hover:before,
a.btn.btn-secondary:hover:before {
    background: 0 0
}

.btn.btn-arrow,
.btn .square-icon.btn-arrow,
a.btn.btn-link.btn-arrow,
a.btn.btn-arrow {
    padding: 20px 68px 20px 50px;
    line-height: 24px
}

@media (max-width:767px) {
    .btn.btn-arrow,
    .btn .square-icon.btn-arrow,
    a.btn.btn-link.btn-arrow,
    a.btn.btn-arrow {
        padding-left: 20px;
        width: 100%
    }
}

.btn.btn-arrow .icon,
.btn .square-icon.btn-arrow .icon,
a.btn.btn-link.btn-arrow .icon,
a.btn.btn-arrow .icon {
    position: absolute;
    right: 35px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s
}

.btn.btn-arrow:hover .icon,
.btn .square-icon.btn-arrow:hover .icon,
a.btn.btn-link.btn-arrow:hover .icon,
a.btn.btn-arrow:hover .icon {
    transition: .3s;
    right: 5px
}

.btn.btn-arrow:hover .icon svg path,
.btn .square-icon.btn-arrow:hover .icon svg path,
a.btn.btn-link.btn-arrow:hover .icon svg path,
a.btn.btn-arrow:hover .icon svg path {
    fill: #4d4d4d!important;
    transition: .3s
}

.btn.btn-arrow.next:hover .icon,
.btn .square-icon.btn-arrow.next:hover .icon,
a.btn.btn-link.btn-arrow.next:hover .icon,
a.btn.btn-arrow.next:hover .icon {
    right: 0;
    left: 5px
}

.btn.btn-square,
.btn .square-icon.btn-square,
a.btn.btn-link.btn-square,
a.btn.btn-square {
    width: 68px;
    padding: 17.5px 0
}

.btn.btn-square:hover [class*=icon-] svg path,
.btn .square-icon.btn-square:hover [class*=icon-] svg path,
a.btn.btn-link.btn-square:hover [class*=icon-] svg path,
a.btn.btn-square:hover [class*=icon-] svg path {
    fill: #4d4d4d!important;
    transition: .3s
}

.btn.btn-square:focus,
.btn .square-icon.btn-square:focus,
a.btn.btn-link.btn-square:focus,
a.btn.btn-square:focus {
    outline: 0
}

.btn.btn-square .icon-menos,
.btn .square-icon.btn-square .icon-menos,
a.btn.btn-link.btn-square .icon-menos,
a.btn.btn-square .icon-menos {
    display: none
}

.btn.btn-square.moreless .icon-plus,
.btn .square-icon.btn-square.moreless .icon-plus,
a.btn.btn-link.btn-square.moreless .icon-plus,
a.btn.btn-square.moreless .icon-plus {
    display: none
}

.btn.btn-square.moreless .icon-menos,
.btn .square-icon.btn-square.moreless .icon-menos,
a.btn.btn-link.btn-square.moreless .icon-menos,
a.btn.btn-square.moreless .icon-menos {
    display: block
}

.btn.btn-full,
.btn .square-icon.btn-full,
a.btn.btn-link.btn-full,
a.btn.btn-full {
    height: 100%;
    width: 100%;
    display: block
}

.btn.btn-block,
.btn .square-icon.btn-block,
a.btn.btn-link.btn-block,
a.btn.btn-block {
    width: 100%
}

.btn-group.share-buttons .btn {
    background: #fff;
    border-color: #e1e1e1;
    width: 68px;
    height: 68px
}

.btn-group.share-buttons .btn:first-child {
    margin-right: -1px
}

.btn-group.share-buttons .btn+.btn {
    margin-left: -2px
}

.btn-group.share-buttons .btn .icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:767px) {
    .btn {
        min-height: 40px
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    color: #fff;
    background: #4d4d4d
}

::selection {
    color: #fff;
    background: #4d4d4d
}

html {
    font-size: 62.5%
}

@media (max-width:767px) {
    html {
        font-size: 58%
    }
}

body {
    margin: 0;
    font-size: 1.6rem;
    font-family: Poppins;
    color: #4d4d4d;
    font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    margin: 0;
    width: auto;
    color: #4d4d4d
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    text-decoration: none;
    font-size: inherit;
    margin: 0;
    width: auto;
    color: #4e4e4e
}

.h1 {
    font-size: 6.2rem;
    line-height: 7.3rem;
    font-weight: 600;
    padding-bottom: 60px
}

.h2,
.wysiwyg h1 {
    font-size: 4.2rem;
    line-height: 4.8rem;
    font-weight: 600;
    padding-bottom: 40px
}

.h3,
.wysiwyg h2 {
    font-size: 2.6rem;
    line-height: 3.8rem;
    font-weight: 500;
    padding-bottom: 30px
}

.h4,
.wysiwyg h3 {
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: 500;
    padding-bottom: 30px
}

.h5,
.wysiwyg h4 {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 400;
    padding-bottom: 30px
}

@media (max-width:767px) {
    .h1 {
        font-size: 3rem;
        line-height: 4rem;
        padding-bottom: 30px
    }
    .h2 {
        font-size: 2.8rem;
        line-height: 3.4rem;
        padding-bottom: 20px
    }
    .h3 {
        font-size: 2.3rem;
        line-height: 3rem
    }
}

a.h1,
a.h2,
a.h3,
a.h4,
a.h5,
a.h6 {
    text-decoration: none
}

.h1-secondary {
    font-size: 3.6rem;
    line-height: 3.6rem;
    color: #4d4d4d;
    padding-bottom: 30px
}

.h2-secondary {
    font-size: 2.4rem;
    line-height: 2.4rem;
    color: #4d4d4d;
    padding-bottom: 20px
}

.h3-secondary {
    font-size: 2.3rem;
    line-height: 2.3rem;
    color: #4d4d4d;
    padding-bottom: 10px
}

.h4-secondary {
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #4d4d4d;
    padding-bottom: 10px
}

.h5-secondary {
    font-size: 1.2rem;
    line-height: 1.2rem;
    color: #4d4d4d;
    padding-bottom: 10px
}

.h6-secondary {
    font-size: 1.1rem;
    line-height: 1.1rem;
    color: #4d4d4d;
    padding-bottom: 10px
}

.h2.text-color-blanco {
    color: #fff
}

.h2.text-color-negro {
    color: #4d4d4d
}

p {
    padding-bottom: 20px;
    margin: 0;
    line-height: 3.3rem;
    font-weight: 400
}

p.lead {
    margin-bottom: 0;
    font-weight: 500
}

.medium {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400
}

small,
.small {
    font-size: 1.2rem
}

a,
a:link,
a:visited {
    transition: .2s;
    text-decoration: none
}

a:focus,
a:link:focus,
a:visited:focus {
    outline: 0
}

a:active,
a:link:active,
a:visited:active,
a.active,
a:link.active,
a:visited.active,
a:hover,
a:link:hover,
a:visited:hover {
    transition: .2s
}

a.link-secondary,
a.link-secondary:link,
a.link-secondary:visited,
button.link-secondary {
    transition: .2s
}

a.link-secondary:focus,
a.link-secondary:link:focus,
a.link-secondary:visited:focus,
button.link-secondary:focus {
    outline: 0
}

a.link-secondary:active,
a.link-secondary:link:active,
a.link-secondary:visited:active,
button.link-secondary:active,
a.link-secondary.active,
a.link-secondary:link.active,
a.link-secondary:visited.active,
button.link-secondary.active,
a.link-secondary:hover,
a.link-secondary:link:hover,
a.link-secondary:visited:hover,
button.link-secondary:hover {
    transition: .2s
}

a.link,
a.link:link,
a.link:visited,
button.link {
    transition: .2s
}

a.link:focus,
a.link:link:focus,
a.link:visited:focus,
button.link:focus {
    outline: 0
}

a.link:active,
a.link:link:active,
a.link:visited:active,
button.link:active,
a.link.active,
a.link:link.active,
a.link:visited.active,
button.link.active,
a.link:hover,
a.link:link:hover,
a.link:visited:hover,
button.link:hover {
    transition: .2s
}

a.link-primary,
a.link-primary:link,
a.link-primary:visited,
button.link-primary,
.wysiwyg a,
.content-new a {
    transition-duration: .2s;
    color: #205db5;
    text-decoration: none;
    font-weight: 500;
    transform: translateZ(0);
    position: relative;
    display: inline-block;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 0 1px transparent;
    transition-property: color
}

a.link-primary .icon,
a.link-primary:link .icon,
a.link-primary:visited .icon,
button.link-primary .icon,
.wysiwyg a .icon,
.content-new a .icon {
    transition: .3s
}

a.link-primary:before,
a.link-primary:link:before,
a.link-primary:visited:before,
button.link-primary:before,
.wysiwyg a:before,
.content-new a:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #205db5;
    opacity: .8;
    height: 2px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

a.link-primary:hover,
a.link-primary:link:hover,
a.link-primary:visited:hover,
button.link-primary:hover,
.wysiwyg a:hover,
.content-new a:hover {
    opacity: .8
}

a.link-primary:hover .icon,
a.link-primary:link:hover .icon,
a.link-primary:visited:hover .icon,
button.link-primary:hover .icon,
.wysiwyg a:hover .icon,
.content-new a:hover .icon {
    margin-left: 10px
}

a.link-primary:hover:before,
a.link-primary:link:hover:before,
a.link-primary:visited:hover:before,
button.link-primary:hover:before,
.wysiwyg a:hover:before,
.content-new a:hover:before {
    right: 0;
    transform: scaleX(1)
}

a.link-primary:focus:before,
a.link-primary:link:focus:before,
a.link-primary:visited:focus:before,
button.link-primary:focus:before,
.wysiwyg a:focus:before,
.content-new a:focus:before {
    transform: scaleX(1)
}

a.link-primary:active:before,
a.link-primary:link:active:before,
a.link-primary:visited:active:before,
button.link-primary:active:before,
.wysiwyg a:active:before,
.content-new a:active:before {
    transform: scaleX(1)
}

a.link-primary:active,
a.link-primary:link:active,
a.link-primary:visited:active,
button.link-primary:active,
.wysiwyg a:active,
.content-new a:active,
a.link-primary.active,
a.link-primary:link.active,
a.link-primary:visited.active,
button.link-primary.active,
.wysiwyg a.active,
.content-new a.active,
a.link-primary:hover,
a.link-primary:link:hover,
a.link-primary:visited:hover,
button.link-primary:hover,
.wysiwyg a:hover,
.content-new a:hover {
    transition: .2s
}

a.link-secondary,
a.link-secondary:link,
a.link-secondary:visited,
button.link-secondary {
    color: #fff;
    font-weight: 500;
    transform: translateZ(0);
    position: relative;
    display: inline-block
}

a.link-secondary:before,
a.link-secondary:link:before,
a.link-secondary:visited:before,
button.link-secondary:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    opacity: .8;
    height: 2px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    background: #fff
}

a.link-secondary:hover,
a.link-secondary:link:hover,
a.link-secondary:visited:hover,
button.link-secondary:hover {
    opacity: .8
}

a.link-secondary:hover .icon,
a.link-secondary:link:hover .icon,
a.link-secondary:visited:hover .icon,
button.link-secondary:hover .icon {
    margin-left: 10px
}

a.link-secondary:hover:before,
a.link-secondary:link:hover:before,
a.link-secondary:visited:hover:before,
button.link-secondary:hover:before {
    right: 0
}

a.link-default,
a.link-default:link,
a.link-default:visited,
button.link-default {
    color: #4e4e4e;
    font-weight: 500;
    transform: translateZ(0);
    position: relative;
    display: inline-block
}

a.link-default:before,
a.link-default:link:before,
a.link-default:visited:before,
button.link-default:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    opacity: .8;
    height: 2px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out;
    background: #4e4e4e
}

a.link-default:hover,
a.link-default:link:hover,
a.link-default:visited:hover,
button.link-default:hover {
    opacity: .8
}

a.link-default:hover .icon,
a.link-default:link:hover .icon,
a.link-default:visited:hover .icon,
button.link-default:hover .icon {
    margin-left: 10px
}

a.link-default:hover:before,
a.link-default:link:hover:before,
a.link-default:visited:hover:before,
button.link-default:hover:before {
    right: 0
}

a.link-inner,
a.link-inner:link,
a.link-inner:visited,
button.link-inner {
    transition: .2s
}

a.link-inner:focus,
a.link-inner:link:focus,
a.link-inner:visited:focus,
button.link-inner:focus {
    outline: 0
}

a.link-inner:active,
a.link-inner:link:active,
a.link-inner:visited:active,
button.link-inner:active,
a.link-inner.active,
a.link-inner:link.active,
a.link-inner:visited.active,
button.link-inner.active,
a.link-inner:hover,
a.link-inner:link:hover,
a.link-inner:visited:hover,
button.link-inner:hover {
    transition: .2s
}

button[class*=link-],
.link {
    border: none;
    background: 0 0;
    padding: 0
}

a.btn:hover {
    opacity: 1
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.uppercase {
    text-transform: uppercase
}

.wysiwyg ol,
.content-new ol {
    list-style-type: decimal
}

.wysiwyg ol li,
.content-new ol li {
    list-style: decimal;
    padding-left: 5px
}

.wysiwyg ol li:before,
.content-new ol li:before {
    content: none
}

.wysiwyg ul,
.content-new ul {
    margin: 0;
    margin-bottom: 25px
}

.wysiwyg ul li,
.content-new ul li {
    line-height: 33px;
    line-height: 3.3rem;
    margin-bottom: 10px;
    padding-left: 20px
}

.wysiwyg.text-color-secondary-light p,
.content-new.text-color-secondary-light p {
    color: #838383
}

.wysiwyg.text-color-secondary-light ul li:before,
.content-new.text-color-secondary-light ul li:before {
    color: #838383
}

ul {
    padding: 0
}

ul li {
    list-style: none;
    position: relative;
    padding-left: 10px
}

ul li:before {
    content: "•";
    color: #4d4d4d;
    position: absolute;
    left: 2px
}

ul.list-inline li {
    padding-left: 0
}

ul.list-inline li:before {
    position: static;
    left: auto
}

ul.list-unstyled li:before,
ul.list-icons li:before {
    content: '';
    display: none
}

.white ul li{
   margin-bottom: 15px;
   color:white;
}
.white ul li:before {
    content: "•";
    color: white;
    position: absolute;
    left: 2px
}

.white ul.list-inline li {
    padding-left: 0
}

.white ul.list-inline li:before {
    position: static;
    left: auto
}




.list-icons>* {
    display: table;
    position: relative
}

.list-icons.lg-icons>* {
    padding-left: 192px;
    min-height: 128px
}

.list-icons.md-icons>* {
    padding-left: 52.5px;
    min-height: 35px
}

.list-icons.sm-icons>* {
    padding-left: 33px;
    min-height: 22px
}

.list-icons.xs-icons>* {
    padding-left: 22.5px;
    min-height: 15px
}

.list-icons>*>div.text {
    display: table-cell;
    vertical-align: middle
}

.list-icons [class*=icon-] {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.list-download-pdf {
    margin: 0;
    padding: 20px
}

@media (max-width:767px) {
    .list-download-pdf {
        padding: 15px 0
    }
}

.list-download-pdf li:nth-child(-n+3) {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .list-download-pdf li:nth-child(-n+4) {
        margin-bottom: 30px
    }
}

.corporate-material {
    padding: 30px 30px 0 30px
}

.corporate-material li {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .breadcrumb {
        margin: 30px 0 50px 0
    }
}

.breadcrumb ul {
    margin: 30px 0 60px 0
}

@media (max-width:767px) {
    .breadcrumb ul {
        display: none
    }
}

.breadcrumb ul li {
    display: inline;
    padding-left: 26px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.9rem
}

.breadcrumb ul li:before {
    content: none
}

.breadcrumb ul li:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjZweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCA0MCA2MyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNC40ICgxNzI0OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+U2hhcGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8ZyBpZD0iYXJyb3ciIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIGZpbGw9IiM4MzgzODMiPgogICAgICAgICAgICA8cGF0aCBkPSJNMzkuNDY3LDMwLjkwMyBMOC41NjQsMCBMMC4zMjQsOC4yNDIgTDIyLjk4NCwzMC45MDIgTDAsNTMuODkgTDguMjQyLDYyLjEzIEwzOS40NjcsMzAuOTA1IEwzOS40NjcsMzAuOTAzIFoiIGlkPSJTaGFwZSIgc2tldGNoOnR5cGU9Ik1TU2hhcGVHcm91cCI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px
}

.breadcrumb ul li.first {
    padding-left: 0
}

.breadcrumb ul li.last:after {
    content: none
}

.breadcrumb ul li a {
    color: #205db5
}

img {
    vertical-align: middle
}

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

.img-responsive2 {
    display: block;
    max-width: 100%;
}


.img-rounded {
    border-radius: 6px
}

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

.img-zoom {
    width: 100%;
    height: auto;
    overflow: hidden
}

.img-zoom img {
    transition: all .5s ease
}

.img-zoom:hover img {
    transform: scale(1.05)
}

.img-center {
    margin: 0 auto
}

.img-hover-brand {
    position: relative
}

.img-hover-brand .hover-brand {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .6s
}

.img-hover-brand .hover-brand img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.img-hover-brand .hover-brand:hover {
    opacity: 1
}

img.full-width {
    width: 100%
}

@media (max-width:1199px) {
    img.full-width-md {
        width: 100%
    }
}

@media (max-width:767px) {
    img.full-width-xs {
        width: 100%
    }
}

.img-same-height {
    position: relative;
    overflow: hidden
}

.screen-video {
    position: relative;
    cursor: pointer
}

.screen-video .play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #205db5;
    height: 68px;
    width: 68px
}

.screen-video .play .icon {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.screen-video .play.xs {
    height: 48px;
    width: 48px
}

.img-bg-center {
    background-size: cover;
    background-repeat: no-repeat;
   /*  background-position: 50% */
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.table>thead>tr>th.lead,
.table>tbody>tr>td.lead {
    text-align: center;
    vertical-align: middle;
    font: 18px Helvetica
}

.table-reflow table {
    margin: 1em 0;
    min-width: 280px
}

.table-reflow table th {
    display: none
}

.table-reflow table td {
    display: block
}

.table-reflow table td:first-child {
    padding-top: .5em
}

.table-reflow table td:last-child {
    padding-bottom: .5em
}

.table-reflow table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 6.5em;
    display: inline-block
}

@media (min-width:991px) {
    .table-reflow table td:before {
        display: none
    }
}

.table-reflow table th,
.table-reflow table td {
    text-align: left
}

@media (min-width:991px) {
    .table-reflow table th,
    .table-reflow table td {
        display: table-cell;
        padding: .25em .5em
    }
    .table-reflow table th:first-child,
    .table-reflow table td:first-child {
        padding-left: 0
    }
    .table-reflow table th:last-child,
    .table-reflow table td:last-child {
        padding-right: 0
    }
}

.dropdown .dropdown-menu a {
    text-decoration: none;
    font-size: 12px
}

.dropdown .dropdown-menu li:before {
    display: none
}

.modal-content {
    border-radius: 0;
    border-color: #fff;
    border: none
}

.modal-header {
    padding: 0;
    padding-left: 15px;
    border-bottom: none;
    background: #fff
}

.modal-header .modal-title {
    line-height: 67px;
    height: 67px;
    padding-right: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.modal-video {
    padding: 0;
    margin-bottom: -7px
}

.modal .modal-backdrop {
    background-color: #142134;
    opacity: .9
}

.modal .close {
    background: #205db5;
    width: 68px;
    height: 68px;
    opacity: 1;
    position: absolute;
    right: -1px;
    bottom: -1px;
    margin-top: 0
}

.modal .close .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.modal .close:hover {
    transform: none;
    opacity: .9;
    background: #205db5
}

.modal .close:focus {
    outline: 0
}

.modal-content.normal-content {
    padding: 35px
}

@media (max-width:767px) {
    .modal-content.normal-content {
        padding: 15px;
        padding-top: 68px
    }
}

.modal-content .modal-header .modal-title {
    line-height: inherit;
    height: auto;
    padding-right: 0
}

.modal-content .close {
    bottom: auto;
    top: 0
}

.modal-lg .modal-content.normal-content {
    padding: 70px
}

@media (max-width:767px) {
    .modal-lg .modal-content.normal-content {
        padding: 15px;
        padding-top: 68px
    }
}

.alert-success {
    background: #71a67b
}

.alert-info {
    background: #61a0b9
}

.alert-danger {
    background: #ec3457
}

.link-tooltip {
    width: 100%;
    text-align: left;
    color: #969699;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    line-height: 31px;
    line-height: 3.1rem;
    display: inline-block;
    transform: translateZ();
    overflow: hidden;
    font-size: 20px
}

.link-tooltip:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #205db5;
    position: absolute;
    left: -20px;
    bottom: 100%;
    transition-property: bottom;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.link-tooltip:hover {
    padding-left: 20px;
    transition-duration: 1s;
    color: #205db5
}

.link-tooltip:hover:before {
    left: 0;
    bottom: 0
}

@media (max-width:1199px) {
    .link-tooltip {
        padding-left: 20px!important;
        color: #205db5;
        margin-bottom: 15px
    }
    .link-tooltip:before {
        left: 0;
        bottom: 0
    }
}

@media (max-width:767px) {
    .link-tooltip {
        font-size: 1.7rem
    }
}

.custom-tooltip .tooltip,
.custom-tooltip .popover {
    opacity: 1;
    width: 340px
}

.custom-tooltip .tooltip .tooltip-arrow,
.custom-tooltip .popover .tooltip-arrow,
.custom-tooltip .tooltip .arrow,
.custom-tooltip .popover .arrow {
    border-right-color: #1e3659;
    border-width: 15px 15px 15px 0;
    margin-top: -15px;
    left: -10px
}

.custom-tooltip .tooltip .tooltip-inner,
.custom-tooltip .popover .tooltip-inner,
.custom-tooltip .tooltip .popover-content,
.custom-tooltip .popover .popover-content {
    background: #1e3659;
    color: #fff;
    opacity: 1;
    padding: 40px;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 3.3rem;
    border-radius: 0;
    font-family: Poppins;
    max-width: 340px;
    text-align: center
}

.custom-tooltip .tooltip .tooltip-inner h2,
.custom-tooltip .popover .tooltip-inner h2,
.custom-tooltip .tooltip .popover-content h2,
.custom-tooltip .popover .popover-content h2 {
    display: block;
    font-size: 5.5rem;
    color: #fff;
    line-height: 55px;
    margin-bottom: 0
}

.custom-tooltip .tooltip.right,
.custom-tooltip .popover.right {
    margin-left: 50px
}

.custom-tooltip .tooltip a,
.custom-tooltip .popover a {
    position: absolute;
    top: 100%;
    right: 46px
}

.custom-tooltip.tooltip-large .tooltip,
.custom-tooltip.tooltip-large .popover {
    width: 540px
}

.custom-tooltip.tooltip-large .tooltip .tooltip-inner,
.custom-tooltip.tooltip-large .popover .tooltip-inner,
.custom-tooltip.tooltip-large .tooltip .popover-content,
.custom-tooltip.tooltip-large .popover .popover-content {
    max-width: 540px;
    text-align: left
}

.custom-tooltip.tooltip-large .tooltip .tooltip-inner h2,
.custom-tooltip.tooltip-large .popover .tooltip-inner h2,
.custom-tooltip.tooltip-large .tooltip .popover-content h2,
.custom-tooltip.tooltip-large .popover .popover-content h2 {
    font-size: 3.5rem;
    line-height: 38px;
    margin-bottom: 10px
}

.custom-tooltip .popover {
    position: absolute!important
}

@media (max-width:1199px) {
    .custom-tooltip>div {
        margin-bottom: 30px;
        padding-left: 20px;
        font-size: 1.4rem
    }
    .custom-tooltip>div h2 {
        display: block;
        font-size: 20px;
        font-weight: 500
    }
}

.custom-tooltip .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    background-clip: padding-box;
    white-space: normal
}

.custom-tooltip .popover.top {
    margin-top: -10px
}

.custom-tooltip .popover.right {
    margin-left: 10px
}

.custom-tooltip .popover.bottom {
    margin-top: 10px
}

.custom-tooltip .popover.left {
    margin-left: -10px
}

.custom-tooltip .popover>.arrow,
.custom-tooltip .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.custom-tooltip .popover>.arrow {
    border-width: 11px
}

.custom-tooltip .popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.custom-tooltip .popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: #1e3659
}

.custom-tooltip .popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #1e3659
}

@media (max-width:1199px) {
    .custom-tooltip .popover.right>.arrow {
        margin-left: 20px
    }
}

.tooltip-fix {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: auto;
    z-index: 1
}

.tooltip-fix.left {
    border-width: 24px 24px 24px 0;
    top: 30%;
    bottom: 0;
    left: -24px
}

.tooltip-fix.right {
    border-width: 24px 0 24px 24px;
    top: 0;
    bottom: 0;
    right: -24px
}

.tooltip-fix.top {
    border-width: 0 24px 24px 24px;
    left: 0;
    right: 0;
    top: -24px
}

.tooltip-fix.bottom {
    border-width: 24px 24px 0 24px;
    left: 0;
    right: 0;
    bottom: -24px
}

.tooltip-fix.tooltip-primary.left {
    border-color: transparent #1e3659 transparent transparent
}

.tooltip-fix.tooltip-primary.right {
    border-color: transparent transparent transparent #1e3659
}

.tooltip-fix.tooltip-primary.top {
    border-color: transparent transparent #1e3659 transparent
}

.tooltip-fix.tooltip-primary.bottom {
    border-color: #1e3659 transparent transparent transparent
}

.tooltip-fix.tooltip-primary-light.left {
    border-color: transparent #205db5 transparent transparent
}

.tooltip-fix.tooltip-primary-light.right {
    border-color: transparent transparent transparent #205db5
}

.tooltip-fix.tooltip-primary-light.top {
    border-color: transparent transparent #205db5 transparent
}

.tooltip-fix.tooltip-primary-light.bottom {
    border-color: #205db5 transparent transparent transparent
}

.tooltip-fix.tooltip-white.left {
    border-color: transparent #fff transparent transparent
}

.tooltip-fix.tooltip-white.right {
    border-color: transparent transparent transparent #fff
}

.tooltip-fix.tooltip-white.top {
    border-color: transparent transparent #fff transparent
}

.tooltip-fix.tooltip-white.bottom {
    border-color: #fff transparent transparent transparent
}

.tooltip-fix.tooltip-facebook.left {
    border-color: transparent #3c5a99 transparent transparent
}

.tooltip-fix.tooltip-facebook.right {
    border-color: transparent transparent transparent #3c5a99
}

.tooltip-fix.tooltip-facebook.top {
    border-color: transparent transparent #3c5a99 transparent
}

.tooltip-fix.tooltip-facebook.bottom {
    border-color: #3c5a99 transparent transparent transparent
}

.tooltip-fix.tooltip-twitter.left {
    border-color: transparent #28a9e0 transparent transparent
}

.tooltip-fix.tooltip-twitter.right {
    border-color: transparent transparent transparent #28a9e0
}

.tooltip-fix.tooltip-twitter.top {
    border-color: transparent transparent #28a9e0 transparent
}

.tooltip-fix.tooltip-twitter.bottom {
    border-color: #28a9e0 transparent transparent transparent
}

.tooltip-fix.tooltip-youtube.left {
    border-color: transparent #c8302a transparent transparent
}

.tooltip-fix.tooltip-youtube.right {
    border-color: transparent transparent transparent #c8302a
}

.tooltip-fix.tooltip-youtube.top {
    border-color: transparent transparent #c8302a transparent
}

.tooltip-fix.tooltip-youtube.bottom {
    border-color: #c8302a transparent transparent transparent
}

.tooltip-fix.tooltip-vips.left {
    border-color: transparent #b52020 transparent transparent
}

.tooltip-fix.tooltip-vips.right {
    border-color: transparent transparent transparent #b52020
}

.tooltip-fix.tooltip-vips.top {
    border-color: transparent transparent #b52020 transparent
}

.tooltip-fix.tooltip-vips.bottom {
    border-color: #b52020 transparent transparent transparent
}

.tooltip-fix.tooltip-vips-smart.left {
    border-color: transparent #d40f0f transparent transparent
}

.tooltip-fix.tooltip-vips-smart.right {
    border-color: transparent transparent transparent #d40f0f
}

.tooltip-fix.tooltip-vips-smart.top {
    border-color: transparent transparent #d40f0f transparent
}

.tooltip-fix.tooltip-vips-smart.bottom {
    border-color: #d40f0f transparent transparent transparent
}

.tooltip-fix.tooltip-ginos.left {
    border-color: transparent #e7e2d8 transparent transparent
}

.tooltip-fix.tooltip-ginos.right {
    border-color: transparent transparent transparent #e7e2d8
}

.tooltip-fix.tooltip-ginos.top {
    border-color: transparent transparent #e7e2d8 transparent
}

.tooltip-fix.tooltip-ginos.bottom {
    border-color: #e7e2d8 transparent transparent transparent
}

.tooltip-fix.tooltip-instagram.left {
    border-color: transparent #125688 transparent transparent
}

.tooltip-fix.tooltip-instagram.right {
    border-color: transparent transparent transparent #125688
}

.tooltip-fix.tooltip-instagram.top {
    border-color: transparent transparent #125688 transparent
}

.tooltip-fix.tooltip-instagram.bottom {
    border-color: #125688 transparent transparent transparent
}

@media (max-width:1199px) {
    .tooltip-fix.left-md {
        border-width: 24px 24px 24px 0;
        top: 0;
        bottom: 0;
        left: -24px;
        right: auto
    }
    .tooltip-fix.left-md.tooltip-primary {
        border-color: transparent #1e3659 transparent transparent
    }
    .tooltip-fix.left-md.tooltip-primary-light {
        border-color: transparent #205db5 transparent transparent
    }
    .tooltip-fix.left-md.tooltip-white {
        border-color: transparent #fff transparent transparent
    }
    .tooltip-fix.left-md.tooltip-facebook {
        border-color: transparent #3c5a99 transparent transparent
    }
    .tooltip-fix.left-md.tooltip-twitter {
        border-color: transparent #28a9e0 transparent transparent
    }
    .tooltip-fix.left-md.tooltip-youtube {
        border-color: transparent #c8302a transparent transparent
    }
    .tooltip-fix.left-md.tooltip-instagram {
        border-color: transparent #125688 transparent transparent
    }
}

@media (max-width:1199px) {
    .tooltip-fix.right-md {
        border-width: 24px 0 24px 24px;
        top: 0;
        bottom: 0;
        right: -24px;
        left: auto
    }
    .tooltip-fix.right-md.tooltip-primary {
        border-color: transparent transparent transparent #1e3659
    }
    .tooltip-fix.right-md.tooltip-primary-light {
        border-color: transparent transparent transparent #205db5
    }
    .tooltip-fix.right-md.tooltip-white {
        border-color: transparent transparent transparent #fff
    }
    .tooltip-fix.right-md.tooltip-facebook {
        border-color: transparent transparent transparent #3c5a99
    }
    .tooltip-fix.right-md.tooltip-twitter {
        border-color: transparent transparent transparent #28a9e0
    }
    .tooltip-fix.right-md.tooltip-youtube {
        border-color: transparent transparent transparent #c8302a
    }
    .tooltip-fix.right-md.tooltip-instagram {
        border-color: transparent transparent transparent #125688
    }
}

@media (max-width:1199px) {
    .tooltip-fix.top-md {
        border-width: 0 24px 24px 24px;
        right: 0;
        left: 0;
        top: -24px;
        bottom: auto
    }
    .tooltip-fix.top-md.tooltip-primary {
        border-color: transparent transparent #1e3659 transparent
    }
    .tooltip-fix.top-md.tooltip-primary-light {
        border-color: transparent transparent #205db5 transparent
    }
    .tooltip-fix.top-md.tooltip-white {
        border-color: transparent transparent #fff transparent
    }
    .tooltip-fix.top-md.tooltip-facebook {
        border-color: transparent transparent #3c5a99 transparent
    }
    .tooltip-fix.top-md.tooltip-twitter {
        border-color: transparent transparent #28a9e0 transparent
    }
    .tooltip-fix.top-md.tooltip-youtube {
        border-color: transparent transparent #c8302a transparent
    }
    .tooltip-fix.top-md.tooltip-instagram {
        border-color: transparent transparent #125688 transparent
    }
}

@media (max-width:1199px) {
    .tooltip-fix.bottom-md {
        border-width: 24px 24px 0 24px;
        right: 0;
        left: 0;
        top: auto;
        bottom: -24px
    }
    .tooltip-fix.bottom-md.tooltip-primary {
        border-color: #1e3659 transparent transparent transparent
    }
    .tooltip-fix.bottom-md.tooltip-primary-light {
        border-color: #205db5 transparent transparent transparent
    }
    .tooltip-fix.bottom-md.tooltip-white {
        border-color: #fff transparent transparent transparent
    }
    .tooltip-fix.bottom-md.tooltip-facebook {
        border-color: #3c5a99 transparent transparent transparent
    }
    .tooltip-fix.bottom-md.tooltip-twitter {
        border-color: #28a9e0 transparent transparent transparent
    }
    .tooltip-fix.bottom-md.tooltip-youtube {
        border-color: #c8302a transparent transparent transparent
    }
    .tooltip-fix.bottom-md.tooltip-instagram {
        border-color: #125688 transparent transparent transparent
    }
}

@media (max-width:767px) {
    .tooltip-fix.left-xs {
        border-width: 24px 24px 24px 0;
        top: 0;
        bottom: 0;
        left: -24px;
        right: auto
    }
    .tooltip-fix.left-xs.tooltip-primary {
        border-color: transparent #1e3659 transparent transparent
    }
    .tooltip-fix.left-xs.tooltip-primary-light {
        border-color: transparent #205db5 transparent transparent
    }
    .tooltip-fix.left-xs.tooltip-white {
        border-color: transparent #fff transparent transparent
    }
    .tooltip-fix.left-xs.tooltip-facebook {
        border-color: transparent #3c5a99 transparent transparent
    }
    .tooltip-fix.left-xs.tooltip-twitter {
        border-color: transparent #28a9e0 transparent transparent
    }
    .tooltip-fix.left-xs.tooltip-youtube {
        border-color: transparent #c8302a transparent transparent
    }
    .tooltip-fix.left-xs.tooltip-instagram {
        border-color: transparent #125688 transparent transparent
    }
}

@media (max-width:767px) {
    .tooltip-fix.right-xs {
        border-width: 24px 0 24px 24px;
        top: 0;
        bottom: 0;
        right: -24px;
        left: auto
    }
    .tooltip-fix.right-xs.tooltip-primary {
        border-color: transparent transparent transparent #1e3659
    }
    .tooltip-fix.right-xs.tooltip-primary-light {
        border-color: transparent transparent transparent #205db5
    }
    .tooltip-fix.right-xs.tooltip-white {
        border-color: transparent transparent transparent #fff
    }
    .tooltip-fix.right-xs.tooltip-facebook {
        border-color: transparent transparent transparent #3c5a99
    }
    .tooltip-fix.right-xs.tooltip-twitter {
        border-color: transparent transparent transparent #28a9e0
    }
    .tooltip-fix.right-xs.tooltip-youtube {
        border-color: transparent transparent transparent #c8302a
    }
    .tooltip-fix.right-xs.tooltip-instagram {
        border-color: transparent transparent transparent #125688
    }
}

@media (max-width:767px) {
    .tooltip-fix.top-xs {
        border-width: 0 24px 24px 24px;
        right: 0;
        left: 0;
        top: -24px;
        bottom: auto
    }
    .tooltip-fix.top-xs.tooltip-primary {
        border-color: transparent transparent #1e3659 transparent
    }
    .tooltip-fix.top-xs.tooltip-primary-light {
        border-color: transparent transparent #205db5 transparent
    }
    .tooltip-fix.top-xs.tooltip-white {
        border-color: transparent transparent #fff transparent
    }
    .tooltip-fix.top-xs.tooltip-facebook {
        border-color: transparent transparent #3c5a99 transparent
    }
    .tooltip-fix.top-xs.tooltip-twitter {
        border-color: transparent transparent #28a9e0 transparent
    }
    .tooltip-fix.top-xs.tooltip-youtube {
        border-color: transparent transparent #c8302a transparent
    }
    .tooltip-fix.top-xs.tooltip-instagram {
        border-color: transparent transparent #125688 transparent
    }
}

@media (max-width:767px) {
    .tooltip-fix.bottom-xs {
        border-width: 24px 24px 0 24px;
        right: 0;
        left: 0;
        top: auto;
        bottom: -24px
    }
    .tooltip-fix.bottom-xs.tooltip-primary {
        border-color: #1e3659 transparent transparent transparent
    }
    .tooltip-fix.bottom-xs.tooltip-primary-light {
        border-color: #205db5 transparent transparent transparent
    }
    .tooltip-fix.bottom-xs.tooltip-white {
        border-color: #fff transparent transparent transparent
    }
    .tooltip-fix.bottom-xs.tooltip-facebook {
        border-color: #3c5a99 transparent transparent transparent
    }
    .tooltip-fix.bottom-xs.tooltip-twitter {
        border-color: #28a9e0 transparent transparent transparent
    }
    .tooltip-fix.bottom-xs.tooltip-youtube {
        border-color: #c8302a transparent transparent transparent
    }
    .tooltip-fix.bottom-xs.tooltip-instagram {
        border-color: #125688 transparent transparent transparent
    }
}

.panel {
    padding-bottom: 40px
}

@media (max-width:767px) {
    .panel {
        padding-bottom: 20px
    }
}

.panel .panel-heading .panel-title {
    background: #fff
}

.panel .panel-heading .panel-title a {
    font-size: 2rem;
    padding: 0 30px 0 60px;
    display: block;
    color: #205db5;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iOHB4IiB2aWV3Qm94PSIwIDAgMTEgOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDMuNC40ICgxNzI0OSkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0+CiAgICA8dGl0bGU+UmVjdGFuZ2xlIDEgQ29weSA1PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9ImtpdCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InBhZGRpbmciIHNrZXRjaDp0eXBlPSJNU0FydGJvYXJkR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04NDIuMDAwMDAwLCAtMzk2LjAwMDAwMCkiIGZpbGw9IiMyMDVkYjUiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAzNTkuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iY2FiZWNlcmEiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPgogICAgICAgICAgICAgICAgICAgIDxnIGlkPSJEaW5hbWlzbW8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDc1Mi41MDAwMDAsIDI5LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOTguNSw4LjE2NjY2NjY3IEw5OC41LDcgTDkxLjUsNyBMOTEuNSw5LjMzMzMzMzMzIEw5Ni4xNjY2NjY3LDkuMzMzMzMzMzMgTDk2LjE2NjY2NjcsMTQgTDk4LjUsMTQgTDk4LjUsOC4xNjY2NjY2NyBaIiBpZD0iUmVjdGFuZ2xlLTEtQ29weS01IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5NS4wMDAwMDAsIDEwLjUwMDAwMCkgcm90YXRlKC0yMjUuMDAwMDAwKSB0cmFuc2xhdGUoLTk1LjAwMDAwMCwgLTEwLjUwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 30px 13px;
    transition: .3s
}

@media (max-width:767px) {
    .panel .panel-heading .panel-title a {
        padding: 0 15px 0 25px;
        font-size: 1.6rem;
        background-position: 10px 7px
    }
}

.panel .panel-heading .panel-title a .icon {
    transform: rotate(90deg);
    margin-right: 15px;
    display: none
}

@media (max-width:767px) {
    .panel .panel-heading .panel-title a .icon {
        margin-right: 5px
    }
}

.panel .panel-heading .panel-title a:hover {
    opacity: 1
}

.panel .panel-heading .panel-title a:hover:before {
    content: none
}

.panel .panel-heading .panel-title a:hover .icon {
    margin-left: 0
}

.panel .panel-heading .panel-title [aria-expanded=true] {
    background-color: #f6f6f6;
    padding: 18px 30px 18px 60px;
    color: #4d4d4d;
    opacity: 1;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjEycHgiIGhlaWdodD0iN3B4IiB2aWV3Qm94PSIwIDAgMTIgNyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy42LjEgKDI2MzEzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGQ9Ik05LjI2MjU4NTE0LDMuNDU1Mzk0MyBMMy43OTExOTA4NCwtMi4wMTYgTDIuMzMyMjExNDEsLTAuNTU2ODQzNDM4IEw2LjM0NDQ0OTE0LDMuNDU1Mzk0MyBMMi4yNzUsNy41MjUwMjA1NiBMMy43MzM5Nzk0NCw4Ljk4NCBMOS4yNjI1ODUxNCwzLjQ1NTM5NDMgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMjA1REI1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1Ljc2ODc5MywgMy40ODQwMDApIHJvdGF0ZSgtOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuNzY4NzkzLCAtMy40ODQwMDApICI+PC9wYXRoPgogICAgPC9nPgo8L3N2Zz4=);
    background-position: 30px 30px
}

@media (max-width:767px) {
    .panel .panel-heading .panel-title [aria-expanded=true] {
        padding: 15px 15px 15px 25px;
        background-position: 10px 21px
    }
}

.panel .panel-heading .panel-title [aria-expanded=true] .icon {
    transform: rotate(-90deg)
}

.panel .panel-heading .panel-title.collapse {
    background: #fff
}

.panel .panel-collapse {
    padding: 0 30px 18px 30px;
    background-color: #f6f6f6
}

.panel .panel-collapse .panel-body {
    background: #f6f6f6;
    line-height: 24px;
    line-height: 2.4rem
}

@media (max-width:767px) {
    .panel .panel-collapse .panel-body p {
        font-size: 1.5rem
    }
}

.slick-slide {
    outline: 0;
    cursor: pointer
}

.slider-container {
    position: relative
}

.slider-controls .next,
.slider-controls .previous {
    height: 68px;
    width: 68px;
    position: relative;
    cursor: pointer;
    padding: 0;
    border: 0;
    float: left
}

.slider-controls .next .icon,
.slider-controls .previous .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.slider-controls .next {
    background-color: #205db5
}

.slider-controls .previous {
    background-color: #f6f6f6
}

#smartbanner {
    display: block;
    position: absolute!important;
    top: 0!important;
    z-index: 9999!important;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

#smartbanner.android {
    background: #fff;
    border-top: none
}

#smartbanner .sb-close {
    float: right;
    margin-right: 10px;
    text-align: right;
    font-size: 25px!important;
    line-height: 24px;
    color: #205db5!important;
    width: 25px;
    height: 25px;
    z-index: 100000;
    margin-left: 0!important;
    background: #fff!important;
    text-shadow: none!important;
    border-radius: none!important;
    box-shadow: none!important
}

#smartbanner .sb-info {
    float: left;
    text-shadow: none!important;
    font-family: Poppins!important;
    font-size: 14px;
    color: #4e4e4e!important
}

#smartbanner .sb-info strong {
    color: #205db5!important;
    font-family: Poppins
}

#smartbanner .sb-icon {
    width: 60px;
    height: 60px;
    background-size: contain;
    float: left;
    margin-right: 5px
}

#smartbanner .sb-button {
    float: right;
    margin-right: 5px;
    padding: 5px 5px 3px 5px;
    border: 2px solid #205db5!important;
    line-height: 1;
    text-transform: uppercase;
    color: #205db5!important;
    background: #fff!important
}

#smartbanner .sb-button span {
    background: transparent!important;
    line-height: 21px!important
}

#smartbanner strong,
#smartbanner span {
    display: block
}

#smartbanner strong {
    color: #205db5;
    font-size: 16px
}

#smartbanner span {
    font-size: 12px
}

#smartbanner.ios {
    display: none
}

.messages.error {
    display: none
}

.messages.status {
    display: none
}

.node-type-brands .w-90 {
    width: 90%
}

.node-type-brands .bg-color-fridays {
    background: #000
}

@media (max-width:767px) {
    .node-type-brands .block-news .set-height a {
        height: auto
    }
}

.page-brands .bg-color-fridays {
    background: #000
}

.page-about-social .padding-content-dualbg-tb-lg.fix {
    padding-right: 15px
}

@media (max-width:767px) {
    .page-about-social .padding-content-dualbg-tb-lg.fix {
        padding-right: 0
    }
}

.block-tooltips-club-right {
    margin-top: 60px
}

@media (max-width:991px) {
    .block-tooltips-club-right {
        margin-top: 40px
    }
}

.node-type-noticias .slider-2-items {
    height: 220px;
    overflow: hidden
}

@media (max-width:767px) {
    .node-type-noticias .slider-2-items {
        height: auto
    }
}

@media (max-width:991px) {
    .page-about-social .padding-content-dualbg-tb-lg.fix {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .page-about-social .padding-content-dualbg-tb-lg.fix {
        margin-top: 50px
    }
}

@media (max-width:991px) {
    .page-about-social .block-compromise {
        padding-bottom: 20px
    }
}

@media (max-width:991px) {
    .page-about-social .block-down-doc:after {
        content: none
    }
}

@media (max-width:767px) {
    .page-about-commitment .padding-t-120 {
        padding-top: 0!important
    }
}

.loading.page-chains .slider-thumbs-container {
    max-height: 701px;
    overflow: hidden
}

@media (max-width:1199px) {
    .loading.page-chains .slider-thumbs-container {
        max-height: 606px
    }
}

@media (max-widht:767px) {
    .loading.page-chains .slider-thumbs-container {
        max-height: 775px
    }
}

.loading.page-chains .slider-testimonial {
    max-height: 490px;
    overflow: hidden
}

@media (max-widht:1199px) {
    .loading.page-chains .slider-testimonial {
        max-height: 443px
    }
}

@media (max-widht:991px) {
    .loading.page-chains .slider-testimonial {
        max-height: 390px
    }
}

@media (max-widht:767px) {
    .loading.page-chains .slider-testimonial {
        max-height: 588px
    }
}

.loading.page-about-commitment .slider-thumbs-container {
    max-height: 529px;
    overflow: hidden
}

@media (max-widht:1199px) {
    .loading.page-about-commitment .slider-thumbs-container {
        max-height: 507px
    }
}

@media (max-widht:991px) {
    .loading.page-about-commitment .slider-thumbs-container {
        max-height: 425px
    }
}

@media (max-widht:767px) {
    .loading.page-about-commitment .slider-thumbs-container {
        max-height: 457px
    }
}

.loading.node-type-brands .slider-simple {
    height: 605px
}

@media (max-width:767px) {
    .loading.node-type-brands .slider-simple {
        height: 350px
    }
}

.conditions-icons {
    overflow: hidden
}

.conditions-icons li {
    padding-left: 0;
    padding-right: 20px;
    float: left;
    width: calc(33.33333333%);
    text-align: center;
    margin-bottom: 20px;
    min-height: 60px
}

@media (max-width:767px) {
    .conditions-icons li {
        width: 33%
    }
}

.conditions-icons img {
    margin: 0 auto
}

@media (max-width:767px) {
    .conditions-icons img {
        margin-bottom: 20px;
        width: 100%
    }
}

.page-dinamismo .block-news {
    margin-bottom: 120px
}

.page-noticias .bg-color-lighten.view-content {
    margin-bottom: 120px
}

.page-noticias .load-more-news-container {
    margin-bottom: 5px
}

@media (max-width:767px) {
    .node-type-chains .block-bg-video-text .bg {
        padding-bottom: 0
    }
}

.page-work-with-us .padding-content-xs {
    line-height: 24px
}

.page-press .btn-arrow {
    margin-bottom: 20px
}

@media (max-width:767px) {
    .corporate-material .small {
        font-size: 1.4rem
    }
}

.corporate-material .block-material {
    min-height: 245px
}

.error-page {
    padding-top: 120px
}

@media (max-width:767px) {
    .error-page {
        padding-top: 35px
    }
}

.error-page .title {
    padding-top: 20px
}

.error-page .title p {
    color: #1e3659;
    margin: 0
}

.error-page .title p.h1 {
    padding-bottom: 20px
}

.error-page .btn {
    float: right;
    text-transform: uppercase
}

@media (max-width:767px) {
    .sitemap {
        padding-top: 35px
    }
}

.sitemap .h4 {
    padding-bottom: 20px
}

.sitemap .second-level {
    padding-bottom: 15px
}

.sitemap .title {
    padding-bottom: 5px
}

.sitemap ul {
    margin: 0
}

.sitemap li a {
    padding-bottom: 0;
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 2.8rem
}

.content-block-more-info {
    overflow: hidden;
    width: 100%
}

.block-more-info {
    position: relative;
    margin-bottom: 130px;
    width: 75%;
    float: right;
    background: #1e3659
}

@media (max-width:767px) {
    .block-more-info {
        width: 100%
    }
}

.block-more-info img {
    width: 100%
}

.block-more-info .info-img {
    color: #fff;
    padding: 30px;
    display: none
}

@media (max-width:1199px) {
    .block-more-info .info-img {
        padding: 50px
    }
}

@media (max-width:991px) {
    .block-more-info .info-img {
        padding: 40px 30px
    }
}

@media (max-width:767px) {
    .block-more-info .info-img {
        padding: 25px;
        font-size: 14px;
        line-height: 18px
    }
}

.block-more-info .info-img.animated {
    display: block;
    animation-duration: .1s!important
}

.block-more-info .block-text-info {
    width: 85%;
    position: absolute;
    background: #f6f6f6;
    padding: 20px;
    left: -32px;
    bottom: -70px
}

@media (max-width:991px) {
    .block-more-info .block-text-info {
        padding: 15px;
        left: -22px
    }
}

@media (max-width:767px) {
    .block-more-info .block-text-info {
        left: 0
    }
}

.block-more-info .block-text-info p.h3 {
    padding-bottom: 10px
}

.block-more-info .block-text-info p {
    padding-bottom: 0
}

@media (max-width:767px) {
    .block-more-info .block-text-info {
        padding: 30px 25px
    }
    .block-more-info .block-text-info .h3 {
        font-size: 1.6rem;
        line-height: 1.7rem
    }
    .block-more-info .block-text-info p {
        font-size: 1.3rem;
        line-height: 1.4rem
    }
    .block-more-info .block-text-info .h3,
    .block-more-info .block-text-info p {
        padding-bottom: 0
    }
    .block-more-info .block-text-info p.h4 {
        font-size: 1.6rem;
        line-height: 2rem
    }
}

.block-more-info .block-text-info .btn-square {
    background: #205db5;
    position: absolute;
    right: -68px;
    bottom: 2px;
    padding: 0;
    width: 68px;
    height: 68px
}

@media (max-width:991px) {
    .block-more-info .block-text-info .btn-square {
        right: -60px
    }
}

@media (max-width:767px) {
    .block-more-info .block-text-info .btn-square {
        right: -43px
    }
}

.block-more-info .block-text-info .btn-square .icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto
}

.members-team-container .col-sm-6:nth-child(even) {
    clear: left
}

.members-team-container .col-sm-6:nth-child(odd) {
    clear: right
}

.block-social .img-content,
.block-social .text-content {
    height: 270px
}

.block-social .img-content {
    background-size: cover
}

.block-social p {
    color: #fff;
    line-height: 2.5rem;
    font-size: 1.5rem
}

@media (max-width:1199px) {
    .block-social p {
        line-height: 3.5rem
    }
}

.block-social .video-vertical-middle .fb-video {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.block-social .video-vertical-middle video {
    width: 100%;
    height: 100%
}

@media (max-width:1199px) {
    .block-social .icon {
        margin-bottom: 30px
    }
}

.block-bg-video-text {
    position: relative
}

.block-bg-video-text .bg {
    padding-bottom: 170px
}

@media (max-width:991px) {
    .block-bg-video-text .bg {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .block-bg-video-text .bg {
        padding-top: 0;
        padding-bottom: 68px
    }
}

.block-bg-video-text .bg.bg-inside-group {
    background-image: url(../img/blocks/bg/bg-inside-group.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 644px
}

@media (min-width:1366px) {
    .block-bg-video-text .bg.bg-inside-group {
        min-height: 720px
    }
}

@media (max-width:1199px) {
    .block-bg-video-text .bg.bg-inside-group {
        min-height: 565px
    }
}

@media (max-width:767px) {
    .block-bg-video-text .bg.bg-inside-group {
        background-image: none;
        min-height: inherit
    }
}

.block-bg-video-text .modal-video {
    width: 60%;
    position: absolute;
    bottom: 74px;
    left: 100px
}

@media (max-width:991px) {
    .block-bg-video-text .modal-video {
        width: 100%;
        position: relative;
        bottom: auto;
        left: auto
    }
}

.block-bg-video-text .content-block {
    width: 35%;
    bottom: 0;
    position: absolute;
    right: 100px
}

@media (max-width:991px) {
    .block-bg-video-text .content-block {
        width: 100%;
        position: relative;
        bottom: auto;
        right: auto
    }
}

.block-bg-video-text .content-block .logo {
    padding: 180px
}

@media (max-width:991px) {
    .block-bg-video-text .content-block .logo {
        padding: 60px
    }
}

.block-bg-video-text .content-block .logo .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.block-bg-video-text .content-block .p-right {
    padding-right: 95px
}

@media (max-width:991px) {
    .block-bg-video-text .content-block .p-right {
        padding-right: 0
    }
}

.block-bg-video-text .text-box {
    background-color: #1e3659
}

.block-bg-video-text .text-box p {
    color: #fff
}

.block-bg-video-text a.btn {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: -223px
}

@media (max-width:767px) {
    .block-bg-video-text a.btn {
        width: 100%;
        bottom: -68px;
        left: 0
    }
}

.block-bg-video-text [class*=col-] {
    position: static
}

.block-text-img .text {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .block-text-img .text {
        margin-bottom: 0
    }
}

.block-text-img .text .lead {
    font-size: 2rem
}

.block-text-img .text p {
    color: #1e3659
}

.block-text-img .img-content {
    padding-top: 120px;
    position: relative
}

@media (max-width:991px) {
    .block-text-img .img-content {
        padding-top: 0;
        margin-bottom: 20px
    }
}

.block-text-img .img-content img {
    width: 100%
}

.block-text-img.block-text-left .text {
    padding-left: 125px
}

@media (max-width:991px) {
    .block-text-img.block-text-left .text {
        padding-left: 50px
    }
}

@media (max-width:767px) {
    .block-text-img.block-text-left .text {
        padding-left: 0
    }
}

.block-text-img.block-text-right .text {
    padding-right: 125px
}

@media (max-width:991px) {
    .block-text-img.block-text-right .text {
        padding-right: 0
    }
}

.block-text-img.block-text-right .btn {
    float: right
}

.content-slider-block-text-img {
    width: 100%;
    margin-top: -158px
}

@media (max-width:1199px) {
    .content-slider-block-text-img {
        margin-top: 0
    }
}

.slider-block-text-img {
    position: relative
}

.slider-block-text-img .content-slide {
    position: relative
}

.slider-block-text-img .content {
    width: 50%;
    float: right;
    position: relative
}

@media (max-width:991px) {
    .slider-block-text-img .content {
        width: 80%;
        margin: 0 auto;
        float: none
    }
    .slider-block-text-img .content img {
        width: 100%
    }
}

@media (max-width:767px) {
    .slider-block-text-img .content {
        width: 100%;
        padding-bottom: 34px
    }
}

.slider-block-text-img .text-content {
    background: #1e3659;
    width: 100%;
    position: absolute;
    padding: 50px 80px;
    color: #fff;
    bottom: 68px;
    left: -80%;
    font-size: 26px;
    line-height: 33px;
    line-height: 3.3rem
}

@media (max-width:991px) {
    .slider-block-text-img .text-content {
        position: relative;
        left: auto
    }
}

@media (max-width:767px) {
    .slider-block-text-img .text-content {
        position: initial;
        padding: 20px 20px 54px 20px;
        font-size: 22px
    }
}

.slider-block-text-img .slider-controls {
    position: absolute;
    bottom: 0;
    left: -68px
}

@media (max-width:991px) {
    .slider-block-text-img .slider-controls {
        left: auto;
        right: 0;
        z-index: 1;
        bottom: 34px
    }
}

@media (max-width:767px) {
    .slider-block-text-img .slider-controls {
        left: auto;
        right: 0;
        bottom: 0
    }
}

.slider-block-text-img.right .content {
    float: left
}

@media (max-width:991px) {
    .slider-block-text-img.right .content {
        float: none
    }
}

.slider-block-text-img.right .text-content {
    left: auto;
    right: -80%
}

@media (max-width:991px) {
    .slider-block-text-img.right .text-content {
        right: auto
    }
}

.slider-block-text-img.right .slider-controls {
    left: auto;
    right: -68px
}

@media (max-width:991px) {
    .slider-block-text-img.right .slider-controls {
        right: auto
    }
}

.slider-block-text-img.franchises-card .content {
    background: #f6f6f6;
    padding: 80px 0;
    min-height: 352px
}

@media (max-width:991px) {
    .slider-block-text-img.franchises-card .content {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .slider-block-text-img.franchises-card .content {
        padding-bottom: 90px
    }
}

.slider-block-text-img.franchises-card .text-content {
    width: 430px;
    left: -65%;
    font-size: 42px;
    font-size: 4.2rem;
    text-align: center
}

@media (max-width:991px) {
    .slider-block-text-img.franchises-card .text-content {
        position: initial
    }
}

@media (max-width:767px) {
    .slider-block-text-img.franchises-card .text-content {
        width: 100%;
        font-size: 38px;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: center;
        padding: 30px
    }
}

.slider-block-text-img.franchises-card .text-content span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem
}

.slider-block-text-img.franchises-card .amount {
    font-size: 26px;
    font-size: 2.6rem;
    color: #205db5;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px
}

.slider-block-text-img.franchises-card .amount span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #838383;
    font-weight: 400
}

@media (max-width:991px) {
    .slider-block-text-img.franchises-card .slider-controls {
        bottom: -68px
    }
}

@media (max-width:767px) {
    .slider-block-text-img.franchises-card .slider-controls {
        bottom: 0;
        width: 100%
    }
}

.loading .content-slider-block-text-img {
    max-height: 462px;
    overflow: hidden
}

.loading .content-slider-block-text-img .content-slide img {
    display: none
}

.loading .content-slider-block-text-img .content-slide:first-child img {
    display: block
}

@media (max-width:1199px) {
    .loading .content-slider-block-text-img {
        max-height: 381px
    }
}

@media (max-width:991px) {
    .loading .content-slider-block-text-img {
        max-height: 687px
    }
}

@media (max-width:767px) {
    .loading .content-slider-block-text-img {
        max-height: 641px
    }
}

.block-main-content-page {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
    color: #fff;
    padding-top: 66px;
    position: relative
}

.block-main-content-page .h1,
.block-main-content-page .h2,
.block-main-content-page .h3,
.block-main-content-page .h4,
.block-main-content-page p {
    color: #fff
}

@media (max-width:1280px) {
    .block-main-content-page {
        padding-left: 0
    }
}

@media (max-width:767px) {
    .block-main-content-page {
        padding-left: 0;
        min-height: 400px;
        padding-top: 35px;
        height: 50vh;
        padding-bottom: 45px;
		background-position:60%;
	  }
}

.block-main-content-page .go-to {
    bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 60px;
    text-align: center;
    cursor: pointer
}

@media (max-width:991px) {
    .block-main-content-page .go-to {
        display: none
    }
}

.block-main-content-page .go-to img {
    display: block;
    margin: 0 auto
}

.block-main-content-page .go-to {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
    background: 0 0;
    border: none
}

@media (max-width:767px) {
    .block-main-content-page .go-to {
        display: none
    }
}

.block-main-content-page .go-to:hover {
    cursor: pointer
}

.block-main-content-page .go-to .scroll {
    margin-bottom: 10px
}

.block-main-content-page .go-to .help-text {
    display: block;
    color: #fff
}

@media (max-width:767px) {
    .slider-home .display-table-cell {
        display: table-cell
    }
}

.slider-home .slider-nav {
    background: #f6f6f6;
    text-align: center
}

.slider-home .slider-nav .slick-slide {
    height: 114px;
    position: relative
}

.slider-home .slider-nav .slick-slide .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block
}

.slider-home .slider-nav .slick-slide .icon svg path {
    fill: #838383
}

.slider-home .slider-nav .slick-slide.vips .icon {
    width: 89px
}

.slider-home .slider-nav .slick-slide.vipsmart .icon,
.slider-home .slider-nav .slick-slide.vips-ginos .icon,
.slider-home .slider-nav .slick-slide.ginos .icon,
.slider-home .slider-nav .slick-slide.fridays .icon {
    width: 108px
}

.slider-home .slider-nav .slick-slide.club .icon {
    width: 95px
}

@media (max-width:767px) {
    .slider-home .slider-nav .slick-slide.vips {
        background: #b52020
    }
}

@media (max-width:767px) {
    .slider-home .slider-nav .slick-slide.vips {
        background-color: #b52020
    }
    .slider-home .slider-nav .slick-slide.vipsmart {
        background-color: #d40f0f
    }
    .slider-home .slider-nav .slick-slide.ginos {
        background-color: #e7e2d8
    }
    .slider-home .slider-nav .slick-slide.starbucks {
        background-color: #fff
    }
    .slider-home .slider-nav .slick-slide.fridays {
        background-color: #000
    }
    .slider-home .slider-nav .slick-slide.club {
        background-image: url(../img/styles/bg-clubvips.jpg);
        background-size: cover
    }
}

.slider-home .slider-nav .img-active {
    display: none
}

@media (max-width:767px) {
    .slider-home .slider-nav .img-active {
        display: block
    }
}

.slider-home .slider-nav .img-default {
    display: block
}

@media (max-width:767px) {
    .slider-home .slider-nav .img-default {
        display: none
    }
}

.slider-home .slider-nav .slick-active {
    color: #fff;
    pointer-events: none
}

.slider-home .slider-nav .slick-active .icon svg path {
    fill: #fff
}

.slider-home .slider-nav .slick-active.vips {
    background-color: #b52020
}

.slider-home .slider-nav .slick-active.vipsmart {
    background-color: #d40f0f
}

.slider-home .slider-nav .slick-active.ginos {
    background-color: #e7e2d8
}

.slider-home .slider-nav .slick-active.starbucks {
    background-color: #fff
}

.slider-home .slider-nav .slick-active.fridays {
    background-color: #000
}

.slider-home .slider-nav .slick-active.club {
    background-image: url(../img/styles/bg-clubvips.jpg);
    background-size: cover
}

.slider-home .slider-nav .slick-active .img-active {
    display: block
}

.slider-home .slider-nav .slick-active .img-default {
    display: none
}

.slider-home .slider-navigation .prev,
.slider-home .slider-navigation .next {
    position: absolute;
    z-index: 9;
    top: 45%;
    cursor: pointer
}

@media (max-width:767px) {
    .slider-home .slider-navigation .prev,
    .slider-home .slider-navigation .next {
        top: auto;
        bottom: 40px
    }
}

.slider-home .slider-navigation .prev {
    left: 15px
}

.slider-home .slider-navigation .prev .icon {
    transform: rotate(180deg)
}

.slider-home .slider-navigation .next {
    right: 15px
}

.slider-home .content-slide {
    display: table;
    height: 550px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0 150px;
    background-size: cover;
    background-repeat: no-repeat
}

.slider-home .content-slide .h1,
.slider-home .content-slide p {
    color: #fff
}

.slider-home .content-slide .label-franchise {
    width: 190px;
    background-color: #fff;
    color: #000;
    margin: 20px auto;
    padding: 0;
    letter-spacing: 3px;
    font-size: 1.6rem;
    position: relative;
    line-height: 36px
}

.slider-home .content-slide .label-franchise .dot:before {
    content: '·';
    font-size: 15px;
    position: absolute;
    top: 0;
    padding: 0 3px
}

.slider-home .content-slide .label-franchise .dot.right:before {
    right: 15px
}

.slider-home .content-slide .label-franchise .dot.left:before {
    left: 15px
}

.slider-home .content-slide .label-franchise:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 10px 18px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: -10px
}

.slider-home .content-slide .label-franchise:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: -10px
}

@media (max-width:991px) {
    .slider-home .content-slide {
        padding: 0 30px
    }
}

@media (max-width:767px) {
    .slider-home .content-slide {
        padding: 20px;
        height: 400px
    }
}

.slider-home .go-to {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 60px;
    margin: auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    bottom: 120px;
    cursor: pointer
}

@media (max-width:991px) {
    .slider-home .go-to {
        display: none
    }
}

.slider-home .go-to img {
    display: block;
    margin: 0 auto
}

.loading .slider-home {
    max-height: 720px;
    overflow: hidden
}

@media (max-width:767px) {
    .loading .slider-home {
        max-height: 465px
    }
}

.loading .img-default img,
.loading .img-active img,
.loading .label-franchise {
    display: none
}

.slider-testimonial .content {
    position: relative
}

.slider-testimonial .testimonial {
    position: absolute;
    width: 40%;
    top: 55px;
    left: 110px
}

@media (max-width:991px) {
    .slider-testimonial .testimonial {
        left: 20px
    }
}

@media (max-width:767px) {
    .slider-testimonial .testimonial {
        position: relative;
        width: 100%;
        top: 0;
        left: 0
    }
}

.slider-testimonial .testimonial p {
    padding-bottom: 0
}

@media (max-width:767px) {
    .slider-testimonial .testimonial p {
        text-align: center
    }
}

@media (max-width:991px) {
    .slider-testimonial .testimonial .padding-content-xs {
        padding: 20px
    }
}

.slider-testimonial img {
    padding-bottom: 68px
}

@media (max-width:767px) {
    .slider-testimonial img {
        padding-bottom: 0
    }
}

.slider-testimonial .position {
    position: absolute;
    bottom: 0;
    right: 180px
}

@media (max-width:991px) {
    .slider-testimonial .position {
        right: 20px
    }
}

@media (max-width:767px) {
    .slider-testimonial .position {
        position: relative;
        right: 0
    }
}

.slider-testimonial .position p {
    padding-bottom: 0
}

@media (max-width:767px) {
    .slider-testimonial .position p {
        text-align: center
    }
}

.slider-testimonial+.slider-controls {
    position: absolute;
    left: 136px;
    bottom: 0
}

@media (max-width:991px) {
    .slider-testimonial+.slider-controls {
        display: none
    }
}

.slider-2-items {
    margin-bottom: 30px
}

.slider-2-items .content:nth-child(odd) .padding {
    padding-right: 10px
}

@media (max-width:991px) {
    .slider-2-items .content:nth-child(odd) .padding {
        padding-right: 0
    }
}

.slider-2-items .content:nth-child(even) .padding {
    padding-left: 10px
}

@media (max-width:991px) {
    .slider-2-items .content:nth-child(even) .padding {
        padding-left: 0
    }
}

.slider-2-items .img-bg-cover {
    background-size: cover;
    background-position: center center
}

@media (max-width:767px) {
    .slider-2-items .img-bg-cover {
        height: 320px;
        background-position: center top
    }
}

.slider-2-items+.overflow .slider-controls {
    float: right
}

.slider-2-items+.overflow .slider-controls .previous {
    background-color: #fff
}

.set-height a,
.set-height .img-bg-center {
    height: 220px
}

@media (max-width:991px) {
    .set-height a,
    .set-height .img-bg-center {
        height: 270px
    }
}

@media (max-width:767px) {
    .set-height a {
        height: auto
    }
}

@media (max-width:767px) {
    .set-height .img-bg-center {
        height: 200px
    }
}

.set-height .img-bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .set-height .img-bg-cover {
        height: 400px
    }
}

.set-height .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis
}

.set-height .ellipsis:before {
    text-overflow: clip
}

.text-xs-block {
    color: #838383;
    padding-bottom: 10px;
    display: block;
    font-size: 1.2rem
}

.text-xs-block em {
    font-style: normal
}

em.placeholder {
    font-style: normal
}

@media (max-width:1199px) {
    .block-news .set-height a,
    .block-news .set-height .img-bg-center {
        height: 260px
    }
}

@media (max-width:1199px) {
    .block-news .set-height a .padding-content-xs,
    .block-news .set-height .img-bg-center .padding-content-xs {
        padding: 20px
    }
}

.slider-thumbs-container {
    position: relative;
    padding-top: 140px;
    overflow-x: hidden
}

@media (max-width:991px) {
    .slider-thumbs-container {
        padding-top: 120px
    }
}

@media (max-width:767px) {
    .slider-thumbs-container {
        padding-top: 34%
    }
}

.slider-thumbs-container .padding-content {
    padding: 165px 0 90px 0
}

@media (max-width:1199px) {
    .slider-thumbs-container .padding-content {
        padding: 140px 0 100px 0
    }
}

@media (max-width:991px) {
    .slider-thumbs-container .padding-content {
        padding: 160px 0 60px 0
    }
}

@media (max-width:767px) {
    .slider-thumbs-container .padding-content {
        padding: 120px 0 60px 0
    }
}

@media (max-width:767px) {
    .slider-thumbs-container.awards,
    .slider-thumbs-container.values {
        padding-top: 46%;
        background-color: #1e3659
    }
}

@media (max-width:767px) {
    .slider-thumbs-container.more-pad-top {
        padding-top: 55%
    }
}

.slider-thumbs-controls {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

@media (max-width:991px) {
    .slider-thumbs-controls {
        width: 85%
    }
}

.slider-thumbs-controls .slick-track {
    margin: auto
}

.slider-thumbs-controls .ginos {
    text-align: center;
    background-color: #f6f6f6;
    position: relative
}

.slider-thumbs-controls .ginos .tooltip-fix {
    display: none
}

.slider-thumbs-controls .ginos.slick-active.slick-current .tooltip-fix {
    display: block
}

.slider-thumbs-controls .ginos.slick-active.slick-current .icon svg path {
    fill: #fff
}

.slider-thumbs-controls .vips {
    background: #b52020
}

.slider-thumbs-controls .vips.slick-active.slick-current {
    background-color: #b52020
}

.slider-thumbs-controls .vips-smart {
    background: #d40f0f
}

.slider-thumbs-controls .vips-smart.slick-active.slick-current {
    background-color: #d40f0f
}

.slider-thumbs-controls .ginos.slick-active.slick-current {
    background-color: #e7e2d8
}

.slider-thumbs-controls .icon {
    width: 108px
}

.slider-thumbs-controls .slick-list {
    overflow: visible
}

.slider-thumbs-controls .img-content {
    position: relative
}

.slider-thumbs-controls .img-content .layout {
    background-color: #000;
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.slider-thumbs-controls .img-content.slick-active .layout {
    opacity: 0
}

.slider-thumbs-controls .slick-active {
    pointer-events: none
}

.slider-thumbs-controls.slider-awards-navigation .slick-active,
.slider-thumbs-controls.slider-values-navigation .slick-active {
    pointer-events: auto
}

.slider-thumbs-controls.slider-awards-navigation .img-content.slick-active .layout,
.slider-thumbs-controls.slider-values-navigation .img-content.slick-active .layout {
    opacity: .5
}

.slider-thumbs-controls.slider-awards-navigation .img-content.slick-current .layout,
.slider-thumbs-controls.slider-values-navigation .img-content.slick-current .layout {
    opacity: 0
}

.slider-thumbs-controls.thumbs-logos .img-content {
    height: 240px
}

@media (max-width:767px) {
    .slider-thumbs-controls.thumbs-logos .img-content {
        height: 150px
    }
}

.slider-thumbs-controls.thumbs-logos .img-content img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -ms-interpolation-mode: bicubic;
    display: block;
    max-width: 100%;
    height: 100%
}

@media (max-width:767px) {
    .slider-thumbs-controls .img-content.slick-slide.slick-current .layout {
        background: 0 0;
        opacity: 1
    }
}

.loading .slider-thumbs-container.awards,
.loading .slider-thumbs-container.values {
    max-height: 605px;
    overflow: hidden
}

@media (max-widht:1199px) {
    .loading .slider-thumbs-container.awards,
    .loading .slider-thumbs-container.values {
        max-height: 588px
    }
}

@media (max-widht:991px) {
    .loading .slider-thumbs-container.awards,
    .loading .slider-thumbs-container.values {
        max-height: 463px
    }
}

@media (max-widht:1199px) {
    .loading .slider-thumbs-container.awards,
    .loading .slider-thumbs-container.values {
        max-height: 577px
    }
}

.slider-simple.bg-color-starbucks .icon [class*=icon-] svg * {
    fill: #4d4d4d!important
}

.slider-simple .slider-nav {
    background: #f6f6f6;
    text-align: center
}

.slider-simple .slider-nav .slick-slide {
    height: 114px;
    position: relative
}

.slider-simple .slider-nav .slick-slide .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block
}

.slider-simple .slider-nav .slick-slide .icon svg path {
    fill: #838383
}

.slider-simple .slider-nav .slick-slide.vips .icon {
    width: 89px
}

.slider-simple .slider-nav .slick-slide.vips-smart .icon,
.slider-simple .slider-nav .slick-slide.vips-ginos .icon,
.slider-simple .slider-nav .slick-slide.ginos .icon,
.slider-simple .slider-nav .slick-slide.fridays .icon {
    width: 108px
}

.slider-simple .slider-nav .slick-slide.club .icon {
    width: 95px
}

@media (max-width:767px) {
    .slider-simple .slider-nav .slick-slide.vips {
        background: #b52020
    }
}

.slider-simple .slider-nav .slick-active {
    color: #fff
}

.slider-simple .slider-nav .slick-active .icon svg path {
    fill: #fff
}

.slider-simple .slider-nav .slick-active.vips {
    background-color: #b52020
}

.slider-simple .slider-nav .slick-active.vips-smart {
    background-color: #d40f0f
}

.slider-simple .slider-nav .slick-active.ginos {
    background-color: #e7e2d8
}

.slider-simple .slider-nav .slick-active.starbucks {
    background-color: #fff
}

.slider-simple .slider-nav .slick-active.fridays {
    background-image: url(../img/styles/bg-fridays.jpg);
    background-size: cover
}

.slider-simple .slider-nav .slick-active.club {
    background-image: url(../img/styles/bg-clubvips.jpg);
    background-size: cover
}

@media (max-width:767px) {
    .slider-simple .slider-navigation {
        display: none
    }
}

.slider-simple .slider-navigation .prev,
.slider-simple .slider-navigation .next {
    position: absolute;
    z-index: 9;
    top: 45%;
    cursor: pointer
}

.slider-simple .slider-navigation .prev {
    left: 15px
}

.slider-simple .slider-navigation .prev .icon {
    transform: rotate(180deg)
}

.slider-simple .slider-navigation .next {
    right: 15px
}

.slider-simple .content-slide {
    display: table;
    height: 605px;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 0 150px;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .slider-simple .content-slide .display-table-cell {
        display: table-cell
    }
}

.slider-simple .content-slide .h1,
.slider-simple .content-slide p {
    color: #fff
}

.slider-simple .content-slide p.text-color-negro,
.slider-simple .content-slide h2.text-color-negro {
    color: #4d4d4d
}

@media (max-width:767px) {
    .slider-simple .content-slide {
        padding: 20px;
        height: 350px
    }
}

.slider-simple .go-to {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    text-align: center;
    background: 0 0;
    border: none
}

.slider-simple .go-to:hover {
    cursor: pointer
}

.slider-simple .go-to .scroll {
    margin-bottom: 10px
}

.slider-simple .go-to .help-text {
    display: block;
    color: #fff
}

@media (max-width:991px) {
    .slider-simple .go-to {
        display: none
    }
}

.slider-simple.texto-blanco .slider-nav .icon svg path {
    fill: #fff
}

.slider-simple.texto-text [class*=icon-].color-white svg * {
    fill: #4d4d4d!important
}

.tab-infografia {
    position: relative;
    margin-top: -200px;
    float: right
}

@media (max-width:1199px) {
    .tab-infografia {
        margin-top: 100px
    }
}

@media (max-width:767px) {
    .tab-infografia {
        margin-top: 0
    }
}

.tab-infografia .content-nav-tabs-info {
    position: absolute;
    bottom: 349px;
    margin: 0;
    right: 0;
    left: 0;
    width: 60%;
    padding-right: 0
}

@media (max-width:1199px) {
    .tab-infografia .content-nav-tabs-info {
        width: 100%
    }
}

@media (max-width:767px) {
    .tab-infografia .content-nav-tabs-info {
        padding-right: 15px;
        bottom: auto;
        top: 32px
    }
}

.tab-infografia .content-nav-tabs-info .wrapper-nav-tabs {
    position: relative;
    overflow: hidden;
    height: 69px
}

.tab-infografia .content-nav-tabs-info .wrapper-nav-tabs .nav-tabs-info {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0
}

.tab-infografia .content-nav-tabs-info .wrapper-nav-tabs .nav-tabs-info li {
    padding: 19.5px 22px;
    position: relative
}

.tab-infografia .content-nav-tabs-info .wrapper-nav-tabs .nav-tabs-info li.active {
    background: #1e3659
}

.tab-infografia .content-nav-tabs-info .wrapper-nav-tabs .nav-tabs-info li.active a {
    color: #fff
}

.tab-infografia .content-nav-tabs-info .wrapper-nav-tabs .nav-tabs-info li a {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #969699;
    line-height: 30px
}

.tab-infografia .content-nav-tabs-info .controls {
    width: 136px;
    position: absolute;
    right: -68px;
    top: 0;
    z-index: 9
}

@media (max-width:1199px) {
    .tab-infografia .content-nav-tabs-info .controls {
        right: 0
    }
}

@media (max-width:767px) {
    .tab-infografia .content-nav-tabs-info .controls {
        top: 99%
    }
}

.tab-infografia .tab-content {
    pointer-events: none
}

.tab-infografia .tab-pane-for {
    width: 100%;
    position: relative;
    display: table
}

@media (max-width:767px) {
    .tab-infografia .tab-pane-for {
        display: block
    }
}

.tab-infografia .tab-pane-for .tab-pane-info {
    width: 60%;
    display: table-cell;
    vertical-align: bottom
}

@media (max-width:1199px) {
    .tab-infografia .tab-pane-for .tab-pane-info {
        width: 100%
    }
}

@media (max-width:767px) {
    .tab-infografia .tab-pane-for .tab-pane-info {
        display: block;
        padding-top: 100px
    }
}

.tab-infografia .tab-pane-for .tab-pane-info .content-tab-pane-info {
    background: #1e3659;
    height: 350px;
    display: table;
    padding-right: 40px;
    width: 100%
}

@media (max-width:767px) {
    .tab-infografia .tab-pane-for .tab-pane-info .content-tab-pane-info {
        height: 550px
    }
}

.tab-infografia .tab-pane-for .tab-pane-info .content-tab-pane-info .text {
    display: table-cell;
    vertical-align: middle
}

.tab-infografia .tab-pane-for .tab-pane-img {
    width: 40%;
    display: table-cell
}

@media (max-width:1199px) {
    .tab-infografia .tab-pane-for .tab-pane-img {
        display: none
    }
}

.nav-tabs li:last-child {
    padding-right: 120px
}

.slider-infografia {
    width: 100%;
    overflow-x: hidden
}

@media (max-width:1199px) {
    .slider-infografia {
        overflow-x: visible
    }
}

.nav-tabs {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 0
}

.nav-tabs li {
    padding-left: 0
}

.block-dual-bg {
    position: relative;
    height: 100%;
    z-index: 9
}

.block-dual-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1
}

.block-dual-bg.top:after {
    height: 68px;
    top: 0;
    bottom: auto
}

.block-dual-bg.medium:after {
    height: 50%
}

.block-dual-bg.bottom:after {
    height: 68px
}

.block-img-box-btn .relative {
    position: relative
}

.block-img-box-btn .bottom {
    position: absolute;
    bottom: 0
}

@media (max-width:991px) {
    .block-img-box-btn .bottom {
        position: relative
    }
    .block-img-box-btn .bottom img {
        min-width: 100%
    }
}

.block-img-box-btn .h2,
.block-img-box-btn .h5 {
    color: #1e3659
}

.block-cards-cv .container {
    padding-top: 50px
}

.block-cards-cv.block-dual-bg.top:after {
    height: 140px
}

@media (max-width:991px) {
    .block-cards-cv.block-dual-bg.top:after {
        height: 120px
    }
}

.block-calendar {
    padding-top: 80px
}

@media (max-width:991px) {
    .block-calendar {
        margin-bottom: 20px
    }
}

.block-calendar .dncalendar-header {
    padding: 20px 55px;
    margin: 0;
    background-color: #f6f6f6
}

@media (max-width:991px) {
    .block-calendar .dncalendar-header {
        padding: 10px 20px 0;
        border-bottom: 1px solid #f6f6f6
    }
}

.block-calendar .dncalendar-header h2 {
    display: block;
    text-decoration: none;
    font-size: inherit;
    margin: 0;
    width: auto;
    color: #4e4e4e;
    font-size: 2.6rem;
    line-height: 3.8rem;
    font-weight: 500;
    padding-bottom: 30px;
    padding-bottom: 0;
    text-align: left;
    color: #838383
}

.block-calendar .dncalendar-body {
    margin: 0
}

.block-calendar .dncalendar-body thead td {
    background-color: #f6f6f6;
    color: #838383;
    padding-bottom: 20px;
    font-size: 1.6rem
}

@media (max-width:767px) {
    .block-calendar .dncalendar-body thead td {
        padding-bottom: 10px
    }
}

.block-calendar .dncalendar-body thead td:first-child {
    padding-left: 35px
}

@media (max-width:1199px) {
    .block-calendar .dncalendar-body thead td:first-child {
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .block-calendar .dncalendar-body thead td:first-child {
        padding-left: 10px
    }
}

.block-calendar .dncalendar-body thead td:last-child {
    padding-right: 35px
}

@media (max-width:1199px) {
    .block-calendar .dncalendar-body thead td:last-child {
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .block-calendar .dncalendar-body thead td:last-child {
        padding-right: 10px
    }
}

.block-calendar .dncalendar-body table {
    font-size: 1.6rem
}

.block-calendar .dncalendar-body table td.calendarClick.today-date {
    background-color: #205db5;
    border: none;
    color: #fff
}

.block-calendar .dncalendar-body table td.calendarClick.today-date .entry {
    border: 1px solid #fff
}

.block-calendar .dncalendar-body table td.holiday {
    color: #1e3659!important
}

.block-calendar .dncalendar-body table td.note:before {
    content: none
}

.block-calendar .dncalendar-body tbody tr td {
    background-color: #205db5;
    color: #1e3659;
    border-top: none;
    width: 10%
}

@media (max-width:767px) {
    .block-calendar .dncalendar-body tbody tr td {
        padding-bottom: 10px;
        border-bottom: 1px solid #205db5
    }
}

.block-calendar .dncalendar-body tbody tr td.calendarClick {
    background-color: #205db5;
    padding-bottom: 10px;
    padding-right: 20px
}

@media (max-width:767px) {
    .block-calendar .dncalendar-body tbody tr td.calendarClick {
        padding-right: 11px;
        padding-bottom: 11px
    }
}

.block-calendar .dncalendar-body tbody tr td.calendarClick.holiday {
    color: #fff!important
}

.block-calendar .dncalendar-body tbody tr td.calendarClick.note:before {
    content: none
}

.block-calendar .dncalendar-body tbody tr td.calendarClick.note .entry {
    color: #205db5;
    background-color: #fff
}

.block-calendar .dncalendar-body tbody tr td.calendarClick.note.past-date .entry {
    color: #205db5;
    background-color: #1e3659
}

.block-calendar .dncalendar-body tbody tr td.calendarClick .entry {
    color: #fff
}

.block-calendar .dncalendar-body tbody tr td#calendarClick {
    cursor: default
}

.block-calendar .dncalendar-body tbody tr td:first-child {
    padding-left: 35px
}

@media (max-width:1199px) {
    .block-calendar .dncalendar-body tbody tr td:first-child {
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .block-calendar .dncalendar-body tbody tr td:first-child {
        padding-left: 10px
    }
}

.block-calendar .dncalendar-body tbody tr td:last-child {
    padding-right: 35px
}

@media (max-width:1199px) {
    .block-calendar .dncalendar-body tbody tr td:last-child {
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .block-calendar .dncalendar-body tbody tr td:last-child {
        padding-right: 10px
    }
}

.block-calendar .dncalendar-body tbody tr td .entry {
    padding: 22px
}

@media (max-width:767px) {
    .block-calendar .dncalendar-body tbody tr td .entry {
        padding: 3px 0;
        height: 32px;
        width: 32px;
        margin: auto;
        line-height: 24px;
        text-align: center
    }
}

.block-calendar .dncalendar-body tbody tr:first-child td {
    padding-top: 20px
}

.block-calendar .dncalendar-body tbody tr:last-child td {
    padding-bottom: 20px
}

@media (max-width:767px) {
    .block-calendar .dncalendar-body tbody tr:last-child td {
        padding-bottom: 21px
    }
}

.block-calendar .dncalendar-links {
    overflow: hidden
}

.block-calendar .dncalendar-links .next,
.block-calendar .dncalendar-links .previous {
    height: 68px;
    width: 68px;
    position: relative;
    cursor: pointer;
    padding: 0;
    border: 0;
    float: left
}

.block-calendar .dncalendar-links .next .icon,
.block-calendar .dncalendar-links .previous .icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.block-calendar .dncalendar-links .next {
    background-color: #205db5
}

.block-calendar .dncalendar-links .previous {
    background-color: #f6f6f6
}

.block-calendar .popover {
    padding: 20px;
    border-radius: 0;
    border: none
}

@media (max-width:991px) {
    .block-calendar .popover {
        display: none!important
    }
}

.block-calendar .popover .popover-title {
    background-color: transparent;
    border-bottom: none;
    border-radius: 0;
    padding: 10px 0;
    min-width: 200px
}

.block-calendar .popover .popover-content {
    padding: 10px 0;
    color: #4d4d4d;
    min-width: 200px
}

.block-calendar-container .h2 {
    line-height: 5.8rem;
    padding-bottom: 20px
}

.block-calendar-container .img-bg-cover {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left
}

@media (max-width:991px) {
    .block-calendar-container .img-bg-cover {
        background-position: top left
    }
}

.events-container {
    background-color: #f6f6f6;
    padding: 40px;
    overflow: auto
}

@media (max-width:767px) {
    .events-container {
        padding: 25px 20px
    }
}

.events-container .dncalendar-note-list {
    margin: 0
}

.events-container .dncalendar-note-list li {
    margin-bottom: 20px
}

.events-container .dncalendar-note-list li .note-date,
.events-container .dncalendar-note-list li .note-title {
    display: block
}

.events-container .dncalendar-note-list li .note-date {
    font-size: 1.6rem;
    font-family: inherit;
    color: #838383
}

.events-container .dncalendar-note-list li .note-title {
    display: block;
    text-decoration: none;
    font-size: inherit;
    margin: 0;
    width: auto;
    color: #4e4e4e;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 500;
    padding-bottom: 30px;
    padding-bottom: 20px
}

.events-container .dncalendar-note-list li:before {
    content: none
}

.events-container .dncalendar-note-list a.link-primary {
    margin-right: 25px
}

.block-form .title-box {
    background-color: #1e3659
}

.block-form .title-box p {
    color: #fff;
    padding-bottom: 0
}

.block-form .row-no-padding .row {
    position: relative
}

.block-form .row-no-padding .row [class*=col-]:first-child {
    padding-left: 15px!important;
    position: static
}

.block-form .row-no-padding .row [class*=col-]:last-child {
    padding-right: 15px!important;
    position: static
}

.block-form .row-no-padding .row.fix [class*=col-]:first-child {
    padding-left: 0!important
}

.block-form .pull-right {
    text-align: right
}

@media (max-width:767px) {
    .block-form .pull-right {
        float: none;
        text-align: left
    }
}

.block-form .control-label {
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 38%;
    float: right
}

@media (max-width:767px) {
    .block-form .control-label {
        position: relative;
        float: none;
        width: 100%;
        transform: none;
        margin-bottom: 5px
    }
}

.block-form .radio label.control-label,
.block-form .radio-inline label.control-label {
    position: relative;
    top: 8px;
    width: 100%;
    float: none
}

.block-form .radio label.control-label:before,
.block-form .radio-inline label.control-label:before {
    bottom: 1px
}

@media (max-width:767px) {
    .block-form .radio label.control-label,
    .block-form .radio-inline label.control-label {
        top: 0
    }
}

.block-form .form-submit, .webform-submit.form-submit {
    text-transform: uppercase;
    background-color: transparent;
    border: none
}

.bg-inside-contact {
    background-image: url(../img/blocks/bg/bg-contact-form.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 550px;
    padding-top: 320px
}

@media (max-width:991px) {
    .bg-inside-contact {
        padding-top: 220px
    }
}

@media (max-width:767px) {
    .bg-inside-contact {
        padding-top: 80px
    }
}

.form-restaurant-logo {
    background-color: #e1e1e1;
    height: 60px;
    position: relative;
    margin-right: 1px
}

@media (max-width:991px) {
    .form-restaurant-logo {
        height: 80px
    }
}

.form-restaurant-logo img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 80%
}

.aside-lateral .btn-primary .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px
}

.aside-lateral .btn-primary.back {
    background-color: #1e3659;
    border-color: #1e3659;
    padding-left: 51px
}

.aside-lateral .btn-primary.back .icon {
    transform: rotate(180deg);
    right: auto;
    left: 25px
}

.aside-lateral .btn-primary:hover svg path {
    fill: #4d4d4d!important;
    transition: .3s
}

.block-brand {
    height: 180px;
    display: block;
    margin-bottom: 30px;
    position: relative
}

.block-brand img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.block-brand:hover {
    opacity: .8
}

.block-brand.medium {
    height: 290px;
    margin-bottom: 40px
}

.block-chain-teaser .block-text img {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .block-chain-teaser .block-text img {
        margin: 0 auto 40px
    }
}

@media (max-width:991px) {
    .block-chain-teaser .block-text {
        padding-top: 120px
    }
}

.block-chain-teaser .block-img .btn {
    margin-bottom: 200px;
    float: right
}

@media (max-width:991px) {
    .block-chain-teaser .block-img .btn {
        float: none
    }
}

@media (max-width:767px) {
    .block-chain-teaser .block-img .btn {
        margin-bottom: 20px
    }
}

@media (max-width:991px) {
    .block-chain-teaser .block-img {
        float: right
    }
}

@media (max-width:767px) {
    .block-chain-teaser .block-img {
        float: none
    }
}

.block-chain-teaser.even .btn {
    float: none
}

.block-chain-teaser.bg-color-fridays {
    background: #000
}

.block-info-franchises {
    overflow: hidden
}

.block-info-franchises section {
    margin-bottom: 200px
}

@media (max-width:767px) {
    .block-info-franchises section {
        margin-bottom: 180px
    }
}

.block-info-franchises .block-info {
    min-height: 318px;
    width: 100%;
    background-size: 50%;
    background-repeat: no-repeat;
    position: relative
}

.block-info-franchises .block-info .block-text {
    background: #fff;
    padding: 40px;
    color: #838383;
    width: 50%;
    padding-bottom: 120px
}

@media (max-width:767px) {
    .block-info-franchises .block-info .block-text {
        width: 100%;
        padding: 60px 40px 60px 40px
    }
}

.block-info-franchises .block-info .block-img {
    width: 50%
}

@media (max-width:767px) {
    .block-info-franchises .block-info .block-img {
        width: 100%
    }
}

.block-info-franchises .block-info .block-img img {
    max-width: 100%;
    min-width: 100%;
    height: auto
}

.block-info-franchises .block-info .step {
    background: #1e3659;
    width: 120px;
    height: 120px;
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    display: block;
    line-height: 120px;
    position: absolute
}

@media (max-width:767px) {
    .block-info-franchises .block-info .step {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 4rem
    }
}

.block-info-franchises .block-info .step.step-1 {
    top: 0;
    left: -120px
}

@media (max-width:767px) {
    .block-info-franchises .block-info .step.step-1 {
        left: 0;
        top: -40px
    }
}

.block-info-franchises .block-info .step.step-2 {
    right: -120px;
    top: 0
}

@media (max-width:1199px) {
    .block-info-franchises .block-info .step.step-2 {
        right: 0;
        z-index: 5;
        top: -120px
    }
}

@media (max-width:767px) {
    .block-info-franchises .block-info .step.step-2 {
        top: -40px;
        left: 0;
        right: auto
    }
}

@media (max-width:1199px) {
    .block-info-franchises .block-info .step.step-3 {
        left: 0;
        right: auto
    }
}

@media (max-width:991px) {
    .block-info-franchises .block-info .step.step-3 {
        top: -60px
    }
}

.block-info-franchises .block-info .step.step-4 {
    top: -60px;
    left: 0
}

@media (max-width:767px) {
    .block-info-franchises .block-info .step.step-4 {
        top: -40px
    }
}

.block-info-franchises .block-info .step.step-6 {
    top: -40px
}

.block-info-franchises .block-info .title {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    background: #1e3659;
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    z-index: 2
}

@media (max-width:767px) {
    .block-info-franchises .block-info .title {
        font-size: 1.8rem;
        padding: 0 20px;
        width: 100%;
        display: flex;
        align-items: center;
        line-height: 20px
    }
}

.block-info-franchises .block-info.img-left .block-text {
    float: right;
    position: relative
}

.block-info-franchises .block-info.img-left .block-img {
    position: absolute;
    left: 0;
    bottom: 0
}

@media (max-width:767px) {
    .block-info-franchises .block-info.img-left .block-img {
        position: initial
    }
}

.block-info-franchises .block-info.img-left .title {
    position: absolute;
    bottom: 0;
    right: 0
}

@media (max-width:767px) {
    .block-info-franchises .block-info.img-left .title {
        bottom: -80px
    }
}

.block-info-franchises .block-info.img-right .block-text {
    position: absolute;
    left: 0
}

@media (max-width:767px) {
    .block-info-franchises .block-info.img-right .block-text {
        position: initial
    }
}

.block-info-franchises .block-info.img-right .block-img {
    float: right
}

.block-info-franchises .block-info.img-right .title {
    position: absolute;
    bottom: 0;
    right: 0
}

.block-info-franchises .stroke {
    position: absolute;
    bottom: 38px;
    right: 0;
    z-index: 1
}

@media (max-width:1199px) {
    .block-info-franchises .stroke {
        bottom: 0
    }
}

@media (max-width:767px) {
    .block-info-franchises .stroke {
        display: none
    }
}

.block-info-franchises .stroke .horizontal {
    width: 255px;
    height: 5px;
    background: #fff;
    display: block
}

@media (max-width:1199px) {
    .block-info-franchises .stroke .horizontal {
        display: none
    }
}

.block-info-franchises .stroke .vertical {
    width: 5px;
    height: 243px;
    background: #fff;
    display: block;
    position: absolute;
    right: -260px;
    top: 0
}

@media (max-width:1199px) {
    .block-info-franchises .stroke .vertical {
        right: 54px
    }
}

.block-info-franchises .block-step-2,
.block-info-franchises .block-step-4,
.block-info-franchises .block-step-6 {
    margin-bottom: 336px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-2,
    .block-info-franchises .block-step-4,
    .block-info-franchises .block-step-6 {
        margin-bottom: 200px
    }
}

@media (max-width:991px) {
    .block-info-franchises .block-step-2,
    .block-info-franchises .block-step-4,
    .block-info-franchises .block-step-6 {
        margin-bottom: 150px
    }
}

@media (max-width:767px) {
    .block-info-franchises .block-step-2,
    .block-info-franchises .block-step-4,
    .block-info-franchises .block-step-6 {
        margin-bottom: 180px
    }
}

.block-info-franchises .block-step-2 .title,
.block-info-franchises .block-step-4 .title,
.block-info-franchises .block-step-6 .title {
    width: 440px
}

.block-info-franchises .block-step-2 .stroke,
.block-info-franchises .block-step-4 .stroke,
.block-info-franchises .block-step-6 .stroke {
    left: -114px
}

.block-info-franchises .block-step-2 .stroke .horizontal,
.block-info-franchises .block-step-4 .stroke .horizontal,
.block-info-franchises .block-step-6 .stroke .horizontal {
    left: 0;
    width: 140px
}

.block-info-franchises .block-step-2 .stroke .vertical,
.block-info-franchises .block-step-4 .stroke .vertical,
.block-info-franchises .block-step-6 .stroke .vertical {
    height: 319px;
    left: -143px
}

@media (max-width:767px) {
    .block-info-franchises .block-step-2 {
        margin-bottom: 100px
    }
}

.block-info-franchises .block-step-2 .block-info .title {
    bottom: -28px;
    left: -113px;
    z-index: 6
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-2 .block-info .title {
        width: auto;
        right: 0;
        left: auto
    }
}

@media (max-width:991px) {
    .block-info-franchises .block-step-2 .block-info .title {
        left: 0;
        bottom: 0
    }
}

.block-info-franchises .block-step-2 .block-img {
    z-index: 3;
    position: relative
}

.block-info-franchises .block-step-2 .block-text {
    z-index: 1;
    padding-bottom: 70px
}

@media (max-width:991px) {
    .block-info-franchises .block-step-2 .block-text {
        padding-bottom: 72px
    }
}

@media (max-width:767px) {
    .block-info-franchises .block-step-2 .block-text {
        padding-bottom: 60px
    }
}

.block-info-franchises .block-step-2 .stroke {
    bottom: 3px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-2 .stroke {
        bottom: 0;
        left: 64px
    }
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-2 .stroke .horizontal {
        display: none
    }
}

.block-info-franchises .block-step-2 .stroke .vertical {
    left: -145px;
    right: 0;
    height: 462px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-2 .stroke .vertical {
        left: auto;
        right: auto
    }
}

@media (max-width:767px) {
    .block-info-franchises .block-step-3 {
        margin-bottom: 180px
    }
}

.block-info-franchises .block-step-3 .block-text {
    position: absolute;
    right: 0;
    bottom: 0
}

.block-info-franchises .block-step-3 .block-img {
    z-index: 3
}

.block-info-franchises .block-step-3 .title {
    z-index: 6
}

.block-info-franchises .block-step-3 .stroke .vertical {
    right: 115px;
    height: 178px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-3 .stroke .vertical {
        height: 140px;
        right: 0
    }
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-3 .stroke {
        right: 42.5%
    }
}

.block-info-franchises .block-step-4 {
    margin-bottom: 400px
}

@media (max-width:767px) {
    .block-info-franchises .block-step-4 {
        margin-bottom: 180px
    }
}

.block-info-franchises .block-step-4 .stroke {
    bottom: -20px;
    left: 0
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-4 .stroke {
        left: 0
    }
}

.block-info-franchises .block-step-4 .stroke .horizontal {
    width: 190px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-4 .stroke .horizontal {
        display: none
    }
}

.block-info-franchises .block-step-4 .stroke .vertical {
    height: 345px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-4 .stroke .vertical {
        left: 50%
    }
}

.block-info-franchises .block-step-4 .block-info .title {
    bottom: 14px;
    left: 0;
    width: auto;
    right: auto;
    min-width: 50%
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-4 .block-info .title {
        left: 0;
        bottom: 0
    }
}

@media (max-width:991px) {
    .block-info-franchises .block-step-4 .block-info .title {
        bottom: -100px
    }
}

@media (max-width:767px) {
    .block-info-franchises .block-step-4 .block-info .title {
        bottom: -80px;
        width: 100%
    }
}

.block-info-franchises .block-step-4 .block-text {
    padding-bottom: 74px
}

.block-info-franchises .block-step-5 .stroke {
    bottom: 0
}

.block-info-franchises .block-step-5 .stroke .vertical {
    right: 115px;
    height: 215px
}

@media (max-width:991px) {
    .block-info-franchises .block-step-5 .stroke .vertical {
        height: 234px
    }
}

.block-info-franchises .block-step-5 .block-img {
    z-index: 3
}

.block-info-franchises .block-step-5 .title {
    z-index: 6;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    width: auto;
    min-width: 50%
}

@media (max-width:991px) {
    .block-info-franchises .block-step-5 .title {
        width: 100%
    }
}

.block-info-franchises .block-step-5 .block-info .step.step-1 {
    left: 0
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-6 {
        margin-bottom: 300px
    }
}

@media (max-width:767px) {
    .block-info-franchises .block-step-6 {
        margin-bottom: 180px
    }
}

.block-info-franchises .block-step-6 .block-text {
    position: absolute;
    left: 0;
    bottom: -80px;
    padding-bottom: 40px;
    z-index: 3
}

@media (max-width:991px) {
    .block-info-franchises .block-step-6 .block-text {
        padding-bottom: 120px;
        z-index: 0
    }
}

@media (max-width:767px) {
    .block-info-franchises .block-step-6 .block-text {
        padding-bottom: 60px
    }
}

.block-info-franchises .block-step-6 .block-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1
}

@media (max-width:767px) {
    .block-info-franchises .block-step-6 .block-img {
        position: initial
    }
}

.block-info-franchises .block-step-6 .block-info .title {
    bottom: -80px;
    left: 0;
    width: 482px
}

@media (max-width:991px) {
    .block-info-franchises .block-step-6 .block-info .title {
        width: auto;
        left: -100%;
        z-index: 5
    }
}

@media (max-width:767px) {
    .block-info-franchises .block-step-6 .block-info .title {
        left: 0
    }
}

.block-info-franchises .block-step-6 .stroke {
    right: 0;
    left: auto;
    bottom: -80px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-6 .stroke {
        left: 0;
        right: auto
    }
}

.block-info-franchises .block-step-6 .stroke .vertical {
    height: 100px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-6 .stroke .vertical {
        height: 160px;
        left: 60px
    }
}

.block-info-franchises .block-step-6 .stroke .horizontal {
    width: 460px;
    position: absolute;
    bottom: -100px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-6 .stroke .horizontal {
        display: none
    }
}

.block-info-franchises .block-step-6 .stroke .vertical-2 {
    left: -600px;
    top: 95px
}

@media (max-width:1199px) {
    .block-info-franchises .block-step-6 .stroke .vertical-2 {
        display: none
    }
}

.block-info-franchises .block-step-7 .block-info .title {
    bottom: -80px;
    left: 0;
    z-index: 6
}

.block-info-franchises .block-step-7 .block-info .block-text {
    padding-bottom: 40px;
    bottom: 16px
}

.block-info-franchises .block-step-7 .block-img {
    z-index: 3
}

.block-brands-slider {
    position: relative
}

.block-brands-slider .bg {
    background: no-repeat 0 100%
}

@media (max-width:767px) {
    .block-brands-slider .bg {
        background-image: none!important
    }
}

.block-brands-slider .text-intro {
    background-color: #1e3659
}

.block-brands-slider .text-intro .h4 {
    padding-bottom: 60px;
    font-weight: 400
}

.block-brands-slider .text-intro p {
    color: #fff
}

.block-brands-slider .relative {
    overflow: hidden
}

@media (max-width:991px) {
    .block-brands-slider .container {
        width: 100%
    }
}

.block-brands-slider .block-slider-left {
    padding-top: 70px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%
}

.block-brands-slider .block-slider-bottom {
    margin-bottom: 150px
}

@media (max-width:767px) {
    .block-brands-slider .block-slider-bottom {
        margin-bottom: 0
    }
    .block-brands-slider .block-slider-bottom .content-logo {
        height: 250px
    }
}

.block-brands-slider .btn {
    text-transform: uppercase
}

.block-brands-slider [class*=col-] {
    position: static
}

.block-brands-slider .slick-list,
.block-brands-slider .slick-track,
.block-brands-slider .slick-slide img {
    height: 100%
}

.block-slider-left+.slider-controls {
    position: absolute;
    width: 136px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 68px;
    margin: auto
}

.loading .block-slider-bottom {
    max-height: 412px;
    overflow: hidden
}

@media (max-width:1199px) {
    .loading .block-slider-bottom {
        max-height: 487px
    }
}

.jumbo-home {
    position: relative
}

.jumbo-home.intro-home-img {
    background-size: cover;
    background-repeat: no-repeat
}

.jumbo-home .logo {
    padding-top: 85px;
    text-align: center;
    float: none;
    display: block;
    position: relative;
    height: 100%;
    width: 100%
}

.jumbo-home .logo>img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.jumbo-home .go-to {
    position: absolute;
    bottom: 70px;
    right: 0;
    left: 0;
    text-align: center;
    background: 0 0;
    border: none
}

.jumbo-home .go-to:hover {
    cursor: pointer
}

.jumbo-home .go-to .scroll {
    margin-bottom: 10px
}

.jumbo-home .go-to .help-text {
    display: block;
    color: #fff
}

@media (max-width:991px) {
    .jumbo-home .go-to {
        display: none
    }
}

.jumbo-home .video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

.jumbo-home .cta-home {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11
}

@media (max-width:1199px) {
    .jumbo-home .cta-home .play-button {
        width: 68px;
        height: 68px;
        background: #205db5;
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        transition: .5s
    }
    .jumbo-home .cta-home .play-button .icon {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto
    }
    .jumbo-home .cta-home .play-button .icon .icon-pause {
        opacity: 0;
        transition: .5s
    }
    .jumbo-home .cta-home .play-button.paused .icon-pause {
        opacity: 1
    }
    .jumbo-home .cta-home .play-button.paused .icon-play {
        opacity: 0
    }
}

@media (max-width:767px) {
    .jumbo-home .cta-home {
        width: 100%;
        padding: 20px;
        text-align: center;
        bottom: auto;
        top: 20%;
        height: auto
    }
    .jumbo-home .cta-home .play-button {
        position: relative;
        transform: scale(0.8);
        top: auto;
        display: none
    }
}

.jumbo-home .cta-home img {
    margin-bottom: 122px
}

@media (max-width:767px) {
    .jumbo-home .cta-home img {
        max-width: 280px;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

.jumbo-home .cta-home .cta-buttons {
    margin: 0 auto;
    text-align: center
}

.jumbo-home .cta-home .cta-buttons button:first-child {
    margin-right: 15px
}

@media (max-width:767px) {
    .jumbo-home .cta-home .cta-buttons button {
        padding: 13px 0;
        width: 47%;
        margin: 0
    }
}

.jumbo-home.old-iphone .cta-home {
    transform: scale(0.9);
    top: 5%
}

@media (max-width:767px) {
    .intro-home-video {
        display: none
    }
}

.block-locator-search .padding {
    padding: 30px 0
}

.block-locator-search .input-search {
    padding-right: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.block-locator-search .form-group {
    margin-bottom: 0
}

@media (max-width:767px) {
    .block-locator-search .form-group .control-label {
        float: right;
        margin-right: 10px
    }
}

.block-locator-search .inline {
    display: inline-block
}

.block-locator-search .btn-primary {
    padding: 13px
}

.block-locator-search .show-filters {
    padding-top: 20px
}

.block-locator-search .show-filters .checkbox {
    margin-right: 20px;
    display: inline-block
}

@media (max-width:991px) {
    .block-locator-search .show-filters .checkbox {
        margin-bottom: 10px;
        width: 15%
    }
}

@media (max-width:767px) {
    .block-locator-search .show-filters .checkbox {
        width: 40%
    }
}

.block-results {
    position: absolute;
    width: 90%;
    top: 280px;
    left: 0;
    right: 0;
    margin: 0 auto;
    pointer-events: none
}

@media (max-width:767px) {
    .block-results {
        position: relative;
        top: 0;
        width: 100%;
        padding-bottom: 68px
    }
}

.block-results .block-restaurant {
    pointer-events: all;
    overflow: hidden
}

.block-results .block-restaurant .block-text {
    background-color: #205db5
}

.block-results .block-restaurant .block-text .info p {
    color: #fff;
    padding-bottom: 0;
    margin: 0
}

.block-results .block-restaurant .block-text .info p:last-of-type {
    margin-bottom: 20px
}

.block-results .block-restaurant .block-text .info .h4 {
    padding-bottom: 20px;
    line-height: 2rem
}

.block-results .block-restaurant .block-text .km {
    display: block;
    color: #fff;
    margin-bottom: 10px
}

.block-results .block-restaurant .block-text .custom {
    background-color: #1e3659;
    padding: 20px
}

.block-results .block-all-restaurants {
    background-color: #f6f6f6;
    position: absolute;
    width: 100%;
    top: 180px
}

@media (max-width:767px) {
    .block-results .block-all-restaurants {
        position: relative;
        top: 0;
        padding-top: 40px
    }
}

.block-results .block-all-restaurants .block-text .info p {
    color: #838383;
    padding-bottom: 0;
    margin: 0
}

.block-results .block-all-restaurants .block-text .info p:last-of-type {
    margin-bottom: 15px
}

.block-results .block-all-restaurants .block-text .info .h4 {
    padding-bottom: 20px;
    line-height: 2rem;
    color: #1e3659
}

.block-results .block-all-restaurants .block-text .km {
    color: #838383
}

.block-results .block-all-restaurants .slider-controls {
    position: absolute;
    top: -68px;
    right: 0;
    pointer-events: auto
}

@media (max-width:767px) {
    .block-results .block-all-restaurants .slider-controls {
        top: auto;
        bottom: -68px
    }
}

.block-results .indicators-arrive {
    background: #fff;
    height: 400px;
    overflow: scroll;
    padding-bottom: 20px
}

.block-results .indicators-arrive .adp-placemark {
    margin-top: 0
}

.block-results .indicators-arrive .adp-placemark td {
    font-family: poppins;
    font-size: 12px;
    vertical-align: middle;
    padding-right: 10px
}

.block-results .indicators-arrive .adp-placemark td:first-child {
    padding: 10px
}

.block-results .indicators-arrive .adp-summary {
    padding: 0 15px 8px 15px;
    font-size: 14px;
    font-weight: 500
}

.block-results .indicators-arrive .adp table {
    font-family: poppins
}

.block-results .indicators-arrive .adp-substep {
    font-size: 12px
}

.block-results .indicators-arrive .title-map {
    background: #205db5;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 10px 20px;
    position: relative
}

.block-results .indicators-arrive .title-map .icon {
    position: absolute;
    right: 10px;
    top: 10px
}

.padding-b {
    padding-bottom: 135px
}

@media (max-width:767px) {
    .padding-b {
        padding-bottom: 0
    }
}

.w-geo+.padding-b {
    padding-bottom: 220px
}

@media (max-width:767px) {
    .w-geo+.padding-b {
        padding-bottom: 0
    }
}

.w-geo+.padding-b .block-results {
    top: 220px
}

@media (max-width:767px) {
    .w-geo+.padding-b .block-results {
        top: 0
    }
}

.w-geo+.padding-b .block-all-restaurants {
    top: 280px
}

@media (max-width:767px) {
    .w-geo+.padding-b .block-all-restaurants {
        top: 0
    }
}

.w-geo .locator-position {
    position: absolute;
    right: 20px;
    top: 15px;
    background-color: transparent;
    border: none
}

.filters-arrive {
    display: none
}

.filters-arrive.animated {
    display: block
}

.filters-arrive p {
    line-height: 2.4rem
}

.filters-arrive .form-group .inline {
    padding-right: 50px
}

.block-cookies {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1040;
    background-color: #f6f6f6
}

.block-cookies p {
    margin: 0;
    padding: 17px;
    font-size: 1.1rem;
    line-height: 1.8rem
}

.block-cookies .btn-position {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 0 30px;
    height: 40px
}

@media (max-width:767px) {
    .block-cookies .btn-position {
        position: relative;
        width: 100%;
        left: 0
    }
}

.block-cookies .close {
    position: absolute;
    right: 0;
    top: 5px
}

@media (max-width:1199px) {
    .block-cookies .close {
        top: 5px
    }
}

@media (max-width:767px) {
    .block-cookies .close {
        right: 20px
    }
}

.block-download-app {
    margin-bottom: 50px;
    float: left
}

@media (max-width:767px) {
    .block-download-app {
        float: right
    }
}

.block-download-app .h4 {
    color: #1e3659;
    padding-bottom: 20px;
    text-align: right
}

.block-download-app .title {
    padding: 13px 20px;
    padding-right: 0;
    display: block;
    color: #1e3659
}

@media (max-width:1199px) {
    .block-download-app .title {
        float: right;
        padding: 15px 0 20px 15px
    }
}

@media (max-width:767px) {
    .block-download-app .title {
        float: none;
        padding: 13px 0;
        display: block;
        text-align: right
    }
}

.block-download-app .subtitle {
    margin: 0;
    color: #838383;
    text-align: right;
    float: right;
    clear: both
}

.block-download-app .group {
    overflow: hidden;
    margin-bottom: 20px;
    width: 108px;
    float: right
}

@media (max-width:1199px) {
    .block-download-app .group {
        width: 100%
    }
}

.block-download-app .button-group-app {
    border: 1px solid #969699;
    float: right
}

@media (max-width:991px) {
    .block-download-app .button-group-app {
        float: right
    }
}

@media (max-width:767px) {
    .block-download-app .button-group-app {
        float: right
    }
}

.block-download-app .button-app {
    width: 52px;
    height: 52px;
    float: left;
    position: relative
}

.block-download-app .button-app .icon {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute
}

.block-download-app .button-app .icon.icon {
    position: absolute
}

.block-download-app .button-app:hover {
    background-color: #969699
}

.block-download-app .button-app:hover [class*=icon-] svg * {
    fill: #fff
}

.block-download-app .button-app:last-child {
    border-left: 1px solid #969699
}

.block-download-app [class*=icon-] svg * {
    fill: #1e3659
}

.block-download-app [class*=icon-] svg:hover {
    fill: #fff
}

.enjoy-apps-club .bg {
    background-image: url(../img/grupo/bg-clubvips.jpg);
    background-size: 50%;
    background-position: right 50%;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .enjoy-apps-club .bg {
        background-image: none
    }
}

.enjoy-apps-club .title {
    color: #1e3659
}

.enjoy-apps-club .intro-text .subtitle {
    width: 80%;
    font-size: 2.4rem;
    padding-bottom: 60px;
    line-height: 3.8rem;
    color: #1e3659
}

.enjoy-apps-club .list-club-vips li {
    color: #838383;
    padding-left: 70px;
    position: relative;
    display: table;
    height: 50px;
    margin-bottom: 30px
}

.enjoy-apps-club .list-club-vips .text {
    display: table-cell;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 3rem
}

.enjoy-apps-club .list-club-vips .icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 46px;
    height: 46px;
    background-color: #1e3659
}

.enjoy-apps-club .list-club-vips [class*=icon-] {
    left: 6px;
    top: 5px
}

@media (max-width:767px) {
    .block-news .aside-new {
        width: 100%;
        margin-bottom: 40px
    }
}

.block-news .aside-new.affix {
    width: 262.5px;
    z-index: 99
}

@media (max-width:991px) {
    .block-news .aside-new.affix {
        width: 157.5px
    }
}

@media (max-width:767px) {
    .block-news .aside-new.affix {
        position: relative;
        width: 100%;
        z-index: 9
    }
}

.block-news .aside-new.affix-bottom {
    position: fixed!important;
    width: 262.5px
}

@media (max-width:991px) {
    .block-news .aside-new.affix-bottom {
        width: 157.5px
    }
}

@media (max-width:767px) {
    .block-news .aside-new.affix-bottom {
        position: relative!important;
        width: 100%
    }
}

.block-news .aside-new .link-primary {
    float: right;
    clear: both
}

@media (max-width:767px) {
    .block-news .aside-new .link-primary {
        display: none
    }
}

.block-news .logo-news {
    margin-bottom: 30px;
    height: 120px;
    position: relative
}

.block-news .logo-news img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.block-news .content {
    margin-bottom: 60px;
}
.block-news .content > p:first-of-type {
	display: inline;
}

.pager-load-more {
    margin: auto;
    display: block
}

.pager-load-more .pager-next {
    text-align: center
}

.load-more-news {
    background-color: #205db5;
    width: 68px;
    height: 68px;
    position: relative
}

.block-social-icons-list {
    overflow: hidden;
    display: table;
    float: right
}

.block-social-icons-list li {
    float: left;
    padding-left: 20px
}

footer .bottom-footer {
    padding: 18px 0;
    margin-right: 15px;
    margin-left: 15px
}

footer ul {
    display: inline-block;
    float: right;
    margin: 8px 0
}

@media (max-width:1199px) {
    footer ul {
        margin: 10px 0;
        float: none
    }
}

@media (max-width:991px) {
    footer ul {
        text-align: left
    }
}

footer li {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-left: 25px
}

@media (max-width:767px) {
    footer li {
        padding-left: 10px;
        width: 100%;
        margin-bottom: 10px
    }
}

footer li:first-child {
    padding-left: 0
}

@media (max-width:767px) {
    footer li:first-child {
        padding-left: 10px
    }
}

footer li a.link-primary,
footer li a.link-primary:link {
    font-weight: 400
}

footer li a.link-primary span.icon, footer li a.link-primary:link span.icon {
    margin-right: 5px;
}

footer img {
    margin-right: 10px;
}

@media (max-width:1199px) {
    footer img {
        margin-bottom: 10px;
    }
}

@media (max-width:767px) {
    footer img {
        float: left;
        margin-bottom: 25px;
    }
}

footer .text {
    color: #838383;
    font-size: 1.4rem;
    line-height: 2.6rem;
    display: inline-block;
    margin-right: 10px;
}

@media (max-width:767px) {
    footer .text {
        float: left;
        width: 60%;
    }
}

body.page-node-45201.node-type-webform .form-group .webform-component textarea {
	height: 100px;
}


.scroll-item {
	height:350px;
	overflow:auto;
    padding-right: 10px;
}



@media (max-width:767px) {
.scroll-item {
	height:150px;
	overflow:auto;
 }
}

.first-layer{
  margin-top:50px;
  padding-right:5px;
  -ms-overflow-y: scroll;
  overflow:auto;
  height:400px;  
}

.first-layer h2{
    font-size: 1.6rem;
    font-weight: 700;
	padding-bottom: 15px;
	line-height: 2.5rem;
}

.first-layer h3{
    font-size: 1.48rem;
    font-weight: 700;
	padding-bottom: 10px;
	padding-top:10px;
	line-height: 2rem;
}

.first-layer p{
   white-space:normal;
   word-wrap: break-word;
   padding-bottom: 5px !important;
   font-size:14px;
   line-height:20px;
}

.first-layer span{
   word-wrap: break-word;
    font-size:14px;
   line-height:20px;
}

@media (max-width:767px) {
.first-layer{
  margin-top:30px;
  padding-right:10px;
  overflow:auto;
  -ms-overflow-y: scroll;
  height:450px;  
}
}

.first-layer ul {
	padding-left:20px;
	
}

.first-layer ul li{
	 word-wrap: break-word;
	 font-size: 14px;
    line-height: 24px;
}


@media (max-width:767px) {
 /* !important is needed sometimes */
::-webkit-scrollbar {
    width: 12px !important;
 }

 /* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }

 /* Handle */
::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #41617D !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

 }
::-webkit-scrollbar-thumb:window-inactive {
   background: #41617D !important; 
 }
 
} 
