

/* GENERAL */
body {
	margin: 0;
	padding: 0;
	font-family: 'Verdana', 'Arial', sans-serif;
    background-color: #fff;
}

.current a{

	color: #d08447;
}
/* end of GENERAL */

/* ========= LOGO ================*/

/* LOGO */

.branding1{
	vertical-align: middle;
	float: left;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 0px;

/* drop shadow */
-webkit-filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.5));
filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.5));
-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,
Color='#444';)";
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,
Color='#444';)";
/* end of drop shadow*/

}

.branding2{
	vertical-align: middle;
	float: left;
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 0px;


/* drop shadow */
-webkit-filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.5));
filter: drop-shadow(4px 4px 1px rgba(0, 0, 0, 0.5));
-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,
Color='#444')";
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,
Color='#444')";
/* end of drop shadow*/

}
/* end of LOGO */


/* HEADER FIX */

.header {
	z-index: 500;
	margin-top: -4px;
	padding-top: 0px;
	position: fixed;
	top: 0;
	/*background: rgba(255, 255, 255, 0.8);*/
	width: 100%;
	height: 100px;
	/* drop shadow */
-webkit-filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 0.5));
filter: drop-shadow(0px 3	px 1px rgba(0, 0, 0, 0.5));
-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,
Color='#444')";
filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12,
Color='#444')";
/* end of drop shadow*/

}

/* end of HEADER FIX */


/* ==================================*/

/* NAV BAR & MENU */
nav{
	/*position: fixed; */
	width: 100%;
	/*background: #ffffff;*/
	background: rgba(255, 255, 255, 0.8);
	/*background: transparent; */
	height: 62px;
}

ul{
	width: 80%;
	margin: 0 auto;
	padding: 0;
	/* nou */
	text-align: right;
}

ul li{
	position: relative;
	list-style: none;
	display: inline-block;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

li, a{
	display: inline-block;
	text-align: center;
}


ul li a{
	padding: 4px 8px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-family: 'Arial', sans-serif;
	/*font-weight: 100;*/
	/*text-transform: uppercase; */
	font-size: 14px;
	letter-spacing: 2px;


}

ul li a:hover{
	color: #f38c3a;
	-moz-transition: color 0.5s ease-out;
    -webkit-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}


#booknow{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;

}


/* end of NAV BAR AND MENU */

/* =============================================== */

/* PRIMA LINIE - PHONE BOOKING LANGUAGE */
#info{
	z-index: 0;
	color:#a8a19b;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	right: 15px;
	top: 8px;
	text-transform: uppercase;
	white-space: nowrap;
}

#info .address{
	margin-left: 20px;
}

#info .phone, #info .address{
	padding-left: 30px;
	position: relative;
	text-decoration: none;
		text-decoration-line: none;
		text-decoration-style: initial;
		text-decoration-color: initial;
	color: inherit;
}

.lang_mobil{
	left: 0px;
	text-align: center;
	position: absolute;
	display: none;
}

		/* LANGUAGE BAR */

					.dropbtn{
						/* font-family: serif; */
						/* text-transform: uppercase; */
						/*font-style: italic; */
						font-size: 12px;
						/* font-weight: bold; */
						color: #d08447;
						/* background-color: #ffffff; */
						background-color: transparent;
						background-repeat:no-repeat;
						border: none;
						padding-left: 0px;
					}

					.dropbtn:hover{
						color: #433e3e;
						
					}

						/* The container <div> - needed to position the dropdown content */
					.lang_select {
					   float: center;
					   display: inline-block;
					}

					/* Dropdown Content (Hidden by Default) */
					.dropdown-content {
					   display: none;
					   position: absolute;
					   background-color: #ffffff;
					   min-width: 160px;
					   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
					   /* z-index: 1; */
					}

					/* Links inside the dropdown */
					.dropdown-content a {
					 	/* font-family: serif; */
						/* font-style: italic; */
						font-size: 11px;
						text-align: center;
					  	color:#000000;
					  	text-decoration: none;
					  	padding: 12px 16px;
					  	display: block;
					  	text-transform: none;
					}

					/* Change color of dropdown links on hover */
					.dropdown-content a:hover {
						color: #ffffff;
						background: #433e3e;
					  transition: all 0.50s;
					  text-decoration: none;
						}

					/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
					.show {display:block;}

			/* end of LANGUAGE BAR */



