@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:focus {
	outline: 0;
}

img,
a,
input,
textarea,
select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	/* For some Androids */
}

a img {
	border: none;
}

input,
textarea,
select {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none
}

input[type="checkbox"] {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: radio !important;
}

::-moz-selection {
	background-color: #b03f00;
	color: #fff;
}

::selection {
	background-color: #b03f00;
	color: #fff;
}

body {
	background: #968d88;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	color: #777;
}

.clear_me {
	font-size: 0;
	line-height: 0;
	clear: both
}

.mainDiv {
	width: 990px;
	margin: 0 auto;
	float: none
}

.mainDiv2 {
	width: 1024px;
	margin: 0 auto;
	float: none
}

.hmHeaderPnl {
	//background: url(../images/hdrLrgBg.png) repeat-x 0 0;
	float: left;
	width: 100%;
}

.inrHeaderPnl {
	//background: url(../images/hdrLrgBg.png) repeat-x 0 -180px;
	float: left;
	width: 100%;
}

.headerPnlGlwBg {
	//background: url(../images/hdGlwBg.png) no-repeat center top;
	float: left;
	width: 100%;
}

.headerPnlGlwBgInr {
	//background: url(../images/hdGlwBg.png) no-repeat center -180px;
	float: left;
	width: 100%;
}

.headerPnl {
	background: url(../images/headerBg.png) repeat-x 0 0;
	float: left;
	width: 100%;
	height: 73px;
}

.topNav {
	margin: 21px 0 0;
	float: left
}

.topNav ul {
	padding: 0;
	margin: 0
}

.topNav ul li {
	list-style: none;
	float: left
}

.topNav ul li a {
	font: normal 13px/13px proxima_nova_rgregular;
	color: #413f3f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 15px;
	display: block;
	background: url(../images/topNavbdr.png) no-repeat right center
}

.topNav ul li:first-child a {
	font: normal 13px/13px proxima_nova_rgregular;
	color: #413f3f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 15px 0 0;
	display: block;
	background: url(../images/topNavbdr.png) no-repeat right center
}

.topNav ul li:last-child a {
	font: normal 13px/13px proxima_nova_rgregular;
	color: #413f3f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 15px;
	display: block;
	background: none
}

.topNav ul li a:hover {
	color: #bd2f05;
	text-decoration: none
}

.hdrFb {
	padding: 13px 0 0
}

.hdrFb a {
	text-decoration: none;
	display: block
}

.hdrFb a img {
	float: right;
	border: none;
	margin: 0 0 0 21px
}

.hdrFb a span {
	float: right;
	color: #3d5c8d;
	font: normal 18px/27px allerregular
}

.logoPnl {
	margin: 0;
	width: 100%;
	height: 105px;
	position: relative;
	float: left
}

.logoPnl div.mainDiv {
	position: relative
}

.logoPnl span.logo {
	display: block;
	position: absolute;
	left: 15px;
	top: 25px;
	border: none;
    height: 300px;
    width: 50%;
	z-index: 999;
	background-image: url('../images/logofull.png');
	background-repeat: no-repeat;
	background-size: 100%;
}

.logoPnlRt {
	float: right;
	padding: 2px 0 0
}

.logoPnlRt a img {
	float: right;
	clear: both;
	margin: 10px 0 0;
	border: none
}

.logoPnlRt h3.hdrCont {
	float: right;
	font: 25px/30px allerbold;
	color: #fefcfc;
	padding: 7px 0 0;
	text-align: left;
	clear: both
}

.logoPnlRt h3.hdrCont span {
	color: #393939;
	float: none;
	width: 350px
}

.logoPnlRt h3.hdrCont a {
	text-decoration: none;
	color: #fcfcfc;
}

.bannerPnlMain {
	float: left;
	width: 100%;
	position: relative;
}

.bannerPnl {
	margin: 0 auto;
	width: 990px;
	height: 412px;
	background: url(../images/bannerBg.png) no-repeat right top
}

