.clear {
    clear: both;
}

.row {
    margin: 0 10px;
}

.navbar {
    padding: 0;
    background: #fff !important;
}

.navbar-brand {
    background: #fff;
    padding: 0;
}

ul.navbar-nav li {
    background: #7da4db;
    height: 46px;
}

ul.navbar-nav li a {
    color: #fff !important;
    font-family: Arial;
    font-size: 17px;
    padding: 13px 10px;
    text-align: center;
}

ul.navbar-nav li:hover {
    background: #ecb61f;
    height: 46px;
}

ul.navbar-nav li.nav-item .dropdown-menu {
    background: #7da4db;
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: 0;
}

ul.navbar-nav li.nav-item .dropdown-menu a:hover {
    background: #ecb61f;
}



.navbar-collapse {
    padding: 0 10px 0 0;
}

#search {
    background: #7da4db;
    padding: 5px 0;
    height: 46px;
}

#search input{
    background: #627ba0;
    margin-right: 0px !important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
    font-size: 13px;
    height: 30px;
}

#search input::placeholder {
    color: #fff;
}

#search .btn {
    height: 30px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background: #627ba0;
    padding: 3px 10px 0px 0px;
}

#search .btn i {
    color: #fff !important;
    font-size: 16px;
}

.home-header {
    background: url(../new_images/header_bottom_bg.png) repeat-y;
    padding-bottom: 10px;
}

.home-header h1 {
    font-family: FoglihtenNo07;
    font-size: 53px;
    color: #cc4a3d;
    margin: 10px 0px 0px 15px;
}

.home-header h5 {
    font-family: CalibriItalic;
    font-size: 24px;
    font-style: italic;
    color: #a9a072;
    margin: 0 0 0 15px;
}

.home-header .header_bottom_left_books{
    margin: -40px 0 0 0;
}

.home-header .header_bottom_left_books img {
    width: 100%;
}

#register {
    margin-top: 30px;
    border-radius: 5px;
    background: #b6c3d4;
    padding: 10px 5px 10px 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#register .input-group-text {
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0px;
    padding-left: 18px;
    height: 29px;
}

#register .input-group-text img {
    height: 29px;
}

#register h5 {
    font-family: RobotoRegular;
    font-size: 17px;
    color: #283f60;
    margin: 20px auto 0;
    width: 75%;
    font-style: normal;
}

#register input {
    height: 29px;
}

#register .form-group {
    margin: 5px 0 5px 0;
}

#register .btn {
    background: url("../new_images/register_button.png") no-repeat;
    border: 0;
    width: 87px;
    height: 34px;
    margin: 5px 23px 0 0;
}

#tabs1 {
    margin-top: 15px;
    margin-bottom: 18px;
    padding: 0 10px;
    width: 100%;
}

#tabs1 ul {
    border-bottom: 4px solid #E7A221;
}

#tabs1 ul li a.active {
    background-color: #EEC11B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EEC11B), to(#E7A221));
    background-image: -webkit-linear-gradient(top, #EEC11B, #E7A221);
    background-image: -moz-linear-gradient(top, #EEC11B, #E7A221);
    background-image: -ms-linear-gradient(top, #EEC11B, #E7A221);
    background-image: -o-linear-gradient(top, #EEC11B, #E7A221);
    background-image: linear-gradient(to bottom, #EEC11B, #E7A221);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#EEC11B, endColorstr=#E7A221);
    box-shadow: 0px -2px 5px -2px rgba(0,0,0,0.75);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-left: -2px;
    border-bottom: 0;
    color: #fff;
    height: 42px;
}

#tabs1 ul li a {
    background: #7d9bc5;
    color: #fff;
    
}

#tabs1 ul li {
    margin-right: 5px;
}

#tabs1 ul li:last-child {
    margin-right: 0;
}

#tabs1 .nav-item {
    margin-bottom: 0;
}

.tab-content {
    background: #f2f1f1;
    padding: 10px 0;
}


ol.breadcrumb {
    background: #fff !important;
}

ol.breadcrumb li a {
    color: #3d556e;
    font-weight: bold;
    text-decoration: none;
    font-family: Arial;
    font-style: italic;
    font-size: 14px;
}

