*{
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Playfair Display', serif;
}
header#top {
    background: #171717;
    margin-bottom: 0;
}
.navbar-brand{
	color: #fff;
	font-size: 35px;
	margin: 12px 10px;
}
ul.nav.navbar-nav.navbar-right li {
    padding: 15px 10px;
}
ul.nav.navbar-nav.footer_nav li a:hover, ul.nav.navbar-nav.navbar-right li a:hover {
    background: #2f2f2f;
}
.nav li a{
	color: #fff;
	font-size: 18px;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    border: 2px solid #fff;
    padding: 10px;
}
.main_head {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 0;
}
.border_btm{
	width: 225px;
	background: #fd7903;
	height: 1px;
	display: inline-block;
}
.head_2 {
    font-size: 28px;
    padding-bottom: 10px;
    color: #010101;
    margin-top: 0;
}
.content {
    font-size: 18px;
    font-weight: 500;
    color: #010101;
}
.border_btm_outer{
	margin-bottom: 40px;
}
.img_outer img {
     width: 100%;
    top: -24px;
    position: relative;
    left: -25px;
}
.img_outer {
    border: 1px solid #ccc;
    text-align: center;
}
.list_images ul li {
    display: inline-flex;
    padding-right: 33px;
    width: 24%;
    flex-wrap: wrap;
    margin-top: 20px;
}
.list_images ul li img{
	border:1px solid #d9d9d9;
	padding: 5px;
}
.stay_in_touch{
	background-color: #0e1f29;
}
.main_head.stay_in_head {
    color: #fff;
    margin-bottom: 60px;
}
form.form-inline.custom_form {
    padding-bottom: 50px;
}
.custom_form input {
    border-radius: 0px;
    border: none;
    width: 350px !important;
        height: 40px;
}
.subscribe {
    border: none;
    border-radius: 0px;
    background: #fd7903;
    color: #fff;
    width: 180px;
    height: 40px;
}
.latest-books{
	margin-bottom: 30px;
}
.latest-books img {
    width: 100%;
}
.latest_img_outer {
    position: relative;
}
.overlay_outer {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(253,139,3,0.8);
    transition: all ease-in-out 0.8s;
    -webkit-transition: all ease-in-out 0.8s;
    opacity: 0;
}
.overlay_inner {
    display: table;
    width: 100%;
    height: 100%;
}
.overlay_inner_1 {
    cursor: pointer;
}
.overlay_inner_1 {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.latest_img_outer:hover .overlay_outer {
    opacity: 1;
}
.footer{
	background-color: #171717;
	color: #fff;
}
.copyright{
	margin-bottom: 0;
	padding-bottom: 20px;
}
.footer_nav{
	float: none;
	margin-top: 15px;
}
.footer_nav  li{
	display: inline-block;
	list-style: none;
	float: none; 
}
.Read_book{
	color: #fff;
	padding: 15px 0;
}
.icons{
	margin-top: 30px;
}
.overlay_inner_1 img {
    width: 60px;
}

