.search__input {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}

.search__input:focus {
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: white;
}

.search {
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	justify-content: flex-start;
	align-items: center;
	text-align: center;
}

.js .search {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.js .search::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #001e50;
}

.btn--search-close {
	/*font-size: 2em;*/
	position: absolute;
	/*top: 1.25em;*/
	/*right: 1.25em;*/
	display: none;
	font-size: 1.5em;
	top: 0;
    right: 13.4%;
}

@media(max-width: 1025px) {
	.btn--search-close {
		right: 0;
	}

}

.btn--search-close:hover {
	background: transparent;
	border-color: transparent;
}

.js .btn--search-close {
	display: block;
}

.search__form {
	margin: 4em 0;
	width: 100%;
}

#page .search__input {
	font-family: inherit;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 75%;
	padding: 0.05em 0;
	color: white;
	border-bottom: 3px solid;
	min-width: 75%;
	font-size: 2.4em;
    font-weight: 500;
	font-family: 'vw-head';
	padding: 0.7em 0.2em;
}

@media(max-width: 767px) {
	#page .search__input {
		min-width: 100%;
	}
}

.search__input::-webkit-input-placeholder {
	color: #4a319e;
}

.search__input::-moz-placeholder {
	opacity: 1;
	color: #4a319e;
}

.search__input:-ms-input-placeholder {
	color: #4a319e;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: 300;
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: white;
	font-family: 'vw-head', sans-serif;
}

@media(max-width: 767px) {
	.search__info {
		width: 95%;
	}
}

.search__related {
	display: flex;
	width: 75%;
	text-align: left;
	pointer-events: none;
}

.search__suggestion {
	width: 50%;
}

.search__suggestion:first-child {
	padding: 0 2em 0 0;
}

.search__suggestion:last-child {
	padding: 0 0 0 2em;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
}

.js .main-wrap {
	position: relative;
	transition: transform 0.5s;
}

.js .main-wrap--move {
	transform: scale3d(0.7,0.7,1);
}

.js .main-wrap--move .btn--search {
	pointer-events: none;
	opacity: 0;
}

.js .search {
	pointer-events: none;
}

.js .search--open {
	pointer-events: auto;
	overflow: hidden;
	padding: 20px 12.5%;
}

@media(max-width: 1025px) {
	.js .search--open {
		padding: 20px;
	}
}

.js .search::before {
	opacity: 0;
	transition: opacity 0.5s;
}

.js .search--open::before {
	opacity: 1;
}

.btn--search-close {
	opacity: 0;
	transition: opacity 0.5s;
}

.search--open .btn--search-close {
	opacity: 1;
}

.search__suggestion,
.search__info {
	opacity: 0;
	transform: translate3d(0, 50px, 0);
	transition: opacity 0.4s, transform 0.4s;
}

.search--open .search__suggestion,
.search--open .search__info {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:first-child {
	transition-delay: 0.15s;
}

.search--open .search__suggestion:nth-child(2) {
	transition-delay: 0.2s;
}

.js .search__input {
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
	transition: transform 0.3s;
}

.js .search--open .search__input {
	transform: scale3d(1,1,1);
	transition-duration: 0.5s;
}

@media screen and (max-width: 40em) {
	.btn--search-close {
		font-size: 1.25em;
	}
	.search__suggestion {
		font-size: 80%;
		width: 100%;
	}
	.search__suggestion:nth-child(2),
	.search__suggestion:nth-child(3) {
		display: none;
	}
}


#menu-content {
    position: fixed;
    top: 75%;
    z-index: 999;
}

#menu-content svg {
	margin-top: -6px;
}

.pull-right {
    float: right!important;
}

#menu-content ul {
    list-style: none;
}

#menu-content ul li {
    padding-top: 20px;
    margin-bottom: 50px;
}

#menu-content .row {
    background-color: #001e50;
    color: #fff;
    height: 50px;
    border-radius: 25px;
    padding-top: 15px;
    position: fixed;
    right: 30px;
    width: 50px;
    transition: all .15s linear;
}

.icono {
    width: 50px;
    margin-left: -15px;
    margin-top: -15px;
}

#ui-id-1 {
    z-index: 1000;
    background: transparent;
    border: none;
    color: white;
    padding-top: 12px;
}

.ui-menu .ui-menu-item {
	padding: 12px 5px 0;
    cursor: pointer;
    font-size: 1.7em;
    letter-spacing: 0.01em;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: none;
	background: transparent;
	font-weight: bold;
	color: #eb8f00;
}

body.j-n.duro, html.duro {
	overflow: hidden;
}