@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&subset=latin-ext");

.navbar-nav > li button {
    height: 30px;
    padding: 0 15px;
    border: 0;
    background: transparent;
    line-height: 30px;
}

button > .visible-hover {
    margin-bottom: 3px;
}

button > .visible-hover .icon-anyfill-ui-chevron-down {
    vertical-align: middle;
    margin-left: 3px;
    fill: #0084d8;
    width: 10px;
    height: 10px;
    float: none;
}

#header .header-nav #btncollLog .icon * {
    fill: #222;
}

.nav-icon {
    width: 20px;
    height: 17px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}
.nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #0084d8;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}
.nav-icon span:nth-child(1) {
    top: 0
}
.nav-icon span:nth-child(2),
.nav-icon span:nth-child(3) {
    top: 7px
}
.nav-icon span:nth-child(4) {
    top: 14px
}
.btn.active .nav-icon span {
    height: 3px
}
.btn.active .nav-icon span:nth-child(1) {
    top: 7px;
    width: 0;
    left: 50%
}
.btn.active .nav-icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}
.btn.active .nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.btn.active .nav-icon span:nth-child(4) {
    top: 7px;
    width: 0%;
    left: 50%
}

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

header .btn,
footer .btn {
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: 0;
    text-transform: uppercase;
    color: #000028;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .2em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}
@media(max-width:767px) {
    .btn.full-xs {
        width: 100%
    }
}
header .collapse {
    display: none
}
header .collapse.in,
header .collapse.show {
    display: block
}
@media(min-width:768px) {
    .collapse.collapse-xs {
        display: block;
        height: auto;
        padding-bottom: 1em
    }
}
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
}
header .dropup,
header .dropdown,
footer .dropup,
footer .dropdown {
    position: relative
}
header .dropdown-menu.pull-right {
    right: 0;
    left: auto
}
header .dropdown-menu .divider {
    height: 1px;
    margin: -.28857em 0;
    overflow: hidden;
    background-color: #e5e5e5
}
header .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42286em;
    color: #333;
    white-space: nowrap
}
header .dropdown-menu>li>a:hover,
header .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}
header .dropdown-menu>.active>a,
header .dropdown-menu>.active>a:hover,
header .dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #000028
}
header .dropdown-menu>.disabled>a,
header .dropdown-menu>.disabled>a:hover,
header .dropdown-menu>.disabled>a:focus {
    color: #777
}
header .dropdown-menu>.disabled>a:hover,
header .dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}
header .open>.dropdown-menu {
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}
header .open>a {
    outline: 0
}
header .input-group {
    position: relative;
    display: inline-block;
    border-collapse: separate;
    background: transparent !important;
}
header .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.form-group .input-group .form-control {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: top 50% left 2px;
    background-size: 22px 22px;
    border-bottom: 1px solid #ccc;
}
.form-group .input-group .form-control-email {
    background-image: url(/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-email-beb8b3.svg);
    background-color: #f6f6f6;
}

.form-group .input-group .form-control-password {
    background-image: url(/headers/ilusion/sunrise/dist/svg/icon-ownfill-graph-lock-beb8b3.svg);
    background-color: #f6f6f6;
}

.input-group .form-control:focus {
    z-index: 3
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: .5em .25em;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1;
    color: #333;
    text-align: center;
    background-color: #eee;
    border: 1px solid #eee;
    border-radius: .2em
}
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 10px 5px;
    font-size: .85714;
    border-radius: .2em
}
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 1.2em 2em;
    font-size: 1.14286em;
    border-radius: .2em
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}
.nav:before,
.nav:after {
    content: " ";
    display: table
}
.nav:after {
    clear: both
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #000028
}
.nav .nav-divider {
    height: 1px;
    margin: -.28857em 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.navbar {
    position: relative;
    min-height: 4.57143em;
    margin-bottom: 1.42286em;
    border: 1px solid transparent
}
.navbar:before,
.navbar:after {
    content: " ";
    display: table
}
.navbar:after {
    clear: both
}
@media(min-width:768px) {
    .navbar {
        border-radius: .2em
    }
}
@media(min-width:1086px) {
    .navbar {
        position: relative;
        min-height: 6.57143em;
        margin-bottom: 1.42286em;
        border: 1px solid transparent
    }
}

@media(min-width:768px) {
    .container>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-header, .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}
@media(min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-nav {
    margin: .53714em -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.42286em
}
@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1.42286em
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}
@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 1.07429em;
        padding-bottom: 1.07429em
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.navbar-btn {
    margin-top: .22429em;
    margin-bottom: .22429em
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
@-ms-viewport {
    width: device-width;
}
.visible-xs {
    display: none !important
}
.visible-sm {
    display: none !important
}
.visible-md {
    display: none !important
}
.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 !important
    }
    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:1085px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}
