.header-title {
	width: 1060px;
}

.header-imge {
	background: #000 url("/sites/Public/assets/images/bg-header-stars-red.jpg") top center no-repeat;
	width: 100%;
	height: auto;
	background-size: cover;
}

.content-imge-grey {
	background: url("/sites/Public/assets/images/bg-content-judge-staff-info.png") top left repeat-x #ebf0f3;
	border: solid 1px #ccc;
	font-size: 14px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}

.content-grey {
	border: solid 1px #ccc;
	font-size: 14px;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 10px;
}

.small-content-title {
	font-size: 21px;
}
.nav-background {
	background-color: #13468F;
	text-align: center;
	padding-right: 0px;
	width: auto;
}

.nav-btn-background {
	background-color: #13468F;
}

.nav-home-btn-background {
	background-color: #13468F;
	text-align: center;
	color: lightgray;
	border: none;
}

.nav-child-background {
	background-color: #CBC2A9;
}

.nav-item-height {
	height: 100%;
}
.nav-item-right-border {
	border-right: 1px solid #7190bc;
}

.navbar-nav-left-border {
	border-left: 1px solid #7190bc;
}

.nav-item-more:hover {
	background-color: #607FA7;
}

.link-light {
	color: white;
	opacity: 0.5;
}

.link-light:hover {
	  color: white;
		opacity: 100;
		text-decoration: none;
}

.header-txt {
	z-index: 2;
	color: #FFF;
}

.img-center {
	text-align: center;
	/* display: block;
 	margin-left: auto;
 	margin-right: auto;
 	width: 50%; */
}

.test-border {
	border: 1px solid red;
}

.cal-table {
	/* for web calendar */
	border: 1px solid;
}

.cal-td {
	/* for web calendar */
	border: 1px solid;
}

.cal-hd {
	/* for web calendar */
	border: 1px solid;
	background-color: #13468F ;
	color: white;

}

.cal-text {
	font-size: 12px;
}

.cal-header {
	text-align: center;
	width: 20%;
}

.cal-consol-header {
	text-align: center;
}

.listnostyle {
	list-style-type: none;
}

.google-maps {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 80% !important;
	height: 80% !important;
}

.carousel .slide .carousel-item .carousel-inner {
	background: none;
	background-color: black !important;
  }