@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
body{
    margin: 0;
    padding: 0 !important;
    background-color: rgb(45,45,45);
    overflow-y: hidden;

}
body::-webkit-scrollbar {
    width:5px;
}
body::-webkit-scrollbar-track {
    background: rgb(190,190,190);
    border:none;
}
body::-webkit-scrollbar-thumb {
    background-color: rgb(60,60,60);
    border-radius: 50px;
    border: none;

}

*{
    box-sizing: border-box;
}

.select-location-container {
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.select-location-container > div {
    background-color: rgba(0, 0, 0, 0.7) !important;
    backdrop-filter: blur(10px)
}

.select-location-container .title {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 3px;
}

.select-location-container form select {
    color: white;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid white; !important;
    border-radius: 0;
}

.select-location-container form select:focus {
    color: white;
}


.select-location-container form select option {
    color: black;
    background: transparent !important;
}

.select-location-container form button[type='submit'] {
    color: white;
    background: transparent;
    border: 1px solid white;
}

.select-location-container form button[type='submit']:hover {
    color: black;
    background: white;
}

.order_item_container{
    border:1px solid rgb(131, 131, 131);
    padding: 40px;
    margin: 70px 0 70px 0;
    border-radius: 20px;
    position: relative;
    box-shadow: 0 0 10px rgba(230,230,230,.7);
}

.club_page_package_container{
    border:1px solid rgb(131, 131, 131);
    padding: 80px;
    margin: 70px 0 70px 0;
    border-radius: 20px;
    position: relative;
}
.club_page_package_container > .club_package_options {
    justify-content: end;
}
.silver-membership{
    box-shadow: 0 0 10px rgba(192,192,192,.7);
}
.gold-membership{
    box-shadow: 0 0 10px rgba(255,215,0,.7);
}
.platinum-membership{
    box-shadow: 0 0 10px rgba(229, 228, 226,.7);
}

.stamp {
    transform: rotate(334deg);
    color: #555;
    font-size: 3rem;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    -webkit-mask-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
}

.stamp-rounded-double-bordered {
    border: 0.5rem double;
    -webkit-mask-position: 2rem 3rem;
    font-size: 2rem;
}

.stamp-straight-bordered {
    border: 0.5rem solid;
    -webkit-mask-position: 13rem 6rem;
    border-radius: 0;
}

.stamp-straight-double-bordered {
    border: 1rem double;
    font-size: 6rem;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    border-radius: 0;
    padding: 0.5rem;
}


.ribbon-wrapper {
    height: 70px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    top: -2px;
    width: 70px;
    z-index: 10;
}

.ribbon-wrapper.ribbon-lg {
    height: 120px;
    width: 120px;
}

.ribbon-wrapper.ribbon-lg .ribbon {
    right: 0px;
    top: 26px;
    width: 160px;
}

.ribbon-wrapper.ribbon-xl {
    height: 180px;
    width: 180px;
}

.ribbon-wrapper.ribbon-xl .ribbon {
    right: 4px;
    top: 47px;
    width: 240px;
}

.ribbon-wrapper .ribbon {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    font-size: 0.8rem;
    line-height: 100%;
    padding: 0.375rem 0;
    position: relative;
    right: -2px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    top: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 90px;
}

.ribbon-wrapper .ribbon::before, .ribbon-wrapper .ribbon::after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #9e9e9e;
    bottom: -3px;
    content: '';
    position: absolute;
}

.ribbon-wrapper .ribbon::before {
    left: 0;
}

.ribbon-wrapper .ribbon::after {
    right: 0;
}




.ribbon-horizontal{
    position: absolute;
    right: 0;
    bottom: 1.5rem;
    border: 13px solid rgba(76,112,79, 0.2);
    border-right: 0;
    border-left: 10px solid transparent;
    height: 0;
    line-height: 0;
    color: white;
    z-index: 1;
    -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    letter-spacing: 1px;
}
.ribbon-horizontal span{
    position: relative;
    padding: .4rem 1.5rem .4rem 1.5rem;
    text-align: center;
}

.undecordate_link{
    color: inherit;
    text-decoration: none;
}
.undecordate_link:hover{
    color: whitesmoke;
    text-decoration: none;
}
#app{
    overflow-x: hidden;
}
#success_wrap_container{
    display:flex;
    justify-content: center;
    align-items: center;
    height:80vh;
    text-align:center;
    overflow: hidden;
}
#success_wrap_container_inner{
    display: flex;
    flex-direction: column;
    color:whitesmoke;
}
#success_page_logo_wrapper{
    border-radius: 46px;
    background: #212121;
    box-shadow:  5px 5px 10px #0d0d0d,
    -5px -5px 10px #353535;
    margin-bottom: 60px;
    padding: 50px;
    transition: .35s;
}
#success_page_logo_wrapper:hover {
    transition: .3s;
    box-shadow: unset;
    background: rgb(31,31,31);
}
#success_wrap_container_inner p{
    font-family: 'Allura', cursive;
    font-size: 50px;
    margin-bottom: 50px;
}
#success_wrap_container_inner a{
    padding: 10px !important;
}
#success_page_logo{
    width: 250px;
    height: auto;
}