@media(min-width:768px) and (max-width:1085px) {
    .visible-sm-block {
        display: block !important
    }
}
@media(min-width:768px) and (max-width:1085px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media(min-width:768px) and (max-width:1085px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media(min-width:1086px) and (max-width:1279px) {
    .visible-md-block {
        display: block !important
    }
}
@media(min-width: 1024px) and (orientation: landscape) {
    .dropdown-menu.dropdown-language.language-options-container {
        height: 80vh;
        overflow-y: scroll;
    }
    .dropdown-menu.dropdown-currency.currency-options-container {
        height: 80vh;
        overflow-y: scroll;
    }
}
@media(min-width:1086px) and (max-width:1279px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media(min-width:1086px) and (max-width:1279px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media(min-width:1280px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}
@media(min-width:1280px) {
    .visible-lg-block {
        display: block !important
    }
}
@media(min-width:1280px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media(min-width:1280px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}
@media(min-width:768px) and (max-width:1085px) {
    .hidden-sm {
        display: none !important
    }
}
@media(min-width:1086px) and (max-width:1279px) {
    .hidden-md {
        display: none !important
    }
}
@media(min-width:1280px) {
    .hidden-lg {
        display: none !important
    }
}
.btn::-moz-focus-inner,
.input-group-btn .btn::-moz-focus-inner {
    border: 0
}
.btn:hover,
.btn:focus,
.btn.active,
.btn:active,
.input-group-btn .btn:hover,
.input-group-btn .btn:focus,
.input-group-btn .btn.active,
.input-group-btn .btn:active {
    outline: 0
}
.btn:not(.btn-raised),
.input-group-btn .btn:not(.btn-raised) {
    box-shadow: none
}
.btn.btn-fab,
.input-group-btn .btn.btn-fab {
    border-radius: 50%;
    font-size: 24px;
    height: 56px;
    margin: auto;
    min-width: 56px;
    width: 56px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, .12), 0 1px 1px 0 rgba(0, 0, 0, .24);
    position: relative;
    line-height: normal
}
.btn.btn-fab .ripple-container,
.input-group-btn .btn.btn-fab .ripple-container {
    border-radius: 50%
}
.btn.btn-fab.btn-fab-mini,
.btn-group-sm .btn.btn-fab,
.input-group-btn .btn.btn-fab.btn-fab-mini,
.btn-group-sm .input-group-btn .btn.btn-fab {
    height: 40px;
    min-width: 40px;
    width: 40px
}
.btn.btn-fab.btn-fab-mini.material-icons,
.btn-group-sm .btn.btn-fab.material-icons,
.input-group-btn .btn.btn-fab.btn-fab-mini.material-icons,
.btn-group-sm .input-group-btn .btn.btn-fab.material-icons {
    top: 0;
    left: 0
}
.btn.btn-fab i.material-icons,
.input-group-btn .btn.btn-fab i.material-icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-12px, -12px);
    line-height: 24px;
    width: 24px
}
.btn i.material-icons,
.input-group-btn .btn i.material-icons {
    vertical-align: middle
}
fieldset[disabled][disabled] .btn,
.btn.disabled,
.btn:disabled,
.btn[disabled][disabled],
fieldset[disabled][disabled] .input-group-btn .btn,
.input-group-btn .btn.disabled,
.input-group-btn .btn:disabled,
.input-group-btn .btn[disabled][disabled],
fieldset[disabled][disabled] .btn-group,
.btn-group.disabled,
.btn-group:disabled,
.btn-group[disabled][disabled],
fieldset[disabled][disabled] .btn-group-vertical,
.btn-group-vertical.disabled,
.btn-group-vertical:disabled,
.btn-group-vertical[disabled][disabled] {
    color: rgba(0, 0, 0, .26);
    background: transparent
}
.checkbox label,
label.checkbox-inline {
    cursor: pointer
}
.form-group.is-focused .checkbox label,
.form-group.is-focused label.checkbox-inline {
    color: rgba(0, 0, 0, .26)
}
.form-group.is-focused .checkbox label:hover,
.form-group.is-focused .checkbox label:focus,
.form-group.is-focused label.checkbox-inline:hover,
.form-group.is-focused label.checkbox-inline:focus {
    color: rgba(0, 0, 0, .54)
}
fieldset[disabled] .form-group.is-focused .checkbox label,
fieldset[disabled] .form-group.is-focused label.checkbox-inline {
    color: rgba(0, 0, 0, .26)
}
.checkbox,
label.checkbox-inline {
    position: relative;
}
.checkbox .checkbox-material,
label.checkbox-inline .checkbox-material {
    vertical-align: middle;
    position: absolute;
    top: -.1em;
    left: 0;
    margin-right: .5em
}
.checkbox .checkbox-material:before,
label.checkbox-inline .checkbox-material:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, .84);
    height: 20px;
    width: 20px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    transform: scale3d(2.3, 2.3, 1)
}
.checkbox .checkbox-material .check,
label.checkbox-inline .checkbox-material .check {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #d2d2d2;
    border-radius: .2em;
    overflow: hidden;
    z-index: 1
}
.checkbox .checkbox-material .check:before,
label.checkbox-inline .checkbox-material .check:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -4px;
    margin-left: 6px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset
}
.checkbox input[type=checkbox]:focus+.checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus+.checkbox-material .check:after {
    opacity: .2
}
.checkbox input[type=checkbox]:focus:checked+.checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:checked+.checkbox-material:before {
    animation: rippleOn 500ms
}
.checkbox input[type=checkbox]:focus:checked+.checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:checked+.checkbox-material .check:before {
    animation: checkbox-on .3s forwards
}
.checkbox input[type=checkbox]:focus:checked+.checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:checked+.checkbox-material .check:after {
    animation: rippleOn 500ms forwards
}
.checkbox input[type=checkbox]:focus:not(:checked)+.checkbox-material:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked)+.checkbox-material:before {
    animation: rippleOff 500ms
}
.checkbox input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:before {
    animation: checkbox-off .3s forwards
}
.checkbox input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:after,
label.checkbox-inline input[type=checkbox]:focus:not(:checked)+.checkbox-material .check:after {
    animation: rippleOff 500ms forwards
}
.checkbox input[type=checkbox]:checked+.checkbox-material .check,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check {
    color: #000028;
    border-color: #000028
}
.checkbox input[type=checkbox]:checked+.checkbox-material .check:before,
label.checkbox-inline input[type=checkbox]:checked+.checkbox-material .check:before {
    color: #000028;
    box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0 0 20px, 0 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px
}
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox input[type=checkbox],
.checkbox input[type=checkbox][disabled]:not(:checked)~.checkbox-material .check:before,
.checkbox input[type=checkbox][disabled]:not(:checked)~.checkbox-material .check,
.checkbox input[type=checkbox][disabled]+.circle,
fieldset[disabled] label.checkbox-inline,
fieldset[disabled] label.checkbox-inline input[type=checkbox],
label.checkbox-inline input[type=checkbox][disabled]:not(:checked)~.checkbox-material .check:before,
label.checkbox-inline input[type=checkbox][disabled]:not(:checked)~.checkbox-material .check,
label.checkbox-inline input[type=checkbox][disabled]+.circle {
    opacity: .5
}
.checkbox input[type=checkbox][disabled]+.checkbox-material .check:after,
label.checkbox-inline input[type=checkbox][disabled]+.checkbox-material .check:after {
    background-color: rgba(0, 0, 0, .87);
    transform: rotate(-45deg)
}
header .radio label,
header label.radio-inline,
footer .radio label,
footer label.radio-inline {
    cursor: pointer;
    padding-left: 2em;
    position: relative;
    color: rgba(0, 0, 0, .26)
}
.form-group.is-focused .radio label,
.form-group.is-focused label.radio-inline {
    color: rgba(0, 0, 0, .26)
}
.form-group.is-focused .radio label:hover,
.form-group.is-focused .radio label:focus,
.form-group.is-focused label.radio-inline:hover,
.form-group.is-focused label.radio-inline:focus {
    color: rgba(0, 0, 0, .54)
}
fieldset[disabled] .form-group.is-focused .radio label,
fieldset[disabled] .form-group.is-focused label.radio-inline {
    color: rgba(0, 0, 0, .26)
}
header .radio span,
header label.radio-inline span,
footer .radio span,
footer label.radio-inline span {
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    transition-duration: .2s
}
.radio .circle,
label.radio-inline .circle {
    border: 2px solid rgba(0, 0, 0, .54);
    height: 18px;
    width: 18px;
    border-radius: 100%
}
.radio .check,
label.radio-inline .check {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    background-color: #000028;
    transform: scale3d(0, 0, 0)
}
.radio .check:after,
label.radio-inline .check:after {
    display: block;
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, .87);
    left: -18px;
    top: -18px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    transform: scale3d(1.5, 1.5, 1)
}
.radio input[type=radio]:focus:not(:checked)~.check:after,
label.radio-inline input[type=radio]:focus:not(:checked)~.check:after {
    animation: rippleOff 500ms
}
.radio input[type=radio]:focus:checked~.check:after,
label.radio-inline input[type=radio]:focus:checked~.check:after {
    animation: rippleOn 500ms
}
.radio input[type=radio]:checked~.check,
.radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.circle {
    opacity: 1
}
.radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
    background-color: #000028
}
.radio input[type=radio]:checked~.circle,
label.radio-inline input[type=radio]:checked~.circle {
    border-color: #000028
}
.radio input[type=radio]:checked~.check,
label.radio-inline input[type=radio]:checked~.check {
    transform: scale3d(.55, .55, 1)
}
.radio input[type=radio][disabled]~.check,
.radio input[type=radio][disabled]~.circle,
label.radio-inline input[type=radio][disabled]~.check,
label.radio-inline input[type=radio][disabled]~.circle {
    opacity: .26
}
.radio input[type=radio][disabled]~.check,
label.radio-inline input[type=radio][disabled]~.check {
    background-color: #000
}
.radio input[type=radio][disabled]~.circle,
label.radio-inline input[type=radio][disabled]~.circle {
    border-color: #000
}
.theme-dark .radio input[type=radio][disabled]~.check,
.theme-dark .radio input[type=radio][disabled]~.circle,
.theme-dark label.radio-inline input[type=radio][disabled]~.check,
.theme-dark label.radio-inline input[type=radio][disabled]~.circle {
    opacity: .3
}
.theme-dark .radio input[type=radio][disabled]~.check,
.theme-dark label.radio-inline input[type=radio][disabled]~.check {
    background-color: #fff
}
.theme-dark .radio input[type=radio][disabled]~.circle,
.theme-dark label.radio-inline input[type=radio][disabled]~.circle {
    border-color: #fff
}
header .radio label,
header .checkbox label,
footer .radio label,
footer .checkbox label {
    min-height: 17px
}
header .form-control-static {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 29px
}
header .label,
footer .label {
    border-radius: .2em;
    padding: .3em .6em
}
header .label,
header .label.label-default,
footer .label,
footer .label.label-default {
    background-color: #9e9e9e
}
.label.label-inverse {
    background-color: #3f51b5
}
.label.label-primary {
    background-color: #000028
}
.label.label-success {
    background-color: #000028
}
.label.label-info {
    background-color: #000028
}
.label.label-warning {
    background-color: #d9534f
}
.label.label-danger {
    background-color: #d9534f
}
.form-control.ng-invalid-required,
.form-group .form-control.ng-invalid-required {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2) !important
}
.form-control.ng-invalid-required+.help-block,
.form-group .form-control.ng-invalid-required+.help-block {
    display: block !important
}
header .form-control[readonly],
header .form-control[disabled],
header fieldset[disabled] .form-control,
header .form-group .form-control[readonly],
header .form-group .form-control[disabled],
header fieldset[disabled] .form-group .form-control {
    background-color: transparent
}
.form-control[disabled],
fieldset[disabled] .form-control,
.form-group .form-control[disabled],
fieldset[disabled] .form-group .form-control {
    background-image: none;
    border-bottom: 1px dotted #d2d2d2
}
header .form-group {
    position: relative
}
.form-group.label-static label.control-label,
.form-group.label-placeholder label.control-label,
.form-group.label-floating label.control-label {
    position: absolute;
    pointer-events: none;
    transition: .3s ease all
}
.form-group.label-floating label.control-label {
    will-change: left, top, contents
}
.form-group.label-placeholder:not(.is-empty) label.control-label {
    display: none
}
.form-group .help-block {
    display: none
}
.form-group.is-focused .form-control {
    outline: none;
    background-image: linear-gradient(#000028, #000028), linear-gradient(#d2d2d2, #d2d2d2);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: .3s
}
.form-group.is-focused .form-control .material-input:after {
    background-color: #000028
}
.form-group.is-focused label,
.form-group.is-focused label.control-label {
    color: #000028
}
.form-group.is-focused.label-placeholder label,
.form-group.is-focused.label-placeholder label.control-label {
    color: #bdbdbd
}
.form-group.has-error .help-block,
.form-group.has-success .help-block {
    display: block
}
.form-group.has-warning .form-control {
    box-shadow: none
}
.form-group.has-warning .form-control.ng-invalid-required {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2) !important
}
.form-group.has-warning .form-control.ng-invalid-required+.help-block {
    display: block !important
}
.form-group.has-warning.is-focused .form-control {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2)
}
.form-group.has-warning.is-focused .form-control.ng-invalid-required {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2)
}
.form-group.has-warning label.control-label,
.form-group.has-warning .help-block {
    color: #d9534f
}
.form-group.has-error .form-control {
    box-shadow: none
}
.form-group.has-error .form-control.ng-invalid-required {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2) !important
}
.form-group.has-error .form-control.ng-invalid-required+.help-block {
    display: block !important
}
.form-group.has-error.is-focused .form-control {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2)
}
.form-group.has-error.is-focused .form-control.ng-invalid-required {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2)
}
.form-group.has-error label.control-label,
.form-group.has-error .help-block {
    color: #d9534f
}
.form-group.has-success .form-control {
    box-shadow: none
}
.form-group.has-success .form-control.ng-invalid-required {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2) !important
}
.form-group.has-success .form-control.ng-invalid-required+.help-block {
    display: block !important
}
.form-group.has-success.is-focused .form-control {
    background-image: linear-gradient(#000028, #000028), linear-gradient(#d2d2d2, #d2d2d2)
}
.form-group.has-success.is-focused .form-control.ng-invalid-required {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2)
}
.form-group.has-success label.control-label,
.form-group.has-success .help-block {
    color: #000028
}
.form-group.has-info .form-control {
    box-shadow: none
}
.form-group.has-info .form-control.ng-invalid-required {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2) !important
}
.form-group.has-info .form-control.ng-invalid-required+.help-block {
    display: block !important
}
.form-group.has-info.is-focused .form-control {
    background-image: linear-gradient(#000028, #000028), linear-gradient(#d2d2d2, #d2d2d2)
}
.form-group.has-info.is-focused .form-control.ng-invalid-required {
    background-image: linear-gradient(#d9534f, #d9534f), linear-gradient(#d2d2d2, #d2d2d2)
}
.form-group.has-info label.control-label,
.form-group.has-info .help-block {
    color: #000028
}
.form-group textarea {
    resize: none
}
.form-group textarea~.form-control-highlight {
    margin-top: -11px
}
.form-group select {
    appearance: none
}
.form-group select~.material-input:after {
    display: none
}
header .form-control::-moz-placeholder {
    line-height: 1.42857;
    color: #bdbdbd;
    font-weight: 400
}
header .form-control:-ms-input-placeholder {
    line-height: 1.42857;
    color: #bdbdbd;
    font-weight: 400
}
header .form-control::-webkit-input-placeholder {
    line-height: 1.42857;
    color: #bdbdbd;
    font-weight: 400
}
header .checkbox label,
header .radio label,
header label {
    line-height: 1.5;
    font-weight: 400
}
header label.control-label {
    line-height: 1.42857;
    font-weight: 400;
    margin: 16px 0 0 0
}
.help-block {
    margin-top: 0;
    font-size: 9px
}
header .form-group .form-control::-moz-placeholder {
    line-height: 1.42857;
    color: #bdbdbd;
    font-weight: 400
}
header .form-group .form-control:-ms-input-placeholder {
    line-height: 1.42857;
    color: #bdbdbd;
    font-weight: 400
}
header .form-group .form-control::-webkit-input-placeholder {
    line-height: 1.42857;
    color: #bdbdbd;
    font-weight: 400
}
header .form-group .checkbox label,
header .form-group .radio label,
header .form-group label {
    line-height: 1.5;
    font-weight: 400
}
header .form-group label.control-label {
    line-height: 1.42857;
    font-weight: 400;
    margin: 16px 0 0 0
}
header .form-group .help-block {
    margin-top: 0;
    font-size: 9px
}
header .form-group.label-floating label.control-label,
header .form-group.label-placeholder label.control-label {
    top: -7px;
    font-size: 12px;
    line-height: 1.42857
}
header .form-group.label-static label.control-label,
header .form-group.label-floating.is-focused label.control-label,
header .form-group.label-floating:not(.is-empty) label.control-label {
    top: -30px;
    left: 0;
    font-size: 10px;
    line-height: 1.42857;
    padding-left: 0
}
.form-group.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
    top: -30px;
    left: 0;
    font-size: 10px;
    line-height: 1.42857;
    padding-left: 0
}
.form-group.form-group-sm {
    padding-bottom: 3px;
    margin: 1em 0 0 0
}
.form-group.form-group-sm .form-control {
    margin-bottom: 3px
}
.form-group.form-group-sm .form-control::-moz-placeholder {
    line-height: 1.5;
    color: #bdbdbd;
    font-weight: 400
}
.form-group.form-group-sm .form-control:-ms-input-placeholder {
    line-height: 1.5;
    color: #bdbdbd;
    font-weight: 400
}
.form-group.form-group-sm .form-control::-webkit-input-placeholder {
    line-height: 1.5;
    color: #bdbdbd;
    font-weight: 400
}
.form-group.form-group-sm .checkbox label,
.form-group.form-group-sm .radio label,
.form-group.form-group-sm label {
    line-height: 1.5;
    font-weight: 400
}
.form-group.form-group-sm label.control-label {
    line-height: 1.5;
    font-weight: 400;
    margin: 16px 0 0 0
}
.form-group.form-group-sm .help-block {
    margin-top: 0;
    font-size: 9px
}
.form-group.form-group-sm.label-floating label.control-label,
.form-group.form-group-sm.label-placeholder label.control-label {
    top: -11px;
    font-size: 11px;
    line-height: 1.5
}
.form-group.form-group-sm.label-static label.control-label,
.form-group.form-group-sm.label-floating.is-focused label.control-label,
.form-group.form-group-sm.label-floating:not(.is-empty) label.control-label {
    top: -29px;
    left: 0;
    font-size: 10px;
    line-height: 1.5;
    padding-left: 0
}
.form-group.form-group-sm.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
    top: -29px;
    left: 0;
    font-size: 10px;
    line-height: 1.5;
    padding-left: 0
}
.form-group.form-group-lg {
    padding-bottom: 9px;
    margin: 1em 0 0 0
}
.form-group.form-group-lg .form-control {
    margin-bottom: 9px
}
.form-group.form-group-lg .form-control::-moz-placeholder {
    line-height: 1.33333;
    color: #bdbdbd;
    font-weight: 400
}
.form-group.form-group-lg .form-control:-ms-input-placeholder {
    line-height: 1.33333;
    color: #bdbdbd;
    font-weight: 400
}
.form-group.form-group-lg .form-control::-webkit-input-placeholder {
    line-height: 1.33333;
    color: #bdbdbd;
    font-weight: 400
}
.form-group.form-group-lg .checkbox label,
.form-group.form-group-lg .radio label,
.form-group.form-group-lg label {
    line-height: 1.33333;
    font-weight: 400
}
.form-group.form-group-lg label.control-label {
    line-height: 1.33333;
    font-weight: 400;
    margin: 16px 0 0 0
}
.form-group.form-group-lg .help-block {
    margin-top: 0;
    font-size: 14px
}
.form-group.form-group-lg.label-floating label.control-label,
.form-group.form-group-lg.label-placeholder label.control-label {
    top: -5px;
    font-size: 18px;
    line-height: 1.33333
}
.form-group.form-group-lg.label-static label.control-label,
.form-group.form-group-lg.label-floating.is-focused label.control-label,
.form-group.form-group-lg.label-floating:not(.is-empty) label.control-label {
    top: -36px;
    left: 0;
    font-size: 10px;
    line-height: 1.33333;
    padding-left: 0
}
.form-group.form-group-lg.label-floating input.form-control:-webkit-autofill~label.control-label label.control-label {
    top: -36px;
    left: 0;
    font-size: 10px;
    line-height: 1.33333;
    padding-left: 0
}

