/* GENERAL */
html, body{
	height: 100% !important;
}
body {
	overflow: hidden;
}
section {
	position: relative;    height: 100vh;    background-size: cover;    background-position: center;    background-repeat: no-repeat;    background-attachment: fixed;
	overflow-x: hidden; -webkit-overflow-scrolling: touch; 
}
a:focus {
	outline: 0px !important;
}

p {
	color: #ddd;
	font-size: 1.1em;
	font-family: 'miria';
	text-align: justify;
	line-height: 100%;
}
.texte p {
	font-size: 1.15em;
	line-height: 120%;	
}

#acces {
	background-image: url('../img/bga_temp.jpg');
	overflow: hidden; 
}
video#bgvid { 
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
	background-color: #000;
}
#buton_acces{
	display: block;
	position: absolute;
	bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 12%;
	min-width:100px;
}
#anim {
	z-index: 50;
	position: absolute;
	top: 363px;
	left: 50px;
	height: 219px;
	width: 600px;
	background-image: url('../img/balet.gif');
}


/* MENIU FIX */
nav {
	position: fixed;
	z-index: 10000;
	background-color: #222;
	width: 100%;
	opacity: 0.8;
	top: 0;
	left: 0;
}
nav ul {
	list-style: none;
	display: block;
	margin: auto;
	width: 585px;
	margin-bottom: 10px;
}
nav ul li{
	display: inline;
	margin-left: 20px;
}
nav ul li a{ 
	font-size: 1em !important ;
	text-transform: uppercase;
	color: #aaa;
	font-family: 'museo_sans500';
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
nav ul li a:hover { 
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 0 0 4px #fff;
	text-shadow: 0 0 4px #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
li a.active {
	color: #fff;
	text-decoration: none;
	-webkit-text-shadow: 0 0 4px #fff;
	text-shadow: 0 0 4px #fff;
}

.social_icon {
	height: 32px;
	width: 32px;
	margin: -5px 0;
	display: inline-block;
	border-radius: 32px;
}
.social_icon:hover {
	-webkit-box-shadow: 0 0 3px 2px #fff;
	box-shadow: 0 0 3px 2px #fff;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.nav>li>a, .navbar-nav>li>a {
	padding: 0px !important;
	padding-top: 10px !important;
}

#tw{
	background-image: url('../img/tw.png');
}
#tw:hover{
	background-image: url('../img/twh.png');
}
#fb{
	background-image: url('../img/fb.png');
}
#fb:hover{
	background-image: url('../img/fbh.png');
}

/* LOGO */
#logo {
	position: fixed;
	z-index: 15000;
	top: 60px;
	left: 10px;
	width: 12%; 
}



section h2 {
	font-family: 'museo_sans500';
	text-transform: uppercase;
	color: #eee;
	font-size: 23px;
	margin-bottom: 0px;
}
section hr {
	margin-top: 2px;
}

.bloc, .grijos {
	background-color: rgba(0, 0, 0, 0.8);
}
#cramainfo .grijos {
	background-color: rgba(0, 0, 0, 0.9);	
}
.bloc {
	margin-top: 10%;
	padding: 10px 35px 35px 35px !important;
}
.grijos {
	position: absolute;
	bottom: 0;
}
#home .buton {
	display: block;
	margin: auto;
	margin-bottom: 15px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	border: 0px solid #7e0d0d;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#home .buton:hover {
	border: 1px solid #aaa;
	padding: 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.buton_cont {
	position: absolute;
	bottom: 15px;
	width: 100%;
}

/* PRIMA PAGINA - home */
#home {
	background-image: url('../img/bkg1.jpg');
}

/* a 2a PAGINA - vinul */
#vinul {
	background-image: url('../img/bkg2.jpg');
}

/* a 3a PAGINA - info crama */
#cramainfo {
	background-image: url('../img/bkg3.jpg');
}
#cramainfo .grijos {
	opacity: 0.87;
}