#success_page_btn{
    border: 1px solid rgb(140, 0,0);
    border-radius: .555rem;
    padding: 10px 25px;
    font-size: 16px;
    color: whitesmoke;
    background: rgb(140,0,0);
    width: 70%;
    align-self: center;
}
#success_page_btn:hover{
    background: transparent;
    text-decoration: unset;
    color:whitesmoke;
}
#error-wrap-container{
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align:center;
    overflow: hidden;
}
#error-wrap-container-inner{
    display: flex;
    flex-direction: column;
    color:whitesmoke;
    align-items: center;
    padding: 0 2rem 0 2rem;
}
#error-wrap-container-inner p{
    text-align: center;
    font-size: 26px;
    margin: 15px 0 15px 0;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
#err-icon{
    color:whitesmoke;
    font-size: 200px;
    margin: 0 0 40px 0;
}
#error_back_to_home_btn{
    color: whitesmoke;
    text-decoration: none;
    border:1px solid darkred;
    padding: 10px;
    margin:20px;
    font-size:19px;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    border-radius: 5px;
    background: darkred;

}
#error_back_to_home_btn:hover{
    background: #a20202;
}
#go_to_shop_button{
    color: whitesmoke;
    text-decoration: none;
    border:2px solid darkred;
    padding: 12px 18px;
    margin:20px;
    font-size:17px;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    border-radius: 9px;
    background: darkred;
    position: relative;
    transition: .2s;
}

#go_to_shop_button:hover{
    background: transparent;
    transition: .4s;
}

/*Register Form*/
#registerContainer{
    background-color: rgb(45,45,45);
    height: auto;
    overflow-x: hidden;
}
#registerBackgroundImage{
    width: 100vw;
    height: 130vh;
    object-fit: cover;
    /*position: absolute;*/
    filter: brightness(70%) grayscale(.3) blur(5px);
}
#registerFormContainer{
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 33%;
    border:none;
    background-color: rgba(16, 16, 16, .8);
    padding-bottom: 20px;
    position: absolute;
    z-index: 2;
    border-radius: 35px;
}
#registerFormContainer .card-header{
    background-color: transparent;
    text-align: center;
    color: rgb(210,210,210);
    font-size:32px;
    font-family: Raleway, 'sans-serif';
    display: flex;
    flex-direction: column;
}
#registerFormContainer .card-header i{
    font-size: 80px;
    color:rgb(210,210,210);
    margin-bottom: 0;

}
#registerFormContainer .card-body{
    background-color:transparent;
    color:rgb(210,210,210);
}
#registerFormContainer .card-body input,#registerFormContainer .card-body select{
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom:1px solid rgb(120, 120, 120);
    color:rgb(180,180,180);
}
#registerFormContainer .card-body input:focus ,#registerFormContainer .card-body select:focus{
    border-bottom:1px solid rgb(255, 255, 255);

}
#registerFormContainer .card-body input:-webkit-autofill,
#registerFormContainer .card-body input:-webkit-autofill:hover,
#registerFormContainer .card-body input:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(210,210,210);
    -webkit-box-shadow: 0 0 0 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}
#registerFormContainer .card-body button{
    border:1px solid red;
    width: 100%;
    background-color: rgb(227,52,47);
}
#registerFormContainer .card-body #loginBtn{
    width:30%;
}

/*Admin Login Form*/
#adminLoginContainer{
    background-color: rgb(45,45,45);
    height: 100vh;
    overflow-x: hidden;

}
#adminLoginContainerCard{
    top: 30%;
    margin: 0 auto;
    width:25%;
    color:rgb(30,30,30);
    border:none;
    background-color: rgb(215,215,215);
}
#adminLoginContainerCard .card-header{
    color:black;
    background-color: transparent !important;
}
#adminLoginContainerCard .card-body{
    padding-top: 80px !important;
    background-color: transparent;
}
.admin-login-card {
    height: 470px;
    width: 378px;
    margin-top: auto;
    margin-bottom: auto;
    background: rgb(235,230,220);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}


.user_card {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: rgb(235,230,220);
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: rgb(235,230,220);
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.brand_logo {
    height: 90px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin-top: 19%;
}
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    background: #c0392b !important;
    color: white !important;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0 !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #c0392b !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0 !important;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #c0392b !important;
}

.checkTermsAndConds {
    color: rgb(167, 3, 14) !important;
}

.checkTermsAndConds:hover {
    color: rgb(137, 2, 11) !important;
    text-decoration: none;
}

.scroll_down_btn{
    border: 2px solid rgb(179,179,179);
    position: absolute;
    bottom: 1.5rem;
    left:50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    overflow: hidden;
    transition: .3s;
}
.scroll_down_btn:hover{
    background: whitesmoke;
    color: rgb(10,10,10) !important;
    box-shadow: inset 0 0 10px rgba(0,0,0,.9);
}
.scroll_down_btn .fa{
    font-size: 20px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgb(179,179,179);
    animation: animate 1.5s linear infinite;
    text-shadow: 0 2px 5px rgba(0,0,0,.2);
}
@keyframes animate {
    0%{
        top: -15%;
    }
    40%{
        top: 60%;
    }
    60%{
        top: 30%;
    }
    80%{
        top: 60%;
    }
    100%{
        top: 100%;
    }
}
#slogan{
    position: absolute;
    height: auto;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color:rgb(175,175,175);
    font-size:45px;
    font-family: 'Dancing Script', 'sans-serif';
    background: inherit;
    overflow: hidden;
    z-index: 40;
}
.slogan{
    position: absolute;
    width: 700px;
    top:45%;
    left:50%;
    transform: translate(-50%,-50%);
    color:rgb(175,175,175);
    font-size:145px;
    font-family: 'Dancing Script', 'sans-serif';
    background: inherit;
    overflow: hidden;
    z-index: 40;
}

