@font-face {
    font-family: Disturbance;
    src: url(Disturbance.otf) format("opentype");
}


*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}


a {
	color: inherit;
	text-decoration: none;
}


li, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {
	height: auto;
	display: block;
}



.cofinanciado {
    position: absolute;
    z-index: 999;
    width: 500px;
    right: 0;
    text-align: left;
    bottom: 0;
    background: #FFF;
    padding: 10px; font-size:10px;
}
body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Exo 2', sans-serif;
	background-color: white;
	position: relative;
	height: 100%;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}


.slideshow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 2s;
    transition: all 2s;
}

.slideshow span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-animation: kenBurns 9s infinite alternate linear;
	animation: kenBurns 9s infinite alternate linear
}

.slideshow .cycle-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	font-weight: 300;
	font-size: 70px;
	z-index: 101;
	text-align: right;
	color: #fff;
	  font-family: 'Special Elite', cursive;

}

.slideshow .cycle-caption b {
	display: block;
	font-weight: 800;
	font-size: 165px
}

.slideshow .cycle-caption.transition {
	-webkit-transition: all 1s;
	transition: all 1s
}

.slideshow .cycle-caption.loaded {
	opacity: 0;
	filter: alpha(opacity=0)
}

@-webkit-keyframes kenBurns {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes kenBurns {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

.slideshow.loaded {
	opacity: 1;
	filter: alpha(opacity=100)
}

.slideshow.half {
    width: 50%;
}



#nav_equipa ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%; font-size:0;}
#nav_equipa ul li { font-size:22px; display: inline-block;  vertical-align:top; width:24%; margin-right:1%;font-family: Disturbance;color:#FFF; text-align:center;
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
#nav_equipa ul li img {border-radius:50%; width:95%;  border: 3px solid transparent; box-shadow: 0px 0px 0px 3px #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
#nav_equipa ul li img:hover {border-radius:50%; width:95%;  border: 3px solid transparent; box-shadow: 0px 0px 0px 8px #fff; }

#nav_text ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%; font-size:0;}
#nav_text ul li.left { display: inline-block;  vertical-align:top; width:40%; margin-right:5%;color:#FFF; text-align:center;}
#nav_text ul li.left img { max-width:100%;}

#nav_text ul li.right { padding-top:160px; font-size: 14px; display: inline-block;  vertical-align:top; width:50%; margin-right:5%; color:#FFF; text-align:left;}

.info {
    width: 65%;
    margin-left: 30%;
    z-index: 2;
    position: relative;
    margin-top: 163px;
}






.line1-wrapper {
    width: 100%;
    height: 100%;
    transform: rotate(-11.3deg);
    position: fixed;
    top: 0;
    z-index: 2;
}

.line2-wrapper {
    width: 100%;
    height: 100%;
    transform: rotate(108.5deg);
    position: fixed;
    top: 0;
    right: 215px;
    z-index: 2;
}

.line3-wrapper {
    width: 200%;
    height: 100%;
    transform: rotate(208deg);
    position: fixed;
    bottom: 0;
    z-index: 9;
}

.line4-wrapper {
    width: 200%;
    height: 100%;
    transform: rotate(148deg);
    position: fixed;
    top: 0;
    left: -370px;
    z-index: 9;
}

.line1 {
	position: fixed;
    width: 0%;
    top: 85px;
    z-index: 8;
    height: 100%;
    border-top: 2px dotted #FFF;
}

.line2 {
	position: fixed;
	width: 0%;
    z-index: 8;
    bottom: 190px;
    left: 0;
    height: 100%;
    border-bottom: 2px dotted #FFF;
}

.line3 {
	position: fixed;
    width: 0%;
    z-index: 8;
    height: 100%;
    left: 0;
    border-top: 2px dotted #FFF;
}

.line4 {
	position: fixed;
	width: 0%;
    z-index: 8;
    bottom: 190px;
    left: 0;
    height: 100%;
    border-bottom: 2px dotted #FFF;
}

#logo-menu-wrapper {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 15;
	transform: translateY(-50%);
	transition: left .5s;
}

#open-icon, #close-icon {
	cursor: pointer;
	left: 0;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}


#logo {
	left: 110px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}

#close-icon {
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

.languages {
	display: flex;
	width: 100%;
	padding-top: 51.5px;
	padding-left: 25px;
	padding-right: 25px;
	align-items: center;
	justify-content: center;
}