.sliderPnl {
	position: relative;
	float: left;
	width: 990px;
	height: 412px
}

.sliderPnl img {
	position: absolute;
	top: 0;
	right: -40px
}

.sliderPnl div.bnrTxt {
	position: absolute;
	top: 215px;
	left: 0;
	z-index: 99;
	text-align: left;
	width: 400px
}

.sliderPnl div.bnrTxt h1 {
	font: 30px/35px allerbold;
	color: #fffefe;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 700
}

.sliderPnl div.bnrTxt h2 {
	font: 24px/30px allerbold;
	color: #fffefe;
	padding: 25px 0 0
}

.sliderPnl div.bnrTxt p {
	color: #fff;
	font: normal 20px/22px allerregular;
	padding: 25px 0 0
}

.bannerPnlInr {
	margin: 0 auto;
	width: 990px;
	height: 212px;
	background: url(../images/bannerBg.png) no-repeat right top
}

.sliderPnlInr {
	position: relative;
	float: left;
	width: 990px;
	height: 212px
}

.sliderPnlInr img {
	position: absolute;
	top: 0;
	left: 420px;
	height: 218px
}

.sliderPnlInr div.bnrTxt {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 99;
	text-align: right;
	width: 310px
}

.sliderPnlInr div.bnrTxt h1 {
	font: 30px/35px allerbold;
	color: #fffefe
}

.sliderPnlInr div.bnrTxt h2 {
	font: 24px/30px allerbold;
	color: #fffefe;
	padding: 25px 0 0
}

.sliderPnlInr div.bnrTxt p {
	color: #fff;
	font: normal 20px/22px allerregular;
	padding: 15px 0 0
}

.menuPnlMain {
	float: left;
	width: 100%;
}

.menuPnl {
	background: url(../images/mnuBg.png) repeat-x 0 0;
	width: 990px;
	height: 64px;
	margin: 0 auto;
	border-left: 1px solid #ba4c2c;
	border-top: 1px solid #ba4c2c;
	border-right: 1px solid #ba4c2c;
	border-radius: 5px 5px 0 0;
	position: relative;
	z-index: 9
}

.menuPnl ul {
	float: left;
	margin: 0 0 0 20px;
	padding: 0
}

.menuPnl ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

.menuPnl ul li a {
	font: 18px/64px aller_displayregular;
	color: #f0efab;
	padding: 0 20px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: #b12504 2px 2px 2px
}

.menuPnl ul li a:hover,
.menuPnl ul li a.active {
	text-decoration: none;
	color: #fff
}

.menuPnl ul li ul {
	display: none
}

.menuPnl ul li:hover>ul {
	display: block;
	position: absolute;
	width: 180px;
	padding: 10px;
	left: 15px;
	top: 64px;
	background: #b92c04
}

.menuPnl ul ul li {
	float: none
}

.menuPnl ul ul li a {
	font: 15px/18px aller_displayregular;
	color: #f0efab;
	display: block;
	padding: 10px 0!important;
	text-align: left
}

.middilePnl {
	float: left;
	width: 100%;
}

.bodyContent {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 30px;
}

.bodyContent h1 {
	font: normal 22px/22px Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: url(../images/hOneBg.png) repeat-x left bottom;
	padding: 0 0 20px;
	text-transform: uppercase
}

.bodyContent h2 {
	font: bold 18px/22px Georgia, "Times New Roman", Times, serif;
	color: #00853E;
	padding: 20px 0 0
}

.bodyContent h3 {
	font: normal 17px/22px Georgia, "Times New Roman", Times, serif;
	color: #302f2f;
	margin: 0 0 5px 0;
}

.bodyContent a {
	color: #F57E24;
	text-decoration: none
}

.bodyContent ul {
	padding: 10px 0;
	margin: 0
}

.bodyContent ul li {
	font: normal 18px/23px Georgia, "Times New Roman", Times, serif;
	color: #61574f;
	padding: 5px 0 5px 15px;
	background: url(../images/bullet.png) no-repeat left 10px
}

