*{
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', 'Helvetica', Sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

p{
	font-family: 'Open Sans', 'Helvetica', Sans-serif;
	font-weight: 600;
}

li{
	font-weight: 600;
}

.content-wrapper{
	width: 960px;
	margin: auto;
}

.top{
	background: url("../images/topBG.jpg") no-repeat top;
	background-color: #1a2b49;
	height: 710px;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
	color: white;
	background-position: bottom;
}

.top header h2{
	float: left;
}

.top header a{
	display: block;
	float: right;
	color: white;
	text-decoration: none;
	border: 1px solid #fff;
	padding: 7px 10px;
}

.top header:after, .why:after, .books:after, .book-cats ul:after, .products:after, .other-products li:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.top .content{
	width: 500px;
}

.top .content-wrapper div h1{
	text-align: center;
    margin-top: 10px;
    font-size: 2.3em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
    padding-bottom: 14px;
}

.top .content-wrapper div h4{
	width: 400px;
	margin-top: 20px;
}

.top .content-wrapper div ul{
	margin-top: 20px;
	margin-left: 30px;
}

.top .content-wrapper div ul li strong{
	font-size: 20px;
}

.top .content-wrapper div ul li{
	margin-bottom: 5px;
}

.top .content-wrapper div a{
	display: block;
	margin: auto;
	margin-top: 8px;
	margin-bottom: 7px;
	background-color: #fff;
	padding:10px;
	color: #273A5C;
	/* Eddited By Ayush Khanna on */
	width: 238px;
	text-align: center;
	text-decoration: none;
}

.top .content-wrapper div .view-books{
	background-color: initial;
    color: white;
    font-weight: 100;
    border: 1px solid #fff;
    width: 114px;
}

.top .content-wrapper div .view-books:hover{
	text-decoration: underline;
}

.why{
	padding: 50px 0px;
}

.why .why-title{
	width: 20%;
	margin-right: 10%;
	float: left;
}


.why .why-title h1{
	font-size: 3em;
	line-height: 1.75em;
	margin-top: .25em;
	font-weight: 900;
	color: #6d1602;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.why .why-content{
	width: 66%;
	float: right;
}

.why .why-content ul li{
	color: #333;
	margin-bottom: 7px;
	font-size: 1.2em;
}

.testimonials{
	background: url("../images/testimonials_bg.jpg") no-repeat center;
	background-color: #6d1602;
	color: white;
	text-align: center;
	padding: 50px;
    height: 250px;
}

.testimonials .content-wrapper{
	width: 600px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials ul{
	list-style: none;
}

.testimonials h3{
    margin-bottom: 10px;
}

.testimonials p{
    font-style: italic;
    line-height: 1.5;
    font-size: 1.05em;
}

.testimonials ul h4{
    margin-top: 15px
}

.books{
	background-color: #273A5C;
	color: white;
	padding: 50px 0px;
    min-height: 720px;
}

.books h2{
	text-align: center; 
}

.book-cats{
	border: 2px solid rgba(255,255,255,.8);
    border-radius: 5px;
    margin-top: 30px;
    padding: 10px;
}

.book-cats h3{
    text-align: center;
}

.book-cats ul{
	width: 930px;
    margin: auto;
    margin-top: 8px;
    list-style: none;
}

.book-cats ul li{
    padding-bottom: 2px;
    float: left;
    cursor: pointer;
    font-size: 13.5px;
    margin-left: 12px;
}

.book-cats ul li:hover{
	text-decoration: underline;
}

.book-cats ul .active{
    text-decoration: underline;
    font-weight: bolder;
}

.all-books ul li{
	width: 45%;
	background-color: white;
	list-style: none;
	float: left;
	margin: 2.5%;
	margin-top: 50px;
	color: #333;
	padding: 20px;
	box-sizing: border-box;
	height: 260px;
}

.all-books ul li img{
	float: left;
	width: 150px;
	/*margin-top: -50px;*/
	margin-top: -10px;
	margin-right: 20px;
	box-shadow: 2px 2px 10px #333;
}

.all-books ul li h4{
	font-size: 1em;
	margin-bottom: 5px;
}

.all-books ul li p{
	font-size: 12px;
    line-height: 18px;
}

.all-books ul li a{
	display: block;
    width: 25%;
    font-size: 1em;
    color: #fff;
    background-color: #29446c;
    float: left;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    margin-top: 15px;
}

.products .half-col{
	width: 100%;
	float: left;
	padding: 30px;
	box-sizing: border-box;
}

.products{
    border-bottom: 2px solid #590f05;
}

.products .border-red{
    border: 2px solid #590f05;
    border-bottom: none;
}

/*.border-red, .red{
    height: 500px;
}*/

/*Added by Maninder Kalra on 07/14/2016 */
/*.red{
	height: 100%;
}*/

.products .red{
	color: white;
	background-color: #590f05;
}

.products h2{
    text-align: center;
    margin-bottom: 10px;
}

.products .highlight-red{
    background-color: #590f05;
    width: 250px;
    margin: auto;
    color: white;
    padding: 7px 10px;
    margin-top: -7px;
}

.other-products li{
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #590f05;
	border-bottom: 1px solid #590f05;
}

.other-products li a{
	text-decoration: none;
	background-color: #590f05;
	color: white;
	padding: 10px;
	border-radius: 5px;
	display: inline-block;
	margin-top: 10px;
}

.other-products img{
	width: 150px;
	float: left;
	margin-right: 20px;
}

.contact{
    text-align: center;
    padding: 50px 0px;
    color: #444444;
}

.contact h2{
    margin-bottom: 20px;
}

.contact h4{
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 1.5em;
}

.contact h4 i{
    color: #29446c;
    font-size: 1.5em;
    margin-right: 20px;
    display: inline-block;
}


/*Added by Maninder Kalra on 07-16-2016*/

@import url(https://fonts.googleapis.com/css?family=Raleway);
.heading{
color:White;
padding: 30px 35px;
margin: -10px -50px;
text-align:center;

}
hr{
margin: 10px -50px;
border: 0;
border-top: 1px solid #ccc;
margin-bottom: 40px;
}
div.container{
width: 900px;
height: 610px;
margin:35px auto;
font-family: 'Raleway', sans-serif;
}
div.main{
width: 300px;
padding: 10px 50px 25px;
border: 2px solid gray;
border-radius: 10px;
font-family: raleway;
float:left;
margin-top:50px;
}
input[type=text],input[type=password]{
width: 100%;
height: 40px;
padding: 5px;
margin-bottom: 25px;
margin-top: 5px;
border: 2px solid #ccc;
color: #4f4f4f;
font-size: 16px;
border-radius: 5px;
}
label{
/*color: #464646;*/
color: white;
//text-shadow: 0 1px 0 #fff;
font-size: 14px;
font-weight: bold;
}
center{
font-size:32px;
}
.note{
color:red;
}
.valid{
color:green;
}
.back{
text-decoration: none;
border: 1px solid rgb(0, 143, 255);
background-color: rgb(0, 214, 255);
padding: 3px 20px;
border-radius: 2px;
color: black;
}
.button{
font-size: 16px;
background: linear-gradient(#ffbc00 5%, #ffdd7f 100%);
border: 1px solid #e5a900;
color: #4E4D4B;
font-weight: bold;
cursor: pointer;
width: 100%;
border-radius: 5px;
padding: 10px 0;
outline:none;
}
input[type=button]:hover{
background: linear-gradient(#ffdd7f 5%, #ffbc00 100%);
}

.login_width
{
    width:40%;
    margin:0 auto;
    }
    
    .bottom_button
    {
    display: block;
    float: right;
    color: #444444;
    font-weight:bold;
    text-decoration: none;
    border: 3px solid #444444;
    padding: 7px 10px;
    }