#slogan p{
    margin: 0;
    position: relative;
    z-index: 1;
}
.main_page_cta_btn{
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgb(140, 0,0);
    border-radius: .555rem;
    padding: 10px 25px;
    font-size: 16px;
    color: whitesmoke;
    background: rgb(140,0,0);
}
.main_page_cta_btn:hover{
    background: transparent;
    text-decoration: unset;
    color:whitesmoke;
}



.app_container{
    /*border: 2px solid blueviolet;*/
    margin: 0;
    padding: 0;
    width: 100%;
}
#carousel_imgs{
    object-fit: cover;
}
.page-hdr-img-brightness{
    filter: brightness(85%) contrast(90%);
}
#carouselExampleControls{
    box-shadow: 1px 5px 10px black;
    z-index: 1;
    height: 100vh;
}
#my_nav_container{

}
#about_container_gen{
    /*filter: drop-shadow(1px 5px 7px black);*/
    z-index: 2;

}
#aboutUs_title,#team_title,#news_title,#tours_title {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    letter-spacing: 5px;
    font-weight: 800;
    color: white;
    text-align: center;
}
#about_container{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(31,31,31);
}
#about_container2{
    position: relative;
    padding-top: 10px;
    padding-bottom: 36px;
    background-color: rgb(31,31,31);
    box-shadow: 0 -12px 20px 12px rgba(0,0,0,0.20);
}
#about_container_inner, #about_container_inner2{
    display: flex;
    flex-direction: row;
}
#about_img_wrapper{
    border:1px solid grey;
    width: 27%;
    height: 50%;
    background-color: white;
    padding: 15px 15px 55px;
    transform: rotateZ(-8deg);
    border-radius: 10px;
    margin-left: 50px;
    transition: .3s;
}
#about_img_wrapper2{
    border:1px solid grey;
    width: 35%;
    height: 383px;
    background-color: white;
    padding: 15px 15px 55px;
    transform: rotateZ(14deg);
    border-radius: 10px;
    margin-top: 50px;
    margin-left: 100px;
    transition: .3s;
}
#about_img_wrapper:hover,#about_img_wrapper2:hover{
    /*transform: rotateZ(0deg) scale(1.1);*/
    transition: .3s;
}
#about_img,#about_img2{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
#about_info,#about_info2{
    background-color: transparent;
    padding: 50px 100px 100px;
    color: white;
    width: 50%;

}
.about_info_text{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: rgb(220,220,220);
}


#team_container{
    background-color: rgb(31,31,31);
    padding-top: 100px;
    box-shadow:inset 0 0 25px 30px rgba(0,0,0,0.20);
}

#atu_team{
    display:flex;
    flex-direction: row;
    justify-content: space-between !important;
    padding-bottom: 70px;
    height: 800px;
}
.atu_team_cards{
    width: 18rem;
    height: 500px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: .1s;
    filter: drop-shadow(1px 15px 7px black);
}

.team_card_imgs{
    height: 400px;
    object-fit: cover;
}
.card_title{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 0;
    letter-spacing: 5px;
    font-weight: 600;
    color: white;
}
.card-body{
    bottom: 0;
    background-color: rgba(0,0,0,.7);
}
.card_subtitle{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
}
.card_info{
    height: 100%;
    background-color: rgba(0,0,0,.9);
    color: white;
    padding:20px;
    font-size: 13px;
    text-align: center;
    /*font-family: 'Raleway', sans-serif;*/
}
.cube-wrapper{   /*rotating-box*/
    width: 320px;
    margin: 10% auto;
    perspective: 2090px;
    position: relative !important;
    height: 550px;
}
.cube{          /*single-rb*/
    width: 291px;
    transform-style: preserve-3d;
    transition: .4s;
    transform: translateX(5%);
    cursor:pointer;
}
/*.cube:hover, .cube:active{*/
/*    transform: translateX(-200px);*/
/*    transform: rotateY(-90deg);*/
/*}*/
.turn_cube{
    transform: translateX(-200px);
    transform: rotateY(-90deg);
}
.cube div{
    width: 291px;
    position: absolute;
}

