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

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

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

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

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

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

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

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

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

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

.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%);
    transform: translate(0, -25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out
}

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

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

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

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    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 {
        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: "open_sansregular";
    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: "open_sansregular";
    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;
    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
}

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

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

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height 500ms ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
	min-width: 100%;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0, 0)
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

.custom-owl-nav a {
    display: inline-block;
    cursor: pointer
}

.custom-owl-nav a.prev {
    margin-right: 25px
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 30px;
    background: #869791;
    filter: alpha(opacity=50);
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: alpha(opacity=50);
    opacity: .5;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: alpha(opacity=100);
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    content: " ";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
    box-shadow: 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 3px;
    height: 9999px;
    left: 50%;
    margin-left: -1.5px
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
    width: 9999px;
    height: 3px;
    top: 50%;
    margin-top: -1.5px
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
    transition-duration: .5s
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    transition-property: opacity
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    color: #fff;
    font-size: 13px;
    letter-spacing: .1em
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
    position: absolute;
    background: rgba(255, 255, 255, .2);
    line-height: 38px;
    padding: 0 20px;
    border-radius: 2px
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
    top: 50%;
    margin-top: -19px
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
    left: 50%;
    margin-left: -45px;
    text-align: center;
    width: 90px
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    top: 50%;
    margin-top: -6px
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
    left: 50%;
    margin-left: -6px
}

.twentytwenty-container {
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none
}

.twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay {
    background: 0 0
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-container * {
    box-sizing: content-box
}

.twentytwenty-before-label {
    opacity: 0
}

.twentytwenty-before-label:before {
    content: "Before"
}

.twentytwenty-after-label {
    opacity: 0
}

.twentytwenty-after-label:before {
    content: "After"
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 10px
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 10px
}

.twentytwenty-vertical .twentytwenty-before-label:before {
    top: 10px
}

.twentytwenty-vertical .twentytwenty-after-label:before {
    bottom: 10px
}

.twentytwenty-overlay {
    transition-property: background;
    background: 0 0;
    z-index: 25
}

.twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, .5)
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
    opacity: 1
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
    opacity: 1
}

.twentytwenty-before {
    z-index: 20
}

.twentytwenty-after {
    z-index: 10
}

.twentytwenty-handle {
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border: 3px solid #fff;
    border-radius: 1000px;
    box-shadow: 0 0 12px rgba(51, 51, 51, .5);
    z-index: 40;
    cursor: pointer
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    bottom: 50%;
    margin-bottom: 22px;
    box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    top: 50%;
    margin-top: 22px;
    box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:before {
    left: 50%;
    margin-left: 22px;
    box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-vertical .twentytwenty-handle:after {
    right: 50%;
    margin-right: 22px;
    box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5)
}

.twentytwenty-left-arrow {
    border-right: 6px solid #fff;
    left: 50%;
    margin-left: -17px
}

.twentytwenty-right-arrow {
    border-left: 6px solid #fff;
    right: 50%;
    margin-right: -17px
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #fff;
    top: 50%;
    margin-top: -17px
}

.twentytwenty-down-arrow {
    border-top: 6px solid #fff;
    bottom: 50%;
    margin-bottom: -17px
}

.block-slide {
    position: relative;
    max-height: 520px
}

@media (max-width:1199px) {
    .block-slide {
        max-height: none
    }
}

@media (max-width:991px) {
    .block-slide {
        max-height: none
    }
}

@media (max-width:959px) {
    .block-slide {
        max-height: none;
        height: 400px;
        overflow: hidden
    }
    .block-slide img.img-responsive.js-same {
        width: auto
    }
}

@media (max-width:767px) {
    .block-slide {
        max-height: none;
        height: 100%
    }
    .block-slide img.img-responsive.js-same {
        height: auto;
        max-width: 100%
    }
}

.block-slide .slide-text {
    position: absolute;
    left: 23px;
    top: 0;
    width: 38.36%;
    padding: 120px 20px 0 20px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9
}

.block-slide .slide-text.slide-text-right {
    left: auto;
    right: 23px
}

@media (max-width:767px) {
    .block-slide .slide-text.slide-text-right {
        right: 0
    }
}

.block-slide .slide-text .h2 {
    padding-bottom: 66px
}

.block-slide .slide-text .text-sep:before {
    content: '';
    width: 32px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px
}

@media (max-width:991px) {
    .block-slide .slide-text .text-sep {
        display: none
    }
}

@media (max-width:767px) {
    .block-slide .slide-text .text-sep {
        margin-bottom: 20px;
        display: block
    }
}

@media (max-width:1199px) {
    .block-slide .slide-text {
        padding-top: 60px
    }
    .block-slide .slide-text .h2 {
        padding-bottom: 56px
    }
}

@media (max-width:767px) {
    .block-slide .slide-text {
        width: 100%;
        left: 0;
        right: 0;
        height: auto;
        padding-top: 45px;
        position: initial
    }
    .block-slide .slide-text .h2 {
        padding-bottom: 36px
    }
}

.block-slide .slide-btn {
    position: absolute;
    left: 0;
    bottom: 90px;
    width: 100%;
    text-align: center
}

@media (max-width:1199px) {
    .block-slide .slide-btn {
        bottom: 40px
    }
}

@media (max-width:767px) {
    .block-slide .slide-btn {
        position: initial;
        padding-bottom: 30px
    }
}

@media (max-width:959px) {
    .block-slide .img-responsive {
        height: 400px;
        width: auto;
        max-width: initial;
        position: absolute;
        left: -20%
    }
}

@media (max-width:767px) {
    .block-slide .img-responsive {
        position: initial
    }
}

.block-social-home-title {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #f0ece4
}

@media (max-width:767px) {
    .block-social-home-title {
        padding-top: 30px;
        padding-bottom: 0
    }
}

.block-social-home {
    padding: 0 20px 25px
}

@media (max-width:767px) {
    .block-social-home {
        padding: 0 25px 15px
    }
}

.block-social-home .js-square {
    position: relative;
    background-color: #fff
}

.block-social-home .js-square.bg-video {
    background-color: #1e140d
}

.block-social-home .js-square .h5 {
    overflow: hidden;
    max-height: 210px
}

@media (max-width:767px) {
    .block-social-home .js-square .h5 {
        max-height: 150px
    }
}

.block-social-home .title-social {
    background: #a49b8d
}

.block-social-home .title-social .h3 {
    color: #1e140d;
    padding: 50px 30px
}

.block-social-home .title-social .h3:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    margin-top: 18px
}

.block-social-home .h5 {
    letter-spacing: initial;
    line-height: 26px
}

.block-social-home video {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.block-social-home .block-social,
.block-social-home .view-social {
    padding: 20px 30px;
    background: #fff;
    box-sizing: border-box
}

.block-social-home .block-social [class*=icon-],
.block-social-home .view-social [class*=icon-] {
    position: absolute;
    right: 15px;
    bottom: 13px
}

@media (max-width:1199px) {
    .block-social-home .block-social,
    .block-social-home .view-social {
        padding: 13px
    }
}

@media (max-width:991px) {
    .block-social-home .block-social,
    .block-social-home .view-social {
        padding: 55px 30px
    }
}

@media (max-width:767px) {
    .block-social-home .block-social,
    .block-social-home .view-social {
        padding: 30px
    }
}

.block-social-home .block-social a p,
.block-social-home .view-social a p {
    color: #1e140d
}

.block-social-home .block-social a p.text-color-secondary-dark,
.block-social-home .view-social a p.text-color-secondary-dark {
    color: #a49b8d
}

.block-social-home .block-social.caret-social:after,
.block-social-home .view-social.caret-social:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15.3px 15px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    z-index: 2
}

.block-social-home .block-social.caret-social.caret-bottom-left:after,
.block-social-home .view-social.caret-social.caret-bottom-left:after {
    bottom: -15.3px;
    border-width: 15.3px 15px 0 15px;
    border-color: #fff transparent transparent transparent
}

.block-social-home .block-social.caret-social.caret-top-left:after,
.block-social-home .view-social.caret-social.caret-top-left:after {
    top: -15px
}

.block-social-home .view-social {
    padding: 0;
    height: 100%;
    background-color: #000
}

.block-social-home .view-content {
    height: 100%
}

.block-social-home .view-content iframe {
    position: absolute
}

.block-social-home img {
    height: 100%;
    width: 100%;
    max-width: 100%
}

.block-social-home a:hover {
    opacity: 1
}

.block-slider-giratory .item {
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .block-slider-giratory .item {
        border: none
    }
}

@media (max-width:767px) {
    .block-slider-giratory .item .img-cover {
        position: static;
        width: 100%!important;
        height: auto!important;
        -webkit-transform: none;
        transform: none;
        top: auto
    }
}

.block-slider-giratory .owl-controls {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 50px;
    text-align: right
}

@media (max-width:767px) {
    .block-slider-giratory .owl-controls {
        text-align: center;
        padding: 10px
    }
}

.block-slider-giratory .owl-controls .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    margin-left: 10px
}

.block-slider-giratory .custom-owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 150px;
    text-align: center;
    z-index: 9
}

@media (max-width:1199px) {
    .block-slider-giratory .custom-owl-nav {
        bottom: 20px
    }
}

@media (max-width:991px) {
    .block-slider-giratory .custom-owl-nav {
        bottom: 0
    }
}

.block-slider-giratory .dish {
    position: relative;
    float: right
}

@media (max-width:959px) {
    .block-slider-giratory .dish {
        float: none
    }
}

@media (max-width:767px) {
    .block-slider-giratory .dish {
        right: 0
    }
}

@media (max-width:767px) {
    .block-slider-giratory .dish img {
        height: 300px;
        float: right
    }
}

.block-slider-giratory .dish.affix {
    position: fixed;
    margin-left: 34px;
    z-index: 99;
    top: 0
}

.block-slider-giratory .dish.affix>* {
    margin-top: 98px
}

.block-slider-giratory .dish.affix.affix2 {
    position: relative
}

.block-slider-giratory .dish.affix-bottom {
    position: absolute;
    right: 15px
}

