@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
.ws{position: relative;}
#sug{
	width: 100%;
    padding: 10px 5px 20px 58px;
    height: 45px;
    line-height:1px;
    float: left;
    font: bold 1px 'lucida sans','trebuchet MS',Tahoma;
    border: 0;
    background: #fff;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    color: #fff;
    font-family: arial!important;
    z-index: 100;
    position: absolute;
}
#search{z-index: 1000; position: relative; background: transparent !important; color: black !important;}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
    background: #ff8a00!important;
    color: #3e3e3e !important;
    border-radius: 0;
}
#q{
	position: relative;
	background: transparent;
	z-index: 1000;
}

.q_mobile{
	width: 90% !important;
}

#footer{
	font-size: 16px;
	width: 100%;
	position: fixed;
	bottom: 0;
	height: 20px;
	padding: 9px;
	color: #848484;
	background-color: #F2F2F2;
	border-top: 1px solid #E6E6E6;
}

#stats{
	color: #848484;
	font-size: 15px;
	margin-bottom: 20px;
}

#pages{
	padding-bottom: 80px;
}

#pages span{
	cursor: pointer;
	padding: 6px;
	background-color: #eeeeee;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#pages span:hover{
	background-color: #e0e0e0;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.18);
	-moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.18);
	box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.18);
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;	
}

#tabs{
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D8D8D8;
}

.tab{
	color: #A4A4A4;
	position: relative;
	bottom: 15px;
	font-size: 14px;
	margin-right: 10px;
	padding: 16px 6px 16px 6px;
}

.tab:hover{
	color: #848484;
	cursor: pointer;
}

.tsel{
	color: #B43104;
	font-weight: bold;
	padding-bottom: 13px;
	border-bottom: 3px solid #B43104;
}

.tsel:hover{
	color: #B43104;
}

#results_wrap{
	display: none;
}

#results{
	min-height: 800px;
}

.rl{
	font-size: 18px;
}

.rbox{
	position: relative;
	margin-bottom: 10px;
	z-index: 0;
	max-width: 555px;
}

.g{
	color: green;
	font-size: 15px;
}

.snippet{
	font-size: 14px;
}

.thumb{
	float: left;
	margin-right: 5px;
	margin-top: 4px;
	max-width: 80px;
	margin-bottom: 4px;
}

.image{
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	width: 160px;
	text-align: center;
}

.image img{
	max-width: 160px;
	width: auto;
	height: 80px;
}

.image img:hover{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.4);
}

.video{
	margin-bottom: 70px;
}

.video img{
	float: left;
	margin-right: 10px;
	width: 120px;
	height: 90px;
}

.clearfix:before,.clearfix:after{
    content: " ";
    display: table;
}

.clearfix:after{
    clear: both;
}

.clearfix{
    *zoom: 1;
}


/* Autocomplete */
.ui-corner-all{
    -moz-border-radius: 4px 4px 4px 4px;
}

.ui-widget-content{
    border: 1px solid #D8D8D8;
    color: black;
    background-color: white;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.55);
	box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.55);
	z-index: 10000;
}

.ui-widget{
    font-family: 'Roboto';
    font-size: 18px;
}

.ui-menu{
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0px;
}

.ui-autocomplete{
    cursor: default;
    position: absolute;
}

.ui-menu .ui-menu-item{
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.ui-menu .ui-menu-item a{
    display: block;
    padding: 3px 3px 3px 9px;
    text-decoration: none;
	font-size: 25px;
    cursor: pointer;
    background-color: white;
}

.ui-menu .ui-menu-item a:hover{
    display: block;
    padding: 3px 3px 3px 9px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    background-color: #F2F2F2;
}

.ui-widget-content a{
    color: #222222;
}

.ui-helper-hidden-accessible{
	display: none;
}