/*search popup*/

.search-popup-box-active {
	overflow: hidden;
}


.search-popup-box {
	position: relative;
}

@media only screen and (max-width: 54.7857rem) {
	.search-popup-box .popup-reveal {
		display: none !important;
	}
}

.search-popup-box .popup-content {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #45b29d;
	z-index: 1000;
	display: table;
	table-layout: fixed;
	height: 100%;
	width: 100%;
	color: #666;
}

.search-popup-box .popup-content::before {
	content: "Search";
	font-size: 14.2857rem;
	position: absolute;
	right: 50%;
	top: 50%;
	color: #000;
	opacity: 0.05;
	font-weight: 500;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	pointer-events: none;
}

.search-popup-box .popup-content.color-dark::before {
	color: #FFF;
}

.search-popup-box .popup-content.color-dark .popup-close:hover {
	color: #FFF !important;
}


.search-popup-box .popup-content.color-dark {
	background-color: #2c5cda;
}


.search-popup-box .popup-center {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	-webkit-transition: all ease-in 200ms 0ms;
	transition: all ease-in 200ms 0ms;
}

.search-popup-box .icon>span {
	display: inline-block;
	vertical-align: middle;
}

span[id*="ClassicSearch"] {
	position: relative;
	display: inline-block;
	width: 60.4286rem;
	max-width: 80%;
}

.search-popup-box .searchInputContainer {
	display: inline-block;
	position: relative;
	width: 100%;
	margin: 0;
}

.search-popup-box .NormalTextBox {
	width: 100%;
	background: none;
	border: none;
	border-bottom: 0.0714rem solid #666;
	font-size: 1.4286rem;
	color: #333;
	padding: 1.7857rem 4.2857rem;
	outline: none;
	text-align: center;
	font-weight: 600;
	font-size: 1.7143rem;
}

.search-popup-box ul.searchSkinObjectPreview {
	width: 100%;
	text-align: right;
}


.search-popup-box .color-dark .NormalTextBox {
	color: #fff;
	border-bottom-color: #FFF;
}


.search-popup-box .color-dark .search {
	color: #FFF;
}

.search-popup-box .color-dark .popup-close {
	color: #FFF;
}

.search-popup-box a.search {
	position: absolute;
	left: 0rem;
	top: 50%;
	margin-top: -1rem;
	font-size: 1.8571rem;
	color: #666666;
	border: none;
	background: none;
	outline: none;
	width: auto;
	height: auto;
	width: 2.8571rem;
	height: 1.7857rem;
	transition: color ease-in 200ms;
	-moz-transition: color ease-in 200ms;
	/* Firefox 4 */
	-webkit-transition: color ease-in 200ms;
	/* Safari and Chrome */
	-o-transition: color ease-in 200ms;
	/* Opera */
	-ms-transition: color ease-in 200ms;
	/* IE9? */
}

.search-popup-box a.search:before {
	content: "";
	border-left: 0.0714rem solid #666666;
	border-top: 0.0714rem solid #666666;
	width: 0.6429rem;
	height: 0.6429rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0.5rem;
	right: 1.6429rem;
}

.search-popup-box .color-dark a.search:before {
	border-color: #FFF;
}

.search-popup-box a.search:after {
	content: "";
	border-top: 0.0714rem solid rgba(0, 0, 0, 0.8);
	width: 2rem;
	position: absolute;
	right: 0.2857rem;
	top: 0.7857rem;
}

.search-popup-box .color-dark a.search:after {
	border-color: rgba(255, 255, 255, 0.8);
}

.search-popup-box a.search:hover {
	color: #2c5cda;
	text-decoration: none;
}

.search-popup-box .popup-close {
	position: absolute;
	left: 2.7857rem;
	top: 1.7857rem;
	cursor: pointer;
	font-size: 2rem;
	z-index: 10;
}

.search-popup-box .popup-close:hover {
	color: #2c5cda;
}

.search-popup-box .info {
	color: #666666;
	font-size: 1.0714rem;
}

.search-popup-box .searchInputContainer a.dnnSearchBoxClearText {
	left: 3.5714rem;
	top: 2.1429rem;
}




@media only screen and (max-width: 54.7857rem) {
	.search-popup-box .NormalTextBox {
		padding: 0.9286rem 0rem 0.9286rem 2.5rem;
		font-size: 1.1429rem;
		font-weight: normal;
		text-align: right;
		border-radius: 0;
	}

	.search-popup-box a.search {
		font-size: 1.4286rem;
		margin-top: -0.9286rem;
		margin-left: -0.3571rem;
	}

	.search-popup-box .popup-content:before {
		font-size: 7.1429rem;
	}

	.search-popup-box span[id*="ClassicSearch"] {
		max-width: 82%;
	}

	.search-popup-box .searchInputContainer a.dnnSearchBoxClearText {
		top: 0.7857rem;
	}
}