.block-slider-giratory .dish .content-dish {
    width: 750px;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

@media (max-width:991px) {
    .block-slider-giratory .dish .content-dish {
        left: 0
    }
}

@media (max-width:767px) {
    .block-slider-giratory .dish .content-dish {
        left: 0;
        width: 100%;
        position: relative;
        height: 300px;
        top: -300px
    }
}

.block-slider-giratory .dish .content-dish img {
    position: absolute;
    left: 0;
    top: -100%;
    transition: 2s
}

@media (max-width:767px) {
    .block-slider-giratory .dish .content-dish img {
        height: 600px;
        left: auto;
        position: absolute;
        right: -360px;
        top: -300px
    }
}

.block-slider-giratory .dish .content-dish img.rotate {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.block-slider-giratory .dish .content-dish img.rotate2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block-slider-giratory .dish .content-dish img.rotate3 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.block-slider-giratory .dish .content-dish img.rotate4 {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.content-slider-giratory {
    background: #e7e2d8;
    height: 400px;
    width: 100%;
    z-index: 99;
    opacity: 0;
    position: initial
}

#red,
#blue {
    width: 128px;
    height: 128px;
    background: #f33 url(../img/face.png)
}

#red {
    float: left;
    margin: 1em
}

.slide {
    opacity: 0;
    height: 400px
}

#dish.rota1 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

#dish.rota2 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#dish.rota3 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

#dish.rota4 {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.slider-giratory-text {
    position: relative;
    margin: 40px 5px;
    padding: 8px
}

@media (max-width:767px) {
    .slider-giratory-text {
        margin: 0
    }
}

.slider-giratory-text .inner {
    position: relative;
    min-height: 414px;
    border: 4px solid #fff;
    padding: 30px 15px 40px 15px
}

@media (max-width:767px) {
    .slider-giratory-text .inner {
        padding: 20px 5px;
        min-height: 0
    }
}

.slider-giratory-text .inner .inner-absolute {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px
}

@media (max-width:767px) {
    .slider-giratory-text .inner .inner-absolute {
        position: static;
        top: auto;
        left: auto;
        -webkit-transform: none;
        transform: none;
        padding: 0 15px
    }
    .slider-giratory-text .inner .inner-absolute .h1 {
        font-size: 4rem;
        line-height: 40px
    }
    .slider-giratory-text .inner .inner-absolute .h3 {
        font-size: 1.5rem;
        line-height: 25px
    }
}

.slider-giratory-text .h1 {
    font-size: 8rem;
    font-size: 80px;
    line-height: 8rem;
    padding: 0
}

.slider-giratory-text .h2 {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 34px;
    line-height: 3.4rem
}

.slider-giratory-text .cta-slider {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 220px
}

@media (max-width:1199px) {
    .slider-giratory-text .cta-slider {
        position: initial
    }
}

@media (max-width:767px) {
    .slider-giratory-text .cta-slider {
        position: initial;
        margin-bottom: 50px
    }
}

.block-padding-15 {
    padding: 15px
}

.block-content-padding {
    padding: 20px 30px
}

.padding-sides-30 {
    padding: 0 30px
}

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

.padding-no-sides-20 {
    padding: 20px 0
}

.padding-no-sides-30 {
    padding: 30px 0
}

.padding-no-sides-60 {
    padding: 60px 0
}

.margin-l-30 {
    margin-left: 30px
}

.block-recipe {
    background: #fff
}

.block-recipe .h3 {
    height: 85px;
    position: relative;
    margin-bottom: 25px
}

.block-recipe .h3:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    margin-top: 18px;
    position: absolute;
    bottom: 0
}

@media (max-width:767px) {
    #owl-cuccinare .block-recipe .h3 {
        height: auto
    }
}

.block-ingredient-recipe {
    position: relative;
	
}

.block-ingredient-recipe .ingredient-text {
    opacity: 0;
    width: 100%;
    text-align: center;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity .5s linear;
    margin: auto;
    z-index: 99;
    font-size: 18px
}

.block-ingredient-recipe:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .5)
}

.block-ingredient-recipe:hover .ingredient-text {
    opacity: 1
}

.block-slide-recipe {
    position: relative;
    cursor: pointer
}

.block-slide-recipe:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .25)
}

.block-product {
    margin: 90px 0 110px 0;
    overflow: hidden
}

@media (max-width:767px) {
    .block-product {
        background-color: #f0ece4;
        margin: 0;
        padding-bottom: 50px
    }
}

.block-product img {
    height: 100%;
    max-width: 100%
}

@media (max-width:767px) {
    .block-product img {
        height: auto
    }
}

.block-product .block-product-title {
    background-color: rgba(0, 0, 0, .4);
    padding: 20px
}

@media (max-width:767px) {
    .block-product .block-product-title {
        margin: 15px;
        margin-top: 30px;
        background-position: center center;
        background-size: cover;
        background-color: transparent;
        background: none!important
    }
}

@media (max-width:767px) {
    .block-product .block-product-title .h1 {
        color: #1e140d
    }
}

.block-product .block-product-title .h4 {
    color: #fff
}

@media (max-width:767px) {
    .block-product .block-product-title .h4 {
        color: #1e140d
    }
}

.block-product .text-product {
    background: #fff;
    padding: 60px 70px 55px 70px;
    text-align: center
}

.block-product .text-product .price {
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'open_sansregular';
    font-weight: 700;
    margin-bottom: 20px
}

.block-product .text-product .price:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    margin: 0 auto;
    margin-top: 50px
}

.block-product .text-product .h2 {
    padding-bottom: 45px
}

.block-product .text-product .h2:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    margin: 0 auto;
    margin-top: 85px
}

@media (max-width:1199px) {
    .block-product .text-product .h2:after {
        margin-top: 65px
    }
}

.block-product .text-product .cta-buttons {
    margin: 40px 0
}

.block-product .text-product .block-share-rrss p {
    font-family: 'zona_probold';
	font-weight: 700;
	font-size:13px !important
   /*  letter-spacing: 1.35px */
}

.block-product .taste {
    position: initial;
    display: inline-block;
    margin-right: 5px;
    text-align: right;
}

.block-product .taste:last-child {
    margin-right: 0
}

.block-product .btn.link {
    display: block;
    color: #DB821F;
    margin: 0 auto;
    margin-bottom: 10px
}

.block-product .info-alergenos {
    padding: 40px;
    background: #fff
}

.block-product .info-alergenos .h3:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    margin: 18px 0;
    display: block
}

.block-product .info-alergenos .btn.link {
    float: right
}

.block-product .info-alergenos .btn.link:before {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPlBhdGggOTk8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgc3Ryb2tlPSIjQzk2NzIzIiBzdHJva2Utd2lkdGg9IjIiPjxnPjxnPjxwYXRoIGQ9Ik0xLjUgMTAuOTVMNi40NSA2IDEuNSAxLjA1Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    margin-right: 7px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.bg-product-page {
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .bg-product-page {
        background-image: none!important
    }
}

.video-player {
    position: relative
}

.video-player .play-button {
    width: 89px;
    height: 89px;
    background: rgba(255, 255, 255, .25);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 90px;
    z-index: 9
}

.video-player .play-button [class*=icon-] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.block-video {
    position: relative;
    background-color: #000
}

@media (max-width:767px) {
    .block-video {
        overflow: hidden
    }
}

.block-video iframe {
    display: block;
    margin: auto
}

@media (max-width:991px) {
    .block-video iframe {
        width: 100%
    }
}

.block-video .video-player {
    position: absolute;
    top: 0
}

@media (max-width:991px) {
    .block-video .img-zoom img {
        max-width: 150%;
        width: auto;
        height: 100%
    }
}

@media (max-width:767px) {
    .block-video .img-zoom img {
        width: 100%
    }
}

.block-long-text {
    padding-top: 90px
}

@media (max-width:767px) {
    .block-long-text {
        padding-top: 50px
    }
}

.block-long-text .lead {
    margin-bottom: 48px
}

.block-long-text .lead:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    margin: 60px 0 0;
    display: block
}

.block-long-text .sep {
    margin-top: 38px
}

.block-long-text .sep:before {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    margin: 0 0 40px;
    display: block
}

.block-long-text.text-center .lead:after {
    margin: 60px auto 0
}

.block-long-text.buttons-sep .lead {
    margin-bottom: 20px
}

.block-long-text.buttons-sep .lead:after {
    position: absolute;
    margin: 138px 0 0
}

@media (max-width:767px) {
    .block-long-text.buttons-sep .lead:after {
        margin: 158px 0 0
    }
}

.block-long-text.buttons-sep .block-cta-inline {
    margin-bottom: 118px
}

@media (max-width:767px) {
    .block-long-text.buttons-sep .block-cta-inline {
        margin-bottom: 68px
    }
}

.block-long-text.buttons-sep .block-cta-inline .btn:first-child {
    margin-right: 8px
}

.block-long-text.buttons-sep p:last-of-type {
    padding-bottom: 25px
}

.block-long-text.block-negative {
    color: #fff
}

.block-long-text.block-negative .lead:after {
    background: #fff
}

.block-long-text.block-negative .sep:before {
    background: #fff
}

.block-short-text {
    padding: 40px 50px
}

.block-short-text .lead {
    margin-bottom: 20px
}

.block-short-text .lead:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    margin: 40px 0 0;
    display: block
}

.block-short-text.text-center .lead:after {
    margin: 40px auto 0
}

.banner-franchise {
    padding: 70px 0 40px
}

.banner-franchise .btn {
    margin-bottom: 95px
}

.banner-franchise .contact-us p {
    padding-bottom: 0;
    color: #fff
}

.view-franchises-list iframe {
    z-index: 1
}

