@charset "utf-8";
/* CSS Document */
@import 'font-awesome.css';

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
body, html {
	width:100%;
	height:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: 'Raleway', sans-serif;*/
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	margin: 0px;
}
a {
    font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #dd561a;
		transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;	
}
a:active {
	text-decoration: none;
}
.wrapper {
	max-width: 1280px;
	width:95%;
	margin:auto;
}
.split {
	clear:both;
}
header {
	width:100%;
	height: 100px;
	background-color:#fff;
	border-top: solid 3px #ddd;
}
.logo {
	float:left;
	margin: 10px 0 0 0px;
}
.logo img {
	width:275px;
}
.slider {
	width:100%;
}
.slider img {
	width:100%;
}
nav {
	float:right;
	margin: 25px 0 0 0px;
}
nav ul {
	width:auto;
}
nav ul li {
	list-style:none;
	float:left;
}
nav ul li a {
	padding: 14px;
	font-size: 17px;
	font-family: 'Raleway', sans-serif;
	display:block;
}
nav ul li a:hover {
	color:#dd7f1a;
}
nav ul li:hover ul {
	display:block;
}
nav ul ul {
	display:none;
	background-color:#c8a828;
	box-shadow: 0 1px 2px #666;
	position:absolute;
	padding: 5px;
	width: 160px;
	z-index:999;
}
nav ul ul li {
	float:none;
}
nav ul ul li a {
	padding: 10px;
	font-size:14px;
	color:#fff;
}
nav ul ul li a:hover {
	background-color:#b3941a;
	color:#fff;
}

