
/* Buttons */

#dor-search-pro-base.js-search-pro .btn {
	margin: 0;
	padding: 0;
	cursor: pointer;
	border: none;
	background: none;
}


#dor-search-pro-base.js-search-pro .btn--search {
	font-size: 1.5em;
}

#dor-search-pro-base.js-search-pro .btn--hidden {
	pointer-events: none;
	opacity: 0;
}


/* Reset Search Input */

#dor-search-pro-base.js-search-pro .search__input {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-appearance: none;
}

#dor-search-pro-base.js-search-pro .search__input:focus {
	outline: none;
}



#dor-search-pro-base.js-search-pro .hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}


/* Icons */

#dor-search-pro-base.js-search-pro .icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}


/* Header */

#dor-search-pro-base.js-search-pro .codrops-header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 2.5em 2.75em 2.5em 1.5em;
	text-align: left;
}

#dor-search-pro-base.js-search-pro .codrops-header__title {
	font-size: 1em;
	margin: 0;
	padding: 0 0.75em;
}

#dor-search-pro-base.js-search-pro .codrops-header__side,
#dor-search-pro-base.js-search-pro .search-wrap {
	margin: 0 0 0 auto;
}


/* Bottom nav */

#dor-search-pro-base.js-search-pro .bottom-nav {
	position: relative;
	width: 100%;
	margin: auto 0 0 0;
	padding: 2.5em 2.75em 2.5em 2em;
}


/* Demo links */

#dor-search-pro-base.js-search-pro .codrops-demos {
	font-weight: bold;
	padding: 1.25em 0;
	text-align: right;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

#dor-search-pro-base.js-search-pro .codrops-demos span {
	display: inline-block;
	margin: 0 1em 0 0;
	vertical-align: bottom;
}

#dor-search-pro-base.js-search-pro .codrops-demos a {
	position: relative;
	display: inline-block;
	margin: 0 0.1em;
	padding: 0 0.4em;
}

#dor-search-pro-base.js-search-pro .codrops-demos a.current-demo::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2.25em;
	height: 2.25em;
	margin: -1.125em 0 0 -1.125em;
	border: 2px solid;
	border-radius: 50%;
}

#dor-search-pro-base.js-search-pro ul.ajaxSearchData{top: 59px;}
/* Top Navigation Style */

#dor-search-pro-base.js-search-pro .codrops-links {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}

#dor-search-pro-base.js-search-pro .codrops-links::after {
	content: '';
	position: absolute;
	top: 15%;
	left: 50%;
	width: 2px;
	height: 70%;
	opacity: 0.1;
	background: currentColor;
	transform: rotate3d(0, 0, 1, 22.5deg);
}

#dor-search-pro-base.js-search-pro .codrops-icon {
	display: inline-block;
	margin: 0.5em;
	padding: 0.5em;
}


/* Deco lines */

#dor-search-pro-base.js-search-pro .decolines {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

#dor-search-pro-base.js-search-pro .decoline {
	position: absolute;
	width: 1px;
	height: 100%;
	background: #ddd;
}

#dor-search-pro-base.js-search-pro .decoline:first-child {
	right: 88em;
}

#dor-search-pro-base.js-search-pro .decoline:nth-child(2) {
	right: 68em;
}

#dor-search-pro-base.js-search-pro .decoline:nth-child(3) {
	right: 48em;
}

#dor-search-pro-base.js-search-pro .decoline:nth-child(4) {
	right: 28em;
}

#dor-search-pro-base.js-search-pro .decoline:nth-child(5) {
	right: 8em;
}
#dor-search-pro-base.js-search-pro  { color: #2d3535; background-color: #597571; }
#dor-search-pro-base.js-search-pro  main { background-color: transparent; background-image: url(img/bg_6.svg); }
#dor-search-pro-base.js-search-pro  a, .demo-9 .btn { color: #b32d25; }
#dor-search-pro-base.js-search-pro  .btn--search-close { color: #dce6e6; }

@media screen and (max-width: 40em) {
	#dor-search-pro-base.js-search-pro .codrops-header {
		display: block;
		padding: 4em 1em 0;
		text-align: center;
	}
	#dor-search-pro-base.js-search-pro .codrops-header__side {
		margin: 0 auto;
	}
	#dor-search-pro-base.js-search-pro .codrops-links {
		font-size: 0.85em;
		margin: 0 auto;
	}
	#dor-search-pro-base.js-search-pro .search-wrap {
		font-size: 0.85em;
		position: absolute;
		top: 2.15em;
		right: 2em;
	}
	#dor-search-pro-base.js-search-pro .bottom-nav {
		padding: 0.5em;
	}
	#dor-search-pro-base.js-search-pro .codrops-demos {
		text-align: center;
	}
	#dor-search-pro-base.js-search-pro .codrops-demos a {
		margin-bottom: 1em;
	}
	#dor-search-pro-base.js-search-pro .codrops-demos span {
		display: block;
		margin: 0 auto 1em;
		text-align: center;
	}
}









#dor-search-pro-base.js-search-pro .search {
	position: relative;
	text-align: center;
}

#dor-search-pro-base.js-search-pro .search {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}

