html,
body {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

b {
    font-weight: 600;
}

.input_error {
    border: 1px solid red !important;
}

body {}

/** HEADER **/
header {
    background: linear-gradient(180deg, black, transparent);
    ;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
    display: block;
}

header ul li {
    padding: 10px;
    text-transform: uppercase;
    font-weight: 300;
    cursor: pointer;
    color: #ffffffa3;
    font-size: 17px;
    text-align: left;
}

header ul {
    position: relative;
    z-index: 9;
}

header ul li:hover {
    color: white;
}

header .loader_line {
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: #674b4c9c;
    display: inline-block;
    z-index: 0;
}

/** ./HEADER **/
/** CONTENT **/
.container_side {
    padding: 0;
    width: 100%;
}

.content {
    padding: 20px;
    width: 100%;
}

.section .image {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
}

.section {
    position: relative;
    margin-bottom: 21px;
    margin-top: 27px
}

.section .wrap_holders {
    position: absolute;
    top: 0px;
    display: flex;
    height: 100%;
    width: 100%;
}

.section .wrap_holders .wrap {
    display: inline-block;
    height: 100%;
    width: 33%;
}

.section .wrap_holders .wrap span {
    background: linear infinite-gradient(#150117e6, #000000db, #000000d9);
    display: inline-block;
    height: 100%;
    width: 100%;
}

.section_map {
    display: inline-block;
    width: 100%;
    height: 300px;
    filter: saturate(0.8);
}

.modal-dialog {
    width: 100% !important;
}

.modal-content {
    background: black;
    color: white;
    opacity: 1;
    border: none;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: black;
    border: 0;
    color: white;
    opacity: 1;
}

button.product_modal {
    position: absolute;
    right: 2%;
    font-size: 29px;
    border: none;
    background-color: unset;
    color: gray;
}

.modal_header {
    border-bottom: 1px solid white;
}

.section a {
    cursor: pointer;
    color: black;
}

.section a:hover {
    text-decoration: none;
}

.section .title {
    position: relative;
    text-transform: uppercase;
    font-weight: 200;
}

.section .title h3 {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 2%;
    margin-top: 6%;
    padding-left: 5%;
}

.welcome_section h3 {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 2%;
    margin-top: 6%;
    text-transform: uppercase;
    padding-left: 5%;
}

.section .description {
    position: relative;
    font-size: 18px;
    color: white;
    padding-left: 5%;
}

.section .section_description {
    width: 65% !important;
}

.welcome_section .description.text-center.js-description p {
    text-align: justify;
}

.section .description p {
    width: 600px;
    padding-top: 5%;
    padding-left: 10px;
    font-family: sans-serif;
    font-weight: 300;
    color: white;
    text-align: justify;
}

div#welcome_section .description p {
    color: gray;
    width: 100%;
    padding-right: 5%;
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
}

.product_collapse {
    margin-top: -5%;
}

.section a.view {
    cursor: pointer;
    color: white;
    text-transform: uppercase;
    font-family: sans-serif;
    font-stretch: extra-expanded;
    font-size: 25px;
    font-weight: 400;
    padding-left: 5%;
}

.row.js-products-holder {
    margin-left: 10px;
    margin-top: 5%;
    width: 100%;
}

.product {
    margin-top: 10px;
}

.productThumb .product p {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}

.product a p {
    position: absolute;
    text-align: center;
    font-size: 21px;
    font-family: sans-serif;
    top: 14px;
    left: 10%;
}

button.btn.btn-primary {
    position: absolute;
    bottom: 0;
    background: #ececec;
    color: gray;
    font-size: 20px;
    width: 100%;
    border: none;
    font-family: sans-serif;
    margin-top: auto;
    margin-left: 0;
    margin-bottom: 0px;
}

button.btn.btn-primary:focus {
    outline: none;
    background: none;
    color: black;
}

.image img {
    padding-left: 0px;
    margin: 0px;
    margin-left: -10%;
}

.modal-open .modal {
    background: #01040c96;
    width: 100%;
    height: 100vh;
}

.modal-dialog.modal-md {
    width: 62%;
    background: black;
    box-shadow: 3px -3px 3px black;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 30px;
    font-weight: 300;
    font-family: sans-serif;
}

.modal-header button.close {
    font-size: 30px;
    text-transform: uppercase;
    font-family: sans-serif;
    color: black;
    background: none;
    font-weight: 300;
    margin-top: 0px;
    padding-top: 0px;
}

.product_description table {
    border: none;
    width: fit-content;
    text-align: center;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.product_description table tr {
    padding: 5px;
}

@media only screen and (max-width:992px) {
    .section img {
        width: 60%;
        padding-top: 0;
        position: relative;
        top: 0;
        left: 18%;
    }
}

tr.odd {
    background: rgb(128 128 128 / 22%);
}

td.firstTd {
    text-align: left;
}

/** ./CONTENT **/

.cookie_accept {
    position: fixed;
    z-index: 9999;
    bottom: 2px;
    background: linear-gradient(331deg, rgb(30 32 43 / 65%), rgb(2 3 8 / 61%));
    padding: 20px;
    color: white;
    text-align: center;
    width: 100%;
}

.cookie_accept:first-child {
    font-size: 15px;
}

.cookie_accept button {
    font-size: 18px;
    background-color: transparent;
    color: white;
    font-family: sans-serif;
    border: none;
}

.privacy_link {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.privacy_link:hover {
    color: black;
    text-decoration: none;
}

@media only screen and (max-width:920px) {
    .modal-open #modal_cookie.modal {

        width: 100%;
        height: 100vh;
        /* margin-left: 19%; */
    }
}

@keyframes puls {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.shop_link {
    -webkit-animation: puls 1s infinite;
    /* Safari 4.0 - 8.0 */
    animation: puls 1s infinite;

}

#modal_cookie .modal-body {
    overflow: auto;
    max-height: 69vh;
}

.privacy_link {
    text-decoration: none;
    cursor: pointer;
}

.privacy_link:hover {
    text-decoration: none;
}

.modal-backdrop {
    z-index: 0 !important;
}

#modal_cookie .modal-header button.close {
    font-size: 30px;
    text-transform: uppercase;
    font-family: sans-serif;
    color: white;
    background: none;
    font-weight: 300;
    margin-top: 7px;
    padding-top: 0px;
}


.header_up li {
    display: block;
    display: block;
    padding-right: 19%;
    min-width: fit-content;
}

.header_up li img {
    width: 100px;
}

.header_up .language a {
    display: inline-block;
    color: transparent;
}

.productThumb .modal-dialog {
    margin: auto;
    width: fit-content;
    /* transform: translate(9%, 6%); */
}

.product_image,
.product_description {
    display: inline-block;
}

.product_description p {
    font-size: 23px;
    font-weight: 200;
}

.productThumb .modal-footer {
    text-align: left;
    justify-content: left;
}

.productThumb .modal-footer p {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
    margin-left: 0;
}

.productThumb .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(0 0 0 / 38%);
}