section {
	padding: 70px 0px 100px 0px;
	width:100%;
}
#about {
	width:100%;
}
#about h2 {
	font-family: 'Bungee Inline', cursive;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	color:#9f3030;
	margin: 0 0 20px 0px;
	font-weight:100;

}
.home_about_left {
	width: 65%;
	margin: 20px 0 0 0px;
	float:left;
}
.home_about_right {
	width: 30%;
	margin: 20px 0 0 0px;
	float:right;
	text-align:center;
}
.home_about_right img {
	margin: 5px 0 15px 0px;
}
#about p {
	line-height:20px;
	margin: 0 0 10px 0px;
	color:#666;
	text-align:justify;
}
.highlight {
	font-size:16px;
	text-align:center !important;
}
.highlight span {
	font-size:22px;
}
.timeline {
	width:100%;
}
.timeline ul {
	width:auto;
}
.timeline ul li {
	list-style:none !important;
	margin:0px 0 15px 0px !important;
	border:solid 1px #ddd;
	padding: 20px 10px 10px 20px;
}
.timeline ul li:hover {
	border:solid 1px #999;
}
.timeline ul li h4 {
	font-size: 22px;
	color:#960;
	
	font-weight:100;
	margin: 0 0 10px 0px;  
}
.timeline ul li p {
	font-size: 15px;
}
.vid {
	width:100%;
    padding:  0 0 0px 0px;
}
.vid ul {
	width:auto;
}
.vid ul li {
	list-style:none !important;
	float:left;
	width:49%;
	margin:0.5% !important;
}
.pg {
	width:100%;
    padding:  0 0 0px 0px;
}
.pg ul {
	width:auto;
}
.pg ul li {
	list-style:none !important;
	float:left;
	width:32%;
	margin:0.5% !important;
}
.pg ul li div {
	height: 250px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
.fprop {
	width:100%;
}
.fprop input[type="text"], input[type="email"], input[type="mobile"] {
	width:100%;
	padding: 10px;
	margin: 5px 0 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.fprop input[type="submit"] {
	padding: 10px 20px;
	margin: 5px 0 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-transform: uppercase;
	cursor: pointer;
}
.fprop textarea {
	width:100%;
	padding: 10px;
	margin: 5px 0 10px 0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.col2 {
	width:49%;
	margin: 0.5%;
	float:left;
}
.col3 {
	width:32%;
	margin: 0.5%;
	float:left;
}
.col3 p {
	text-align:center !important;
}
.center {
	text-align:center !important;
}
#awards {
	background-image:url(../images/awardbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	width:100%;
	background-size:100%;
}
#awards h2 {
	font-family: 'Bungee Inline', cursive;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	margin: 0 0 40px 0px;
	text-shadow: 0 1px 2px #333;
	font-weight:100;
}
#awards ul {
	width:100%;
}
#awards ul li {
	float:left;
	width:24%;
	margin: 0.5%;
	text-align:center;
}
#awards ul li h3 {
	font-size:30px;padding:50px;
	color:#dfcb4e;
	margin: 0 0 10px 0px;
	font-family: 'Raleway', sans-serif;
}
#awards ul li p {
	font-size:20px;
	color:#fff;
	line-height:30px;
}
.tab {
	margin: 40px 0 0 0px;
	width:100%;
	text-align:center;
}
.tab a {
	padding: 10px 20px;
	border:solid 3px #fff;
	color:#fff;
	font-size:16px;
	text-transform:uppercase;

}
.tab a:hover {
	border:solid 3px #c8a828;
	color:#fff;
	background-color:#c8a828;
	border-radius: 4px;

}
.tabdark {
	margin: 20px 0 0 0px;
	width:100%;
	text-align:center;
}
.tabdark a {
	padding: 10px 20px;
	border:solid 3px #666;
	color:#333;
	font-size:16px;
	text-transform:uppercase;

}
.tabdark a:hover {
	border:solid 3px #c8a828;
	color:#fff;
	background-color:#c8a828;
	border-radius: 4px;

}
#books {
	width:100%;
	padding: 40px 0 0 0px;
}
#books h2 {
	font-family: 'Bungee Inline', cursive;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	color:#9f3030;
	margin: 0 0 40px 0px;
	font-weight:100;
}
.leftbook {
	width:50%;
	float:left;
}
.leftbook img {
	width:100%;
}
.graybgbar {
	width:100%;
	background-color:#eee;
	margin: 30px 0 0 0px;
}
.bookname {
	width:100%;
}
.bookname ul {
	width:100%;
}
.bookname ul li {
	width:100%;
	text-align:center;
	padding: 25px 0 20px 0px;
	line-height: 35px;
}
.bookname ul li h3 {
	font-size:30px;
	font-weight:500;
	color:#e65a1b;
}
.bookname ul li p {
	font-size:16px;
}
.bookname ul li h4 {
	font-size:20px;
	font-weight:100;
}
.hrline {
	border-bottom:solid 7px #fff;
}
#poetryhome {
	background-image:url(../images/poetry.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	width:100%;
	background-size:100%;
	margin:0px !important;
}
#poetryhome h2 {
	font-family: 'Bungee Inline', cursive;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	color:#333;
	margin: 0 0 40px 0px;
	text-shadow: 0 1px 2px #666;
	font-weight:100;
}
#poetryhome ul {
	width:auto;
}
#poetryhome ul li {
	width:20%;
	margin:auto;
	text-align: center;
}
#poetryhome ul li p {
	font-size: 20px;
	line-height:30px;
}
#poetryhome ul li h5 {
	font-size: 12px;
	margin: 10px 0 10px 0px;
	font-weight:100;
	color:#666;
}
#news {
	width:100%;
}
#news h2 {
	font-family: 'Bungee Inline', cursive;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	color:#9f3030;
	margin: 0 0 40px 0px;
	font-weight:100;
}
#news ul {
	width:100%;
}
#news ul li {
	float:left;
	width:24%;
	margin: 0.5%;
	
}
#news ul li div {
	height: 290px;
	box-shadow: 0 1px 3px #999;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
	
}
.leftpanel {
	float:left;
	width:70%;
}
.comments {
	width:100%;
}
.comments ul {
	width:auto;
	margin:0px;
}
.comments ul li {
	list-style:none !important;
	margin: 20px 0 10px 0px !important;
	border-bottom: solid 1px #ddd;
	padding-bottom: 10px;
}
.comments ul li p {
	font-family: 'Raleway', sans-serif !important;
	font-size:16px !important;
	line-height:22px !important;
}
.comments ul li h4 {
	font-size:16px !important;
	margin: 0px
	font-family: 'Open Sans', sans-serif !important;
	font-weight:100;
	color:#06C;
}
.comments ul li h5 {
	font-size:14px !important;
	margin: 4px 0 0 0px;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:100;
	color:#933;
}
.comments ul li h5 a {
	font-size:14px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-weight:100;
	color:#933;
}
.qleft {
	font-size:33px;
	font-family:Arial, sans-serif !important;
}
.qright {
	font-size:33px;
	width:100%;
	text-align:right;
	font-family:Arial, sans-serif !important;
}
.rightpanel {
	float:right;
	width:28%;
}
#headbar {
	width:100%;
	background-repeat:no-repeat;
	background-position: center top;
	background-attachment:fixed;
	background-size:100%;
	padding: 100px 0 100px 0px;
}
#headbar h2 {
	font-family: 'Bungee Inline', cursive;
	font-size:30px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-weight:100;
}
#ipage {
	width:100%;
	min-height:444px;
}
#ipage hr {
	border-top:solid 1px #ddd;
}
#ipage h3 {
	font-size:22px;
	margin: 0 0 10px 0px;
	font-weight:100;
}
#ipage p {
	line-height:20px;
	margin: 0 0 10px 0px;
	color:#666;
	text-align:justify;
}
#ipage ul  {
	width:auto;
}
#ipage ul li {
	line-height:20px;
	margin: 0 0 10px 20px;
	color:#666;
	text-align:justify;
	list-style:disc;
}
#ipage table {
    border-collapse: collapse;
    width: 100%;
}

#ipage th, td {
    text-align: left;
    padding: 15px;
}

#ipage tr:nth-child(even){background-color: #f2f2f2}

#ipage th {
    background-color: #4CAF50;
    color: white;
}
footer {
	background-image:url(../images/footerbg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:100%;
	color:#fff;
	padding: 35px 0 35px 0px;
	text-align:center;
}