body{
	background: #fbfbfb;
}
.center{
	text-align: center;
}
.searchinput{
	margin:40px auto 50px auto;
	text-align: center;
	width:65%;
	 
	position: relative;
	padding: 0px;
    border-radius: 6px;
    background-color: #fff;
    border: solid 1px #e9e9e9; ;
box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
}




.searchinput input {
    width: 100%;
    border: 0px;
    color: #98999c;
    font-size: 15px;
    line-height: 1.5;
    height: 50px;
    border-radius: 6px;
    outline: 0;
    padding: 12px 67px 10px 75px;
}
.searchinput .googlebtn {
    background: url(../images/google.ico);
    
    padding: 10px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
 
     
 
     
    border: 0;
    position: absolute;
    left: 10px;
    top: 0;
    height: 50px;
    background-color: #fff;
     
}
.searchinput .searchbtn {
    background: url(../images/righticon.png);
    
    padding: 10px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    opacity: 0.3;
     
 
     
    border: 0;
    position: absolute;
    right: 10px;
    top: 0;
    height: 50px;
    background-color: #fff;
     
}
.topsites{
	background: url(../images/glyph-topsites-16.svg);
    
    padding: 10px 30px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size:16px; 
    font-size:14px;
    font-weight: bold;
    
	
}
.topsites img{
 
    width:12px; 
    margin-left:10px;
     
  
	
}
.topsite_images div.image{
	 display: inline-block;
	 padding:20px;
	 background: #fff;
	 box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
	 box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
	 border-radius: 3px;
	margin: 10px 20px 10px 0px;
	 position: relative;
	 z-index:10; 
	 cursor: pointer;
}
.topsite_images img{
	width:90px;
}
.topsite_images .blueicon{
	background-image:url(../images/glyph-search-16.svg); 
	background-size: 26px;
	-moz-context-properties: fill;

fill: #FFF;

background-color: #0060DF;

border-radius: 42px;

height: 42px;

 

width: 42px;

align-items: center;

display: flex;

font-size: 20px;

justify-content: center;
background-position: center center;

background-repeat: no-repeat;
position: absolute;
bottom: -15px;
right: -15px;
}
.pinned{
background-image: url(../images/glyph-pin-12.svg);
background-size: 15px;
position: absolute;
bottom: -30px;
background-position: left center;
background-repeat: no-repeat;
height: 15px;
width: 15px;
opacity: 0.3;
left: 0px;
	
}
.sitename{
 
 
position: absolute;
bottom: -33px; 
left: 30px;
 	
}

.feedlogo{
	margin-top:50px;
}
.feedlogo img{
	width:80px;
}
.feeddata{
	margin-top:10px;
	margin-bottom: 30px;
	
}
.no-padding{
	padding-left:0px;
	padding-right:25px;
}
.feed{
	background: #fff;
	 box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
	 border-radius: 3px;
	
}
.feed .image img{
	 border-radius: 3px 0px 0px 0px;
	 width:100%;
}

.feed .title{
	font-size:19px;
	padding: 15px 20px 0px 20px;
	font-weight: bold;
	
}

.feed  .description{
	font-size:16px;
	padding: 10px 20px 10px 20px;
}
.searchbtn .icon-size{
 font-size:20px;
 color:#98999c;	
}