.cube-front{
    transform: translateZ(145px);
}
.cube-right{
    transform: rotateY(90deg) translateX(146px);
    transform-origin: right;
}
#news_container{
    padding-top: 50px;
    padding-bottom: 0;
    background-color: rgb(31,31,31);
}
#news_inner{

    position: relative;
    margin-top: 20px;
    padding-bottom: 100px;
    font-family: 'Raleway', sans-serif;
}
.news_blog_container{
    background: rgb(35,35,35);
    padding-bottom: 50px;
}
#news_blog_page_header_background{
    height: 65vh;
    background-size: cover !important;
    background: url('/img/images/urban_vibes2.jpg') no-repeat center center;
}
.news_blog_background_gradient{
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top,rgba(15,15,15,.45),rgba(15,15,15,.8) 65%,#0f0f0f);
}
.news_blog_post_background_gradient{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.55);
}
.news_blog_background_gradient .row{
    border-left:4px solid rgb(160,0,5);
    color: white;
    font-family: 'Quicksand', sans-serif;
}
.news_blog_header_delimiter{
    width: 100%;
    background:rgb(11,11,11);
    padding: 5px;
}
.news_main_blog_post_entity{
    width: 100%;
    height: 500px !important;
    margin-bottom: 0;
    filter: drop-shadow(1px 3px 5px black);
    transition: .3s;
}
.news_hover:hover{
    /*transform:scale(1.01);*/
    transition: .3s;
    filter: drop-shadow(1px 2px 3px black);
}
#news_blog_post_title{
    color: whitesmoke;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}
.news_read_post_btn{
    font-family: 'Montserrat', sans-serif;
    color: whitesmoke;
    box-shadow: none;
    border: none;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px;
}
.news_read_post_btn:hover{
    color: rgb(140,0,5);
}
.separator{
    content: "";
    width: 2.5rem;
    height: .125rem;
    margin: 1.25rem auto;
    background-color: rgb(190,0,5);
}
#news_blog_post_title:hover{
    color: rgb(190,190,190);
}
.news_next_prev_btns_container{
    width: 20%;
    height: 130px;
    border-radius: 10px;
    text-align: center;
}
.news_next_prev_btns{
    border-radius: 10px;
    color:white;
    font-size: 18px;
    text-decoration: none !important;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.55);
}
.news_next_prev_btns:hover{
    color: rgb(170,170,170);
}


#tours_container{
    padding-top:70px;
    padding-bottom: 100px;
    background-color: rgb(31,31,31);
    position: relative;
    box-shadow:inset 0 0 25px 30px rgba(0,0,0,0.20);

}
#tours_inner,#tours_inner2{
    margin-top: 80px;
}
#tours_inner .myrow{
    display: flex;
    flex-direction: row;
}
#tours_inner .myrow .col-sm-4{
    color: white;
    padding-left: 50px;
    padding-right: 50px;
    font-family: 'Raleway', sans-serif;
}
.turul_vinariei_titles{
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 600;
    color: white;
    text-align: center;

}

#rezervation_button{
    position:absolute;
    left: 50%;
    top: 50%;
    transform:translateX(-50%);
    background: linear-gradient(to right, #89020b 0%,#4f0007 100%);
}
.winery_tours{
    background-color: rgb(31,31,31);
    padding-bottom: 200px;
}
.winery_tours #tours_inner2 .row{
    width: 90%;
    margin: 0 auto;
}
.winery_tours #tours_inner2 img{
    width: 70%;
    height: 100%;
    margin-left: 16%;
    filter: drop-shadow(1px 5px 7px black);
    transform: scale(1.4);

}
#recenzii_container{
    padding-top:70px;
    padding-bottom: 100px;
    background-color: rgb(31,31,31);
    position: relative;
    box-shadow:inset 0 0 19px 20px rgba(0,0,0,0.30);

}
#recenzii_carousel_inner{
    height: 450px;
}
.recenzii_item_container{
    height: 100%;
    margin: 0 auto;
}
.recenzii_item_container_inner{
    width: 50%;
    height: 100%;
    margin: 0 auto;
}
.recenzii_item_container_inner iframe{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    filter:drop-shadow(1px 2px 10px darkgrey);

}
#events_container{
    /*background-color: rgb(45,45,45);*/
    background: url("/img/images/event_bkgr.jpg");
    background-size: cover;
    position: relative;
    padding:0;
    margin: 0;
}
.events_container_overlay{
    padding: 100px 3%;
    background: linear-gradient(to right, rgba(230,93,80,.1) 0%, rgba(230,93,80,.5) 9%, rgba(222,71,57,.6) 48%, rgba(231,56,39,.6) 64%, rgba(245,0,0,.6) 100%);
    box-shadow: inset 0 0 66px 50px rgba(0,0,0,0.75);
    height: 110vh;
}
.event_title_container{
    background: rgba(0,0,0,.5);
}
#event_events_main_div{

}
#event_events_main_div .row{

}
#event_events_main_div .row .col-sm-10 .row .col-3, #event_events_main_div .row .col-sm-10 .row .col-9{
    border:1px solid rgb(210,210,210);
}
#event_events_main_div .row .col-sm-10 .row .col-9{
    background: rgb(199,199,199);
    box-shadow: 8px 0 14px 2px rgba(0,0,0,0.75);
}
#event_events_main_div .row .col-sm-10 .row .col-3{
    box-shadow: 8px 0 20px 2px rgba(0,0,0,0.75);
    z-index:2;
}