.sectionImage {
    width: 100%;
    background-size: cover;
}

sectionDescription,
.sectionImg {
    display: inline-block;
}

@media only screen and (max-width: 992px) {
    header ul {
        padding: 0px;
        font-size: 11px;
        margin-bottom: 0px;
        text-align: center;
        margin-top: 14px;
    }

    header ul li {
        padding: 4px;
        z-index: 9;
        position: relative;
        color: white;
        margin-bottom: 10%;
        font-weight: 400;
        display: block;
        font-size: 12px;
        font-weight: 300;
    }

    .mobile_loader_line {
        position: absolute;
        top: 0px;
        height: 100%;
        background-color: #ffffff69;
        z-index: 0;
        left: 0px;
    }

    .cookie_accept:first-child {
        font-size: 13px;
    }

    .section .description p {
        width: 100%;
        font-family: sans-serif;
        font-weight: 300;
        font-size: 11px;
        color: white;
        padding: 4px;
        line-height: 1.1;
        text-align: left;
    }

    .contact p {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        color: #848584;
    }

    .contact li {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11px;
        color: #848584;
    }

    p {
        font-size: 11px;
    }

    sectionDescription,
    .sectionImg {
        display: inline-block;
    }

    .sectionImage {
        height: 165px !important;
        width: 100%;
        background-size: inherit;
        padding-top: 3%;
    }

    .section a.view {
        cursor: pointer;
        color: white;
        text-transform: uppercase;
        font-family: sans-serif;
        font-stretch: extra-expanded;
        font-size: 13px;
        font-weight: 300;
    }

    .product_collapse {
        margin-top: -9%;
    }

    .productThumb.col-md-3.col-12.col-xs-6 {
        margin-bottom: 20px;
    }

    button.btn.btn-primary {
        position: absolute;
        bottom: 0;
        background: #00000061;
        color: white;
        font-size: 14px;
        max-width: -webkit-fill-available;
        width: 89%;
        border: none;
        font-family: sans-serif;
        text-transform: uppercase;
    }

    .modal-dialog.modal-md {
        width: 97%;
        margin-top: 5%;
        background: rgb(0 0 0 / 65%);
        box-shadow: 3px -3px 3px black;
    }



    .productThumb .modal-dialog {
        margin: auto;
        margin-left: 0;
        width: fit-content;
        /* transform: translate(9%, 6%); */
    }

    .productThumb .modal-dialog .modal-content {
        min-width: 100%;
        width: 100%;
        overflow: auto;
    }

    .image img {
        width: 100%;
        padding-left: 0px;
        margin: 0px;
        margin-top: 43px;
        margin-bottom: 10%;
        margin-left: -18%;
    }

    .product_description p {
        font-size: 12px;
    }

    .product_description table {
        border: none;
        width: 75%;
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 10px;
        margin-left: 13%;
    }

    .productThumb .modal-header h5 {
        font-family: sans-serif;
        font-size: 20px;
    }

    .productThumb .btn-primary.focus,
    .btn-primary:focus {
        box-shadow: none !important;
        border: none !important;
        outline: none !important;
        background: #00000061;
    }

    .productThumb {
        height: 303px;
    }
}

