@charset "UTF-8";

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

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :before,
    :after {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd!important
    }
}

* {
    box-sizing: border-box
}

:before,
:after {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: 'open_sansregular';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

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

.img-responsive.w100 {
    width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-thumbnail.w100 {
    width: 100%
}

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

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

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

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

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

p {
    margin: 0 0 10px
}

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

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

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

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

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

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

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    box-sizing: border-box
}

input[type=radio],
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px
    }
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

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

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

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

.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm,
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

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

.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

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

.has-feedback {
    position: relative
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

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

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

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

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

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

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

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

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

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

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

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

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

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

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

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

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

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn .caret {
    margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group.input-block {
    width: 100%
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

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

.input-group-addon:first-child {
    border-right: 0
}

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

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

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

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

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

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

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none;
    visibility: hidden
}

.tab-content>.active {
    display: block;
    visibility: visible
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}




.breadcrumb {
    padding: 10px 2px;
    margin-bottom: -5px;
    list-style: none;
    background-color: #f0ece4;
    border-radius: 4px
}

.node-type-cucinare .breadcrumb, .node-type-promo .breadcrumb, .node-type-news .breadcrumb{
	margin-bottom:-37px
}

.page-taxonomy-term .miga, .page-carta .miga{
    margin-top: -10px;
}



@media (max-width:768px) {
 .breadcrumb{
	 display:none;
 }	
}	



.breadcrumb>li {
    display: inline-block
}

.breadcrumb .first:before {
    content: none !important
 
}

.breadcrumb a{
	color:#c96723;
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    /* color: #1e140d; */
}

.node-type-cucinare .breadcrumb>.active {
    color: #777 !important;
}


.breadcrumb * {
    font-size: 1.4rem
}

.breadcrumb>li+li:before {
    content: ">";
    color: #c5c5bd;
    position: static
}

.breadcrumb>.active a:link,
.breadcrumb>.active a:visited,
.breadcrumb>.active a:visited {
    color: black;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb.breadAdjust {
    margin-top: 60px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

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

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

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

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

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.carousel {
    position: relative
}

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

.carousel-inner>.item {
    display: none;
    position: relative;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

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

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

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

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

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

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

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

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

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

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

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

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

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

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
}

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

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

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

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

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.panel-body:before,
.panel-body:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.panel-body:after {
    clear: both
}

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

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

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

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

.affix {
    position: fixed
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-print {
    display: none!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@viewport {
    width: device-width
}

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

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

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

.el-hide {
    display: none
}

.animated {
    display: block;
    opacity: 1
}

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

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

@media (min-width:1368px) {
    .container-full {
        width: 1366px;
        margin-right: auto;
        margin-left: auto
    }
}

.container-full {
    width: 100%;
    max-width: 1366px;
    overflow: hidden
}

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

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

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

.hide-lg {
    display: none
}

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

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

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

.display-none {
    display: none
}

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

.hidden {
    display: none;
    visibility: visible
}

.initial {
    position: initial
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

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

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

.absolute.right {
    right: 0
}

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

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

.v-middle {
    vertical-align: middle
}

.v-top {
    vertical-align: top
}

.v-super {
    vertical-align: super
}

.v-bottom {
    vertical-align: bottom
}

.caps {
    text-transform: uppercase
}

.bold {
    font-weight: 700!important
}

.text-ellipsis {
    text-overflow: ellipsis
}

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

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

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

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

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

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

.display-block {
    display: block
}

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

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

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

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

.display-inline {
    display: inline!important
}

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

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

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

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

.margin-t-10 {
    margin-top: 10px!important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-same-height {
    overflow: hidden
}

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

.overflow {
    overflow: hidden
}

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

.clear-both {
    clear: both
}

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

.caret.out {
    transition: .5s
}

@media (max-width:767px) {
    .pull-left-xs {
        float: left
    }
    .pull-right-xs {
        float: right
    }
}

@media screen and (min-width:768px) {
    .pull-left-sm {
        float: left;
    }
}



.bg-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.hero-banner {
    height: 370px;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .hero-banner {
        height: 300px
    }
}

.hero-banner-desktop {
    height: 370px
}

.hero-banner-mobile {
    height: 370px
}

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

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

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

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

.bg-color-warning {
    background-color: #f08400
}

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

.bg-color-text {
    background-color: #1e140d
}

.bg-color-primary-darker {
    background-color: #e7e2d8
}

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

.bg-color-primary {
    background-color: #f6f3ef
}

.bg-color-primary-light {
    background-color: #f8f6f2
}

.bg-color-secondary-dark {
    background-color: #a49b8d
}

.bg-color-secondary {
    background-color: #d2cdc6
}

.bg-color-secondary-light {
    background-color: #f2f1ef
}

.bg-color-terciary {
    background-color: #c96723
}

.bg-color-terciary-hover {
    background-color: #bc5711
}

.bg-color-blue {
    background-color: #022c9d
}

.bg-color-grey {
    background-color: #bfbfbf
}

.bg-color-red {
    background-color: #d0021b
}

.bg-color-red-dark {
    background-color: #aa1923
}

.bg-color-whatsapp {
    background-color: #1f9f11
}

.bg-color-green {
    background-color: #619406
}

.bg-color-outline {
    background-color: #fce0a8
}

.bg-color-hover-carte {
    background-color: #c2422d
}

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

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

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

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

.text-color-warning {
    color: #f08400
}

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

.text-color-text {
    color: #1e140d
}

.text-color-primary-darker {
    color: #e7e2d8
}

.text-color-primary-dark {
    color: #f0ece4
}

.text-color-primary {
    color: #f6f3ef
}

.text-color-primary-light {
    color: #f8f6f2
}

.text-color-secondary-dark {
    color: #a49b8d
}

.text-color-secondary {
    color: #d2cdc6
}

.text-color-secondary-light {
    color: #f2f1ef
}

.text-color-terciary {
    color: #c96723
}

.text-color-terciary-hover {
    color: #bc5711
}

.text-color-blue {
    color: #022c9d
}

.text-color-grey {
    color: #bfbfbf
}

.text-color-red {
    color: #d0021b
}

.text-color-red-dark {
    color: #aa1923
}

.text-color-whatsapp {
    color: #1f9f11
}

.text-color-green {
    color: #619406
}

.text-color-outline {
    color: #fce0a8
}

.text-color-hover-carte {
    color: #c2422d
}

.svg-color-white svg path {
    fill: #fff
}

.svg-color-black svg path {
    fill: #000
}

.svg-color-success svg path {
    fill: #71a67b
}

.svg-color-info svg path {
    fill: #61a0b9
}

.svg-color-warning svg path {
    fill: #f08400
}

.svg-color-danger svg path {
    fill: #ec3457
}

.svg-color-text svg path {
    fill: #1e140d
}

.svg-color-primary-darker svg path {
    fill: #e7e2d8
}

.svg-color-primary-dark svg path {
    fill: #f0ece4
}

.svg-color-primary svg path {
    fill: #f6f3ef
}

.svg-color-primary-light svg path {
    fill: #f8f6f2
}

.svg-color-secondary-dark svg path {
    fill: #a49b8d
}

.svg-color-secondary svg path {
    fill: #d2cdc6
}

.svg-color-secondary-light svg path {
    fill: #f2f1ef
}

.svg-color-terciary svg path {
    fill: #c96723
}

.svg-color-terciary-hover svg path {
    fill: #bc5711
}

.svg-color-blue svg path {
    fill: #022c9d
}

.svg-color-grey svg path {
    fill: #bfbfbf
}

.svg-color-red svg path {
    fill: #d0021b
}

.svg-color-red-dark svg path {
    fill: #aa1923
}

.svg-color-whatsapp svg path {
    fill: #1f9f11
}

.svg-color-green svg path {
    fill: #619406
}

.svg-color-outline svg path {
    fill: #fce0a8
}

.svg-color-hover-carte svg path {
    fill: #c2422d
}

.caret {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkltcG9ydGVkIExheWVyczwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjQTQ5QjhEIj48Zz48Zz48cGF0aCBkPSJNLjUzOC43NDJsLjcxOC0uNjIgMy43NTYgNC4zMkw4Ljc3NCAwIDkuNS42MSA1LjAyMiA1LjkuNTM4Ljc0MiIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat!important;
    width: 10px!important;
    height: 6px!important;
    border-left: none!important;
    border-right: none!important;
    border-top: none!important;
    border-bottom: none!important
}

.img-full-width {
    width: 100%;
    max-width: 100%;
    height: auto
}

.img-zoom {
    width: 100%;
    height: auto;
    overflow: hidden
}

.img-zoom img {
    transition: all .5s ease;
    max-width: 100%
}

.img-zoom:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1
}

.owl-news .img-zoom img {
    width: 100%
}

.js-fake-placeholder {
    display: none
}

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

.img-cover {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.img-cover.left {
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.img-cover.right {
    right: 0
}

.img-cover.under-text {
    z-index: -1
}


/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.slider.slider-horizontal {
    width: 210px;
    height: 20px
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0
}

.slider.slider-horizontal .slider-selection {
    height: 100%;
    top: 0;
    bottom: 0
}

.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -5px
}

.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0
}

.slider.slider-vertical {
    height: 210px;
    width: 20px
}

.slider.slider-vertical .slider-track {
    width: 10px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0
}

.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0
}

.slider.slider-vertical .slider-handle {
    margin-left: -5px;
    margin-top: -10px
}

.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0
}

.slider input {
    display: none
}

.slider .tooltip-inner {
    white-space: nowrap
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    border-radius: 4px
}

.slider-selection {
    position: absolute;
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-sizing: border-box;
    border-radius: 4px
}

.slider-handle {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #0e90d2;
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    opacity: .8;
    border: 0 solid transparent
}

.slider-handle.round {
    border-radius: 20px
}

.slider-handle.triangle {
    background: transparent none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, .3, .3);
        transform: scale3d(0.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

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


/*!
 * Tab drop for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.nav-tabs,
.nav-pills {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alert.container.alert-block.alert-danger {
	display: none;
}

.jumbo-home {
	display: block;
	position: relative;
	max-width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.jumbo-home .cta-home {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    z-index: 11;
    width: 100%;
    max-width: 815px;
    padding: 0 15px;
    text-align: center
}

@media (max-width:1199px) {
    .jumbo-home .cta-home .play-button {
        transition: .5s;
        bottom: auto;
        top: 130px
    }
    .jumbo-home .cta-home .play-button .icon-pause {
        opacity: 0;
        transition: .5s
    }
    .jumbo-home .cta-home .play-button.paused .icon-pause {
        opacity: 1
    }
    .jumbo-home .cta-home .play-button.paused .icon-play {
        opacity: 0
    }
}

@media (max-width:767px) {
    .jumbo-home .cta-home {
        width: 100%;
        padding: 20px;
        text-align: center;
        bottom: auto;
        top: 20%;
        height: auto;
        -webkit-transform: none;
        transform: none
    }
    .jumbo-home .cta-home .play-button {
        position: relative;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        top: auto;
        display: none
    }
}

.jumbo-home .cta-home img {
    max-width: 360px;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .jumbo-home .cta-home img {
        max-width: 280px;
        margin: 0 auto;
        margin-bottom: 10px
    }
}

.jumbo-home .cta-home .cta-buttons {
    margin: 0 auto;
    text-align: center
}

.jumbo-home .cta-home .cta-buttons button:first-child {
    margin-right: 15px
}

@media (max-width:767px) {
    .jumbo-home .cta-home .cta-buttons button {
        padding: 13px 0;
        width: 47%;
        margin: 0
    }
}

.jumbo-home.old-iphone .cta-home {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    top: 5%
}

@media (max-width:767px) {
    .page-frontpage .jumbo-home+div+.affix-holder .content-header.affix .navbar-collapse.visible-xs {
        display: block!important;
        opacity: 1
    }
}

#content-header-holder-holder {
    z-index: 999;
    position: relative
}

#content-header-holder {
    z-index: 99
}

.page-frontpage #content-header-holder {
    position: relative;
    top: -96px;
    margin-bottom: -100px;
    z-index: 99;
    width: 100%;
    float: left
}

@media (max-width:1199px) {
    .page-frontpage #content-header-holder {
        top: -95px;
        margin-bottom: -98px
    }
}

@media (max-width:767px) {
    .page-frontpage #content-header-holder {
        top: -130px;
        margin-bottom: -130px
    }
}

video#video-home {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover
}

@media (max-width:767px) {
    video#video-home {
        display: none
    }
}

video::-webkit-media-controls {
    display: none!important
}

video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: !important
}

video::-webkit-media-controls-enclosure {
    display: none!important
}

.play-button {
    z-index: 2147483647
}

.content-header {
    width: 100%;
    z-index: 9990
}

#content-header-holder.opened {
    height: auto!important
}

header.affix {
    width: 100%;
    height: 99px
}

@media (max-width:767px) {
    header.affix {
        height: 134px
    }
}

header .navmenu-default {
    height: auto!important
}

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

header nav {
    padding: 24px 15px
}

@media (max-width:1199px) {
    header nav {
        padding: 24px 10px;
        margin: 0;
        background: #e7e2d8
    }
}

@media (max-width:767px) {
    header nav {
        padding: 0
    }
}

header nav .logo {
    margin-right: 20px;
    float: left
}

@media (max-width:767px) {
    header nav .logo {
        width: 116px;
        margin: 20px 20px 14px
    }
}

header nav .butons-menu {
    float: left
}

@media (max-width:767px) {
    header nav .butons-menu {
        float: none;
        display: block;
        width: 100%;
        clear: both;
        border-top: 1px solid #d2cdc6;
        padding: 10px 15px
    }
}

@media (max-width:767px) {
    header nav .btn-header {
        width: 100%
    }
}

header nav .sections-nav {
    float: right;
    margin-top: 15px
}

@media (max-width:1199px) {
    header nav .sections-nav {
        opacity: 0;
        right: -100%;
        display: none;
        transition: 1s
    }
    header nav .sections-nav.open {
        opacity: 1;
        display: block;
        margin-top: 33px;
        margin-right: 8px
    }
}

@media (max-width:767px) {
    header nav .sections-nav {
        display: none
    }
}

@media (max-width:767px) {
    header nav .sections-nav li {
        margin-bottom: 30px
    }
}

header nav .sections-nav li a {
    color: #1e140d;
    font-weight: 700;
    font-size: 1.3rem
}

@media (max-width:767px) {
    header nav .sections-nav li a {
        font-size: 1.6rem
    }
}

header nav .sections-nav li a.active,
header nav .sections-nav li a.active-trail {
    opacity: 1;
    position: relative
}

header nav .sections-nav li a.active:before,
header nav .sections-nav li a.active-trail:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #1e140d;
    position: absolute;
    left: 0;
    top: 30px;
    margin: auto;
    right: 0
}

@media (max-width:767px) {
    header nav .sections-nav li a.sep {
        display: inline-block;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    header nav .sections-nav li a.sep:after {
        content: none
    }
}

header nav .sections-nav li.last a:after {
    content: none
}

header .menu-block {
    float: right;
    background: 0 0;
    border: none;
    display: none;
    margin-top: 10px
}

header .menu-block:focus {
    outline: 0
}

@media (max-width:1199px) {
    header .menu-block {
        display: block
    }
}

@media (max-width:767px) {
    header .menu-block {
        display: none
    }
}

header .menu-block .bar {
    width: 26px;
    height: 3px;
    background: #1e140d;
    margin-bottom: 3px;
    display: block
}

header .container .icon-close {
    position: absolute;
    right: 20px;
    top: 40px;
    cursor: pointer
}

header .collapse {
    overflow: hidden
}

header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    height: 130px
}

@media (max-width:767px) {
    .content-header section {
        position: relative
    }
    .content-header section .icon-close {
        position: absolute;
        right: 20px;
        top: 40px;
        cursor: pointer
    }
}

.content-header .select-language {
    float: right;
    margin-top: 15px;
    margin-left: 15px
}

.content-header .select-language button.btn-link {
    color: #1e140d;
    font-weight: 700;
    transition-property: color;
    transition-duration: .4s;
    font-size: 1.3rem;
    padding-top: 0
}

.content-header .select-language button.btn-link .caret {
    height: 7px!important
}

@media (max-width:767px) {
    .content-header .select-language button.btn-link {
        font-size: 1.6rem
    }
}

.content-header .select-language button.btn-link:hover {
    color: #a49b8d
}

.content-header .select-language button.btn-link abbr {
    cursor: auto;
    border-bottom: none
}

@media (max-width:1199px) {
    .content-header .select-language {
        margin-top: 5px
    }
}

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

.content-header .container-full {
    overflow: visible
}

.affix {
    top: 0;
    width: 100;
    z-index: 999
}

.affix header nav .sections-nav.open {
    opacity: 1
}

.wrapper.public.opacity {
    opacity: 0
}

.menu-block.opened span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    top: 6px;
    transition: all .3s ease-in-out
}

.menu-block.opened span+span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0
}

.menu-block.opened span:last-child {
    display: none
}

@media (max-width:767px) {
    header nav.navmenu.in {
        width: 100%
    }
    header nav.navmenu.in .sections-nav {
        display: block;
        opacity: 1;
        width: 100%;
        z-index: 999;
        background: #e7e2d8;
        padding-top: 15px;
        border-top: 1px solid #d2cdc6;
        margin-top: 0
    }
}

.modal-container {
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    display: none
}

.modal-container.visible {
    display: block
}

.modal-container.open {
    display: block
}

.modal-container .icon-close {
    position: absolute;
    right: 20px;
    top: 20px
}

@media (max-width:767px) {
    body {
        overflow: inherit!important
    }
}

.aditional-links {
    float: right
}

.aditional-links .btn {
    font-weight: 700
}

@media (max-width:767px) {
    .aditional-links {
        display: none;
        padding: 10px 15px;
        width: 100%
    }
    .aditional-links a.btn {
        padding: 13px 10px;
        width: 100%
    }
    .aditional-links a:first-child {
        margin-bottom: 15px
    }
}

#header-rest .btn {
    margin-left: 10px
}

@media (max-width:991px) {
    #header-rest nav .logo {
        margin-right: 10px;
        width: 150px;
        margin-top: 6px
    }
    #header-rest nav .btn {
        padding: 13px;
        margin-left: 0
    }
    #header-rest nav .btn-header {
        margin-left: 5px
    }
    #header-rest nav .buttons-menu .btn {
        border: 1px solid #fff
    }
}

@media (max-width:991px) and (max-width:767px) {
    #header-rest nav .logo {
        width: 116px;
        margin: 20px 20px 14px
    }
}

@media (max-width:991px) and (max-width:767px) {
    #header-rest nav .btn-header {
        margin-left: 0
    }
}

@media (max-width:767px) {
    #header-rest .butons-menu .btn {
        width: 48%
    }
}

.title-section {
    padding: 60px 0 34px 0
}

.title-section.title-ciudades {
    padding: 155px 0;
    color: #fff
}

.title-section-large {
    padding: 100px 0 34px 0
}

.img-booking {
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 2;
    pointer-events: none
}

@media (max-width:991px) {
    .img-booking {
        display: none
    }
}

.no-anim {
    -webkit-animation-name: none!important;
    animation-name: none!important
}

.map {
    min-height: 670px;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.cnt-info {
    display: none
}

.map-label {
    background-color: transparent;
    display: none;
    width: 200px;
    height: 210px
}

.infoMap {
    box-sizing: border-box;
    padding: 45px 20px 20px;
    width: 100%;
    background: #fff;
    height: 200px
}

.infoMap:after {
    position: relative;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent
}

.infoMap .icon-close {
    position: absolute;
    right: 20px;
    top: 20px
}

.infoMap .cnt-img {
    float: left;
    padding-top: 30px;
    text-align: center;
    width: 20%
}

.gm-style-iw {
    left: 25px
}

.cnt-txt .title-map {
    text-align: center;
    padding-bottom: 24px;
    color: #1e140d
}

.cnt-txt .title-map:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    display: block;
    margin: 0 auto;
    margin-top: 25px
}

#dirs-panel {
    height: 670px;
    border-left: 1px solid #f0ece4;
    overflow: scroll;
    visibility: hidden
}

#dirs-panel .title-map {
    background: #1e140d;
    color: #fff;
    padding: 20px;
    font-size: 20px
}

#dirs-panel .title-map .icon-close {
    position: absolute;
    right: 15px;
    top: 15px
}

#dirs-panel.animated {
    visibility: visible
}

#dirs-panel .adp-warnbox {
    margin: 0;
    font-family: 'open_sansregular';
    font-size: 14px
}

#dirs-panel .adp-warnbox .warnbox-content {
    padding: 15px
}

#dirs-panel .adp-summary,
#dirs-panel .adp-legal {
    font-family: 'open_sansregular';
    font-size: 14px;
    padding: 0 20px 10px 20px
}

#dirs-panel .adp-marker {
    margin: 20px 0 20px 20px
}

#dirs-panel .adp-placemark {
    background: #f0ece4;
    border: none;
    margin-top: 0
}

#dirs-panel .adp-substep {
    border-color: #f0ece4;
    padding: 15px 10px 15px 10px;
    font-family: 'zona_probold';
}

#dirs-panel .adp-text {
    background: #f0ece4;
    font-family: 'zona_probold';
    font-size: 22px;
    line-height: 28px;
    padding: 20px
}

.dishes-block-container {
    background-color: #1e140d;
    padding: 60px 0;
    background-image: url(../img/home/blackboard.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 800px
}

.dishes-block-container .dishes-block-container-title {
    padding-bottom: 60px;
    color: #fff
}

@media (max-width:767px) {
    .dishes-block-container .dishes-block-container-title {
        padding-bottom: 20px
    }
}

.dishes-block-container .dishes-block-container-title a {
    color: #fff
}

@media (max-width:767px) {
    .dishes-block-container {
        min-height: 0;
        padding: 30px 0
    }
}

@media (max-width:767px) {
    .block-dish-outer {
        display: block;
        margin-bottom: 15px!important
    }
}

.block-dish-outer .block-dish {
    min-height: 250px;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition-property: opacity;
    transition-duration: .4s
}

@media (max-width:767px) {
    .block-dish-outer .block-dish {
        padding: 15px 40px 15px 15px;
        border: none;
        min-height: 80px
    }
    .block-dish-outer .block-dish:after {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        z-index: -1
    }
}

.block-dish-outer .block-dish .block-dish-title {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    top: 50%;
    left: 50%;
    padding: 30px;
    background: rgba(0, 0, 0, .65)
}

@media (max-width:767px) {
    .block-dish-outer .block-dish .block-dish-title {
        padding: 0;
        background: 0 0
    }
}

@media (max-width:767px) {
    .block-dish-outer .block-dish .h4 {
        padding-bottom: 0;
        font-size: 1.8rem;
        text-align: left;
        top: 50%;
        left: auto;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: auto;
        padding-right: 40px
    }
}

.block-dish-outer .block-dish .arrow-carte {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto
}

.block-dish-outer .block-dish>img {
    transition-property: opacity;
    transition-duration: .2s
}

.block-dish-outer.hide-dish {
    opacity: 0;
    z-index: -1;
    display: block
}

.block-dish-outer.hide-dish .block-dish {
    z-index: -1
}

@media (max-width:767px) {
    .block-dish-outer.hide-dish .block-dish {
        display: none
    }
}

@media (max-width:767px) {
    .block-dish-outer.hide-dish {
        display: block
    }
}

.block-dish-outer:hover {
    opacity: 1
}

.block-dish-outer:hover .block-dish>img {
    opacity: .6
}

.block-dish-inner {
    position: absolute;
    opacity: 0;
    transition-property: opacity;
    transition-duration: .4s;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 155px;
    width: calc(100% - 30px);
    margin: 0 15px;
    overflow: hidden;
    padding: 0
}

@media (max-width:767px) {
    .block-dish-inner {
        position: static;
        top: 0;
        display: block;
        opacity: 1;
        margin-bottom: 30px;
        display: none
    }
}

.block-dish-inner .block-dish-inner-container-full {
    border: 1px solid #fff;
    min-height: 540px
}

@media (max-width:767px) {
    .block-dish-inner .block-dish-inner-container-full {
        min-height: 0
    }
}

.block-dish-inner .block-dish-inner-container-full .inner-info {
    min-height: 537px;
    background-color: rgba(0, 0, 0, .8);
    padding: 80px 15px;
    text-align: center
}

@media (max-width:767px) {
    .block-dish-inner .block-dish-inner-container-full .inner-info {
        min-height: 0
    }
}

.block-dish-inner .block-dish-inner-container-full .inner-info .inner-info-title {
    padding-bottom: 60px;
    margin-bottom: 30px;
    position: relative
}

.block-dish-inner .block-dish-inner-container-full .inner-info .inner-info-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 3px;
    margin: 0 auto;
    background-color: #fff
}

.block-dish-inner.shown {
    opacity: 1;
    z-index: 0;
    display: block
}

.dish-init {
    transition-property: opacity;
    transition-duration: .4s;
    opacity: 1
}

.dish-init.dish-init-hidden {
    opacity: 0
}

.close-dish {
    position: absolute;
    right: 15px;
    top: 15px;
    background: 0 0;
    border: none;
    box-shadow: none
}

.close-dish:focus {
    outline: 0
}

@media (max-width:767px) {
    .close-dish {
        display: none
    }
}

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 99;
	display: block;
}

@media (max-width:767px) {
	.loader {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;
	}
}

.loader .message {
    color: #fff;
    text-align: center;
    font-size: 22px
}

.loader .content-pot {
    text-align: center;
    width: 310px;
    max-width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.loader .content-pot .pot-smoke {
    position: relative;
    width: 45px;
    margin: 0 auto
}

.loader .content-pot .pot-smoke:first-child {
    -webkit-animation: potSmoke1 4s infinite;
    animation: potSmoke1 4s infinite
}

.loader .content-pot .pot-smoke:nth-child(2) {
    -webkit-animation: potSmoke2 4s infinite;
    animation: potSmoke2 4s infinite
}

.loader .content-pot .pot-smoke:nth-child(3) {
    -webkit-animation: potSmoke3 4s infinite;
    animation: potSmoke3 4s infinite
}

.loader .content-pot .pot {
    margin-bottom: 35px
}

@-webkit-keyframes potSmoke1 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes potSmoke1 {
    0% {
        opacity: 0
    }
    20% {
        opacity: 0
    }
    25% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes potSmoke2 {
    0% {
        opacity: 0
    }
    45% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@keyframes potSmoke2 {
    0% {
        opacity: 0
    }
    45% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

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

@keyframes potSmoke3 {
    0% {
        opacity: 0
    }
    70% {
        opacity: 0
    }
    75% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

[class*=icon-] {
    display: inline-block;
    text-align: center
}

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

[class*=icon-] svg {
    width: 100%;
    height: 100%
}

[class*=icon-].lg {
    font-size: 44px;
    height: 44px;
    width: 44px
}

[class*=icon-].md {
    font-size: 34px;
    height: 34px;
    width: 34px
}

[class*=icon-].sm {
    font-size: 24px;
    height: 24px;
    width: 24px
}

[class*=icon-].xs {
    font-size: 16px;
    height: 16px;
    width: 16px
}

[class*=icon-].xxs {
    font-size: 12px;
    height: 12px;
    width: 12px
}

.icon-close.xs {
    font-size: 13px;
    width: 13px;
    height: 13px
}

.booking-block .icon-close.close-booking {
    width: 15px;
    height: 15px;
    font-size: 15px
}

[class*=icon-] {
    background-size: contain!important
}

.block-social-home .icon-twitter {
    background-image: url(icon-png/twitter-gris.png)
}

.block-social-home .icon-instagram {
    background-image: url(icon-png/instagram-gris.png)
}

footer .icon-twitter {
    background-image: url(icon-png/twitter-blanco.png)
}

footer .icon-facebook {
    background-image: url(icon-png/facebook-blanco.png)
}

footer .icon-youtube {
    background-image: url(icon-png/youtube.png)
}

.list-logos-club .icon-vips {
    background-image: url(icon-png/vips-red.png)
}

.list-logos-club .icon-vipsmart {
    background-image: url(icon-png/vipsmart-red.png)
}

.list-logos-club .icon-ginos {
    background-image: url(icon-png/ginos-club-page.png)
}

.list-club-vips .icon-takeaway {
    background-image: url(icon-png/takeaway.png)
}

.list-club-vips .icon-purse {
    background-image: url(icon-png/purse.png)
}

.list-club-vips .icon-locate {
    background-image: url(icon-png/locate.png)
}

::-webkit-input-placeholder {
    color: #1e140d!important
}

:-moz-placeholder {
    color: #1e140d!important;
    opacity: 1
}

::-moz-placeholder {
    color: #1e140d!important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #1e140d!important
}

.form-control {
    box-shadow: none!important;
    height: 60px;
    background: #f2f1ef;
    border: 1px solid #f2f1ef;
    border-radius: 0;
    width: 100%;
    color: #1e140d;
    transition: .5s ease-in-out;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.form-control.input-search-group {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 2px
}

.form-control.input-search-group:focus,
.form-control.input-search-group.complete {
    border: 1px solid #fff!important
}

.form-control.bg-color-white {
    background-color: #fff
}

.input-bg-white .form-control.input-search-group:focus,
.input-bg-white .form-control.input-search-group.complete {
    border: 1px solid #f2f1ef!important
}

.input-bg-white .btn-locate:hover,
.input-bg-white .btn-locate:focus {
    border: 1px solid #f2f1ef!important
}

textarea {
    resize: none
}

textarea.form-control {
    padding-top: 18px;
    padding-bottom: 15px;
    font-size: 16px;
    margin-bottom: 20px;
    white-space: normal;
    overflow: auto
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important;
    margin-bottom: 20px
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bootstrap-select>.btn {
    white-space: nowrap;
    padding: 0 15px
}

.bootstrap-select>.btn.btn-default {
    background: #f2f1ef;
    border: 1px solid #f2f1ef;
    color: #1e140d;
    font-weight: 400;
    height: 60px
}

.bootstrap-select>.btn.btn-default:hover,
.bootstrap-select>.btn.btn-default:focus,
.bootstrap-select>.btn.btn-default.selected {
    background: #fff;
    border: 1px solid #f2f1ef;
    box-shadow: none!important
}

.bootstrap-select>.btn.btn-default:focus {
    outline: 1px #f2f1ef!important;
    box-shadow: none!important;
    border: 1px solid #f2f1ef!important
}

.bootstrap-select.selected>.btn.btn-default {
    background: #fff
}

.bootstrap-select .dropdown-menu {
    border-radius: 0;
    margin-top: -1px;
    box-shadow: none;
    padding-top: 0
}

.bootstrap-select .dropdown-menu li {
    height: 60px;
    padding: 0
}

.bootstrap-select .dropdown-menu li a {
    line-height: 60px;
    padding: 0 0 0 15px;
    margin: 0;
    font-size: 16px
}

.bootstrap-select .dropdown-menu li a:hover {
    opacity: 1
}

.province-selected .bootstrap-select>.btn.btn-default {
    background: #fff;
    color: #1e140d
}

select.selectpicker {
    background: #fff;
    border: 1px solid #1e140d;
    color: #1e140d;
    font-weight: 400;
    border-radius: 0;
    padding: 10px 30px;
    position: relative;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPkltcG9ydGVkIExheWVyczwvdGl0bGU+PGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjQTQ5QjhEIj48Zz48Zz48cGF0aCBkPSJNLjUzOC43NDJsLjcxOC0uNjIgMy43NTYgNC4zMkw4Ljc3NCAwIDkuNS42MSA1LjAyMiA1LjkuNTM4Ljc0MiIvPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    background-size: 8px 8px;
    background-position: right 12px center
}

.input-icons .form-control,
.select-icons .form-control,
.input-icons .selectpicker,
.select-icons .selectpicker {
    position: relative;
    padding-left: 55px;
    font-size: 16px;
    font-size: 1.6rem
}

.input-icons .form-control .caret,
.select-icons .form-control .caret,
.input-icons .selectpicker .caret,
.select-icons .selectpicker .caret {
    border-bottom: none
}

.input-icons [class*=icon-],
.select-icons [class*=icon-] {
    position: absolute;
    left: 30px;
    top: 16px;
    z-index: 9
}

.input-icons input[type=date],
.select-icons input[type=date] {
    line-height: 60px
}

.input-icons .filter-option,
.select-icons .filter-option {
    padding-left: 40px
}

.input-icons .js-fake-placeholder,
.select-icons .js-fake-placeholder {
    display: none
}

@media (max-width:991px) {
    .input-icons .js-fake-placeholder,
    .select-icons .js-fake-placeholder {
        position: absolute;
        display: block;
        pointer-events: none;
        margin-top: 20px;
        margin-left: 70px;
        z-index: 1;
        color: #1e140d
    }
}

.no-legacy-ie .radio label,
.no-legacy-ie .checkbox label {
    padding-left: 0
}

.no-legacy-ie .checkbox,
.no-legacy-ie .checkbox-inline {
    position: relative
}

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

.no-legacy-ie .checkbox label:before,
.no-legacy-ie .checkbox-inline label:before {
    content: "";
    background: #f2f1ef;
    border: 1px #f2f1ef;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin-top: 0;
    margin: auto
}

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

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

.no-legacy-ie .checkbox label.check-top:before {
    top: 0;
    bottom: auto
}

.no-legacy-ie .checkbox label {
    padding-left: 38px
}

.no-legacy-ie .checkbox-inline label.check-top:before {
    top: 0;
    bottom: 0
}

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

.no-legacy-ie .checkbox input[type=checkbox],
.no-legacy-ie .checkbox-inline input[type=checkbox] {
    opacity: 0;
    width: 1px;
    height: 1px;
    text-indent: -99999px
}

.no-legacy-ie .checkbox input[type=checkbox]:checked+label::before,
.no-legacy-ie .checkbox-inline input[type=checkbox]:checked+label::before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+U2hhcGU8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgZmlsbD0iIzFFMTQwRCI+PGc+PGc+PGc+PHBhdGggZD0iTS4zMzcgMTAuODk0bDUuNDg2IDQuODU1LjgxMi43MTcuNjUtLjg2NkwxNy44IDEuNiAxNi4yLjRsLTEwLjUxNCAxNCAxLjQ2Mi0uMTUtNS40ODUtNC44NTQtMS4zMjYgMS40OTh6Ii8+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
    border: 1px solid #a49b8d;
    background-size: 17px 16px;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 15px;
    color: #1e140d;
    text-align: center;
    line-height: 10px
}

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

.no-legacy-ie .checkbox input[type=checkbox]:focus+label::before,
.no-legacy-ie .checkbox-inline input[type=checkbox]:focus+label::before {
    border: 1px solid #1e140d
}

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

@media (max-width:991px) {
    .no-legacy-ie .radio {
        padding-top: 3px
    }
}

.no-legacy-ie .radio label {
    padding-right: 10px;
    padding-left: 38px
}

.no-legacy-ie .radio label:before {
    content: "";
    background: #f2f1ef;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 26px
}

@media (max-width:991px) {
    .no-legacy-ie .radio label:before {
        font-size: 19px
    }
}

.no-legacy-ie .radio.radio-white label:before {
    background: #fff
}

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

.no-legacy-ie .radio input[type=radio] {
    width: 1px;
    height: 1px;
    opacity: 0;
    text-indent: -9999px
}

.no-legacy-ie .radio input[type=radio]:checked+label:before {
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cmFkaW88L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGc+PGc+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PGNpcmNsZSBpZD0iT3ZhbC01IiBzdHJva2U9IiNBNDlCOEQiIG9wYWNpdHk9Ii41IiBjeD0iMTMiIGN5PSIxMyIgcj0iMTMiLz48Y2lyY2xlIGZpbGw9IiMxRTE0MEQiIGN4PSIxMyIgY3k9IjEzIiByPSI1Ii8+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat;
    color: #1e140d
}

.no-legacy-ie .radio input[type=radio]:focus+label:before {
    border: 1px solid #1e140d
}

.no-legacy-ie .radio.radio-white label {
    color: #fff
}

.no-legacy-ie .radio.radio-white input[type=radio]:checked+label:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+cmFkaW88L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGc+PGc+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PGNpcmNsZSBpZD0iT3ZhbC01IiBzdHJva2U9IiNBNDlCOEQiIG9wYWNpdHk9Ii41IiBjeD0iMTMiIGN5PSIxMyIgcj0iMTMiLz48Y2lyY2xlIGZpbGw9IiMxRTE0MEQiIGN4PSIxMyIgY3k9IjEzIiByPSI1Ii8+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=);
    background-color: #fff
}

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

.no-legacy-ie .form-inline .checkbox label:before,
.no-legacy-ie .form-inline .radio label:before {
    position: static
}

.no-legacy-ie .has-success .checkbox label,
.no-legacy-ie .has-success .radio label {
    color: #1e140d
}

.no-legacy-ie .has-success .form-control {
    border-color: #a49b8d
}

.no-legacy-ie .form-group.has-success .form-control {
    background: #fff;
    border-color: #a49b8d
}

.no-legacy-ie .has-error.checkbox label:before,
.no-legacy-ie .has-error.checkbox-inline label:before {
    top: -2px;
    border: 1px solid #d0021b;
    bottom: auto
}

.no-legacy-ie .has-error.checkbox label.check-top:before {
    top: 0
}

.no-legacy-ie .has-error.checkbox label,
.no-legacy-ie .has-error .checkbox-inline label {
    margin-bottom: 15px;
    color: #1e140d;
    height: 26px
}

.no-legacy-ie .checkbox.has-error label,
.no-legacy-ie .checkbox-inline.has-error label {
    color: #1e140d
}

.radios-inline,
.checkboxs-inline {
    margin-top: 20px;
    margin-bottom: 40px
}

.radios-inline .radio,
.checkboxs-inline .radio,
.radios-inline .form-group,
.checkboxs-inline .form-group,
.radios-inline .checkbox,
.checkboxs-inline .checkbox {
    width: auto;
    display: inline
}

.radios-inline .radio,
.checkboxs-inline .radio,
.radios-inline .checkbox,
.checkboxs-inline .checkbox {
    margin-right: 30px
}

.radios-inline label,
.checkboxs-inline label {
    margin-bottom: 15px
}

@media (max-width:767px) {
    .radios-inline {
        margin-top: 0
    }
    .radios-inline .radio {
        display: block
    }
    .radios-inline .radio label:before {
        bottom: auto
    }
}

.info-form {
    margin-top: 5px
}

.info-schedule {
    font-style: italic;
    margin-top: 5px
}

.has-error .form-control,
.has-warning .form-control {
    transition: none;
    border-color: #d0021b;
    background-image: url(../img/error.png);
    background-repeat: no-repeat;
    background-position: right 10px center
}

.has-error .help-block.with-errors li,
.has-warning .help-block.with-errors li {
    list-style: none;
    color: #d0021b;
    padding-left: 0
}

.has-error .help-block.with-errors li:before,
.has-warning .help-block.with-errors li:before {
    content: none
}

.form-control::-ms-clear {
    display: none!important
}

.btn-send.js-show-send {
    opacity: 0;
    transition: 1s;
    visibility: hidden
}

.btn-send.js-show-send:hover {
    opacity: 0;
    cursor: default
}

.btn-send.js-show-send.animated {
    opacity: 1;
    cursor: pointer;
    visibility: visible
}

.dropdown-menu .dropdown-menu {
    max-height: 400px!important;
    overflow: auto!important
}

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

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

.datepicker {
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .2)
}

.datepicker .datepicker-days .table-condensed>thead>tr>th {
    padding: 10px 9px;
    font-size: 16px
}

.datepicker .datepicker-days .table-condensed>thead>tr>th.datepicker-switch {
    pointer-events: none
}

.datepicker .datepicker-days .table-condensed>thead>tr>th.next,
.datepicker .datepicker-days .table-condensed>thead>tr>th.prev {
    text-indent: -999999px;
    background-image: url(../img/next.png);
    background-repeat: no-repeat;
    background-size: 20px 10px;
    background-position: center center
}

.datepicker .datepicker-days .table-condensed>thead>tr>th.next:hover,
.datepicker .datepicker-days .table-condensed>thead>tr>th.prev:hover {
    background-color: transparent;
    opacity: .8
}

.datepicker .datepicker-days .table-condensed>thead>tr>th.prev {
    background-image: url(../img/prev.png)
}

.datepicker .datepicker-days .table-condensed>tbody>tr>td {
    padding: 10px
}

.datepicker .datepicker-days .table-condensed>tbody>tr>td.active.day,
.datepicker .datepicker-days .table-condensed>tbody>tr>td:hover {
    background: #f0ece4;
    color: #1e140d;
    border-radius: 0
}

.datepicker .datepicker-days .table-condensed>tbody>tr>td.disabled.day {
    color: #a49b8d;
    opacity: .6
}

.datepicker .datepicker-days .table-condensed>tbody>tr>td.disabled.day:hover {
    background: 0 0
}

.datepicker .datepicker-days .table-condensed>tbody>tr>td.new.day {
    color: #a49b8d;
    display: none!important
}

.btn-group.bootstrap-select .selectpicker.disabled,
.form-group .form-control.disabled,
.form-group .form-control disabled,
.form-control[disabled] {
    color: #a49b8d!important;
    background: #f2f1ef;
    opacity: .5
}

.form-message {
    width: 100%;
    background: #fff;
    z-index: 9
}

.nav-tabs {
    border-bottom: none;
    margin: 0 60px 35px;
    border-bottom: 2px solid #f08400
}

@media (max-width:1199px) {
    .nav-tabs {
        margin: 0 0 35px
    }
}

.nav-tabs li {
    display: inline-block;
    float: none;
    padding-left: 0
}

.nav-tabs li:before {
    content: '';
    display: none
}

.nav-tabs>li a {
    text-align: center;
    border: none;
    opacity: .8
}

.nav-tabs>li a [class*=icon-] svg path {
    fill: #d2cdc6
}

.nav-tabs>li a:hover,
.nav-tabs>li a:focus,
.nav-tabs>li a:active {
    background: 0 0;
    border: none
}

.nav-tabs>li.active>a {
    border-radius: 50px;
    border: none;
    opacity: 1
}

.nav-tabs>li.active>a [class*=icon-] svg rect,
.nav-tabs>li.active>a [class*=icon-] svg path {
    fill: #f08400
}

.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    background: 0 0;
    border: none;
    border-radius: 50px
}

.nav-tabs>li.active:after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 8px;
    height: 4px;
    background-color: #f08400;
    border-radius: 5px 5px 0 0;
    right: 0;
    left: 0;
    margin: auto
}

.tab-content {
    margin-bottom: 110px
}

@media (max-width:767px) {
    .tab-content {
        margin-bottom: 80px
    }
}

.navbar {
    position: fixed;
    right: 120px;
    top: 200px;
    z-index: 999
}

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

.navbar .nav-tabs {
    margin-bottom: 0
}

.navbar .nav-tabs li {
    display: block;
    margin-bottom: 15px;
    padding: 0
}

.navbar .nav-tabs li a {
    text-indent: -99999px;
    width: 5px;
    height: 5px;
    border-radius: 20px;
    display: block;
    background: #fff;
    margin: 0 auto;
    padding: 0
}

.navbar .nav-tabs li.active a {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    background: 0 0
}

.navbar .nav-tabs li:last-child {
    margin-bottom: 0
}

.carousel-tab-mix .tab-pane {
    opacity: 0
}

@media (max-width:991px) {
    .carousel-tab-mix .tab-pane {
        opacity: 1
    }
}

.carousel-tab-mix .tab-pane.active {
    position: relative
}

.carousel-tab-mix .tab-pane.active.animated {
    transition: .4s;
    opacity: 1;
    top: 0
}

.carousel-tab-mix .tab-pane.active .text-carousel .h5 {
    color: #f08400
}

@media (max-width:767px) {
    .carousel-tab-mix [class*=icon-].md {
        width: 50px;
        height: 50px;
        font-size: 50px
    }
}

.nav-tabs.nav-tabs-carousel li a {
    position: relative;
    height: 75px;
    width: 75px
}

.nav-tabs.nav-tabs-carousel li a [class*=icon-] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    font-size: 50px
}

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

@media (max-width:767px) {
    button.navbar-toggle,
    button.navbar-collapse {
        margin: 0;
        padding: 0;
        position: absolute;
        display: block;
        top: 0;
        border-radius: 0;
        background: 0 0;
        border: none;
        width: 63px;
        height: 63px;
        right: 0
    }
    button.navbar-toggle:focus,
    button.navbar-collapse:focus {
        outline: 0
    }
    button.navbar-toggle[aria-expanded=true],
    button.navbar-collapse[aria-expanded=true] {
        background: #d2cdc6
    }
    button.navbar-toggle[aria-expanded=true] span,
    button.navbar-collapse[aria-expanded=true] span {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all .3s ease-in-out
    }
    button.navbar-toggle[aria-expanded=true] span+span,
    button.navbar-collapse[aria-expanded=true] span+span {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0
    }
    button.navbar-toggle[aria-expanded=true] span:last-child,
    button.navbar-collapse[aria-expanded=true] span:last-child {
        display: none!important
    }
    button.navbar-toggle[aria-expanded=true] span+.icon-bar,
    button.navbar-collapse[aria-expanded=true] span+.icon-bar {
        margin-top: -2px
    }
    button.navbar-toggle.right,
    button.navbar-collapse.right {
        right: 0
    }
    button.navbar-toggle .icon-bar,
    button.navbar-collapse .icon-bar {
        height: 2px;
        background: #1e140d;
        display: block!important;
        width: 16px;
        margin: 0 auto
    }
    button.navbar-toggle .icon-bar+.icon-bar,
    button.navbar-collapse .icon-bar+.icon-bar {
        margin-top: 2px
    }
    button.navbar-toggle .title,
    button.navbar-collapse .title {
        font-size: .8rem
    }
    .off-canvas {
        display: block;
        background: #1e140d;
        width: 250px;
        width: 80%;
        height: 100%;
        left: -80%;
        position: fixed;
        z-index: 999;
        overflow: auto
    }
    .off-canvas[data-side=right] {
        left: auto;
        right: -80%
    }
    .off-canvas[data-side=top] {
        left: auto;
        right: auto;
        top: -100%;
        width: 100%
    }
    .off-canvas[data-side=bottom] {
        left: auto;
        right: auto;
        bottom: -100%;
        width: 100%
    }
    html.out,
    body.out {
        left: 0
    }
    .canvas-wrap {
        display: none;
        width: 100%;
        position: absolute;
        z-index: 99999;
        background: rgba(0, 0, 0, .2);
        transition: .5s
    }
    html,
    body {
        left: 0;
        transition-property: left, right, top, bottom;
        transition-duration: .5s, .5s, .5s, .5s
    }
    html.out .off-canvas {
        transition-property: left, right, top, bottom;
        transition-duration: .5s, .5s, .5s, .5s
    }
    .canvas-wrap {
        z-index: 88
    }
    body.in .off-canvas,
    body.out .off-canvas {
        position: absolute
    }
    html.in,
    html.out {
        height: 100%;
        width: 100%;
        position: relative;
        transition-property: left, right, top, bottom;
        transition-duration: .5s, .5s, .5s, .5s
    }
    body.in,
    body.out {
        left: 80%;
        position: fixed;
        height: 100%;
        width: 100%;
        transition-property: left, right, top, bottom;
        transition-duration: .5s, .5s, .5s, .5s
    }
    body.in.right,
    body.out.right {
        left: auto;
        right: 80%
    }
    body.in.top,
    body.out.top {
        left: auto;
        top: 100%
    }
    body.in.bottom,
    body.out.bottom {
        left: auto;
        bottom: 100%
    }
    body.out {
        left: 0
    }
    body.out.right {
        left: auto;
        right: 0
    }
}

@media (max-width:767px) and (max-width:767px) {
    button.navbar-toggle,
    button.navbar-collapse {
        top: 0
    }
}

@media (max-width:767px) and (max-width:767px) {
    button.navbar-toggle .icon-bar,
    button.navbar-collapse .icon-bar {
        height: 2px;
        width: 16px
    }
}

@media (max-width:767px) and (max-width:991px) {
    .off-canvas {
        width: 320px;
        left: -320px;
        -webkit-overflow-scrolling: touch
    }
}

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

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

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

.btn {
    padding: 13px 40px;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'open_sansregular';
    border-radius: 0;
    transition: .5s
}

.btn:hover {
    opacity: 1
}

.btn.btn-header {
    background: rgba(255, 255, 255, .8);
    color: #1e140d;
    border-bottom: 1px solid #DFDCD5;
    font-weight: 700
}

.btn.btn-header:hover {
    background: #1e140d;
    color: #fff;
    border-bottom: 1px solid #A19A91
}

.btn.btn-header:focus {
    outline: 5px auto #fcfaf5
}

.btn.btn-primary {
    background: #c96723;
    color: #fff;
    border: 1px solid #c96723
}

.btn.btn-primary:hover {
    background: #bc5711
}

.btn.btn-primary:focus {
    box-shadow: 0 0 5px #bc5711!important;
    outline: 0!important;
    border: 1px solid #bc5711!important;
    opacity: 1
}

.btn.btn-secondary {
    background: #1e140d;
    color: #fff;
    border: 1px solid #1e140d
}

.btn.btn-arrow {
    background: 0 0;
    color: #1e140d;
    border: 1px solid #1e140d
}

.btn.btn-arrow:after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNSIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgNSA4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5QYXRoIDk5PC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHN0cm9rZT0iIzFFMTQwRCI+PGc+PGc+PGc+PGc+PGc+PHBhdGggZD0iTS41IDguMDM1TDQuMDM1IDQuNS41Ljk2NSIvPjwvZz48L2c+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=) no-repeat;
    width: 5px;
    height: 8px;
    display: inline-block;
    margin-left: 7px
}

.btn.btn-send {
    background: #1e140d;
    color: #fff
}

.btn.btn-locate {
    height: 60px;
    width: 60px;
    transition: 1s
}

.btn.btn-locate:focus {
    box-shadow: none!important;
    outline: 0!important;
    border: none!important;
    opacity: 1
}

@media (max-width:767px) {
    .btn.btn-locate {
        width: 100%;
        margin-left: 0
    }
    .btn.btn-locate.btn-icon-left [class*=icon-] {
        left: 45px
    }
}

.btn.btn-locate:focus {
    outline: 0
}

.btn.btn-locate.btn-icon-left {
    width: auto;
    padding-left: 53px;
    padding-right: 40px;
    background: #c96723
}

.btn.btn-locate.btn-icon-left:hover {
    background: #c96723
}

.btn.btn-locate.btn-icon-left .icon-locator {
    left: 15px;
    right: auto
}

.btn.btn-locate.locate-in {
    width: 60px;
    padding: 0;
    margin-left: 0
}

.btn.btn-locate.locate-in.btn-icon-left [class*=icon-] {
    left: 15px
}

@media (max-width:767px) {
    .btn.btn-locate.locate-in {
        float: left
    }
}

.btn.btn-adress-located {
    height: 60px;
    float: right;
    color: #1e140d;
    border-top: 1px solid #D1CDC6;
    border-bottom: 1px solid #D1CDC6;
    border-right: 1px solid #D1CDC6;
    padding: 0 20px 0 15px;
    line-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    pointer-events: none;
    text-align: left
}

@media (max-width:767px) {
    .btn.btn-adress-located {
        float: left
    }
}

.btn.btn-blue {
    background: #022c9d;
    color: #fff;
    border: 1px solid #022c9d
}

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

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

.btn.btn-icon-left {
    position: relative;
    padding-left: 53px
}

.btn.btn-icon-left [class*=icon-] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 15px
}

.btn.link {
    border: none;
    padding: 0;
    background: 0 0;
    color: #a49b8d;
    outline: 0
}

.btn.link:focus {
    outline: 0;
    border: none
}

.btn.btn-search {
    width: 60px;
    height: 60px;
    background: #a49b8d;
    padding: 0
}

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

.btn.btn-locate {
    width: 60px;
    height: 60px;
    background: #f2f1ef;
    padding: 0
}

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

.btn.btn-locate:hover {
    background: #fff;
    opacity: 1
}

.btn.btn-close {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    text-align: center;
    padding: 0;
    line-height: 50px;
    position: relative;
    margin-bottom: 5px
}

.btn.btn-close:after,
.btn.btn-close:before {
    display: inline-block;
    content: '';
    width: 1px;
    height: 25px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute
}

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

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

.btn.btn-close.btn-black {
    background-color: #000
}

.btn.no-btn {
    border: none;
    background: 0 0;
    padding: 0
}

.btn.no-btn:focus {
    border: none;
    outline: 0
}

.group-stores-locator {
    width: 100%
}

@media (max-width:767px) {
    .group-stores-locator {
        height: 60px
    }
}

@media (max-width:767px) {
    .btn {
        min-height: 40px
    }
}

.btn-group .btn:hover {
    opacity: 1
}

@media (max-width:767px) {
    .btn-group .btn {
        outline: 0
    }
    .btn-group .btn:focus {
        outline: 0
    }
    .btn-group .btn+.btn-group,
    .btn-group .btn+.btn {
        margin-left: 0
    }
}

.btn-group.share-buttons>.btn {
    color: #a49b8d;
    border-color: #d2cdc6;
    background: #fff;
    padding: 18px 25px 18px 60px
}

.btn-group.share-buttons>.btn [class*=icon-] {
    left: 20px
}

@media (max-width:767px) {
    .btn-group.share-buttons>.btn {
        width: 100%;
        padding: 21px 0;
        display: block;
        border-bottom: none
    }
    .btn-group.share-buttons>.btn:last-child {
        border-bottom: 1px solid #d2cdc6
    }
    .btn-group.share-buttons>.btn:first-child {
        margin-left: -1px
    }
    .btn-group.share-buttons>.btn [class*=icon-] {
        position: initial;
        margin-right: 15px
    }
}

.btn-group.share-buttons.block-share {
    position: relative;
    overflow: hidden
}

@media (max-width:767px) {
    .btn-group.share-buttons.block-share {
        width: 100%
    }
}

.btn-group.share-buttons.block-share .btn:hover,
.btn-group.share-buttons.block-share .btn:active,
.btn-group.share-buttons.block-share .btn:focus {
    outline: 0
}

.btn-group.share-buttons.block-share .btn:hover {
    background: #f8f6f2
}

.btn-group.share-buttons.block-share .btn.last {
    border-bottom: 1px solid #d2cdc6
}

.btn-group.share-buttons.block-share .btn.btn-icon-left {
    padding: 0 25px 0 60px;
    height: 60px
}

@media (max-width:767px) {
    .btn-group.share-buttons.block-share .btn.btn-icon-left {
        padding: 0 25px
    }
    .btn-group.share-buttons.block-share .btn.btn-icon-left [class*=icon-] {
        position: absolute;
        left: 50px;
        right: auto
    }
}

.btn-group.share-buttons.block-share .btn-share {
    transition: 1s;
    margin-left: 0
}

.btn-group.share-buttons.block-share .btn-share.hover {
    margin-left: 21px
}

@media (max-width:767px) {
    .btn-group.share-buttons.block-share .btn-share.hover {
        margin-left: 0
    }
}

.btn-group.share-rrss>.btn {
    padding: 0;
    width: 60px;
    height: 60px;
    z-index: 4;
    transition: .5s;
    background: #fff
}

.btn-group.share-rrss>.btn:first-child {
    background: #fff
}

.btn-group.share-rrss>.btn:focus {
    outline: 0;
    border: 1px solid #d2cdc6;
    background: #fff
}

.btn-group.share-rrss>.btn [class*=icon-] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.btn-group.share-rrss>.btn:hover {
    background: #f8f6f2
}

@media (max-width:767px) {
    .btn-group.share-rrss {
        width: 100%
    }
    .btn-group.share-rrss .btn {
        width: calc(50%);
        border-bottom: 1px solid #d2cdc6
    }
    .btn-group.share-rrss .btn:first-child {
        margin-left: 0
    }
    .btn-group.share-rrss .btn.btn-send {
        width: auto
    }
}

.btn-group.group-app .btn:first-child {
    cursor: default;
    padding: 13px 20px
}

.btn-group.group-app .btn {
    border-color: #022c9d
}

.btn-group.group-app .btn-app {
    width: 50px;
    height: 50px;
    padding: 0
}

.btn-group.group-app .btn-app:hover {
    background: #022c9d
}

.btn-group.group-app .btn-app:hover [class*=icon-] svg path {
    fill: #fff
}

.btn-group.group-app [class*=icon-] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

.btn-group .share-rrss {
    position: absolute;
    left: -180px;
    transition: 1s;
    z-index: 11
}

@media (max-width:767px) {
    .btn-group .share-rrss {
        left: -100%
    }
}

.btn-group .share-rrss.move {
    left: 1px;
    z-index: 99
}

@media (max-width:767px) {
    .btn-group .share-rrss.move {
        left: 2px
    }
    .btn-group .share-rrss.move .btn {
        margin-left: -1px;
        height: 61px
    }
    .btn-group .share-rrss.move .btn:first-child {
        border-left: none
    }
    .btn-group .share-rrss.move .btn:last-child {
        border-right: none
    }
}

.btn-group.share-buttons.block-share a.btn.btn-icon-left {
    padding-top: 18px
}

button.btn-link {
    color: #a49b8d
}

button.btn-link:hover,
button.btn-link:active,
button.btn-link:focus {
    text-decoration: none;
    color: #a49b8d
}

::-moz-selection {
    color: #fff;
    background: #1e140d
}

::selection {
    color: #fff;
    background: #1e140d
}

html {
    font-size: 62.5%
}

@media (max-width:767px) {
    html {
        font-size: 60%
    }
}

body {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    color: #1e140d;
    font-smoothing: antialiased;
    font-family: 'open_sansregular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    margin: 0;
    width: auto
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
    text-decoration: none;
    font-size: inherit;
    margin: 0;
    width: auto;
    font-weight: 400
}

.h1,
.node-type-page h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 36px;
    line-height: 3.6rem;
    font-family: 'zona_probold';
    letter-spacing: -1px;
    padding-bottom: 30px
}

.h2 {
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 30px;
    line-height: 3.0rem;
    font-family: 'zona_probold';
    letter-spacing: -1px;
    padding-bottom: 20px
}

.h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-family: 'zona_probold';
    letter-spacing: -1px;
    padding-bottom: 10px
}

.h4,
.node-type-page h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-family: 'zona_probold';
    letter-spacing: -1px;
    padding-bottom: 10px
}

.h5,
.node-type-page h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    font-family: 'open_sansregular';
    letter-spacing: -1px;
    padding-bottom: 20px
}

.h6,
.node-type-page h6 {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-family: 'open_sansregular';
    color: #1e140d;
    padding-bottom: 10px
}

.node-type-page h3 {
    font-weight: 700;
    text-transform: uppercase
}

a.h1,
a.h2,
a.h3,
a.h4,
a.h5,
a.h6 {
    text-decoration: none
}

a.h1:hover,
a.h2:hover,
a.h3:hover,
a.h4:hover,
a.h5:hover,
a.h6:hover {
    color: #1e140d
}

.h1-secondary {
    font-size: 3.2rem;
    line-height: 3.6rem;
    font-family: 'zona_probold';
    color: #1e140d;
    padding-bottom: 30px
}

.h2-secondary {
    font-size: 2.1rem;
    line-height: 2.4rem;
    font-family: 'zona_probold';
    color: #1e140d;
    padding-bottom: 20px
}

.h3-secondary {
    font-size: 2rem;
    line-height: 2.3rem;
    font-family: 'open_sansregular';
    color: #1e140d;
    padding-bottom: 10px
}

.h4-secondary {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-family: 'open_sansregular';
    color: #1e140d;
    padding-bottom: 10px
}

.h5-secondary {
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: 'open_sansregular';
    color: #1e140d;
    padding-bottom: 10px
}

.h6-secondary {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-family: 'open_sansregular';
    color: #1e140d;
    padding-bottom: 10px
}

.h3-higlighted,
.h6-higlighted {
    margin: 40px 0
}

.h3-higlighted:after,
.h6-higlighted:after {
    content: '';
    width: 32px;
    height: 3px;
    background: #1e140d;
    margin: 18px auto 0;
    display: block
}

p {
    padding-bottom: 15px;
    margin: 0;
    line-height: 24px;
    line-height: 2.4rem
}

p.lead {
    margin-bottom: 0;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 25px;
    line-height: 2.5rem
}

.lead-bebas {
    font-size: 1.7rem;
    padding-bottom: 30px;
    font-family: 'zona_probold'
}

.lead-bebas.ls15 {
    letter-spacing: 1.5px
}

small,
.small {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem
}

.extra-small {
    font-size: 12px;
    font-size: 1.2rem
}

.cursive {
    font-style: italic
}

a,
a.link-primary,
a.link-primary:link,
a.link-primary:visited,
button.link-primary {
    transition: .2s;
    color: #a49b8d
}

a:focus,
a.link-primary:focus,
a.link-primary:link:focus,
a.link-primary:visited:focus,
button.link-primary:focus {
    outline: 0;
    text-decoration: none
}

a:active,
a.link-primary:active,
a.link-primary:link:active,
a.link-primary:visited:active,
button.link-primary:active,
a.active,
a.link-primary.active,
a.link-primary:link.active,
a.link-primary:visited.active,
button.link-primary.active,
a:hover,
a.link-primary:hover,
a.link-primary:link:hover,
a.link-primary:visited:hover,
button.link-primary:hover,
a:focus,
a.link-primary:focus,
a.link-primary:link:focus,
a.link-primary:visited:focus,
button.link-primary:focus {
    color: #a49b8d;
    transition: .2s;
    text-decoration: none;
    opacity: .6
}

a.no-hover:active,
a.link-primary.no-hover:active,
a.link-primary:link.no-hover:active,
a.link-primary:visited.no-hover:active,
button.link-primary.no-hover:active,
a.no-hover.active,
a.link-primary.no-hover.active,
a.link-primary:link.no-hover.active,
a.link-primary:visited.no-hover.active,
button.link-primary.no-hover.active,
a.no-hover:hover,
a.link-primary.no-hover:hover,
a.link-primary:link.no-hover:hover,
a.link-primary:visited.no-hover:hover,
button.link-primary.no-hover:hover,
a.no-hover:focus,
a.link-primary.no-hover:focus,
a.link-primary:link.no-hover:focus,
a.link-primary:visited.no-hover:focus,
button.link-primary.no-hover:focus {
    opacity: 1
}

a.link-secondary,
a.link-secondary:link,
a.link-secondary:visited,
button.link-secondary {
    transition: .2s;
    color: #c96723;
    font-size: 22px;
    font-size: 2.2rem
}

a.link-secondary:after,
a.link-secondary:link:after,
a.link-secondary:visited:after,
button.link-secondary:after {
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHRpdGxlPlBhdGggOTk8L3RpdGxlPjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgc3Ryb2tlPSIjQzk2NzIzIiBzdHJva2Utd2lkdGg9IjIiPjxnPjxnPjxwYXRoIGQ9Ik0xLjUgMTAuOTVMNi40NSA2IDEuNSAxLjA1Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
    height: 12px;
    width: 8px;
    display: inline-block;
    margin-left: 7px
}

a.link-secondary:focus,
a.link-secondary:link:focus,
a.link-secondary:visited:focus,
button.link-secondary:focus {
    outline: 0
}

a.link-secondary:active,
a.link-secondary:link:active,
a.link-secondary:visited:active,
button.link-secondary:active,
a.link-secondary.active,
a.link-secondary:link.active,
a.link-secondary:visited.active,
button.link-secondary.active,
a.link-secondary:hover,
a.link-secondary:link:hover,
a.link-secondary:visited:hover,
button.link-secondary:hover {
    transition: .2s;
    opacity: .6;
    text-decoration: none
}

a.link,
a.link:link,
a.link:visited,
button.link {
    transition: .2s
}

a.link:focus,
a.link:link:focus,
a.link:visited:focus,
button.link:focus {
    outline: 0
}

a.link:active,
a.link:link:active,
a.link:visited:active,
button.link:active,
a.link.active,
a.link:link.active,
a.link:visited.active,
button.link.active,
a.link:hover,
a.link:link:hover,
a.link:visited:hover,
button.link:hover {
    transition: .2s
}

a,
a:link,
a:visited,
button.link {
    transition: .2s
}

a:active,
a:link:active,
a:visited:active,
button.link:active,
a.active,
a:link.active,
a:visited.active,
button.link.active,
a:hover,
a:link:hover,
a:visited:hover,
button.link:hover {
    transition: .2s
}

a.link-inner,
a.link-inner:link,
a.link-inner:visited,
button.link-inner {
    transition: .2s
}

a.link-inner:focus,
a.link-inner:link:focus,
a.link-inner:visited:focus,
button.link-inner:focus {
    outline: 0
}

a.link-inner:active,
a.link-inner:link:active,
a.link-inner:visited:active,
button.link-inner:active,
a.link-inner.active,
a.link-inner:link.active,
a.link-inner:visited.active,
button.link-inner.active,
a.link-inner:hover,
a.link-inner:link:hover,
a.link-inner:visited:hover,
button.link-inner:hover {
    transition: .2s
}

a.link-inner:after,
a.link-inner:link:after,
a.link-inner:visited:after,
button.link-inner:after {
    bottom: 0
}

a.no-link * {
    color: initial
}

a.no-link * .text-color-secondary-dark {
    color: #a49b8d
}

a.no-link:hover {
    opacity: 1
}

button[class*=link-] {
    border: none;
    background: 0 0;
    padding: 0
}

.text-club {
    font-size: 18px;
    padding-bottom: 20px
}

ul {
    padding: 0
}

ul li {
    list-style: none;
    position: relative;
    padding-left: 10px
}

ul li:before {
    content: "• ";
    color: #1e140d;
    position: absolute;
    left: 2px
}

ul.list-inline {
    margin-left: 0
}

ul.list-inline li {
    padding-left: 0
}

ul.list-inline li:before {
    position: static;
    left: auto
}

ul.list-inline li:last-child {
    margin-bottom: 15px
}

ul.list-bullets {
    margin-left: 0
}

ul.list-bullets.sections-nav li a {
    margin-right: 20px;
    position: relative;
}

@media (max-width:767px) {
    ul.list-bullets.sections-nav li {
        margin-right: 0
    }
}

ul.list-bullets li {
    margin-right: 34px;
    position: relative;
    padding: 0;
    margin-left: 0;
    text-transform: uppercase
}

ul.list-bullets li a:not(.last):after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 12px;
    display: inline-block;
    background: #1e140d;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

@media (max-width:767px) {
    ul.list-bullets li a:after {
        content: none;
    }
}

@media (max-width:767px) {
    ul.list-bullets li a.sep {
        margin-bottom: 50px;
        display: block
    }
}

ul.list-bullets li a.sep:after {
    width: 1px;
    height: 22px;
    background: #d2cdc6
}

@media (max-width:767px) {
    ul.list-bullets li a.sep:after {
        height: 1px;
        width: 30px;
        content: '';
        right: 0;
        left: 0;
        margin: auto;
        top: 68px
    }
}

ul.list-bullets li:last-child {
    margin-right: 0
}

ul.list-bullets li:last-child:after {
    content: none
}

@media (max-width:767px) {
    ul.list-bullets li {
        display: block;
        text-align: center;
        margin-bottom: 25px;
        margin-right: 0
    }
    ul.list-bullets li:after {
        bottom: -52px;
        left: 0;
        right: 0;
        margin: auto
    }
}

ul.list-sep li {
    margin-right: 18px;
    position: relative;
    padding: 0;
    margin-left: 0;
    font-size: 13px;
    font-size: 1.25rem
}

ul.list-sep li:after {
    content: '';
    width: 1px;
    height: 12px;
    background: #d2cdc6;
    display: inline-block;
    position: absolute;
    right: -12px;
    top: 0;
    bottom: 0;
    margin: auto
}

ul.list-sep li:last-child {
    margin-right: 0
}

ul.list-sep li:last-child:after {
    content: none
}

ul.list-sep li a {
    color: #fff
}

ul.list-sep.text-color-secondary-dark li {
    margin-right: 25px
}

@media (max-width:1199px) {
    ul.list-sep.text-color-secondary-dark li {
        margin-right: 15px
    }
}

@media (max-width:991px) {
    ul.list-sep.text-color-secondary-dark li {
        margin-right: 55px
    }
}

ul.list-sep.text-color-secondary-dark li:last-child {
    margin-right: 0
}

ul.list-sep.text-color-secondary-dark li:after {
    height: 20px;
    right: -22px
}

@media (max-width:1199px) {
    ul.list-sep.text-color-secondary-dark li:after {
        right: -10px
    }
}

@media (max-width:991px) {
    ul.list-sep.text-color-secondary-dark li:after {
        right: -30px
    }
}

ul.list-sep.text-color-secondary-dark li a {
    color: #a49b8d
}

ul.list-rrss {
    margin-bottom: 0
}

ul.list-rrss li {
    margin-right: 85px
}

ul.list-rrss li [class*=icon-] {
    margin-right: 20px;
    font-size: 30px;
    width: 30px;
    height: 30px
}

ul.list-rrss li:last-child {
    margin-right: 0
}

@media (max-width:767px) {
    ul.list-rrss li:last-child {
        width: 100%
    }
}

ul.list-rrss li:before {
    content: none
}

ul.list-rrss li a {
    font-family: 'zona_probold';
    font-size: 30px;
    font-size: 3rem;
    color: #fff
}

@media (max-width:1199px) {
    ul.list-rrss li {
        margin-right: 45px
    }
}

@media (max-width:991px) {
    ul.list-rrss li {
        margin-right: 35px
    }
}

@media (max-width:767px) {
    ul.list-rrss li {
        margin-right: 0;
        display: block;
        margin-bottom: 30px;
        text-align: center;
     /*    float: left;
        width: 50% */
    }
    ul.list-rrss li [class*=icon-] {
        display: block;
        margin: 0 auto;
        margin-bottom: 12px
    }
}

@media (max-width:991px) {
    ul.list-logos-club {
        text-align: center
    }
}

ul.list-logos-club li {
    height: 64px;
    line-height: 64px;
    margin-right: 10px;
    position: relative
}

@media (max-width:767px) {
    ul.list-logos-club li {
        width: 45%;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
        margin: 10px 4px
    }
}

ul.list-logos-club li:last-child {
    margin-right: 0
}

ul.list-logos-club li img,
ul.list-logos-club li span {
    vertical-align: middle
}

ul.list-logos-club .icon-vips {
    max-width: 143px;
    width: 143px;
    height: 31px
}

@media (max-width:767px) {
    ul.list-logos-club .icon-vips {
        width: 80px
    }
}

ul.list-logos-club .icon-vipsmart {
    max-width: 145px;
    width: 145px;
    height: 30px
}

@media (max-width:767px) {
    ul.list-logos-club .icon-vipsmart {
        width: 80px
    }
}

ul.list-logos-club .icon-ginos {
    max-width: 120px;
    width: 120px;
    height: 30px
}

@media (max-width:767px) {
    ul.list-logos-club .icon-ginos {
        width: 80px
    }
}

ul.list-logos-club .icon-starbucks {
    max-width: 62px;
    width: 62px;
    height: 62px
}

@media (max-width:767px) {
    ul.list-logos-club .icon-starbucks {
        width: 40px
    }
}

ul.list-logos-club .fridays {
    width: auto;
    max-width: 112px;
    height: 40px
}

@media (max-width:1199px) {
    ul.list-logos-club .fridays {
        height: 32px
    }
}

@media (max-width:767px) {
    ul.list-logos-club .fridays {
        width: auto;
        height: auto
    }
}

ul.list-logos-club .wok {
    max-width: 74px;
    height: 39px;
    width: 74px
}

@media (max-width:767px) {
    ul.list-logos-club .wok {
        width: 60px
    }
}

ul.pager {
    display: none
}

.view-news  ul.pager{
	display:inline-flex;
	position: relative;
    left: 40%;
    color:black;
}
@media (max-width:767px) {
.view-news  ul.pager{
	left: 20%;
    
 }	
}	

.view-news  ul.pager li{
	padding:10px;
}

.view-news  ul.pager li:before{
	content: '';
    display: none
}

.view-news  ul.pager li.pager-previous:before{
	content: '';
    display: none
}

.view-news  ul.pager li.pager-previous a{
	color:#f08400;
}

.view-news  ul.pager li.pager-next:before{
	content: '';
    display: none
}

.view-news  ul.pager li.pager-next a{
	color:#f08400;
}


ul.list-unstyled li:before,
ul.list-icons li:before {
    content: '';
    display: none
}

.list-icons.lg-icons li,
.list-icons.lg-sm-icons li {
    padding-left: 66px;
    min-height: 44px
}

.list-icons.md-icons li {
    padding-left: 51px;
    min-height: 34px
}

.list-icons.sm-icons li {
    padding-left: 36px;
    min-height: 24px
}

.list-icons.xs-icons li {
    padding-left: 24px;
    min-height: 16px
}

.list-icons li {
    position: relative
}

.list-icons>*>div.text {
    display: table-cell;
    vertical-align: middle
}

.list-icons [class*=icon-],
.list-icons .icon,
.list-icons .framed-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.list-icons .framed-icon {
    padding: 5px;
    border: 2px solid #000;
    border-radius: 5px;
    width: 45px;
    height: 45px;
    margin-top: 5px
}

.list-icons .icon {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: block;
    position: static
}

.list-icons .icon.sm {
    max-width: 30px
}

.list-icons.list-recipe {
    margin-bottom: 0
}

.list-icons.list-recipe li {
    color: #a49b8d;
    padding-right: 30px
}

.list-icons.list-recipe li:last-child {
    padding-right: 0
}

.list-icons.list-checks li {
    margin-bottom: 20px;
    font-size: 18px
}

.list-icons.list-checks li [class*=icon-] {
    bottom: auto;
    top: 5px
}

.list-icons.list-club-vips li {
    padding-left: 80px;
    height: 60px;
    margin-bottom: 25px;
    display: table
}

.list-icons.list-club-vips li .text {
    display: table-cell;
    vertical-align: middle;
    font-size: 18px
}

.list-icons.list-club-vips li [class*=icon-] {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: auto
}

.list-allergens li {
    margin-bottom: 20px;
    padding-left: 0
}

.list-allergens li:after {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #619406;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.list-allergens li.active:after {
    background: #d0021b
}

.info-allergene {
    margin-bottom: 25px
}

.info-allergene span {
    font-size: 14px
}

.info-allergene span:after {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #619406;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle
}

.info-allergene span.active:after {
    background: #d0021b;
    margin-right: 40px
}

#stores-near.animated.fadeIn {
    display: block!important
}

.table>thead>tr>th.lead,
.table>tbody>tr>td.lead {
    text-align: center;
    vertical-align: middle;
    font: 18px "open_sansregular";
}

.table-reflow table {
    margin: 1em 0;
    min-width: 280px
}

.table-reflow table th {
    display: none
}

.table-reflow table td {
    display: block
}

.table-reflow table td:first-child {
    padding-top: .5em
}

.table-reflow table td:last-child {
    padding-bottom: .5em
}

.table-reflow table td:before {
    content: attr(data-th) ": ";
    font-weight: 700;
    width: 6.5em;
    display: inline-block
}

@media (min-width:991px) {
    .table-reflow table td:before {
        display: none
    }
}

.table-reflow table th,
.table-reflow table td {
    text-align: left
}

@media (min-width:991px) {
    .table-reflow table th,
    .table-reflow table td {
        display: table-cell;
        padding: .25em .5em
    }
    .table-reflow table th:first-child,
    .table-reflow table td:first-child {
        padding-left: 0
    }
    .table-reflow table th:last-child,
    .table-reflow table td:last-child {
        padding-right: 0
    }
}

.taste {
    font-size: 12px;
    font-style: italic;
    position: absolute;
    bottom: 18px;
    right: 16px;
    min-width: 101px
}

.taste [class*=icon-] {
    margin-left: 7px;
    vertical-align: middle
}

.blocks-subcategory .subcategory-text .taste {
    position: static;
    display: inline-block;
    padding: 5px 5px;
    text-align: right;
    vertical-align: text-bottom;
}

#smartbanner {
    display: block;
    position: absolute!important;
    top: 0!important;
    z-index: 9999!important;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

#smartbanner.android {
    background: #fff;
    border-top: none
}

#smartbanner .sb-close {
    float: right;
    margin-right: 10px;
    text-align: right;
    font-size: 25px!important;
    line-height: 24px;
    color: #022c9d!important;
    width: 25px;
    height: 25px;
    z-index: 100000;
    margin-left: 0!important;
    background: #fff!important;
    text-shadow: none!important;
    border-radius: none!important;
    box-shadow: none!important
}

#smartbanner .sb-info {
    float: left;
    text-shadow: none!important;
    font-family: 'open_sansregular' !important;
    font-size: 14px;
    color: #a49b8d!important
}