.block-promo {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

@media (max-width:767px) {
    .block-promo .content-text-promo {
        display: table;
        width: 100%
    }
}

.block-promo .text-promo {
    text-align: center;
/*     background: #1e140d; */
    background:  rgba(0,0,0,.5);
    position: absolute;
    top: 12%;
    height: 76%;
    width: 41%;
    left: 50px;
    padding: 30px;
    z-index: 3
}

@media (max-width:991px) {
    .block-promo .text-promo {
        width: 50%
    }
}

.block-promo .text-promo:after {
    content: '';
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 4px solid #fff;
    position: absolute;
    z-index: 0
}

.block-promo .text-promo .title {
    font-size: 45px;
    font-size: 4.5rem;
    font-family: 'zona_probold';
    line-height: 45px;
    line-height: 4.5rem;
    margin-bottom: 10px
}

.block-promo .text-promo .subtitle {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 25px;
    font-family: 'zona_probold';
    margin-bottom: 30px
}

.block-promo .text-promo p {
    color: #fff;
    padding-bottom: 0
}

@media (max-width:1199px) {
    .block-promo .text-promo {
        padding: 15px
    }
    .block-promo .text-promo .title {
        font-size: 4rem;
        line-height: 4rem
    }
    .block-promo .text-promo .subtitle {
        margin-bottom: 15px
    }
}

@media (max-width:991px) {
    .block-promo .text-promo .title {
        font-size: 3rem;
        line-height: 3rem
    }
    .block-promo .text-promo .subtitle {
        font-size: 2rem;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .block-promo .text-promo {
        display: table-cell;
        vertical-align: middle;
        padding: 15px;
        position: relative;
        left: 0;
        width: 100%;
        height: auto
    }
}

.block-promo .img-promo {
    max-height: 427px
}

@media (max-width:767px) {
    .block-promo .img-promo {
        max-height: auto
    }
}

.block-promo .img-promo img {
    height: auto
}

@media (max-width:767px) {
    .show-half-img {
        height: auto!important
    }
}

.show-half-img.twentytwenty-container {
    border: none;
    cursor: pointer
}

@media (max-width:767px) {
    .show-half-img.twentytwenty-container img {
        position: initial
    }
    .show-half-img.twentytwenty-container img:first-child {
        margin-bottom: 1px
    }
}

.show-half-img.twentytwenty-container .twentytwenty-overlay {
    opacity: .25
}

.show-half-img.twentytwenty-container .twentytwenty-overlay .twentytwenty-before-label,
.show-half-img.twentytwenty-container .twentytwenty-overlay .twentytwenty-after-label {
    display: none
}

.show-half-img.twentytwenty-container .twentytwenty-handle {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzAiIGhlaWdodD0iNzAiIHZpZXdCb3g9IjAgMCA3MCA3MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+T3ZhbCA1MiBDb3B5ICsgZmVsY2hhcyBjb3B5PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPjxjaXJjbGUgZmlsbD0iI2ZmZiIgY3g9IjM1IiBjeT0iMzUiIHI9IjM1Ii8+PGcgZmlsbD0iI0E0OUI4RCI+PHBhdGggZD0iTTE4LjUgMzUuNWw5LTguNjY2LTEuNTI2LTEuNDU2TDE1LjUgMzUuNWwxMC40NzQgOS44NzhMMjcuNSA0My45MmwtOS04LjQyeiIgaWQ9IlNoYXBlIi8+PHBhdGggZD0iTTE4LjUgMzQuNWgzNHYyaC0zNHoiLz48cGF0aCBkPSJNNTIuMzc4IDM1LjVsLTktOC42NjYgMS41MjYtMS40NTZMNTUuMzc4IDM1LjVsLTEwLjQ3NCA5Ljg3OC0xLjUyNi0xLjQ1NyA5LTguNDJ6Ii8+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
    background-size: 60%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center 15px;
    width: 80px;
    height: 80px;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -39px;
    box-shadow: none
}

.show-half-img.twentytwenty-container .twentytwenty-handle:before,
.show-half-img.twentytwenty-container .twentytwenty-handle:after {
    content: none
}

.show-half-img.twentytwenty-container .twentytwenty-handle .twentytwenty-left-arrow,
.show-half-img.twentytwenty-container .twentytwenty-handle .twentytwenty-right-arrow {
    border: none
}

@media (max-width:767px) {
    .show-half-img.twentytwenty-container .twentytwenty-handle {
        display: none
    }
}

.show-half-img .arrows-show {
    width: 70px;
    height: 70px;
    background: #fff;
    z-index: 30;
    border-radius: 70px;
    position: absolute;
    top: 0;
    left: -35px;
    bottom: 0;
    margin: auto;
    transition: 2s;
    opacity: 1
}

.show-half-img .arrows-show [class*=icon-] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.show-half-img .arrows-show.transparent {
    opacity: 0
}

.transformation-block-img img:first-child {
    border-bottom: 1px solid #f0ece4
}

.adress-restaurant {
    min-height: 75px
}

.block-main-restaurant {
    height: 670px
}

@media (max-width:767px) {
    .block-main-restaurant {
        height: auto
    }
}

.block-main-restaurant .content-info-rest {
    width: 30%;
    float: left;
    position: relative;
    height: 100%
}

@media (max-width:1199px) {
    .block-main-restaurant .content-info-rest {
        width: 45%
    }
}

@media (max-width:991px) {
    .block-main-restaurant .content-info-rest {
        width: 50%
    }
}

@media (max-width:767px) {
    .block-main-restaurant .content-info-rest {
        width: 100%;
        height: 700px;
        overflow: initial
    }
}

.block-main-restaurant .content-info-rest .info-rest {
    height: 100%;
    padding: 40px 30px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%
}

.block-main-restaurant .content-info-rest .info-rest a.h2:hover {
    color: #fff;
    opacity: 1
}

.block-main-restaurant .content-info-rest .info-rest li {
    margin-right: 15px
}

.block-main-restaurant .content-info-rest .info-rest li [class*=icon-] {
    bottom: auto;
    top: 3px
}

.block-main-restaurant .content-info-rest .info-rest .show-schedule {
    border-top: 1px solid #343434;
    border-bottom: 1px solid #343434;
    margin-bottom: 70px
}

.block-main-restaurant .content-info-rest .info-rest .show-schedule .btn {
    text-align: left;
    color: #fff;
    padding: 25px 0;
    position: relative;
    outline: 0
}

.block-main-restaurant .content-info-rest .info-rest .show-schedule .btn [class*=icon-] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 1s
}

.block-main-restaurant .content-info-rest .info-rest .show-schedule .btn:hover,
.block-main-restaurant .content-info-rest .info-rest .show-schedule .btn:focus {
    text-decoration: none;
    outline: 0
}

.block-main-restaurant .content-info-rest .info-rest .show-schedule .btn.rotate-icon [class*=icon-] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.block-main-restaurant .content-info-rest .info-rest .block-cta {
    width: 100%;
    bottom: 50px
}

@media (max-width:767px) {
    .block-main-restaurant .content-info-rest .info-rest .block-cta {
        position: absolute;
        bottom: -75px
    }
}

.block-main-restaurant .content-info-rest .info-rest .block-cta .btn-primary {
    width: 46%;
    float: left;
    margin: 0;
    padding: 13px 0
}

.block-main-restaurant .content-info-rest .info-rest .block-cta .btn-primary:first-child {
    margin-right: 8%
}

.block-main-restaurant .content-info-rest .info-schedule {
    position: absolute;
    top: -5px;
    left: 0;
    background: #fff;
    width: 360px;
    padding: 45px 30px;
    height: 670px;
    box-shadow: 2px 0 6px rgba(0, 0, 0, .25);
    transition: 1s;
    z-index: 9;
    box-sizing: border-box
}

.block-main-restaurant .content-info-rest .info-schedule .icon-close {
    position: absolute;
    right: 20px;
    top: 20px
}

.block-main-restaurant .content-info-rest .info-schedule ul li {
    padding-left: 0;
	padding-bottom: 5px;
}

.block-main-restaurant .content-info-rest .info-schedule ul li:before {
    content: none
}

@media (max-width:767px) {
    .block-main-restaurant .content-info-rest .info-schedule ul li {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .block-main-restaurant .content-info-rest .info-schedule {
        height: auto;
        -webkit-transform: translate(0px, 360px);
        transform: translate(0px, 360px);
        width: 100%;
        z-index: 9999;
        padding: 25px;
        position: relative;
        opacity: 0;
        pointer-events: none;
        left: 0;
        font-style: normal
    }
}

.block-main-restaurant .content-info-rest .info-schedule.show-schedule {
    pointer-events: visible;
    left: auto;
    -webkit-transform: translate(400px, 0);
    transform: translate(400px, 0);
    font-style: normal
}

@media (max-width:1199px) {
    .block-main-restaurant .content-info-rest .info-schedule.show-schedule {
        -webkit-transform: translate(300px, 0);
        transform: translate(300px, 0)
    }
}

@media (max-width:991px) {
    .block-main-restaurant .content-info-rest .info-schedule.show-schedule {
        -webkit-transform: translate(380px, 0);
        transform: translate(380px, 0)
    }
}

@media (max-width:767px) {
    .block-main-restaurant .content-info-rest .info-schedule.show-schedule {
        height: auto;
        -webkit-transform: translate(0px, 380px);
        transform: translate(0px, 380px);
        width: 100%;
        z-index: 99;
        padding: 25px;
        position: relative;
        display: block;
        opacity: 1;
        margin-top: 60px
    }
}

.block-main-restaurant .map-restaurant {
    width: 70%;
    float: left
}

@media (max-width:1199px) {
    .block-main-restaurant .map-restaurant {
        width: 55%
    }
}

@media (max-width:991px) {
    .block-main-restaurant .map-restaurant {
        width: 50%
    }
}

@media (max-width:767px) {
    .block-main-restaurant .map-restaurant {
        width: 100%
    }
}

@media (max-width:767px) {
    .block-main-restaurant .map-restaurant .map {
        min-height: 400px
    }
}

.block-main-restaurant .block-arrive {
    border-top: 1px solid #343434
}

.block-main-restaurant .block-arrive .icon-close {
    top: 15px;
    right: 5px
}

.block-arrive {
    padding-top: 15px;
    position: relative
}

.block-arrive .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.restaurant-shadow {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5)
}

.restaurant-shadow.w100 {
    width: 100%
}

.full-map-locate {
    position: relative;
    height: 590px;
    padding-top: 20px
}

@media (max-width:767px) {
    .full-map-locate {
        height: auto;
        background: #f0ece4
    }
}

.full-map-locate .map-absolute {
    width: 100%;
    height: 590px;
    min-height: 550px
}
html.no-js:not(.js) .full-map-locate {min-height: auto; height: auto;}
html.no-js:not(.js) .full-map-locate .map-absolute {height:auto; padding:45px 0; position: static;}
html.no-js:not(.js) body.page-localizador main.wrapper > section > .bg-color-white {display:none;}

@media (max-width:767px) {
    .full-map-locate .map-absolute {
        height: 400px;
        min-height: 400px
    }
}

.full-map-locate #dirs-panel {
    height: 450px;
    background: #fff
}

