@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');
/* GENERAL START */
a {
  text-decoration: none;
  font-family: 'Noto Sans', sans-serif;
  color: #262626;
}
h1 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  color: #262626;
}
h4 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #262626;
}
h5 {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
p {
  font-family: 'Noto Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #262626;
}
.title {
  margin-bottom: 60px;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
.container {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.input-form select {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  background: url("/assets/img/arrow-b.svg") no-repeat 95% 50% #fff !important;
}
.active_btn {
  display: none !important;
}
.bvoff {
display: none;
}
/* GENERAL END */
/* PREHEADER */
.preheader {
   background: #F2F6FB;
   height: 42px; 
   padding: 8px 0;     
}
.preheader ul {
   display: flex;
   float: right;
}
.preheader ul li {
  margin: 0 0 0 40px;
}
.preheader img {
  background: #054DA6;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 5px;
}
.preheader select {
  border: none;
  background: transparent;
  width: 55px;
  color: #054DA6;
  margin-top: 2px;
}
.preheader ul li {
  color: #054DA6;
  font-size: 14px;
  line-height: 19px;
  font-family: 'Noto Sans', sans-serif;
}
.preheader ul li a {
  color: #054DA6;
  font-size: 14px;
  line-height: 19px;
}
.bullet {
  background: none !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 0;
  margin-left: -13px;
}
/* PREHEADER END */
/* HEADER START */
.header-bg {
  background: #fff;
  height: 90px
  padding: 11px 0;
}
.logo {
  max-width: 268px;
  margin-left: -14px;
}
.search {
  width: 100%;
  border: 1px solid #1680FF;
  border-radius: 8px;
  height: 48px;
  padding: 10px;
  margin-top: 7px;
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  line-height: 19px;
}
.icon-search {
  position: absolute;
  margin-left: -30px;
  margin-top: 23px;
}
.phone-number {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #054DA6;
  position: relative;
  top: 20px;
}
.box-phone {
  text-align: right;
}
.phone-number img {
  background: #41C857;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 8px;
  margin-right: 8px;
}
/* HEADER END */
/* SLIDE */
.slider-hp {
  background-image: url("/assets/img/slide.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 527px;
}
.search-section-hp h5 {
  font-weight: 600;
  color: #ffffff;
}
.search-section-hp p {
  color: #A7CEFF;
  font-size: 14px;
  line-height: 24px;
}
.cauta-btn {
   font-family: 'Noto Sans', sans-serif;
   text-transform: uppercase;
   color: #ffffff;
   background: #41C857;
   border-radius: 8px;
   border: none;
   width: 239px;
   padding: 17px 0;
   margin-left: 3px;
   font-size: 18px;
   line-height: 22px;
}
.search-section-hp input {
   height: 56px;
   border-radius: 8px;
   border: none;
   background: #fff;
   font-size: 14px;
   font-weight: 24px;
   color: #909FB2;
   font-family: 'Noto Sans', sans-serif;
   padding: 10px 15px;
   margin-right: 3px;
}
.search-section-hp select {
   height: 56px;
   border-radius: 8px;
   border: none;
   background: #fff;
   font-size: 14px;
   font-weight: 24px;
   color: #909FB2;
   font-family: 'Noto Sans', sans-serif;
   padding: 10px 15px;
   margin: 0 3px;
}
.slider-hp .icon {
   margin-right: 15px;
}
/* Tabs Start */
.ease {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}
.tabs {
	background: #054DA6;
	position: relative;
    margin-top: 180px;
    border-radius: 0 8px 8px 8px;
}
.tabs > input,
.tabs > span {
	width: 20%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
    margin-top: -60px;
    font-size: 14px;
    font-weight: 700;
}
.tabs > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 99;
}
.tabs > span {
	background: #1680FF;
	text-align: center;
	overflow: hidden;
    color: #ffffff;
    border-radius: 8px 8px 0 0;
}
.tabs > span i,
.tabs > span {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}
.tabs > input:hover + span {
	background: #054da6;
}
.tabs > input:checked + span {
	background: #fff;
}
.tabs > input:checked + span,
.tabs > input:hover + span {
	color: #ffffff;
}
#tab-1, #tab-1 + span {
	left: 0;
}
#tab-2, #tab-2 + span {
	left: 22%;
}
#tab-3, #tab-3 + span {
	left: 44%;
}
.tab-content {
	/* padding: 50px 25px 50px; */
	width: 100%;
}
.slider-hp .tab-content {
	padding: 50px 25px 50px;
}
.tab-content section {
	width: 100%;
	display: none;
}
.tab-content section h1 {
	margin-top: 15px;
	font-size: 100px;
	font-weight: 100;
	text-align: center;
}
#tab-1:checked ~ .tab-content #tab-item-1  {
	display: block;
}
#tab-2:checked ~ .tab-content #tab-item-2  {
	display: block;
}
#tab-3:checked ~ .tab-content #tab-item-3  {
	display: block;
}
.search-section-hp > input:checked + span {
	background: #054da6;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.input1 {
  width: 100%;
  max-width: 270px;
}
.input2, .input3 {
  width: 100%;
  max-width: 159px;
}
.input4 {
  width: 100%;
  max-width: 93px;
}
.input5 {
  width: 100%;
  max-width: 123px;
}
/* SLIDE END */
/*mega menu*/
.mega_menu {
  padding: 20px 0;
  border-top: 1px solid #E2E8EF;
  border-bottom: 1px solid #E2E8EF;
}
.mega_menu ul{
  margin:0;
  padding:0;
  list-style-type:none;
}
.mega_menu .nav{
  display:flex;
  position:relative;
}
.mega_menu .nav a{
  display:block;
  text-decoration:none;
}
.mega_menu .nav > li > a{
  padding: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #054DA6;
  font-weight: 700;
  line-height: 17px;
}
.li-center {
  padding: 0 40px;
}
.li-left {
  padding-right: 18px;
  padding-left: 12px;
}
.li-right {
  padding-left: 35px;
}
.nav > li{
  position:relative;
}
.nav > li > ul{
  // display:none;
  background:rgba(0,0,0,0.1);
  position:absolute;
  top:100%;
  left:0;
  opacity:0;
  visibility: hidden;
  transform: translateY(20px);
  transition:all 300ms ease-in-out 500ms;
  transition:all 300ms ease-in-out;
}
.nav > li > ul > li{
}
.nav > li > ul > li > a{
  padding:4px 10px;
}
.nav > li > ul > li > a:hover{
  background-color: #fff;
  color: #1680FF;
}
.nav > li:hover > ul{
  display:block;
  opacity:1;
  visibility: visible;
  transform: translateY(0px);
  transition:all 300ms ease-in-out;
}
.nav .noside-menu:hover .noside-submenu {
  display: flex;
  align-content: flex-start;
}
.nav > li > a:hover{
  background-color: #fff;
}
.nav .big-nav{
  position:static;
}
.nav .big-nav > ul{
  min-height:400px;
  position:absolute;
  top:100%;
  left:0;
  width:100%;
  background:rgba(255,255,255,1);
  z-index: 999;
  margin-top: 20px;
  border-top: 1px solid #E2E8EF;
}
.nav .big-nav > ul > li{
  width:25%;
  /* position:relative; */
}
.nav .big-nav > ul > li > a{
  padding: 6px 10px;
  background:#F2F6FB;
  display:block;
  font-size: 14px;
  line-height: 32px;
  color: #021E40;
}
.nav .big-nav > ul > li > ul{
  display:none;
  position:absolute;
  top:0;
  left:25%;
  width:75%;
  background: #fff;
}
.nav .big-nav > ul > li.show > ul{
  display:block;
}
.nav .big-nav > ul > li > ul > li{
  display:block;
  width:100%;
  float:left;
}
.nav .big-nav > ul > li > ul > li.col3{
  width:20%;
  padding:10px 10px;
}
.nav .big-nav > ul > li > ul > li > a, .submenu-title{
  font-weight:700;
  color: #1680FF;
  font-size: 14px;
  line-height: 32px;
}
.nav .big-nav > ul > li > ul > li a, .noside-menu li a{
  padding:2px 10px;
  font-size: 14px;
 line-height: 24px;
}
.noside-menu .col {
  margin-top: 20px;
}
/* CSS SEARCH PAGE */
.breadcrumb {
  font-size: 14px;
  line-height: 24px;
  color: #909FB2;
  margin: 0;
  padding: 15px 0 8px 0;
}
.breadcrumb a {
   color: #1680FF;
}
.page-content h1 {
  color: #054DA6;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
}
.search_form {
  background: #054DA6;
  padding: 50px 25px 50px;
  border-radius: 8px;
  margin: 20px 0 40px 0;
}
.search_form h5 {
  font-weight: 600;
  color: #ffffff;
}
.search_form p {
  color: #A7CEFF;
  font-size: 14px;
  line-height: 24px;
}
.search_form .input-form input {
  height: 48px;
  border-radius: 8px;
  border: none;
  background: #fff;
  font-size: 14px;
  font-weight: 24px;
  color: #909FB2;
  font-family: 'Noto Sans', sans-serif;
  padding: 10px 15px;
  margin-right: 3px;
}
.search_form .input-form select {
  height: 48px;
  border-radius: 8px;
  border: none;
  background: #fff;
  font-size: 14px;
  font-weight: 24px;
  color: #909FB2;
  font-family: 'Noto Sans', sans-serif;
  padding: 10px 15px;
  margin: 0 3px;
}
.box-view-map {
  background-image: url("/assets/img/map-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 120px;
  border-radius: 8px;
}
.box-view-map .map {
  background: #F8FBFF;
  border: 1px solid #1680FF;
  border-radius: 8px;
  padding: 17px 34px;
  color: #1680FF;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  top: 35px;
  left: 59px;
}
.filtre {
  margin-top: 20px;
}
.filtre p {
  font-size: 14px;
  line-height: 24px;
  color: #054DA6;
  margin: 0;
  padding: 10px 15px;
}
.filtre img {
   position: relative;
   float: right;
   top: 8px;
   z-index: -1;
}
.filtre .del {
   border: 1px solid #E2E8EF;
   border-radius: 8px;
   padding: 18px 15px;
   background: #F8FBFF;
}
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 14px;
  line-height: 32px;
  color: #054DA6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #909FB2;
  border-radius: 4px;
}
.container-checkbox:hover input ~ .checkmark {
  background-color: #fff;
}
.container-checkbox input:checked ~ .checkmark {
  background-color: #054DA6;
  border-color: #054DA6;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.optiuni {
   border: 1px solid #E2E8EF;
   border-radius: 8px;
   margin-top: 30px;
   padding: 0;
}
.optiuni .accordion{
  margin: 20px 0;
}
.optiuni .accordion .item .item-header h4 button {
    width: 100%;
    text-align: left;
}
#accordion-unitate button::after, #accordion-pret button::after, #accordion-transport button::after {
  content: "";
  font-size: 14px;
  float: right;
  color: #054DA6;
  display: block;
  background: url("/assets/img/arrow-t.svg") no-repeat;
  width: 20px;
  height: 20px;
  top: 10px;
  position: relative;
}
.optiuni .accordion .item .item-header h4 i {
    float: right;
    font-size: 22px;
    color: #054DA6;
}
.optiuni .accordion .item .item-header {
    border-top: 1px solid #E2E8EF;
    border-bottom: 1px solid #E2E8EF;
}
.optiuni button.btn.btn-link.collapsed i {
    transform: rotate(0deg);
}
.optiuni button.btn.btn-link i {
    transform: rotate(180deg);
    transition: 0.5s;
}
.optiuni h4 {
  font-size: 16px;
  font-weight: 700;
  color: #054DA6;
  margin: 0;
  padding: 8px 0 8px 20px;
}
.localitati h4 {
   border-bottom: 1px solid #E2E8EF;
}
.optiuni .btn-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #054DA6;
  margin: 0;
  padding: 3px 20px 3px 0px;
}
.optiuni .btn-check:focus + .btn, .optiuni .btn:focus {
  box-shadow: none;
}
.optiuni label {
   margin-left: 20px;
   margin-top: 10px;
}
.optiuni a {
  color: #1680FF;
  font-size: 16px;
  line-height: 22px;
  margin-left: 20px;
}
.optiuni select {
  background: #fff;
  border: 1px solid #909FB2;
  border-radius: 8px;
  height: 56px;
  width: 100%;
  max-width: 228px;
  padding: 10px 20px;
  margin-left: 20px;
  margin-top: 10px;
  color: #054DA6;
  font-size: 14px;
  line-height: 24px;
}
.optiuni p {
  color: #021E40;
  font-size: 16px;
  line-height: 32px;
  margin-left: 20px;
  margin-top: 10px;
}
.info-pop img {
   position: relative;
   float: right;
   top: 5px;
}
.info-pop p {
  font-size: 16px;
  line-height: 19px;
  margin: 0;
  color: #054DA6;
}
.info-pop {
   border: none;
   border-radius: 8px;
   padding: 20px 25px;
   background: #E5F0FF;
   margin: 10px 0 30px 0;
}
.top-info {
color: #909FB2;
font-size: 14px;
line-height: 24px;
}
.top-info span {
color: #054DA6;
font-size: 14px;
line-height: 24px;
font-weight: 700;
}
.top-info-select {
text-align: right;
color: #054DA6;
font-size: 14px;
line-height: 24px;
}
.top-info-select select {
border: 1px solid #E2E8EF;
background: #fff;
border-radius: 4px;
color: #909FB2;
font-size: 14px;
height: 32px;
}
.reducere {
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  background: #F23E3E;
  width: 69px;
  text-align: center;
  padding: 3px 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  margin-top: 8px;
}
.like {
  width: 25px;
  height: 25px;
  background: #054DA6;
  padding: 4px;
  border-radius: 4px;
  position: absolute;
  right: 30px;
  margin-top: 12px;
}
.detalii-cazare .col-md-4 {
  position: relative;
  width: 240px;
}
.detalii-cazare {
   border: 1px solid #E2E8EF;
   border-radius: 8px;
   margin-bottom: 30px;
}
.detalii-cazare .img-locatie {
  width: 220px;
  border-radius: 8px 0 0 8px;
}
.detalii-cazare h4 {
  color: #054DA6;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 3px;
}
.distanta a {
  color: #1680FF;
  text-decoration: underline;
  font-size: 14px;
  margin-right: 5px;
  pointer-events: none;
}
.distanta {
  color: #909FB2;
}
.options-buttons {
  margin-bottom: 20px;
  pointer-events: none;
}
.p-text {
 color: #021E40;
 font-size: 14px;
}
.right-box-sect {
  text-align: right;
  border-left: 1px solid #E2E8EF;
  width: 190px;
}
.options-buttons a {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
}
.options-buttons a:first-child {
  background: #41C857;
}
.options-buttons a:nth-child(2) {
  background: #7241C8;
}
.options-buttons a:nth-child(3) {
  background: #00CBFF;
}
.rating {
background: #E5F0FF;
width: 49px;
padding: 1px 0px;
text-align: center;
border-radius: 4px;
font-size: 12px;
font-weight: 700;
color: #054DA6;
line-height: 17px;
position: relative;
left: 115px;
margin: 15px 0 15px 0;
}
.old-price {
  font-size: 12px;
  font-weight: 700;
  color: #054DA6;
  line-height: 17px;
  margin: 0;
  margin-bottom: 8px;
}
.new-price {
  margin: 0;
  color: #909FB2;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 8px;
}
.new-price span {
  color: #41C857;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
.buton {
  margin-top: 30px;
}
.opt-txt {
  font-size: 12px;
  line-height: 16px;
  color: #909FB2;
}
.btn-oferte {
   background: #054DA6;
   border-radius: 8px;
   color: #fff;
   font-size: 18px;
   line-height: 24px;
   padding: 12px 34px;
   cursor: pointer;
}
.btn-oferte:hover {
   color: #fff;
}
.taburi-info ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.taburi-info ul.tabs li{
	background: none;
	color: #054DA6;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
    text-transform: uppercase;
    font-family: 'Noto Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.taburi-info ul.tabs li a {
	color: #054DA6;
}
.taburi-info ul.tabs li.current{
	background: #F8FBFF;
	color: #1680FF;
    border-bottom: 3px solid #1680FF;
}
.taburi-info .tab-content{
	display: none;
	background: #fff;
	padding: 0;
    border-radius: 0 0 8px 8px;
}
.taburi-info .tab-content.current{
	display: inherit;
}
.taburi-info .tabs {
  background: #F8FBFF;
  border-radius: 0;
}
.tarife .first-tr td {
  color: #909FB2;
  font-size: 12px;
  text-align: left;
}
.btn-see-more {
   text-align: center;
   background: #F8FBFF;
   border: 1px solid #1680FF;
   border-radius: 8px;
   padding: 11px 0;
   margin: 25px 15px 25px 15px;
}
.btn-see-more a {
   font-size: 14px;
   line-height: 19px;
   color: #1680FF;
}
.lista-paginare {
  display: inline-flex;
}
.paginare p {
  margin: 0;
  color: #054DA6;
  font-size: 16px;
  line-height: 22px;
}
.paginare .col-md-8 {
   text-align: center;
}
.next {
  text-align: right;
}
.lista-paginare li:nth-child(2) {
   border-radius: 50%;
   width: 22px;
   height: 22px;
   color: #fff;
   background: #054DA6;
}
.lista-paginare li {
   margin: 0 10px;
   cursor: pointer;
   color: #909FB2;
   font-size: 14px;
   line-height: 19px;
   font-family: 'Noto Sans', sans-serif;
}
.lista-paginare li:first-child {
   color: #054DA6;
}
.next, .back {
  cursor: pointer;
}
.back img {
  margin-right: 10px;
}
.next img {
  margin-left: 15px;
}
.paginare {
  padding: 10px 0 40px 0;
  border-bottom: 1px solid #E2E8EF;
}
.descriere-checkin, .descriere-internet, .descriere-parcare, .descriere-activitati {
  display: flex;
  padding: 10px 0;
  margin: 0 20px;
}
.descriere-checkin li, .descriere-internet li, .descriere-parcare li, .descriere-activitati li {
  padding: 0 40px 0 0;
  color: #909FB2;
  font-size: 14px;
  line-height: 24px;
}
.descriere-checkin li img, .descriere-internet li img, .descriere-parcare li img, .descriere-activitati li img {
  margin-right: 10px;
}
.descriere-checkin li:first-child, .descriere-internet li:first-child, .descriere-parcare li:first-child, .descriere-activitati li:first-child {
  padding: 0;
  width: 200px;
  color: #054DA6;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}
.descriere-checkin, .descriere-internet, .descriere-parcare {
  border-bottom: 1px solid #E2E8EF;
}
.galerie-img {
 padding: 20px;
}
.galerie-img .big-img {
  width: 100%;
}
.galerie-img ul {
  display: flex;
}
.galerie-img ul li {
  margin: 0 5px 10px 5px;
}
.prev-img, .next-img {
  position: absolute;
  margin-top: 33%;
}
.galerie-img .col-md-7 {
  position: relative;
}
.next-img {
 right: 40px;
}
.prev-img {
  left: 40px;
}
.harta {
  padding: 20px 10px !important;
  text-align: center;
}
.boxuri {
   margin: 0;
   border: 1px solid #909FB2;
   border-radius: 8px;
   text-align: center;
   font-size: 14px;
   line-height: 18px;
   color: #909FB2;
   padding: 28px 20px;
   margin-bottom: 25px;
}
.alte-informatii button.accordion {
  width: 100%;
  background-color: #fff;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 0px 15px 0px;
  font-size: 12px;
  color: #054DA6;
  cursor: pointer;
  transition: background-color 0.2s linear;
  border-bottom: 1px solid #E2E8EF;
  line-height: 19px;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 700;
}
.alte-informatii button.accordion:after {
  content: "";
  font-size: 14px;
  float: right;
  color: #054DA6;
  display: block;
  background: url("/assets/img/arrow-b.svg") no-repeat;
  width: 20px;
  height: 20px;
}
.alte-informatii button.accordion.is-open:after {
  content: "";
  color: #054DA6;
  background: url("/assets/img/arrow-t.svg") no-repeat;
}
.alte-informatii .accordion-content {
  background-color: #fff;
  border: none;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.alte-informatii .accordion-content p {
  padding: 20px 0;
  font-size: 14px;
  color: #909FB2;
  margin: 0;
  line-height: 24px;
}
.checkin p {
  font-size: 12px;
  line-height: 18px;
  color: #021E40;
}
.checkin img {
border: 1px solid #909FB2;
border-radius: 4px;
width: 25px;
height: 25px;
padding: 3px;
}
.camera h5 {
color: #054DA6;
font-size: 14px;
font-weight: 700;
}
.camera h6 {
color: #F23E3E;
font-size: 14px;
font-weight: 700;
}
.camera p {
  color: #021E40;
  font-size: 14px;
}
.masa ul li {
  color: #021E40;
  font-size: 14px;
  line-height: 24px;
}
.pret .vechi {
  font-size: 12px;
  font-weight: 700;
  color: #054DA6;
  line-height: 17px;
  margin-bottom: 0;
}
.pret .nou {
color: #909FB2;
font-size: 14px;
}
.pret .nou span {
color: #41C857;
font-size: 20px;
font-weight: 700;
}
.rezerva {
 text-align: center;
width: 190px;
}
.rezerva .btn-oferte {
  padding: 14px 45px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}
.rezerva a {
color: #1680FF;
text-decoration: underline;
font-size: 14px;
}
.rezerva p {
  margin-top: 25px;
}
.second-tr {
 border-top: 1px solid #E2E8EF;
}
.first-tr td {
padding: 15px;
}
.second-tr td {
padding: 20px 15px;
}
.second-tr-bb {
  border-bottom: 1px solid #E2E8EF;
}
.alte-informatii p {
font-size: 14px;
line-height: 24px;
color: #909FB2;
}
.boxuri a {
color: #1680FF;
pointer-events: none;
}
.alte-informatii h4 {
color: #054DA6;
font-size: 20px;
line-height: 27px;
font-weight: 700;
margin-top: 30px;
}
.alte-informatii {
  padding: 60px 0;
}
.descriere {
color: #909FB2;
font-size: 14px;
line-height: 24px;
padding: 15px 20px 5px 20px;
}
.newsletter .container {
   padding: 0 24px;
}
.newsletter .row {
  background-image: url("/assets/img/news-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  padding: 30px 35px;
  position: relative;
}
.newsletter h3 {
  color: #054DA6;
  font-size: 32px;
  line-height: 43px;
}
.newsletter p {
color: #054DA6;
font-size: 16px;
line-height: 19px;
margin-bottom: 20px;
}
.newsletter input {
background: #fff;
border: none;
border-radius: 8px;
height: 56px;
width: 253px;
padding: 10px 25px;
color: #909FB2;
font-size: 14px;
font-family: 'Noto Sans', sans-serif;
margin-right: 6px;
}
.newsletter button {
  background: #054DA6;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  height: 54px;
  width: 255px;
}
.elem-grafic {
  position: absolute;
  width: 200px;
  right: 170px;
  bottom: 0;
  z-index: 0;
}
.form-news {
  position: relative;
z-index: 2;
}
.prefooter .row {
padding: 80px 0 50px 0;
border-bottom: 1px solid #E2E8EF;
}
.prefooter h5 {
color: #054DA6;
font-size: 16px;
}
.footer-phone img {
  background: #41C857;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 8px;
}
.footer-phone a {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #054DA6;
}
.adress {
 font-size: 12px;
 color: #909FB2;
}
.prefooter h6 {
color: #054DA6;
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
}
.prefooter ul li a {
font-size: 14px;
color: #909FB2;
}
.prefooter ul li a:hover {
color: #054DA6;
}
.curs-valutar {
 font-size: 12px;
 color: #909FB2;
 margin-top: 40px;
 margin-bottom: 5px;
}
.prefooter select {
  border: none;
  background: transparent;
  width: 55px;
  color: #054DA6;
}
.footer-phone {
  padding: 20px 0 40px 0;
}
.footer p {
font-size: 11.5px;
color: #909FB2;
text-align: right;
line-height: 20px;
}
.footer .col-md-6 {
text-align: center;
}
.footer {
padding: 20px 0;
}
.footer-box-right {
  position: relative;
  left: 28px;
}
.search_form .cauta-btn {
  width: 198px;
  font-size: 14px;
  padding: 13px 0;
  height: 48px;
}
.search_form .input-form select, .page-search-form .search_form .input-form input {
  margin: 0;
  height: 48px;
}
/* .search_form .input2-hotel, .page-search-form .search_form .input4-hotel {
  margin: 0 20px !important;
} */
/* CSS SEARCH PAGE END */
input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 5px;
  background: #F5F5F5;
  border-radius: 5px;
  background-image: linear-gradient(#054DA6, #054DA6);
  background-size: 63% 100%;
  background-repeat: no-repeat;
  position: relative;
}
/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #054DA6;
  cursor: ew-resize;
  transition: background .3s ease-in-out;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #054DA6;
  cursor: ew-resize;
  transition: background .3s ease-in-out;
}
input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #054DA6;
  cursor: ew-resize;
  transition: background .3s ease-in-out;
}
/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
#customRange3 {
width: 85%;
margin-left: 20px;
}
.header-modal-map h2 {
  color: #054DA6;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
/*Pagina Hotel*/
.facilitati {
  display: flex;
  margin-bottom: 20px;
}
.facilitati li:nth-child(2) {
  margin-left: 30px;
}
.cere-oferta {
  background: #e5f0ff;
border-radius: 8px;
padding: 40px 40px;
}
.cere-oferta h4 {
color: #054DA6;
font-size: 20px;
line-height: 27px;
font-weight: 700;
margin-bottom: 0;
}
.cere-oferta p {
  color: #054DA6;
  margin: 0;
}
.hotel-rating {
  background: #E5F0FF;
width: 49px;
padding: 1px 0px;
text-align: center;
border-radius: 4px;
font-size: 12px;
font-weight: 700;
color: #054DA6;
line-height: 17px;
margin: 0;
position: absolute;
right: 0;
top: 0;
}
.container-hotel {
  position: relative;
}
.tabs-hotel li {
   margin-right: 40px;
}
.tabs-hotel ul.tabs li {
  padding: 10px 35px;
}
.tabs-hotel .tabs {
   margin-bottom: 20px !important;
   margin-top: 40px !important;
}
.detalii-hotel {
  border: none;
}
.detalii-hotel .tarife {
  border: 1px solid #E2E8EF;
border-radius: 8px 8px 0 0;
 position: relative
}
.more-offerts {
  border-bottom: 1px solid #E2E8EF;
  border-left: 1px solid #E2E8EF;
  border-right: 1px solid #E2E8EF;
  padding: 25px 0 25px 0;
  border-radius: 0 0 8px 8px;
}
.more-offerts .btn-see-more {
   margin: 0 15px;
}
.search-hotel-pag {
  background: #E5F0FF;
  padding: 32px 25px 32px;
}
.input1-hotel, .input2-hotel {
  max-width: 225px;
  width: 100%;
}
.input3-hotel {
  max-width: 154px;
  width: 100%;
}
.input4-hotel {
  max-width: 198px;
  width: 100%;
}
.search-hotel-pag .input-form select, .search-hotel-pag .input-form input {
  margin-right: 20px;
  margin-left: 0;
  height: 48px;
}
.search-hotel-pag h5, .search-hotel-pag p {
  color: #054DA6;
}
.search-hotel-pag .cauta-btn {
  width: 198px;
  padding: 13px 0;
  font-size: 14px;
  height: 48px;
}
.subtitle-oferts {
font-size: 14px;
line-height: 24px;
color: #909FB2;
}
.subtitle-oferts span {
color: #054DA6;
}
.detalii-hotel .tarife select {
  border: 1px solid #E2E8EF;
  background: transparent;
  border-radius: 5px;
  padding: 7px;
  color: #021E40;
}
.detalii-hotel .tarife .first-tr td {
    color: #021E40;
}
.status-disponibil .checkin p, .status-necesita-conf .checkin p {
  color: #1680FF;
  margin-bottom: 3px;
}
.status-disponibil .checkin p span, .status-necesita-conf .checkin p span {
  color: #054DA6;
}
.status-disponibil .camera h6, .status-necesita-conf .camera h6 {
   color: #1680FF;
}
.status-disponibil .camera p, .status-necesita-conf .camera p {
   color: #6E7A8A;
   font-size: 12px;
}
.status-disponibil .masa ul li, .status-necesita-conf .masa ul li {
   color: #6E7A8A;
}
.status-indisponibil .checkin p {
  color: #909FB2;
  margin-bottom: 3px;
}
.status-indisponibil .checkin p span {
  color: #909FB2;
}
.status-indisponibil .camera h5 {
   color: #909FB2;
}
.status-indisponibil .camera h6 {
   color: #909FB2;
}
.status-indisponibil .camera p {
   color: #909FB2;
   font-size: 12px;
}
.status-indisponibil .masa ul li {
   color: #909FB2;
}
.status-indisponibil .pret .vechi, .status-indisponibil .pret .nou span {
   color: #909FB2;
}
.status-indisponibil .rezerva a {
 color: #909FB2;
}
.status-indisponibil .btn-oferte {
  background: #E2E8EF;
}
.detalii-hotel .rezerva .btn-oferte {
  text-transform: uppercase;
}
.status {
  font-size: 12px;
  color: #909FB2;
}
.btn-request {
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #41C857;
  border-radius: 8px;
  border: none;
  padding: 12px 24px;
  margin-left: 3px;
  font-size: 18px;
  line-height: 22px;
  float: right;
}
.btn-request:hover {
  color: #fff;
}
.facilitati li {
   color: #909FB2;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
font-weight: 400;
}
.nume-camera {
   font-size: 14px;
   font-weight: 700;
   color: #054DA6;
}
.text-impresii span {
   color: #054DA6;
}
.btn-add-com {
  font-family: 'Noto Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #054DA6;
  border-radius: 8px;
  border: none;
  padding: 12px 24px;
  margin-left: 3px;
  font-size: 18px;
  line-height: 22px;
  float: right;
}
.btn-add-com:hover {
  color: #fff;
}
.durata {
  color: #054DA6;
  font-size: 14px;
  margin-bottom: 10px;
}
.ev-pret {
  background: transparent;
  border: 1px solid #E2E8EF;
  border-radius: 5px;
  padding: 5px 5px;
  width: 100%;
  color: #909FB2;
  max-width: 270px;
}
.unitati h5 {
  color: #054DA6;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 30px;
}
.unitati .detalii-cazare .img-locatie {
  width: 100%;
}
.harta-locatii iframe {
  border-radius: 8px;
}
.unitati .detalii-cazare h4 {
  margin-top: 23px;
}
.unitati .right-box-sect {
  border: none;
  padding-right: 18px
}
.unitati .alte-informatii p {
  font-size: 12px;
  line-height: 16px;
}
.unitati .col-md-4 {
  width: 37% !important;
}
.unitati .col-md-3 {
  padding-right: 0 !important;
}
.unitati .col-md-5 {
  width: 37% !important;
}
.unitati .old-price {
  color: #054DA6;
   margin-bottom: 0;
   margin-top: 15px;
}
.unitati .new-price {
  margin-bottom: 0;
}
hr {
  background: #E2E8EF;
  height: 2px !important;
  margin-top: 50px !important;
margin-bottom: 50px !important;
}
.progress {
  margin:0;
  padding:0;
  width:170px;
  height:20px;
  overflow:hidden;
  background:#E5F0FF;
  border-radius:5px;
  float: left;
}
.bar {
	position:relative;
  float:left;
  min-width:1%;
  height:100%;
  background:#a8ceff;
}
.percent {
	position:absolute;
  top:50%;
  left:40%;
  transform:translate(-50%,-50%);
  margin:0;
  font-size:12px;
  color:#054DA6 !important;
  font-weight: 700;
}
.continut-impresii {
clear: both;
display: flex;
margin-top: 30px;
}
.continut-impresii p {
  margin-bottom: 0;
margin-left: 10px;
}
.impresii-hotel h5 {
font-size: 14px;
font-weight: 700;
color: #054DA6;
}
.row-impresii {
 padding: 30px 0;
}
.row2-impresii {
border-top: 1px solid #E2E8EF;
border-bottom: 1px solid #E2E8EF;
}
.row2-impresii .continut-impresii img {
  margin-top: -70px;
}
.galerie-foto-hotel ul {
  display: flex;
}
.galerie-foto-hotel ul li {
  margin: 0 5px 10px 5px;
}
.det-locatii p {
  margin: 0;
  font-size: 14px;
  color: #6E7A8A;
}
.det-locatii h5 {
  color: #054DA6;
  font-size: 12px;
  font-weight: 700;
  margin-top: 70px;
}
.det-locatii {
background: #f8fbff;
border-radius: 8px;
padding: 30px 20px 20px 15px;
}
.title-table-hotel {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #021E40;
    margin: 0;
    margin-top: 7px;
}
.detalii-hotel .tarife select {
  border: 1px solid #E2E8EF;
  background: transparent;
  border-radius: 5px;
  padding: 5px;
  color: #021E40;
  font-size: 14px;
  width: 100%;
  max-width: 137px;
  font-family: 'Noto Sans', sans-serif;
  line-height: 18px;
  height: 32px;
}
.first-row-table {
border-bottom: 1px solid #E2E8EF;
padding: 15px 20px;
}
.status-disponibil {
  padding: 20px;
}
.col-pret {
  width: 13%;
}
.detalii-hotel .tarife .status {
   margin-top: 0;
}
.detalii-hotel .tarife .checkin {
  padding-top: 23px;
}
.detalii-hotel .tarife .camera p {
   margin-bottom: 0;
}
.detalii-hotel .tarife .masa ul li {
  margin-top: 35px;
}
.detalii-hotel .tarife .pret .vechi {
  margin-top: 25px;
}
.status-disponibil {
  border-bottom: 1px solid #E2E8EF;
}
.status-indisponibil {
  border-bottom: none;
}
.status-disponibil:hover {
  background: #eeeeee;
}
.toggle-detalii .accordion-toggle {cursor: pointer;}
 .toggle-detalii .accordion-content {display: none;}
 .toggle-detalii .accordion-content.default {display: block;}
.toggle-detalii .accordion-toggle:before {
  content:"";
  font-family: FontAwesome;
  width:25px;
  display:inline-block;
  text-align:center;
}
.arrow-box:before{
  content:"\f078";
  font-family: FontAwesome;
  width:45px;
  display:inline-block;
  text-align:center; 
  rotate: 180deg;
  position: absolute;
  border: 1px solid #1680FF;
  border-radius: 8px;
  padding: 10px;
  left: 50%;
}
.toggle-detalii .accordion-content h4 {
font-size: 12px;
line-height: 17px;
font-weight: 700;
}
.toggle-detalii .accordion-content {
padding: 15px 0;
border-bottom: 1px solid #E2E8EF;
}
.toggle-detalii .accordion-content .row {
min-height: 125px;
}
.toggle-detalii .accordion-content p {
  color: #021E40;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding-right: 45px;
}
.tabela-orar tr th {
  color: #6E7A8A;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Noto Sans', sans-serif;
  padding: 5px;
}
.tabela-orar tr td {
  color: #021E40;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Noto Sans', sans-serif;
  padding: 5px;
}
.tabela-orar .row-bg {
   background: #F2F6FB;
}
.tabela-orar {
  margin-top: 12px;
}
.accordion-toggle {
  position: absolute;
  right: 175px;
  color: #1680FF !important;
  text-decoration: underline;
  font-size: 14px !important;
  font-weight: 400 !important;
  margin: 0 !important;
  margin-top: -45px !important;
}
.arrow-box {
  border-bottom: 1px solid #E2E8EF;
  padding-bottom: 50px;
  padding-top: 30px;
  cursor: pointer;
}
.box-oferta-mobile .popup-detalii {
  display: none;
  position: fixed;
  padding: 0px;
  width: 100%;
  left: 0%;
  margin-left: 0;
  height: 100%;
  top: 0;
  margin-top: 0;
  background: #FFF;
  z-index: 99999;
}
.box-oferta-mobile #popup-detalii:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -2;
}
.box-oferta-mobile #popup-detalii:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.box-oferta-mobile .popupk {
  display: none;
  position: fixed;
  padding: 10px;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  height: 180px;
  top: 50%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #F04A49;
  z-index: 20;
}
.box-oferta-mobile #popupk:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
.box-oferta-mobile #popupk:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.box-oferta-mobile .optiuni h4 {
   text-align: left;
}
.box-oferta-mobile .optiuni label {
   text-align: left;
}
.popup-oferte-mobil p {
   margin-top: 0;
}
.popup-oferte-mobil .conditii {
text-align: left;
}
.popup-oferte-mobil table tr td {
color: #021E40;
font-size: 12px;
line-height: 18px;
font-family: 'Noto Sans', sans-serif;
padding: 5px;
}
.popup-oferte-mobil table tr th {
color: #6E7A8A;
font-size: 12px;
line-height: 18px;
font-family: 'Noto Sans', sans-serif;
padding: 5px;
background: #F2F6FB;
}
.popup-oferte-mobil table {
   width: 100%;
}
.popup-oferte-mobil table .l-align {
text-align: left;
}
.popup-oferte-mobil table .r-align {
text-align: right;
}
.popup-oferte-mobil table {
 margin-top: 20px;
}
.conditii {
  padding-top: 20px;
}
.det_pret {
  text-align: left;
  margin-bottom: 20px;
}
.det_status {
  text-align: right;
}
.popup-oferte-mobil {
padding: 30px;
}
.btn-v-oferte .filter-header img {
   margin-top: 10px;
}
.popup-detalii .close-btn {
  top: 17px;
}
.box-oferta-mobile .popup-detalii2 {
  display: none;
  position: fixed;
  padding: 0px;
  width: 100%;
  left: 0%;
  margin-left: 0;
  height: 100%;
  top: 0;
  margin-top: 0;
  background: #FFF;
  z-index: 99999;
}
.box-oferta-mobile #popup-detalii2:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
.box-oferta-mobile #popup-detalii2:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.popup-oferte-mobil h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  color: #054DA6;
}
.box-oferta-mobile #popup-detalii::after {
  background: #fff;
}
/*filtru mobile sorteaza*/
.filter-mobile .popup {
  display: none;
  position: fixed;
  padding: 0px;
  width: 100%;
  left: 0%;
  margin-left: 0;
  height: 100vh;
  top: 0;
  margin-top: 0;
  background: #FFF;
  z-index: 999;
}
.filter-mobile #popup:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
.filter-mobile #popup:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.opt-filtrare-mob .localitati {
  max-height: 80vh;
    overflow-y: auto;
}
.filter-mobile .popupk {
  display: none;
  position: fixed;
  padding: 10px;
  width: 280px;
  left: 50%;
  margin-left: -150px;
  height: 180px;
  top: 50%;
  margin-top: -100px;
  background: #FFF;
  border: 3px solid #F04A49;
  z-index: 20;
}
.filter-mobile #popupk:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
.filter-mobile #popupk:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.filter-mobile .optiuni h4 {
   text-align: left;
}
.filter-mobile .optiuni label {
   text-align: left;
}
.filter-mobile button {
font-size: 14px;
line-height: 24px;
color: #054DA6;
font-family: 'Noto Sans', sans-serif;
width: 33.3%;
text-align: center;
border: none;
background: none;
}
.filter-header h4 {
  color: #054DA6;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  padding-top: 4px;
}
.filter-header button {
  color: #054DA6;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  float: right;
  margin-right: 20px;
}
.close-btn {
  position: absolute;
  right: 20px;
  top: 7px;
}
.filter-header {
  background: #F2F6FB;
  padding: 8px 0;
}
.filter-mobile .optiuni {
  margin: 30px;
}
.afisare-rez {
  background: #F2F6FB;
  padding: 27px 30px;
}
.ribbon {
  margin: 0;
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  background: #F23E3E;
  width: 69px;
  text-align: center;
  padding: 3px 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  margin-top: 30px;
  z-index: 2;
}
.nume-hotel-sticky {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
}
.no-tabs {
display: none;
}
.menu-section-hotel {
    position: sticky;
    top: 43px;
    z-index: 5;
}
.popup-sidebar {
display: none;  
position: fixed;
padding: 40px;
width: 1146px;
left: 28%;
margin-left: -150px;
height: auto;
top: 20%;
margin-top: 0;
background: #FFF;
  z-index: 20;
}
#popup-sidebar:after, #popup-sidebar1:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
#popup-sidebar:before, #popup-sidebar1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.link-vezi {
  font-size: 14px;
  line-height: 20px;
  color: #054DA6;
  margin-bottom: 0;
  background: transparent;
  border: none;
}
.popup-sidebar p {
  padding: 0;
  margin-bottom: 20px;
}
#bk-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #054da6;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#bk-top:hover {
  background-color: #555;
}
#accordion-pers {
  width: 100%;
