.vc_custom_1510837068840 {
    padding-right: 3em !important;
    padding-left: 3em !important;
}

.vc_custom_1511952002083 {
    padding-right: 2em !important;
    padding-left: 2em !important;
}

.vc_custom_1511346059596 {
    background: #000000 url(../../images/theme/image-3.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1510926644120 {
    background-color: #fcc044 !important;
}

.vc_custom_1511181618364 {
    background: #072c57 !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.vc_custom_1510841704035 {
    background-color: #422c18 !important;
}

.vc_custom_1510846783629 {
    background-color: #422c18 !important;
}

.vc_custom_1510848093328 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.sc_layouts_row .custom-logo-link img, .custom-logo-link img, .sc_layouts_row .sc_layouts_logo img, .sc_layouts_logo img {
    max-height: 133px
}

table.gdpr > tbody > tr > td {
    background: none !important;
    padding: 0;
    text-align: left;
}

.file-upload {
    background-color: #ffffff;
    width: 350px;
    margin: 0 auto;
    padding: 20px;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #dd5449;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #dd5449;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #dd5449;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #dd5449;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #dd5449;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #dd5449;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.user-account-header {
    display: block;
    text-align: center;
}

.user-account-header > a {
    display: inline-block;
    background-color: #fcc044;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.8em 1.2em;
}

.user-account-header > a:hover {
    color: white;
}

.user-account-header > a.active {
    background-color: #c13b2a;
}

.user-account-header > a.active {
    color: white;
}

li.disabled {
    background-color: #7b7b7b !important;
    color: white;
}

a.disabled {
    cursor: default;
    color: black !important;
    pointer-events: none;
}

a.disabled:hover {
    cursor: default;
    color: black !important;
}

div.accout-default {
    margin: 0.8em 1.2em;
    border: 2px solid black;
    padding: 0.8em 1.2em;
    border-radius: 15px;
    text-align: justify;
}

div.accout-default-error {
    margin: 0.8em 0;
    background-color: #c13b2a;
    color: white;
    padding: 0.8em 1.2em;
}

div.accout-create-reservation-warning {
    margin-top: -1.5em;
    margin-bottom: 1.5em;
    background-color: #c13b2a;
    color: white;
    padding: 0.8em 1.2em;
}

div.accout-default-warning {
    margin: 0.8em 0;
    background-color: #fcc044;
    color: black;
    padding: 0.8em 1.2em;
}

a.account-default-create-data {
    display: block;
    background-color: white;
    border-radius: 15px;
    padding: 0.8em 1.2em;
    text-align: center;
    font-weight: bold;
}

a.account-default-create-data:hover {
    background-color: #fcc044;
    color: black;
}

div.account-children {
    background-color: #899131;
    display: block;
    margin-top: 1.2em;
    padding: 0.8em 1.2em;
    border-radius: 10px;
    font-weight: bold;
    color: white;
}

div.account-children > div {
    display: inline-block;
    margin-left: 1.2em;
}

div.account-children > a {
    float: right;
    margin-right: 1.2em;
    padding: 0.2em;
    border-radius: 6px;
    color: black;
}

div.account-children > a:hover {
    color: white;
}

div.account-children > a.edit {
    background-color: #fcc044;
}

div.account-children > a.edit:hover {
    background-color: #997529;
}

div.account-children > a.delete {
    background-color: #c13b2a;
}

div.account-children > a.delete:hover {
    background-color: #74251d;
}

a.account-create-reservation {
    background-color: #848c2f;
    padding: 0.8em 1.2em;
    display: block;
    border-radius: 15px;
    text-align: center;
    font-weight: bold;
    color: white;
    margin-top: 1em;
}

a.account-create-reservation:hover {
    background-color: #52591d;
    color: white;
}

div.alert-list {
    color: black;
    font-weight: bold;
}

div.alert-list > div.normal {
    position: absolute;
    width: 100%;
    display: block;
    z-index: 9999999;
    padding: 0.8em 1.2em;
    cursor: pointer;
}

div.alert-list > div.normal > div > span {
    display: none;
}

div.alert-list > div.important {
    cursor: pointer;
    z-index: 9999999;
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    overflow:auto;
    opacity: 0.95;
}

div.alert-list > div.important > div {
    opacity: 1;
    position: absolute;
    width: 800px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -25px;
    text-align: center;
}​

div.alert-list > div.alert-warning {
    background-color: #fcc044;
}

div.alert-list > div.alert-danger {
    background-color: #c13b2a;
}

div.alert-list > div.alert-success {
    background-color: #848c2f;
}

div.alert-list > div.alert-warning {
    background-color: #fcc044;
}

div.account-inner {
    border: 2px solid #949494;
    padding-bottom: 1em;
    margin-top: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
}

.error-message-link {
    color: white !important;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.error-message-link:hover {
    color: black !important;
}