@media (max-width:767px) {
    .full-map-locate #dirs-panel {
        height: auto
    }
}

.full-map-locate.frame-map {
    border: 2px solid #e7e2d8;
    height: 594px
}

@media (max-width:767px) {
    .full-map-locate.frame-map {
        height: auto
    }
}

.content-dirs-panel {
    z-index: 9
}

.map-absolute {
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width:767px) {
    .map-absolute {
        position: initial
    }
}

#info-rest {
    z-index: 9
}

.rest-week-day {
    display: inline-block;
    width: 80px;
    font-weight: 700
}

@media (max-width:767px) {
    .rest-week-day {
        width: 65px
    }
}

.stores-carousel .owl-controls .owl-dots {
    counter-reset: dots;
    padding: 0 10px;
    list-style-type: none;
    position: relative;
    text-align: left;
    float: left
}

.stores-carousel .owl-controls .owl-dots .owl-dot {
    width: auto;
    height: auto;
    position: relative;
    background: 0 0;
    opacity: 1;
    margin-left: 0
}

.stores-carousel .owl-controls .owl-dots .owl-dot.active:before {
    color: #000
}

.stores-carousel .owl-controls .owl-dots .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
    vertical-align: middle;
    color: #c96723;
    font-size: 2.2rem;
    line-height: 1;
    opacity: 1;
    display: block;
    width: 25px;
    margin: 0
}

.stores-carousel .btn-prev,
.stores-carousel .btn-next {
    background: 0 0;
    border: none;
    padding: 0;
    line-height: 1;
    width: 10px;
    height: 10px;
    float: left;
    margin: 7px 0;
    border-top: 2px solid #c96723;
    border-left: 2px solid #c96723
}

.stores-carousel .btn-prev:focus,
.stores-carousel .btn-next:focus {
    outline: 0
}

.stores-carousel .btn-prev {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.stores-carousel .btn-next {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.title-ciudades-tlf {
    min-height: 136px
}

.ar-down,
.ar-up {
    margin-left: 5px;
    padding-top: 2px
}

.ar-up {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-top: 0
}

.block-text-home-restaurant {
    display: table;
    height: 100%
}

.block-text-home-restaurant .text-home-restaurant {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 110px
}

@media (max-width:1199px) {
    .block-text-home-restaurant .text-home-restaurant {
        padding: 0 50px
    }
}

@media (max-width:991px) {
    .block-text-home-restaurant .text-home-restaurant {
        padding: 0 20px
    }
}

@media (max-width:767px) {
    .block-text-home-restaurant .text-home-restaurant {
        padding: 50px 20px
    }
}

.block-text-home-restaurant .text-home-restaurant.text-subtitle .h2 {
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width:991px) {
    .block-text-home-restaurant .text-home-restaurant.text-subtitle .h2 {
        font-size: 3.3rem;
        line-height: 4rem
    }
}

.block-text-home-restaurant .text-home-restaurant.text-subtitle .h2:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    margin: 0 auto;
    display: block;
    margin-top: 58px;
    margin-bottom: 29px
}

@media (max-width:1199px) {
    .block-text-home-restaurant .text-home-restaurant.text-subtitle .h2:after {
        margin-top: 50px;
        margin-bottom: 22px
    }
}

@media (max-width:991px) {
    .block-text-home-restaurant .text-home-restaurant.text-subtitle .h2:after {
        margin-top: 30px;
        margin-bottom: 20px
    }
}

.block-text-home-restaurant .text-home-restaurant.text-subtitle p {
    margin-bottom: 100px
}

@media (max-width:1199px) {
    .block-text-home-restaurant .text-home-restaurant.text-subtitle p {
        margin-bottom: 30px
    }
}

@media (max-width:991px) {
    .block-text-home-restaurant .text-home-restaurant.text-subtitle p {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .block-text-home-restaurant .text-home-restaurant.text-subtitle p {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .block-text-home-restaurant .text-home-restaurant.text-title {
        padding: 100px 20px
    }
}

.block-text-home-restaurant .text-home-restaurant.text-title .h2 {
    color: #fff;
    margin-bottom: 130px;
    padding-bottom: 0
}

@media (max-width:1199px) {
    .block-text-home-restaurant .text-home-restaurant.text-title .h2 {
        margin-bottom: 90px
    }
}

@media (max-width:991px) {
    .block-text-home-restaurant .text-home-restaurant.text-title .h2 {
        margin-bottom: 45px
    }
}

@media (max-width:767px) {
    .block-text-home-restaurant .text-home-restaurant.text-title .h2 {
        margin-bottom: 120px
    }
}

.item-carte {
    position: relative;
    display: block
}

.item-carte:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 2
}

.item-carte img.lazyloaded {
    height: auto
}

.item-carte .text-carte {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    z-index: 4;
    width: 589px;
    text-align: center;
    height: 154px
}

@media (max-width:767px) {
    .item-carte .text-carte {
        width: 100%;
        padding: 20px
    }
}

.item-carte .text-carte .lead {
    font-size: 2.6rem
}

.item-carte .text-carte.title-category {
    width: 100%;
    height: 144px;
    font-size: 100px;
    line-height: 102px;
    font-family: 'zona_probold';
    width: 850px;
    color: #fff!important;
    top: 150px;
    bottom: auto
}

.item-carte .text-carte.title-category h1 {
    line-height: 102px
}

@media (max-width:767px) {
    .item-carte .text-carte.title-category h1 {
        font-size: 60px;
        line-height: 55px
    }
}

@media (max-width:1199px) {
    .item-carte .text-carte.title-category {
        top: 70px
    }
}

@media (max-width:991px) {
    .item-carte .text-carte.title-category {
        top: 20px;
        max-width: 90%;
        width: 90%
    }
}

@media (max-width:767px) {
    .item-carte .text-carte.title-category {
        top: 20px;
        width: 98%
    }
}

.item-carte:hover {
    opacity: 1
}

.item-carte .main-category-products {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 20px
}

.item-carte .main-category-products .h1,
.item-carte .main-category-products p,
.item-carte .main-category-products span {
    color: #fff
}

.item-carte .main-category-products .subtitle {
    font-family: 'zona_probold';
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 1.52px
}

.item-carte .more-info {
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 9;
    pointer-events: all;
    cursor: pointer;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff
}

.item-carte .more-info .icon-arrow-down {
    transition: .3s
}

.item-carte .more-info[aria-expanded=true] .icon-arrow-down {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: .3s
}

.more-info-detail {
    padding: 20px 0
}

.more-info-detail p {
    padding-bottom: 0
}

.banner-category-products {
    padding-bottom: 50px;
    background: #f0ece4
}

.menu-category {
    position: fixed;
    top: 139px;
    z-index: 10;
    width: 100%
}

@media (max-width:767px) {
    .menu-category {
        top: 134px
    }
}

.menu-category .menu>.title {
    font-family: 'zona_probold';
    color: #fff;
    top: 20px;
    left: 25px;
    position: relative;
	letter-spacing: -0.7px;
	text-transform: uppercase;
    padding-right: 34px
}

@media (max-width:1199px) {
    .menu-category .menu>.title {
        display: none
    }
}

.menu-category .item.menu {
    padding: 0
}

@media (max-width:1199px) {
    .menu-category .item.menu {
        width: 56px;
        padding: 0 25px
    }
}

.menu-category .item.menu.open {
    min-width: 120px;
    padding-right: 35px;
    width: 200px
}

@media (max-width:767px) {
    .menu-category .item.menu.open {
        opacity: 1
    }
}

.menu-category .item.menu.open>.title {
    display: block
}

.menu-category .item.menu .icon-menu {
    left: 20px;
    right: auto
}

.menu-category .owl-carousel .owl-item {
    opacity: 1;
    position: relative
}

.menu-category .owl-carousel .owl-item .item {
    background: rgba(0, 0, 0, .5);
    padding: 0;
    margin-left: 0;
    margin-right: 0
}

.menu-category .item {
    background: rgba(0, 0, 0, .5);
    height: 60px;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 99;
    float: left
}

.menu-category .item [class*=icon-] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.menu-category .item:hover {
    opacity: 1
}

.menu-category .item:first-child {
    margin-right: 10px
}

.menu-category .item.title {
    font-family: 'zona_probold';
	text-transform: uppercase;
}

.menu-category .container-content-list-categories {
    max-width: 100%
}

.menu-category .content-list-categories {
    overflow: hidden;
    position: relative;
    z-index: 99;
    height: 60px
}

@media (max-width:1199px) {
    .menu-category .content-list-categories {
        left: -100px;
        position: relative;
        top: 0;
        margin-top: 60px
    }
    .menu-category .content-list-categories.open {
        height: 300px;
        width: 210px;
        left: 60px
    }
}

.menu-category .content-list-categories .container-content-list-categories .owl-height {
    z-index: 1
}

@media (max-width:1199px) {
    .menu-category .content-list-categories {
        float: none
    }
}

.menu-category .content-list-categories .list-categories {
    float: left;
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    transition: 1s
}

@media (max-width:1199px) {
    .menu-category .content-list-categories .list-categories {
        left: -100%;
        max-width: 210px!important;
        height: 300px;
        overflow: auto
    }
    .menu-category .content-list-categories .list-categories.open {
        display: block!important;
        left: 0
    }
}

.menu-category .content-list-categories .list-categories.li {
    left: 0
}

.menu-category .content-list-categories .list-categories.li .item {
    -webkit-animation: showText 1s;
    animation: showText 1s
}

.menu-category .content-list-categories .list-categories .item {
    line-height: 60px;
    color: #fff;
    padding-right: 24px;
    position: relative
}

@media (max-width:1199px) {
    .menu-category .content-list-categories .list-categories .item {
        display: block;
        float: none;
        max-width: 200px;
        height: 40px;
        line-height: 12px;
        width: 200px
    }
    .menu-category .content-list-categories .list-categories .item:first-child {
        padding-top: 10px
    }
}

html.no-touch .menu-category .container-content-list-categories .content-list-categories .list-categories.owl-theme .owl-controls {
	top: 0;
	right: 2px;
	position: absolute;
	margin-top: 0;
}
html.no-touch .menu-category .container-content-list-categories .content-list-categories .list-categories.owl-theme .owl-controls .owl-next {
	margin-top: 19px;
}

@media (max-width:1199px) {
    .menu-category .content-list-categories .list-categories .item:after {
        left: -10px;
        right: auto
    }
}

.menu-category .content-list-categories .list-categories .item:first-child {
    margin-right: 0
}

.menu-category .content-list-categories .list-categories .item:first-child:after {
    content: none
}

.menu-category .content-list-categories .list-categories .item.title:after {
    content: none
}

.menu-category .content-list-categories .list-categories .item.title+.item:after {
    content: none
}

.menu-category .content-list-categories .list-categories .item a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem
}

.menu-category .content-list-categories .navigation-menu-category {
    display: none;
    position: absolute;
    color: #fff;
    right: 0
}

body.node-type-products .menu-category .content-list-categories .owl-loaded {
	left: 0;
}

@-webkit-keyframes showText {
    0% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes showText {
    0% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.bg-color-primary-dark .blocks-subcategory {
    background: #f0ece4
}

.blocks-subcategory {
    background: #f8f6f2
}

.blocks-subcategory a:hover .subcategory-text .h4 {
    color: #c2422d
}

.blocks-subcategory a:hover .subcategory-text .h4:after {
    background-color: #c2422d
}

.blocks-subcategory .js-square {
    position: relative;
    margin-bottom: 30px
}

.blocks-subcategory .js-square.title-row {
    background: #a49b8d
}

.blocks-subcategory .js-square.title-row .h3 {
    padding: 50px 30px;
    box-sizing: border-box;
    color: #1e140d
}

.blocks-subcategory .js-square.title-row .h3:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    margin-top: 18px
}

.blocks-subcategory .subcategory-img {
    background: #f8f6f2
}

.blocks-subcategory .subcategory-img:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    left: 0;
    top: 0
}

.blocks-subcategory .subcategory-img .text {
    position: absolute;
    text-align: center;
    top: 17px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 1.4px;
    font-size: 14px;
    z-index: 3
}

.blocks-subcategory .subcategory-text {
    background: #fff;
    text-align: center;
    padding: 65px 38px 40px 38px;
    height: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 30px
}

@media (min-width:1280px) and (max-width:1366px) {
    .blocks-subcategory .subcategory-text {
        padding: 50px 38px 20px 28px
    }
}

@media (min-width:1200px) and (max-width:1280px) {
    .blocks-subcategory .subcategory-text {
        padding: 40px 38px 20px 28px
    }
}

@media (min-width:1200px) and (max-width:991px) {
    .blocks-subcategory .subcategory-text {
        padding: 40px 25px
    }
}

@media (max-width:991px) {
    .blocks-subcategory .subcategory-text {
        padding: 80px 25px
    }
}

@media (max-width:767px) {
    .blocks-subcategory .subcategory-text {
        padding: 40px
    }
}

.blocks-subcategory .subcategory-text .h4 {
    position: relative;
    color: #1e140d
}

.blocks-subcategory .subcategory-text .h4:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-width:991px) and (max-width:1199px) {
    .blocks-subcategory .subcategory-text .h4 {
        margin-bottom: 36px
    }
    .blocks-subcategory .subcategory-text .h4:after {
        bottom: -19px
    }
}