max-width: 235px;
background: #fff;
border-radius: 8px;
/* margin: 0 20px; */
}
.btn-varsta {
  width: 100%;
  max-width: 235px;
  border: none;
  text-align: left;
  font-size: 14px;
  font-weight: 24px;
  color: #909FB2;
  font-family: 'Noto Sans', sans-serif;
  padding: 14px;
  outline: 0;
  box-shadow: none;
}
.btn-varsta:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.btn-varsta:hover {
color: #909FB2;
}
.btn-varsta i {
  float: right;
  top: 4px;
  position: relative;
  left: 8px;
}
#collapse5 {
padding: 0px 12px 0 12px;
position: absolute;
    max-width: 235px;
    background: white;
    z-index: 99;
border: 1px solid #054da6;
margin-top: 3px;
}
.nr-pers p {
  color: #909FB2;
  font-family: 'Noto Sans', sans-serif;
}
.nr-pers span {
  padding: 15px;
  color: #909FB2;
}
.nr-pers img {
  padding: 10px;
  background: #F8FBFF;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.nr-pers {
padding: 10px 0;
border-top: 1px solid #E2E8EF;
}
.varsta-copil {
  width: 100%;
  border: 1px solid #054DA6 !important;
  margin-bottom: 5px !important;
}
.search_form .input-form {
display: flex;
justify-content: space-between;
}
/*Pagina Hotel END*/
.filter-mobile, .filter-input-mobile, .info-mobile, .m_cazare, .dist-hotel-m, .poze-hotel, .sectiune-boxuri-oferte, .d-txt-mob, .menu-icon  {
   display: none;
}
/*meniu mobile*/
#menuToggle
{
  display: block;
  position: relative;
  top: 55px;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a
{
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menuToggle a:hover
{
  color: tomato;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -25px;
  left: -5px;
  cursor: pointer;
  opacity: 0; 
  z-index: 2; 
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #054DA6;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
.titlu-meniu {
  background: #054DA6;
  padding: 25px 0;
  margin-top: 13px;
  margin-bottom: 10px;
}
.titlu-meniu p {
 text-align: center;
 color: #fff;
 font-size: 14px;
 font-weight: 700;
 margin: 0;
 font-family: 'Noto Sans', sans-serif;
}
#menu
{
  position: absolute;
  padding: 0px;
  padding-top: 0px;
  height: 100vh;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li
{
  padding: 10px 0;
  font-size: 14px;
  color: #054DA6;
  line-height: 19px;
  font-family: 'Noto Sans', sans-serif;
  border-bottom: 1px solid #E2E8EF;
  margin: 0 20px;
}
#menu hr {
   background: #054DA6 !important;
   height: 2px !important;
   margin-top: 10px !important;
   margin-bottom: 10px !important;
   margin-left: 20px !important;
   margin-right: 20px !important;
}
#menu select {
  background: none;
  border: none;
  width: 93%;
  padding: 10px 0;
  font-size: 14px;
  color: #054DA6;
  line-height: 19px;
  font-family: 'Noto Sans', sans-serif;
  border-bottom: 1px solid #E2E8EF;
  margin: 0 20px;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}
.meniu-mobil {
  display: none;
}
/*meniu mobile*/
.icon-menu {
  display: block;
  width: 40px;
  height: 32px;
  position: relative;
  top: -25px;
  left: -5px;
  cursor: pointer;
}
.close-menu {
  display: block;
width: 15px;
height: 33px;
position: absolute;
top: 33px;
cursor: pointer;
right: 20px;
}
.sidebar-hotel p {
   font-size: 14px;
   line-height: 20px;
   color: #054DA6;
   margin-bottom: 0;
   padding-right: 40px;
}
.sidebar-hotel p a {
   color: #054DA6;
}
.sidebar-hotel .col-2 {
   text-align: center;
}
.sidebar-hp {
  background: #f8fbff;
  border-radius: 8px;
  display: block !important;
}
.border-top-bottom {
   border-top: 1px solid #E2E8EF;
   border-bottom: 1px solid #E2E8EF;
}
.sidebar-hotel {
  padding: 30px 0;
}
.sidebar-hotel img {
  padding-top: 10px;
  padding-left: 10px;
}
.sidebar-hotel .disponib {
  padding-top: 0 !important;
}
.fotorama__stage__frame {
  border-radius: 8px;
}
#back_to_top {
  display: inline-block;
  background-color: #e5f0ff;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back_to_top::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#back_to_top:hover {
  cursor: pointer;
  background-color: #333;
}
#back_to_top:active {
  background-color: #555;
}
#back_to_top.show {
  opacity: 1;
  visibility: visible;
}
.input-form input, .input-form select {
  color: #909FB2 !important;
}
/*Tara*/
.slide-tara {
  background-image: url("/assets/img/slide-tara.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 527px;
}
.slide-tara .search_form {
   margin: 0;
}
.slide-tara h1 {
  color: #ffffff;
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 45px;
  padding-top: 110px;
}
.slide-tara .search_form .cauta-btn {
  width: 198px;
  font-size: 14px;
  padding: 13px 0;
  height: 56px;
}
/*Tara END*/
.wrapper {
position: relative;
text-align: center;
-webkit-transform: translateZ(0);
-webkit-font-smoothing: antialiased;
height: 42px;
}
.wrapper .bullet {
  top: -7px;
}
.wrapper .tooltip {
background: #1496bb;
bottom: 100%;
color: #fff;
display: block;
left: -20px;
margin-bottom: 15px;
opacity: 0;
padding: 20px;
pointer-events: none;
position: absolute;
width: 100%;
-webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
   -o-transform: translateY(10px);
    transform: translateY(10px);
-webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
   -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
   -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.wrapper .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}
.wrapper:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(120px);
  -moz-transform: translateY(120px);
  -ms-transform: translateY(120px);
   -o-transform: translateY(120px);
    transform: translateY(120px);
}
.lte8 .wrapper .tooltip {
display: none;
}
.lte8 .wrapper:hover .tooltip {
display: block;
}
#container, #container2, #container3 {
  margin: 0 auto;
  padding-top: 2%;
}
#container2, #container3 {
position: relative;
left: -20px;
}
.highcharts-yaxis-labels, .highcharts-grid-line, .highcharts-title, .highcharts-legend-item, .highcharts-credits {
  display: none;
}
.grafic_preturi {
  overflow-x: auto;
  white-space: nowrap;
}
.grafic_preturi .col-md-6 {
  display: inline-block;
  float: none;
}
.grafic_preturi {
  scrollbar-width: thin;
  scrollbar-color: #67bce6 #e5f0ff;
}
.grafic_preturi::-webkit-scrollbar {
  width: 12px;
}
.grafic_preturi::-webkit-scrollbar-track {
  background: #e5f0ff;
}
.grafic_preturi::-webkit-scrollbar-thumb {
  background-color: #67bce6;
  border-radius: 20px;
  border: 3px solid #e5f0ff;
}
.favorit-list .img-hotel {
  width: 48px;
  height: 48px;
  border: none;
  background: none;
  border-radius: 0;
padding: 0;
}
.favorit-list .nr-stele {
  width: 38px;
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
height: 10px;
margin-top: -5px;
}
.favorit-list .col-md-8 {
 padding: 0;
}
.favorit-list {
  margin-bottom: 20px;
}
.fav3 h4 {
margin-top: 0 !important;
}
.favorit-list h4 {
font-family: 'Noto Sans', sans-serif;
font-weight: 700;
font-size: 12px;
line-height: 17px;
margin-bottom: 0;
color: #054DA6;
margin-top: 5px;
}
.fav-old {
color: #054DA6 !important;
font-weight: 400 !important;
font-size: 12px;
line-height: 17px;
margin-bottom: 0;
}
.fav-nou {
color: #F23E3E !important;
font-weight: 700 !important;
font-size: 12px;
line-height: 17px;
margin-bottom: 0;
}
.fav-nou span{
color: #909FB2 !important;
font-weight: 400 !important;
}
.favorit-list p {
color: #021E40;
font-weight: 400;
font-size: 12px;
line-height: 17px;
margin-bottom: 0;
}
.wrapper .tooltip {
background: #fff;
width: 470px;
top: -86px;
height: 300px;
border-radius: 0 0 8px 8px;
left: -470%;
}
.wrapper {
z-index: 99
}
.wrapper .tooltip .btn-see-more {
  margin: 25px 0px 25px 0px;
}
 .caleran-not-in-month {
            visibility: hidden;
        }
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
  color: #fff !important;
}
#tarife, #descriere, #camere, #impresii, #harta, #evolutie-pret {
   scroll-margin-top: 100px;
}
.select-varsta {
  border: 1px solid #054da6 !important;
  width: 100%;
  margin-bottom: 10px !important;
}
.search-hotel-pag h4 {
   margin-top: 0;
}
.search-hotel-pag .accordion {
  margin-left: 0 !important;
}
.taburi-info ul.tabs li a {
  padding: 10px 20px;
}
.taburi-info ul.tabs li a:hover {
  border-bottom: 3px solid #1680FF;
padding-bottom: 10px;
}
.taburi-info ul.tabs li a:active {
  border-bottom: 3px solid #1680FF;
  padding-bottom: 10px;
}
.tabs-hotel ul.tabs li {
  padding: 10px !important;
}
.page-search-form .search_form .input-form select {
   margin-right: 5px !important;
}
.page-search-form .search_form .input2-hotel {
  margin-left: 0 !important;
  margin-right: 5px !important;
}
.cauta-btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: padding-right .3s ease-out;
}
.cauta-btn.loading {
    background-color: #41c857;
    padding-right: 40px;
}
.cauta-btn.loading:after {
    content: "";
    position: absolute;
    border-radius: 100%;
    right: 6px;
    top: 50%;
    width: 0px;
    height: 0px;
    margin-top: -2px;
    border: 2px solid rgba(255,255,255,0.5);
    border-left-color: #FFF;
    border-top-color: #FFF;
    animation: spin .6s infinite linear, grow .3s forwards ease-out;
}
@keyframes spin { 
    to {
        transform: rotate(359deg);
    }
}
@keyframes grow { 
    to {
        width: 14px;
        height: 14px;
        margin-top: -8px;
        right: 13px;
    }
}
/*Vezi mai multe - css butoane*/
details {
  position:relative;
}
details summary {
  display:block;
  cursor: pointer;
color: #1680FF;
line-height: 22px;
margin-left: 20px;
}
details summary span {
  font-size: 16px;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:0;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}
