
body { margin:0; }
/* ----------------------------------------------------
	sti slider
---------------------------------------------------- */
.sti_container {
	position:relative;
	height: 485px;
	/*width: 1920px !important;
	height: 467px !important;
	top:0;
	left: 50% !important;
	margin-left: -952px;*/
}
.sti_slide {
	width: 100% !important;
	overflow:hidden;
}
.sti_slide img {
	width: 1920px !important;
	max-width: none !important;
	height: 485px;
}
.text_animate1 {
	opacity: 0;
	position: absolute;
	z-index: 1000;
	top: 50%;
	left: 50%;
	width: 605px;
	height: auto;
	padding: 40px 45px;
	margin: -105px 0 0 -300px;
	background-color: rgba(255, 255, 255, 0.7);
}
.text_animate1 h2 {
	color: #181617;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
    line-height: 44px;
    margin: 0px;
}
/* ----------------------------------------------------
	sti prev/next / paginate
	
	
	bullets	
	<div class="sti_paginate">
		<div class="sti_page"></div>
	</div>
	
---------------------------------------------------- */
.sti_previous { 
	top:44%; left:30px; height:40px; width:40px; position:absolute; background: url(../images/arrow-prev.png) left top no-repeat; 
	opacity:1 !important ; cursor:pointer; z-index:2;
}
.sti_next { 
	top:44%; right:30px; height:40px; width:40px; position:absolute; background: url(../images/arrow-next.png) right top no-repeat; 
	opacity:1 !important ; cursor:pointer; z-index:2;
}
.sti_paginate {
	position: absolute;
    width: 100px;
    text-align: center;
    overflow: hidden;
    left: 50% !important;
    bottom: 10px;
    margin-left: -20px;
}
.sti_paginate .sti_btn {
	width: 7px;
	height: 7px;
	text-indent: -1000000000px;
    display:inline-block;
	zoom:1; *display:inline;
    padding: 0;
	margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
	background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	outline:none;
}

.sti_paginate .active {
	color: #222;
	background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sti_paginate .bullets_page {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: #fff;
	border: none !important;
	width:8px;
	height:8px;
	margin:0 7px 5px 0;
	float:left;
	border:none;
	outline:none;
}
.sti_paginate .bullets_page_active {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	background: #00386c;
	border: none !important; 
	width:8px;
	height:8px;
	margin:0 7px 5px 0; 
	float:left; 
	outline:none;
}