.form-group.is-focused select.form-control {
    box-shadow: none;
    border-color: #d2d2d2
}
select.form-control[multiple],
.form-group.is-focused select.form-control[multiple] {
    height: 85px
}
.input-group-btn .btn {
    margin: 0 0 7px 0
}
.form-group.form-group-sm .input-group-btn .btn {
    margin: 0 0 3px 0
}
.form-group.form-group-lg .input-group-btn .btn {
    margin: 0 0 9px 0
}
.input-group {
    background: #f6f6f6
}
.input-group .input-group-btn {
    padding: 0 12px
}
.input-group .input-group-addon {
    position: absolute;
    border: 0;
    background: transparent
}
.input-group .input-group-addon+.control-label,
.input-group .input-group-addon+label+.form-control,
.input-group .input-group-addon+.form-control,
.input-group .input-group-addon+.control-label+.form-control {
    padding-left: 2.25em;
    margin-bottom: 0
}
.input-group .input-group-addon+label+.form-control,
.input-group .input-group-addon+.form-control,
.input-group .input-group-addon+.control-label+.form-control {
    padding-left: 2.5em !important
}
.form-group input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}
legend {
    border-bottom: 0
}
.dropdown-menu {
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
}
.dropdown-menu .divider {
    background-color: rgba(0, 0, 0, .12)
}
.dropdown-menu li {
    overflow: hidden;
    position: relative
}
.dropdown-menu li a:hover {
    background-color: transparent;
    color: #000028
}

