@font-face {
	font-family: 'momizat';
	src:url('font/Momizat.eot');
	src:url('font/Momizat.eot?#iefix') format('embedded-opentype'),
		url('font/Momizat.svg#icotest') format('svg'),
		url('font/Momizat.woff') format('woff'),
		url('font/Momizat.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*---------------------------------
            Rev Slider
---------------------------------*/
/* fixed &  Responsive */
.slider_wrap .rev_slider_wrapper {
	padding-top: 40px !important;
	margin-bottom: 40px !important;
	background: none !important;
}
.slider_wrap .rev_slider_wrapper.fullwidthbanner-container {
	padding: 0 !important;
	margin-bottom: 0 !important;
}

.tp-bullets.simplebullets.round .bullet {
	margin: 0 !important;
	background: rgba(0,0,0, 0.3) !important;
	height: 7px !important;
	padding: 5px !important;
	padding-right: 0 !important;
	width: 15px !important;
	float: none !important;
	display: inline-block !important;
	
}

.tp-bullets.simplebullets.round .bullet.last {
	padding-right: 5px !important;
}
.tp-bullets.simplebullets.round .bullet:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width:15px;
	height: 7px;
	background: #fff;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;

	
}
.tp-bullets.simplebullets.round .bullet:hover:before, .tp-bullets.simplebullets.round .bullet.selected:before {
	background: #004b88;
}
.tp-bullets {
	bottom: 40px !important;
}
.tparrows {
	background: rgba(0,0,0, 0.3) !important;
	font-family: 'momizat' !important;
	font-size: 20px !important;
	color: #fff !important;
	padding: 0 10px 0 10px !important;
	speak: none !important;
	font-style: normal !important;
	font-weight: normal !important;
	-webkit-font-smoothing: antialiased !important;
        text-transform: none !important;
	text-decoration: none !important;
	height: 40px !important;
	width: auto !important;
	text-align: center !important;
	line-height: 40px !important;
}

.tp-rightarrow.default:before {
	content: "\f0000";
}
.tp-leftarrow.default:before {
	content: "\e066";
}
.lt-ie9 .tp-rightarrow.default:before {
	content: "\e06b";
}
.lt-ie9 .tp-leftarrow.default:before {
	content: "\e06e";
}
.tp-rightarrow.default {
	right: 0 !important;
}
.tp-leftarrow.default {
	left: 0 !important;
}
.tparrows:hover {
	background: rgba(0,0,0, 0.7) !important;
	color: #fff !important;
}

.lt-ie9 .tp-bullets.simplebullets.round .bullet, .lt-ie9 .tparrows, .tparrows:hover  {
	background: #000 !important;
}