.productThumb .btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    background: #00000061;
}

p {
    text-align: justify;
}

#otvaranje_firme .title {
    left: 0px;
}

#otvaranje_firme .description {
    right: 0px;
}

.contact p,
.contact a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #848584;
}

.contact li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #848584;
}

#otvaranje_firme .description {
    left: 0px;
}

#otvaranje_firme .title {
    right: 0px;
}

a:hover,
a:focus {
    color: darkblue;
    text-decoration: none;
}

#welcome_section img {
    width: 50%;
    text-align: center;
    transform: translate(50%, 10px);
}

.contact ul {
    text-align: left;
}

.contact a {
    /* border: 1px solid #c6c3c4; */
    padding: 5px;
    /* background: linear infinite-gradient(45deg, #c6c3c4, transparent, #c6c3c4); */
}

.header a {
    border: unset;
    background: unset;
    color: #e5e5e5;
}

footer {
    margin-top: 20px;
    background: linear-gradient(331deg, rgb(24 46 189), rgb(8 13 47));
    color: gray;
    width: 102%;
}

.side {
    height: 100vh;
    width: 23%;
    background: #bababa;
    padding-top: 7%;
    position: fixed;
    left: 0px;
    top: 0px;
    padding-left: 5%;
    box-shadow: 2px 6px 6px 0px black;
}

.side span {
    display: block;
    margin-bottom: 60%;
    color: #ac272b;
    font-size: 15px;
    max-width: 100%;
}

.side_btm span {
    display: block;
    margin-bottom: 60%;
    color: #ac272b;
}

.col-md-2.side_btm {
    margin-right: 0px;
    margin-top: 0px;
    position: fixed;
    top: 0px;
    right: 0px;
    background: #bababa;
    width: 25%;
    height: 100vh;
    padding-top: 5%;
    padding-left: 5%;
}

.language {
    position: fixed;
    /* top: 5%; */
    right: 1rem;
}

.language img {
    display: inline-block;
    width: 4rem;
    padding-left: 10px;
}

.col-md-10.col-xs-10 {
    position: absolute;
    width: 80%;
    right: 0;
    padding: 0;
}

@media(min-width: 992px) {
    .col-md-8 {
        width: 60.666667%;
        margin-left: 18.5%;
    }

    .section .section_description {
        width: 65% !important;
    }

}

@media (max-width: 992px) {
    .language img {
        display: inline-block;
        width: 36px;
    }

    .col-md-10.col-xs-10 {
        width: 75%;
        right: 0;
        padding: 0;
    }

    .contact p {
        font-size: 11px;
    }

    .contact li {
        font-size: 11px;
    }

    .header_up li:first-child {}

    .section .title h3 {
        font-size: 20px;
        font-weight: 200;
        margin-bottom: 2%;
        margin-top: 6%;
    }

    #welcome_section h3 {
        font-size: 20px;
        font-weight: 200;
        margin-bottom: 2%;
        margin-top: 6%;
    }
}


@keyframes width {
    0% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 0px;
        opacity: 0;
    }
}

/** FOOTER **/

footer .text-center a {
    border: none !important;
    font-size: 12px;
    color: lightgray;
}

.datas {
    display: inline-block;
}

.datas ul {
    list-style: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

.datas ul li {
    font-size: 16px;
    color: black !important;
    text-decoration: none;
    outline: none;
}

.footer_info {
    padding: 0px;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 200px !important;
    width: 97%;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 200px;
    width: 100%;
}

.mapouter iframe {
    width: 100%;
    height: 95%;
}


/** ./FOOTER **/

div#contact {
    margin-top: 10%;
}

#contact a.contact {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    color: gray;
    padding: 5px;
    border: 1px #80808080 solid;
    margin-left: 5%;
    border-radius: 5%;
    box-shadow: 1px -1px 2px #0000005e;
}

#contact a.contact:hover {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    color: black;
}

#contact a.contact:focus {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 300;
    color: black;
}

@media only screen and (max-width:992px) {
    #contact a.contact {
        text-transform: uppercase;
        font-size: 19px;
    }

    #contact a.contact:hover {
        text-transform: uppercase;
        font-size: 19px;
        font-weight: 300;
        color: black;
    }

    h3,
    .h3 {
        font-size: 19px;
        font-weight: 300;
    }
}

a.email {
    color: black;
}

@media only screen and (min-width:992px) {

    h3,
    .h3 {
        font-size: 23px;
        font-weight: 300;
    }
}

form#contact-form {
    margin-top: 20px;
}