#dor-search-pro-base.js-search-pro .search::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: rgba(0,0,0,0.3);
}

#dor-search-pro-base.js-search-pro .search__inner {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50%;
	background: #f0f0f0;
}

#dor-search-pro-base.js-search-pro .search__inner--up {
	color: #dce6e6;
	background: #2d3535;
	z-index: 2;
}

#dor-search-pro-base.js-search-pro .search__inner--down {
	top: 50%;
	color: #dce6e6;
	background: #b32d25;
	z-index: 1;
}

#dor-search-pro-base.js-search-pro .btn--search-close {
	font-size: 2em;
	position: absolute;
	z-index: 100;
	top: 1.25em;
	right: 1.25em;
	display: none;
}

#dor-search-pro-base.js-search-pro .btn--search-close {
	display: block;
}

#dor-search-pro-base.js-search-pro .search__form {
	width: 75%;
	max-width: 900px;
	margin: 0 auto;
}

#dor-search-pro-base.js-search-pro #dor_search_pro .search__input {
	font-family: inherit;
	font-size: 50px;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	padding: 0 0 0.1em 0;
	color: inherit;
	border-bottom: 4px solid;
}

#dor-search-pro-base.js-search-pro #dor_search_pro .search__input::-webkit-input-placeholder {
	opacity: 0.6;
	/* WebKit, Blink, Edge */
	color: #fff;
}

#dor-search-pro-base.js-search-pro #dor_search_pro .search__input::-moz-placeholder {
	opacity: 0.6;
	/* Mozilla Firefox 19+ */
	color: #fff;
}

#dor-search-pro-base.js-search-pro #dor_search_pro .search__input:-ms-input-placeholder {
	opacity: 0.6;
	/* Internet Explorer 10-11 */
	color: #fff;
}

#dor-search-pro-base.js-search-pro #dor_search_pro .search__input::-webkit-search-cancel-button,
#dor-search-pro-base.js-search-pro #dor_search_pro .search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}
#dor-search-pro-base.js-search-pro #dor_search_pro #dor_query_top::-webkit-input-placeholder{
    color: #fff !important;font-size: 50px;font-weight: 300;
}
#dor-search-pro-base.js-search-pro #dor_search_pro #dor_query_top::-moz-placeholder{
    color: #fff !important;font-size: 50px;font-weight: 300;
}
#dor-search-pro-base.js-search-pro .search__input::-ms-clear {
	display: none;
}
#dor-search-pro-base.js-search-pro .dorSearchRight {
    text-align: left;
}
#dor-search-pro-base.js-search-pro .search-price {
    padding-top: 15px;
}
#dor-search-pro-base.js-search-pro .search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
}

#dor-search-pro-base.js-search-pro .search__related {
	display: flex;
	width: 75%;
	max-width: 900px;
	pointer-events: none;
}

#dor-search-pro-base.js-search-pro .search__suggestion {
	width: 50%;
	padding: 0 1em 0 0;
	text-align: left;
}

#dor-search-pro-base.js-search-pro .search__suggestion:last-child {
	padding: 0 0 0 1em;
}

#dor-search-pro-base.js-search-pro .search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

#dor-search-pro-base.js-search-pro .search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

#dor-search-pro-base.js-search-pro .search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
}

/************************/
/* Transitions 			*/
/************************/

#dor-search-pro-base.js-search-pro .search {
	pointer-events: none;
}

#dor-search-pro-base.js-search-pro .search--open {
	pointer-events: auto;
}

#dor-search-pro-base.js-search-pro .search::before {
	opacity: 0;
	transition: opacity 0.6s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

#dor-search-pro-base.js-search-pro .search--open::before {
	opacity: 1;
}

/* Search button */
#dor-search-pro-base.js-search-pro .btn--search {
	transition: opacity 0s;
}

/* Close button */
#dor-search-pro-base.js-search-pro .btn--search-close {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.6s, transform 0.6s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

#dor-search-pro-base.js-search-pro .search--open .btn--search-close {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* Halfs */
#dor-search-pro-base.js-search-pro .search__inner {
	transition: transform 0.6s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

#dor-search-pro-base.js-search-pro .search__inner--up {
	transform: translate3d(0,-100%,0);
}

#dor-search-pro-base.js-search-pro .search__inner--down {
	transform: translate3d(0,100%,0);
}

#dor-search-pro-base.js-search-pro .search--open .search__inner {
	transform: translate3d(0,0,0);
}

#dor-search-pro-base.js-search-pro .search__suggestion {
	transform: translate3d(0,150px,0);
	transition: transform 1s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

#dor-search-pro-base.js-search-pro .search--open .search__suggestion {
	transform: translate3d(0,0,0);
	transition-delay: 0.05s;
}

#dor-search-pro-base.js-search-pro .search--open .search__suggestion:last-child {
	transition-delay: 0.1s;
}

@media screen and (max-width: 40em) {
	#dor-search-pro-base.js-search-pro .btn--search-close {
		font-size: 1.25em;
	}
	#dor-search-pro-base.js-search-pro .search__suggestion {
		width: 100%;
	}
	#dor-search-pro-base.js-search-pro .search__suggestion:last-child {
		display: none;
	}
}
