@font-face {
 font-family:'elliot-serp-icons';
 src:url("font/elliot-serp-icons.eot?v=0.9250390538945794");
 src:url("font/elliot-serp-icons.eot?v=0.9250390538945794#iefix") format("embedded-opentype"),
 url("font/elliot-serp-icons.svg?v=0.9250390538945794#elliot-serp-icons") format("svg"),
 url("font/elliot-serp-icons.woff") format("woff"),
 url("font/elliot-serp-icons.ttf?v=0.9250390538945794") format("truetype");
 font-weight:normal;
 font-style:normal;
 font-display: swap;

}

.search-wrap--home {
    padding: 1.3em 0.8em 1em;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    width: 98%
}

@media only screen and (min-width: 700px) {
.search-wrap--home {
    padding: 1.3em 0.8em 1em;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
    width: 100%
}
}

@media only screen and (max-width: 634px) {
    .search-wrap--home {
        width: 98%
    }
}

@media only screen and (max-height: 361.25px) and (min-width: 864px) {

    .search-wrap--home {
		text-align: left;
        display: table-cell;
        vertical-align: middle;
    }
    .search--home {
        margin-left: 1em;
        margin-top: -0.25em
    }
}

.search,
.search__input,
.search__clear,
.search__button {
    font-size: 1em
}
.search {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: relative;
    height: 2.8em;
    background-color: #fff;
    border: 1px solid #cccdc8;
    padding-left: 0.75em;
    padding-right: 6.5em
}
.search:active:focus,
.search:active:hover {
    border-color: rgba(204, 205, 200, 0.5)
}

.search--home {
    font-size: 1.14em
}
.search--home .search__clear {
    margin-right: 3.2em
}

.search__overlay {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: none;
    position: absolute;
    margin-left: -1px;
    left: 0.75em;
    right: 4em;
    bottom: 0;
    top: -1px;
    line-height: 2.54545em;
    font-size: 1.1em;
    z-index: 0
}

.search__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 1.1em;
	font-family: "Calibri", sans-serif;
	font-weight: normal;
    display: block;
    width: 100%;
    background: none;
    outline: none;
    border: none;
    padding: 0;
    height: 2.54545em;
    z-index: 1;
    position: relative;
    top: -1px
}
.search__input:focus {
    outline: none
}
.search__input::-ms-clear {
    display: none
}
.search__input::-moz-placeholder {
    color: #a1a1a1
}
.search__input::-webkit-input-placeholder {
    color: #a1a1a1
}

.search__clear,
.search__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: 'elliot-serp-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    width: 1em;
    display: block;
    cursor: pointer;
    background: transparent;
    text-align: center;
    border: none;
    height: 2.45em;
    line-height: 2.45em;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    left: auto;
    margin: auto;
    z-index: 2;
    outline: none
}
.search__clear:active,
.search__button:active {
    -moz-transition: none 0.3s ease-in-out 0s;
    -o-transition: none 0.3s ease-in-out 0s;
    -webkit-transition: none 0.3s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: none 0.3s ease-in-out 0s
}

.search__clear {
    padding: 0 0.5em;
    line-height: 1;
    min-width: 21px;
    color: #aeaeae;
    margin-right: 3.6em;
    visibility: hidden;
    opacity: 0
}
.search__clear:focus,
.search__clear:hover {
    outline: none;
    color: #333;
    visibility: visible
}
.search__clear:active:focus,
.search__clear:active:hover {
    color: #de5833
}
.search__clear.empty {
    visibility: visible;
}
.search:hover .search__clear,
.search__input:focus ~ .search__clear {
    visibility: visible;
    opacity: 0.9
}

.search__button {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    min-width: 26px;
    color: #838383;
    font-size: 1.25em;
    padding: 0 0.64em;
    height: auto;
    min-height: 1.8em;
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 1.5;
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-font-smoothing: subpixel-antialiased
}
.search__button::-moz-focus-inner {
    margin-top: -1px
}
.search__button:hover,
.search__button:focus {
    outline: none
}

.search:hover .search__button,
.search__input:focus ~ .search__button {
    background-color: #589e4d;
    color: white
}
.search__button:hover,
.search__button:focus,
.search:hover .search__button:focus {
    background-color: #63ad57;
    color: white
}
.search__button:active,
.search:hover .search__button:active {
    background-color: #333
}