*:focus {
    outline: 0
}
.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: inherit;
    pointer-events: none
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important
}
ng-form {
    display: block
}
a {
    outline: 0 !important;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
    -o-transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out;
    transition: background-color .2s ease-out, color .2s ease-out, border-color .2s ease-out
}
.imago_clubplus {
    max-width: 20em !important
}

@media(max-width:1086px) {
    .padding0 {float: initial;}
}

#header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1001;
    height: 50px;
    width: 100%;
    box-shadow: 0 8px 17px 0 rgba(119, 119, 119, .2), 0 6px 20px 0 rgba(119, 119, 119, .19);
    -webkit-transition: height .2s ease-out;
    -o-transition: height .2s ease-out;
    transition: height .2s ease-out;
    margin-bottom: 0;
}

#header #btn-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 58px;
    z-index: 2;
    background: none;
    border: none
}
#header #btn-menu.active {
    background: #fff
}
#header #btn-menu.active .nav-icon span {
    background: #0084d8;
}
#header .logo {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto
}
#header .logo .baseline {
    display: none
}
#header #call a {
    display: block;
    font-size: 12px;
    color: #000028;
    display: block;
    text-align: center;
    padding: 1.2em .75em;
    border-top: 1px solid #eee;
    text-decoration: none
}
#header #call a:hover {
    color: #0000c1
}
#header #call .dropdown-menu li a {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    text-align: right
}
#header #call .dropdown-menu li a .countrie {
    text-transform: uppercase
}
#header #call .dropdown-menu li a .number {
    font-size: 1.3em;
    font-weight: 600
}

#header .dropdown.language_selector .dropdown-toogle {
    height: 30px;
    padding: 0 15px;
    border: 0;
    background: transparent;
    line-height: 60px;
    color: #fff;
}
#header .header-top .navbar-nav .dropdown.language_selector .dropdown-toogle svg {
    fill: #fff;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}
@media(max-width:767px) {
    #header:before {
        content: '';
        display: block;
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: #000028
    }
    #header .logo {
        max-width: 112px;
        margin-top: 7px
    }
    #header .logo img {
        width: 100%
    }
    #header.transparent {
        background: none !important;
        box-shadow: none !important
    }
    #header.transparent:before {
        background: none !important
    }
    #header.transparent #head-mobile,
    #header.transparent #mobile-menu {
        background: none !important
    }
    #header.transparent #mobile-menu.open {
        background: #000028 !important
    }
    #header.transparent #btn-log .icon {
        color: #000028 !important
    }
    #header.transparent .nav-icon span {
        background: #000028 !important
    }
    #header.transparent .logo {
        display: none !important
    }
    #header .container {
        padding: 10px 20px
    }
    #header #btn-log {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        width: 50px;
        height: 50px;
        border: none;
        background: none
    }
    #header #btn-log .icon {
        position: absolute;
        top: 50%;
        left: 40%;
        margin: -.5em 0 0 -.5em;
        color: #0084d8;
        height: 30px;
        width: 30px;
    }
    #header #btn-log.active {
        background: #fff
    }
    #header #btn-log.active .icon {
        color: #000028
    }
    #header #head-mobile {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 115%;
        background: #fff;
        z-index: 100001
    }
    #header #mobile-menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0
    }
    #header #collapseLog {
        display: none;
        overflow-y: auto;
        position: absolute;
        z-index: 100000;
        top: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
        background: #fff;
        padding: 0;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-box-shadow: 0 0 .3em #eee;
        box-shadow: 0 0 .3em #eee
    }
    #header #collapseLog.in, #header #collapseLog.show {
        display: block;
        height: calc(100vh - 50px);
        padding: 0;
        top: 50px
    }
    #header .logrss-list {
        margin: 0 -4px;
        padding-left: 0;
        list-style: none
    }
    #header .logrss-list li {
        float: left;
        width: 33.333%;
        padding: 0 4px
    }
    #header .logrss-list li .btn {
        width: 100%
    }
}
@media(max-width:767px) and (max-width:540px) {
    #header .logrss-list li .text-hide-xs {
        display: none
    }
}

