/* Main page heading */
body{
    background: #fdfdfd !important;
}
.banner-bg {
    background: url(/static/images/banner_bg_strip.jpg) top center;
    height: auto;
    position: relative;
}
.banner-con {
    padding: 15px 0 65px;
    float: left;
    width: 100%;
    position: relative;
}
.banner-con h1 {
    color: #f88528;
    line-height: 52px;
    font-family: SegoeUI-SemiBold;
    text-align: center;
    font-size: 50px;
}
.banner-con h2 {
    font-size: 25px;
    color: #3a3a3a;
    line-height: 32px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 5px;
    font-weight: 400;
}


/* CCS for main-column section */
li.site_row {
    margin-bottom: 30px; /* 20px; */
}
.site_row, .site_bookmarks {
    clear: both;
    float: none;
}
.site_bookmarks li {
    float: none;
    display: inline-block;
    width: 30% !important; /*30.7%;*/
    margin-right: 5px;
	border: 1px solid #d6dde3;
}
.site_bookmarks li img {
    padding-left: 0px;
}
.site_name a {
    font-size: 18px;
    font-weight: bold;
}
.site_name .duration {
    font-size: 14px;
}
.bookmark_img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    padding:0px 10px 0px 10px;
    margin-top: 3px;
}


/*CSS for featured-sites section */
.column-section {
    clear: both;
    padding-bottom: 10px;
    width: 100%;
}
.featured-site {
    width: 140px;
    padding-right: 10px;
    float: left;
    margin-bottom: 3px;
}
.featured-site a {
    font-size: 16px;
}


/* css for Browse Categories section */
.column-section-header {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    padding-bottom: 10px;
}
.bookmarks {
    float: left;
    width: 100%;
}
.bookmarks li {
    width: 100%;
    padding-bottom: 10px;
    float: left;
}
.bookmark-image {
    float: left;
    width: 20%;
}
.bookmark-image img {
    max-width: 65px;
    max-height: 65px;
    padding: 0px 0px 0px 0px;
    width: auto;
    height: auto;
}	
.bookmark-title a {
    line-height: 1.231;
    font-size: 16px;
}
.tags li {
    padding-right: 5px;
    float: left;
    font-size: 15px;
    background-color: #f1f1f1;
    border-radius: 4px;
    margin: 2px;
    padding: 7px;
}
.bookmark-content {
    float: left;
    width: 75%;
    padding-left: 10px;
}
.bookmark-title {
    margin-bottom: 3px;
}
.bookmark-author {
    font-size: 11px;
}
.bookmark-author-image {
    float: left;
    width: 20px;
}
.bookmark-author-name, .bookmark-author-image {
    font-size: 12px;
}
.tags.column-section {
    padding-top: 15px;
}
.site_name{
    margin-bottom: 10px;
}
