.navbar-brand {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin: auto;/*z-index:-1;*/
}
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	color: #5a5a5a;
}
.img2 {
	width: 100%;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	height: 700px;/*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 700px;
	background-color: #fff;
	text-align:center;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
	width:100% !important;
	}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 700px;
}
.carousel-indicators .active{
	background-color:#cc9900 !important;
	}
.carousel-indicators li{
	border:1px solid #F00 !important;
	}	
	
	
.navbar-default {
	background-color: transparent;
	border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-nav > li > a {
	padding-bottom: 15px;
	padding-top: 70px;
}
.container.cover-slider {
	left: 5%;
	position: absolute;
	top: 25%;
	z-index: 9999;
}
.news_updates {
	background-image: url(../images/pattern-bg.jpg);
	background-repeat: repeat-y;
	background-size: contain;
	padding: 50px 15px;
}
.books {
	background-image: url(../images/books-bg.jpg);
	background-repeat: repeat-y;
	background-size: cover;
	padding: 50px 15px;
}
.news_updates hr {
	width: 100%;
	height: 1px;
	background-color: #cc9900;
}
.news_updates h1 {
	font-family: 'agincortregular';
	color: #cc9900;
	font-size: 50px;
	margin-bottom: 20px;
}
.books h1 {
	font-family: 'agincortregular';
	color: #cc9900;
	font-size: 50px;
	margin-bottom: 20px;
}
nav .fa.fa-facebook {
	color: #cc9900;
}
.book-list h2, .book-list p {
	font-family: 'Gentium Basic', serif;
}
.book-list h2 {
	font-size: 30px;
	color: #cc9900;
	margin-bottom: 2px;
}
.book-list h2 a {
	color: #cc9900;
}
.book-list .list-inline > li {
	vertical-align: top !important;
}
.book-list .list-inline > li img {
	max-width: 100px;
}
.book-list .list-inline > li {
	padding-right: 15px;
}
.book-list hr {
	color: #cc9900;
	background-color: #cc9900;
	border-color: #cc9900;
	margin-top: 0px;
}
.book-list .list-inline > li p {
	color: #fff;
	font-size: 14px;
	max-width: 100px;
}
.books p {
	color: #cccccc;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#myCarousel h1 {
	font-family: 'agincortregular';
	color: #fff;
	font-size: 50px;
	margin: 10px 0px 30px 0px;
}
#myCarousel p {
	margin: 30px 0;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.news-block {
	color: #cc9900;
	font-family: Helvetica, sans-serif;
	font-size: 18px;
}
.news-block h2 {
	font-family: 'Gentium Basic', serif;
	color: #cc9900;
	font-size: 35px;
	font-weight: 700;
}
.lato {
	font-size: 16px;
	color: #4c4c4c;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
p.lato {
	font-size: 16px;
	color: #4c4c4c;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.author p {
	margin: 30px;
	line-height: 30px;
}
.author span, .author a {
	color: #cc9900;
}
img.dave {
	margin-top: 50px;
	margin-bottom: 20px;
}
.btn-yellow {
	background-color: #c9a131;
	border-color: #c9a131;
	color: #fff;
	border-radius: 0;
	padding: 10px 40px;
	text-transform: uppercase;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active, .btn-yellow.active, .open .dropdown-toggle.btn-yellow {
	color: #fff;
	background-color: #a77f10;
	border-color: #a77f10;
}
.carousel-caption {
	background-color: rgba(0, 0, 0, 0.4);
	max-width: 450px;
	max-height: 500px;
	padding: 10px 20px;
}
.carousel-caption {
	left: 60%;
	padding-bottom: 30px;
	top: 80px;
	bottom: 80px;
	right: 0px;
}
/*
.transparent-border {
  border: 5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}*/

iframe {
	margin-top: 30px;
}
.footer {
	min-height: 180px;
	background-color: #c9a131;
	padding: 30px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #fff;
}
footer p {
	margin: 30px 0;
}
footer a {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #781616;
}
footer .fa {
	color: #fff;
	font-size: 25px;
}
footer ul.list-inline {
	margin-bottom: 0px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #dab33e;
	background-color: transparent
}
 @media screen and (max-width:1091px) {
.carousel-caption {
	left: 25%;
	padding-bottom: 30px;
	top: 80px;
	bottom: 80px;
	right: 25%;
}
}
 @media screen and (max-width:866px) {
.transparent-border.img-responsive {
	width: 70px;
}
}
 @media screen and (max-width:768px) {
.img-responsive-1 {
	display: block;
	height: auto;
	margin-top: -15px;
	max-width: 70%;
}
.navbar-nav > li > a {
	padding-top: 10px;
}
.navbar-collapse.collapse.in {
	background-color: #1b2b41;
}
#myCarousel p {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 30px 0;
}
.carousel-caption {
	left: 10%;
	padding-bottom: 30px;
	top: 80px;
	bottom: 80px;
	right: 10%;
}
}
 @media screen and (max-width:580px) {
.img-responsive-1 {
	display: block;
	height: auto;
	margin-top: -15px;
	max-width: 70%;
}
.navbar-nav > li > a {
	padding-top: 10px;
}
.navbar-collapse.collapse.in {
	background-color: #1b2b41;
}
#myCarousel h1 {
	font-size: 35px;
}
#myCarousel p {
	font-size: 14px;
}
}
 @media screen and (max-width:380px) {
.transparent-border.img-responsive {
	width: 60px;
}
#myCarousel p {
	font-size: 12px;
}
input, select, textarea{ width:100% !important;}
.comment-form textarea {width:100%!important;}
.comment-form .submit, .comment-form label {
    width: 100% !important;
}
}
.carousel .item {
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-ms-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
}
.carousel .active.left {
	left: 0;
	opacity: 0;
	z-index: 2;
}
.carousel .next {
	left: 0;
	opacity: 1;
	z-index: 1;
}
label {
	width: 7%;
}
*::before, *::after {
	box-sizing: border-box;
}
*::before, *::after {
	box-sizing: border-box;
}
input, select, textarea {
	background-color: #cc9900;
	border: medium none;
	font-family: inherit;
	font-size: inherit;
	height: 40px;
	line-height: inherit;
	margin: 0 0 0 0;
	width: 30%;
	color: #fff;
}
.submit {
	width: 15% !important;
	line-height: 40px;
	color: #fff;
	padding: 0;
	margin: 0;
	background-color: #2c0404;
}
.nav-next a, .nav-previous a {
	color: #000;
}
.nav-next a:hover, .nav-previous a:hover {
	color: #043873;
}
.comments-area {
	border-top: 1px solid #ccc;
}
.comment-respond {
	border-top: 1px solid #ccc;
}
.comment-author .avatar {
	height: 56px;
	margin-right: 1.6842em;
	top: 3px;
	width: 56px;
	position: relative;
	float: left;
}
.comment-metadata {
	margin-bottom: 1.6em;
}
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
h2.comments-title {
	font-family: "Gentium Basic", serif;
	color: #cc9900;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}
h3.comment-reply-title {
	font-family: "Gentium Basic", serif;
	color: #cc9900;
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.comment-meta, .comment-meta a {
	color: #4c4c4c;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	font-weight: 400;
}
.comment-form label {
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}
.comment-form textarea {
	margin: 0;
	background: #fff !important;
	height: 250px;
	width: 50%;
}
.comment-form .submit {
	background: #c9a131 !important;
}
.thumimg {
	min-height: 430px !important;
}
/*.thumimgCont{ width:100%; padding:0; margin:0;}*/

.thumimg img {
	width: 100%;
	height: 100% !important;
	;
	padding: 0;
	margin: 0;
	display: block;
}
#form-allowed-tags{
	display:none !important;
}
