a:hover {
    text-decoration: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 280px;
}

.feature-img {
    width: 330px;
    height: auto;
}

.rating-data {
    color: #fcd01e !important;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; 
    font-size: 15px !important;
    font-weight: bold;
}

.rate-area {
    border-style: none;
}

.rate-area:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}

.rate-area:not(:checked) > label {
    float: right;
    width: 1em;
    padding: 0 0.1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    line-height: 1.2;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}

.rate-area:not(:checked) > label:before {
    content: '??? ';
}

.rate-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
    font-size: 200% !important;
}

.rate-area:not(:checked) > label:hover, .rate-area:not(:checked) > label:hover ~ label {
    color: gold;
}

.rate-area > input:checked + label:hover, .rate-area > input:checked + label:hover ~ label, .rate-area > input:checked ~ label:hover, .rate-area > input:checked ~ label:hover ~ label, .rate-area > label:hover ~ input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}

.rate-area > label:active {
    position: relative;
    top: 2px;
    left: 2px;
}

.navbar-nav > li {
    border-right: 1px solid #d2d2d2;
}

.navbar-nav > li:last-child {
    border: none;
}

h4, .h4 {
    font-size: 17px;
}

.book-list-item-info > h4 {
    height: 35px !important;
}

.book-list-item-info {
    color: #333;
    border-left: 3px solid #4B96BE;
    padding-left: 10px;
    margin-bottom: 10px;
}

.result > ul > a > li:hover {
    background: #019cdf;
    color: #fff;
    border: none;
    border-radius: 0;
}

.result > ul > a > li {
    border: none;
    border-radius: 0;
}

a:focus {
    text-decoration: none;
    outline: none;
}

.result > ul {
    box-shadow: 0 0 0 1px gray;
}

.colour-1 > a {
    color: #3b5998 !important;
}

.colour-3 > a {
    color: #dd4b39 !important;
}

.colour-2 > a {
    color: #00aced !important;
}

.colour-4 > a {
    color: #007bb6 !important;
}
	.blog-row {
		border: 2px solid #bcb8b8;
		padding-bottom: 12px;
		margin: 15px 0px;
		border-radius: 10px;
		box-shadow: 2px 4px 4px gray;
		height: 210px;
		padding-top: 10px;
	}
span.tag {
    font-weight: bold;
    text-shadow: 0px 1px 1px gray;
}

span.tag:hover {
    color: grey;
    text-shadow: 0px 3px 2px #6a6665;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 0 !important;
}

iframe {
    margin-bottom: -54px;
}

#disqus_thread {
    overflow: hidden;
}

.navbar-default {
    border-bottom: none;
}

#bs-example-navbar-collapse-1 {
    box-shadow: 0px 1px #d8d8d8;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: -1px;
    left: auto;
}

.navbar-nav {
    margin: 0;
}

fieldset, label {
    margin: 0;
    padding: 0;
}

body {
    margin: 20px;
}

h1 {
    font-size: 1.5em;
    margin: 10px;
}

/****** Style Star Rating Widget *****/

.rating {
    border: none;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    float: right;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}
.author-link {
    display: inline-block;
    height: auto;
    width: 100%;
    background: #fff;
    padding: 10px 0px;
    line-height: 30px;
    font-size: 18px;
}
.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.text-bold {
    font-weight: bold;
}

.widget.html {
    margin: 5px 0px;
}

#top_banner_ad .affix {
    margin-left: -15px;
    position: fixed;
    top: 0;
    z-index: 9000;
    margin-right: 25px;
}
.prefix-word {
    border-bottom: 1px solid #d4d2d2;
    padding-bottom: 5px;
}


.fa-fw {
	width: 1.05em !important;
}
#no-posts {
	display: none !important;
}


.book-list-item-info {
    color: #333;
    border-left: 3px solid #4B96BE;
    padding-left: 10px;
    height: auto;
    margin-bottom: 30px;
}
.gmap_canvas {
    overflow: hidden;
    height: 250px;
    margin-top: 20px;
}
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {


}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
	.widget.html {
        margin: 5px 0px;
    }
    #top_banner_ad .affix {
        margin-right: 25px;
    }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .search-key {
	margin-top: 10px;
	margin-bottom: 10px;
}
	#top_banner_ad .affix {
        margin-left: -15px;
        position: fixed;
        top: 0;
        z-index: 9000;
        margin-right: 19px;
    }
    #top_banner_ad .affix {
        margin-left: -15px;
        margin-right: 20px;
    }
    .blog-row {
		height: auto;
	}

}

/* small mobile :320px. */
@media (max-width: 767px) {
	.blog-row {
		height: auto;
	}
	.btn-prev-item,.btn-next-item{
	    display:none;
	}
	
.search-key {
	margin-top: 10px;
	margin-bottom: 10px;
}
}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.blog-row {
		height: auto;
	}
	.btn-next-item,.btn-prev-item{
	    display:none;
	}
.search-key {
	margin-top: 10px;
	margin-bottom: 10px;
}
}