@-webkit-keyframes anim-popup-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	35%,
	65% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes anim-popup-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	35%,
	65% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}



@-webkit-keyframes anim-popup-top-content {

	0%,
	25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.7857rem, 0);
		transform: translate3d(0, -1.7857rem, 0);
	}

	65% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0rem, 0);
		transform: translate3d(0, 0rem, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-popup-top-content {

	0%,
	25% {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.7857rem, 0);
		transform: translate3d(0, -1.7857rem, 0);
	}

	65% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0rem, 0);
		transform: translate3d(0, 0rem, 0);
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-popup-out {
	0% {

		top: 0;
	}

	100% {
		opacity: 0;
		top: 0;
	}
}

@keyframes anim-popup-out {
	0% {

		top: 0;
	}

	100% {
		opacity: 0;
		top: 0;
	}
}

@-webkit-keyframes anim-popup-in {

	0%,
	25% {
		opacity: 0;
	}

	65%,
	100% {
		opacity: 1;
	}
}

@keyframes anim-popup-in {

	0%,
	25% {
		opacity: 0;
	}

	65%,
	100% {
		opacity: 1;
	}
}

.search-popup-box.hide {
	display: none;
}

.search-popup-box .popup-content {

	-webkit-animation: none;
	animation: none;
	top: -100%;
}

.search-popup-box .popup-content.loaded {
	-webkit-animation: anim-popup-out .3s ease-in;
	animation: anim-popup-out .3s ease-in;
}

.search-popup-box .popup-content.active {
	-webkit-animation: anim-popup-top 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
	animation: anim-popup-top 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
}

.search-popup-box .popup-content.active .popup-center {
	-webkit-animation: anim-popup-top-content 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
	animation: anim-popup-top-content 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
}

.search-popup-box .popup-content.active .popup-close {
	-webkit-animation: anim-popup-in 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
	animation: anim-popup-in 1.5s cubic-bezier(0.2, 1, 0.3, 1) both;
}

@media only screen and (max-width: 70.7857rem) {

	.search-popup-box .popup-content,
	.search-popup-box .popup-content.active {
		top: 0;
	}

	.search-popup-box .popup-content,
	.search-popup-box .popup-content.active,
	.search-popup-box .popup-content .popup-center,
	.search-popup-box .popup-content.active .popup-center,
	.search-popup-box .popup-content.active .popup-close {
		-webkit-animation: none !important;
		animation: none !important;
	}

}


.search-text {
	border-bottom: 0.0714rem solid rgba(0, 0, 0, 0.9);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	height: 2.5714rem;
}

.search-text .NormalTextBox {
	background: none;
	border: none;
	padding: 0.3571rem 0.3571rem;
	font-size: 0.9286rem;
	width: 12.8571rem;
	outline: none;
	color: #333333;
	height: 2.5714rem;
	line-height: 1.8571rem;
	font-weight: 600;
}

.search-text .search {
	background: none;
	border: none;
	padding: 0.2857rem 0.8571rem;
	color: inherit;
	color: #333333;
	margin-left: -0.3571rem;
	height: 2.5714rem;
	line-height: 2rem;
}

.search-text .search span {
	vertical-align: middle;
}

.search-text.color-light {
	border-bottom: 0.0714rem solid rgba(255, 255, 255, 0.9);
}

.search-text.color-light .NormalTextBox,
.search-text.color-light .search {
	color: #fff;
}

