
.fraction-slider {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.fraction-slider .slide {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 5000;
}

.fraction-slider .active-slide {
	z-index: 9999;
}

.fraction-slider .fs_obj {
	display: block;
	display: none;
	position: absolute;
	top: 0px;
	left: 100%;
	z-index: 7000;
}

.fraction-slider .fs_fixed_obj {
	z-index: 6000;
	left: 0;
}

.fraction-slider .fs_obj * {
	display: inline-block;
	position: relative;
	top: 0px;
	left: 0px;
}

.fs_loader {
	width: 100%;
	height: 580px;
	background: url(../image/fs.spinner.gif) center center no-repeat transparent;
}

/** PAGER **/

.fs-pager-wrapper {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 20px;
	bottom: 10px;
	z-index: 99;
}

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a {
	display: none !important;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	background: url(../image/fs.pager.png) 0px -14px no-repeat transparent;
}

.fs-pager-wrapper .active,
.fs-custom-pager-wrapper .active {
	background: url(../image/fs.pager.png) 0px 0px no-repeat transparent;
}

/* SLIDER STYLES */
	
.slider-wrapper {
	position: relative;
	overflow: hidden;
	z-index: 0;
	width: 100%;
	background: url(../images/banner-bg.png) center top no-repeat;
}

.slider {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.button-box {
	border: 0;
	width: 26%;
	height: 90px  ;
	opacity: .30 !important ;
	background: #000;
	border-radius: 5px;
}
.banner-button {
	padding: 0;
}
.banner-button a {
	text-align: center;
	min-width: 270px;
	line-height: 57px !important;
	font: 22px/57px 'avantgarde_bk_btdemi';
	color: #fff ;
	background: #ff6a00;
	border-radius: 5px;
	display: block;
	-webkit-box-shadow: 0 3px 0px #a64500;
	-moz-box-shadow: 0 3px 0px #a64500;
	-ms-box-shadow: 0 3px 0px #a64500;
	-o-box-shadow: 0 3px 0px #a64500;
	box-shadow: 0 3px 0px #a64500;
}
.banner-button a:hover {
	color: #5dd0c0;
	text-decoration: none;
	background: #ec6200;
	-webkit-box-shadow: 0 3px 0px #a64500;
	-moz-box-shadow: 0 3px 0px #a64500;
	-ms-box-shadow: 0 3px 0px #a64500;
	-o-box-shadow: 0 3px 0px #a64500;
	box-shadow: 0 3px 0px #a64500;
}
.banner-description {
	padding: 0;
	width: 44%;
	font-family: 'open_sansregular';
	font-size: 18px;
	line-height: 26px;
	color: #FFF; 
}
.banner-heading {
	padding: 0 0 10px 0;
	font: 60px/62px 'avantgarde_bk_btdemi';
	text-shadow: 2px 2px 2px #485149;
	color: #5dd0c0;
	background: url(../images/banner-border.png) left bottom repeat-x;
}
.banner-heading span {
	padding-top: 15px;
	background: url(../images/banner-border1.png) left top repeat-x;
}

@media only screen and (min-width: 1000px) {

	.slider {
		width: 1210px;
		padding: 0 20px;
	}
	
}

@media only screen and (min-width: 1440px) {

	.slider {
		width: 1440px;
	}
}
@media only screen and (max-width: 999px){
.button-box {
    margin-left: 5%;
	width: 26%;
}
.banner-button a {
	line-height: 46px !important;
	margin-left: 14%;
	min-width: 242px;
}
.banner-heading {
    margin-left: 5%;
}
.banner-description {
	padding-top: 2%;
    margin-left: 5%;
}
}
@media only screen and (max-width: 899px) {
.banner-button a {
	line-height: 40px !important;
	min-width: 207px;
}
.banner-description {
	line-height: 35px;
}
}
@media only screen and (max-width: 769px){
.banner-button a {
	line-height: 33px !important;
	min-width: 188px;
}
}
@media only screen and (max-width: 641px){
.button-box {
	display: none !important;
    margin-left: 2%;
	width: 25%;
	padding: 10px 2% 6.4%;
}
.banner-button a {
	font-size: 32px;
    line-height: 27px !important;
    min-width: 120px;

}
}
@media only screen and (max-width: 481px){
.banner-description {
	padding-top: 3%;
}

.banner-button a {
    min-width: 85px;

}
}
@media only screen and (max-width: 360px){

.banner-button a {
	margin-top: 6%;
	font-size: 45px;
}
}










