.message {
    margin-top: 10px;
    margin-bottom: 17px;
}

.message label {
    font-weight: 400;
}

.message input {
    background: #a7a7a7;
    color: #ac282c;
}

.message input:focus {
    border: none;
    box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, .075), 0 0 8px rgb(101 7 10 / 33%);
}

.message textarea {
    background: #a7a7a7;
    color: #ac282c;
    height: 200px;
}

textarea.form-control {
    height: 200px;
}

i.fa.fa-paper-plane {
    font-size: 30px;
    color: gray;
}

button.btn.btn-default.js-send-mail {
    color: gray;
    font-size: 15px;
}

.card.card-body.background_section.border_section {
    background: linear-gradient(331deg, rgb(24 46 189), rgb(8 13 47));
    color: white;
}

.message textarea:focus {
    border: none;
    box-shadow: inset 0px -1px 1px 0px rgba(0, 0, 0, .075), 0 0 8px rgb(101 7 10 / 33%);
}

.btn-success {
    color: #ac282c;
    background: linear-gradient(45deg, #0000008c, transparent, #0000008c);
    border: none;
}

.btn-success:hover {
    color: red;
    background: linear-gradient(45deg, #0000008c, transparent, #0000008c);
    border: none;
    box-shadow: inset -1px 1px 3px black;
}

.btn-success:active {
    color: red;
    background: linear-gradient(45deg, #0000008c, transparent, #0000008c);
    border: none;
    box-shadow: inset -1px 1px 3px black;
}

.btn-success:focus {
    color: red;
    background: linear-gradient(45deg, #0000008c, transparent, #0000008c);
    border: none;
    outline: none;
    box-shadow: inset -1px 1px 3px black;
}

.btn-success:active:focus {
    color: red;
    background: linear-gradient(45deg, #0000008c, transparent, #0000008c);
    border: none;
    outline: none;
    box-shadow: inset -1px 1px 3px black;
}

.btn-success:active:hover {
    color: red;
    background: linear-gradient(45deg, #0000008c, transparent, #0000008c);
    border: none;
    outline: none;
    box-shadow: inset -1px 1px 3px black;
}

/*.side_bar {
    position: fixed;
    display: block;
    height: 100vh;
    background: black;
    width: 100%;
    overflow: auto;
    box-shadow: 1px 1px 7px black;
}*/
img.logo.mobile-hide {
    width: 150px;
}

@media only screen and (max-width: 992px) {
    .mobile-hide {
        display: none !important;
    }

    header.side_bar {
        background: transparent;
        right: 0;
        min-height: fit-content;
        background: transparent;
        max-width: fit-content;
        z-index: 9;
    }

    img.logo.mobile-show {
        width: 120px;
    }
}

.hide {
    display: none;
}


/** ./LOADER **/
/** SLIDER **/

/* Slideshow container */
.slideshow-container {
    display: block;
    width: 100%;
    position: relative;
    margin: auto;
    margin-right: 0px;
    /* margin-top: 100px; */
    margin-bottom: 30px;
    color: white;
    height: 100vh;
    background-size: cover;
    background-attachment: fixed;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 1s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    margin-right: 0px;
    margin-top: 0px;
    background: #000000b5;
    color: white;
    max-height: 100vh;
    min-height: max-content;
}

/* Hide the images by default */
/*.mySlides {
    display: none;
}*/



/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */

.slideTitle {
    color: white;
    position: absolute;
    font-size: 50px;
    animation-name: slideTitle;
    animation-duration: 3s;
    -webkit-animation-name: slideTitle;
    -webkit-animation-duration: 3s;
    left: 10%;
    top: 35%;
}

.slideText {
    position: absolute;
    display: inline-block;
    font-size: 30px;
    font-weight: 100;
    animation-name: slideText;
    animation-duration: 3s;
    -webkit-animation-name: slideText;
    -webkit-animation-duration: 5s;
    right: 34%;
    bottom: 10%;
    width: 40%;
    color: white
}

.slideImg {
    position: absolute;
    right: 0;
    width: 30%;
    top: 6%;
    padding: 2%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    animation-name: slideImg;
    animation-duration: 3s;
    -webkit-animation-name: slideImg;
    -webkit-animation-duration: 3s;
}

@keyframes slideTitle {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideText {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideImg {
    from {
        opacity: 0;
        right: -30%;
    }

    to {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes slideTitle {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes slideText {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes slideImg {
    from {
        opacity: 0;
        right: -30%;
    }

    to {
        opacity: 1;
        right: 0;
    }
}



@media only screen and (max-width:992px) {

    /* Slideshow container */
    .slideshow-container {
        width: 100%;
        position: relative;
        margin: auto;
        margin-right: 0px;
        margin-top: 0px;
        height: 192px;
        color: white;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* Hide the images by default */


    /* Next & previous buttons */
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 1s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

    /* Caption text */
    .mySlides {
        position: relative;
    }

    .slideTitle {
        font-size: 23px;
        animation-name: slideTitle;
        animation-duration: 3s;
        -webkit-animation-name: slideTitle;
        -webkit-animation-duration: 3s;
        margin-left: 7%;
        margin-top: 5%;
    }

    .slideText {
        display: inline-block;
        font-size: 13px;
        animation-name: slideText;
        animation-duration: 3s;
        -webkit-animation-name: slideText;
        -webkit-animation-duration: 3s;
        right: 15%;
        top: 35%;
        width: 73%;
        margin-top: 23%;
    }



    @keyframes slideTitle {
        from {
            opacity: 0;
            margin-left: -10%;
        }

        to {
            opacity: 1;
            margin-left: 7%;
        }
    }

    @keyframes slideText {
        from {
            opacity: 0;
            right: 0;
        }

        to {
            opacity: 1;
            right: 15%;
        }
    }

    @-webkit-keyframes slideTitle {
        from {
            opacity: 0;
            margin-left: -10%;
        }

        to {
            opacity: 1;
            margin-left: 7%;
        }
    }

    @-webkit-keyframes slideText {
        from {
            opacity: 0;
            right: 0;
        }

        to {
            opacity: 1;
            right: 15%;
        }
    }

    .product {
        height: 240px !important;
    }

    .content {
        width: 100%;
        display: inline-block;
        /* padding-left: 5px; */
        /* padding-right: 13px; */
    }
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: transparent;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 5s;
    animation-name: fade;
    animation-duration: 5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/** .SLIDER **/
/** SOCIAL **/
li.socialLi {
    position: fixed;
    bottom: 0;
}

a.social {
    margin-right: 30px;
}

img.socialImg {
    max-width: 50px;
    width: 50%;
}

@media only screen and (max-width:992px) {
    img.socialImg {
        max-width: 10%;
        width: 50%;
    }

    a.social {
        margin-right: 3px;
    }
}

/** LOADER **/
.loader {
    position: fixed;
    background: radial-gradient(farthest-corner, rgb(5 26 130), rgb(3 17 66), rgb(6 10 31));
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    margin: 0px;
    z-index: 999999;
    text-align: center;
    vertical-align: middle;
}

.loader img {
    margin-top: 10%;
    animation-name: loader;
    animation-duration: 2s;
    -webkit-animation-name: loader;
    -webkit-animation-duration: 2s;
}

button.loader_button {
    font-size: 34px;
    color: #cda478;
    background: linear-gradient(45deg, black, #e8dede5e, black);
    border: unset;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
}

button.loader_button:focus {
    outline: none !important;
}

@keyframes loader {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes loader {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/** LOADER **/
.loader {
    position: fixed;
    background: black;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: 100vh;
    margin: 0px;
    z-index: 999999;
    text-align: center;
    vertical-align: middle;
}

.loader img {
    margin-top: 10%;
    animation-name: loader;
    animation-duration: 2s;
    -webkit-animation-name: loader;
    -webkit-animation-duration: 2s;
}

button.loader_button {
    font-size: 34px;
    color: #cda478;
    background: linear-gradient(45deg, black, #e8dede5e, black);
    border: unset;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 300;
}

button.loader_button:focus {
    outline: none !important;
}

@keyframes loader {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes loader {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@media only screen and (min-width: 992px) {
    .mobile-show {
        display: none;
    }
}

@media only screen and (max-width: 920px) {

    /* .navbar-brand {
        display: inline-block;
        padding-top: 0px; 
        padding-bottom: 0px; 
        margin-right: 0px; 
        font-size: 0px; 
        line-height: none; 
        white-space: nowrap;
        padding:0px;
    } */
    ul.header_up {
        margin-right: 0;
        margin-top: 50px;
        padding-left: 12px;
        padding-right: 15px;

    }

    .header_up {
        margin-top: 15%;
    }

    .header_up li:first-child {
        text-align: right !important;
    }

    .header_up li {
        display: block;
        padding-right: 0px !important;
        text-align: right;
        min-width: max-content !important;
    }

    .header_up .language a {
        display: block;
        color: transparent;
    }

    .header_up li img {
        width: 40px;
    }

    .collapse.show {
        padding-right: 19%;
    }

    .language {
        position: fixed;
        top: 5px;
        right: 1rem;
    }

    /* .navbar{
        padding: 0px;
        padding-left: 0px;
        background: linear-gradient(270deg,black,transparent);
    } */

}

/* button.navbar-toggler {
    position: fixed;
    right: 5%;
    top: 2%;
} */
button:focus {
    outline: unset !important;
    border: unset !important;
}

/* button.navbar-toggler span {
    color: white;
    font-size: 20px;

} */
@media only screen and (max-width: 920px) {
    .contact.collapse.show {
        padding-right: 0px;
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    .collapse.show {
        padding-right: 0px;
    }

    .gallery-lightbox img.roomImg.img-fluid {
        max-width: 124% !important;
        height: auto;
    }

    /* .navbar{
        padding-left:0px;
    } */
    /* ul.header_up.navbar-nav.mr-auto {
        margin-left: 15%;
    } */
    .section .product img {
        width: 38%;
        padding-top: 0;
        position: relative;
        top: 0;
        left: 28%;
    }

    .modal-dialog {
        width: 100%;
        min-width: fit-content;
    }

    .image img {
        width: 100%;
        padding-left: 0px;
        margin: 0px;
        margin-top: 43px;
        margin-bottom: 10%;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 450px) {
    .section .product img {
        width: 60%;
        padding-top: 0;
        position: relative;
        top: 0;
        left: 16%;
    }


}

@media only screen and (min-width:992px) {
    .section img {
        width: 80% !important;
        left: 7% !important;
    }

    .product {
        margin-top: 10px;
        padding-bottom: 11%;
    }
}

/*GALLERY GRID*/
/* #myRow {
    display: grid !important;
    grid-template-columns: repeat(8, 1fr) !important;
    grid-template-rows: repeat(8, 5vw) !important;
    grid-gap: 15px !important;
} */

.myRow {
    display: -ms-flexbox !important;
    /* IE10 */
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    /* IE10 */
    flex-wrap: wrap !important;
    padding: 0 4px !important;
}

/* Create four equal columns that sits next to each other */
.myColumn {
    -ms-flex: 25% !important;
    /* IE10 */
    flex: 25% !important;
    max-width: 100% !important;
    padding: 0 4px !important;
}

.myColumn img {
    margin-top: 8px !important;
    vertical-align: middle !important;
    width: 100% !important;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .myColumn {
        -ms-flex: 50% !important;
        flex: 50% !important;
        max-width: 50% !important;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .myColumn {
        -ms-flex: 100% !important;
        flex: 100% !important;
        max-width: 100% !important;
    }
}

.roomImg {
    width: 540px;
    height: 416px;
    overflow: hidden;
}

.col-lg-4.text-center.order-1.order-lg-2.specialImg {
    border-radius: 50%;
    overflow: hidden;
}

.specialImg img {
    width: 100%;
}

a#wabtn img {
    width: 176px;
}

#header.header-scrolled #wabtn img {
    display: none;
}

@media screen and (min-width: 993px) {
    .carousel-control-next #swipeRoomRight {
        display: none;
    }

    .carousel-control-prev #swipeRoomLeft {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #wabtn {
        display: none;
        /* -ms-flex: 100% !important;
        flex: 100% !important;
        max-width: 100% !important; */
    }

    .carousel-control-next #swipeRoomRight {
        position: relative !important;
        top: -10% !important;
        right: 100%;
        width: 170px;
    }

    .carousel-control-prev #swipeRoomLeft {}

    .img-fluid {
        max-width: 100%;
        height: 417px !important;
    }
}

#wasmall {
    position: fixed;
    /* visibility: hidden; */
    opacity: 1;
    right: 15px;
    bottom: 70px;
    z-index: 996;
    background: #62d467;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

#guests {
    border: none;
    height: 60px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    color: #090a0b;
    font-weight: 300;
    background: #f2f1f1;
    border-radius: 8px;
    text-align: center;
    width: 100%;
}

#bookWA {
    display: flex;
}

section#menu {
    background: #000000cc;
    z-index: 99999;
    position: relative;
}

#hero1 {
    width: 100%;
    height: 100vh;
    background-color: rgba(39, 37, 34, 0.8);
    overflow: hidden;
    padding: 0;
}

#hero1 .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero1 .carousel-item::before {
    content: "";
    background-color: rgba(12, 11, 10, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero1 .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero1 .carousel-content {
    text-align: center;
}

#hero1 h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

#hero1 h2 span {
    color: #ffb03b;
}

#hero1 p {
    width: 80%;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
}

#hero1 .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero1 .carousel-inner .carousel-item,
#hero1 .carousel-inner .active.carousel-item-start,
#hero1 .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero1 .carousel-inner .active,
#hero1 .carousel-inner .carousel-item-next.carousel-item-start,
#hero1 .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero1 .carousel-inner .carousel-item-next,
#hero1 .carousel-inner .carousel-item-prev,
#hero1 .carousel-inner .active.carousel-item-start,
#hero1 .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero1 .carousel-control-next-icon,
#hero1 .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero1 .carousel-control-next-icon:hover,
#hero1 .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero1 .carousel-indicators li {
    cursor: pointer;
    list-style-type: none;
}

.hide {
    display: none;
}

.active {
    display: block !important;
}


main {
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.item {
    width: 200px;
    height: 300px;
    list-style-type: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(255, 255, 255, 0.3) inset;
    transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

    &:nth-child(1),
    &:nth-child(2) {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: none;
        border-radius: 0;
        box-shadow: none;
        opacity: 1;
    }

    &:nth-child(3) {
        left: 50%;
    }

    &:nth-child(4) {
        left: calc(50% + 220px);
    }

    &:nth-child(5) {
        left: calc(50% + 440px);
    }

    &:nth-child(6) {
        left: calc(50% + 660px);
        opacity: 0;
    }
}

.content {
    width: min(30vw, 400px);
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    font: 400 0.85rem helvetica, sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: none;

    & .title {
        font-family: 'arial-black';
        text-transform: uppercase;
    }

    & .description {
        line-height: 1.7;
        margin: 1rem 0 1.5rem;
        font-size: 0.8rem;
    }

    & button {
        width: fit-content;
        background-color: rgba(0, 0, 0, 0.1);
        color: white;
        border: 2px solid white;
        border-radius: 0.25rem;
        padding: 0.75rem;
        cursor: pointer;
    }
}

.item:nth-of-type(2) .content {
    display: block;
    animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
    0% {
        filter: blur(5px);
        transform: translateY(calc(-50% + 75px));
    }

    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.nav {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    user-select: none;

    & .btn {
        background-color: rgba(255, 255, 255, 0.5);
        color: rgba(0, 0, 0, 0.7);
        border: 2px solid rgba(0, 0, 0, 0.6);
        margin: 0 0.25rem;
        padding: 0.75rem;
        border-radius: 50%;
        cursor: pointer;

        &:hover {
            background-color: rgba(255, 255, 255, 0.3);
        }
    }
}

@media (width > 650px) and (width < 900px) {
    .content {
        & .title {
            font-size: 1rem;
        }

        & .description {
            font-size: 0.7rem;
        }

        & button {
            font-size: 0.7rem;
        }
    }

    .item {
        width: 160px;
        height: 270px;

        &:nth-child(3) {
            left: 50%;
        }

        &:nth-child(4) {
            left: calc(50% + 170px);
        }

        &:nth-child(5) {
            left: calc(50% + 340px);
        }

        &:nth-child(6) {
            left: calc(50% + 510px);
            opacity: 0;
        }
    }
}

@media (width < 650px) {
    .content {
        & .title {
            font-size: 0.9rem;
        }

        & .description {
            font-size: 0.65rem;
        }

        & button {
            font-size: 0.7rem;
        }
    }

    .item {
        width: 130px;
        height: 220px;

        &:nth-child(3) {
            left: 50%;
        }

        &:nth-child(4) {
            left: calc(50% + 140px);
        }

        &:nth-child(5) {
            left: calc(50% + 280px);
        }

        &:nth-child(6) {
            left: calc(50% + 420px);
            opacity: 0;
        }
    }
}

@keyframes slidy {
    0% {
        left: 0%;
    }

    20% {
        left: 0%;
    }

    25% {
        left: -100%;
    }

    45% {
        left: -100%;
    }

    50% {
        left: -200%;
    }

    70% {
        left: -200%;
    }

    75% {
        left: -300%;
    }

    95% {
        left: -300%;
    }

    100% {
        left: -400%;
    }
}

body {
    margin: 0;
}

div#slider {
    overflow: hidden;
}

div#slider figure img {
    width: 20%;
    float: left;
    margin-bottom: 0px;
}

div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}

.carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 40px;
    left: 0;
    width: 76px;
    opacity: 0.7;
}

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

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

.carousel-control {
    opacity: 1;
}

.carousel .carousel-control.left {
    background-image: none;
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    left: 0px;
    margin-top: -27px;
    line-height: 54px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    z-index: 99999;
}

.bi-chevron-compact-left,
.bi-chevron-compact-right {
    font-size: 5rem;
    color: #ffffffa6;
}

.carousel .carousel-control.right {
    position: absolute;
    background-image: none;
    width: 54px;
    height: 54px;
    top: 50%;
    right: 0px;
    margin-top: -27px;
    line-height: 54px;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    text-align: center;
    z-index: 99999;
}

span.car_control {
    font-size: 50px;
    font-weight: 100;
    color: white;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.carousel .carousel-indicators {
    bottom: 0;
    left: 10px;
    margin-left: 5px;
    width: 100%;
}

.carousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    float: left;
    height: 40px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 76px;
}

.carousel .carousel-indicators img {
    border: 2px solid #FFFFFF;
    float: left;
    height: 40px;
    left: 0;
    width: 76px;
    opacity: 0.7;
}

.carousel .carousel-indicators .active img {
    border: 2px solid #39b3d7;
    opacity: 1;

}

.carousel .carousel-inner .item {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.carousel .carousel-indicators li:hover img {
    opacity: 0.85;
}

.container_gallery {
    width: 100%;
}

.carousel-inner {
    text-align: center;
}

.carousel-inner .item img {
    width: 100%;
    height: auto;
}

.carousel-indicators {
    margin: auto;
    bottom: 0;
    left: 0px;
    margin-left: 0px;
    width: 100%;
}

.carousel-indicators .active img {
    border: unset !Important;
    opacity: 1;
}

.carousel-item img {
    width: 100%;
}

.btnClose {
    position: absolute;
    right: 2%;
    font-size: 29px;
    border: none;
    background-color: unset;
    color: white;
    float: right;
    right: 0;
}

.row {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-top: var(--bs-gutter-y);
}

/* .grid-container {
    display: grid;
    grid-template-areas:
        'header header header header header header'
        'menu main main main main right'
        'footer footer footer footer footer footer';
    gap: 10px;
    padding: 10px;
}

.grid-container>div {
    padding: 10px;
    font-size: 16px;
}

#heroCarousel {
    grid-area: 1 / span 6;
}

.modalHeader {
    grid-area: 1 / span 5;
}

.btnClose {
    grid-area: 1 / span 1;
} */

@media only screen and (min-width: 600px) {
    .modalTitle h5 {
        margin: 0;
        margin: 0;
        font-size: 66px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
        color: #cda45e;
    }

    .modalSubtitle {
        margin: 0;
        margin: 0;
        font-size: 35px;
        font-weight: 600;
        font-family: "Playfair Display", serif;
        color: white;
    }

    .modalTitleText {
        margin: 0;
        margin: 0;
        font-size: 19px;
        font-weight: 500;
        font-family: "Playfair Display", serif;
        color: #cda45e;
    }


}

@media only screen and (max-width: 600px) {
    .modalTitle h5 {
        margin: 0;
        margin: 0;
        font-size: 36px;
        font-weight: 700;
        font-family: "Playfair Display", serif;
        color: #cda45e;
        text-align: center;
    }

    .modalSubtitle {
        margin: 0;
        margin: 0;
        font-size: 19px;
        font-weight: 600;
        font-family: "Playfair Display", serif;
        color: white;
    }

    .modalTitleText {
        margin: 0;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        font-family: "Playfair Display", serif;
        color: #cda45e;
    }

    .section-title p {
        text-align: left;
    }

}

.modal-body h6 {
    font-size: 3rem;
    color: #cda45e;
    font-family: "Playfair Display",
        serif;
}

.modal-body p {
    font-size: 2rem;
    color: white;
    font-family: "Playfair Display",
        serif;
}

.modal-body .product_notes h6 {
    font-size: 1.7rem;
    padding-right: 4%;
    color: #cda45e;
    font-family: "Playfair Display",
        serif;
}

.modal-body .product_notes p {
    font-size: 1.5rem;
    color: white;
    font-family: "Playfair Display",
        serif;
}

.modal-body.row {
    margin-left: 1% !important;
}

.product_description.col-md-8,
.product_description col-lg-8 {
    margin-left: 2% !important;
}

.modal-footer .btns .btn-book {
    font-size: 3rem;
    position: absolute;
    font-size: 3rem;
    left: 3%;
    background: none !important;
    background-color: transparent;
    color: wheat;
    border: 1px solid wheat;
    padding: 5px;
}

.modal-footer {
    padding-bottom: 50px !important;
}


/**.CAROUSEL**/

#about .content {
    width: min(30vw, 400px);
    position: relative;
    /* top: 80px; */
    left: 0rem;
    transform: translateY(9%);
    font: 400 0.85rem helvetica, sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    opacity: 1;
    display: inline;
}

#specials .container .row {
    margin-top: 7%;
}

#about p.fst-italic {
    color: white;
    font-size: 1.5rem;
}

#events .event-slider .content p {
    font-size: 1.5rem !important;
}

#events .events-slider .content {
    width: min(30vw, 400px);
    position: relative;
    /* top: 80px; */
    left: 0rem;
    transform: translateY(9%);
    font: 400 0.85rem helvetica, sans-serif;
    color: white;
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
    opacity: 1;
    display: inline;
}

@media only screen and (max-width: 600px) {
    .modal-body p {
        font-size: 1.5rem;
        padding-right: 5%;
    }

    .modal-body h6 {
        font-size: 2rem;
    }

    .price span:first-child {
        font-size: 2rem !important;
    }

    .carousel-inner {
        height: 300px !important;
    }

    #about .content {
        width: 100% !important;
    }

    #events .content {
        width: 100% !important;
    }

    #specials ul.nav.nav-tabs.flex-column {
        position: relative;
    }

    #gallery .clickMe {
        position: absolute;
        color: white;
        bottom: 0;
        z-index: 9;
        font-size: 3rem;
        border: 1px solid #cda45e;
        padding: 5px;
        /* width: 88%; */
        text-align: center;
    }

    #gallery a {
        width: 100%;
        text-align: center;
    }

    .mobileView {
        display: block;
    }

    .mobile-hide {
        display: none !important;
    }

    .bigDis {
        display: none !important;
    }

    .img-fluid {
        min-width: 100%;
        height: auto !important;
    }
}


@media only screen and (min-width: 600px) {

    .mobileView {
        display: none !important;
    }


}