#smartbanner .sb-info strong {
    color: #022c9d!important;
    font-family: 'open_sansregular'
}

#smartbanner .sb-icon {
    width: 60px;
    height: 60px;
    background-size: contain;
    float: left;
    margin-right: 5px
}

#smartbanner .sb-button {
    float: right;
    margin-right: 5px;
    padding: 5px 5px 3px 5px;
    border: 2px solid #022c9d!important;
    line-height: 1;
    text-transform: uppercase;
    color: #022c9d!important;
    background: #fff!important
}

#smartbanner .sb-button span {
    background: transparent!important;
    line-height: 21px!important
}

#smartbanner strong,
#smartbanner span {
    display: block
}

#smartbanner strong {
    color: #022c9d;
    font-size: 16px
}

#smartbanner span {
    font-size: 12px
}

#smartbanner.ios {
    display: none
}

.block-404 {
    padding: 50px 0;
    background-image: url(../img/404/404-main.jpg);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%
}

.block-404 .content-404 {
    color: #fff
}

.block-404 .content-404 .title-404 {
    font-size: 300px;
    font-size: 30rem;
    font-family: 'zona_probold';
    line-height: 300px;
    padding-bottom: 0
}

@media (max-width:767px) {
    .block-404 .content-404 .title-404 {
        font-size: 200px;
        font-size: 15rem;
        text-align: center
    }
}

