@charset "utf-8";
/* CSS Document */



@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;
}

.aikonsearch-trigger .fa {
  /*display: none;*/
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
	font-size: 23px;
	margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aikonsearch-trigger .fa-search:before {
  content: "\f002";
}

.aikonsearch-trigger {position: fixed;
right: 0px;
top: 0px;
bottom: 0px;
/* margin: auto; */
width: 55px;
letter-spacing: 1px;
height: 47px;
padding-top: 8px;
/* background-color: #ccc; */
/*border-right: solid 2px #F00;*/
z-index: 5000;
cursor: pointer;
color: #FFF;
/* font-family: 'Roboto'; */
font-weight: 500;
/* text-transform: uppercase; */
font-size: 11px;
text-align: center;
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;
/*display: none;*/
}

.aikonsearch-trigger:hover {
	color: #fff;
	/*background-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;
}