/*Shop*/
.shop_container{
    background-color: rgb(31,31,31);
    color: rgb(220,220,220);
}
.shopPageHeader{
    border-bottom: 5px solid rgb(80,80,80);
    overflow: hidden;
}
#shopCoverImg{
    height:300px;
    width: 100%;
    object-fit: cover;
    filter: brightness(55%) blur(4px);
}
#shopTitle{
    position: absolute;
    top: 20%;
    left:50%;
    transform: translate(-50%,-50%);
    font-size: 40px;
    text-shadow: 0 0 6px rgba(150, 150, 149, 1);
    width: 90%;
    text-align: center;
}
.shopPageMain{

}
.shopCellContainer{
    margin-top: 40px;
    padding-left: 5%;
}
.shopCell{
    height: 600px;
    width: 90%;
    border-radius:20px;
    text-align: center;
    overflow: hidden;
    background-color: rgb(35,35,35);
    filter: drop-shadow(3px 5px 9px #0c0c0c);
    -webkit-filter: drop-shadow(3px 5px 9px #0c0c0c);
    transition: .3s;
}
.shopCell:after{
    content: 'ATU';
    position: absolute;
    top: 30%;
    left:0;
    font-size: 12em;
    font-weight: 800;
    color: rgba(255,255,255,0.04);
    font-family: Raleway,'sans-serif';
    z-index: -1;
}
.shopCell:before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: rgb(120,0,0);
    clip-path: circle(150px at 80% 20%);
    -webkit-clip-path: circle(150px at 80% 20%);
    transition: 0.3s ease-in-out;
}
.productCardInfoCells{
    position: absolute;
    top:7%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    font-size: 19px;
    font-family: 'Quicksand', sans-serif;
    z-index: 10;
    filter: drop-shadow(0 0 5px #000000);
}

.shopCell:hover:before{
    clip-path:circle(300px at 80% -20%);
    -webkit-clip-path:circle(300px at 80% -20%);

}
.shopCell:hover .productCardImg img{
    /*transform: scale(1.12);*/
    transition-duration: .3s;
}
.shopCell .productCardImg{
    height: 50%;
    width: 90%;
    top: 26%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    margin-top:17%;
}
.shopCellChrome{
    display: flex;
    justify-content: center;
}
.productCardImg img{
    z-index: 20000;
    width: auto;
    height: 100%;
    filter: drop-shadow(1px 20px 27px black);
    border-radius: 15px !important;
    /*max-width: 95%;*/
}
.shopCell .productCardContent{

    position: absolute;
    width: 95%;
    height: 10%;
    bottom: 15%;
    left:50%;
    transform: translate(-50%,-50%);


}
.productCardContent a{
    font-size:17px;
    text-decoration: none !important;
    color: white;
}
.productCardContent a:hover{
    color:grey;
}
.shopCell .productCardButtons{
    position: absolute;
    height: 15%;
    width: 95%;
    bottom: -5%;
    left:50%;
    transform: translate(-50%,-50%);
}
.shopCell .productCardButtons .myBuyBtn{
    padding:6px 26px;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 40px;
    background: linear-gradient(90deg,rgb(92,6,6),rgb(142,36,36));
    overflow: hidden;
}
.myBuyBtn:hover{
    font-size: 20px;
}
.shopCell .productCardButtons .myBuyBtn:active{
    top:1px;

}
#price_font_style{
    font-size: 18px;
    white-space: nowrap
}
.shopCarouselContainer{

}
.shopPageFooter{

}
.shopSubTitle:before{
    content: '';
    width:5px;
    height: 50px;
    background: rgb(120,0,0);
    margin-top:10px;
    position: absolute;
    left: 5%;
    margin-right: 100px;
}
.shopSubTitle{
    margin-left: 8%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: Raleway, 'sans-serif';
    font-size: 40px;
    font-weight: bold;
    padding:0;
    letter-spacing: 1px;
}

.shop_side_menu{
    border-top:3px solid rgb(100,0,5);
    border-left:3px solid rgb(100,0,5);
    border-bottom:3px solid rgb(100,0,5);
    top:25%;
    right: 0;
    transform: translateY(-50%);
    width: 4%;
    height: auto;
    position: fixed;
    border-top-left-radius:15px;
    border-bottom-left-radius:15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 10px;
    padding-bottom:10px;
    font-size: 25px;
    justify-content: space-between;
    background-color: rgba(0,0,0,0.7);
    z-index: 5;
}
#shop_side_menu_title{
    font-size: 10px;
    font-family: Raleway, 'sans-serif';
    font-weight: 900;
}
#shop_side_menu_content{

}
#productDescription li{
    list-style: unset !important;
    display: list-item !important;
}

.shop_side_menu a{
    padding: 6px;
    text-decoration: none;
    color: rgb(235,230,220);
}
.shop_side_menu a:hover{
    color: rgb(100,0,5);
}

