body {
	font-family: 'Lora', serif;

}
p {
	letter-spacing: 1px;
	font-size: 12px;
	line-height: 1.7;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}
h2{
	font-weight: 700;
	font-size: 16px;
	margin: 30px 0 25px 0;
}
.no-padding {
	padding: 0;
}

.transition {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.header {
	padding: 15px;
	border-bottom: 2px solid #eaeaea;
	width: 100%;
	background-color: white;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.header .logo {
	height: 36px;
	cursor:pointer;
}
.header ul {
	list-style-type: none;
	padding: 0;
	margin: 9px 0 0 0;
}
.header ul > li {
	padding: 0 15px;
	margin-right: -3px;
	display: inline-block;
}
.header ul.menu > li {
	text-align: center;
	padding: 0 20px;
	position: relative;
}
.header ul.lang > li {
	padding: 0 8px;
}
.header ul.lang > li a {
	color: #aeaeae;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 11px; 
}
.header ul.lang > li.active a {
	color: black;
}
.header ul.menu > li, 
.header ul.menu > li > a  {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: black;
}
.header ul.menu > li > a:before {
	opacity: 0;
	content: "";
	position: absolute;
	height: 10px;
	width: 10px;
	border: 3px solid #716e6e;
	border-radius: 90px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -13px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.header ul.menu > li > a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	margin: auto;
	background-color: #716e6e;
	top: 41px;
	left: 0;
	right: 0;
	-webkit-transition: width .3s ease-in-out, color .4s ease-in-out;
	transition: width .3s ease-in-out, color .4s ease-in-out;
}
.header ul.menu > li > a.active:after{
	width: 100%;
}
.header ul.menu > li > a.active:before{
	opacity: 1;
}
.header ul.menu > li > a:hover {
	color: #716e6e;
}
.space {
	display: block;
}

.header ul > li > a:hover, 
.header ul > li > a:focus {
	text-decoration: none;
}

.slide-home {
	padding: 0;
	background-color: black;
	min-height: 100vh;
	overflow:hidden;
	position: relative;
	z-index: 99999;
	background-image: url("../img/main-img.jpg");
	background-size: cover;
	background-position: center top;
}
.slide-home .home-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	opacity: 0.4;
}
.slide-home .back-img {
	min-width: 100%;
	min-height: 100vh;
	margin: auto;
	/*opacity: 0.5;*/
}
.slide-home .block-logo {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(50vh - 102px);
	margin: auto;
	z-index: 999;
}
.slide-home .scroll-icon {
	position: absolute;
	/*bottom: 20px;*/
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	z-index: 999;
	-webkit-animation-name: updown;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite; 
	-webkit-animation-direction: alternate;
	animation-name: updown;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}


@-webkit-keyframes updown {
	from {
		bottom: 20px;
	}

	to {
		bottom: 40px;
	}
}

@keyframes updown {
	from {
		bottom: 20px;
	}

	to {
		bottom: 30px;
	}
}

.about-content {
	padding: 60px 0 100px 0;
	margin-top: 70px;
/*-webkit-transition: all .3s ease;
transition: all .3s ease;*/

}

.about-content img {
	display: block;
	margin: auto;
}

hr {
	margin: 0;
	border-top: 2px solid #eaeaea;
}

.title {
	background-color: rgba(0, 0, 0, 0.6);
	margin-bottom: 60px;
	background-size: cover;
}
.ardina .title {
	background-image: url(../img/ardina-img.jpg);
}
.castelo .title {
	background-image: url(../img/castelo-img.jpg);
}
.main-brand {
	display: block;
	margin: 60px auto;
}
.ardina .main-brand {
	height: 40px;
}
#wine .text-block {
	text-align: center;
	letter-spacing: 1px;
	height: 280px;
	margin-bottom: 50px;
	border-bottom: 5px solid;
	position: relative;
}
#wine .text-block:hover {
	border-bottom-width: 30px; 
}

