.guideline {
	color: rgb(251, 178, 25) !important;
	font-weight: bold !important;
}

.breadcrumbsbar{
	background-color:rgb(107, 109, 136);
	padding-left:200px !important;
}

h1, h2
{
	font-size: 2.4rem !important;
	font-weight: bold !important;
}

.dt-info {
	display: none !important;
}

.headertxt {
	font-size: 1rem;
}

.headertxt a {
	color: rgb(107, 109, 136) !important
}

.maxwidth75
{
  width:250px !important;
  max-width: 75%;
}

/* slider navigation custom alignment */
.custom-slider-right > .flex-direction-nav a {
	right: 55%;	
}

.fancybox h2 {
	font-size: .8rem !important;
}

@media screen and (max-width: 960px) {
	.breadcrumbsbar{
	 	padding-left:15px !important;
	}
	h1, h2
	{
		font-size:1.8rem !important;
	}
}

@media screen and (max-width: 860px) {
 .custom-slider-right > .flex-direction-nav a {
	right: 10px;
	 bottom: 5%;
	 top: unset;
	}
	
}