@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300italic,300,400italic,700,700italic);

html, body{
	height: 100%;
}

body{
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	color:#3b3b3b;
	font-size:14px;
	text-rendering:optimizelegibility;
	-webkit-font-smoothing: antialiased;
	line-height:1.6;
	background:url(../images/footer-bg.png) repeat;
}

#wrapper{
	height:auto;
	min-height:100%;
	background:url(../images/page-bg.jpg) repeat;
	margin-bottom:-112px;
}

h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:0;
	line-height:normal;
}

h1, h2, h3{
	color:#fff;
	font-size:40px;
	padding:0 0 5px;
}

h2{
	font-size:30px;
}

h3{
	font-size:24px;
}

p{
	line-height:23px;
	padding:0 0 20px;
	margin:0;
}

a:hover, button:hover{
	transition: color 0.3s ease-out 0s;
}

.form-control::-moz-placeholder{
	color:#412a26;
	opacity:1
}

.form-control:-ms-input-placeholder{
	color:#412a26;
}

.form-control::-webkit-input-placeholder{
	color:#412a26;
}

.form-control{
	height:auto;
	line-height:normal;
	border:0 none;
	border-radius:0;
	color:#412a26;
	font-size:15px;
	padding:15px;
	font-weight:300;
	box-shadow:none;
	background-color:#f9f7f5;
	margin:0 0 20px;
}

textarea.form-control{
	resize:none;
	height:190px;
}

.btn{
	border-radius:5px;
	border:0 none;
	color:#fff !important;
	padding:7px 0;
	font-weight:400;
	font-size:18px;
	margin:0 5px;
	outline:none !important;
}

header{
	background:#562715 url(../images/header-bg.jpg) no-repeat scroll center top;
	height:166px;
	position:relative;
}

header .shadow{
	background:url(../images/header-shadow.png) repeat-x scroll left top;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:46px;
}

#logo{
	background:url(../images/heart.gif) no-repeat scroll left center;
	background-size:auto 125px;
	height:125px;
	padding-left:100px;
	margin:25px 0 0;
}

#logo img{
	width:auto;
	height:auto;
	max-width:100%;
	margin:15px 0 0;
}

.navbar{
	background:url(../images/navbar.png) repeat-y scroll center top;
	border:0 none;
	border-radius:0;
	margin:0;
	min-height:42px;
}

.nav-frame{
	background:url(../images/nav-frame.png) repeat-x scroll left top;
	height:9px;
}

.navbar-nav > li{
	padding:0 25px;
}

.navbar-nav > li > a{
	font-family: 'Merriweather', serif;
	font-size:16px;
	color:#fff; 
	text-decoration:none;
	padding:11px 0 11px 25px;
	transition: all 0.3s ease-out 0s;
}