details #open{padding-left:0;text-align:middle;}
details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 8px;
    content: "";
    transform: rotate(90deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}
::-webkit-details-marker {display: none;}
@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.detalii-cazare details[open] .btn-see-more {
  margin: 0 !important;
padding: 10px;
width: 100%;
}
.detalii-cazare details[open] table {
   margin-bottom: 40px;
}
/* Modal Google Map */
.map_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal_overlay {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal_form {
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  overflow: auto; /* Enable scroll if needed */
}
/* map_modal Content */
.map_modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
/* The map-close Button */
.map-close, .close_modal {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.map-close:hover,
.map-close:focus,
.close_modal:hover,
.close_modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.map-left-content {
  overflow-y: scroll;
  height: 100%;
  max-height: 600px;
}
.map-left-content .p-text {
   margin-bottom: 0;
}
/* Google Map end */
/*Pagina Tara*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block;
    padding: 0 .3em !important;
    font-size: 3em;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    position: absolute;
    right: -23px;
    top: 50%;
    background-color: var(--base-color) !important;
    display: block ;
    padding: 0 .3em !important;
    font-size: 3em ;
    margin: 0;
    cursor: pointer;
    color: #fff;
    transform: translate(-50%, -50%);
}
.deals .owl-carousel .item figure {
    margin: 0;
}
:root{
    --base-color: #27b0f1;
    --border: 1px solid #eee;
    --text-color: #565a5c;
    --card-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08)
}
.pag-tara h4 {
  color: #054DA6;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
}
.pag-tara p {
  font-size: 14px;
  color: #909FB2;
  margin: 0;
  line-height: 24px;
}
.steag {
  margin-left: 20px;
}
.despre-tara p {
  padding: 10px 0;
}
.despre-tara {
   padding: 60px 0;
}
.why-book {
  background: #F8FBFF;
  padding: 60px 0;
}
.harta-tara {
   margin-top: 70px;
   border-radius: 8px;
}
.why-book h6 {
  color: #054DA6;
font-size: 14px;
line-height: 18px;
font-weight: 700;
margin: 15px 0;
}
.why-book p {
  padding-right: 35px;
}
.destinatii {
   padding: 60px 0;
}
.destinatii p {
   padding-bottom: 10px;
}
.destinatii .deals {
  margin-top: 40px;
}
.destinatii .deals .owl-item {
   width: 270px !important;
margin-right: 19px !important;
}
.destinatii .box-destinatii h6 {
  color: #054DA6;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin: 15px 0;
}
.box-destinatii p {
   padding: 0;
}
.box-destinatii p span {
   float: right;   
}
.box-destinatii p span b {
   font-weight: 400;
   color: #41C857;   
}
.circuite .box-destinatii p span {
  float: left;
}
.circuite .box-destinatii h6 {
  margin-bottom: 5px;
}
.border-separator {
  background: #E2E8EF;
  height: 2px !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.hotel-stars {
  width: 38px !important;
  display: initial !important;
  margin-left: 5px;
}
.box-destinatii .options-buttons {
  margin-bottom: 10px;
}
.blue-price s {
  font-size: 16px;
  line-height: 22px;
  color: #054DA6;
  font-weight: 700;
  margin-right: 15px;
}
.green-price {
  font-size: 20px !important;
  line-height: 27px !important;
  font-weight: 700 !important;
  color: #41C857 !important;
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.gray-text {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #909FB2 !important;
}
.text-pret {
  display: flex;
}
.box-destinatii .options-buttons a:nth-child(2) {
  background: #7241C8;
  margin-right: 10px;
}
.box-destinatii .options-buttons a:nth-child(3) {
  position: relative;
  top: 4px;
}
.box-destinatii .ribbon {
  margin: 0 !important;
  margin-top: 0px !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 27px !important;
  font-weight: 700 !important;
  background: #F23E3E !important;
  width: 69px !important;
  text-align: center !important;
  padding: 3px 0 !important;
  border-radius: 0 4px 4px 0 !important;
  position: absolute !important;
  margin-top: 30px !important;
  z-index: 2 !important;
}
.text-overlay-img {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  color: #fff !important;
  position: absolute !important;
  margin: 20px 0px 0 20px !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
   background: transparent !important;
   left: -40px !important;
   top: 40% !important;
   background-image: url("/assets/img/left-arrow-carousel.svg") !important;
   background-repeat: no-repeat !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
    background: transparent !important;
    right: -50px !important;
    top: 40% !important;
    background-image: url("/assets/img/right-arrow-carousel.svg") !important;
    background-repeat: no-repeat !important;
}
.owl-prev span, .owl-next span {
   color: transparent;
   font-size: 70px;
}
.vezi-circuite {
  text-align: center;
  background: #F8FBFF;
  border: 1px solid #1680FF;
  border-radius: 8px;
  padding: 11px 0;
  color: #1680FF;
  width: 270px;
  height: 48px;
}
.btn-vezi-circ {
text-align: center;
margin-top: 40px;
}
.info-tara .tabs {
  background: transparent;
  position: relative;
  margin-top: 50px;
  border-radius: 0;
}
.info-tara .tabs > input:checked + span {
  background: transparent !important;
  color: #1680FF !important;
  border-bottom: 2px solid #1680FF;
}
.info-tara .tabs > span {
  background: transparent;
  text-align: left;
  overflow: hidden;
  color: #054DA6;
  border-radius: 0;
}
.info-tara .tabs > input:hover + span {
  background: transparent;
}
.info-tara .tabs > input:hover + span {
  color: #054DA6;
}
.info-tara p {
  padding-right: 0;
  padding-bottom: 20px;
}
.info-tara .tab-content {
  padding: 50px 0 50px;
  width: 100%;
}
.info-tara #tab-1, .info-tara #tab-1 + span {
  left: 15px;
}
.slide-tara .search_form .input-form select {
margin-right: 20px !important;
}
/*Pagina Tara END*/
.vezi-detalii-search span {
   color: #1680FF;
text-decoration: underline;
font-size: 14px;
font-weight: 600;
}
.vezi-detalii-search span#open {
position: absolute;
right: 30px;
top: -35px;
}
.vezi-detalii-search span#close {
color: #F23E3E;
top: -20px;
position: relative;
}
.dropdown-oferta .toggle-detalii .accordion-content {
  padding: 15px 15px !important;
  border-bottom: 0;
}
.harta-mob {
  display: none;
  position: fixed;
padding: 10px;
width: 100%;
left: 36%;
margin-left: -150px;
height: 500px;
top: 20%;
margin-top: -100px;
z-index: 20;
}
#harta-mob:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: -2;
}
#harta-mob:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: -1;
}
.map-mobile {
  width: 100px !important;
}
.header-bg a.logo svg {
  float: left;
  width: 240px;
  height: 40px;
  margin: 10px 0;
  padding: 0;
}
.header-bg .logo .primary {
  fill: #065ABF;
}
.header-bg .logo .secondary {
  fill: #279500;
}
.header-bg .logo .emblem {
  fill: none;
  stroke: #065ABF;
  stroke-width: 5;
}
/*Styling Selectbox*/
.meniu-mobil .dropdown {
  width: 100%;
  display: inline-block;
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  text-align: left
}
.meniu-mobil .dropdown .select {
    cursor: pointer;
    display: block;
    padding: 0 20px
}
.meniu-mobil .dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.meniu-mobil .dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.meniu-mobil .dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
} 
.meniu-mobil .dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.meniu-mobil .dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}
.meniu-mobil .dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}
.meniu-mobil #menuToggle span {
width: 100%;
background: none;
border: none;
padding: 10px 0;
font-size: 14px;
color: #054DA6;
line-height: 19px;
font-family: 'Noto Sans', sans-serif;
border-bottom: 1px solid #E2E8EF;
height: 40px;
}
.meniu-mobil .dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.min-max-slider {
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 30px;
}
.min-max-slider > label {
  display: none;
}
span.value {
  height: 1.7em;
  font-weight: bold;
  display: inline-block;
}
span.value.lower::after {
  content: "€ -";
  display: inline-block;
  margin-right: 3px;
}
span.value.upper::after {
  content: "€";
  display: inline-block;
}
.min-max-slider > .legend {
  display: none;
}
.min-max-slider > .legend > * {
  font-size: small;
  opacity: 0.25;
}
.min-max-slider > input {
  cursor: pointer;
  position: absolute;
}
/* webkit specific styling */
.min-max-slider > input {
  -webkit-appearance: none;
  outline: none !important;
  background: transparent;
  background-image: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 30%,
    silver 30%,
    silver 60%,
    transparent 60%,
    transparent 100%
  );
}
.min-max-slider > input::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 14px; /* Set a specific slider handle width */
  height: 14px; /* Slider handle height */
  background: #eee; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border: 1px solid gray;
  border-radius: 100%;
}
.min-max-slider > input::-webkit-slider-runnable-track {
  cursor: pointer;
}
.t-price {
   padding: 20px;
}
.t-price input {
  top: 50px !important;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
opacity: 1 !important;
transform: none !important;
}
.accordion-menu {
  background-color: #fff;
  cursor: pointer;
  padding: 10px 25px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-size: 14px;
color: #054DA6;
line-height: 19px;
font-family: 'Noto Sans', sans-serif;
border-bottom: 1px solid #E2E8EF;
margin: 0 20px;
}
.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.panel ul li a {
font-size: 12px !important;
color: #054DA6 !important;
line-height: 19px !important;
font-family: 'Noto Sans', sans-serif !important;
}
.accordion-menu img {
position: absolute;
float: right;
right: 30px;
margin-top: 8px;
}
.meniu-mob {
position: relative;
padding: 10px;
}
.trust-icons-tablet {
  display: none;
}
.submenu-noborder {
border-bottom: none;
padding: 3px 20px;
}
body.popup-detalii {
overflow-y: hidden !important;
position: fixed;
}
.star-rating {
  line-height:32px;
  font-size:1.25em;
}
.star-rating .fa-star{color: #054da6;
font-size: 20px;
}
.star-rating .fa-star-o{
font-size: 20px;
}
.star-rating {
margin-left: 10px;
}
.detalii-cazare h4 {
display: flex;
}
/*Responsive*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
.preheader ul {
    display: flex;
    float: none;
}
/* .input-cauta {
  max-width: 25%;
} */
/* .col-md-5.camera {
  max-width: 25%;
} */
.trust-icons-tablet {
  display: contents;
}
.popup-sidebar {
    position: absolute;
    padding: 40px;
    width: 97vw;
    left: 0;
    margin-left: 0px;
    height: auto;
    top: 0%;
    margin-top: 0;
    background: #FFF;
    z-index: 20;
}
.sidebar-hotel {
    padding: 10px 0;
}
.sidebar-hotel p {
    padding-right: 5px;
}
.li-center, .li-left, .li-right {
    padding: 5px;
    max-width: 20%;
    width: 20%;
}
.big-nav a {
  max-width: 80%
}
.big-nav a img {
  margin-top: 5px;
    margin-left: 4px;
    position: absolute;
}
/* #menuToggle .long-line {
  width: 43px;
  left: -10px;
}
.meniu-mobil {
  display: block;
   z-index: 9999;
} */
}
@media screen and (max-width: 1200px) {
body {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
}
@media screen and (max-width: 1024px) {
.container {
width: 100% !important;
max-width: 100% !important;
}
  .box-view-map a {
   left: 40px;
}
.harta-locatii iframe {
width: 100%;
}
.optiuni select {
   max-width: 188px;
}
.detalii-cazare .col-md-6 {
 width: 40%;
}
.detalii-cazare .col-md-4 {
  position: relative;
  width: 190px;
}
.detalii-cazare .img-locatie {
  width: 170px;
}
.box-view-map a {
  left: 20px;
}
.index-tabs .input-form input, .index-tabs .input-form select {
  width: 100%;
max-width: 100%;
margin: 7px 0;
}
.index-tabs .input-form .cauta-btn {
  margin: 0;
  width: 100%;
}
.newsletter input {
   width: 200px;
}
.box-view-map .map {
top: 30px;
left: 43px;
}
.page-search-form .search_form .cauta-btn, .search-hotel-pag .cauta-btn, .slide-tara .search_form .cauta-btn {
width: 100%;
}
.newsletter button {
   width: 195px;
}
}
@media screen and (min-width: 600px) and (max-width:1024px) {
.container {
width: 100% !important;
max-width: 100% !important;
}
.taburi-info ul.tabs li a {
  padding: 10px 5px;
}
body {
width: 100% !important;
max-width: 100% !important;
overflow-x: hidden !important;
}
.li-right {
  display: none;
}
}
@media screen and (max-width: 991px) {
.tabs-hotel li {
  margin-right: 15px;
}
}
@media screen and (max-width: 960px) {
.toggle-detalii .active::before {
  top: 278px;
  right: 325%;
}
}
@media screen and (max-width: 1024px) {
.search {
   width: 80%;
   margin-left: 50px;
}
.top-mob-info {
display: none;
}
.filter-mobile {
   display: block;
   background: #F2F6FB;
}
.filter-mobile ul {
  display: flex;
  padding: 9px 0;
}
.filter-mobile ul li {
   font-size: 14px;
   line-height: 24px;
   color: #054DA6;
   font-family: 'Noto Sans', sans-serif;
   width: 33.3%;
text-align: center;
}
.filter-mobile ul li img {
  margin-right: 10px;
}
.filter-input-mobile ul li {
   color: #054DA6;
   font-size: 12px;
   line-height: 24px;
   font-family: 'Noto Sans', sans-serif;
   border: 1px solid #A7CEFF;
   border-radius: 4px;
   background: #F2F6FB;
   padding: 0 10px;
   margin: 0 15px;
}
.filter-input-mobile ul {
  display: flex;
}
.filter-input-mobile ul li img {
   margin-left: 25px;
}
.filter-input-mobile {
   padding-top: 30px;
   padding-bottom: 30px;
}
.filter-input-mobile, .info-mobile {
   display: block;
}
.filter-mobile .container-checkbox input {
  position: absolute;
  opacity: 1;
  cursor: pointer;
  height: 35px;
  width: 20px;
  left: 0;
}
.min-max-slider input {
    width: 100% !important;
}
}
@media screen and (max-width: 800px) {
.page-search-form .search_form .input-form select, .page-search-form .search_form .input-form input {
  width: 100%;
  max-width: 100% !important;
  margin: 0 0;
}
#collapse5 {
  max-width: 100%;
}
.search_form .input-form {
  display: block;
}
.input2-hotel {
  max-width: 100%;
}
#accordion-pers {
max-width: 100%;
 margin: 10px 0;
}
.page-search-form .search_form .cauta-btn {
  margin: 0;
}
.newsletter input {
  width: 150px;
}
.detalii-cazare .col-md-6 {
  width: 28%;
}
.optiuni select {
  max-width: 130px;
}
.box-view-map .map {
  left: 15px;
}
.search-hotel-pag .input-form select, .search-hotel-pag .input-form input {
  width: 100%;
  max-width: 100%;
    margin: 10px 0;
}
.search-hotel-pag .cauta-btn {
  margin: 0;
}
.toggle-detalii .active::before {
  top: 312px;
  right: 250%;
}
.slide-tara .search_form .input-form select, .slide-tara .search_form .input-form input {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}
.slide-tara .search_form .cauta-btn {
margin: 0;
}
}
@media screen and (max-width: 768px) {
body {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
.right-section {
  width: 100%;
}
.header-bg .col-md-3 {
width: 80%;
}
.afisare-rez .btn-oferte {
 margin: 0;
color: #fff;
}
.harta-mob {
   left: 20%;
}
.galerie-foto-hotel .col-md-8 {
  width: 100%;
}
.galerie-foto-hotel .col-md-4 {
  width: 90%;
}
.popup-sidebar {
width: 100%;
left: 0%;
margin-left: 0;
}
.opt-filtrare-mob .accordion {
   margin-top: 0;
}
.search_form .input2-hotel, .search_form .input4-hotel {
    margin: 15px 0px !important;
    height: 48px;
}
.search_form .input-form input {
  height: 48px;
  width: 100%;
}
#varsta-copil {
  width: 100%;
}
.search_form .cauta-btn {
  width: 100%;
}
.opt-filtrare-mob .accordion .item .item-header {
border-top: 1px solid #E2E8EF;
}
.despre-tara .col-md-9, .despre-tara .col-md-3, .destinatii .col-md-3, .destinatii .col-md-9, .info-tara .col-md-7, .info-tara .col-md-5 {
   width: 100%;
}
.page-search-form .input2-hotel input {
  width: 100% !important;
}
.meniu-mobil {
 z-index: 9999;
}
.harta-locatii iframe {
  width: 100%;
  height: 170px;
}
.sidebar-hp {
  margin-top: 25px;
}
.breadcrumb {
  font-size: 12px;
}
.search:focus-visible {
  outline: none;
}
.logo {
  margin-top: 10px;
}
#menuToggle .long-line {
  width: 43px;
  left: -10px;
}
.meniu-mobil {
  display: block;
   z-index: 9999;
}
.input-cauta {
width: 100%;
}
#menu {
  width: 768px;