ol.breadcrumb li:first-child a{
    color: #7191bf;
    text-decoration: none;
}

.media-body h1 {
    color: #4b6789;
    font-family: MyriadPro-Regular;
    font-size: 30px;
}

.media-body h2 {
    color: #7a7a7a;
    font-family: Arial;
    font-size: 15px;
}

.row h1 {
    font-family: RobotoRegular;
    font-size: 37px;
    color: #4b6789;
}

.row h2 {
    font-family: Arial;
    font-size: 15px;
    color: #7a7a7a;
}


/*old css*/
.item_rating {
    color: #a46e1d;
    font-size: 12px;
    font-family: Arial;
}

.item_series {
    color: #999898;
    font-size: 12px;
}

.item_series > span.red {
    color: #ec2226;
}

.item_series > a {
    color: #306eaa;
}

.item_voters {
    background-color: #f2f6fb;
    height: 40px;
    padding: 7px 0px;
}

.item_comments_icon {
    background: url("../new_images/icon_comments.png") no-repeat;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 0px;
    margin-left: 10px;
    color: #83ac37;
    font-size: 13px;
}

.item_comments_icon a {
    color: #83ac37;
    font-size: 13px;
}

.item_voters_icon {
    background: url("../new_images/icon_thumb_up.png") no-repeat;
    padding-left: 25px;
    padding-bottom: 5px;
    padding-top: 0px;
    margin-left: 10px;
    color: #7494c2;
    font-size: 13px;
}

.item_description {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
}

.item_tags {
    background-color: #f2f6fb;
    padding: 10px 20px;
}

.item_tags h1 {
    color: #4b6789;
    font-family: RobotoRegular;
    font-size: 18px;
    margin: 5px 0;
}

.tagcloud01 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tagcloud01 ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
.tagcloud01 ul li a {
	display: inline-block;
	max-width: 100px;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4b6789;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.tagcloud01 ul li a:hover {
	background-color: #4b6789;
	border: 1px solid #4b6789;
	color: #fff;
}

#other_books h2,#book_awards h2,#also_liked h2,#simi_recom h2,#ranks_on_list h2 {
    font-family: MyriadPro-Regular;
    font-size: 36px;
    color: #4b6789;
    margin-left: 10px;
    margin-top: 10px;
    width: 100%;
}

#book_awards h3 {
    font-family: Arial;
    font-size: 19px;
    color: #343034;
}
#book_awards h3 > span {
    color: #dd6644;
}

.hor_line_blue {
    background: url(../new_images/hor_line_blue.png) repeat-x;
    height: 3px;
    width: 100%;
}

#book_awards .list_awards_won, #book_awards .list_awards_nominated {
    width: 100%;
    margin-top: 10px;
}

#book_awards .award_won {
    background: url("../new_images/award_other.png") no-repeat;
    height: 45px;
    padding: 25px 35px;
    width: 88px;
    float: left;
    margin-top: 2px;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

#book_awards .list_awards_nomination {
    background: url("../new_images/list_item_awards_ribbon_icon.png") no-repeat;
    float: left;
    line-height: 18px;
    padding: 0 0 0 18px;
    margin: 0 10px 0 0;
    color: #496996;
}

.also_liked_content {
    margin-top: 10px;
    padding-left: 32px;
    width: 100%;
}

.also_liked_book {
    float: left;
    padding: 0 10px;
    width: 20%;
}

.also_liked_image {
    text-align: center;
}

.also_liked_text {
    
}

.also_liked_text > a {
    color: #2554bf;
    text-decoration: none;
}
.also_liked_author {
    color: #999999;
    font-size: 12px;
}

#comments hr {
    width: 100%;
}

#comments h3 {
    font-size: 22px;
    font-family: Arial;
    color: #959596;
    width: 100%;
}

#comments h5 {
    font-size: 18px;
    font-family: Arial;
    color: #939ea7;
    font-weight: bold;
    font-style: italic;
}

.comments_grey {
    background: #f7f7f7;
    width: 100%;
    padding: 5px 0px;
}