.block-404 .content-404 .subtitle-404 {
    font-size: 45px;
    font-size: 4.5rem;
    font-family: 'zona_probold';
    padding-bottom: 50px
}

.block-404 .content-404 .text-404 {
    font-size: 18px;
    font-size: 1.8rem
}

.block-404 .btn-adress-located {
    background: #fff;
    color: #1e140d
}

.block-simple {
    margin: 80px 0
}

.inner-banner-home {
    padding: 25px 50px 28px 0
}

.inner-banner-home .title-locator {
    min-height: 170px
}

@media (max-width:767px) {
    .inner-banner-home .title-locator {
        min-height: 0
    }
}

@media (max-width:767px) {
    .inner-banner-home {
        padding: 30px 30px 30px 15px
    }
}

.modales section {
    display: none
}

.modales section.container-full {
    display: block
}

.modales section.container-full section {
    display: block
}

.modales .icon-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer
}

@media (max-width:767px) {
    .modales {
        top: 0;
        z-index: 9999;
        position: fixed;
        width: 100%
    }
    .modales .icon-close {
        position: absolute;
        cursor: pointer;
        border: 0 solid red
    }
    .modales section {
        background: #fff;
        width: 100%;
        overflow: auto;
      /*   height: 400px; 
        margin-bottom: 40px*/
		height:730px;
		padding-bottom:100px;
    }
    .modales section#carta-rest {
        height: 100%;
        padding-bottom: 0;
        overflow: auto
    }
    .modales section#carta-rest section {
        height: 100%;
        padding-bottom: 0
    }
}