section{
    -webkit-text-size-adjust:none;
    -webkit-user-select:none;
    overflow:scroll;
    overflow-x:hidden;
    overflow-y:hidden;
}
 #container{
    position: relative;
			 
			
    height:30px;
    top:14em;
}
 #engines a{
    position:absolute;    
    width:125px;
    height:44px;
    cursor:pointer;
    opacity:0.0;
					  
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
}
 #engines a img{
    display:block;
    height:100%;
    width:100%;

}
 #engines{
    width:100%;	 
    height:44px;
    position:absolute;
    bottom:25px;    
    z-index:1;
}
 img{
    border:none;
}
 a{
    color:#939fad;
}
 a:hover{
    color:#939fad;
}
 a:active{
    color:#939fad;
}
 .input input:focus{
    border-color:#cdd6de;
    -webkit-box-shadow:0 0 20px white;
    -moz-box-shadow:0 0 20px white;
}
 #lang{
    position:absolute;
    right:49px;
    top:39px;
    font-size:13px;
    font-weight:bold;
    padding:3px 5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    color:#b7c2cf;
    cursor:pointer;
}
 #lang:hover{
    background:#b7c2cf;
    color:white;
}
 #lang:active{
    background:#939fad;
}
 #method{
    text-align:center;
    margin-top:7px;
}
 #method a{
    padding:3px 6px;
    margin:0 2px;
    cursor:pointer;
    color:#939fad;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}
 #method a.active, #method a:hover{
    background:#b7c2cf;
    color:white;
}
 #method a:active{
    background:#939fad;
}
 #info{
    position:absolute;
    right:10px;
    bottom:10px;
}
 #toggleInfo{
    position:absolute;
    right:0;
    bottom:0;
    background:url(info.png);
    width:16px;
    height:16px;
    color:rgba(0,0,0,0);
    opacity:0.2;
    cursor:pointer;
}
 #toggleInfo:hover{
    opacity:0.5;
}
 #toggleInfo:active{
    opacity:0.7;
}
 #infoBox{
    display:none;
    position:absolute;
    right:13px;
    bottom:13px;
    background:#ecf2f8 url(box.png) left top repeat-x;
    -webkit-border-radius:8px;
    padding:10px 20px;
    width:300px;
    font-size:11px;
    line-height:16px;
    color:#363d42;
    -webkit-box-shadow:0 0 20px white;
}
 #infoBox h2{
    font:19px 'HelveticaNeue-Light', "Helvetica Neue Light", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-weight:300;
    margin:3px 0 10px 0;
    color:#939fad;
}
 #infoBox strong{
    font-family:"Helvetica Neue", "HelveticaNeue", "Helvetica";
}
 #infoBox p{
    margin:5px 0;
}
 #infoBox .source{
    color:#939fad;
}
 #infoBox .source a{
    color:#74889e;
    border-bottom:1px solid #d6e0ea;
}
 #infoBox .source a:hover{
    color:#363d42;
    border-bottom:1px solid #939fad;
}
 #infoBox hr{
    margin:10px -20px;
    border:0;
    border-top:solid 1px #d6e0ea;
    border-bottom:1px solid white;
}
 #infoBox #corner{
    position:absolute;
    background:url(info_corner.png);
    height:24px;
    width:24px;
    right:-13px;
    bottom:-13px;
}
 #sugs{
    display:none;
    position:absolute;
    background:rgba(255,255,255,0.8);
    border:1px solid #dae2e9;
    border-top:0;
    left:41px;
    top:68px;
    right:41px;
    list-style:none;
    padding:3px 0;
    font-size:11px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
}
 #sugs li a{
    display:block;
    padding:3px 8px;
    color:#74889e;
}
 #sugs li.active a{
    background:#b7c2cf;
    color:white;
}
 #sugs li a:active{
    background:#939fad;
}
 #uberbar{
    border-bottom:1px solid #e0e3e9;
    background:#f2f5fa;
    padding:10px 20px;
    position:fixed;
    top:0;
    left:0;
    z-index:2000;
    width:100%;
}
 #sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{
    font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight:200;
    color:#fff;
}
 #sb-container{
    position:fixed;
    margin:0;
    padding:0;
    top:0;
    left:0;
    z-index:999;
    text-align:left;
    visibility:hidden;
    display:none;
}
 #sb-overlay{
    position:relative;
    height:100%;
    width:100%;
}
 #sb-wrapper{
    position:absolute;
    visibility:hidden;
    width:100px;
}
 #sb-wrapper-inner{
    position:relative;
    border:1px solid #303030;
    overflow:hidden;
    height:100px;
}
 #sb-body{
    position:relative;
    height:100%;
}
 #sb-body-inner{
    position:absolute;
    height:100%;
    width:100%;
}
 #sb-body img{
    border:none;
}
 #sb-loading{
    position:relative;
    height:100%;
}
 #sb-loading-inner{
    position:absolute;
    font-size:14px;
    line-height:24px;
    height:24px;
    top:50%;
    margin-top:-12px;
    width:100%;
    text-align:center;
}
 #sb-loading-inner span{
    background:url(loading.gif) no-repeat;
    padding-left:34px;
    display:inline-block;
}
 #sb-body,#sb-loading{
    background-color:#060606;
}
 #sb-title,#sb-info{
    position:relative;
    margin:0;
    padding:0;
    overflow:hidden;
}
 #sb-title,#sb-title-inner{
    height:26px;
    line-height:26px;
}
 #sb-title-inner{
    font-size:16px;
}
 #sb-info,#sb-info-inner{
    height:20px;
    line-height:20px;
}
 #sb-info-inner{
    font-size:12px;
}
 #sb-nav{
    float:right;
    height:16px;
    padding:2px 0;
    width:45%;
}
 #sb-nav a{
    display:block;
    float:right;
    height:16px;
    width:16px;
    margin-left:3px;
    cursor:pointer;
    background-repeat:no-repeat;
}
 #sb-nav-close{
    background-image:url(close.png);
}
 #sb-nav-next{
    background-image:url(next.png);
}
 #sb-nav-previous{
    background-image:url(previous.png);
}
 #sb-nav-play{
    background-image:url(play.png);
}
 #sb-nav-pause{
    background-image:url(pause.png);
}
 #sb-counter{
    float:left;
    width:45%;
}
 #sb-counter a{
    padding:0 4px 0 0;
    text-decoration:none;
    cursor:pointer;
    color:#fff;
}
 #sb-counter a.sb-counter-current{
    text-decoration:underline;
}
 div.sb-message{
    font-size:12px;
    padding:10px;
    text-align:center;
}
 div.sb-message a:link,div.sb-message a:visited{
    color:#fff;
    text-decoration:underline;
}