.vinuri, .vinuri .row, .vinuri4, .vinuri4 .row, .vv, .vin {
	height:95%; 
	z-index: 20;
}
.vinuri {
	width: 55% !important;
}
.vinuri4 {
	width: 70% !important;
}
.vv {
	padding:11% 0 20px;
	opacity: 0.6;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.vv:hover {
	opacity: 1;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.vin {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.vinume h4 {
	text-align: center;
	font-family: 'miria';
	padding: 10px 0;
	font-size: 1.3em;
	text-transform: uppercase;
	margin-top: 15%;
	color: #aaa;
}
.vintext {
	position: absolute;
	display: block;
	bottom: 9%;
	left: -50%;
	width: 100%;
	background-color: rgba(202, 194, 161, 0.5);
	padding: 7%;
	display: none;
}
.vintext hr {
	border: 0px;
	border-top: 3px solid rgba(256,256,256,0.7);
	height: 0px;
	margin-top: 0px;
}
.vintext h3{
	color: #eee;
	font-family: 'miria';
	text-transform: uppercase;
	margin-top: 2px;
	margin-bottom: 0px;
}
.vintext .pt{
	margin: 15px 0 0;
}
.vintext p {
	margin: 0;
}
.plus {
	height: 70px;
	width: 70px;
	position: absolute;
	bottom: 5%;
	right: 18%;
	background-image: url("../img/plus.png");
	background-size: contain;
	opacity: 0.7;
	display: none;
}


#v1 {
	background-image: url('../img/v1.png');
}
#v2 {
	background-image: url('../img/v2.png');
}
#v3 {
	background-image: url('../img/v3.png');
}
#v4 {
	background-image: url('../img/v4.png');
}
#v5 {
	background-image: url('../img/v5.png');
}
#v6 {
	background-image: url('../img/v6.png');
}
#v7 {
	background-image: url('../img/v7.png');
}
#v8 {
	background-image: url('../img/v8.png');
}
#v9 {
	background-image: url('../img/v9.png');
}
#v10 {
	background-image: url('../img/v10.png');
}

#strugure1, #strugure2 {
	position: absolute;
	bottom: 100px;
	z-index: 1;
	width: 25%;
}
#strugure1 {
	right: 0px;
}
#strugure2 {
	left: 0px;
}
/* a 4a PAGINA - vinuri 1 */
#crama1 {
	background-image: url('../img/bkg4.jpg');
}

/* a 5a PAGINA - vinuri 2 */
#crama2{
	background-image: url('../img/bkg5.jpg');
}

/* a 6a PAGINA - vinuri 3 */
#crama3 {
	background-image: url('../img/bkg6.jpg');
}

/* a 7a PAGINA - despre noi */
#desprenoi {
	background-image: url('../img/bkg7.jpg');
}

/* a 8a PAGINA - contact */
#contact {
	background-color: #142129;
	text-align: center;
	overflow: hidden;
	
}

#contact h3 {
	font-family: 'museo_sans500';
	margin-top: 0%;
	color:#fdefe6;
}
.col-sm-12.contactext {
	background-image: url(../img/bg-contact.jpg);
    background-repeat: no-repeat;
    background-color: #142129;
    background-size: contain;
    min-height: 300px;
    padding-top: 5%;
	}
.adresa {
	margin-bottom: 2%;
}
.adresa p {
	color: #fdefe6;
	margin: 0px;
	text-align: center;  
}
.adresa em p{
	font-size: 1.17em;
}


#contact em {
	color: #fdefe6;
	font-style: normal;
	font-family: 'miria-bold';
}
#contact a {
	text-decoration: none;
	color: #fdefe6;
}
#contact a:hover{
	text-decoration: none;
	color: #777;
}

.numere{
	width: 183px;
	margin: auto;
}
.numere p{
	margin-bottom: 4px;
}
.numere a{
	float: right;
	font-family: 'miria';
}
.email {
	clear: both;
	padding: 1% 12px;
	margin-bottom: 2%;
}
.email p {
	text-align: center;
}
#map {
	margin: auto;
	height: 600px;
	width: 100%;
}
.harta .col-sm-12 {
	padding: 0px !important;
}


/* MEDIA QUERIS */
/* laptop */
@media (max-width: 1370px) {
	.texte p{
		font-size: 0.9em;
	}
}

@media (min-width: 766px) {
	#cramainfo .paragrafe {
		padding-bottom: 15px;
	}
}

/* tableta si tot ce-i mai mic */
@media (max-width: 1024px) {
	
	.plus {
		bottom: 15%;
		right: 0px;
		opacity: 0.75;
		display: block;
		z-index: 2;
	}
	#strugure1, #strugure2 {
		display: none;
	}
	section {
		background-position: center;		
	}
	.plus {
		bottom: 7%; 
		right: 0px;
		opacity: 0.75;
		display: block;
		z-index: 2;
	}
}