.blocks-subcategory .subcategory-text .cta-buttons {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-width:1280px) and (max-width:1366px) {
    .blocks-subcategory .subcategory-text .cta-buttons {
        bottom: 30px
    }
}

@media (min-width:1200px) and (max-width:1280px) {
    .blocks-subcategory .subcategory-text .cta-buttons {
        bottom: 15px
    }
}

@media (min-width:1200px) and (max-width:991px) {
    .blocks-subcategory .subcategory-text .cta-buttons {
        bottom: 20px
    }
}

@media (max-width:767px) {
    .blocks-subcategory .subcategory-text .cta-buttons {
        bottom: 25px
    }
}

.blocks-subcategory .subcategory-text .cta-buttons .link {
    font-size: 14px;
    font-size: 1.4rem
}

.blocks-subcategory .subcategory-text.negative {
    background: #1e140d;
    color: #fff
}

.blocks-subcategory .subcategory-text.negative .h4:after {
    background: #fff
}

.blocks-subcategory .bg-product {
    background-size: cover;
    height: 280px;
    background-position: center center
}

.page-carta .h2 {
    padding-bottom: 0
}

.blocks-your-carte .js-square {
    outline: 1px solid #f0ece4;
    background: #f0ece4
}

.blocks-your-carte .js-square:hover {
    opacity: 1
}

.blocks-your-carte .js-square.bg-color-white {
    background: #fff
}

.blocks-your-carte .js-square.title-row {
    background: #a49b8d
}

.blocks-your-carte .js-square.title-row .h3 {
    padding: 50px 30px;
    box-sizing: border-box;
    color: #1e140d
}

.blocks-your-carte .js-square.title-row .h3:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    margin-top: 18px
}

.blocks-your-carte .js-square.center {
    text-align: center
}

.blocks-your-carte .js-square.center:after {
    margin: 18px auto 0
}

.blocks-your-carte .js-square.product-carte {
    background: #fff;
    text-align: center
}

.blocks-your-carte .js-square.product-carte .icon-close {
    display: none;
    position: absolute;
    right: 18px;
    top: 18px;
    width: 10px;
    height: 10px
}

.blocks-your-carte .js-square.product-carte .icon-close svg {
    vertical-align: top
}

.blocks-your-carte .js-square.product-carte[aria-expanded=true] {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border: 1px solid;
    outline: 1px solid #A3A450;
    z-index: 9;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 1
}

@media (max-width:767px) {
    .blocks-your-carte .js-square.product-carte[aria-expanded=true] {
        -webkit-transform: scale(1.02, 1.02);
        transform: scale(1.02, 1.02)
    }
}

.blocks-your-carte .js-square.product-carte[aria-expanded=true] .icon-close {
    display: block
}

.blocks-your-carte.block-menu {
    background: #fff;
    border-bottom: 1px solid #f0ece4
}

.blocks-your-carte.block-menu .js-square {
    outline: 0
}

.blocks-your-carte.block-menu .product-carte {
    padding-top: 50px
}

@media (max-width:991px) {
    .blocks-your-carte.block-menu .product-carte {
        padding: 50px 20px 20px
    }
}

.blocks-your-carte.block-menu .product-carte .cursive {
    font-size: 14px
}

.blocks-your-carte.block-menu .product-carte .h4+.cursive {
    margin-top: -10px
}

.product-collapse {
    color: #fff;
    padding: 55px 0 0 0
}

.product-collapse .js-square {
    padding: 80px 40px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #322F2D
}

@media (max-width:767px) {
    .product-collapse .js-square {
        border-right: 0
    }
}

.product-collapse .js-square.no-border {
    border-right: 0
}

.product-collapse .js-square .h4 {
    height: 85px
}

.product-collapse .js-square .small:before {
    content: '';
    width: 32px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    display: block;
    margin-bottom: 15px
}

.product-collapse.recipes-collpase {
    color: #1e140d
}

.product-collapse.recipes-collpase .h1,
.product-collapse.recipes-collpase .lead {
    color: #fff
}

.product-collapse.recipes-collpase .js-square {
    outline: 1px solid #f0ece4;
    border-right: 0
}

.product-collapse.recipes-collpase .js-square .small:before {
    background: #1e140d
}

.container-menu {
    padding-top: 60px
}

.container-menu .included-menu {
    padding: 50px 0 10px 0;
    color: #fff
}

.container-menu .icons-included {
    margin-top: 10px;
    display: block;
    clear: both
}

.container-menu .icons-included .taste {
    position: initial;
    display: inline-block;
    position: relative;
    top: auto;
    bottom: auto
}

.container-menu .icons-included .taste:first-child {
    margin-right: 20px
}

.content-block-square-carte {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative
}

@media (max-width:767px) {
    .content-block-square-carte {
        margin-bottom: 10px
    }
}

.content-block-square-carte .title-carte {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    padding-bottom: 0;
    color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    max-width: 90%;
    text-align: center
}