.view-deliveroo.view-display-id-page_1 .bg-color-white {
    min-height: 360px;
}

.list-icons-product {
    vertical-align: text-bottom !important;
    width: 30px !important;
}

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

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

.list-modal{
	float: left;
	width:50%;
	
}
.menubutton{
	border: 3px solid #fff !important;
    white-space: normal;
    width: 25%;
}
@media (max-width: 767px) {
      .menubutton{
           width: 70% !important;
     } 
}

.new-icons-carta{
    vertical-align: text-bottom !important;
    width: 20px !important;
    display: inline-block !important;
    margin-left: 5px;
}

.checklist{
	color: #000000;	font-size: 15px;line-height: 24px;
}

.checklist span{
	color: #000000;	font-family: 'zona_probold';font-size: 30px; font-weight: bold;	line-height: 32px; margin-left: 50px; cursor:pointer;
}

@media (max-width: 767px) {
.checklist span{
	color: #000000;	font-family: 'zona_probold';font-size: 20px; font-weight: bold;	line-height: 22px; padding-left: 2px; margin-left:0px;
}
}

.checklist p{
	margin:15px auto;
	max-width: 410px
}

@media (max-width: 767px) {
.checklist p{
	padding:5px;
}
}

#img_action{
	cursor:pointer;
}
.checkinside{
   border: 5px solid black;
   background-color: #1E140C;
   color: #fff !important;	
}
.inside{
    color: #fff !important;
    font-size: 15px;
    line-height: 24px;
    border: 7px solid white;
    padding-top: 10px;	
}