.club_inner{
    border:1px solid grey;
    width: 75%;
    padding-top:20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 30px;
    z-index: 2;
    background: rgb(45,45,45);
    transform-origin: 0 50%;
    transition: all 0.5s ease;

}
.club_inner:hover{
    box-shadow: 1px 10px 10px rgb(20,20,20);
    transition: .2s;
}
.club_inner img{
    width: 100%;
    filter: drop-shadow(1px 2px 10px silver);
}
.club_inner .btn{
    background: none;
}
.club_inner .btn1:hover{
    background: rgba(166,166,166,.8);
    transition: background-color 500ms linear;
}
.club_inner .btn2:hover{
    background: rgba(188,156,34,.8);
    transition: background-color 500ms linear;
}
.club_inner .btn3:hover{
    background: rgba(123,123,123,.8);
    transition: background-color 500ms linear;
}

.club_inner_open{
    transform: rotateY(-96deg);
}
.img_container_details{
    position: absolute;
    top: 0;
    width: 69%;
    height: 94%;
    border: 1px solid grey;
    padding-top:20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    box-shadow: 1px 5px 10px rgb(20,20,20);
    background: rgb(55,55,55);
    font-size: 14px;
}
#profileCardMainDiv .list-group-item {
    display: flex;
}
.club_card_lists{
    font-size: 14px;
}
.club_card_list_item_icon_wrapper {
    width: auto;
    display: inline-flex;
    justify-content: center;
    margin-right: 10%;
}
.club_card_list_item_icon_wrapper > i {
    display: flex;
    justify-content: center;
}
.club_card_list_item_icon {
    width: 20px;
    height: 20px;
}

.join_button{
    border:2px solid rgb(90,0,0) !important;
    background: linear-gradient(90deg,rgb(92,6,6),rgb(142,36,36));
    position: absolute;
    bottom:5%;
    left: 50%;
    transform: translateX(-50%);
    border-radius:16px !important;
}
.hr_style{
    width: 90%;
    margin: 0 auto;
    background-color: rgb(140,140,140);
    border: 0;
    height: 1px;
    /*background: #333;*/
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
.club_video iframe{
    border-radius: 10px;
    box-shadow: 1px 10px 30px rgba(0,0,0,.6);
}
.quantity_spinner_container{
    width: 150px;
    height: 50px;
    border:2px solid rgba(255,255,255,.2);
    border-radius: 40px;
}
.quantity_spinner_container input{
    border: none;
    width: 100%;
    height: 100%;
    text-align: center;
    outline: none !important;
    background-color: transparent;
    color: rgb(205,0,5);
    font-size: 24px;
    font-weight: 700;
    user-select: none;
}
.quantity_spinner_container input::-webkit-outer-spin-button,
.quantity_spinner_container input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity_spinner_container .qty_next{
    position: absolute;
    top:50%;
    left: 40%;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    z-index:1;
    transform:translate(-50%,-50%) rotate(135deg);
    cursor: pointer;
    /*opacity: 0;*/
    transition: .5s;
}
.quantity_spinner_container .qty_prev{
    position: absolute;
    top:50%;
    left: 60%;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    z-index:1;
    transform:translate(-50%,-50%) rotate(315deg);
    cursor: pointer;
    /*opacity: 0;*/
    transition: .5s;
}
#add_to_cart_btn{
    border-radius: 10px;
    background-image: linear-gradient(to right,rgb(92,6,6), rgb(142,36,36), rgb(92,6,6));
    background-size: 200%;
    border: 2px solid rgb(80,0,5);
    padding: 13px;
    cursor: pointer;
    width: 100%;
    color: rgb(200,200,200);
    font-weight: bold;
    transition: .4s;
}
#add_to_cart_btn:hover {
    background-position: right;
}

#add_to_cart_btn:focus{
    outline:none;
}
#add_to_cart_btn .fa-shopping-cart{
    margin-right: 10px;
    font-size: 18px;
}


.tourSubTitle:before{
    content: '';
    width:5px;
    height: 50px;
    background: rgb(120,0,0);
    margin-top:10px;
    position: absolute;
    margin-right: 100px;
    left:-15px;
    top:-10px;
}
.tourSubTitle{
    font-size: 30px;
    font-weight: bold;
    padding:0;
    left: 5%;
    letter-spacing: 1px;
}
.tourRows img{
    width: 90%;
    height: 500px;
    object-fit: cover;
    filter: drop-shadow(1px 1px 15px black);

}
.bookBtn{
    border:1px solid rgb(160,0,5) !important;
    padding:10px 35px !important;
    text-transform:uppercase;
    transition:0.2s;
    overflow: hidden;
    background:transparent !important;
    font-weight: bold !important;
    color:white;
    font-family: Raleway, 'sans-serif';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 1;
}
.bookBtn:hover{
    color: white;
    background-color: rgb(160,0,5) !important;
    box-shadow: 0 0 10px rgb(160,0,5), 0 0 15px rgb(160,0,5), 0 0 20px rgb(160,0,5);
    cursor: pointer;
}
.bookBtn:focus{
    box-shadow: 0 0 10px rgb(230,0,5), 0 0 20px rgb(230,0,5), 0 0 80px rgb(230,0,5);
}
#bookTourModal{
    color:black;
}


.search_title{
    left: 0;
    font-size: 2.7em;
    font-weight: 800;
    font-style: italic;
    color: rgba(255,255,255,0.3);
    font-family: Raleway,'sans-serif';
}