@media only screen and (max-width: 70.8571rem) {

	/* search-popup-box */
	.search-popup-box .popup-close {
		left: 0.9286rem;
		top: 0;
		height: 4.5714rem;
		line-height: 4.5714rem;
		transition: color ease-in 200ms, opacity ease-in 200ms 200ms !important;
		-moz-transition: color ease-in 200ms, opacity ease-in 200ms 200ms !important;
		/* Firefox 4 */
		-webkit-transition: color ease-in 200ms, opacity ease-in 200ms 200ms !important;
		/* Safari and Chrome */
		-o-transition: color ease-in 200ms, opacity ease-in 200ms 200ms !important;
		/* Opera */
		-ms-transition: color ease-in 200ms, opacity ease-in 200ms 200ms !important;
		/* IE9? */

		z-index: 1;
	}

	.search-popup-box .popup-close .lnr {
		line-height: 4.5714rem;
	}

	.search-popup-box .popup-reveal {
		display: none;
	}

	.search-popup-box .popup-content {
		opacity: 0;
		visibility: hidden;
		color: #666;

		transform: translateX(0%);
		-ms-transform: translateX(0%);
		/* Internet Explorer */
		-moz-transform: translateX(0%);
		/* Firefox */
		-webkit-transform: translateX(0%);
		/* Safari å’Œ Chrome */
		-o-transform: translateX(0%);
		/* Opera */

		transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
	}

	.search-popup-box .popup-content.active {
		opacity: 1;
		visibility: visible;

		transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
	}

	.search-popup-box .popup-content .popup-center {
		transform: scale(1.1) !important;
		-ms-transform: scale(1.1) !important;
		/* Internet Explorer */
		-moz-transform: scale(1.1) !important;
		/* Firefox */
		-webkit-transform: scale(1.1) !important;
		/* Safari å’Œ Chrome */
		-o-transform: scale(1.1) !important;
		/* Opera */

		transition-delay: 0ms !important;
		-moz-transition-delay: 0ms !important;
		/* Firefox 4 */
		-webkit-transition-delay: 0ms !important;
		/* Safari å’Œ Chrome */
		-o-transition-delay: 0ms !important;
		/* Opera */
		-ms-transition-delay: 0ms !important;
		/* IE9? */

		transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
		-moz-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
		/* Firefox 4 */
		-webkit-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
		/* Safari å’Œ Chrome */
		-o-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
		/* Opera */
		-ms-transition-timing-function: cubic-bezier(0.1, 0.57, 0.1, 1);
		/* IE9? */

	}

	.search-popup-box .popup-content.active .popup-center {
		transform: scale(1) !important;
	}
}





/*popup search*/

.popup-search-box>.icon {
	width: 7.1429rem;
	height: 7.1429rem;
	background-color: #fd4ea5;
	position: relative;
	cursor: pointer;
	transition: width ease-out 250ms, height ease-out 250ms;
}

.floating-active .popup-search-box>.icon {
	width: 5rem;
	height: 5rem;
}

.popup-search-box>.icon .magnifier {
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	color: #fff;
}

.popup-search-box .popup-content {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #2c5cda;
	padding: 16.4286rem 0 14.2857rem;
	z-index: -1;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-14.2857rem);
	transform: translateY(-14.2857rem);
	-webkit-transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: all 300ms cubic-bezier(0.65, 0.05, 0.36, 1);
	z-index: 900;
}

.popup-search-box .popup-content.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.popup-search-box .NormalTextBox {
	height: 5.1429rem;
	line-height: 5.1429rem;
	border: none;
	border-bottom: 0.0714rem solid #ffffff;
	background: none;
	width: 63.7857rem;
	max-width: 100%;
	text-align: center;
	font-size: 1.7143rem;
	color: #FFF;
	opacity: 1;
	font-weight: 600;
}

.popup-search-box .NormalTextBox::-webkit-input-placeholder {
	opacity: 1 !important;
}

.popup-search-box .NormalTextBox:-moz-placeholder {
	opacity: 1 !important;
}

.popup-search-box .NormalTextBox::-moz-placeholder {
	opacity: 1 !important;
}

.popup-search-box .NormalTextBox:-ms-input-placeholder {
	opacity: 1 !important;
}

.popup-search-box .NormalTextBox:placeholder {
	opacity: 1 !important;
}

.popup-search-box span[id*="ClassicSearch"] {
	width: auto;
	max-width: inherit;
}

.popup-search-box .popup-content::before {
	content: "Search";
	font-size: 14.2857rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.05);
	position: absolute;
	right: 50%;
	top: 50%;
	transform: translate(50%, -50%);
	pointer-events: none;
	line-height: 1;
}

.popup-search-box a.search {
	position: absolute;
	left: -0.7143rem;
	top: 50%;
	margin-top: -0.7143rem;
	font-size: 1.8571rem;
	color: #ffffff;
	border: none;
	background: none;
	outline: none;
	width: auto;
	height: auto;
	width: 2.8571rem;
	height: 1.7857rem;
	-webkit-transition: color ease-in 200ms;
	transition: color ease-in 200ms;
}

.popup-search-box a.search:before {
	content: "";
	border-left: 0.0714rem solid #ffffff;
	border-top: 0.0714rem solid #ffffff;
	width: 0.6429rem;
	height: 0.6429rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0.5rem;
	right: 1.6429rem;
	border-radius: 0.1429rem 0 0 0;
}

.popup-search-box a.search:after {
	content: "";
	border-top: 0.0714rem solid rgba(255, 255, 255, 0.9);
	width: 2rem;
	position: absolute;
	right: 0.2857rem;
	top: 0.7857rem;
}

.popup-search-box .searchInputContainer a.dnnSearchBoxClearText {
	left: 3.5714rem;
	top: 1.6429rem;
}

.popup-search-box ul.searchSkinObjectPreview {
	width: 100%;
	text-align: right;
}