margin: -100px 0 0 -626px;
/* overflow: hidden !important; */
height: 100vh !important;
} 
.close-menu {
  right: 120px;
} 
#menu .phone-number {
  text-align: center;
  top: 0;
}
#menu .phone-number li {
  margin-top: 40px;
}
.preheader {
     display: none;
  }
   .input-cauta {
     padding: 0;
  }
   .search {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 15px;
}
   .icon-search {
  margin-left: -35px;
}
.mega_menu {
   display: none;
}
.box-phone {
  display: none;
}
.search-hotel-pag .input-form select, .search-hotel-pag .input-form input {
   margin-bottom: 15px;
}
.search_form {
  padding: 15px 15px 15px;
}
.cauta-btn {
  width: 100%;
}
.top-info-select {
  display: none;
}
.top-info {
   text-align: center;
}
.top-info span {
  color: #41C857;
}
.filter-mobile {
   display: block;
   background: #F2F6FB;
}
.filter-mobile ul {
  display: flex;
  padding: 9px 0;
}
.filter-mobile ul li {
   font-size: 14px;
   line-height: 24px;
   color: #054DA6;
   font-family: 'Noto Sans', sans-serif;
   width: 33.3%;
text-align: center;
}
.filter-mobile ul li img {
  margin-right: 10px;
}
.filter-input-mobile ul li {
   color: #054DA6;
   font-size: 12px;
   line-height: 24px;
   font-family: 'Noto Sans', sans-serif;
   border: 1px solid #A7CEFF;
   border-radius: 4px;
   background: #F2F6FB;
   padding: 0 10px;
   margin: 0 15px;
}
.filter-input-mobile ul {
  display: flex;
}
.filter-input-mobile ul li img {
   margin-left: 25px;
}
.filter-input-mobile {
   padding-top: 30px;
   padding-bottom: 30px;
}
.filter-input-mobile, .info-mobile {
   display: block;
}
.info-pop-mobile h4 {
   color: #054DA6;
   font-size: 16px;
   margin-bottom: 0;
   line-height: 19px;
}
.info-pop-mobile p {
  color: #909FB2;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 0;
}
.info-pop-mobile img {
  position: relative;
  float: right;
  top: -15px;
  right: 15px;
}
.info-mobile {
  border-top: 1px solid #E2E8EF;
  border-bottom: 1px solid #E2E8EF;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.info-mobile {
   display: none;
}
.d_cazare {
  display: none;
}
.m_cazare {
  display: block;
  position: relative;
}
.detalii-cazare .img-locatie {
   border-radius: 0;
}
.rating {
  left: 500px;
  top: 330px;
  position: absolute;
}
.reducere {
  margin-top: 20px;
}
.new-price {
  color: #41C857;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
.old-price {
  font-size: 16px;
  font-weight: 700;
  color: #054DA6;
  line-height: 22px;
  margin-right: 10px;
}
.price-list {
   color: #6E7A8A;
   font-size: 14px;
   line-height: 18px;
   font-family: 'Noto Sans', sans-serif;
}
.p-text {
  color: #6E7A8A;
  font-size: 12px;
}
.informatii-cazare {
  padding: 0 30px;
}
.btn-oferte {
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}
.paginare img {
   display: none;
}
.taburi-info {
  display: none !important;
}
.detalii-cazare {
  border-radius: 15px 15px 8px 8px;
}
.buton {
  margin-bottom: 30px;
}
.page-content h1 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  padding-right: 215px;
}
.newsletter h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.detalii-cazare h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.distanta a {
  font-size: 12px;
}
.cauta-btn {
   font-size: 12px;
  padding: 13px 0;
}
.aeroport {
   display: none;
}
.newsletter input {
  width: 100%;
  margin-bottom: 15px;
}
.newsletter button {
  width: 100%;
}
.newsletter .row {
   margin: 0 auto;
   padding: 10px 5px;
}
.footer-phone {
  padding: 20px 0 20px 0;
}
.adress {
  margin-bottom: 30px;
}
.prefooter .col-12 {
   margin-top: 30px;
}
.curs-valutar {
  margin-top: 30px;
}
.footer p {
  text-align: left;
  margin-left: 33px;
}
.footer .col-md-6 {
  text-align: left;
}
.footer .col-md-3 img {
  margin-left: 0;
}
.prefooter .row {
  padding: 25px 10px 40px 10px;
  border-bottom: 1px solid #E2E8EF;
}
.dist-hotel {
  display: none;
}
.dist-hotel-m {
  display: block;
}
.galerie-foto-hotel ul {
  display: block;
}
.poze-hotel {
  display: none;
}
.poze-hotel .det-locatii {
   background: transparent;
   border-radius: 0;
}
.poze-hotel {
background: #f8fbff;
border-radius: 8px;
padding: 15px;
margin-top: 20px;
}
.det-locatii h5 {
  margin-top: 0;
}
.oferte-title {
   color: #054DA6;
   font-size: 20px;
   line-height: 27px;
   font-weight: 700;
   margin-top: 30px;
}
.box-oferta-mobile {
   text-align: center;
}
.box-oferta-mobile .rezerva {
  width: 100%;
}
.box-oferta-mobile button {
color: #fff;
font-size: 18px;
line-height: 24px;
text-decoration: none;
background: #054DA6;
border-radius: 8px;
border: none;
text-transform: uppercase;
padding: 12px 24px;
width: 158px;
height: 48px;
margin: 10px 5px;
}
.box-oferta-mobile .see-offerts-m {
 font-size: 14px;
 color: #1680FF;
 background: #fff;
 border: 1px solid #1680FF;
 border-radius: 8px;
 text-transform: none;
 width: 100%;
 max-width: 158px;
padding-left: 0;
padding-right: 0;
}
.alte-informatii .boxuri {
  font-size: 12px;
  line-height: 18px;
}
.box-oferta-mobile .camera h6 {
  color: #1680FF;
}
.box-oferta-mobile .date {
  color: #6E7A8A;
  margin-bottom: 0;
  font-size: 14px;
}
.box-oferta-mobile p {
 font-size: 12px;
 line-height: 20px;
 color: #6E7A8A;
}
.box-oferta-mobile {
border: 1px solid #E2E8EF;
padding: 20px 10px;
}
.popup-detalii .box-oferta-mobile {
overflow-y: scroll;
height: 300px;
}
.one-box {
  border-bottom:0;
  border-radius: 8px 8px 0 0;
}
.sectiune-boxuri-oferte {
  margin-bottom: 40px;
  display: block;
}
.btn-request {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.box-oferta-mobile .checkin {
  border: 1px solid #909FB2;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  padding: 3px;
  position: absolute;
  right: 20px;
  margin-top: -9px;
}
.cere-oferta {
  padding: 15px 20px;
}
.alte-informatii {
  padding: 40px 0;
}
.d-txt {
  display: none;
}
.d-txt-mob {
display: block;
color: #1680FF;
font-size: 14px;
line-height: 19px;
font-family: 'Noto Sans', sans-serif;
}
.row-impresii {
 display: none;
}
.btn-add-com {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.ev-pret {
  max-width: 100%;
}
.grafic-pret {
  width: 100%;
}
.unitati .img-locatie {
  width: 130px;
}
.unitati .right-box-sect {
 display: none;
}
.unitati .col-md-4 {
  width: 50% !important;
}
.select-offerts select {
border: 1px solid #E2E8EF;
background: transparent;
border-radius: 5px;
padding: 7px;
color: #021E40;
font-size: 14px;
width: 48%;
margin: 0 3px;
}
.select-offerts {
  padding: 35px 0;
}
.cere-oferta h4 {
  font-size: 16px;
  line-height: 22px;
}
.search-hotel-pag .cauta-btn {
   width: 100%;
}
.input1-hotel, .input2-hotel, .input3-hotel, .input4-hotel {
  max-width: 100%;
}
.input3-hotel, .input4-hotel {
  width: 100%;
  margin: 0 !important;
}
.input3-hotel {
   margin-top: 15px !important;
}
.input4-hotel {
   margin-bottom: 15px !important;
}
.menu-icon {
  display: block;
  width: 60px;
  position: absolute;
  right: 0;
  top: 30px;
}
.notificare {
  position: absolute;
  /* right: ; */
  margin: 0;
    margin-left: 0px;
  margin-left: -15px;
}
.footer-box-right {
  left: 0;
}
.page-search-form .search_form .input2-hotel, .page-search-form .search_form .input4-hotel {
  margin: 0 !important;
  margin-top: 15px !important;
}
.page-search-form .search_form .cauta-btn {
  width: 100%;
  margin: 0;
}
.detalii-cazare .img-locatie {
   width: 100%;
   border-radius: 8px 8px 0 0;
}
.like {
  right: 15px;
  margin-top: 20px;
}
.unitati .detalii-cazare .img-locatie {
   border-radius: 8px 0 0 8px;
}
.unitati .detalii-cazare .col-5 {
   margin-right: 30px;
}
.unitati .detalii-cazare h4 {
  margin-top: 45px;
}
.toggle-vezi-mai-mult button.accordion {
display: block !important;
color: #1680FF !important;
font-size: 14px !important;
line-height: 19px !important;
font-family: 'Noto Sans', sans-serif;
border: none !important;
font-weight: 400 !important;
}
.toggle-vezi-mai-mult button.accordion.is-open::after {
  content: "" !important;
  background: none !important;
}
.toggle-vezi-mai-mult button.accordion::after {
  content: "" !important;
  background: none !important;
}
.search_form .input-form {
  display: block;
}
#accordion-pers {
  margin: 20px 0;
}
.btn-varsta, #accordion-pers {
  max-width: 100%;
}
.nr-pers .col-8 {
   text-align: right;
}
.varsta-copil {
  margin-bottom: 15px !important;
}
.list-mob-menu img {
  background: #054DA6;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 5px;
}
.list-mob-menu {
   position: relative;
}
.list-mob-menu .bullet {
  background: none !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 0;
  margin-left: -13px;
}
.list-mob-menu .bullet-2 {
  top: 47px;
}
#menu select {
  border: none;
}
.search-hotel-pag .input-form .input3-hotel {
   margin-top: 0 !important;
   margin-bottom: 15px !important;
}
.destinatii .deals .owl-item {
  width: 325px !important;
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
   left: 20px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
   right: 20px !important;
}
.more-offerts .btn-see-more a {
  color: #1680FF;
}
.afisare-rez .btn-oferte {
background: #41C857;
padding: 10px 45px;
}
}
.filtre p.del-filter a {
  display: block;
width: 100%;
cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
.right-box-sect {
    text-align: right;
    border-left: 1px solid #E2E8EF;
    width: 190px;
    margin-right: 10px;
    margin-left: auto;
}}
@media screen and (max-width: 767px) {
.det_pret {
text-align: center;
margin-bottom: 10px;
}
}
@media screen and (max-width: 700px) {
#menu {
  width: 700px;
  margin: -100px 0 0 -572px;
}
}
@media screen and (max-width: 650px) {
#menu {
  width: 650px;
  margin: -100px 0 0 -532px;
}
}
@media screen and (max-width: 600px) {
body {
width: 100%;
max-width: 100%;
overflow-x: hidden;
}
.harta-mob {
left: 0 !important;
margin-left: 0 !important;
}
.page-search-form .input2-hotel input {
  width: 100% !important;
}
.index-tabs .cauta-btn {
  margin: 0;
}
.slider-hp .icon {
  margin-right: 3px;
}
.meniu-mobil {
 z-index: 9999;
}
.harta-locatii iframe {
  width: 100%;
  height: 170px;
}
.sidebar-hp {
  margin-top: 25px;
}
.breadcrumb {
  font-size: 12px;
}
.search:focus-visible {
  outline: none;
}
.logo {
  margin-top: 10px;
}
#menuToggle .long-line {
  width: 43px;
  left: -10px;
}
.meniu-mobil {
  display: block;
}
#menu {
  width: 600px;
  margin: -100px 0 0 -512px;
  overflow: hidden;
}  
#menu .phone-number {
  text-align: center;
  top: 0;
}
#menu .phone-number li {
  margin-top: 0;
}
.preheader {
     display: none;
  }
   .input-cauta {
     padding: 0;
  }
   .search {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    padding: 0 15px;
}
   .icon-search {
  margin-left: -35px;
}
.mega_menu {
   display: none;
}
.box-phone {
  display: none;
}
.input1, .input2, .input3, .input4, .input5 {
 max-width: 100%;
 margin: 0 0px 15px 0 !important;
 height: 48px !important;
}
.input3, .input5 {
  width: 150px;
}
.input4 {
  width: 207px;
}
.search-hotel-pag .input-form select, .search-hotel-pag .input-form input {
   margin-bottom: 15px;
}
.search_form {
  padding: 15px 15px 15px;
}
.cauta-btn {
  width: 100%;
}
.top-info-select {
  display: none;
}
.top-info {
   text-align: center;
}
.top-info span {
  color: #41C857;
}
.filter-mobile {
   display: block;
   background: #F2F6FB;
}
.filtre {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.filter-mobile ul li {
   font-size: 14px;
   line-height: 24px;
   color: #054DA6;
   font-family: 'Noto Sans', sans-serif;
   width: 33.3%;
text-align: center;
}
.filter-mobile ul li img {
  margin-right: 10px;
}
.filtre p.del-filter {
   color: #054DA6;
   font-size: 12px;
   line-height: 24px;
   font-family: 'Noto Sans', sans-serif;
   border: 1px solid #A7CEFF;
   border-radius: 4px;
   background: #F2F6FB;
   padding: 0 10px;
}
.filter-input-mobile ul {
  display: flex;
}
.filter-input-mobile ul li img {
   margin-left: 25px;
}
.filter-input-mobile {
   padding-top: 30px;
   padding-bottom: 30px;
}
.filter-input-mobile, .info-mobile {
   display: block;
}
.info-pop-mobile h4 {
   color: #054DA6;
   font-size: 16px;
   margin-bottom: 0;
   line-height: 19px;
}
.info-pop-mobile p {
  color: #909FB2;
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 0;
}
.info-pop-mobile img {
  position: relative;
  float: right;
  top: -15px;
  right: 15px;
}
.info-mobile {
  border-top: 1px solid #E2E8EF;
  border-bottom: 1px solid #E2E8EF;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 45px;
}
.d_cazare {
  display: none;
}
.info-pop p {
  font-size: 14px;
}
.info-mobile {
display: none;
}
.m_cazare {
  display: block;
  position: relative;
}
.detalii-cazare .img-locatie {
   border-radius: 0;
}
.rating {
  left: 500px;
  top: 330px;
  position: absolute;
}
.reducere {
  margin-top: 20px;
}
.new-price {
  color: #41C857;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}
.old-price {
  font-size: 16px;
  font-weight: 700;
  color: #054DA6;
  line-height: 22px;
  margin-right: 10px;
}
.price-list {
   color: #6E7A8A;
   font-size: 14px;
   line-height: 18px;
   font-family: 'Noto Sans', sans-serif;
}
.p-text {
  color: #6E7A8A;
  font-size: 12px;
}
.informatii-cazare {
  padding: 0 30px;
}
.btn-oferte {
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: center;
}
.paginare img {
   display: none;
}
.taburi-info {
  display: none !important;
}
.detalii-cazare {
  border-radius: 15px 15px 8px 8px;
}
.buton {
  margin-bottom: 30px;
}
.page-content h1 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  padding-right: 215px;
}
.newsletter h3 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.detalii-cazare h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.distanta a {
  font-size: 12px;
}
.cauta-btn {
   font-size: 12px;
  padding: 13px 0;
}
.aeroport {
   display: none;
}
.newsletter input {
  width: 100%;
  margin-bottom: 15px;
}
.newsletter button {
  width: 100%;
}
.newsletter .row {
   margin: 0 auto;
   padding: 10px 5px;
}
.footer-phone {
  padding: 20px 0 20px 0;
}
.adress {
  margin-bottom: 30px;
}
.prefooter .col-12 {
   margin-top: 30px;
}
.curs-valutar {
  margin-top: 30px;
}
.footer p {
  text-align: left;
  margin-left: 33px;
}
.footer .col-md-6 {
  text-align: left;
}
.footer .col-md-3 img {
  margin-left: 0;
}
.prefooter .row {
  padding: 25px 10px 40px 10px;
  border-bottom: 1px solid #E2E8EF;
}
.dist-hotel {
  display: none;
}
.dist-hotel-m {
  display: block;
}
.galerie-foto-hotel ul {
  display: block;
}
.poze-hotel {
  display: none;
}
.poze-hotel .det-locatii {
   background: transparent;
   border-radius: 0;
}
.poze-hotel {
background: #f8fbff;
border-radius: 8px;
padding: 15px;
margin-top: 20px;
}
.det-locatii h5 {
  margin-top: 0;
}
.oferte-title {
   color: #054DA6;
   font-size: 20px;
   line-height: 27px;
   font-weight: 700;
   margin-top: 30px;
}
.box-oferta-mobile {
   text-align: center;
}
.box-oferta-mobile .rezerva {
  width: 100%;
}
.box-oferta-mobile button {
color: #fff;
font-size: 18px;
line-height: 24px;
text-decoration: none;
background: #054DA6;
border-radius: 8px;
border: none;
text-transform: uppercase;
padding: 12px 24px;
width: 158px;
height: 48px;
margin: 10px 5px;
}
.box-oferta-mobile .see-offerts-m {
 font-size: 14px;
 color: #1680FF;
 background: #fff;
 border: 1px solid #1680FF;
 border-radius: 8px;
 text-transform: none;
 width: 100%;
 max-width: 158px;
}
.alte-informatii .boxuri {
  font-size: 12px;
  line-height: 18px;
}
.box-oferta-mobile .camera h6 {
  color: #1680FF;
}
.box-oferta-mobile .date {
  color: #6E7A8A;
  margin-bottom: 0;
  font-size: 14px;
}
.box-oferta-mobile p {
 font-size: 12px;
 line-height: 20px;
 color: #6E7A8A;
}
.box-oferta-mobile {
border: 1px solid #E2E8EF;
padding: 20px 10px;
}
.popup-detalii .box-oferta-mobile {
overflow-y: scroll;
height: 600px;
}
.popup-detalii2 .box-oferta-mobile {
overflow-y: scroll;
height: 600px;
}
.one-box {
  border-bottom:0;
  border-radius: 8px 8px 0 0;
}
.sectiune-boxuri-oferte {
  margin-bottom: 40px;
  display: block;
}
.btn-request {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.box-oferta-mobile .checkin {
  border: 1px solid #909FB2;
  border-radius: 4px;
  width: 25px;
  height: 25px;
  padding: 3px;
  position: absolute;
  right: 20px;
  left: 20px;
  margin-top: -9px;
}
.cere-oferta {
  padding: 15px 20px;
}
.alte-informatii {
  padding: 40px 0;
}
.d-txt {
  display: none;
}
.d-txt-mob {
display: block;
color: #1680FF;
font-size: 14px;
line-height: 19px;
font-family: 'Noto Sans', sans-serif;
}
.row-impresii {
 display: none;
}
.btn-add-com {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.ev-pret {
  max-width: 100%;
}
.grafic-pret {
  width: 100%;
}
.unitati .img-locatie {
  width: 130px;
}
.unitati .right-box-sect {
 display: none;
}
.unitati .col-md-4 {
  width: 50% !important;
}
.select-offerts select {
border: 1px solid #E2E8EF;
background: transparent;
border-radius: 5px;
padding: 7px;
color: #021E40;
font-size: 14px;
width: 48%;
margin: 0 3px;
}
.select-offerts {
  padding: 35px 0;
}
#tab-1 {
  display: none!important;
}
.popup-detalii .close-btn, .popup-detalii2 .close-btn {
    top: 0px;
    padding: 17px;
}
.cere-oferta h4 {
  font-size: 16px;
  line-height: 22px;
}
.search-hotel-pag .cauta-btn {
   width: 100%;
}
.input1-hotel, .input2-hotel, .input3-hotel, .input4-hotel {
  max-width: 100%;
}
.input3-hotel, .input4-hotel {
  width: 100%;
  margin: 0 !important;
}
.input3-hotel {
   margin-top: 15px !important;
}
.input4-hotel {
   margin-bottom: 15px !important;
}
.menu-icon {
  display: block;
  width: 60px;
  position: absolute;
  right: 0;
  top: 30px;
}
.notificare {
  position: absolute;
  /* right: ; */
  margin: 0;
    margin-left: 0px;
  margin-left: -15px;
}
.footer-box-right {
  left: 0;
}
.page-search-form .search_form .input2-hotel, .page-search-form .search_form .input4-hotel {
  margin: 0 !important;
  margin-top: 15px !important;
}
.page-search-form .search_form .cauta-btn {
  width: 100%;
  margin: 0;
}
.detalii-cazare .img-locatie {
   width: 100%;
   border-radius: 8px 8px 0 0;
}
.like {
  right: 15px;
  margin-top: 20px;
}
.unitati .detalii-cazare .img-locatie {
   border-radius: 8px 0 0 8px;
}
.unitati .detalii-cazare .col-5 {
   margin-right: 30px;
}
.unitati .detalii-cazare h4 {
  margin-top: 45px;
}
.toggle-vezi-mai-mult button.accordion {
display: block !important;
color: #1680FF !important;
font-size: 14px !important;
line-height: 19px !important;
font-family: 'Noto Sans', sans-serif;
border: none !important;
font-weight: 400 !important;
}
.toggle-vezi-mai-mult button.accordion.is-open::after {
  content: "" !important;
  background: none !important;
}
.toggle-vezi-mai-mult button.accordion::after {
  content: "" !important;
  background: none !important;
}
.search_form .input-form {
  display: block;
}
#accordion-pers {
  margin: 20px 0;
}
.btn-varsta, #accordion-pers {
  max-width: 100%;
}
.nr-pers .col-8 {
   text-align: right;
}
.varsta-copil {
  margin-bottom: 15px !important;
}
.list-mob-menu img {
  background: #054DA6;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 5px;
}
.list-mob-menu {
   position: relative;
}
.list-mob-menu .bullet {
  background: none !important;
  width: 20px !important;
  height: 20px !important;
  position: absolute;
  top: 0;
  margin-left: -13px;
}
.list-mob-menu .bullet-2 {
  top: 47px;
}
#menu select {
  border: none;
}
.search-hotel-pag .input-form .input3-hotel {
   margin-top: 0 !important;
   margin-bottom: 15px !important;
}
.search {
  width: 100%;
  margin-left: 0px;
}
.header-bg .col-md-3 {
   width: 83.3%;
}
.info-tara #tab-2 {
  left: 30%;
}
.destinatii .deals .owl-item {
  width: 400px !important;
  margin-right: 92px !important;
  margin-left: 92px !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
  left: 60px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
  right: 40px !important;
}
.close-menu {
  right: 60px;
}
.destinatii .owl-carousel {
height: 100%;
min-height: 530px;
}
.circuite .owl-carousel {
height: 100%;
min-height: 500px;
}
.categ-hoteluri .owl-carousel {
height: 100%;
min-height: 530px;
}
.afisare-rez {
   position: absolute;
   bottom: 0;
   width: 100%;
   left: 0;
}
}
@media screen and (max-width: 480px) {
 .rating {
  left: 390px;
  top: 260px;
} 
.close-menu {
  right: 20px;
}
#menu {
  width: 480px;
  margin: -100px 0 0 -432px;
height: 100%;
overflow: auto;
position: fixed;
}
.col-pret {
    width: 40%;
}
.accordion-toggle {
    position: relative;
    right: 45px;
    color: #1680FF !important;
    text-decoration: underline;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    margin-top: -35px !important;
    float: right;
    margin-right: 10px!important;
}
.first-tr {
    width: 50%;
}
#menu select {
  width: 92%;
}
#menuToggle {
  left: 20px;
}
 .preheader ul li {
  margin: 0 0 0 15px;
}
.phone-number {
  top: -105px;
}
.galerie-foto-hotel img {
  width: 100%;
}
.det-locatii img {
  width: 11px;
}
.det-locatii h5 {
  margin-top: 10px;
}
.det-locatii {
  padding: 10px 0px 10px 10px;
}
.input1-hotel, .input2-hotel, .input3-hotel, .input4-hotel {
  max-width: 100%;
  margin-bottom: 15px;
}
.search-hotel-pag .input-form select, .search-hotel-pag .input-form input {
   margin-bottom: 15px;
}
.grafic-pret {
   width: 100%;
}
.harta-locatii iframe {
  width: 100%;
}
.page-content h1 {
  padding-right: 95px;
}
.input3, .input5 {
  width: 105px;
}
.input4 {
  width: 175px;
}
.newsletter .row {
  padding: 3px 0 10px 0;
}
.newsletter .container {
  padding: 0 12px;
}
.footer p {
  margin-left: 10px;
}
.logo-visa {
  margin-left: -24px;
}
.lista-paginare li:nth-child(3) {
 display: none;
}
.margt-mob {
  margin-top: 30px;
}
.img_overlaytxt {
   width: 100%;
   margin-bottom: 30px;
}
.info-tara {
   width: 100%;
}
.slide-tara h1 {
  padding-top: 40px;
}
.slide-tara #caleran-search {
  width: 100%;
  margin-top: 15px !important;
  margin: 0;
}
.slide-tara .cauta-btn {
  margin: 0;
}
.slide-tara .search_form .cauta-btn {
width: 100%;
}
.search-section-hp .input3, .search-section-hp .input4, .search-section-hp .input5 {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 15px !important;
}
.info-tara img {
width: 100%;
}
.destinatii .deals .owl-item {
  width: 300px !important;
  margin-right: 83px !important;
  margin-left: 83px !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
  left: 40px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
  right: 20px !important;
}
.sidebar-hotel p {
padding-right: 0;
}
.destinatii .owl-carousel {
  height: 100%;
  min-height: 410px;
}
.circuite .owl-carousel {
  height: 100%;
  min-height: 390px;
}
}
@media screen and (min-width: 451px) and (max-width:479px) {
.destinatii .owl-carousel {
height: 400px !important;
}
}
@media screen and (max-width: 450px) {
.rating {
  left: 360px;
  top: 240px;
}
 #menuToggle {
  left: 15px;
}
#menu {
  width: 450px;
  margin: -100px 0 0 -402px;
}  
#menu select {
  width: 91%;
}
.input4 {
  width: 147px;
}
.destinatii .deals .owl-item {
  width: 268px !important;
  margin-right: 83px !important;
  margin-left: 83px !important;
}
.circuite .owl-carousel {
  height: 100%;
  min-height: 330px;
}
}
@media screen and (min-width: 429px) and (max-width:449px) {
.destinatii .owl-carousel {
height: 400px !important;
}
}
@media screen and (max-width: 428px) {
.destinatii .deals .owl-item {
  width: 255px !important;
  margin-right: 78px !important;
  margin-left: 78px !important;
}
}
@media screen and (min-width: 415px) and (max-width:427px) {
.destinatii .owl-carousel {
height: 400px !important;
}
}
@media screen and (max-width: 414px) {
#menuToggle {
  left: 10px;
}
#menu {
  width: 414px;
  margin: -100px 0 0 -367px;
    padding-bottom: 50px;
}  
#menu select {
  width: 91%;
} 
.page-content h1 {
  padding-right: 25px;
}
.input4 {
  width: 111px;
}
.boxuri {
  padding: 20px 8px;
}
.select-offerts select {
  width: 47%;
}
.rating {
  left: 330px;
  top: 220px;
}
.destinatii .deals .owl-item {
  width: 309px !important;
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.owl-nav {
  left: 20px !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot.owl-nav {
  right: -10px !important;
}
.info-tara #tab-2 + span {
  left: 35%;
}
}
@media screen and (min-width: 391px) and (max-width:413px) {
.destinatii .owl-carousel {
height: 400px !important;
}
}
@media screen and (max-width: 390px) {
.destinatii .deals .owl-item {
  width: 285px !important;
  margin-right: 45px !important;
  margin-left: 45px !important;
}
}
@media screen and (min-width: 376px) and (max-width:389px) {
.destinatii .owl-carousel {
height: 400px !important;
}
}
@media screen and (max-width: 375px) {
.box-oferta-mobile .see-offerts-m {
   max-width: 220px;
}
.box-oferta-mobile button {
  width: 220px;
}
.rating {
  left: 290px;
  top: 195px;
}
#menuToggle {
  left: 0px;
}
#menu {
  width: 375px;
  margin: -100px 0 0 -325px;
}  
#menu select {
  width: 90%;
} 
.input4 {
  width: 90px;
  margin: 0 5px !important;
}
.destinatii .deals .owl-item {
  width: 270px !important;
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.grafic_preturi {
  padding: 0px;
  margin: 0px;
}
.tabs > input, .tabs > span {
  width: 21%;
}
}
@media screen and (min-width: 361px) and (max-width:374px) {
.destinatii .owl-carousel {
height: 400px !important;
}
}
@media screen and (max-width: 360px) {
.rating {
  left: 270px;
  top: 185px;
}
#menu {
  width: 360px;
  margin: -100px 0 0 -312px;
}  
#menu select {
  width: 89%;
} 
.input3, .input5 {
  width: 98px;
}
.destinatii .deals .owl-item {
  width: 255px !important;
  margin-right: 45px !important;
  margin-left: 45px !important;
}
}
@media screen and (min-width: 320px) and (max-width:359px) {
.destinatii .owl-carousel {
height: 400px !important;
}
}
@media screen and (min-width: 1025px)  and (max-width: 1200px) and (orientation: landscape) {
.detalii-cazare .col-md-6 {
    width: 60%;
}
.filter-mobile {
  display: block;
}
.filter-mobile ul {
    display: flex;
    padding: 9px 0;
}
.filter-mobile ul li {
    font-size: 14px;
    line-height: 24px;
    color: #054DA6;
    font-family: 'Noto Sans', sans-serif;
    width: 33.3%;
    text-align: center;
}
}

