/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.demos-filter {
	margin: 0;
	text-align: right;
}

.demos-filter li {
	list-style: none;
	margin: 10px 0px;
}

.demos-filter li a {
	display: block;
	border: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #444;
}

.demos-filter li a:hover,
.demos-filter li.activeFilter a {
	color: #1ABC9C;
}

@media (max-width: 991px) {
	.demos-filter {
		text-align: center;
	}

	.demos-filter li {
		float: left;
		width: 33.3%;
		padding: 0 20px;
	}
}

@media (max-width: 767px) {
	.demos-filter li {
		width: 50%;
	}
}

.tiny_bullet_slider .tp-bullet:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 25px;
	top: -12px;
	left: 0px;
	background: transparent;
}

.bullet-bar.tp-bullets:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	padding: 10px;
	margin-left: -10px;
	margin-top: -10px;
	box-sizing: content-box;
}

.bullet-bar .tp-bullet {
	width: 60px;
	height: 3px;
	position: absolute;
	background: #aaa;
	background: rgba(204, 204, 204, 0.5);
	cursor: pointer;
	box-sizing: content-box;
}

.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
	background: rgba(204, 204, 204, 1);
}

.popUpBannerBox {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFF;
	z-index: 999999;
	display: none;
}

.popUpBannerInner {
	/* max-width: 660px; */
	max-width: 372px;
	margin: 0 auto;
	text-align: center;
}

.popUpBannerContent {
	position: fixed;
	top: 110px;
	/* top: 150px; */
}

video {
	width: 90%;
}

.closeButton {
	color: white;
	right: 15px;
	top: -10px;
	position: absolute;
	font-size: 18px;
	border-radius: 50%;
	width: 25px;
	height: 28px;
	text-align: center;
	background-color: red;
}

.white-section {
	background-color: #FFF;
	padding: 25px 20px;
	-webkit-box-shadow: 0px 1px 1px 0px #dfdfdf;
	box-shadow: 0px 1px 1px 0px #dfdfdf;
	border-radius: 3px;
}

.white-section label {
	display: block;
	margin-bottom: 15px;
}

.white-section pre {
	margin-top: 15px;
}

.dark .white-section {
	background-color: #111;
	-webkit-box-shadow: 0px 1px 1px 0px #444;
	box-shadow: 0px 1px 1px 0px #444;
}




