#isearch {
	margin-bottom: 20px;
	margin-top: 15px;
	height: 45px;
	background: #FFFFFF;
}
.content-wrapper1 {
	background: #FFFFFF;
}
.insearch {
	display: inline-block;
	float: right;
	padding: 15px 15px;
	border: 1px solid #151515;
	background: #FFFFFF;
}
.rightsearch-right {
	font-size: 14px;
}
.search-button1, .search-button2 {
	background: #FFFFFF;
	cursor: pointer;
	z-index: 1;
	color: #151515;
	font-size: 14px; 
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
}

.search-button1 {
	width: 100%;
}

.search-button1 span, .search-button2 span {

}

.search-button1 span img, .search-button2 span img {
	vertical-align: middle;
	padding-top: 7px;
}

.search-button1:hover, .search-button2:hover, .wrapper-simple input[type=submit]:hover {
}

.search-button1:active, .search-button2:active {
}

.search-box1, .search-box2 {
	display: none;
	padding: 6px 3px;
	border: 1px solid #121212;;
	-webkit-transform: rotate3d(1,0,0,90deg) translateZ(75px);
	-moz-transform: rotate3d(1,0,0,90deg) translateZ(75px);
	-ms-transform: rotate3d(1,0,0,90deg) translateZ(75px);
	transform: rotate3d(1,0,0,90deg) translateZ(75px);
}

.search-box1 input, .search-box2 input, .wrapper-simple input[type=text] {
	font-family: Arial;
	font-weight: bold;
	color: #1A242D;
	border-radius: 2px;
	padding: 8px 15px;
	border: 0;
	width: 100%;
	box-sizing: border-box; /* Opera/IE 8+ */
	-webkit-box-sizing: border-box; /* Safari, Chrome et al */
	-moz-box-sizing: border-box; /* Firefox */
	
}

.search-box1 input:focus, .search-box2 input:focus, .wrapper-simple input[type=text]:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	font-family: Arial;
	font-weight: bold;
	color: #151515;
	text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
}

input:-moz-placeholder {
	font-family: Arial;
	font-weight: bold;
	color: #151515;
	text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 1px;
}

.wrapper-simple input[type=text] {
	position: absolute;
	width: 1px;
	z-index: 2;
	padding-left: 2em;
	margin-left: .2em;
	margin-top: 0;
}

.search-box1 img, .search-box2 img {
	opacity: .5;
	right: 10px;
	margin-top: 3px;
	cursor: pointer;
	position: absolute;
	z-index: 999999;
	-webkit-transition: 0.5s linear;
	-moz-transition: 0.5s linear;
	-ms-transition: 0.5s linear;
	-o-transition: 0.5s linear;
	transition: 0.5s linear;
}
.search-box1 #searchsubmit, .search-box2 #searchsubmit {
	display: inline-block; 
	width: 34px;
	height: 34px;
	margin-top: 1px;
	right: 50px;
	cursor: pointer;
	position: absolute;
	z-index: 999999;
	background: #151515;
	background-image: url(images/siearch.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.search-box1 img:hover, .search-box2 img:hover {
	opacity: 1;
}

.hide-search-button {
	display: none;
}

.show-search-button {
	display: block;
}

.show-search-box {
	display: block;
}

.showed-search-box {
	display: block;
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
}

.hidden-search-box { 
	-webkit-transform: rotate3d(1,0,0,90deg) translateZ(75px);
	-moz-transform: rotate3d(1,0,0,90deg) translateZ(75px);
	-ms-transform: rotate3d(1,0,0,90deg) translateZ(75px);
	transform: rotate3d(1,0,0,90deg) translateZ(75px);
}

.switch-show {
	height: 48px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: showBox 0.5s ease-in-out;
	-moz-animation: showBox 0.5s ease-in-out;
	-ms-animation: showBox 0.5s ease-in-out;
}

.switch-hide {
	height: 48px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: hideBox 0.5s ease-in-out;
	-moz-animation: hideBox 0.5s ease-in-out;
	-ms-animation: hideBox 0.5s ease-in-out;
}

.switch-show {
	height: 48px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: showBox 0.5s ease-in-out;
	-moz-animation: showBox 0.5s ease-in-out;
	-ms-animation: showBox 0.5s ease-in-out;
}

.switch-hide {
	height: 48px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: hideBox 0.5s ease-in-out;
	-moz-animation: hideBox 0.5s ease-in-out;
	-ms-animation: hideBox 0.5s ease-in-out;
}

@-webkit-keyframes showBox{
0% { -webkit-transform: rotate3d(1,0,0,0); }
100% { -webkit-transform: rotate3d(1,0,0,-90deg); }
}

@-moz-keyframes showBox{
0% { -moz-transform: rotate3d(1,0,0,0); }
100% { -moz-transform: rotate3d(1,0,0,-90deg); }
}

@-ms-keyframes showBox{
0% { -ms-transform: rotate3d(1,0,0,0); }
100% { -ms-transform: rotate3d(1,0,0,-90deg); }
}

@-webkit-keyframes hideBox{
0% { -webkit-transform: rotate3d(1,0,0,-90deg); }
100% { -webkit-transform: rotate3d(1,0,0,0); }
}

@-moz-keyframes hideBox{
0% { -moz-transform: rotate3d(1,0,0,-90deg); }
100% { -moz-transform: rotate3d(1,0,0,0); }
}

@-ms-keyframes hideBox{
0% { -ms-transform: rotate3d(1,0,0,-90deg); }
100% { -ms-transform: rotate3d(1,0,0,0); }
}