#wine  .breve .text-block {
	padding-top: 110px;
}
#wine .breve .text-block h2 {
	margin: 0;
}
#wine .breve .text-block:hover h2 {
	font-size: 20px;
}
#wine .text-block img,
#wine .text-block,
.ficha-link {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#wine .ardina .text-block img {
	height: 60px;
}
#wine .castelo .text-block img {
	height: 80px;
}
#wine .ardina .text-block:hover img{
	height: 80px;
}
#wine .castelo .text-block:hover img{
	height: 100px;
} 
#wine .ardina_1 {
	color: #76afe8;
}
#wine .ardina_2 {
	color: #3dbfac;
}
#wine .ardina_3 {
	color: #f84e5d;
}
#wine .castelo_1 {
	color: #fdb078;
}
#wine .castelo_2 {
	color: #6d8cb2;
}
#wine .castelo_3 {
	color: #fca8b4;
}
#wine .castelo_4 {
	color: #86754d;
}
#wine .castelo_5 {
	color: #c6c6c5;
}
#wine .castelo_6 {
	color: #71734e;
}

.ardina .row:not(.title),
.castelo .row:not(.title) {
	padding: 0 15px;
}

.castelo {
	margin: 10px 0;
}
.castelo .main-brand {
	height: 27px;
}

.ficha-link {
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
	color: white;
	font-weight: 700;
	font-family: 'lato';
	text-transform: uppercase;
	font-size: 11px;
	opacity: 0;
	display: none;
}
.ficha-link:hover,
.ficha-link:focus {
	color: white;
}
#wine .text-block:hover .ficha-link {
	opacity: 1;
	display: block;
}

#equipa {
	height: 400px;
	background: rgba(0, 0, 0, 0.82);
	color: white;
	overflow: hidden;
}

#homeCarousel .carousel-control {
	width: 25px;
	background-image: none;
	height: 25px;
	top: calc(50% - 12px);
}
#homeCarousel .carousel-control img {
	height: 25px;
}
#homeCarousel .carousel-control.right {
	right: 10px;
}
#homeCarousel .carousel-control.left {
	left: 10px;
}
#homeCarousel:hover .carousel-control {
	opacity: 1;
}
.awards-wrapper {
	background-color: #f2f0ef;
}
.awards-wrapper h1 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.awards-block {
	margin-bottom: 60px;
}
.awards-bottle {
	max-height: 350px;
	margin-left: auto;
}
.awards-sheet {
	max-height: 200px;
	margin: 30px auto auto;
}
.awards-carousel {
	padding-bottom: 30px;
}
.awards-carousel .carousel-indicators {
	margin-bottom: 0;
	bottom: 0;
}
.awards-carousel .carousel-indicators li {
	width: 8px;
	height: 8px;
	margin: 5px;
	border-width: 2px;
}
.awards-carousel .carousel-indicators .active {
	background-color: #716e6e;
	width: 8px;
	height: 8px;
	margin: 5px;
}
.awards-carousel .carousel-indicators li {
	border-color: #716e6e;
}
#team {
	background: rgb(51, 51, 51);
	color: white;
}
#team h1,
#gallery h1, 
#contacts h1 {
	margin: 60px 0 30px 0;
}
#team .team-wrapper{
	margin-top: 30px;
	text-align: center;
}
#team .team-wrapper > [class^="col-"] {
	padding: 0;
}
#team .team-wrapper > [class^="col-"]:hover img,
#team .team-wrapper > [class^="col-"]:hover .team-text {
	opacity: 1;
}
#team .team-wrapper img,
#team .team-text {
	opacity: 0.75;
}
#team .team-text h2 {
	margin: 30px 0;
	letter-spacing: 1px;
}
#team .team-text {
	margin-bottom: 30px;
	padding: 0 30px;
}
#team .team-text p {
	font-size: 11px;
	color: #9a9999;
}