.bodyContent ol {
	padding: 10px 0;
	margin: 0 0 0 20px
}

.bodyContent ol li {
	font: normal 18px/23px Georgia, "Times New Roman", Times, serif;
	color: #61574f;
	padding: 5px 0 5px 5px;
	background: none;
	list-style: decimal
}

.bodyContent p {
	font: normal 18px/23px Georgia, "Times New Roman", Times, serif;
	color: #61574f;
	padding: 15px 0 0;
}

.bodyContent img {
	border: 4px solid #ffe930;
	float: right;
	margin: 15px;
}

.latestEv {
	float: left;
	width: 100%;
	margin: 20px 0 30px;
}

.latestEv img {
	float: left;
	width: 100%;
	height: auto;
	border: none;
	margin: 0
}

.latestEv td:nth-child(1) {
	width: 40%
}

.latestEv td:nth-child(2) {
	width: 5%
}

.latestEv td:nth-child(3) {
	width: 55%
}

.ourProg {
	background: #fefde3;
	padding: 25px 25px 0;
	float: left;
	width: 100%;
	margin: 30px 0 0 0
}

.ourProgPnl {
	width: 25%;
	height: auto;
	float: left;
	position: relative;
	margin: 25px 0
}

.ourProgPnl img {
	margin: 0 auto;
	display: block;
	width: 95%;
	height: auto;
	border: none;
	float: none
}

.footerPnl {
	background: #fff;
	height: auto;
	padding: 15px 0;
	margin: 0;
	float: left;
	width: 100%;
	margin: 20px 0 0 0
}

.footerPnl ul {
	padding: 0;
	margin: 16px 0 0 0;
	float: left;
}

.footerPnl ul li {
	list-style: none;
	float: left
}

.footerPnl ul li a {
	font: normal 12px/12px proxima_nova_rgregular;
	color: #413f3f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px 0 5px;
	display: block;
	background: url(../images/fotNavbdr.png) no-repeat right center
}

.footerPnl ul li:last-child a {
	font: normal 12px/12px proxima_nova_rgregular;
	color: #413f3f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px 0 5px;
	display: block;
	background: none
}

.footerPnl ul li a:hover {
	color: #bd2f05;
	text-decoration: none
}

.footerPnl p {
	float: right;
	font: normal 13px/20px proxima_nova_rgregular;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: right
}

.footerPnl p a {
	color: #222;
	display: block;
}

.hmLeft {
	float: left;
	width: 50%;
	padding: 0 15px 0 0
}

.hmRght {
	float: left;
	width: 50%;
	padding: 0 0 0 15px
}

blockquote {
	display: block;
    max-width: 500px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    padding: 10px;
    border: 6px double black;
}

.contLeft {
	float: left;
	width: 70%;
	padding: 0 15px 0 0
}

.contRght {
	float: left;
	width: 30%;
	padding: 0 0 0 15px
}

.photoGlry {
	float: left;
	width: 100%;
	padding: 0;
}

.photoGlry img {
	float: left;
	width: 45% !important;
	margin: 2.5% !important;
	padding: 0;
	border: 5px solid #ffe930 !important;
	box-sizing: border-box;
	height: auto !important;
}

a img.menuIcon {
	display: none
}

nav#menu {
	visibility: hidden
}

.mapPnl {
	float: left;
	width: 100%;
	height: 250px;
	position: relative;
	border: 4px solid #ffe930;
}

.mapPnl iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

form#contactform {
	float: left;
	padding: 20px 0;
	width: 100%;
}

form#contactform td {
	padding: 5px 0;
}

form#contactform td input[type="text"] {
	float: left;
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	font: normal 13px/30px Georgia, "Times New Roman", Times, serif;
	color: #777;
}

form#contactform td select {
	float: left;
	width: 100%;
	height: 30px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 5px;
	font: normal 13px/30px Georgia, "Times New Roman", Times, serif;
	color: #777;
}

form#contactform td textarea {
	float: left;
	width: 100%;
	height: 100px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	font: normal 13px/30px Georgia, "Times New Roman", Times, serif;
	color: #777;
}