.languages .lang {
	color: black;
	padding: 0 25px;
	font-size: 20px;
	margin-top: 0;
	font-family: "Disturbance";
}

.copyrights {
	font-size: 18px;
	color: black;
	text-align: center;
	width: 100%;
	padding-bottom: 51.5px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: "Disturbance";
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}

.menu {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.menu li {
	margin-top: 15px;
    font-size: 22px;
    color: rgb(27,21,15);
    transition: 0.2s;
    font-family: "Disturbance";
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.active {
	display: block;
	margin-top: 10px;
	width: 100%;
	position: relative;
}

.active img {
	margin: 0 auto;
	max-width: 100%;
}

.sidenav li:first-child {
	margin-top: 0;
}

.sidenav a:hover {
    opacity: .8;
}


#index-img-wrapper {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 1;
	background: url("../images/background-img1.jpg") no-repeat center center;
	background-size: cover;
}


.text2-background {
	position: absolute;
	top: 55%;
	transform: translateY(-45%);
	right: 5%;
	z-index: 2;
	width: 37%;
}

.text2-background img {
	max-width: 100%;
}


.page-title {
	font-size: 80px;
	font-family: Disturbance;
	color: white;
	position: fixed;
	left: 60px;
	top: 55px;
	z-index: 9;
	line-height:40px;
}

#about-us-img {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 2;
	background: url("../images/aboutus.jpg") no-repeat center center;
	background-size: cover;
	top:0;
}


#the-char-img {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 2;
	background: url("../images/casks.jpg") no-repeat center center;
	background-size: cover;	top:0;
}

#the-wood-img {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 2;
	background: url("../images/thewood.jpg") no-repeat center center;
	background-size: cover;	top:0;
}

#the-wine-img {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 2;
	background: url("../images/thewine.jpg") no-repeat center center;
	background-size: cover;	top:0;
}

#visits-img {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 2;
	background: url("../images/visits.jpg") no-repeat center center;
	background-size: cover;	top:0;
}


.ul-wrapper {
    position: absolute;
    left: 32%;
    top: 180px;
    z-index: 10;
    width: 59%;
}



a.vermais:link {
	color: #fff;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
	padding:10px 40px;
	border:2px solid #FFF;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background:none;
	cursor:pointer
}
a.vermais:visited {
	color: #fff;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
	padding:10px 40px;
	border:2px solid #FFF;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background:none;
	cursor:pointer
}
a.vermais:hover {
	color: #333;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
	padding:10px 40px;
	border:2px solid #FFF;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background:#fff;
	cursor:pointer
	
}
a.vermais:active {
	color: #fff;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
	padding:10px 40px;
	border:2px solid #FFF;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background:none;
	cursor:pointer
}