#homeCarousel {
	margin-top: 30px;
}
#homeCarousel .carousel-inner>.item>img {
	min-width: 100%
}
#contacts .mapa {
	margin-top: 50px;
	height: 410px;
	overflow: hidden;
}
#contacts a {
	color: black;
	text-decoration: underline;
}
.footer {
	font-family: 'Lato', sans-serif;
	height: 44px;
	text-align: center;
	font-size: 11px;
	line-height: 44px;
	color: white;
	letter-spacing: 1px;
	background-color: rgb(51, 51, 51);
}

@media only screen and (max-width : 1025px) {

	.header {
		height: 68px;
	}
	.header .logo {
		height: 30px;
		margin-top: 4px;
	}
	#wine .text-block {
		border-bottom-width: 30px;
		height: 300px;
	}
	#wine .text-block .ficha-link {
		opacity: 1;
		display: block;
	}

}

@media only screen and (min-width : 992px) {

	.header ul.menu > li > a:hover:after {
		width: 100%;
	}
	.header ul.menu > li > a:hover:before {
		opacity: 1;
	}
	.menu-wrap {
		width: auto;
	}


}
@media only screen and (max-width : 991px) { 

	body {
		font-size: 12px;
	}
	.shadow {
		display: none;
		position: fixed;
		background: #000000b0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.slide-home {
		min-height: 50vh;
	}
	.slide-home .block-logo {
		top: calc(25vh - 102px);
		max-width: 230px;
	}
	.about-content {
		padding: 40px 0 90px 0;
	}
	.about-content img {
		height: 120px;
	}
	.menu-wrap {
		display: none;
		position: absolute;
		top: 67px;
		background: white;
		left: 0;
		padding-top: 30px;
	}
	.header ul > li {
		display: block;
		margin-bottom: 50px; 
	}

	#hamb {
		width: 30px;
		height: 30px;
		position: relative;
		float: right;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
	}

	#hamb span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #000000;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
	}

	#hamb span:nth-child(1) {
		top: 5px;
	}

	#hamb span:nth-child(2) {
		top: 13px;
	}

	#hamb span:nth-child(3) {
		top: 21px;
	}

	#hamb.open span:nth-child(1) {
		top: 13px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#hamb.open span:nth-child(2) {
		opacity: 0;
		left: -30px;
	}

	#hamb.open span:nth-child(3) {
		top: 13px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	#hamb small {
		font-family: 'lato';
		position: absolute;
		bottom: -8px;
		font-size: 7px;
		font-weight: 600;
		letter-spacing: 2px;
		text-align: center;
		margin: auto;
		left: 0;
		right: 0;
	}
	#team .team-wrapper img, #team .team-text {
		opacity: 1;
	}
	.awards-block {
	    padding-bottom: 30px;
    	margin-bottom: 30px;
    	border-bottom: 6px solid white;		
	}
	.awards-block:last-of-type {
		border-bottom-width: 0;
	}
	.awards-bottle {
		margin-right: auto;
		max-height: 270px;
	}
	.awards-sheet {
		max-height: 170px;
	}


}

@media only screen and (max-width : 767px) {

	.slide-home {	
		background-image: url("../img/gupos-project-480w.jpg");
	}
	.slide-home .block-logo {
		top: calc(25vh - 90px);
		max-width: 200px;
	}
	.about-content {
		text-align: center;	
		padding-bottom: 60px;
		padding-top: 10px;
	}
	#homeCarousel .carousel-inner>.item {
		overflow: hidden;
	}
	#homeCarousel .carousel-inner>.item>img {
		max-width: initial;
		max-height: 220px;
		margin-left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.ardina .row:not(.title), 
	.castelo .row:not(.title) {
		padding: 0;
	}
	.castelo .main-brand {
		height: 17px;
	}
	.ardina .main-brand {
		height: 30px;
	}
	.main-brand {
		margin: 50px auto;
	}
	#wine .text-block {
		border-bottom-width: 30px; 
		height: auto;
		padding-bottom: 20px;
	}
	#wine .breve .text-block h2 {
		font-size: 20px;
	}
	#wine .ardina .text-block img {
		height: 80px;
	}
	#team .team-wrapper img,
	#team .team-text {
		opacity: 1;
	}

}