.check{ padding:20px;}

.inside span{
    color: #fff !important;
}

.box-secc1{
	max-width: 720px;
	margin: 10px auto;
}

.choose{
    color: #000000;	font-family: 'zona_probold';font-size: 30px;font-weight: bold;line-height: 32px;
}
@media (max-width: 767px) {
.choose{
    color: #000000;	font-family: 'zona_probold';font-size: 24px;font-weight: bold;line-height: 28px;
}
}
	
.secc1-titular{
 color: #CB6713;	font-family: 'zona_probold';font-size: 36px;font-weight: bold;	line-height: 48px;	text-align: center;
}

@media (max-width: 767px) {
.secc1-titular{
 color: #CB6713;	font-family: 'zona_probold';font-size: 28px;font-weight: bold;	line-height: 32px;	text-align: center;
}
		
}

.secc1-desc{
	color: #000000; font-size: 20px; line-height: 24px;text-align: center;
}

@media (max-width: 767px) {
.secc1-desc{
	color: #000000; font-size: 16px; line-height: 21px;text-align: center;
}	
}


@media (max-width: 767px) {
.item-carte img {
    width: 100%;
    height: auto;
}
}


.hot-spot {
  width: 20px;
  height: 20px;
  background-color: #D29A4E;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0.8;
  z-index: 1;
}