@media screen and (min-width: 1025px)  and (max-width: 1101px) {
    .detalii-cazare .col-md-6 {
  width: 57%;
}
}
@media screen and (min-width: 977px)  and (max-width: 1024px) {
    .detalii-cazare .col-md-6 {
  width: 60%;
}
.box-phone {
  position: absolute;
  right: 0;
  width: 20%;
}
}
@media screen and (min-width: 869px)  and (max-width: 976px) {
    .detalii-cazare .col-md-6 {
  width: 55%;
}
.box-phone {
  position: absolute;
  right: 0;
  width: 20%;
}
}
@media screen and (min-width: 832px)  and (max-width: 868px) {
    .detalii-cazare .col-md-6 {
  width: 53%;
}
.box-phone {
  position: absolute;
  right: 0;
  width: 20%;
}
}
@media screen and (min-width: 820px)  and (max-width: 831px) {
    .detalii-cazare .col-md-6 {
  width: 52%;
}
.box-phone {
  position: absolute;
  right: 0;
  width: 20%;
}
}
@media screen and (min-width: 782px)  and (max-width: 819px) {
    .detalii-cazare .col-md-6 {
  width: 50%;
}
.box-phone {
  position: absolute;
  right: 0;
  width: 30%;
}
}
@media screen and (min-width: 769px)  and (max-width: 781px) {
    .detalii-cazare .col-md-6 {
  width: 48%;
}
.box-phone {
  position: absolute;
  right: 0;
  width: 30%;
}
}


/*Responsive END*/