@media (max-width:767px) {
    .content-block-square-carte .title-carte .h2 {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .content-block-square-carte .title-carte {
        text-align: left;
        left: 15px;
        right: auto
    }
    .content-block-square-carte .title-carte .h2 {
        font-size: 2.5rem
    }
}

.content-block-square-carte .subtitle {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'zona_probold';
    font-weight: 700;
	text-transform:uppercase;
}

.content-block-square-carte .icon-arrow-carte {
    position: absolute;
    right: 10px;
    top: 33px;
    z-index: 3
}

.block-square-carte {
    width: 100%;
    display: block;
    padding: 15px;
    transition: 1s;
    height: 100%;
    background-size: cover
}

@media (max-width:767px) {
    .block-square-carte {
        height: 80px
    }
}

.block-square-carte:hover {
    transition: 1s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.block-long-carte+.title-carte .h2 {
    padding-bottom: 0
}

.block-long-carte {
    width: 100%;
    display: block;
    height: 150px;
    transition: 1s;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .block-long-carte {
        height: 80px
    }
}

.block-long-carte:hover {
    transition: 1s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.grid-carte-like {
    width: 100%;
    margin-bottom: 20px
}

.grid-carte-like .item {
    width: calc(20%);
    height: 100px;
    float: left;
    font-family: 'zona_probold';
    text-align: center;
    outline: 1px solid #f0ece4
}

@media (max-width:1199px) {
    .grid-carte-like .item {
        width: calc(25%)
    }
}

@media (max-width:767px) {
    .grid-carte-like .item {
        width: calc(50%)
    }
}

.grid-carte-like .double-item {
    width: calc(28.57142857%);
    height: 100px;
    float: left
}

.grid-carte-like .title-carte {
    background: #c2422d;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;

}

@media (max-width:1199px) {
    .grid-carte-like .title-carte {
        width: 100%;
        height: 60px
    }
}

.grid-carte-like .title-carte .title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.grid-carte-like .img-product {
    height: 58px
}

.grid-carte-like .product-carte {
    background: #fff;
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.grid-carte-like .banner-carte {
    background-size: cover;
    height: 100px;
}

.grid-carte-like .item-empty {
    outline: 1px solid transparent
}

@media (max-width:1199px) {
    .grid-carte-like .item-empty {
        display: none
    }
}

.grid-carte-like .title-produc {
    padding: 10px 10px 0;
	font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .grid-carte-like .aside-banner {
        display: none
    }
}

.block-recipes-like {
    background-color: #f0ece4;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 140px 0
}

.block-recipes-like .h3 {
    margin-bottom: 40px
}

.block-recipes-bg {
    background: url(../img/carta/bg-recipes2x.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.block-recipes-bg .title-section .h1,
.block-recipes-bg .title-section .h2,
.block-recipes-bg .title-section .h3,
.block-recipes-bg .title-section .h4,
.block-recipes-bg .title-section .h5,
.block-recipes-bg .title-section .h6 {
    color: #fff
}

.single-recipe {
    background: #fff;
    height: 240px;
    text-align: center;
    overflow: hidden;
    outline: 1px solid #f0ece4
}

@media (max-width:767px) {
    .single-recipe {
        height: 340px
    }
}

.single-recipe .h4:after {
    content: none;
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width:767px) {
    .single-recipe .h4:after {
        content: '';
        top: 30px
    }
}

.single-recipe .h4+.taste {
    margin-bottom: 50px
}

.single-recipe .h4+p {
    margin-top: 80px
}

.single-recipe .content-hover {
    height: 240px;
    position: relative;
    top: 0;
    transition: .5s;
    background: #fff;
    padding: 30px 20px
}

.single-recipe .content-hover .text-recipe {
    font-size: 13px;
    font-size: 1.3rem;
    padding-bottom: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 10px
}

@media (max-width:767px) {
    .single-recipe .content-hover .text-recipe {
        bottom: 30px
    }
}

@media (min-width:480px) {
    .single-recipe .content-hover {
        top: 100px;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }
    .single-recipe .content-hover:hover {
        top: 0;
        transition: .5s;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        padding-top: 30px
    }
    .single-recipe .content-hover:hover .h4:after {
        content: '';
        top: 30px
    }
    .single-recipe .content-hover:hover .text-recipe {
        bottom: 30px
    }
}

.single-recipe .taste {
    position: relative;
    bottom: auto;
    right: auto;
    display: inline-block
}

.single-recipe .img-recipe {
    background-size: cover;
    height: 100px
}

.owl-recipes.owl-carousel .owl-item {
    opacity: 1
}

.owl-recipes.owl-carousel .owl-controls {
    margin-top: 40px
}

.owl-recipes.owl-carousel .owl-nav .owl-prev,
.owl-recipes.owl-carousel .owl-nav .owl-next {
    transition-property: opacity;
    transition-duration: .2s;
    opacity: 1
}

.owl-recipes.owl-carousel .owl-nav .owl-prev:hover,
.owl-recipes.owl-carousel .owl-nav .owl-next:hover {
    opacity: .5
}

.owl-recipes.owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: 25px
}

.owl-recipes.owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: 25px
}

@media (max-width:767px) {
    .owl-recipes.owl-carousel .owl-nav {
        display: none
    }
}

.custom-nav-recipes {
    margin: 50px 0 0 0
}

@media (max-width:991px) {
    .custom-nav-recipes {
        display: none
    }
}

.main-menus {
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 120px 0;
    position: relative
}

@media (max-width:767px) {
    .main-menus {
        padding: 80px 0 40px 0
    }
}

.main-menus:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, .2);
    z-index: 0
}

.main-menus .banner-menu {
    text-align: center;
    padding: 90px 15px 40px 15px;
    position: relative
}

@media (max-width:767px) {
    .main-menus .banner-menu {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .main-menus .banner-menu .h1 {
        padding-bottom: 0
    }
}

.main-menus .banner-menu .h1:after {
    content: '';
    width: 32px;
    height: 3px;
    display: block;
    margin: 30px auto 60px
}

@media (max-width:767px) {
    .main-menus .banner-menu .h1:after {
        margin: 20px auto 30px
    }
}

.main-menus .banner-menu.notaviable {
    padding-top: 95px
}

@media (max-width:767px) {
    .main-menus .banner-menu.notaviable {
        padding-top: 30px;
        padding-bottom: 0
    }
}

.main-menus .text-intro {
    text-align: center;
    margin-bottom: 65px
}

@media (max-width:767px) {
    .main-menus .text-intro {
        margin-bottom: 20px
    }
}

.main-menus .btn {
    margin-bottom: 80px
}

@media (max-width:767px) {
    .main-menus .btn {
        margin-bottom: 40px
    }
}

.main-menus .ad-info {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 65px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'zona_probold'
}

.main-menus .notaviable {
    background: #fff;
    color: #1e140d;
    border: 5px solid #1e140d
}

@media (max-width:767px) {
    .main-menus .notaviable {
        padding-bottom: 0
    }
}

.main-menus .notaviable .h1:after {
    background: #1e140d
}

.main-menus .aviable {
    background: #1e140d;
    color: #fff;
    border: 10px solid #c96723
}

.main-menus .aviable:after {
    content: '';
    border-radius: 40px;
    width: 84px;
    height: 84px;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: auto;
    background: #c96723
}

.main-menus .aviable:before {
    content: '';
    background: url(../svg/ico-menu.svg);
    width: 58px;
    height: 38px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -22px;
    z-index: 3
}

.main-menus .aviable .h1:after {
    background: #fff
}

.main-menus .aviable .ad-info {
    color: #c96723
}

.main-menus .validity {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 30px
}

@media (max-width:767px) {
    .main-menus .validity {
        display: none
    }
}

.menu-content {
    background: #fff;
    margin-bottom: 80px
}

.menu-content .h3:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    margin: 10px 0 15px 0
}

.menu-content .category-menu {
    border-bottom: 1px solid #f8f6f2;
    padding: 30px 0
}

.menu-content .category-content {
    padding: 0 15px
}

.menu-content .category-content span {
    display: block;
    margin-bottom: 5px
}

.menu-content .category-content span [class^=icon-] {
    display: inline-block;
    margin-bottom: 0
}

@media (max-width:767px) {
    .menu-content .category-content {
        padding: 15px
    }
}

.included-menu {
    color: #1e140d
}

.included-menu p,
.included-menu div,
.included-menu .taste {
    color: #1e140d
}

.submenu-menu {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 40px
}

.submenu-menu li {
    padding-left: 0;
    display: inline-block;
    text-align: center
}

.submenu-menu li:before {
    content: none
}

.submenu-menu li:after {
    content: '';
    width: 2px;
    height: 8px;
    background: #a49b8d;
    display: inline-block;
    margin: 0 10px
}

.submenu-menu li:last-child:after {
    content: none
}

footer .footer-info {
    padding: 45px 15px 40px 15px
}

footer .bottom-footer {
    padding: 0 15px
}

footer .list-inline.list-bullets {
    padding-top: 30px
}

@media (max-width:767px) {
    footer .list-inline.list-bullets li {
        margin-bottom: 34px
    }
}

footer .list-inline.list-bullets li:last-child a:after {
    content: none
}

footer .list-inline.list-bullets li a {
    color: #fff
}

footer .list-inline.list-bullets li a:after {
    background: #fff!important
}

@media (max-width:767px) {
    footer .list-inline.list-bullets li a:after {
        content: '';
        bottom: -52px;
        left: 0;
        right: 0;
        margin: auto
    }
}

footer .list-inline.list-bullets li a.sep:after {
    bottom: 0
}

footer .list-sep li:first-child {
    color: #fff
}

@media (max-width:767px) {
    footer .list-sep li:first-child {
        width: 100%
    }
}

footer .list-sep li:first-child img {
    margin-right: 10px
}

@media (max-width:767px) {
    footer .list-sep li:first-child img {
        margin: 20px auto
    }
}

footer .list-sep li:first-child:after {
    content: none
}

@media (max-width:767px) {
    footer .list-sep {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 25px
    }
}

footer .logo-grupo {
    float: left
}

@media (max-width:767px) {
    footer .logo-grupo {
        margin: 10px auto 25px;
        float: none;
        display: block
    }
}

footer .list-copyright {
    margin-top: 4px;
    float: right
}

footer .list-copyright li {
    padding-right: 0;
    margin-right: 20px;
    color: #fff
}

footer .list-copyright li a {
    color: #fff
}

footer .list-copyright li:last-child {
    margin-right: 0
}

@media (max-width:1199px) {
    footer .list-copyright {
        float: left
    }
}

@media (max-width:767px) {
    footer .list-copyright {
        margin: 0 auto;
        text-align: center
    }
    footer .list-copyright li {
        margin-bottom: 15px
    }
}

footer hr {
    border-color: #343434
}

footer .footer-list p {
    text-transform: uppercase;
    color: #a49b8d
}

footer .list-redirect:focus {
    outline: 0
}

footer .list-redirect option:focus {
    outline: 0
}

footer .list-cities {
    float: left
}

footer .list-cities li {
    padding-bottom: 5px;
    /* height:30px; */
    display: inline-block;
    float: left;
    clear: both;
    margin-right: 50px
}

footer .list-cities li a {
    font-size: 15px;
    font-size: 1.55rem;
    color: #fff
}

footer .select-box {
    background: #fff;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 15px
}

footer .select-box select {
    border: none;
    border-radius: 0;
    background: 0 0;
    color: color-text;
    width: 100%;
    height: 100%
}

footer .select-box .caret {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto
}

.dropdown-menu {
    border-radius: 2px;
    border-color: #d2cdc6;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu a {
    text-decoration: none;
    font-size: 12px
}

.dropdown-menu li:before {
    display: none
}

.select-language-mobile li {
    padding: 0;
    display: inline-block
}

.select-language-mobile li>a {
    padding: 8px 10px;
    color: #1e140d;
    font-size: 15px;
    font-weight: 700
}

.select-language-mobile li>a:hover {
    background: 0 0;
    color: #c2422d
}

.select-language-mobile abbr,
.select-language-mobile abbr[title],
.select-language-mobile abbr[data-original-title] {
    cursor: auto;
    border-bottom: none
}

@media (max-width:767px) {
    .select-language {
        float: none;
        clear: both;
        text-align: center;
        margin: 0 auto
    }
}

.select-language .dropdown-menu {
    background-color: #e7e2d8;
    min-width: 80px
}

.select-language .dropdown-menu.dropdown-menu-right {
    right: 10px
}

@media (max-width:767px) {
    .select-language .dropdown-menu.dropdown-menu-right {
        right: 0;
        left: 0;
        margin: auto;
        top: auto;
        bottom: 40px
    }
}

.select-language .dropdown-menu li {
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: center
}

.select-language .dropdown-menu li>a {
    padding: 8px 10px;
    color: #1e140d;
    font-size: 15px;
    font-weight: 700
}

.select-language .dropdown-menu li>a:hover {
    background: 0 0;
    color: #c2422d
}

.select-language .dropdown-menu:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 10px solid #e7e2d8;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

@media (max-width:767px) {
    .select-language .dropdown-menu:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: auto;
        bottom: -10px
    }
}

.select-language .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: 0;
    width: 0;
    height: 0;
    border-bottom: 11px solid #d2cdc6;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent
}