.navbar-nav > li:nth-child(1) > a{
	background:url(../images/nav-home.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(2) > a{
	background:url(../images/nav-article.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(3) > a{
	background:url(../images/nav-books.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(4) > a{
	background:url(../images/nav-audio.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(5) > a{
	background:url(../images/nav-video.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(6) > a{
	background:url(../images/nav-download.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(7) > a{
	background:url(../images/nav-msg.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(8) > a{
	background:url(../images/nav-contact.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(1) > a:hover, .navbar-nav > li:nth-child(1) > a:focus, .navbar-nav > li:nth-child(1).active > a{
	color:#fbb430;
	background:url(../images/nav-home-active.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(2) > a:hover, .navbar-nav > li:nth-child(2) > a:focus, .navbar-nav > li:nth-child(2).active > a{
	color:#fbb430;
	background:url(../images/nav-article-active.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(3) > a:hover, .navbar-nav > li:nth-child(3) > a:focus, .navbar-nav > li:nth-child(3).active > a{
	color:#fbb430;
	background:url(../images/nav-books-active.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(4) > a:hover, .navbar-nav > li:nth-child(4) > a:focus, .navbar-nav > li:nth-child(4).active > a{
	color:#fbb430;
	background:url(../images/nav-audio-active.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(5) > a:hover, .navbar-nav > li:nth-child(5) > a:focus, .navbar-nav > li:nth-child(5).active > a{
	color:#fbb430;
	background:url(../images/nav-video-active.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(6) > a:hover, .navbar-nav > li:nth-child(6) > a:focus, .navbar-nav > li:nth-child(6).active > a{
	color:#fbb430;
	background:url(../images/nav-download-active.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(7) > a:hover, .navbar-nav > li:nth-child(7) > a:focus, .navbar-nav > li:nth-child(7).active > a{
	color:#fbb430;
	background:url(../images/nav-msg-active.png) no-repeat scroll left center;
}

.navbar-nav > li:nth-child(8) > a:hover, .navbar-nav > li:nth-child(8) > a:focus, .navbar-nav > li:nth-child(8).active > a{
	color:#fbb430;
	background:url(../images/nav-contact-active.png) no-repeat scroll left center;
}

.hero{
	padding:40px 0;
}

.hero .container{
	background:url(../images/hero-banner.jpg) no-repeat scroll left top;
	height:295px;
	position:relative;
	background-size:contain;
}

.hero .container p{
	line-height:29px;
	font-size:17px;
	text-align:justify;
	padding:40px 30px 0;
	font-family: 'Merriweather', serif;
	color:#562311;
	font-weight:500;
}

#page-body{
	padding:0 0 50px;
}

#page-body .container{
	background-color:#fff;
	position:relative;
	max-width:1150px;
}

.top-frame{
	background:url(../images/bodyframe-top.png) repeat-x scroll left top;
	height:9px;
	position:absolute;
	left:-9px;
	top:-9px;
	width:101.5%;
}

.left-frame{
	background:url(../images/bodyframe-left.png) repeat-y scroll left top;
	width:9px;
	height:100%;
	position:absolute;
	left:-9px;
	top:0;
}

.right-frame{
	background:url(../images/bodyframe-right.png) repeat-y scroll left top;
	width:9px;
	height:100%;
	position:absolute;
	right:-9px;
	top:0;
}

.bottom-frame{
	background:url(../images/bodyframe-bottom.png) repeat-x scroll left top;
	height:9px;
	position:absolute;
	left:-9px;
	bottom:-9px;
	width:101.5%;
}

.inner-contents{
	padding:30px 15px;
	min-height:500px;
}

.left-section{
	margin:0 0 10px;
}

.left-section .title{
	font-size:16px;
	font-family: 'Merriweather', serif;
	color:#fff;
	border-top:#cd7252 4px solid;
	padding:10px 0 10px 15px;
	background-color:#562311;
}

.section-body{
	background-color:#f7e9d3;
}

.link-list{
	list-style:none;
	padding:0;
	margin:0;
}

.link-list li{
	display:block;
	border-bottom:#e5d6c1 1px solid;
}

.link-list li a{
	display:block;
	font-size:14px;
	color:#562311;
	padding:8px 15px;
}

.link-list li a:hover{
	text-decoration:none;
	color:#cd7252;
	font-weight:400;
}

.announcements{
	list-style:none;
	padding:0;
	margin:0;
}

.announcements li{
	display:block;
	padding:15px;
	border-bottom:#e5d6c1 1px solid;
}

.announcements h4{
	font-size:14px;
	font-weight:500;
	color:#562311;
}

.announcements h4 a{
	color:#562311;
	text-decoration:none;
}

.announcements h6{
	font-size:11px;
	color:#412a26;
}

.announcements p, .newsletter p{
	padding:10px 0 0;
	font-size:12px;
	line-height:15px;
}

.newsletter{
	margin:0;
}

.newsletter .title{
	padding-bottom:0;
}

.newsletter .section-body{
	padding:15px;
	background-color:#562311;
}

.newsletter p{
	padding:0 0 12px;
	color:#fff;
}

.newsletter .form-control{
	background-color:#f9f7f5;
	padding:5px;
	margin:0 0 5px;
	font-size:12px;
}

.newsletter .btn{
	background-color:#8a543c;
	font-size:12px;
	font-weight:500;
	padding:5px 20px;
	text-transform:uppercase;
	color:#f9f7f5;
	border-radius:0;
	margin:0;
}

.title-bar{
	background:url(../images/title-bg.gif) repeat-x scroll left top;
	border-top:#e8d7c2 4px solid;
	padding:7px 15px;
}

.title-bar h3{
	font-size:24px;
	font-family: 'Merriweather', serif;
	color:#562311;
	float:left;
	padding:0;
}

.title-bar a.view-more{
	float:right;
	font-size:14px;
	color:#562311;
	text-decoration:none;
	font-weight:500;
	display:inline-block;
	margin:-3px 0 0;
}

.title-bar a.view-more span{
	font-size:20px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-color:#e9e1d8;
	padding:13px 15px;
}

.table-striped>tbody>tr:nth-of-type(odd){
	background-color:#fbf5ec;
}

.table-striped>tbody>tr:nth-of-type(even){
	background-color:#fefcf8;
}

.table td a{
	color:#3b3b3b;
	text-decoration:none;
}

.table td a:hover, .title-bar a.view-more:hover, .video-archives p a:hover{
	color:#bf521a;
	text-decoration:none;
}

.table td.text-right a{
	margin-left:20px;
}

.books-list ul{
	list-style:none;
	padding:0;
	margin:20px 0 30px;
}

.books-list ul li{
	display:block;
	float:left;
	width:11.111111%;
	text-align:center;
	padding:0 5px;
}

.books-list ul li img{
	width:auto;
	height:auto;
	max-width:100%;
}

#main-video{
	margin-left:10px;
}

.video-archives{
	padding:0 10px;
	margin-bottom:20px;
}

.video-archives p{
	padding:5px 0 15px;
	font-size:14px;
	font-weight:500;
	color:#562311;
	text-align:center;
}

.video-archives p a{
	color:#562311;
}

.video-archives .img-responsive{
	margin:0 auto;
}

footer, #push{
	height:112px;
}

.footer-frame{
	background:url(../images/footer-frame.png) repeat-x scroll left top;
	height:9px;
	position:absolute;
	left:0;
	top:-9px;
	width:100%;
}

footer{
	background:url(../images/footer-bg.png) repeat;
	position:relative;
}

footer h4{
	font-size:18px;
	color:#fff;
	font-weight:500;
	padding:26px 0 3px;
	text-transform:uppercase;
	text-align:justify;
}

footer p{
	font-size:12px;
	color:#fff;
	padding:0;
	line-height:17px;
}

footer ul{
	list-style:none;
	padding:0;
	margin:33px 0 8px;
}

footer ul li{
	display:inline-block;
	padding:0 8px 0 12px;
	background:url(../images/footer-sep.png) no-repeat scroll left center
}

footer ul li:first-child{
	padding-left:0;
	background:0 none;
}

footer ul li:last-child{
	padding-right:0;
}

footer ul li a{
	font-size:14px;
	font-weight:500;
}

footer a{
	color:#f9f7f5;
	text-decoration:none;
}

footer a:hover{
	text-decoration:none;
	color:#bf521a;
}

/* tablet and small desktop */
@media (max-width: 1199px) {
.navbar-nav > li{
	padding:0 10px;
}

.navbar-nav > li > a{
	font-size:14px;
}

.hero .container p{
	line-height:23px;
	font-size:15px;
}

.hero .container{
	height:245px;
}
}	/* tablet and small desktop */

/* tablet */
@media (max-width: 991px) {
.navbar-nav > li{
	padding:0 8px;
}

.navbar-nav > li > a{
	font-size:12px;
}

.hero .container p{
	line-height:16px;
	font-size:12px;
	padding-top:30px;
}

.hero .container{
	height:190px;
}
}	/* tablet */
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px){
.navbar-toggle .icon-bar{
	background-color:#fbb430;
}

.navbar-toggle{
	padding:5px 10px;
}

.navbar-nav{
	margin-top:0;
	margin-bottom:0;
}

.navbar-nav > li{
	padding:0 20px;
}

.navbar-nav > li > a{
	font-size:14px;
}

#page-body{
	padding-left:20px;
	padding-right:20px;
}

.newsletter{
	margin-bottom:50px;
}

footer{
	text-align:center;
	padding:0 0 10px;
	height:auto;
}

footer h4, footer .text-right{
	text-align:center;
}

footer ul{
	margin-top:10px;
}

.books-list ul li{
	width:50%;
	padding:10px;
}

.inner-contents{
	padding-left:0;
	padding-right:0;
}

.top-frame, bottom-frame{
	width:104.5%;
}
}	/* End Landscape phone to portrait tablet */

@media (max-width: 480px){
header{
	height:135px;
}

#logo {
    background-size:auto 90px;
    height:90px;
    padding-left:70px;
}
}