@media (max-width: 991px) {

	.container .navbar-header {
		margin-left: 0;
		margin-right: 0;
	}

	.navbar-brand {
		padding-left: 0;
	}

}



/**
* HTML5 Video
**/

/*
.video-js .vjs-tech {
	width: 100%;
	height: auto;
	position: relative;
	top: auto;
	left: auto;
}

.html5videoplayer {
	width: 100%;
}
*/

.royalSlider > .rsContent {
	display: none;
	/* visibility: hidden; */
}



/**
* Listen
**/

ul li.check:before,
ul li.uncheck:before
{
	font-family: 'FontAwesome';
	font-size: inherit;
	top: -1px;
	left: -24px;
	position: absolute;
	font-size: 16px;
	line-height: 25px;
	color: #000;
}

ul li.check:before {
	/* content: "\f00c"; */
	content: "\f058";
}

ul li.uncheck:before {
	/* content: "\f00d"; */
	content: "\f057";
	color: #5d6367;
}

.page-area-content ul li.check,
.page-area-content ul li.uncheck
{
	list-style-type: none;
	position: relative;
	line-height: 23px;
}



/**
* Royal Slider
**/

.rsMinW .rsArrowIcn {
	background: url('../Image/rs-minimal-white.png') transparent;
}
