@charset "UTF-8";

/*==========================================*/

#top .widget_aws_widget {
	width: auto;
	margin: 0px;
	padding: 0px;
	overflow: visible;
}

#top .widget_aws_widget .offscreen {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

#top .widget_aws_widget .aws-search-form,
#top .widget_aws_widget .aws-wrapper {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	height: auto;
}

#top .widget_aws_widget .aws-search-btn {
	font-size: 23px;
	height: 32px;
	line-height: 32px;
}

#top .widget_aws_widget .aws-search-field {
	height: 32px;
	line-height: 32px;
	margin: 0 !important;
	padding: 0 10px !important;
}

/*==========================================*/

#top .widget_aws_widget:not(.aws-toogle) {
}

#top .widget_aws_widget:not(.aws-toogle) .aws-toogle-button {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

#top .widget_aws_widget:not(.aws-toogle) .aws-container {
	width: 100%;
}

/*==========================================*/

#top .widget_aws_widget.aws-toogle {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
}

#top .widget_aws_widget.aws-toogle .aws-toogle-button {
	position: relative;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
#top .widget_aws_widget.aws-toogle:not(.aws-toogle-show) .aws-toogle-button {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
}

#top .widget_aws_widget.aws-toogle .aws-toogle-button:hover {
	text-decoration: none;
}

#top .widget_aws_widget.aws-toogle .aws-toogle-button span {
	display: none;
}

#top .widget_aws_widget.aws-toogle .aws-toogle-button i {
	display: inline-block;
}

#top .widget_aws_widget.aws-toogle-show .aws-container {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#top .widget_aws_widget.aws-toogle-show .aws-container .aws-search-field {
	width: 100%;
}

/*
@media only screen and (min-width: 768px) {

	#top .widget_aws_widget.aws-toogle .aws-show {
		width: 40px;
		z-index: 2;
	}
	#top .widget_aws_widget.aws-toogle .aws-show i {
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 4px;
		font-size: 20px;
		opacity: 1;
		-webkit-transition: opacity .2s linear;
		-moz-transition: opacity .2s linear;
		-ms-transition: opacity .2s linear;
		-o-transition: opacity .2s linear;
		transition: opacity .2s linear;
	}
	#top .widget_aws_widget.aws-toogle .aws-show.aws-showing i {
		opacity: 0;
	}

	#top .widget_aws_widget.aws-toogle-show .aws-hide {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		position: absolute !important;
		top: 0px !important;
		left: 0px !important;
		width: 0px !important;
		height: 0px !important;
		overflow: hidden !important;
	}

	/*
	#top .widget_aws_widget.aws-toogle-show .aws-container {
		position: absolute;
		top: 50%;
		width: 246px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
	}
	#top .widget_aws_widget.aws-toogle-show .aws-container.aws-showing-left {
		left: 0px;
		right: auto;
	}
	#top .widget_aws_widget.aws-toogle-show .aws-container.aws-showing-right {
		left: auto;
		right: 0px;
	}
	* /

}

@media only screen and (max-width: 767px) {
	#top .widget_aws_widget.aws-toogle-show .aws-show {
		width: 30px;
	}
	#top .widget_aws_widget.aws-toogle-show .aws-show i {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		border-radius: 4px;
	}

	#top .widget_aws_widget.aws-toogle-show .aws-hide {
		position: absolute;
		top: 4px;
		right: 4px;
		width: 25px;
		height: 25px;
		line-height: 25px;
		color: #FFF;
		background: rgba(0,0,0,.5);
		border: 2px solid #FFF;
		border-radius: 50%;
		text-align: center;
		box-sizing: content-box;
		font-size: 21px;
	}
	#top .widget_aws_widget.aws-toogle-show .aws-hide i {
		width: 100%;
		height: 100%;
		line-height: inherit;
		font-size: inherit;
	}

	/*
	#top .widget_aws_widget.aws-toogle-show .aws-container {
		position: fixed;
		top: 0px !important;
		left: 0px !important;
		width: 100% !important;
		height: 100% !important;
		margin: 0px;
		padding: 10px;
		padding-top: 36px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		background: rgba(0,0,0,.8);
	}
	* /

}
*/






#top .widget_aws_widget.aws-toogle.aws-toogle-show {
	float: none;
	position: static;
	line-height: normal;
}

#top .widget_aws_widget.aws-toogle.aws-toogle-show .aws-hide {
	display: inline-block !important;
	width: 45px !important;
	height: 45px !important;
	line-height: 45px;
	border-radius: 4px;
	top: 50% !important;
	left: auto !important;
	right: 0px !important;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: visible !important;
	opacity: 0 !important;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	z-index: 9999;
}

#top .widget_aws_widget.aws-toogle.aws-toogle-show .aws-container {
	position: absolute;
	top: 0px;
	left: 50% !important;
	width: 100vw !important;
	height: 100%;
	padding: 0px;
	margin: 0px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 9999;
}
#top .widget_aws_widget.aws-toogle.aws-toogle-show .aws-search-form {
	justify-content: center;
	align-items: center;
	align-content: center;
	z-index: 8888;
}
#top .widget_aws_widget.aws-toogle.aws-toogle-show .aws-search-form .aws-wrapper {
	height: 45px;
	margin: 0px;
	padding-left: 28px;
	z-index: 8888;
}

#top .widget_aws_widget.aws-toogle.aws-toogle-show .aws-search-btn {
	width: 45px !important;
	height: 45px;
	margin-right: 20px;
	z-index: 8888;
}

#top .widget_aws_widget.aws-toogle.aws-toogle-show .aws-search-btn_icon {
	width: 45px !important;
}