.comments_white {
    background: #ffffff;
    width: 100%;
    float: left;
    padding: 5px 0px;
}

.comments_grey img, .comments_white img {
    float: left;
}

.comments_white .comments_content, .comments_grey .comments_content {
    float: left;
    width: 90%;
    margin-left: 10px;
}
#comments .comments_content_top {
    font-size: 12px;
    color: #7b8995;
}
#comments .comments_content_top>span {
    color: #2f4251;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    font-style: italic;
}

#comments .comments_content_bottom {
    font-size: 14px;
    font-weight: bold;
    color: #332929;
}

.sb-nav-retro .sb-navigation-left {
    left: -20px;
    position: absolute;
    top: 38%;
}

.sb-nav-retro .sb-navigation-right {
    position: absolute;
    right: -25px;
    top: 38%;
}

.right_column_box_header {
	background: url("../new_images/right_column_box_header_bg.png") no-repeat;
	height: 78px;
	width: 100%;
	font-size: 26px;
	color: #ffffff;
	font-family: RobotoRegular;
	padding-left: 10%;
	padding-top: 5px;
}

.right_column_box_header a {
    font-size: 26px;
	color: #ffffff;
	font-family: RobotoRegular;
    text-decoration: none;
}

.right_column_box {
    background: #f2f6fb;
}

.right_column_box .row {
    margin: 10px 0;
    padding: 10px 0;
}

.right_column_box img {
    width: 100%;
}

.right_column_box .list_content a {
    color: #6385b4;
    font-size: 15px;
    font-weight: bold;
    font-family: Arial;
    display: block;
}

.right_column_box span {
    font-size: 12px;
    font-style: italic;
    font-weight: bold;
    color: #cb182d;
    display: block;
}

.right_column_box .books {
    background: url("../new_images/icon_book.png") no-repeat;
    color: #7a7a7a;
    font-size: 11px;
    height: 18px;
    padding-left: 15px;
}

.right_column_box .voters {
    background: url("../new_images/icon_book_thumb_up.png") no-repeat;
    color: #7a7a7a;
    font-size: 11px;
    height: 18px;
    padding-left: 15px;
}

#related_lists .row {
    padding: 0 5%;
}

#related_lists a {
    font-size: 13px;
    color: #7494c2;
    margin-left: 2.5%;
}

#related_lists img {
    width: 20%;
    margin: 2.5%;
    float:left;
}

#related_lists span {
    font-size: 12px;
    color: #686868;
    font-weight: normal;
    font-style: normal;
    margin-left: 2.5%;
}

.findfb {
    text-align: center;
}

/* lists */
#list_header h1 {
    width: 100%;
}

#list_header .book_description_header {
    background: #f2f6fb;
    float: left;
    width: 100%;
}

#list_header .book_description_header .list_type {
    background: url(../new_images/list_thumb_up.png) #ecb61f no-repeat 10px 10px;
    width: 150px;
    height: 48px;
    padding: 10px 0 10px 50px;
    color: #fff;
    font-family: RobotoRegular;
    font-weight: bold;
    font-size: 19px;
    line-height: 30px;
    float: left;
}

#list_header .book_description_header .list_info {
    float: left;
    color: #7494c2;
}

#list_header .book_description_header .list_profile {
    background: url(../new_images/list_profile_icon.png) no-repeat 10px 10px;
    font-family: RobotoRegular;
    font-size: 17px;
    height: 38px;
    padding: 10px 0 15px 40px;
    float: left;
}

#list_header .book_description_header .list_details {
    float: left;
    padding: 15px 0 15px 0px;
}

#list_header .book_description_header .list_details ul {
    padding: 0;
    line-height: 100%;
    list-style: none;
}

#list_header .book_description_header .list_details li {
    font-size: 13px;
    float: left;
    margin: 0 0 0 10px;
    color: #7a7a7a;
}

#list_header .book_description_header .list_details li b {
    color: #7494c2;
}

#list_description #description {
    font-size: 13px;
    padding: 15px 0;
}

#list_description #tags h3 {
    color: #4b6789;
}