@media(max-width:767px) {
    #header #mobile-menu {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100000;
        width: 100%;
        background: #0084d8;
        overflow: hidden;
        overflow-y: auto;
        margin: 0;
        padding: 0;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-box-shadow: 0 0 .3em #eee;
        box-shadow: 0 0 .3em #eee
    }
    #header #mobile-menu.open {
        height: calc(100vh - 50px);
        padding: 0 0 50px;
        top: 50px
    }
    #header #mobile-menu .header-top {
        display: none
    }
    #header #mobile-menu .header-nav {
        padding: 1em 0 0;
        background: #fff;
        text-align: center
    }
    #header #mobile-menu .header-nav a {
        color: #000028;
        text-decoration: none
    }
    #header #mobile-menu .header-nav a:hover {
        color: #02b4ff
    }
    #header #mobile-menu .header-nav .list-inline {
        font-size: 13px;
        display: inline-block;
        margin-bottom: 1.5em
    }
    #header #mobile-menu .header-nav .list-inline li {
        margin: 0;
        padding: 0
    }
    #header #mobile-menu .header-nav .list-inline li strong {
        font-weight: 400;
        display: inline-block;
        padding: .5em;
        color: #02b4ff
    }
    #header #mobile-menu .header-nav .list-inline li a {
        display: inline-block;
        padding: .5em
    }
    #header #mobile-menu .header-nav .list-inline li+li:before {
        content: '|';
        color: #000028
    }
    #header #mobile-menu .nav-primary {
        background: #0084d8;
        padding: 1em 0;
        font-family: "Avalon", sans-serif;
        text-align: center
    }
    #header #mobile-menu .nav-primary>ul {
        padding-left: 0;
        list-style: none
    }
    #header #mobile-menu .nav-primary>ul li {
        margin-bottom: .1em
    }
    #header #mobile-menu .nav-primary>ul li a,
    #header #mobile-menu .nav-primary>ul li>span,
    #header #mobile-menu .nav-primary>ul li .btn-link {
        font-size: 16px;
        text-transform: uppercase;
        display: inline-block;
        padding: .5em 1em;
        margin: 0;
        width: 100%;
        color: #fff
    }
    #header #mobile-menu .nav-primary>ul li a:hover,
    #header #mobile-menu .nav-primary>ul li>span:hover,
    #header #mobile-menu .nav-primary>ul li .btn-link:hover {
        color: #02b4ff
    }
    #header #mobile-menu .nav-primary>ul li ul {
        text-align: center;
        background: #02b4ff;
        padding: 1em 0;
        margin: .5em 0
    }
    #header #mobile-menu .nav-primary>ul li ul li {
        font-size: .9em
    }
    #header #mobile-menu .nav-primary>ul li ul a {
        color: #000028
    }
    #header #mobile-menu .nav-primary>ul li ul a:hover {
        color: #fff
    }
    #header #mobile-menu .nav-primary>ul li.club ul {
        background: #aaa81a
    }
    #header #mobile-menu .nav-primary>ul li.club ul a {
        color: #000028
    }
    #header #mobile-menu .nav-primary>ul li.club ul a:hover {
        color: #fff
    }
    #header #mobile-menu .nav-primary>ul li.active>a {
        position: relative
    }
    #header #mobile-menu .nav-primary>ul li.active>a:after {
        border-top: .6em solid #000028
    }
    #header #mobile-menu .nav-primary .dropdown-menu {
        position: relative;
        width: 100%;
        margin: 0
    }
    #header #mobile-menu .nav-primary .dropdown-menu:after {
        content: '';
        display: block;
        border-top: .6em solid #000028;
        border-left: .6em solid transparent;
        border-right: .6em solid transparent;
        width: 1em;
        height: 1em;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    #header #mobile-menu .nav-primary .dropdown .dropdown-menu {
        display: none;
        -webkit-transition: height .25s ease-out;
        -o-transition: height .25s ease-out;
        transition: height .25s ease-out
    }
    #header #mobile-menu .nav-primary .dropdown.open .dropdown-menu {
        display: block
    }
    #header #mobile-menu #call {
        width: 100%;
        padding: 0
    }
    #header #mobile-menu #call .dropdown-toggle {
        position: relative;
        border: none;
        margin-bottom: 0;
        float: none;
        text-transform: inherit;
        width: 100%;
        color: #fff;
        background-color: #02b4ff;
        border-color: #02b4ff;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }
    #header #mobile-menu #call .dropdown-toggle:focus,
    #header #mobile-menu #call .dropdown-toggle.focus {
        color: #fff;
        background-color: #00a3e8;
        border-color: #0091ce
    }
    #header #mobile-menu #call .dropdown-toggle:hover {
        color: #fff;
        background-color: #00a3e8;
        border-color: #0091ce
    }
    #header #mobile-menu #call .dropdown-toggle:active,
    #header #mobile-menu #call .dropdown-toggle.active,
    .open>#header #mobile-menu #call .dropdown-toggle.dropdown-toggle {
        color: #fff;
        background-color: #00a3e8;
        border-color: #0091ce
    }
    #header #mobile-menu #call .dropdown-toggle:active:hover,
    #header #mobile-menu #call .dropdown-toggle:active:focus,
    #header #mobile-menu #call .dropdown-toggle:active.focus,
    #header #mobile-menu #call .dropdown-toggle.active:hover,
    #header #mobile-menu #call .dropdown-toggle.active:focus,
    #header #mobile-menu #call .dropdown-toggle.active.focus,
    .open>#header #mobile-menu #call .dropdown-toggle.dropdown-toggle:hover,
    .open>#header #mobile-menu #call .dropdown-toggle.dropdown-toggle:focus,
    .open>#header #mobile-menu #call .dropdown-toggle.dropdown-toggle.focus {
        color: #fff;
        background-color: #00a3e8;
        border-color: #0091ce
    }
    #header #mobile-menu #call .dropdown-toggle:active,
    #header #mobile-menu #call .dropdown-toggle.active,
    .open>#header #mobile-menu #call .dropdown-toggle.dropdown-toggle {
        background-image: none
    }
    #header #mobile-menu #call .dropdown-toggle.disabled:hover,
    #header #mobile-menu #call .dropdown-toggle.disabled:focus,
    #header #mobile-menu #call .dropdown-toggle.disabled.focus,
    #header #mobile-menu #call .dropdown-toggle[disabled]:hover,
    #header #mobile-menu #call .dropdown-toggle[disabled]:focus,
    #header #mobile-menu #call .dropdown-toggle[disabled].focus,
    fieldset[disabled] #header #mobile-menu #call .dropdown-toggle:hover,
    fieldset[disabled] #header #mobile-menu #call .dropdown-toggle:focus,
    fieldset[disabled] #header #mobile-menu #call .dropdown-toggle.focus {
        background-color: #02b4ff;
        border-color: #02b4ff
    }
    #header #mobile-menu #call .dropdown-toggle .badge {
        color: #02b4ff;
        background-color: #fff
    }
    #header #mobile-menu #call .dropdown-toggle .icon {
        font-size: 14px;
        position: absolute;
        display: block;
        top: 0;
        margin: 0;
        left: inherit;
        right: 0;
        height: 100%;
        width: 2.15em;
        background: rgba(53, 195, 255, .6)
    }
    #header #mobile-menu #call .dropdown-toggle .icon:before {
        position: absolute;
        font-size: 1.5em;
        top: 50%;
        left: 50%;
        width: 1em;
        margin-top: -.5em;
        margin-left: -.5em;
        -webkit-transition: transform .2s ease-out;
        -o-transition: transform .2s ease-out;
        transition: transform .2s ease-out
    }
    #header #mobile-menu #call .dropdown-toggle>.text-lg,
    #header #mobile-menu #call .dropdown-toggle>.icon {
        display: none
    }
    #header #mobile-menu #call .dropdown-menu {
        position: relative;
        padding: 0;
        margin: 0;
        float: none;
        width: 100%;
        border: none;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    #header #mobile-menu #call .dropdown-menu a {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-width: 220px;
        text-align: right;
        border: none;
        border-top: 1px solid #777;
        padding: .5em 3em .5em .5em;
        margin: 0;
        color: #0084d8;
    }
    #header #mobile-menu #call .dropdown-menu a:hover {
        color: #02b4ff
    }
    #header #mobile-menu #call .dropdown-menu a .countrie {
        font-size: 11px;
        line-height: 1em;
        text-align: right;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.5em
    }
    #header #mobile-menu #call .dropdown-menu a .number {
        font-family: "Avalon", sans-serif;
        font-weight: 600;
        display: block;
        vertical-align: bottom;
        font-size: 18px;
        line-height: 1em;
        white-space: nowrap
    }
    #header #mobile-menu #call .phone {
        position: relative;
        overflow: hidden;
        width: 100%;
        min-width: 220px;
        text-align: right;
        border: none;
        padding: .5em 3em .5em .5em;
        margin: 0;
        color: #0084d8;
    }
    #header #mobile-menu #call .phone:hover {
        color: #02b4ff
    }
    #header #mobile-menu #call .phone .countrie {
        font-size: 11px;
        line-height: 1em;
        text-align: right;
        display: block;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.5em
    }
    #header #mobile-menu #call .phone .number {
        font-family: "Avalon", sans-serif;
        font-weight: 600;
        display: block;
        vertical-align: bottom;
        font-size: 21px;
        line-height: 1em;
        white-space: nowrap
    }
}
@media(max-width:1085px) {
    #header #mobile-menu #call .phone .icon {
        display: block;
        position: absolute;
        bottom: .4em;
        right: .75em;
        font-size: 1.5em;
        line-height: 1em;
        margin-top: 0;
        color: #02b4ff;
        width: 20px;
        height: 20px;
    }
}
@media(min-width:768px) {
    #header {
        background: #fff;
        height: 70px;
        display: block !important
    }
    #header>.container {
        position: relative;
        z-index: 3
    }
    #header .logo {
        padding: 0 10px;
        display: block;
        width: 155px;
        max-height: auto;
        max-width: 100%;
        float: left;
        margin-top: .75em;
    }
    #header .logo img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out
    }
    #header #head-mobile {
        float: left;
        padding: 0 2em 0 0
    }
    #header .header-nav {
        padding-top: 0;
        float: right
    }
    #header .header-nav .btn {
        vertical-align: middle;
        font-size: 12px;
        height: 70px;
        margin: 0;
        padding: .25em 1.5em;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0
    }
    #header .header-nav .btn[aria-expanded=true] {
        background: #fff !important;
        color: #0084d8 !important
    }
    #header #call .btn-primary:hover, #header #call .btn-primary:focus{
        color: #0084d8 !important
    }
    #header .header-nav .btn .icon {
        font-size: 20px;
    }
    #header .header-nav .btn .icon.icon-down {
        font-size: 1.5em
    }
    #header .header-nav .btn .icon+.text {
        margin-left: .25em
    }
    #header .header-nav .btn .text+.icon {
        margin-left: .5em
    }
    #header .header-nav>* {
        float: left
    }
    #header .header-nav #btncollLog {
        padding-right: 2.5em;
        padding-left: 3em;
        max-width: 12.2em;
        white-space: normal;
        text-align: left;
        color: #222 !important;
    }
    #header .header-nav #btncollLog .icon {
        position: absolute;
        top: 50%;
        margin-top: -.5em;
        left: .4em
    }
    #header .header-nav #btncollLog .icon.icon-down {
        right: .5em;
        left: auto;
        margin-left: 0
    }
    #header .header-nav #btncollLog .text {
        margin-left: 0;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        display: block;
        line-height: .9;
        font-size: 10px
    }
    #header #call {
        margin: 0 1px
    }
    #header #call .btn {
        text-align: right
    }
    #header #call .btn .visible-hover {
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .25s ease-out;
        -o-transition: height .25s ease-out;
        transition: height .25s ease-out
    }
    #header #call .btn .visible-hover .text-sm {
        font-size: 12px;
        text-transform: initial;
        text-align: right;
        color: #0084d8;
    }
    #header #call .btn .text-lg {
        font-size: 1.5em;
        color: #222;
    }
    #header #call .btn .text-lg:hover{
        color: #0084d8;
    }
    #header #call .btn .text-lg:hover .icon{
        fill: #0084d8;

    }
    #header #call .btn .text-lg+.icon {
        margin: 0;
        font-size: 1.65em
    }
    #header #call .btn:hover .visible-hover,
    #header #call .btn:focus .visible-hover {
        height: 1.33em
    }
    #header #call.open .btn .visible-hover {
        height: 1.25em
    }
    #header #call .dropdown-menu {
        right: 0;
        left: auto;
        width: 100%;
        border: none;
        padding: 0;
        margin: 0;
        background: #fff
    }
    #header #call .dropdown-menu a {
        display: block;
        text-align: right;
        color: #000028;
        padding: .65em 2.5em .65em 1em;
        margin: 0;
        border-top-color: #eee
    }
    #header #call .dropdown-menu a:hover {
        color: #02b4ff
    }
    #header #call .dropdown-menu a .number {
        display: block;
        font-family: "Avalon", sans-serif;
        font-size: 18px;
        font-weight: 600
    }
    #header #call .dropdown-menu a .countrie {
        display: block;
        font-size: 12px;
        line-height: 1.5em;
        text-transform: uppercase
    }
}
@media(min-width:768px) and (max-width:1085px) {
    #header .header-top {
        display: none
    }
    #header #btn-menusm {
        display: block !important;
        float: left;
        margin: 20px 0 0 0;
        font-size: 1.2em;
        background: none
    }
    #header #btn-menusm.active {
        background: #fff
    }
    #header #btn-menusm.active .nav-icon {
        margin-top: 0
    }
    #header #btn-menusm.active .nav-icon span {
        background: #0084d8;
    }
    #header #btn-menusm .nav-icon {
        margin-top: -.4em
    }
    #header #tablet-menu {
        position: absolute;
        top: 70px;
        left: 0;
        display: block;
        height: 0;
        overflow: hidden;
        width: 100%;
        text-align: center;
        -webkit-transition: height .25s ease-out;
        -o-transition: height .25s ease-out;
        transition: height .25s ease-out
    }
    #header #tablet-menu.open {
        height: 100vh
    }
    #header #tablet-menu.open:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -1;
        height: 100vh;
        width: 100vw;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background: #fff
    }
    #header #tablet-menu nav {
        width: 100%;
        padding: 1em 0
    }
    #header #tablet-menu ul.list-inline {
        width: 100%;
        margin: 1em 0 2em;
        font-size: 1em
    }
    #header #tablet-menu ul.list-inline li {
        margin: 0;
        padding: 0
    }
    #header #tablet-menu ul.list-inline li strong {
        font-weight: 400;
        display: inline-block;
        padding: .5em;
        color: #02b4ff
    }
    #header #tablet-menu ul.list-inline li a {
        display: inline-block;
        padding: .75em
    }
    #header #tablet-menu ul.list-inline li+li:before {
        content: '|';
        color: #000028
    }
    #header #tablet-menu ul:not(.list-inline) {
        display: block;
        font-size: 2.25em;
        line-height: 1.25em;
        text-align: center;
        width: 100%;
        font-family: "Avalon", sans-serif;
        padding-left: 0;
        list-style: none
    }
    #header #tablet-menu ul:not(.list-inline) li {
        line-height: 1.25em;
    }
    #header #tablet-menu ul:not(.list-inline) li a {
        display: block;
        padding: .25em;
        color: #000028
    }
    #header #tablet-menu ul:not(.list-inline) li a:hover {
        color: #02b4ff
    }
    #tablet-selectors {
        height: 30px;
        width: 100% !important;
        margin: 0 !important;
        font-size: 12px !important;
    }
    #tablet-selectors > li{
        width: 9%;
        float: none;
        display: inline-block;
    }
    .dropdown-currency {
        width: 470px;
    }
    .dropdown-currency ul {
        background: #fff;
    }
}
@media(min-width:1086px) {
    #header {
        height: 90px;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s
    }
    #header .logo {
        margin-top: 1em;
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s
    }
    #header .header-top {
        float: right;
        height: 32px;
        text-align: right;
        margin-bottom: .45em
    }
    #header .header-top .btn-primary {
        display: inline-block;
        font-size: 12px;
        padding: .65em 1.75em;
        height: 32px;
        margin: 0;
        background-color: #fff;
    }
    #header #language {
        margin: 0
    }
    #header #language .dropdown-menu {
        font-size: 11px;
        padding: 0;
        width: 100%;
        min-width: 100%;
        border: none;
        background: #fff;
        margin-top: 0
    }
    #header #language .dropdown-menu li {
        margin: 0 1px
    }
    #header #language .dropdown-menu a {
        text-transform: uppercase;
        background: none;
        padding: .25em .5em .25em .5em;
        text-align: center;
        color: #000028
    }
    #header #language .dropdown-menu a:hover {
        color: #02b4ff
    }
    #header .header-nav {
        padding-top: 0;
        float: right;
        clear: right
    }
    #header .header-nav .btn {
        height: 52px;
        padding: .5em 1.5em
    }
    #header .nav-primary {
        padding-top: 0;
        float: left;
        width: 30em
    }
    #header .nav-primary ul {
        margin: 0;
        padding-left: 0;
        list-style: none;
        display: table;
        width: 100%
    }
    #header .nav-primary ul li {
        display: block;
        float: left;
        width: 33.333%;
        max-width: 7em;
        padding-right: .25em
    }
    #header .nav-primary ul li a {
        font-family: "Avalon", sans-serif;
        position: relative;
        display: block;
        width: 100%;
        font-size: .92857em;
        line-height: 1.2em;
        text-transform: uppercase;
        text-decoration: none;
        padding: 1em .75em 1em 0;
        height: 3.8em;
        color: #fff
    }
    #header .nav-primary ul li a:hover {
        color: #fff
    }
    #header .nav-primary ul li a:before,
    #header .nav-primary ul li a:after {
        content: '';
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        background: #fff;
        opacity: .4;
        filter: alpha(opacity=40)
    }
    #header .nav-primary ul li a:after {
        width: 0;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transition: width .2s ease-out;
        -o-transition: width .2s ease-out;
        transition: width .2s ease-out
    }
    #header .nav-primary ul li a.active:after,
    #header .nav-primary ul li a:hover:after {
        width: 100%
    }
    #header .aside-account {
        top: 90px
    }
    #header.fixed {
        top: -35px
    }
    #header.fixed .logo {
        width: 124px;
        margin-top: 3em
    }
}
.head-club {
    position: relative;
    padding: 0 0 0 4.5em
}
.head-club:before {
    background: url(/headers/white_label/img/landing/home/H10/logo-clubh10.png) no-repeat;
    background-size: 45px 70px;
    content: "";
    display: block;
    width: 50px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0
}
.head-club .h4 {
    margin-bottom: .15em
}
.aside-account {
    font-size: 12px;
    line-height: 1.42286em;
    display: block !important;
    visibility: visible
}
.aside-account .rss-login {
    margin-top: 1em;
    margin-bottom: 1.5em
}
.aside-account .rss-login .btn {
    margin: 0
}
.aside-account #collapseLog>.container {
    padding: 0
}
.aside-account .userLog {
    float: right;
    background: #fff;
    margin-bottom: 1em;
    width: 100%;
    position: relative
}
.aside-account .userLog .container {
    padding: 0 1em 1em
}
.aside-account .userLog .h5 {
    display: block;
    margin: .25em 0 0
}
.aside-account .userLog .btn-xs,
.aside-account .userLog .btn-group-xs>.btn {
    font-size: .7em;
    margin-top: 0;
    text-decoration: none
}
.aside-account .btn-outLog {
    position: absolute;
    top: 1em;
    right: 1em;
    text-decoration: none !important
}
.aside-account .btn-outLog .icon {
    font-size: 1.5em;
    line-height: 1em;
    padding: 0 .2em;
    vertical-align: top;
    padding: 0
}
.aside-account label.radio-inline {
    color: #000028;
    text-transform: uppercase;
    font-weight: 600
}
@media(max-width:767px) {
    .aside-account label.radio-inline {
        font-size: 12px
    }
}
.aside-account .bg-gray-lighter {
    background: rgba(238, 238, 238, .8);
    margin: 0 -1.5em -2em;
    padding: .5em 1.5em 3em;
    text-align: center
}
.aside-account .bg-gray-lighter .head-club {
    text-align: left
}
.aside-account .imago_clubplus {
    max-width: 218px;
    height: auto;
    display: block;
    margin: 1em auto 1.5em
}
.aside-account .form .table-cell-sm .checkbox {
    margin-bottom: 0
}
.aside-account .nav-table .btn-link {
    display: block;
    text-decoration: none;
    margin: 0
}
.aside-account .nav-table .btn-link .icon {
    display: block;
    margin: 0 auto;
    font-size: 2.4em
}
.aside-account .nav-table .btn-link .text {
    font-weight: 600
}
.aside-account .nav-links {
    font-size: 12px
}
.aside-account .nav-links ul {
    padding-left: 0;
    list-style: none
}
.aside-account .nav-links ul li {
    border-top: 1px solid #fff
}
.aside-account .nav-links .btn {
    text-transform: inherit;
    margin: 0;
    text-align: left;
    width: 100%;
    font-weight: 600;
    border: none;
    color: #000028;
    background: #eee;
    padding: 1em 3em 1em 1.5em;
    -webkit-box-shadow: none;
    box-shadow: none
}
.aside-account .nav-links .btn .text {
    font-size: 12px
}
.aside-account .nav-links .btn .icon-right {
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -.5em
}
@media(min-width:768px) {
    .aside-account {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%
    }
    .aside-account .btn:not(.btn-sm):not(.btn-lg),
    .aside-account .form-control {
        font-size: 12px
    }
    .aside-account:before {
        content: '';
        background: #eee;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        box-shadow: 0 8px 17px 0 rgba(119, 119, 119, .2), 0 6px 20px 0 rgba(119, 119, 119, .19)
    }
    .aside-account .logrss-list {
        padding-left: 0;
        list-style: none;
        margin-top: 1.6em
    }
    .aside-account .logrss-list .btn {
        width: 100%;
        margin: 0 0 .75em
    }
    .aside-account #collapseLog {
        height: 41em;
        max-height: 41em;
        position: relative
    }
    .aside-account #collapseLog>.container {
        height: 100%;
        padding: 0 15px
    }
    .aside-account .userLog {
        height: 100%;
        margin: 0;
        overflow: hidden;
        width: 355px;
    }
    .aside-account .userLog .radio-inline {
        margin-bottom: 0
    }
    .aside-account .userLog .h4 {
        margin-top: 0
    }
    .aside-account #collapsePass,
    .aside-account #collapseActivar {
        padding-top: 2em
    }
    .aside-account .infoLog {
        float: left;
        width: calc(100% - 540px);
        text-align: left
    }
    .aside-account .infoLog ul {
        padding-left: 1.25em
    }
    .aside-account .infoLog .btn {
        margin: 2em 0 1em
    }
    .aside-account .infoLog .h1,
    .aside-account .infoLog .h2 {
        margin-bottom: .5em
    }
    .aside-account .infoLog .h3,
    .aside-account .infoLog .h4 {
        margin-top: 0
    }
    .aside-account .infoLog .head-club {
        margin: 0 0 1em;
        height: 5em
    }
    .aside-account.login:before {
        content: none
    }
    .aside-account.login #collapseLog {
        height: auto
    }
    .aside-account.login .userLog {
        box-shadow: 0 8px 17px 0 rgba(119, 119, 119, .2), 0 6px 20px 0 rgba(119, 119, 119, .19)
    }
}
@media(min-width:768px) and (max-width:767px) {
    .aside-account.login .userLog>.container {
        padding-top: 1.5em !important
    }
}
@media(min-width:768px) and (max-width:1085px) {
    .aside-account .infoLog {
        width: calc(100% - 420px) !important
    }
    .aside-account .infoLog .head-club {
        margin: 0 0 1em
    }
    .aside-account .infoLog .head-club .h1,
    .aside-account .infoLog .head-club .h2 {
        margin-top: 50px;
        margin-bottom: 0;
        padding-top: .35em
    }
    .aside-account .infoLog .head-club .h3 {
        padding-top: 2em;
        margin-left: -3em
    }
    .aside-account .infoLog .head-club .h3 .inline-block {
        display: block
    }
    .aside-account .infoLog .btn {
        margin-top: 1em
    }
}
@media(min-width:1086px) {
    .aside-account .infoLog {
        font-size: 14px
    }
    .aside-account .infoLog .head-club {
        margin: 2em 0 1em
    }
    .aside-account .infoLog .head-club .h1,
    .aside-account .infoLog .head-club .h2 {
        margin-top: 0;
        margin-bottom: .25em;
        padding-top: .35em
    }
    .aside-account .infoLog .head-club:before {
        width: 46px
    }
    .aside-account .infoLog .imago_clubplus {
        max-width: inherit;
        margin: 0 1em
    }
}
#head-main {
    position: relative
}
@media(min-width:768px) {
    #head-main>.container {
        height: 17em
    }
}
body {
    overflow: auto;
    overflow-x: hidden
}
.ms-webpart-zone {
    overflow: visible !important
}
.jqm-content,
body {
    background: #fff !important
}
#s4-workspace {
    width: auto !important;
    padding-top: 50px
}
#header .container {
    width: 100% !important
}
label {
    display: block
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background: none !important
}
@media(max-width:979px) and (min-width:768px) {
    #MenuHotel {
        width: 965px !important;
        overflow: hidden
    }
    .rooms-list .room {
        width: 325px !important
    }
}
#header .container {
    width: 100%
}
#header .btn {
    min-width: inherit
}

