@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Teko:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');
@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css?family=Rye');
@import url('https://fonts.googleapis.com/css?family=Rock+Salt');
@import url(https://fonts.googleapis.com/css?family=PT+Sans:700|Pacifico|Changa+One);


@font-face {
    font-family: Echelon;
    src: url("../fonts/larabie-echelon-regular.eot"); /* IE9 Compat Modes */
    src: url("../fonts/larabie-echelon-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
         url("../fonts/larabie-echelon-regular.woff") format("woff"), /* Modern Browsers */
         url("../fonts/larabie-echelon-regular.ttf")  format("truetype"), /* Safari, Android, iOS */
         url("../fonts/larabie-echelon-regular.eot.svg#svgFontName") format("svg"); /* Legacy iOS */
}

body{
    background-image: url('../assets/menu-bg-2.jpg');
    background-color: #fbf8f1;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

.site-wrap{
    max-width: 100% !important;
}

.row{
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px !important;
    max-width: 100%;
}

ul {
  list-style-type: none;
}

a{
    text-decoration: none !important;
    color: #666666;
}

a:hover{
    color: #666666;
    cursor: pointer;
}

.rye{
    font-family: 'Rye', cursive !important;
    font-weight: 100 !important;
}

h1{
    font-family: 'Teko', sans-serif;
    margin-top: 10px !important;
}

.teko{
    font-family: 'Teko', sans-serif; 
    letter-spacing: 3px;
}

h4{
    font-family: 'Teko', sans-serif;
    letter-spacing: 3px;
    margin-top: 10px !important;  
}

.txt-white{
    color: #fff;
}

.txt-dark{
    color: #666666;
}

.txt-native{
    color: #AA8A45;
}

.txt-center{
    text-align: center;
}

.txt-left{
    text-align: left;
}

.txt-right{
    text-align: right;
}

.bg-logo{
    background-color: #765441;
}

.color-logo{
    color: #765441;
}

.condensed{
     font-family: "Roboto Condensed",Arial,"Helvetica Neue",Helvetica,sans-serif !important;
}

header {
    height: 73px;
    position: fixed;
    top: 0;
    transition: top 0.5s ease-in-out;
    width: 100%;
    z-index: 2000 !important;
    background-color: #4F1308;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.3);
}

.nav-up {
    top: -100px;
}

.nav-down {
    top: 0px;
}

.nav-container{
    height: 73px;
    display: flex;
    justify-content: center;
    transition: top 0.2s ease-in-out;
    margin: auto;
}


header:before {
    content: '';
    position: absolute;
    top: 79px;
    width: 0;
    height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
    border-top: 20px solid rgba(0,0,0,0.3);
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

header:after {
    content: '';
    position: absolute;
    bottom: -19px;
    height: 0;
    width: 0;
    right: 0;
    left: 10px;
    margin: 0 auto;
    border-style: solid;
    z-index: 2000;
    border-width: 20px 130px 0 130px;
    border-color: transparent rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.1);
    background: inherit;
    background-position-y: 50px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.navbar-nav>li{
    height: 73px;
}

.navbar-nav>li>a{
    height: 73px;
    line-height: 43px;
    font-weight: 300;
    color: #fff;
    transition: color .5s ease;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    letter-spacing: .5px;
    opacity: .8;
}

.navbar-nav>li>a:hover{
    color: #fff;
    background-color: transparent;
    opacity: 1;
}

.navbar-nav>li>.active{
    color: #fff;
    background-color: transparent;
}


.navbar-nav>li>a:focus{
    background-color: transparent;
}


.nav-left{
    width: 404px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.nav-right{
    width: 404px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.logo-container{
    min-width: 260px;
    height: 100%;
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #4F1308 !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175);
    box-shadow: 0 0px 0px rgba(0,0,0,.175);
    max-width: 200px;
}

.dropdown-menu>li>a{
    color: #fff !important;
    font-weight: 300;
    color: 666666;
    transition: color .5s ease;
    text-transform: uppercase;
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    opacity: .8 !important;
    background-color: #4F1308 !important;
}

.dropdown-menu>li>a:hover{
    color: #fff !important;
    background-color: #4F1308 !important;
    opacity: 1 !important;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}



.abonare-btn{
    border: 1px solid #4F1308 !important;
    background-color: #4F1308 !important;
    color: #fff !important;
    font-size: 15px;
    transition: all .3s;
    position: relative;
    height:30px !important;
    margin-top: 17.5px;
    padding: 0px  20px !important;
    line-height: 30px!important;
    border-radius: 3px;
    font-weight: 700 !important;
}




.rezerva-btn{
    height: 30px !important;
    margin-top: 19.5px;
    padding: 0px  20px !important;
    line-height: 35px!important;
    background-color: #fff !important;
    color: #4d1508!important;
    border-color: #fff !important;
    margin-left: 20px;
    margin-right: 20px;
    opacity: .8
}

.rezerva-btn:hover{
    background-color: #fff !important;
    color: #4d1508 !important;
    border-color: #4d1508 !important;
    border-width: 3px !important;
    opacity: 1;
}

.rezerva-btn:focus{
    background-color: #fff !important;
    color: #4d1508 !important;
    border-color: #fff !important;
    border-width: 3px !important;
    opacity: 1;
}

.action-bootom-slider-btn{
    height: 35px !important;
    margin-top: 17.5px;
    padding: 0px  50px !important;
    line-height: 35px!important;
    background-color: #765441;
    color:rgba(255,255,255,.8)!important;
    font-size: 30px;
    border: 2px solid #765441 !important;
}

.action-bootom-slider-btn:hover{
    background-color: #765441 !important;
    color: #666666 !important;
    border-color: #765441 !important;
    border-width: 2px !important;
    opacity: 1;
}

.action-bootom-slider-btn:focus{
    background-color: #765441 !important;
    color: #fff !important;
    border-color: #765441 !important;
    border-width: 2px !important;
}


.hero-header{
    width: 100%;
    margin: auto;
}

.logo-link{
    padding-top: 8px !important;
    padding-left: 30px !important;
}
.logo-link:hover{
    padding-top: 9px !important;
}


/*CAROUSEL*/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
    max-height: calc(100vh - 0px);
}

.carousel-inner .item {
    margin-top: 0px;
    margin-bottom: 0px;
}



.carousel-inner>.item>.slide-content{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.carousel-bottom{
    max-height: 300;
}

.carousel-bottom>.carousel-inner{
    max-height: 300px;
}

.carousel-bottom>.carousel-inner>.item{
    max-height: 300px;
}

.stema{
    height: 100px;
    width: 100%;
    position: relative;
    background-image: url('../assets/stema.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.bg-stema{
    background-image: url('../assets/stema.png');
    background-repeat: no-repeat;
    background-position: center top;
}


.triangle-header {
    height: 69px;
    position: relative;
    background: #B86921;
    margin-top: -10px;
    background-position-y: -100px;
    -webkit-transition: margin-top .35s ease-out .35s;
    transition: margin-top .35s ease-out .35s;
}

.triangle-header:before {
    content: "";
    position: absolute;
    width: 0;
    top: -50px;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 50px solid #B86921;
    border-color: transparent rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    background: inherit;
    background-position-y: 70px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin-left: 0px !important;
}


.triangle-bottom-header{
    height: 69px;
    position: relative;
    background: #B86921;
    margin-top: -10px;
    background-position-y: -100px;
    -webkit-transition: margin-top .35s ease-out .35s;
    transition: margin-top .35s ease-out .35s;
    max-width: 100% !important;
}

.triangle-bottom-header:before {
    content: "";
    position: absolute;
    width: 0;
    top: -50px;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 50px solid #B86921;
    border-color: transparent rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    background: inherit;
    background-position-y: 70px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    margin-right: -15px !important;
}


.intro-header {
    height: 30px;
    position: relative;
    background: #B05606;
    margin-top: 0px;
    background-image: url('../assets/brick-texture.jpg');
    background-position-y: -100px;
    -webkit-transition: margin-top .35s ease-out .35s;
    transition: margin-top .35s ease-out .35s;
}

.intro-header:before {
    content: "";
    position: absolute;
    width: 0;
    top: -50px;
    height: 0;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-bottom: 50px solid #B05606;
    border-color: transparent rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
    background: inherit;
    background-position-y: 50px;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.intro-header h1 {
    font-size: 40px !important;
    color: white;
    z-index: 95;
    line-height: 0;
    position: relative;
    top: 0px;
    opacity: 1;
    font-weight: 300;
    text-transform: uppercase;
    -moz-box-shadow:inset 2px 2px 5px #888;
    box-shadow:inset 2px 2px 5px #888;
}

.container-texture{
    background-image: url('../assets/container-texture.png');
    background-size: contain;
}

.has-bg{
    background-image: url('../assets/menu-bg-2.jpg');
}
.has-bg-woood{
    background-image: url('../assets/bg-woood.jpg');
}

.has-content-bg{
    background-image: url('../assets/contentbg.jpg');
}

.has-bg-ruins{
    background-image: url('../assets/grafic-line.png');
    background-size: contain;
}

.has-bg-motiv1{
    background-image: url('../assets/motiv1.png');
}

.has-bg-scrible{
    background-image: url('../assets/scrible.png');
    background-size: contain;
}

.has-bg-arch{
    background-image: url('../assets/arch-brick.jpeg');
}

.has-bg-footer{
    background-image: url('../assets/bg--footer.png');
}
.has-bg-footer-coonect{
    background-image: url('../assets/bg--footer2.png');
}


.has-dark-blue-bg{
    background-image: url('../assets/dark-blue-bg.jpg');
}

.has-bg-bricks{
    background-image: url('../assets/brick-texture.jpg');
}

.has-bg-bricks-dark{
    background-image: url('../assets/brick-texture-dark.jpg');
}

.has-bg-wood{
    background-image: url('../assets/wood-bg.jpg');
}

.has-bg-leather{
    background-image: url('../assets/leather-bg.png');
}

.has-bg-paper{
    background-image: url('../assets/paper_bg.png');
}


.has-bg-wood-paint{
    background-image: url('../assets/texture-wood-paint.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.has-bg-wood-paint-connect{
    background-image: url('../assets/texture-wood-paint-connect.png');
    background-repeat: repeat-x;
}

.has-bg-star-brick{
    width: 100%;
    height: 50px;
    background-image: url('../assets/star-brick-texture.png');
    background-repeat: repeat-x;
    background-size: contain;
}


.has-bg-doc-cb{
    background-image: url('../assets/brancoveanu-doc.png');
    background-repeat: none;
    background-size: contain;
}

.message{
    width: 100%;
    background-color: #FAF7F0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.text-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.intro-message {
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
}

.text-bg{
    background:url('../assets/menu-bg-2.jpg');
    background-repeat:repeat-x;
    background-position:0 0;
    color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    margin:0;
    font-weight: 300;
}

.text-bg-brick{
    background:url('../assets/brick-texture.jpg');
    background-repeat:repeat-x;
    background-position:0 0;
    color:transparent;
    -webkit-font-smoothing:antialiased;
    -webkit-background-clip:text;
    -moz-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;
    margin:0;
    font-weight: 300;
}

.preparate-img-container{
    padding: 0 !important;

}

.action-slider{
    position: absolute; 
    top: 0px;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.body-btn{
    margin-left: 0px;
    height: 30px !important;
    margin-top: 17.5px;
    padding: 0px  20px !important;
    line-height: 35px!important;
    background-color: #4D1508;
    color:rgba(255,255,255,.8)!important;
    border-color: #4D1508 !important;
}

.body-btn:hover{
    background-color: #4D1508 !important;
    color: #fff !important;
    border-color: #4D1508 !important;
    border-width: 3px !important;
}

.txt-big{
    font-size: 35px;
}

.txt-small{
    font-size: 25px;
}

.fw100{
    font-weight: 100 !important;
}

.fw300{
    font-weight: 300 !important;
}

.fw400{
    font-weight: 400 !important;
}

.fw500{
    font-weight: 500 !important;
}

.fw700{
    font-weight: 700 !important;
}

.fw900{
    font-weight: 900 !important;
}

.bg-maro{
    background-color: #866857;
}

.txt-maro{
    color: #866857;
}

.wellcome-message{
    width: 100%;
    height: 120px;
    position: absolute;
}

.wellcome-message>h1{
    font-size: 40px !important;
    z-index: 95;
    line-height: 0;
    position: relative;
    top: 0px;
    opacity: 1;
    font-weight: 100;
    text-transform: uppercase;
    padding-top: 94px;
    opacity: .5;
}

/* FROMULAR REZERVARE  HOME ------------------------------------*/ 

.rezervari-container{
    position: relative;
}

.formular-rezervare{
    display: flex;
    justify-content: center;
    align-items: center;
}

.formular-rezervare>div>form>div>input{
    background-color: transparent;
    border-radius: 0px;
    padding: 12px, 6px;
    outline: none !important;
    color: #666666;
}

.formular-rezervare>div>form>div>textarea{
    background-color: transparent;
    border-radius: 0px;
    padding: 12px, 6px;
    outline: none !important;
    color: #666666;
}

*:focus {
    outline: none;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

.form-control {
  border-color: #666666;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 38px;
  margin-bottom: 15px;
  border-radius: 0px !important;
  background-color: transparent !important;
}

.form-control:focus {
  border-color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.book-table-btn{
    margin-top: 20px;
    border-radius: 0px;
    font-family: "Roboto Condensed",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 900 !important;
    text-transform: uppercase;
    font-size: 18px;
    height: 40px;
}

.res-form-title{
    font-family: "Roboto Condensed",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: 600 !important;
    color: #000;
    line-height: 10px;
    margin-bottom: 30px;
}

.res-form-uptitle{
    font-family: 'Roboto Slab', serif;
    color: #000;
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 10px;
}

.reservasion-container{
    max-width: 500px;
    min-width: 320px;
    width: 80%;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.home-reservation-form-btn-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-addon { 
    position: relative; 
}

.inner-addon .glyphicon {
  position: absolute;
  padding-right: 10px;
  pointer-events: none;
  color: #000;
  top: 3px;
}

.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

/* FROMULAR REZERVARE  HOME ------------------------------------*/ 

#ui-datepicker-div{
    background-color: #B05606 !important;
    min-width: 360px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.ui-datepicker-header{
    padding: 20px !important;
}
.ui-datepicker-calendar{
    padding: 20px !important;
}

.ui-datepicker-prev{
    float: left;
    color: #fff;
    cursor: pointer;
}

.ui-datepicker-next{
    float: right;
    cursor: pointer;
    color: #fff;
}

.ui-datepicker-title{
    padding-top: 20px;
    font-weight: 700;
    color: #fff;
}

.ui-datepicker-calendar{
    width: calc(100% - 40px);
    margin: 20px;
}

.ui-datepicker-calendar>thead{
    padding-bottom: 10px;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.ui-datepicker-today>a{
    border: 2px solid rgba(255,255,255,.3);
}

.ui-state-default{
    color: #fff !important;
    opacity: .6;
    font-weight: 600;
    line-height: 30px;
    padding: 5px;
}

.ui-state-default:hover{
    opacity: 1;
}

.news-input{
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    height: 55px;
    padding-right: 145px !important;
    width: 100%;
}
    
.abonare{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.abonare>.form-group{
    height: 53px;
}


.inner-addon { 
    position: relative; 
}

.inner-addon .glyphicon {
  position: absolute;
  padding-right: 10px;
  pointer-events: none;
  color: #fff;
}

.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.news-input::placeholder{
    color: #000 !important;
}

.news-input{
    background-color: transparent !important;
    color: #000 !important;
    border-radius: 0;
    width: 100%; 
    height: 55px;
    padding-right: 145px !important;
}

/* FOTTER -------------------------------------------*/

.footer-container{
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 0px !important;
    padding-bottom: 50px;
}


.footer-nav{
    display: flex;
    justify-content: center;
    align-content: center;
}

.footer-nav>li{
  height: 40px;  
}

.footer-nav>li>a{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.footer-nav>li>a:hover{
    color: #ffff;
    background-color: transparent !important;
}

.footer-nav>li>a:focus{
    color: #AA8A45;
    background-color: transparent !important;
}

.footer-text{
    color: #4D1508;
}


.trip-advisor-btn{
    font-size: 18px; 
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.trip-advisor-btn:hover{
    margin-top: 3px;
}

.mouse {
  overflow:hidden;
  position:relative;
  left:calc(50% - 12px);
  top:50%;
  width:24px;
  margin-top: -70px;
  height:50px;
  border:2px solid white;
  border-radius:30px;
  opacity:.5;
}

.mouse:after {
  display: block;
  content:"";
  position:absolute;
  left:12px;
  top:10px;
  width:4px;
  height:4px;
  margin-left: -3px;
  background-color:white;
  border-radius:2px;
  animation: mouse-wheel 2.5s cubic-bezier(0.77, 0, 0.175, 1) infinite;
}

@keyframes mouse-wheel {
  0% {
    transform: translateY(0);
    opacity: 0;
  }  
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0);
    height: 4px;
  }
  50% {
    transform: translateY(0);
    height: 20px;
  }
  70% {
    transform: translateY(15px);
    height: 4px;
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

.padding-for-mid{
    padding-left: 30px;
    padding-right: 30px;
}

.social-left{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.social-right{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}


.social>ul>li>a{
   color: #fff !important;
   font-size: 20px;
}
.social>ul>li>a:hover{
   color: #000 !important;
}

.rezerva-title{
    margin-bottom: 20px;
    font-weight: 700;
}

.wine-cellar-bg{
    background-image: url('../assets/wine-cellar-bg.png');
    background-size: contain;
    background-position:left;
    background-repeat: no-repeat;
}

.has-native-boder{
    border: 1px solid #bc9767;
}

.locatii-container{
    padding: 0px !important;
}

.pointer{
    cursor: pointer;
}

.connect-section{
    width: 100%;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.connect-title-section{
    color: #bc9767;
}

.connect-text-section{
    font-size: 18px;
}

.hero-message{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    z-index: 100;
}

.hero-container{
    position: relative;
    width: 100%;
    height: 700px
}

.bg-wine-bottle{
    background-image: url('../assets/wine-bottle-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-breakfirst{
    background-image: url('../assets/breakfirst-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.col-combo{
    min-height: 400px;
}

.txt-shadow{
    text-shadow: 1px 1px rgba(0,0,0,.15);
}

.has-shadow{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.has-border-top{
    border-top: 1px solid #866857;
}

.mobile-menu{
    width: 100%;
    min-height: calc(100vh + 50px);
    position: absolute;
    z-index: 2500;
    bottom: calc(100% - 50px);
    transition: bottom 0.5s ease-in-out;
    display: none;
    max-width: 100%;
    background-color: #4D1508;
}

.mobile-menu-down{
    bottom: -50px;
}

.navbar-mobile{
    height: 50px;
    width: 100%;
    box-shadow: 0px 5px 7px rgba(0,0,0,0.3);
    position: absolute;
    max-width: 100%;
    overflow-x: hidden;
    z-index: 100;
    bottom: 0;
}

.mobile-menu-links{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.mobile-menu-links>li{
    height: 50px;
    cursor: pointer;
}

.mobile-menu-links>li>a{
    height: 50px;
    cursor: pointer;
    padding-top: 3px; 
    padding-bottom: 0px; 
    line-height: 50px;
}

.mobile-menu-content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 100px;
}

.mobile-menu-content>li{
    height: 50px;
}

.mobile-menu-content>li>a{
    cursor: pointer;
}

.mid-container{
    padding-bottom: 100px;
}

.logos-holder{
    display: flex;
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: wrap;
    min-height: 400px
}

.flex-holder{
    display: flex;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    flex-wrap: wrap;
}

.flex-holder-column{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
    flex-wrap: wrap;
}

.close-mobile-menu{
    margin-top: 50px;
    padding-right: 50px !important;
}

.mobile-menu-content>li {
    display: none;
}

.uk-btn {
    background-position: center;
    background-repeat: no-repeat;
    color: transparent !important;
    padding-bottom: 17px !important;
}

.ovelay-bootom-slider-container>ul{
    padding-left: 0px !important;
}

@media screen and (max-width: 950px) {
    header {
        display: none;
    }
    .mobile-menu{
        display: initial;
    }
}

#photos {
   /* Prevent vertical gaps */
   line-height: 0;
   
   -webkit-column-count: 5;
   -webkit-column-gap:   0px;
   -moz-column-count:    5;
   -moz-column-gap:      0px;
   column-count:         5;
   column-gap:           0px;
}

#photos div div img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
  .triangle-header>h1{
      font-size: 20px;
  }
}
@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
  .triangle-header>h1{
      font-size: 20px;
  }
}

.has-padding-top{
    padding-top: 20px;
}

.has-padding-top-big{
    padding-top: 100px;
}

.has-padding-bottom-big{
    padding-bottom: 100px;
}

.has-margin{
    margin: 5px;
}

.ovelay-bootom-slider{
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 150px);
    height: 400px;
}
.ovelay-bootom-slider-container{
    width: 100%;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
}

.slide-title{
    font-family: 'Playfair Display', serif;
    font-size: 70px !important;
    font-weight: 100;
}

.slide-title-noshadow{
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}


.slide-subtitle{
    font-family: 'Abel', sans-serif;
    font-weight: 100;
    color: #fff;
}

.special-text{
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 100;
}

.has-margin-top-big{
    margin-top: 100px !important;
}

.has-margin-top{
    margin-top: 50px !important;
}

.has-margin-bottom{
    margin-top: 50px !important;
}

.btn-list>li{
    margin: 20px 0px;
}

.hover-btn{
    height: 34px;
    padding-left: 5px; 
    padding-right: 5px; 
    border: 1px solid #B05606;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    transition: color .5s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 34px;
    width: 150px;
    display: block;
    margin: auto;
    margin: 3px;
    margin-bottom: 10px;
    background-color: #B05606;
}

.hover-btn:hover{
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
}


.link-btn{
    height: 34px;
    padding-left: 5px; 
    padding-right: 5px; 
    border: 1px solid #4F1308;
    border-radius: 2px;
    color: #4F1308;
    font-weight: 600;
    transition: color .5s ease;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 34px;
    min-width: 150px;
    display: block;
    margin: 3px;
    margin-bottom: 10px;
}

.link-btn:hover{
    background-color: #4F1308;
    color: #fff;
}

.link-btn>i{
    position: relative;
    top: 6px;
}

.link-btn.fill{
    background-color: #fff;
    color: #76472C !important;
}

.link-btn.invert{
    border: 2px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.link-btn.invert:hover{
    background-color: #fff;
    color: #76472C !important;
}

.no-padding-left{
    padding-left: 0px !important;
}

.section-footer{
    position: relative;
    z-index: 1000;
    min-height: 300px;
    width: 100%;
}

.select{
    border-radius: 0px !important;
}

#error{
    max-width: 500px;
    height: auto;
    border: 1px solid #B05606 !important;
    background-color: #B86921;
    border-radius: 3px;
    position: fixed;
    right: 30px;
    top: 100px;
    width: 100%;
    z-index: 100;
    padding-left: 8px;
    padding-right: 8px;
    opacity: .8;
}

#error>p{
    line-height: 60px !important;
}


@media screen and (max-width: 768px) {
    .social-right {
        align-items: flex-start;
    }
    .padding-for-mid{
        padding-left: 0px;
        padding-right: 0px;
    }
    .has-padding-top-big{
    padding-top: 30px;
    }
    .float-left-mobile{
        text-align: left;
    }
    .abonare{
        justify-content: flex-start;
    }
    .mid-container{
        padding-bottom: 50px;
    }
    .reservasion-container{
        width: 100%;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    #error{
        right: 0px;
    }
    html,
    body,
    .carousel,
    .carousel-inner,
    .carousel-inner .item {
        height: 100%;
    }

    .carousel-inner .item {
        height: 100%;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    .slide-title{
        font-size: 50px !important;
    }
}

.warning{
    border: 2px solid red !important;
}

.parallax-hero{
    position: relative;
    z-index: 0;
}

/* Scroll -------- */

.section-menu{
    height: 50%;
}

ul.nav-tabs {
	width: 140px;
	margin-top: 20px;
	border-radius: 4px;
    background: #fff;
    z-index: 999;
	border: 1px solid #ddd;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}
ul.nav-tabs li {
	margin: 0;
	border-top: 1px solid #ddd;
}
ul.nav-tabs li:first-child {
	border-top: none;
}
ul.nav-tabs li a {
	margin: 0;
	padding: 8px 16px;
	border-radius: 0;
}
ul.nav-tabs li.active a, ul.nav-tabs li.active a:hover {
	color: #fff;
	background: #0088cc;
	border: 1px solid #0088cc;
}
ul.nav-tabs li:first-child a {
	border-radius: 4px 4px 0 0;
}
ul.nav-tabs li:last-child a {
	border-radius: 0 0 4px 4px;
}
ul.nav-tabs.affix {
	top: 50%; /* set the top position of pinned element */
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    ul.nav-tabs{
        width: 180px; /* set nav width on medium devices */
    }
}
@media screen and (min-width: 1200px){
    ul.nav-tabs{
        width: 220px; /* set nav width on large devices */
    }
}

.red-boder{
    border: 2px solid red;
}

.tab-pane{
    min-height: 400px;
}

.text-program{
    font-size: 12px;
}

.btn-next{
    border: 1px solid #4F1308 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 15px;
    transition: all .3s;
    position: relative;
}


.btn-next:hover{
    border: 1px solid #4F1308 !important;
    background-color: #4F1308 !important;
    color: #fff !important;
    font-size: 15px;
}

.btn-previews{
    border: 1px solid #4F1308 !important;
    background-color: transparent !important;
    color: #111111 !important;
    font-size: 15px;
    transition: all .3s;
}

.btn-previews:hover{
    border: 1px solid #4F1308 !important;
    background-color: #4F1308 !important;
    color: #fff !important;
    font-size: 15px;
}

.btn-finish{
    border: 1px solid #4F1308 !important;
    background-color: transparent !important;
    color: #000 !important;
    font-size: 15px;
    transition: all .3s;
}

.btn-finish:hover{
    border: 1px solid #4F1308 !important;
    background-color: #4F1308 !important;
    color: #fff !important;
    font-size: 15px;
}

.form-control-select-salon.error{
    border-width: 2px !important;
    color: #fff;
}

.form-control-select-salon{
    border-color: #fff;
    border-width: 2px;
    color: #fff;
    text-transform: uppercase;
}


.btn-nex:after {
    content: "";
    display: inline-block;
    border-top: 50px solid transparent;
    border-right: 0px;
    border-bottom: 50px solid transparent;
    border-left: 50px solid #fff;
    position: absolute;
    top: -50px;
    left: 150px;
}

.txt-blend{
    opacity: .8 !important;
}

.hover-border-default {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

/* effet hover sur image */
.imageGal {
	margin: 0 auto;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	overflow: hidden;
	background-color: #7F6F68;
	text-align: center;
    height: 300px;
    }

.imageGal img {
	position: relative;
	display: block;
	/* max-width: 100%; */
	position: absolute;
	/* width: 100%; */
	height: auto;
	transition: opacity 1s, transform 1s;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	-moz-transition: opacity 1s, -moz-transform 1s;
	-ms-transition: opacity 1s, -ms-transform 1s;}

.imageGal .txtwrap1 {
	text-align: center;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;}

.imageGal .txtwrap::before,
.imageGal .txtwrap::after{
	pointer-events: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	content: '';
	opacity: 0;
	transition: opacity 1s, transform 1s;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	-moz-transition: opacity 1s, -moz-transform 1s;
	-ms-transition: opacity 1s, -ms-transform 1s;}

.imageGal .txtwrap {
	margin: 0;
	color: #fff;}

.imageGal:hover img  {
	opacity: 0.2;
	-webkit-opacity: 0.2;
	-moz-opacity: 0.2;
	-ms-opacity: 0.2;}

.imageGal .txtwrap::before  {
	border-top: 0 solid #fff;
	border-bottom: 0 solid #fff;
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);}

.imageGal .txtwrap::after {
	border-right: 0 solid #fff;
	border-left: 0 solid #fff;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;}

.imageGal:hover .txtwrap::before,
.imageGal:hover .txtwrap::after{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);}

.imageGal:hover p  {
	opacity: 1;}

.imageGal p {
	padding: 26% 0;
	font-size: 30px;
	text-align: center;
	opacity: 0;
	color: #000;
	transition: opacity 1s, transform 1s;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	-moz-transition: opacity 1s, -moz-transform 1s;
	-ms-transition: opacity 1s, -ms-transform 1s;}


.txtwrap:hover{
    background-color: rgba(0, 0, 0, 0.3)
}

.jarallax {
    position: relative;
    z-index: 0;
}


.nume-preparat{
    border-bottom: 1px dashed #05060c;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #05060c;
    text-transform: uppercase;
    font-family: Echelon !important;
    font-size: 30px !important;
}


.nume-preparat>h4{
    letter-spacing: .5px !important;
}

.descriere-preparat{
    font-family: Echelon !important;
    font-size: 20px;
    color: #05060c;
    font-weight: 100;
    margin-bottom: 20px;
}

.pret-preparat{
    font-family: 'Echelon';
    text-transform: uppercase;
    float: right;
    font-weight: bolder;
    color: orangered;
    font-size: 26px !important;
}

.preparate-catergory-title{
    font-size: 42px;
    margin-bottom: 1px;
    text-transform: uppercase !important;
    font-weight: bold;
    font-family: Echelon !important;
}

.category-slogan{
    font-family: 'Echelon' !important;
    color : #f51f08 !important;
    font-size: 30px;
    float:right;
}

.echelon{
    font-family: 'Echelon' !important;
}

.connect-net-link{
    color: #000;
    padding: 15px;
}

.connect-net-link:hover{
    color: #B05606;
}

.big-img>img{
    width: 100%;
}

.alert-rezervare-container{
    position: fixed;
    width: 100%; 
    height: 100vh;
    z-index: 3000;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: rgba(0,0,0,.3);
    left: 0;
}

.alert-rezervare{
    max-width: 600px;
    width: 100%;
    background-color: #4D1508;
    margin: auto;
    border-radius: 3px;
    margin: auto;
}

.call-btn:hover{
    color: #fff;
}
.call-btn:hover:active{
    color: #fff;
    background-color: transparent !important;
}

.close-alert:hover:active{
    color: red;
    background-color: transparent !important;
}

.close-alert{
    color: red;
}

.show-mobile{
    display: none;
}

.width-max{
    width: 100%;
}

.btn-more{
    color: #4D1508;
    font-weight: 600;
    border-width: 0px;
    opacity: 1;
    padding: 0 !important;
    width: 190px;
    border-radius: 0px !important;
    margin: auto
}

.bg-btn{
    transition: all .3s ease-out;
    background-image: url("../assets/icons/icon--hand.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 100px;
    height: 100%;
    line-height: 50px;
    padding-right: 20px;
    margin-left: 0;
}

.bg-btn:hover{
    margin-left: 20px;
   padding-left: 80px; 
}



@media screen and (max-width: 780px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile{
        display: initial;
    }
    .img-to-mobile{
        width: 100%;
    }
}

.heero-message-container {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    position: relative;
    width: 600px;
    font-size: 30px;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    padding: 15px;
  }
  
  span {
    display: block;
    color: #000;
  }
  
  .line-1 {
    position: relative;
    font-size: 35px !important;
    letter-spacing: -1px;
  }


  
  .line-3 {
    font-family: "PT Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 70px 0 0;
    position: relative;
    letter-spacing: 6px;
  }
  .line-3:before, .line-3:after {
    content: " ";
    position: absolute;
    width: 50px;
    height: 5px;
    border-top: 1px solid #222222;
    border-bottom: 1px solid #222222;
  }
  .line-3:before {
    margin: 7px 0 0 -60px;
  }
  .line-3:after {
    margin: 7px 0 0 10px;
  }
  
  .line-4 {
    width: 100%;
    position: relative;
    font-size: 18px;
    margin: 50px 0 0;
  }
  
  .line-5 {
    margin: 20px 0 50px;
    position: relative;
    text-align: center;
    margin: 50px auto;
    display: block;
    font-size: 20px;
  }
  .line-5 a {
    text-decoration: none;
    display: inline-block;
    text-align: left;
    color: #000;
  }
  .line-5 a:nth-child(1) {
    text-align: right;
  }
  .line-5 a:nth-child(1):after {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    font-size: 30px;
    text-align: center;
    width: 90%;
    top: 4px;
    margin: 0;
    padding: 0 20px;
  }
  
  .line-6 {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 5px;
  }
  .line-6:before, .line-6:after {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: relative;
    font-size: 16px;
    margin: 0 10px;
    top: 2px;
  }
  
  .title-saloane{
    color: #000 !important; line-height: 9rem; font-size: 9rem !important;
  }

  .img-connect-section{
    position: absolute; height: 800px; top: -500px; right: -200px; z-index: 0;
    -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
  }

  .img-top-section{
    position: absolute; top: -100px; width: 800px; z-index: 1000;; 
  }

  .mg-bottom{
      margin-bottom: 50px;
  }

 .hero-saloane-container{
     height:  530px;
 }

 .border-style{
    border: 0px solid #4F1308; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
 }

  @media (max-width: 600px) {
    .title-saloane{
        font-size: 6rem !important;
        line-height: 6rem;
        color: #fff !important;
        background-color: #000;
        padding-left: 10px;
    }

    .margin-mobile{
        margin-bottom: 600px !important;
    }

    .hero-saloane-container{
        height:  430px;
    }

    .border-style{
        border-left: 0px solid #4F1308 !important;
        border-right: 0px solid #4F1308 !important; 
        border-radius: 0px !important; 
        border: 0px solid #4F1308;  
     }

  }

  .list-group-item{
    background-color: transparent !important; 
    border: 0px solid #ddd !important;
    color: #fff;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
    height: 50px !important;
    margin: 0px !important; 
  }

  .list-group-item:hover{
    background-color: rgba(0, 0, 0, 0.3) !important; 
  }

  .list-group-item:first-child{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }

  .list-group-item:last-child{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

 

  .menu-share{
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    margin: 0px !important; 
    width: 60px; 
    border-radius: 0 !important; 
    background-color: #4F1308;
  }

  .menu-share-close{
    cursor: pointer;
  }

  .menu-share-closed{
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 0px !important; 
    overflow-x: hidden;
  }
  

  @media (max-width: 450px) {

    .hero-saloane-container{
        height:  230px;
    }

    .border-style{
        border-left: 0px solid #4F1308 !important;
        border-right: 0px solid #4F1308 !important;
        border-radius: 0px !important; 
        border: 0px solid #4F1308;  
     }

  }



  @media (max-width: 1400px) {
    .img-connect-section{
        position: absolute; height: 700px; top: -500px; right: -600px; z-index: 1000;
        -ms-transform: rotate(25deg); /* IE 9 */
        -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
        transform: rotate(25deg);
    }
  }

  @media (max-width: 1200px) {
    .img-connect-section{
        position: absolute; height: 700px; top: -100px; right: -300px; z-index: 1000;
        -ms-transform: rotate(25deg); /* IE 9 */
        -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
        transform: rotate(25deg);
    }
    .img-top-section{
        position: relative; top: 0px; width: 100%; z-index: 1000;
      }
  }


  
  
  
  @media (max-width: 1000px) {
    .img-connect-section{
       display: none;
    }
    .mid-container{
        padding: 0px !important;
    }
    .small-mobile{
        font-size: 30px !important;
    }
    .line-3{
        font-size: 15px !important ;
    }
    .no-padding {
        padding: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
  }


  