a.bt:link {
	color: #fff;
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.bt:visited {
	color: #fff;
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a.bt:hover {
	color: #cc9258;
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	
}
a.bt:active {
	color: #fff;
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.image-text-wrapper {
	display: flex;
}

.about-us-text {
	color: white;
    font-size: 14px;
    font-weight: 300;
    padding-right: 120px;
    padding-left: 70px;
    line-height: auto;
    margin-top: 310px;
    padding-bottom: 60px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videoContainer {

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

iframe {
  /* optional */
  width: 200%;
  height: 200%; 
}
.total{
	color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
	display:block;
	width:100%;
	padding-right:70px;
}

#contacts-img {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 2;
	background: url("../images/contacts.jpg") no-repeat center center;
	background-size: cover;top:0;
}

#products-img {
	width: 100%;
	position: fixed;
	height: 100%;
	z-index: 2;
	background: url("../images/products.jpg") no-repeat center center;
	background-size: cover;
	top:0;
}


.products-ul-wrapper {
	position: absolute;
	padding-right: 60px;
	padding-bottom: 100px;
    padding-left: 30%;
    padding-top: 225px;
	min-height: 100%;
	display: flex;
	justify-content: center;
	z-index: 10;
	width: 100%;
}

.products-wrapper {
	display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.products-wrapper li {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    width: 80%;
    font-family: Disturbance;	-webkit-transition: .3s;
	transition: .3s;

}

.products-wrapper li:hover {
opacity:0.8;

}

#product-number {
	font-size: 150px;
	color: white;
}



#product-name {
	padding: 25px;
    font-size: 43px;
    color: white;
    text-align: center;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    border-bottom: 4px dotted white;
    align-self: stretch;
    margin-bottom: 32px;
}


.product-img-wrapper {
	position: relative;
	padding-left: 5px;
	width: 70%;
	
}

#product-img {
	max-width: 100%;border-radius:50%;
}



.contacts-wrapper {
	position: absolute;
	padding-right: 60px;
    padding-left: 45%;
    padding-top: 225px;
    padding-bottom: 100px;
	min-height: 100%;
	z-index: 10;
	width: 100%;
}

img.imageheritage
{
	width:98%;
}


img.imageheritage:hover
{
	width:100%;
}

	


#nav_2 ul { margin: 0;padding: 0;list-style-type: none; position:relative; width:100%;margin-bottom:5px;}
#nav_2 ul li { display: inline-block;  vertical-align:middle; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; font-size:0;}
#nav_2 ul li.col_1 { width:30%; text-align:center;}
#nav_2 ul li.col_2 { width:65%; text-align:left; color:#FFF; font-size:14px;}


#nav_3 ul { margin: 0;padding: 0;list-style-type: none; position:relative; width:100%;margin-bottom:5px;}
#nav_3 ul li { display: inline-block;  vertical-align:middle; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; font-size:0;width:32%; text-align:center;}


#nav_2b ul { margin: 0;padding: 0;list-style-type: none; position:relative; width:100%;margin-bottom:5px;}
#nav_2b ul li { display: inline-block;  vertical-align:middle; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; font-size:0;}
#nav_2b ul li.col_1b { width:55%; text-align:center; vertical-align:top}
#nav_2b ul li.col_2b { width:40%; text-align:left; color:#FFF; font-size:16px; vertical-align:top}

.imageheritage
{
	border-radius:50%; width:80%; margin-left:10%;  border: 5px solid transparent; box-shadow: 0px 0px 0px 7px #fff;-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;
}
.imageheritage:hover
{
	border-radius:50%; width:80%; margin-left:10%;  border: 5px solid transparent; box-shadow: 0px 0px 0px 7px #cc9258;
}


.form-wrapper {
	width: 100%;
	position: relative;
}

.form {
	width: 100%;
	position: relative;
}

.form ul, .form ul li {
	display: block;
	width: 100%;
	padding: 0!important;
}

.input-wrapper {
	margin-top: 3%;
}

.error-msg {
padding-left:2%; color:#900; font-size:11px;
}


.captcha-wrapper {
	position: relative;
	font-size: 12px;
	width: 100%;
	color: white;
}

.input, .mensagem, .select {
	width:66.2%;
	padding:20px 15px;
	border: none;
	font-size:11px;
	background-color: white;
	color: rgb(27,21,15);
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	display: inline-block;
	border-radius: 5px;
	font-family: 'Exo 2', sans-serif;
}

.input::-webkit-input-placeholder {
	color: rgb(27,21,15);
}

.input:-ms-input-placeholder {
	color: rgb(27,21,15);
}

.input::placeholder {
	color: rgb(27,21,15);
}

.select::-webkit-input-placeholder {
	color: rgb(27,21,15);
}

.select:-ms-input-placeholder {
	color: rgb(27,21,15);
}

.select::placeholder {
	color: rgb(27,21,15);
}

.mensagem::-webkit-input-placeholder {
	color: rgb(27,21,15);
}

.mensagem:-ms-input-placeholder {
	color: white;
}

.mensagem::placeholder {
	color: rgb(27,21,15);
}


textarea {
    -webkit-appearance: textarea;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    resize: auto;
    cursor: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
	font-size: 13px!important;
}

.submit-btn {
	background: rgb(27,21,15) none repeat scroll 0 0;
    color: white;
    border-radius: 5px;
    padding: 13px 20px;
	font-weight: 700;
    letter-spacing: 1px;
	cursor: pointer;
	border: 2px solid white;
	-webkit-transition: .3s;
	transition: .3s;
}


.submit-btn:hover {
	background: transparent;
	color: white;
}


.goback-wrapper a:hover {
	background: transparent;
	color: white;
}


.goback-wrapper a {
	padding: 15px;
	border: 3px solid white;
	border-radius: 4px;	
	font-size: 16px;
	color: white;
	font-weight: 700;
	background: rgb(27,21,15);
	transition: .3s;
}

.goback-wrapper {
	padding: 5% 10%;
}

.sucesso-text {
	text-align: left;
	padding: 3% 10%;
	font-size: 25px;
	color: white;
}

@media all and (max-width: 560px) {
	.input, .mensagem, .select {
		width: 100%;
	}

	.error-msg {
		padding-left: 0;
	}

	.input-wrapper {
		margin: 3.5% 0;
	}

}

#pc_background
{
	display:block;
}

#mobile_background
{
	display:none;
}


@media all and (max-width: 768px) {
	
	
#pc_background
{
	display:none;
}

#mobile_background
{
	display:block;
}	
	
	
	.sidenav {
		padding-top: 113px;
	}

	.line3-wrapper {
		display: none;
	}

	.line4-wrapper {
		display: none;
	}

	.line2-wrapper {
		display: none;
	}

	.line1-wrapper {
		display: none;
	}

	#logo-menu-wrapper a {
		width: 100%;
		background-color: #1c150f;
	}

	.languages {
		padding-top: 25px;
	}

	#logo-menu-wrapper {
		width: 100%;
	}

	.copyrights {
		padding-bottom: 25px;
	}