@media (max-width:767px) {
    .select-language .dropdown-menu:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: auto;
        bottom: -11px
    }
}

.select-language .dropdown-menu li.active {
    background: 0 0;
    color: #a49b8d
}

.select-language .dropdown-menu li.active a {
    background: 0 0
}

.select-language .dropdown-menu abbr,
.select-language .dropdown-menu abbr[title],
.select-language .dropdown-menu abbr[data-original-title] {
    cursor: auto;
    border-bottom: none
}

.select-box-custom {
    background: #f2f1ef;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-bottom: 15px
}

.select-box-custom select {
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #1e140d;
    width: 100%;
    height: 100%;
    padding-left: 15px
}

.select-box-custom .caret {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto
}

.modal-content {
    padding: 40px;
    border-radius: 0
}

.modal-dialog.modal-square {
    width: 340px;
    min-height: 340px
}

@media (max-width:767px) {
    .modal-dialog.modal-square {
        width: 100%;
        height: auto
    }
}

.modal-header {
    border-bottom: 0;
    padding: 0;
    text-align: left
}

.modal-header .modal-title:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    margin: 18px 0;
    display: block
}

.modal-header .close {
    opacity: 1;
    top: 13px;
    right: 20px;
    position: absolute;
    margin-top: 0;
    color: #1e140d
}

.modal-header .close:hover,
.modal-header .close:focus {
    outline: 0
}

.modal-body {
    position: relative;
    padding: 0;
    text-align: left
}

.modal-body .close {
    opacity: 1;
    top: -25px;
    right: -20px;
    position: absolute;
    margin-top: 0
}

.modal-body .close:hover,
.modal-body .close:focus {
    outline: 0
}

@media (max-width:767px) {
    .modal-body .close {
        font-size: 30px
    }
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all
}

@media (max-width:767px) {
    .modal-content .close {
        font-size: 30px
    }
}

.modal-backdrop.fade.in {
    opacity: .5
}

.modal-mail .h4 {
    padding: 0 40px 20px 40px
}

.modal-mail .ok-message .modal-title {
    padding: 20px 10px 15px 10px;
	background: lightgrey;
    text-align: center
}

.modal-mail .ok-message .modal-title:after {
    margin: 0 auto;
    margin-top: 60px
}

.alert-success {
    background: #71a67b
}

.alert-info {
    background: #61a0b9
}

.alert-warning {
    background: #f08400
}

.alert-danger {
    background: #ec3457
}

.alert-cookies {
    background: #1e140d;
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 27px 15px
}

.alert-cookies .container-full {
    overflow: visible
}

.alert-cookies .close {
    opacity: 1;
    position: absolute;
    right: 0;
    top: -15px
}

.alert-cookies p a {
    color: #fff;
    text-decoration: underline
}

.owl-carousel .owl-item {
    opacity: .5
}

.owl-carousel .owl-item.active {
    opacity: 1
}

.owl-carousel .owl-item .no-link:hover {
    opacity: 1
}

.container-slide {
    padding-bottom: 40px
}

.owl-rest {
    padding: 10px 10px 0 10px
}

.owl-rest .owl-item {
    opacity: 1
}

.owl-rest .owl-item:after {
    content: '';
    transition: 10s
}

.owl-rest .owl-nav {
    display: none
}

.owl-rest .owl-dots {
    position: absolute;
    right: 20px;
    bottom: 20px;
    height: 11px
}

.owl-rest .owl-dots .owl-dot {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle
}

.owl-rest .owl-dots .owl-dot.active {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    background: 0 0
}

.owl-rest .rest-logo {
    transition: 10;
    position: relative
}

.owl-rest .rest-logo .logo {
    z-index: 99;
    opacity: 1;
    transition: 1s
}

.owl-rest .rest-logo.no-rest:after {
    background: 0 0
}

.owl-rest .rest-logo.no-rest .logo {
    opacity: 0
}

.rest-logo {
    transition: 10;
    position: relative;
    max-height: 500px
}

.rest-logo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    height: 100%;
    transition: 2s
}

.rest-logo .content-logo {
    width: 310px;
    height: 94px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.rest-logo .logo {
    width: 310px;
    height: 94px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    opacity: 1;
    transition: 1s
}

.rest-logo.no-rest .content-logo {
    background: 0 0
}

.rest-logo.no-rest .logo {
    opacity: 0
}

.owl-item.cloned .content-logo {
    display: none
}

.owl-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    opacity: .5;
    display: inline-block;
    margin-left: 6px
}

.owl-controls .owl-dots .owl-dot:first-child {
    margin-left: 0
}

.owl-controls .owl-dots .owl-dot.active {
    opacity: 1
}

.carousel-tab-mix .owl-controls .owl-dots .owl-dot {
    background: #96908B
}

@media (max-width:991px) {
    .carousel-tab-mix .top-carousel {
        position: relative;
        border-bottom: 2px solid #f08400;
        margin-bottom: 20px
    }
    .carousel-tab-mix .top-carousel:after {
        content: '';
        position: absolute;
        bottom: 0;
        width: 8px;
        height: 4px;
        background-color: #f08400;
        border-radius: 5px 5px 0 0;
        right: 0;
        left: 0;
        margin: auto
    }
}

@media (max-width:991px) {
    .carousel-tab-mix .top-carousel [class*=icon-] {
        margin-bottom: 25px
    }
}

.carousel-tab-mix [class*=icon-] svg rect,
.carousel-tab-mix [class*=icon-] svg path {
    fill: #f08400
}

#owl-cuccinare .owl-controls {
    display: none
}

#owl-cuccinare .owl-controls .owl-nav {
    background: #fff none repeat scroll 0 0;
    float: left
}

#owl-cuccinare .owl-controls .owl-nav .owl-prev {
    display: inline-block;
    width: 40px;
    height: 40px
}

#owl-cuccinare .owl-controls .owl-nav .owl-next {
    display: inline-block;
    width: 40px;
    height: 40px
}

.page-cucinare .block-slider {
    padding-bottom: 100px
}

.page-cucinare .container-slider {
    padding-bottom: 0
}