/* end of PRIMA LINIE - PHONE BOOKING LANGUAGE */




/*=================*/
/* MAKE RESPONSIVE */
.toggle{
	z-index: 501;
	width: 100%;
	padding: 30px 20px;
	/*background: #ffffff; */
	background: rgba(255, 255, 255, 0.8);
	/* background: transparent; */
	text-align: right;
	box-sizing: border-box;
	color: #d08447;
	font-size: 24px;
	display: none;
	/* transition: all 0.50s; */


}

@media (max-width: 939px){
	.toggle{
		display: block;
	}
	nav {
		background-color: transparent;
	}

	ul{
		width: 100%;
		display: none;

	}
	ul li {
		display: block;
		text-align: center;
		background: rgba(255, 255, 255, 0.8);
	}

	ul li a {
		text-transform: lowercase;
		text-transform: capitalize;
		font-size: 14px;
	}

	ul li a:hover {
		font-weight: bolder;
	}

	.address{
		display: none;
	}
	.lang_select{
		/*display: block; */
		display: inline-block;
		text-align: center;
	}

}
.active{
	display: block;
    

	
}

/* end of MAKE RESPONSIVE */
/* ====================== */






/* ============================ */
/* ============================ */
/* ============================ */


/* ======= PAGE CONTENT ======== */


.main {
	padding: 0px;
	margin-top: 0px;
	height: 1000px;
}

h1 {
	font-family: 'Josefin Slab', serif;
	font-weight: 10;
	font-size: 24px;

}

.main_pic{
	max-width: 100%;


}


.parallax {
    /* The image used */
    background-image: url("../img/19.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}





/* ============  Alternativa mobila la slideshow pe Welcome screen ======== */

#mobile_alt {
	padding: 50px;
	margin-top: 0px;
	height: 1000px;
}


/* end la alt slide for mobile on welcome screen */


.welcome_text{
	font-family: 'Pacifico', cursive;
	/* font-family: 'Lobster', cursive; */
	text-align: center;
	font-size: 48px;
	color: #ffffff;

}



/* GALLERY */

/* Atentie!  "*" ar putea sterge ceva predefinit in celelalte stylesheet-uri */
* {
    margin: 0;
    padding: 0;
}

/* Atentie! wrapper e containerul pentru intreaga galerie. daca vreau sa includ galeria in ceva, trebuie sa modific dimensiunile wrapper-ului  */
#wrapper {
    max-width: 1200px;
	margin: 0 auto;
	margin-top: 5px;
}

.one-third {
    width: 29%;
    float: left;
    margin: 2%;


    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);

    transition: filter 600ms ease;
    -webkit-transition: -webkit-filter 600ms ease;
}

.one-third:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    margin-bottom: -4px;
}

/* Media queries bellow = resizing/responsive */

@media screen and (max-width: 768px) {
    .one-third {
        width: 48%;
        margin: 1%;
	}
	#wrapper {
		margin-top: 5px;
	}
}

@media screen and (max-width: 480px) {
    .one-third {
        width: 98%;
        margin: 1%;
	}
	
	#wrapper {
		margin-top: 5px;
	}
}




/* end of GALLERY */





/* ABOUT PAGE PARALLAX */


.about_content #sec1{
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}

.about_content #sec2{
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}

.about_content #sec3{
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;
}



.about_content #about_footer{
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 700px;

/*
					height: 100vh;
					width: 100%;

					background-size: cover;
					display: table;
					background-attachment: fixed; */
}

.about_text{
	width: 100%;
	height: auto;
	padding: 50px;
	box-sizing: border-box;
	text-align: justify;
	/* background-color: #b4aa02; */

	/* background-image: url(../img/transtile.png); */

}