/*Show Each Product Page*/
.showEachProductContainer{
    width: 100%;
    background-color: rgb(31,31,31);
}
.showEachProductContainer > .shopPageHeader,
.cart_page > .shopPageHeader
{
    position: relative;
}
.showEachProductContainer > .shopPageHeader > #product_title,
.cart_page > .shopPageHeader > #shopTitle
{
    top: 60%;
}

/*Footer*/

#atu_footer{
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: rgb(25,25,25);
    position: relative;
    width: 100%;
}
#footer_inner{
    /*width: 130px;*/
    /*margin: 0 auto;*/
}
.get_in_touch_form_container{
    padding-right: 100px;
}
.get_in_touch_form_container form{

}
.get_in_touch_form_container form input, .get_in_touch_form_container form textarea{
    background: transparent !important;
    border-top: none;
    border-left: none;
    border-right: none;
    color:white !important;
}
.get_in_touch_form_container form input, .get_in_touch_form_container form textarea:active{
    background-color: transparent !important;
    outline-color: transparent !important;
}
.get_in_touch_form_container form button{
    width: 100%;
    border-radius: 0;
    background-color: rgb(190,0,5);
    filter: drop-shadow(1px 1px 5px black);
    font-weight: bold;
}
get_in_touch_form_container form button:active{
    filter: none !important;
}


#back_to_top_button{
    position: fixed;
    bottom: 3%;
    right: 2%;
    font-size: 19px;
    width: 40px;
    height: 40px;
    background-color: rgba(190,0,5,.4);
    color: whitesmoke;
    border:none;
    cursor: pointer;
    z-index: 10;
    display: none;
    outline: none !important;
    filter: drop-shadow(2px 4px 6px black);
}
#back_to_top_button i{
    display: flex;
    justify-content: center;
    align-items: center;
}
#atu_footer_logo{
    width: 105px;
    height: 60px;
    margin: auto; !important;
}
#social_media{
    padding: 10px 27%;
    display: flex;
    justify-content: space-between;
    top:-50%;

}
.social_icons{
    font-size: 25px;
    color: rgb(129,129,129);
}
.payment_processors_logos{
    font-size: 24px;
    color: rgb(129,129,129);
}
.social_icons:hover{
    color: white;
    cursor: pointer;
}
#contactInfoLogo{
    width: 250px;
    height: auto;
    -webkit-filter: drop-shadow(0px 0px 39px #c6c5c5);
    filter: drop-shadow(0px 0px 39px #ffffff);
}
#footer_map{
    border-radius: 20px;
    height: 300px;
    width: 300px;
}
#copyright{
    color: grey;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;

}
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    z-index: 2;
}
ul.timeline > li {
    margin: 0 0 3rem 3rem;
    background: rgba(30, 30, 30);
    padding: 1.5rem;
    border-radius: 20px;
}

.timeline-point {
    content: '';
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: -17px;
    width: 35px;
    height: 35px;
    z-index: 3;
    color: black;
}

.timeline-point-default {
    border: 3px solid rgb(255, 255, 255);
    background: rgba(56, 53, 53, 1);
    color: white;
}

.timeline-point-success {
    border: 3px solid rgba(2, 199, 20);
}

.timeline-point-error {
    border: 3px solid rgb(172, 9, 9);
}

.timeline-shadow-default {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
    margin-bottom: 0 !important;
}

.timeline-shadow-success {
    box-shadow: 0 0 10px rgba(141, 255, 151, .7);
}

.timeline-shadow-error {
    box-shadow: 0 0 10px rgba(176, 30, 30, .7);

}

.timeline-pay-transaction-btn {
    background-color: rgb(55, 89, 59);
    border-radius: 20px !important;
    float: right;
}
.transaction-label {
    float: right;
}
.subscription-card-header {
    display: flex;
    justify-content: space-between;
}
.transaction-card-header {
    display: flex;
    justify-content: space-between;
}



@media screen and (max-width: 1030px){
    #registerFormContainer{
        width: 50%;
    }
    #shopTitle{
        top: 15%;
    }
    .shop_side_menu_title:after{
        top: 33% !important;
    }
    .club_card_lists{
        font-size: 12px;
    }
}