form#contactform td input[type="submit"] {
	float: left;
	width: 140px;
	height: 30px;
	background: #bb2d04;
	border-radius: 5px;
	border: none;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	cursor: pointer
}

@media screen and (max-width: 1024px) {
	.mainDiv2 {
		width: 100%;
		margin: 0;
		float: left
	}
	.middilePnl {
		padding: 0 10px
	}
	.bodyContent {
		padding: 30px 20px;
	}
	.footerPnl ul {
		display: none
	}
	.footerPnl p {
		width: 100%;
		text-align: center
	}
	.photoGlry img {
		float: left;
		width: 45% !important;
		margin: 2.5% !important;
		padding: 0;
		border: 5px solid #ffe930 !important;
		box-sizing: border-box;
		height: auto !important;
	}
}

@media screen and (max-width: 990px) {
	.mainDiv {
		width: 100%;
		margin: 0;
		float: left
	}
	.headerPnl {
		float: left;
		width: 100%;
		padding: 0 30px;
	}
	.logoPnl {
		float: left;
		width: 100%;
		padding: 0 30px;
	}
	.bannerPnlMain {
		float: left;
		width: 100%;
	}
	.bannerPnl {
		float: left;
		width: 100%;
		padding: 0 30px 30px;
	}
	.sliderPnl {
		float: left;
		width: 100%;
	}
	.bannerPnlInr {
		margin: 0;
		width: 100%;
		height: auto;
		background: url(../images/bannerBg.png) no-repeat right top;
		padding: 0 30px 30px;
	}
	.sliderPnlInr {
		position: relative;
		float: left;
		width: 100%;
		height: auto
	}
	.sliderPnlInr img {
		position: static;
		top: 0;
		left: inherit;
		height: 218px;
		width: auto
	}
	.sliderPnlInr div.bnrTxt {
		position: static;
		top: inherit;
		right: inherit;
		z-index: 99;
		text-align: right;
		width: 310px;
		float: right
	}
	.sliderPnlInr div.bnrTxt h1 {
		font: 30px/35px allerbold;
		color: #fffefe
	}
	.sliderPnlInr div.bnrTxt h2 {
		font: 24px/30px allerbold;
		color: #fffefe;
		padding: 25px 0 0
	}
	.sliderPnlInr div.bnrTxt p {
		color: #fff;
		font: normal 20px/22px allerregular;
		padding: 15px 0 0
	}
	.logoPnl span.logo {
		width: 60%;
		height: 60px;
        background-image: url('../images/logoflat.png');
	}
	.logoPnlRt h3.hdrCont {
		font-size: 18px;
	}
	.logoPnlRt h3.hdrCont span {
		width: auto;
		padding: 0 10px 0 0
	}
	.menuPnlMain {
		display: none
	}
	.sliderPnl img {
		position: static;
		top: inherit;
		right: inherit;
		float: none;
		width: 50%;
		margin: 0 auto;
		display: block
	}
	.sliderPnl div.bnrTxt {
		position: static;
		top: inherit;
		left: inherit;
		float: left;
		width: 100%;
		text-align: center
	}
	.sliderPnl div.bnrTxt p {
		padding: 10px 0 0 0
	}
	.bannerPnl,
	.sliderPnl {
		height: auto
	}
	a img.menuIcon {
		display: block;
		z-index: 9999;
		position: fixed;
		left: 0;
		top: 15px;
		width: 28px;
		height: 26px;
		margin: 0;
		border-radius: 0 3px 3px 0;
		cursor: pointer;
		background: #fff;
		padding: 2px 2px 2px 0
	}
	nav.mm-opened {
		visibility: visible !important
	}
	.photoGlry img {
		float: left;
		width: 45% !important;
		margin: 2.5% !important;
		padding: 0;
		border: 5px solid #ffe930 !important;
		box-sizing: border-box;
		height: auto !important
	}
}