/* end of ABOUT PAGE PARALLAX */


/* studios */

.hover-opacity{
	cursor: pointer;
}







/*  RESPONSIVE: */


/* aici a fost responsive...... */

@media only screen and (max-width: 430px) {
	.branding1 {
		display: none;
	}
	.mobile_alt{
		display: block;
	}
	#background_div{
		display: none;
	}

	.welcome_message{
		display: none;
	}
	.branding2{
	padding-left: 10px;
	}

/* resizing parallax pics 
	

}
		#box1{
		height: 273px;
		width: 100%;
	}

	 #box2{
		height: 273px;
		width: 100%;
	}

	#box3{
		height: 273px;
		width: 100%;
	}
	 end of resizing parallax pics */

}


@media only screen and (min-width:431px) and (max-width:939px) {
	.branding2 {
		display: none;
	}
	.mobile_alt{
		display: block;
	}
	#background_div{
		display: none;
	}
	.welcome_message{
		display: none;
	}

	

	/* resizing parallax pics 
		

		#box1{
			height: 710px;
			width: 100%;
		}

		#box2{
			height: 710px;
			width: 100%;
		}

		#box3{
			height: 710px;
			width: 100%;
		}
		 end of resizing parallax pics */

}

@media only screen and (min-width:940px) and (max-width: 1120px) {
	.branding1 {
		 display: none; 
	}
	.mobile_alt{
		display: none;
	}
	.welcome_message{
		display: block;
	}

	

}

@media only screen and (min-width: 1121px){
	.branding2 {
		display: none;
	}
	.mobile_alt{
		display: none;
	}
	.welcome_message{
		display: block;
	}
}


/* end of  RESPONSIVE */



/* Styling of the FOOTER */

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
	width: 100%;
	
	/* text-transform: uppercase; */
	text-decoration: none;
	text-align: center;
	letter-spacing: 2px;

    color: #f38c3a;
	font-size: 14px;
	
	background: rgba(255, 255, 255, 0.8);
}

/* === STUDIO PAGE === */

.studio_container1{
	background-image: url(../img/studio_cover1.jpg);
	background-size: cover;
}

.studio_container2{
	background-image: url(../img/studio_cover2.jpg);
	background-size: cover;
}

.studio_container3{
	background-image: url(../img/studio_cover3.jpg);
	background-size: cover;
}

.studio_container_slide_terrace{
	background-image: url(../img/terrace_bk.jpg);
	background-size: cover;
}

.studio_container_slide_living{
	background-image: url(../img/livingbk.jpg);
	background-size: cover;
}

.studio_container_slide_kitchinette{
	background-image: url(../img/kitchen_bk.jpg);
	background-size: cover;
}

.studio_container_slide_bathroom{
	background-image: url(../img/bathroom_bk.jpg);
	background-size: cover;
}


.studio_container_slide_bedroom{
	background-image: url(../img/bedroombk.jpg);
	background-size: cover;
}







.title_studio {
	font-family: 'Verdana', sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 2px;

	padding-top: 5%;
	padding-left: 5%;
	color: gray;
}

.p_studio {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	letter-spacing: 2px;
	padding-top: 50px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
}

.p_studio_terrace {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	letter-spacing: 2px;
	padding-top: 50px;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	color: white;
}


.studio_main_pic {
	margin: auto;
	width: 480px;
	padding-top: 10%;
}

#Layer_1 {
	display: block;
	margin: auto;
	max-width: 500px;
	padding-top: 5%;
	
	
}




a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	cursor: pointer;
}

.button{
	background-color:  rgba(255, 255, 255, 0.1);
	border: 2px solid white;
	color: white;
	margin-left: 30%;
	margin-top: 5%;
	margin-bottom: 20%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 7px;
	z-index: 2;
}

.button:hover{
	background-color: rgba(255, 255, 255, 0.8);
	
}