.hot-spot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #D29A4E;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.hot-spot:hover {
  cursor: pointer;
  opacity: 1;
}

.hot-spot:hover:after {
  width: 25px;
  height: 25px;
  opacity: 1;
}

.speech-bubble {
  position: absolute;
  width: 150px;
  background-color: white;
  border-radius: 4px;
  text-align: center;
  display: none;
  z-index: 2;
}
.speech-bubble h1 {
  font-size: 20px;
  margin-top: 12px;
  color: #333333;
}
.speech-bubble p {
  margin-top: 4px;
  margin-bottom: 12px;
  font-style: italic;
  color: #888888;
}

.speech-bubble:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
@media (max-width: 767px) {
.img-relative{
	position: relative;
    -webkit-transform: none; 
    transform: none;
	left:0;
}
}

.first-layer{
  margin-top:50px;
  padding-right:5px;
  overflow:auto;
  height:400px;  
}

.first-layer h2 {
	font-weight:700;
}

.first-layer p{
   white-space:normal;
   word-wrap: break-word;
   padding-bottom: 5px !important;
}

.first-layer span{
   word-wrap: break-word;
   
}

@media (max-width:767px) {
.first-layer{
  margin-top:30px;
  padding-right:10px;
  overflow:auto;
  height:450px;  
}
}

.first-layer ul {
	padding-left:20px;
	
}

.first-layer ul li{
	list-style: disc !important
}

.first-layer ul li:before{
	list-style: none !important;
	content: none;
}


@media (max-width:767px) {
 /* !important is needed sometimes */
::-webkit-scrollbar {
    width: 10px !important;
 }

 /* Track */
::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 6px !important;
 }

 /* Handle */
::-webkit-scrollbar-thumb {
   -webkit-border-radius: 6px !important;
   border-radius: 6px !important;
   background: #c96723 !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

 }
::-webkit-scrollbar-thumb:window-inactive {
   background: #c96723 !important; 
 }
 
}

#cookieconsent {
     font-size: 15px !important;
}

#ciudades-carousel .item-ciudad{
	    min-width: 300px;
}

a.anchor:target:before {
    content: "";
    display: block;
    height: 130px;
    margin: -130px 0 0;
}