@media screen and (max-width: 768px) {
	.hmLeft,
	.hmRght {
		padding: 0;
		width: 100%;
		float: left;
	}
	.hmLeft {
		padding: 0 0 40px
	}
	.sliderPnlInr div.bnrTxt {
		position: static;
		top: inherit;
		right: inherit;
		z-index: 99;
		text-align: center;
		width: 100%;
		float: right
	}
	.sliderPnlInr div.bnrTxt h2 {
		padding: 10px 0;
		font-size: 20px;
		line-height: 30px
	}
	.sliderPnlInr img {
		display: block;
		margin: 0 auto;
	}
	.bodyContent img {
		border: 4px solid #ffe930;
		float: right;
		margin: 15px;
		max-width: 80%;
		height: auto;
	}
	.ourProgPnl img {
		border: none;
		max-width: 100%;
		margin: 0
	}
	.latestEv img {
		border: none;
		max-width: inherit;
		margin: 0
	}
	.contLeft {
		float: left;
		width: 100%;
		padding: 0 0 40px
	}
	.contRght {
		float: left;
		width: 100%;
		padding: 0 0
	}
	.photoGlry img {
		float: left;
		width: 45% !important;
		margin: 2.5% !important;
		padding: 0;
		border: 5px solid #ffe930 !important;
		box-sizing: border-box;
		height: auto !important
	}
}

@media screen and (max-width: 640px) {
	.topNav {
		display: none
	}
	.hdrFb {
		float: left;
		width: auto;
		padding: 15px 0 0 0
	}
	.logoPnlRt h3.hdrCont {
		margin: -93px 0 0;
		font-size: 13px;
		line-height: 17px;
	}
	.logoPnlRt h3.hdrCont a {
		color: #be3005
	}
	.hdrFb a span {
		display: none
	}
	.logoPnl span.logo {
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.hdrFb a img {
		margin: 0 0 0 10px
	}
	.sliderPnl img {
		width: 80%
	}
	.sliderPnl div.bnrTxt h1 {
		font-size: 20px;
		line-height: 30px
	}
	.sliderPnl div.bnrTxt p {
		font-size: 14px;
		line-height: 20px
	}
	.bodyContent h1 {
		font: normal 19px/20px Georgia, "Times New Roman", Times, serif;
		color: #000;
		background: url(../images/hOneBg.png) repeat-x left bottom;
		padding: 0 0 20px;
		text-transform: uppercase
	}
	.bodyContent h2 {
		font: bold 16px/20px Georgia, "Times New Roman", Times, serif;
		color: #00853E;
		padding: 20px 0 0
	}
	.bodyContent h3 {
		font: normal 15px/20px Georgia, "Times New Roman", Times, serif;
		color: #302f2f;
		margin: 0 0 5px 0;
	}
	.bodyContent img {
		float: none !important;
		margin: 15px auto;
		display: block
	}
	.ourProgPnl {
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		margin: 10px 0
	}
	.ourProgPnl img {
		width: auto;
		max-width: 100%;
		height: auto
	}
	.photoGlry img {
		float: left !important;
		width: 45% !important;
		margin: 2.5% !important;
		padding: 0;
		border: 5px solid #ffe930 !important;
		box-sizing: border-box;
		height: auto !important
	}
}

@media screen and (max-width: 480px) {
	.ourProgPnl {
		width: 100%;
		height: auto;
		float: left;
		position: relative;
		margin: 0 0
	}
	.photoGlry img {
		float: none !important;
		width: auto !important;
		padding: 0;
		border: 5px solid #ffe930 !important;
		box-sizing: border-box;
		height: auto !important;
		max-width: 80% !important;
		margin: 20px auto !important;
		display: block
	}
	.sliderPnlInr img {
		width: 80%;
		height: auto
	}
	.footerPnl p span {
		display: block
	}
}

@media screen and (max-width: 350px) {
	.logoPnl span.logo {
		left: 20%;
		top: 7px;
        height: 90px;
		background-image: url('../images/logofull.png');
		background-repeat: no-repeat;
		background-size: contain;
	}
}