/*  ======= FORM STYLING ========== */
body {
   /* background-color: dimgrey; */
}
.form_container {
   /* background-color: rgb(201, 201, 201); */
    background-image: url(../img/form_bk_tr.jpg);
   
    
	background-size: cover;
}



h3 {
    font-family: 'Roboto Slab', serif;
    padding-top: 100px;
}

.form_explain {
    font-family: 'Roboto Slab', serif;
    text-transform: full-width;
    font-style: italic;
    text-align: center;
    border: none;
    
}


label {
    font-family: 'Roboto Slab', serif;
    
}


.btn-info {
    background-color:  rgba(255, 255, 255, 0.1);
	border: border: 2px solid white;
	color: white;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: inline-blhttp://localhost/demo/en/studios.htmlock;
	font-size: 14px;
	cursor: pointer;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 7px;
	z-index: 2;
}

.btn-info:hover {
   /* background-color:coral; */
    transition: 0.8s;
}

/* HERE IS THE MAP STYLING */

.contact_container {
    margin: auto;
    background-image: url(../img/map_bk.jpg);
    display: table;
    width: 100%;
    margin-top: 5%;
}


#map {
    height: 400px;
    width: 80%;
    display:table;
    margin:0 auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#map:hover {
        filter: grayscale(0);
    -webkit-filter: grayscale(0);
}



.map_container {
    margin-top: 10%;
    margin-bottom: 5%;

   
}

.contact_container h4 {
    display: table;
/*    
    margin: 0 auto; */
    margin-left: 10%;
    /*margin-right: 0px; */
    color: white;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
    
}

.container_address_info {
    display: table;
    margin: 0 auto;
  
   
    
}

.contact_container h5 {
    
    display: table;
/*    
    margin: 0 auto; */
    margin-left: 10%;
    margin-right: 20px;
    color: white;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.5em;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 8px;
    
}

.address_container {
    display: inline-block;
    float: left; 
    
}

.gps_coord {
    margin: 0 auto;
    
}

.gps_coord h6 {
    border: none;
}

.gps_coord h7 {
    border: none;
}






























/*  ======= FORM STYLING ========== */
body {
    background-color:dimgrey;
}
.form_container {
   /* background-color: rgb(201, 201, 201); */
    background-image: url(../img/form_bk_tr.jpg);
   
    
	background-size: cover;
}



h3 {
    font-family: 'Roboto Slab', serif;
    padding-top: 100px;
}

.form_explain {
    font-family: 'Roboto Slab', serif;
    text-transform: full-width;
    font-style: italic;
    text-align: center;
    border: none;
}


label {
    font-family: 'Roboto Slab', serif;
    
}


.btn-info {
    background-color:  rgba(255, 255, 255, 0.1);
	border: border: 2px solid white;
	color: white;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	letter-spacing: 2px;
	padding: 7px;
	z-index: 2;
}

.btn-info:hover {
   /* background-color:coral; */
    transition: 0.8s;
}

/* HERE IS THE MAP STYLING */

.contact_container {
    margin: auto;
    background-image: url(../img/map_bk.jpg);
    display: table;
    width: 100%;
    margin-top: 5%;
}


#map {
    height: 400px;
    width: 80%;
    display:table;
    margin:0 auto;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

#map:hover {
        filter: grayscale(0);
    -webkit-filter: grayscale(0);
}



.map_container {
    margin-top: 10%;
    margin-bottom: 5%;

   
}

.contact_container h4 {
    display: table;
/*    
    margin: 0 auto; */
    margin-left: 10%;
    /*margin-right: 0px; */
    color: white;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
    
}

.container_address_info {
    display: table;
    margin: 0 auto;
  
   
    
}

.contact_container h5 {
    
    display: table;
/*    
    margin: 0 auto; */
    margin-left: 10%;
    margin-right: 20px;
    color: white;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1.5em;
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 8px;
    
}

.address_container {
    display: inline-block;
    float: left; 
    
}

.gps_coord {
    margin: 0 auto;
    
}

.gps_coord h6 {
    border: none;
}

.gps_coord h7 {
    border: none;
}



