@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500);

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.aikon-search .fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aikon-search .fa-paper-plane-o:before {
  content: "\f1d9";
}

.aikon-search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.0);
	z-index: -999999999;
	opacity: 0;
	/*top: -500px;*/
	left: -9999px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.aikon-search.openit {
	z-index: 999999999;
	top: 0px;
	opacity: 1;
	background-color: rgba(0,0,0,0.9);
	left:0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.aikon-search .closeit {
	position: absolute;
	bottom: 0px;
	top: -250px;
	right: 0px;
	left: 0px;
	margin: auto;
	width: 50px;
	height: 39px;
	border-radius: 50%;
	color: #fff;
	border: solid 2px #fff;
	font-family: arial;
	padding-top: 11px;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.aikon-search .closeit:hover {
	color: #4CBFFF;
	border-color: #4CBFFF;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.aikon-search p {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: auto;
	top: -120px;
	bottom: 0px;
	height: 35px;
	width: 100%;
	font-size: 35px;
	color: #fff;
}

.aikon-search form {
	position: absolute;
	left: 0px;
	right: 0px;
	text-align: center;
	margin: auto;
	top: 30px;
	bottom: 0px;
	height: 50px;
	width: 590px;
}

.aikon-search .formcontainer {
	/*top: -300px;*/
	top:0;
	bottom: 0px;
	right: 0px;
	/*left: 0px;*/
	left: -300px;
	width: 100%;
	height: 200px;
	position: absolute;
	margin: auto;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.aikon-search.openit .formcontainer {
	/*top: 50px;*/
	top:0;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	position: absolute;
	margin: auto;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.aikon-search input.aikon-searchbox {
	float: right;
	display: inline-block;
	margin: auto;
	width: 480px;
	padding: 0px;
	padding-left: 20px;
	height: 58px;
	border: none 0px;
	border-radius: 0px;
	box-shadow: 0px 0px 0px transparent;
	color: #666;
	font-family: arial;
	background-color: #fff;
	font-size: 15px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.aikon-search input.aikon-searchbox:focus {
	background-color: #eee;
}

.aikon-search button.aikon-searchbtn {
	float: right;
	display: inline-block;
	width: 70px;
	text-align: center;
	height: 58px;
	border: none 0px transparent;
	font-size: 25px;
	color: #666;
	background-color: #ccc;
	border-left: solid 1px #aaa;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	cursor: pointer;
}

.aikon-search button.aikon-searchbtn:hover {
	background-color: #4CBFFF;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.aikon-search *::-webkit-input-placeholder {
	font-family: 'arial';
	color: #555;
	font-size: 15px;
}

.aikon-search *:-moz-placeholder {
	font-family: 'arial';
	color: #555;
	font-size: 15px;
}

.aikon-search *::-moz-placeholder {
	font-family: 'arial';
	color: #555;
	font-size: 15px;
}

.aikon-search *:-ms-input-placeholder {
	font-family: 'arial';
	color: #555;
	font-size: 15px;
}