@media (max-width:991px) {
    .page-cucinare .block-recipe {
        width: 49%;
        float: left;
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .page-cucinare .block-recipe {
        width: 100%;
        float: none
    }
}

@media (max-width:991px) {
    .page-cucinare .block-recipe.views-row-odd {
        margin-right: 2%
    }
}

@media (max-width:767px) {
    .page-cucinare .block-recipe.views-row-odd {
        margin-right: 0
    }
}

@media (max-width:1366px) {
    .page-cucinare .owl-carousel {
        width: 90%;
        margin: auto
    }
}

@media (max-width:991px) {
    .page-cucinare .owl-carousel {
        display: block;
        width: 100%
    }
}

.page-cucinare .custom-owl-nav .prev,
.page-cucinare .custom-owl-nav .next {
    position: absolute;
    height: 54px;
    width: 54px;
    border-radius: 30px;
    background-color: #a49b8d;
    top: 0;
    bottom: 0;
    margin: auto
}

.page-cucinare .custom-owl-nav .prev {
    left: -69px;
    z-index: 1;
    opacity: 1
}

.page-cucinare .custom-owl-nav .prev.disabled {
    cursor: default;
    opacity: 0
}

@media (max-width:1366px) {
    .page-cucinare .custom-owl-nav .prev {
        left: 0
    }
}

.page-cucinare .custom-owl-nav .next {
    right: -69px;
    z-index: 1;
    opacity: 1
}

.page-cucinare .custom-owl-nav .next.disabled {
    cursor: default;
    opacity: 0
}

@media (max-width:1366px) {
    .page-cucinare .custom-owl-nav .next {
        right: 0
    }
}

.page-cucinare .custom-owl-nav .icon-prev,
.page-cucinare .custom-owl-nav .icon-next {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:991px) {
    .page-cucinare .custom-owl-nav {
        display: none
    }
}

.slider-home .item .block-slide {
    position: relative;
    min-height: 300px
}

.slider-home .item .block-slide .slide-text {
    position: relative;
    left: 0;
    width: 100%;
    padding: 80px 15px 70px
}

.slider-home .owl-controls .owl-nav {
    display: none
}

.slider-home .owl-controls {
    position: absolute;
    right: 40px;
    bottom: 30px
}

.page-values .img-chair {
    position: absolute;
    right: -15px;
    z-index: 1;
    margin-top: 105px
}

@media (max-width:1199px) {
    .page-values .img-chair {
        top: 15px
    }
}

@media (max-width:991px) {
    .page-values .img-chair {
        right: 0
    }
}

@media (max-width:767px) {
    .page-values .img-chair {
        display: none
    }
}

.page-values .img-chair-responsive {
    margin-top: 20px
}

@media (max-width:1199px) {
    .page-values .img-paste {
        position: absolute;
        bottom: 0
    }
}

@media (max-width:991px) {
    .page-values .img-paste {
        max-width: 150%
    }
}

.page-values .block-long-text .big {
    font-size: 18px
}

@media (max-width:1199px) {
    .page-values .block-long-text {
        padding-top: 40px
    }
    .page-values .block-long-text .h2 {
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .page-values .block-long-text {
        margin: 0 15px
    }
}

@media (max-width:767px) {
    .page-values .container .block-long-text {
        margin: 0
    }
}

.bg-app-club {
    background-size: 62%;
    background-position: right -25px top -25px;
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .bg-app-club {
        background: 0 0
    }
}

@media (max-width:767px) {
    .down-app {
        padding: 0 15px;
        float: right;
        text-align: right
    }
}

.page-club-vips .wrapper .h1,
.page-club-vips .wrapper .h2,
.page-club-vips .wrapper .h3,
.page-club-vips .wrapper .h4,
.page-club-vips .wrapper .h5,
.page-club-vips .wrapper p,
.page-club-vips .wrapper a,
.page-club-vips .wrapper li {
    font-family: "open_sansregular";
}

.block-site-no-title a:first-child {
    margin-top: 50px
}

@media (max-width:767px) {
    .block-site-no-title {
        padding-top: 0
    }
}

.menu-category-p {
    position: fixed;
    top: 110px;
    z-index: 10;
    width: 100%
}

@media (max-width:767px) {
    .menu-category-p {
        top: 134px
    }
}

.menu-category-p.menu>.title {
    font-family: 'zonapro-bold';
    color: #fff;
    top: 20px;
    left: 25px;
    position: relative;
	letter-spacing: -0.7px;
	text-transform: uppercase;
    padding-right: 34px
}

@media (max-width:1499px) {
    .menu-category-p .menu>.title {
        display: none
    }
}

.menu-category-p.item.menu {
    padding: 0
}

@media (max-width:1499px) {
    .menu-category-p.item.menu {
        width: 56px;
        padding: 0 25px
    }
}

.menu-category-p .item.menu.open {
    min-width: 120px;
    padding-right: 35px;
    width: 200px
}

@media (max-width:767px) {
    .menu-category-p .item.menu.open {
        opacity: 1
    }
}

.menu-category-p .item.menu.open>.title {
    display: block
}

.menu-category-p .item.menu .icon-menu {
    left: 20px;
    right: auto
}

.menu-category-p .owl-carousel .owl-item {
    opacity: 1;
    position: relative
}

.menu-category-p .owl-carousel .owl-item .item {
    background: rgba(0, 0, 0, .5);
    padding: 0;
    margin-left: 0;
    margin-right: 0
}

.menu-category-p .item {
    background: rgba(0, 0, 0, .5);
    height: 60px;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 99;
    float: left
}

.menu-category-p .item [class*=icon-] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.menu-category-p .item:hover {
    opacity: 1
}

.menu-category-p .item:first-child {
    margin-right: 10px
}

.menu-category-p .item.title {
    font-family: 'zonapro-bold';
	text-transform: uppercase;
}

.menu-category-p .container-content-list-categories {
    max-width: 100%
}

.menu-category-p .content-list-categories {
    overflow: hidden;
    position: relative;
    z-index: 99;
    height: 60px
}

@media (max-width:1499px) {
    .menu-category-p .content-list-categories {
        left: -100px;
        position: relative;
        top: 0;
        margin-top: 60px
    }
    .menu-category-p .content-list-categories.open {
        height: 300px;
        width: 210px;
        left: 60px
    }
}

.menu-category .content-list-categories .container-content-list-categories .owl-height {
    z-index: 1
}

@media (max-width:1499px) {
    .menu-category-p .content-list-categories {
        float: none
    }
}

.menu-category-p .content-list-categories .list-categories {
    float: left;
    padding-left: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    transition: 1s
}

@media (max-width:1499px) {
    .menu-category-p .content-list-categories .list-categories {
        left: -100%;
        max-width: 210px!important;
        height: 300px;
        overflow: auto
    }
    .menu-category-p .content-list-categories .list-categories.open {
        display: block!important;
        left: 0
    }
}

.menu-category-p .content-list-categories .list-categories.li {
    left: 0
}

.menu-category-p.content-list-categories .list-categories.li .item {
    -webkit-animation: showText 1s;
    animation: showText 1s
}

.menu-category-p .content-list-categories .list-categories .item {
    line-height: 60px;
    color: #fff;
    padding-right: 24px;
    position: relative
}

@media (max-width:1199px) {
    .menu-category-p .content-list-categories .list-categories .item {
        display: block;
        float: none;
        max-width: 200px;
        height: 40px;
        line-height: 12px;
        width: 200px
    }
    .menu-category-p.content-list-categories .list-categories .item:first-child {
        padding-top: 10px
    }
}

.menu-category-p .content-list-categories .list-categories .item:after {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 24px;
    position: absolute;
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto
}

@media (max-width:1199px) {
    .menu-category-p .content-list-categories .list-categories .item:after {
        left: -10px;
        right: auto
    }
}

.menu-category-p .content-list-categories .list-categories .item:first-child {
    margin-right: 0
}

.menu-category-p .content-list-categories .list-categories .item:first-child:after {
    content: none
}

.menu-category-p .content-list-categories .list-categories .item.title:after {
    content: none
}

.menu-category-p.content-list-categories .list-categories .item.title+.item:after {
    content: none
}

.menu-category-p .content-list-categories .list-categories .item a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem
}

.menu-category -p.content-list-categories .navigation-menu-category {
    display: none;
    position: absolute;
    color: #fff;
    right: 0
}

.menu-category-p.content-list-categories .owl-loaded {
    left: -200%
}

.menu-category-p .content-list-categories .owl-loaded.open {
    left: 0
}
html.no-touch body.logged-in .menu-category .container-content-list-categories .content-list-categories .list-categories .item {
	padding: 0 35px;
}

.infooter{
	font-size: 13px;
}

.main-menus .navwhite {
 color: #fff !important; 
 border: 5px solid #fff;
}	

.main-menus .navwhite .h1:after{
	background:#fff;
}
body.page-a-domicilio .view-deliveroo .views-exposed-widgets{text-align:center;margin-bottom:30px}body.page-a-domicilio .view-deliveroo .views-exposed-widgets > .views-exposed-widget{display:inline-block; vertical-align: top;}body.page-a-domicilio .view-deliveroo .views-exposed-widgets > .views-exposed-widget:not(:last-child){margin-right:10px;position: relative;}body.page-a-domicilio .view-deliveroo .views-exposed-widgets .form-text.location_geocomplete{height:45px;border:1px solid #b1b1b1;padding: 6px 45px 6px 12px;width:100%;} body.page-a-domicilio .view-deliveroo .views-exposed-widgets .btn.form-submit{height:45px}body.page-a-domicilio .view-deliveroo .views-exposed-widgets .btn.btn-link{position: absolute; right: 0; top:0;font-size: 3rem;line-height:3rem;padding:0;width:45px;min-width:unset;color:#c96723;text-decoration:none;}@media (max-width:767px){body.page-a-domicilio .view-deliveroo .views-exposed-widgets .form-text.location_geocomplete{margin-bottom: 15px;}body.page-a-domicilio .view-deliveroo .views-exposed-widgets #geolocate-button{margin-top:15px;}}


body.page-a-domicilio .view-deliveroo2.views-exposed-widgets{text-align:center;margin-bottom:30px}body.page-a-domicilio .view-deliveroo2 .views-exposed-widgets > .views-exposed-widget{display:inline-block; vertical-align: top;}body.page-a-domicilio .view-deliveroo2 .views-exposed-widgets > .views-exposed-widget:not(:last-child){margin-right:10px;position: relative;}body.page-a-domicilio .view-deliveroo2 .views-exposed-widgets .form-text.location_geocomplete{height:45px;border:1px solid #b1b1b1;padding: 6px 45px 6px 12px;width:100%;} body.page-a-domicilio .view-deliveroo2 .views-exposed-widgets .btn.form-submit{height:45px}body.page-a-domicilio .view-deliveroo2.views-exposed-widgets .btn.btn-link{position: absolute; right: 0; top:0;font-size: 3rem;line-height:3rem;padding:0;width:45px;min-width:unset;color:#c96723;text-decoration:none;}@media (max-width:767px){body.page-a-domicilio .view-deliveroo2 .views-exposed-widgets .form-text.location_geocomplete{margin-bottom: 15px;}body.page-a-domicilio .view-deliveroo2 .views-exposed-widgets #geolocate-button{margin-top:15px;}}

@media (max-width:767px){
body.page-a-domicilio .view-deliveroo2 .views-exposed-widgets .btn.form-submit{
    padding-bottom: 6px;
    padding-right: 12px;
    padding-top: 6px;
	padding-left: 40px;
}
}

body.page-take-away .view-deliveroo2.views-exposed-widgets{text-align:center;margin-bottom:30px}body.page-take-away .view-deliveroo2 .views-exposed-widgets > .views-exposed-widget{display:inline-block; vertical-align: top;}body.page-take-away .view-deliveroo2 .views-exposed-widgets > .views-exposed-widget:not(:last-child){margin-right:10px;position: relative;}body.page-take-away .view-deliveroo2 .views-exposed-widgets .form-text.location_geocomplete{height:45px;border:1px solid #b1b1b1;padding: 6px 45px 6px 12px;width:100%;} body.page-take-away .view-deliveroo2 .views-exposed-widgets .btn.form-submit{height:45px}body.page-take-away .view-deliveroo2.views-exposed-widgets .btn.btn-link{position: absolute; right: 0; top:0;font-size: 3rem;line-height:3rem;padding:0;width:45px;min-width:unset;color:#c96723;text-decoration:none;}@media (max-width:767px){body.page-take-away.view-deliveroo2 .views-exposed-widgets .form-text.location_geocomplete{margin-bottom: 15px;}body.page-take-away.view-deliveroo2 .views-exposed-widgets #geolocate-button{margin-top:15px;}}

@media (max-width:767px){
body.page-take-away .view-deliveroo2 .views-exposed-widgets .btn.form-submit{
    padding-bottom: 6px;
    padding-right: 12px;
    padding-top: 6px;
	padding-left: 40px;
}
}


.btn.btn-link.form-submit{
	position: absolute; right: 0; top:0;font-size: 3rem;line-height:3rem;padding:0;width:45px;min-width:unset;color:#c96723;text-decoration:none;
}

@media (max-width:767px){
.btn.btn-link.form-submit{
	position: absolute; right: 0; top:0;font-size: 3rem;line-height:3rem;padding:0;width:60px;min-width:unset;color:#c96723;text-decoration:none;
}	
	
}


#views-exposed-form-deliveroo2-page-1,#views-exposed-form-deliveroo2-page-3{
	padding-bottom:15px
}
