.header img{
	width: 100%;
	background-color: #62371D;
	min-height: 120px;
}

.bar{
	//position: absolute;
	//bottom: 0;	
	//z-index: 999999;
	margin-left: -15px;
}

.noticeBar{
	display: block;
	//z-index: 999999;
	background: url("/png/noticebar.png");
	padding: 7px 10px;
	min-height: 50px;
}

.noticeBar .title{
	float: left;
	font-size: 150%;
	text-decoration: none;
	color: #FFF;
}

.noticeBar .title:hover{
	color: #FFF96B;
}

.noticeBar .btnGroup{
	float: right;
}

.btn-custom{
	background: rgba(101,79,45,0.8);
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}

.btn-custom:hover{
	background: rgba(101,79,78,0.8);
	color: #FFF;
}

.content{
	background: url("/png/content.png");
	background-size: 100% 100%;
}

.boxContent{
	background: rgba(246,217,154, 0.6);
	border-radius: 10px;
	padding: 5px 5px;
	margin: 5px 0;
}

.boxContent .title{
	width: 100%;
	background: rgba(145,34,35, 1);
	color: #FFF991;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 150%;
}

.contentPanel{
	margin-bottom: 10px;
	min-height: 150px;
	margin: 5px 0;
}

.footer{
	background: url("/png/footer.png") no-repeat;
	background-size: 100% 100%;
	background-color: #62371D;
	
	min-height: 125px;
	//opacity: 0.8;
	padding: 0 10px;
}

.footer ul{
	padding: 20px 0;
}

.footer ul li{
	float: left;
	padding: 0 20px;
	text-align: center;
	list-style: none;
}

.footer ul li:first-child{
	padding-left: 0;
}

.footer ul li a{
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
}

.footer ul li a:hover{
	color: #FFF991;
}

@media (min-width: 1078px) and (max-width: 1248px) {
  .footer ul li{
		padding: 0 10px;
	}
}

@media (min-width: 994px) and (max-width: 1077px) {
  .footer ul li{
		padding: 0 5px;
	}
}

@media (min-width: 539px) and (max-width: 993px) {
  .footer ul li{
		padding: 0;
		width: 25%;
	}
}

@media (max-width: 538px) {
	.footer ul{
		padding: 15px 0;
	}
	
	.footer ul li{
		padding: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.bar{
		width: 100%;
	}
}

@media (max-width: 490px) {
	.noticeBar{
		min-height: 70px;
		padding: 0 10px;
	}
	
	.noticeBar .title{
		margin-left: 40%; 
	}
}

@media (max-width: 427px) {
	.btn-custom{
		padding: 5px;
	}
	
	.noticeBar{
		padding: 0 10px;
		min-height: 70px;
	}
}

/********* Helper Classes **********/
.border{
	border:1px solid #CCC;	
}

.top_radius{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.height250{
	min-height: 250px !important;
}

.height400{
	min-height: 400px !important;
	
}

.height400 p{
   font-size: 16px;
}


.height0{
	min-height: 0 !important;
}

@media screen and (max-width: 320px) {
	.noticeBar {
    padding: 15px 10px;
    min-height: 60px;
}

.noticeBar .title {
    margin-left: 0;
}


.btn-custom {
	padding: 0px;
    background: rgba(101, 79, 45, 0.8) none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
}
}

@media screen and (max-width: 360px) {
	.noticeBar {
    padding: 15px 10px;
    min-height: 60px;
}

.noticeBar .title {
    margin-left:0;
}


.btn-custom {
	padding: 0px;
    background: rgba(101, 79, 45, 0.8) none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
}
}

.fontstyle{
	
	font-size: 16px;
	padding: 10px;
}
.bs-callout-info {
	border-left-color: #912223 !important;
}
.bs-callout {
	padding: 20px;
	margin: 20px 0px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #EEE;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	border-radius: 3px;
}


.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}

.modalstyle{
	margin-left:10px;
	padding:0 10px
}

.padleft{
	padding-left: 10px;
}

.padright{
	padding-right: 10px;
}


.modal-dialog {}
.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
}