.text2-background {
    width: 90%;
    right: 5%;
    bottom: 0;
    position: fixed;
    top: auto;
}

	.products-wrapper li{
		width: 100%;
	}
#nav_2b ul { margin: 0;padding: 0;list-style-type: none; position:relative; width:100%;margin-bottom:5px;}
#nav_2b ul li { display: inline-block;  vertical-align:middle; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; font-size:0;}
#nav_2b ul li.col_1b { width:100%; text-align:center; vertical-align:top}
#nav_2b ul li.col_2b { width:100%; text-align:left; color:#FFF; font-size:16px; vertical-align:top}
#nav_2 ul { margin: 0;padding: 0;list-style-type: none; position:relative; width:100%;margin-bottom:5px;}
#nav_2 ul li { display: inline-block;  vertical-align:middle; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out; font-size:0;}
#nav_2 ul li.col_1 { width:100%; text-align:center; margin-bottom:20px;}
#nav_2 ul li.col_2 { width:100%; text-align:center; color:#FFF; font-size:16px;}


.page-title {
    position: relative;
    margin-top: auto;
    left: auto;
    padding: -2px 0 6px 0;
    text-align: center;
    width: 100%;
}
}

@media all and (max-width: 1024px) {
	#logo {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		margin-left: auto;
	}


.ul-wrapper {
    left: auto;
    position: relative;
    top: auto;
    width: 100%;
    padding: 65px 10% 75px 10%;
}
	.contacts-wrapper {
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
		padding: 0 10% 75px 10%;
	}

	.products-ul-wrapper {
		left: auto;
		position: relative;
		top: auto;
		width: 100%;
		padding: 0 6% 75px 6%;
	}

	

	.image-text-wrapper {
		flex-wrap: wrap;
		width: 100%;
		position: relative;
	}

	.about-us-image {
		width: 100%;
		margin-bottom:40px;
	}

	.about-us-image img {
		max-width: 100%;
		margin: auto;
	}
.total {

    color: white;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px;
    display: block;
    width: 100%;
    padding-right: 0;

}
	.about-us-text {
		padding: 75px 0 0 0;
		margin: 0;
	}

	#open-icon, #close-icon {
		left: auto;
		top: auto;
		transform: none;
	}

	#logo-menu-wrapper a {
		margin-left: 110px;
	}
	
	#nav_equipa ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%; font-size:0;}
#nav_equipa ul li { font-size:22px; display: inline-block;  vertical-align:top; width:100%; margin-right:0%;font-family: Disturbance;color:#FFF; text-align:center;
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
#nav_equipa ul li img {border-radius:50%; width:100%;  border: 3px solid transparent; box-shadow: 0px 0px 0px 3px #fff; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
#nav_equipa ul li img:hover {border-radius:50%; width:100%;  border: 3px solid transparent; box-shadow: 0px 0px 0px 8px #fff; }

#nav_text ul { margin: 0;padding: 0;list-style-type: none; position:relative; min-height:100px; width:100%; font-size:0;}
#nav_text ul li.left { display: inline-block;  vertical-align:top; width:100%; margin-right:0%;color:#FFF; text-align:center;}
#nav_text ul li.left img { max-width:100%;}

#nav_text ul li.right { padding-top:100px; font-size: 14px; display: inline-block;  vertical-align:top; width:100%; margin-right:0%; color:#FFF; text-align:left;}

.info {
    width: 90%;
    margin-left: 5%;
    z-index: 2;
    position: relative;
    margin-top: 100px;
}
	
	

#logo-menu-wrapper {

    position:fixed;
    left: 0;
    display: flex;
    transform: none;
    top: 0;
    margin-bottom: 30px;

}

}