#header ul,
#header ol {
    margin-left: 0
}
@media(min-width:768px) {
    #header .input-group .input-group-addon+label+.form-control, #header .input-group .input-group-addon+.form-control, #header .input-group .input-group-addon+.control-label+.form-control, #footerh10 .input-group .input-group-addon+label+.form-control, #footerh10 .input-group .input-group-addon+.form-control, #footerh10 .input-group .input-group-addon+.control-label+.form-control, #reservas .input-group .input-group-addon+label+.form-control, #reservas .input-group .input-group-addon+.form-control, #reservas .input-group .input-group-addon+.control-label+.form-control, .bg-gray-lighter .input-group .input-group-addon+label+.form-control, .bg-gray-lighter .input-group .input-group-addon+.form-control, .bg-gray-lighter .input-group .input-group-addon+.control-label+.form-control, #head-main .input-group .input-group-addon+label+.form-control, #head-main .input-group .input-group-addon+.form-control, #head-main .input-group .input-group-addon+.control-label+.form-control, .bg-h10 .input-group .input-group-addon+label+.form-control, .bg-h10 .input-group .input-group-addon+.form-control, .bg-h10 .input-group .input-group-addon+.control-label+.form-control, #newsletter .input-group .input-group-addon+label+.form-control, #newsletter .input-group .input-group-addon+.form-control, #newsletter .input-group .input-group-addon+.control-label+.form-control {
        padding-left: 2.25em
    }
}
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
ul#ulpagination li a {
    box-sizing: content-box
}
.span1 *,
.span2 *,
.span3 *,
.span4 *,
.span5 *,
.span6 *,
.span7 *,
.span8 *,
.span9 *,
.span10 *,
.span11 *,
.span12 * {
    box-sizing: content-box
}
.span3.club {
    display: none
}
#header .form {
    margin-bottom: 0
}
#header .form-control{
    height: 3.12286em;
    padding: .85em 2.5em
}
#header .radio,
#header .checkbox {
    padding-left: 20px
}
#header .checkbox {
    padding-left: 0
}
#header select,
#header textarea,
#header input[type="text"],
#header input[type="password"],
#header input[type="search"],
#header input[type="email"]{
    box-sizing: border-box
}
#reservas .input-group .input-group-addon+.control-label,
#newsletter .input-group .input-group-addon+.control-label {
    padding-left: 2.5em
}
/*.btn-primary{*/
/*    color: #fff !important*/
/*}*/
span.icon.icon-star-full {
    width: auto;
    height: auto;
    line-height: inherit
}
#header .nav-primary ul li a {
    color: #fff !important
}
@media(min-width:768px) and (max-width:1085px) {
    #header .nav-primary ul li a {
        color: #000028 !important
    }
}
.row>.row {
    margin-left: 0
}