@media screen and (max-width: 770px){
    html,body{
        overflow-x: hidden;
    }
    .showEachProductContainer > .shopPageHeader > #product_title,
    .cart_page > .shopPageHeader > #shopTitle
    {
        top: 60%;
    }
    #registerFormContainer{
        width: 95%;
    }
    #registerBackgroundImage{
        height: 140vh;
    }
    .club_page_package_container {
        padding: 40px;
    }
    .club_page_package_container > .club_page_package_container_header {
        flex-direction: column-reverse;
        align-items: center;
    }
    .club_page_package_container > .club_page_package_container_header > img {
        margin-bottom: 20px;
    }
    .club_page_package_container > .date_joined {
        text-align: center;
    }
    .club_page_package_container > .club_package_options,
    .club_page_package_container > .club_package_options > .dropdown,
    .club_page_package_container > .club_package_options > .dropdown > button
    {
        justify-content: center;
        width: 100%;
    }
    #about_container_inner, #about_container_inner2{
        flex-direction: column;
    }
    #about_img_wrapper{
        width: 80%;
        margin-bottom: 70px;
        margin-left: 10%;
    }
    #about_img_wrapper2{
        width: 70%;
        height: 300px;
        left: 50%;
        margin-left: 15%;
        padding-bottom: 45px;

    }
    #about_info,#about_info2{
        width: 100%;
        padding: 20px;
    }
    #atu_team{
        flex-direction: column;
        justify-content: unset;
        height: 1800px;
    }
    #newsCarousel{
        width: 100%;
    }
    .news_blog_post_entity{
        width: 90%;
    }
    #tours_inner .myrow{
        flex-direction: column;
    }
    #rezervation_button{
        top: unset;
        bottom: 3%;
    }
    .winery_tours{
        padding-bottom: 70px;
    }
    .winery_tours #tours_inner2 .col-sm-4{
        margin-bottom: 100px !important;
    }
    .shopCellContainer{
        padding-left: 0;
    }

    .shopCell{
        height: 460px !important;
        width: 100%;
        margin: auto;
    }
    .relatedProdsShopCells{
        width: 80% !important;
    }
    .shopCell .productCardInfoCells{
        top: 2%;
        width: 90%;
    }
    .shopCell .productCardButtons{
        bottom:5%;
    }
    .shopCell .productCardImg{
        top: 23%;
    }
    .shopCell .productCardContent {
        bottom:21%;
    }
    .nextt,.prevv{
        display: none;
    }
    .shopSubTitle{
        margin-left: 15%;
    }
    .shop_side_menu{
        width: 13%;
    }
    .tourRows .col-sm-6 {
        margin-top:10px;
    }
    .tourRows img{
        width: 100%;
        height: 250px;
    }
    #event_events_main_div .row{
        margin-top:50px;
    }
    .events_container_overlay{
        height: unset !important;
    }
    #tourHeaderDiv .desc{
        margin-top:30px;
    }
    .bookBtn{

    }
    #slogan{
        font-size: 35px;
        text-align: center;
    }
    .join_button{
        position: absolute;
        bottom:3%;
        right: 3%;
        border-radius: 29px !important;
        padding: 5px 10px 5px 10px !important;
        width: 90%;
    }
    #footer_inner .cell_s{
        text-align: center !important;
        border:none !important;
        margin-bottom: 100px;
    }
    #footer_inner .pr-5{
        padding: 0 !important;
    }
    #footer_map{
        border-radius: 20px;
        height: 300px;
        width: 100%;
    }
    .get_in_touch_form_container{
        padding-right: 4%;
    }
    #atu_footer_logo{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .social_icons{
        margin-top: 40px;
    }
    .terms_and_conditions{
        margin-top: 40px;
    }
    #latestPost_createdAt{
        display: none;
    }
    #news_blog_page_header_background{
        height: 95vh;
    }
    .news_next_prev_btns_container{
        width: 45%;
    }
    .quantity_spinner_container{
        width: 110%;
        margin-bottom:15px;
    }
    .recenzii_item_container_inner iframe{
        width: 70% !important;
    }
    #contactInfoLogo{
        margin-top: 60px;
    }
    .search_title{
        font-size: 1.2rem;
    }

    .transaction-card-header, .subscription-card-header {
        display: unset;
        justify-content: unset;
    }
    .transaction-card-header > h4 {
        font-size: 17px !important;
    }
    ul.timeline > li {
        text-align: center;

    }
    .timeline-pay-transaction-btn, .transaction-label {
        float: unset;
    }

}

@media screen and (max-width: 330px){
    .shopCell{
        width: 100%;
    }
    .shopSubTitle{
        font-size: 35px;
    }
    #registerBackgroundImage{
        height: 210vh !important;
    }
    #error-wrap-container-inner{

    }
    #error-wrap-container-inner p{
        font-size: 23px;
    }
    #err-icon{
        margin: 0 0 20px 0;
        font-size: 110px;
    }
    #table_container table{
        font-size: 10px;
    }
}
@media screen and (max-width: 370px){
    #registerBackgroundImage{
        height: 195vh;
    }
    .slogan{
        width: 400px;
    }
    #error-wrap-container-inner p{
        font-size: 23px;
    }
    #err-icon{
        margin: 0 0 20px 0;
        font-size: 110px;
    }

}
@media screen and (max-width: 420px){
    #registerBackgroundImage{
        height: 165vh;
        width: 90% !important;
    }
    .slogan{
        width: 400px;
    }
    #error-wrap-container-inner p{
        font-size: 23px;
    }
    #err-icon{
        margin: 0 0 20px 0;
        font-size: 110px;
    }
}
@media screen and (max-width: 455px){
    #registerBackgroundImage{
        height: 180vh;
        width: 90% !important;
    }
}
@media screen and (max-width: 767px){
    .main_page_cta_btn{
        padding: 7px 19px;
        font-size: 14px;
        white-space: nowrap;

    }
    #success_page_logo_wrapper{
        width: 80%;
        align-self: center;
        display: flex;
        justify-content: center;
    }
    #success_page_logo{
        width: 100px;
    }
    #success_wrap_container_inner p{
        font-size: 38px;
    }
    .img_container_details{
        font-size: 12px !important;
    }
}