#list_description .tagcloud ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#list_description .tagcloud ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
#list_description .tagcloud ul li a {
	display: inline-block;
	max-width: 100px;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #4b6789;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
#list_description .tagcloud ul li a:hover {
	background-color: #4b6789;
	border: 1px solid #4b6789;
	color: #fff;
}

.row.list_item{
    background: #f2f6fb;
    margin: 10px 0 20px 0;
    border: 1px solid #b1c9ed;
    border-radius: 5px;
    padding: 10px 0;
}

.row.list_item .col-sm-3 {
    margin: -1px 0 0 0;
    padding-left: 0;
}

.row.list_item .list_item_id_1 {
    background: url(../new_images/list_item_1st_icon.png) no-repeat 0px 30px;
    width: 77px;
    height: 170px;
    margin: -40px 10px 0px -40px;
    font-size: 115px;
    color: #fff;
    padding: 0px 0 0 14px;
    font-family: RobotoRegular;
    float: left;
}

.row.list_item .list_item_id {
    background: #000;
    height: 110px;
    width: 80px;
    color: #fff;
    font-family: RobotoRegular;
    font-size: 70px;
    text-align: center;
    padding: 0px 0px 20px 0px;
}

.row.list_item .list_item_votes {
    width: 80px;
    height: 70px;
}

.row.list_item .list_thumbs_up {
    background: url(../new_images/lists_thumbs_up.png) no-repeat;
    width: 37px;
    height: 20px;
    margin: 10px 0 0 0;
    float: left;
    padding: 37px 0 0 0px;
    color: #89bf4e;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}

.row.list_item .list_thumbs_down {
    background: url(../new_images/lists_thumbs_down.png) no-repeat;
    width: 37px;
    height: 20px;
    margin: 10px 0 0 0;
    float: left;
    padding: 37px 0 0 0px;
    color: #89bf4e;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
}

.row.list_item .list_left_column {
    float: left;
}

.row.list_item .list_image {
    float: left;
    max-width: 110px;
}

.row.list_item ~ .row.list_item{
    background: #fff;
    border: none;
    border-radius: 0;
}

.row.list_item h2 a {
    font-family: RobotRegular;
    font-size: 24px;
    color: #333333;
}

.row.list_item h3 {
    font-size: 15px;
    color: #7a7a7a;
}

.row.list_item h3 a {
    font-size: 15px;
    color: #7a7a7a;
}

.row.list_item .list_item_rating {
    color: #a46e1d;
    font-size: 12px;
}

.row.list_item .list_item_heart{
    background: url(../new_images/list_item_heart_icon.png)no-repeat;
    height: 30px;
    width: 31px;
    float: left;
}

.row.list_item .list_item_comments {
    background: url(../new_images/list_item_comments_icon.png)no-repeat;
    height: 31px;
    padding: 0 0 0 36px;
    line-height: 30px;
    font-size: 12px;
    font-weight: bold;
    color: #7a7a7a;
    float: left;
}

.row.list_item .list_item_comments a{
    font-size: 12px;
    font-weight: bold;
    color: #7a7a7a;
}

.row.list_item .list_item_description {
    font-size: 12px;
    color: #484548;
    padding: 10px 0;
}

.row.list_item .similar_recommendations h3 {
    color: #4d6f9f;
    font-size: 20px;
    font-family: RobotoRegular;
    width: 100%;
}

.row.list_item .similar_recommendations h3 span {
    color: #de7700;
    font-size: 24px;
}

.row.list_item .recom {
    float: left;
    margin: 5px;
}

.row.list_item .row {
    margin: 0;
}

.row.list_item .list_awards_won {
    background: url(../new_images/list_item_awards_trophy_icon.png) no-repeat;
    float: left;
    line-height: 18px;
    padding: 0 0 0 18px;
    margin: 0 10px 0 0;
    color: #496996;
    font-size: 13px;
    width: 100%;
}

.row.list_item .list_awards_nomination{
    background: url(../new_images/list_item_awards_ribbon_icon.png) no-repeat;
    float: left;
    line-height: 18px;
    padding: 0 0 0 18px;
    margin: 0 10px 0 0;
    font-size: 13px;
    color: #496996;
}

.recom .reader_recom {
    background: url(../new_images/similar_rec_bg.png);
    font-size: 11px;
    color: #fff;
    padding: 1px 0 0 20px;
    width: 60px;
}

.recom .recom_img {
    width: 60px;
    text-align: center;
    margin: 5px 0;
}

.row.list_header {
    background: #f1f1f1;
}

.row.list_header a {
    color: #212529;
}

.row.list_header a:hover {
    color: #212529;
    text-decoration: none;
}

.row.list_header #list_view {
    background: url(../new_images/list_view_icon.png) no-repeat 0px 15px;
    line-height: 20px;
    padding: 10px 0 10px 25px;
    font-size: 12px;
    margin: 0 10px;
}