/* tableta portrait */
@media (max-width: 768px) /* and (min-width: 521px) */{
	.vinuri {
		width: 80% !important;
	}
	.vinuri4 {
		width: 100% !important;
	}
	.vv {
		padding-left: 35px !important;
		padding-right: 35px !important;
	}
	.bloc {
		margin-top: 20%;
	}
	.vintext {
		position: absolute;
		display: block;
		bottom: 35%;
		left: -10%;
		width: 120%;
		background-color: rgba(202, 194, 161, 0.5);
		padding: 7%;
		display: none;
	}
	.plus {
		bottom: 12%;
	}
}
	#crama3 .vintext {
		left: 0px;
		width: 100%;
	}
}

@media (max-width: 1024px) and (min-width: 766px) {
	#contact h3 {
		margin-top: 10%;
	}
	#logo {
		width: 20%;
	}
}

@media (max-width: 520px){
	
	#acces {
		background-color: #000;
		background-image:url('../img/bgmic.jpg');
		background-position: 0px 50px;
		background-size:contain;
		background-repeat: no-repeat;
	}	
	video#bgvid { 
		left: -49%;
		top: 50px;
		min-height: 50%;
		max-height: 70%;
		width: auto;
	}
	h2 {
		font-size: 1.15em !important;
		margin-top: 5px !important;
	}
	nav {
		height: 50px;
	}
	nav ul {
		background-color: #222;
	}
	.navbar-nav {
		margin: 0 !important;
		padding-bottom: 10px;
	}
	.navbar-collapse {
		padding: 0;
	}
	nav ul li {
		margin-left: 0px;
		font-size: 0.9em !important;
	}
	.navbar-nav>li>a {
		line-height: 10px !important;
		padding: 8px 20px !important;
	}
	.nav>li>a {
	padding: 0px;
	}
	.nav {
		padding-top: 12px;
	}
	#nav_aici, #navbar{
		padding: 0px;
		overflow: hidden; 
	}
	.col-sm-12.contactext{
		background-image:none;
	}
	.social_icon {
		margin: 0 ;
		background-size: cover;
	}
	.social {
		position: absolute !important;
	}
	#s1 {
	right: 3px;
	top: 4px;
	}
	#s2 {
	right: 3px;
	top: 44px;
	}
	
	.vinuri4 .plus {
		right: 25%;
	}
	.plus {
		bottom: 20%;
		right: 18%;
		opacity: 0.55;
		display: block;
		z-index: 2;
	}
	
	#logo {
		top: 2px;
		left: 5px;
		width: 30%;
	}
	.gribloc {
		height: 100%;
	}
	.grijos, .bloc {
		height: 282px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.bloc {
		overflow: auto;
	}
	.grijos > .row {
		height: 100%;
		overflow: hidden;
	}
	.gribloc > .row {
		height: 100%;
	}
	.paragrafe {
		height: 78%;
		overflow: scroll;
	}
	
	.grijos .paragrafe {
		height: 200px;
	}
	#home .buton {
		display: none;
	}
	.texte p {
		font-size: 0.9em !important;
	}
	.bloc {
		margin-top: 60px;
		padding: 15px !important;
	}
	#crama1, #crama2 {
		height: 300% !important;
	}
	#crama3 {
		height: 400% !important;
	}
	.vinuri, .vinuri .row, .vinuri4, .vinuri4 .row {
		height:100%; 
	}
	.vin{
		height: 85%;
		z-index: 5;
	}
	.vv {
		height: 33.3334%;
		opacity: 1;
	}
	.vinuri4 .vv {
		height: 25%;
	}
	.vintext {
		bottom: 27%;
		left: 5%;
		width: 90%;
		height: auto; 
	}

	#desprenoi {
		background-position: initial;
	}
	#contact {
		padding-top: 60px;
	}
	.adresa em p{
		font-size: 1em;
	}
	.numere{
		width: 183px;
	}
	.email {
		clear: both;
		padding: 1% 12px;
		margin-bottom: 2%;
	}
	.email p {
		text-align: center;
	}
	#map {
		height: 300px;
	}
}

/* media query pentru backgroundul pe telefoane */
@media only screen /* 
    and (min-device-width : 319px) 
    and (max-device-width : 667px) 
    and (orientation : portrait)  */
    and (-webkit-min-device-pixel-ratio : 2) {
	section{	
		background-attachment: scroll;
		background-size: cover;
		background-position: center;
		}
	#desprenoi {
		background-position: 0 0;
	}
	}




.navbar-toggle {
border: 1px solid rgba(129, 129, 129, 1) !important;
border-radius: 0 !important;
}
.navbar-toggle .icon-bar {
background-color: #bbb !important;
}