/* ESTILOS NUESTROS */

svg.icon.icon-anyfill-ui-chevron-down, svg.icon.icon-ui-chevron-down{ width: 10px; height: 10px; vertical-align: middle; }
svg.icon.icon-anyfill-graph-user, svg.icon.icon-graph-user {height: 20px;}
.phoneinfo{display: none;}
.header-top .text, #call {font-family: "Open Sans",sans-serif;}
.header-top .text{background-color: #fff;text-transform: uppercase;color: #222;}
#btncollLog { background-color: #fff; font-family: "Open Sans",sans-serif;}
#btncollLog:hover, #call button:hover, .header-top .text:hover { background: #fff; border-color: #fff; }
#call button { background-color: #fff; }
.head-club .h2 strong { font-weight: bold; font-size: 20px;}
.claims {margin-top: 20px; color: #000028;}
#tablet-selectors > li > button {
    border: 0;
    background: transparent;
}

#btnLogin .icon {
    width: 10px;
    height: 10px;
    vertical-align: middle;
}
#btnLogin .text {
    vertical-align: middle;
}
@media(max-width:767px) {
    .bg-gray-lighter .svg {width: 40%;}
    #mobile-selectors {width: 22%; margin: auto;height: 40px;}
    #mobile-selectors > li {width: 50%;float: left;}
    #mobile-selectors > li > button {
        border: 0;
        background: transparent;
    }
    #mobile-selectors > li > button .icon-anyfill-ui-chevron-down, #mobile-selectors > li > button .icon-ui-chevron-down {
        display: none;
    }

    button > .visible-hover .icon-anyfill-ui-chevron-down, button > .visible-hover .icon-ui-chevron-down {
        fill: #fff;
    }
    #header #mobile-menu #call .phone .icon {
        fill: #02b4ff;
    }
    button > .visible-hover .icon-anyfill-ui-chevron-down:hover, button > .visible-hover .icon-ui-chevron-down:hover {
        fill: #0084d8;
    }
}

.visible-hover .icon-anyfill-ui-chevron-down, .visible-hover .icon-ui-chevron-down{
    font-size: 12px; width: 15px; height: 15px; float: right; fill: #fff;
}

.icon .icon-anyfill-graph-user {
    fill: #222;
}

.requiredField {color: #ff0000;font-size: 10px;display: none;}
.welcome {max-width: none !important;}
#chkPricyPolicy{ float: left;}

.noScroll #thecontent { overflow: unset;}
.custom-brand-header .dropdown-menu .container-bottom-links>.skeleton__button, .custom-brand-header .dropdown-menu .container-bottom-links>button {
    line-height: 1;
    height: auto;
}
@media (max-width: 767px) {
    .custom-brand-header .dropdown-menu-right {
        left: 0;
        right: auto;
    }
    .dropdown-top-header {
        display: none !important;
    }
}