.row.list_header #list_comments {
    background: url(../new_images/list_comments_icon.png) no-repeat 0px 15px;
    line-height: 20px;
    padding: 10px 0 10px 21px;
    font-size: 12px;
    margin: 0 10px;
}

.row.list_header #list_comments span{
    font-weight: bold;
}

.row.list_header #list_add_item {
    line-height: 20px;
    font-size: 12px;
    margin: 0 10px;
    padding: 10px 0 10px 0;
    font-weight: bold;
    cursor: pointer;
}

.row.list_header #list_search {
    font-size: 12px;
    margin: 0 10px;
    padding: 5px 0;
}

.row.list_header #list_search input {
    background: #fff;
    margin-right: 0px !important;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-right: 0px;
    font-size: 13px;
    height: 30px;
}

.row.list_header #list_search input:focus {
    border: 1px solid #ced4da !important;
    box-shadow: none !important;
    outline: 0 none;
    border-right: none !important;
}

.row.list_header #list_search input::placeholder {
    color: #89909a;
}

.row.list_header #list_search .btn {
    height: 30px;
    border-radius: .25rem;
    border-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background: #fff;
    padding: 3px 10px 0px 0px;
    border-color: #ced4da;
}

.row.list_header #list_search .btn i {
    color: #89909a !important;
    font-size: 16px;
}

.row.list_pagination .no_of_items {
    font-size: 14px;
    color: #b1adad;
    line-height: 40px;
}

.row.list_pagination .no_of_items span {
    font-size: 24px;
    color: #5072a3;
}

.row.list_pagination li a {
    font-size: 14px;
    font-weight: bold;
    color: #636372;
}

.row.list_pagination .page-item.active .page-link {
    background: #5072a3;
    border-color: #5072a3;
    color: #fff;
}

.row.list_add_new_item {
    border-top: 4px solid #7394c1;
    border-bottom: 4px solid #7394c1;
    margin: 10px 0;
    width: 100%;
    position: relative;
}

.row.list_add_new_item input {
    float: left;
    margin: 12px 1%;
    line-height: 40px;
    border-radius: 0;
    box-shadow: inset 0 0 10px #000000;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 2px 2px 5px #c3c3c3;
    padding: 0 0 0 10px;
    width: 61%;
}

.row.list_add_new_item input:first-child {
    width: 10%;
}

.row.list_add_new_item a {
    background: url(../new_images/list_add_item_bg.png) no-repeat;
    color: #fff;
    width: 25%;
    height: 69px;
    display: block;
    float: right;
    line-height: 69px;
    text-align: right;
    padding: 0 20px 0 0;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    font-size: 18px;
}

.row.list_pagination {
    margin: 10px 0;
}

.owl-item .item_image{
    text-align: center;
}


@media (min-width: 992px) {
    .navbar {
        max-width: 1140px;
        margin: 0 auto;
        padding: 0;
    }
    .navbar-collapse {
        background: #7da4db;
        margin-top: -10px;
    }
    .row {
        max-width: 1140px;
        margin: 0 auto;
    }
    
    
}

@media (max-width: 992px) {
    #tabs1 ul li {
        margin: 0;
        margin-bottom: 2px !important; 
    }
    
    .nav_tabs, #tabs1 ul {
        border-bottom: 0px !important;
    }
}
