* {
  box-sizing:border-box;
}

body {margin:0;font-family:Arial; background-color: white;}

h3.jos {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px darkgray;
  font-size: 1em;
  text-align:left;
}

p.textalb {
  color: black;
  font-size: 0.8em;
  text-align:left;
}

.left {
  background-color: white;
  padding:20px;
  float:left;
  width:40%;
}

.main {
  background-color: white;
  padding:20px;
  float:left;
  width:20%;
}

.right {
  background-color: white;
  padding:20px;
  float:left;
  width:40%;
}

/* pentru harta Google */
.lefth {
  background-color: white;
  padding:20px;
  float:left;
  width:15%;
}

.mainh {
  background-color: white;
  padding:0px;
  float:left;
  width:70%;
}

.righth {
  background-color: white;
  padding:20px;
  float:left;
  width:15%;
}



/* Use a media query to add a break point at 800px: */
@media screen and (max-width:800px) {
  .left, .main, .right {
    width:100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}

/*pentru pagina tururi 4 div*/
.left1 {
  background-color: white;
  padding:20px;
  float:left;
  width:50%;
}
.left2 {
  background-color: white;
  padding:20px;
  float:left;
  width:50%;
}
.left3 {
  background-color: white;
  padding:20px;
  float:left;
  width:50%;
}

.right1{
  background-color: white;
  padding:20px;
  float:left;
  width:50%;
  vertical-align: text-top;
}

.right2{
  background-color: white;
  padding:20px;
  float:left;
  width:50%;
  vertical-align: text-top;
}
.right3{
  background-color: white;
  padding:20px;
  float:left;
  width:50%;
  vertical-align: text-top;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width:800px) {
  .left1, .right1, .left2, .right2 {
    width:100%; /* The width is 100%, when the viewport is 800px or smaller */
  }
}
/*end pagina tururi 4 div*/

.antet{
  background: url(DeltaDunarii.jpg);
  background-repeat: no-repeat;
  background-size: contain, cover;
}

img {
  width: 100%;
  height: auto;
}

img.cubordura {
  width: 100%;
  height: auto;
  border: 8px solid white;
  border-radius: 5px;
}

/*pentru butonul continua*/
a.vr:link, a.vr:visited {
  background-color: darkgrey;
  color: white;

  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.vr:hover, a.vr:active {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*pentru butoanele social media */
a.vr2:link, a.vr2:visited {
  background-color: transparent;
  color: black;

  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.vr2:hover, a.vr2:active {
}

/*pentru breadcumb */
a.vrb:link, a.vrb:visited {
  background-color: transparent;
  color: #4863A0;

  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.vrb:hover, a.vrb:active {
}

a.vr3:link, a.vr3:visited {
  background-color: transparent;
  color: white;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.vr3:hover, a.vr3:active {
  color: #333;
}

/*pentru butonul continua*/
a.vr4:link, a.vr4:visited {
  background-color: #333333;
  color: white;
  font-size: 1.2em !important;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.vr4:hover, a.vr4:active {
  background-color: darkgreen;
}

.galrom{
  background-color: white;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px none black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.alb1 {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px darkgray;
  font-size: 4vw;
}

.alb1m {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px darkgray;
  font-size: 3.5vw;
}

.mov1 {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px darkgray;
  font-size: 3.5vw;
}

.movtururi {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px white, 0 0 5px darkgray;
  font-size: 2.5vw;
}

/* pentru butonul sus */
.icon-bar {
  position: fixed;
  top: 90%;
  left: 95%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  color: #000;
}

@media screen and (max-width:800px) {
.icon-bar {
  left: 90%;
  }
}

@media screen and (max-width:600px) {
.icon-bar {
  left: 85%;
  }
}

.dutesus {
  background: rgb(43, 84, 126, 0.3);
  color: black;
  border-radius: 15px;
}

/* pentru GDPR */
.euacu{
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding: 10px;
}
p.paran::first-letter {
    font-size: 140%;
}
p.paran {
  font-size: 14px;
  color: #010081;
  text-indent: 2em
}

.butongdpr{
	background-color: darkred;
	padding:5px 10px;
	color:#fff;
	border:none;
	border-radius:5px;
  font-size: 1.5vw;
}

.butongdpr:hover{
	background-color: gray;
	padding:5px 10px;
	color:black;
	border:none;
	border-radius:5px;
}

/*pentru tur bucuresti*/
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 1.5vw;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width:600px) {
  .tab button {
    font-size:1.8vw;
  }
}

@media screen and (max-width:350px) {
  .tab button {
    font-size:1.5vw;
  }
}


/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #28A745;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  color:black;
  font-size:1.4vw;
}

/* Use a media query to add a break point at 800px: */
@media screen and (max-width:600px) {
  .tabcontent {
    font-size:2.5vw;
  }
}

/* pentru harta google */
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.containerg {
	height: 0;
	overflow: hidden;
	padding-bottom: 30%; /* desired aspect ratio */
	position: relative;
  background-color: gray;
}

.googlemap {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*pentru butonul de pe prima pagina - Contact Us*/
a.button4{
display:inline-block;
padding:0.3em 1.2em;
margin:0 0.1em 0.1em 0;
border:0.16em solid rgba(255,255,255,0);
border-radius:2em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
color:#FFFFFF;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
text-align:center;
transition: all 0.2s;
}
a.button4:hover{
border-color: rgba(255,255,255,1);
}
@media all and (max-width:30em){
a.button4{
display:block;
margin:0.2em auto;
 }
}

.bouncy{
animation:bouncy 2s infinite linear;
position:relative;
}
@keyframes bouncy {
0%{top:0em}
40%{top:0em}
43%{top:-0.9em}
46%{top:0em}
48%{top:-0.4em}
50%{top:0em}
100%{top:0em;}
}

/*bla bla text animatie */
@keyframes fadeIn {
  from { opacity: 0; }
}

@keyframes fadeIn1 {
  from { opacity: 0.2; }
}

.din1 {
  position: relative;
  top: 2px;

  font: italic bold 2em/1 Bodoni, serif;
  color: #4863A0;
  text-align: center;

  animation: fadeIn 2s infinite alternate;
}

.din2 {
  position: relative;
  top: 2px;
  animation: fadeIn1 3s infinite alternate;
}

@keyframes toColor {
    0%    { -webkit-filter: grayscale(100%); filter: grayscale(100%); }
    25%   { -webkit-filter: grayscale(75%); filter: grayscale(75%); }
    50%   { -webkit-filter: grayscale(50%); filter: grayscale(50%); }
    75%   { -webkit-filter: grayscale(25%); filter: grayscale(25%); }
    100%  { -webkit-filter: grayscale(0%); filter: grayscale(0%); }
}


img.desaturate {
   animation: toColor 4s infinite alternate;
}

.shadow-drop-2-center {
	-webkit-animation: shadow-drop-2-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
	        animation: shadow-drop-2-center 2s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite alternate both;
}

@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
            box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}

/*pentru titlu tururi*/
.tracking-out-contract {
	-webkit-animation: tracking-out-contract 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite alternate both;
	        animation: tracking-out-contract 3s cubic-bezier(0.550, 0.085, 0.680, 0.530) infinite alternate both;
}

@-webkit-keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}
@keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}

.text-shadow-drop-center {
	-webkit-animation: text-shadow-drop-center 2s infinite alternate-reverse both;
	        animation: text-shadow-drop-center 2s infinite alternate-reverse both;
}

@-webkit-keyframes text-shadow-drop-center {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  }
}
@keyframes text-shadow-drop-center {
  0% {
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    text-shadow: 0 0 18px rgba(0, 0, 0, 0.35);
  }
}


/*pentru imagine tururi*/
.scale-up-center {
	-webkit-animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
	        animation: scale-up-center 4s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite alternate-reverse both;
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*pentru buton Learn More */
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite alternate both;
	        animation: tracking-in-expand 3s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite alternate both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}


/*Pentru galeria de come and visit */
div.gallery {
  margin: 0px;
  border: 0px solid #ccc;
  float: left;
  width: 182px;
  text-align: center;
}

@media all and (max-width:1000px) {
  div.gallery {
    width: 100%;
    padding-left: 0px;
  }
}


div.gallery:hover {
  border: 0px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  font-size: 18px;
}

/*pentru galeria de ce sa vizitezi Romania*/
img.r1 {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.containerr1 {
  position: relative;
}

/* Hide the images by default */
.mySlidesr1 {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursorr1 {
  cursor: pointer;
}

/* Next & previous buttons */
.prevr1,
.nextr1 {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.nextr1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevr1:hover,
.nextr1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertextr1 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-containerr1 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.rowr1:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.columnr1 {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demor1 {
  opacity: 0.6;
}

.activer1,
.demor1:hover {
  opacity: 1;
}
