@font-face {
	font-family: "Oswald";
	src: url(oswald/Oswald-Regular.ttf);/*#262262 , #128746 */
}
@font-face {
	font-family: "Oswald Bold";
	src: url(oswald/Oswald-Bold.ttf);
}
@font-face {
	font-family: "Oswald Light";
	src: url(oswald/Oswald-Light.ttf);
}
@font-face {
	font-family: "Oswald LightItalic";
	src: url(oswald/Oswald-LightItalic.ttf);
}
@font-face {
	font-family: "Oswald Medium";
	src: url(oswald/Oswald-Regular.ttf);
}
@font-face {
	font-family: "Oswald MediumItalic";
	src: url(oswald/Oswald-MediumItalic.ttf);
}
@font-face {
	font-family: "Oswald Book";
	src: url(oswald/Oswald-Book.ttf);
}
@font-face {
	font-family: "Oswald BookItalic";
	src: url(oswald/Oswald.ttf);
}
@font-face {
	font-family: "Times New Roman Italic";
	src: url(oswald/TimesNewRomanItalic.ttf);
}
body {
	font-family: 'Oswald', sans-serif;
}
.nav>li>a:hover, .nav>li>a:focus {
	outline:none;
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border:1px solid #262262;
	box-shadow:none;
}
.navbar-inverse{
	border:0px;
}
.bottom-buffer {
	margin:15px;
}
#fcshell p{
	text-align:justify;
}
#fcshell .navbar,
#fcshell-admin .navbar{
	/*min-height:70px; 72px 85*/
	position:relative;
	margin-bottom:0px;
	background-color:#262262;
	/*border-bottom:5px solid #262262;*/
}
#fcshell-admin .navbar{
	min-height:105px;
	background-color:#FFF;
	border-radius:0px;
}
.fcshell-right-menu a{
	color: rgba(255,255,255,.7);
	cursor:pointer;
	text-decoration:none;
    display: block;
    background-color: rgba(10,112,65,.7);
    border-radius: 28px;
    width: 100px;
    text-align: center;
	margin:0px 4px;
    padding: 3px 0px;
    position: relative;
    bottom: 10px;
	font-size:14px;
}
.fcshell-right-menu a.active {
	color: rgba(255,255,255,1);
	background-color: rgba(10,112,65,1);
}
#admin-navbar{
	border:0px;
}
#banner-area {
	position:relative;
}
#banner-area .carousel {
	height:540px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.logo {
	height:130px;
	width:auto;
}
#fc {
	background-size:cover;
	background-position:center;
	background-image: url(../images/banner-top-bg.jpg);
}
.fc-content-wrapper {
	color: #FFF;
	padding-top:40px;
	padding-bottom:40px;
	background-color:rgba(0,0,0,.62);
}
.fc-content-wrapper h3 div {
	padding-bottom:4px;
}
.fc-content-wrapper h1 span {
	font-size:55px;
}
#team {
	background-size:cover;
	background-position:center;
	/*background-image: url(../images/banner-top-bg.jpg);*/
}
.team-content-wrapper {
	padding-top:40px;
	padding-bottom:40px;
}
.team-content-wrapper img{
	height:200px;
	width:auto;
}
.team-content-wrapper img.u15team{
	height:200px;
	width:auto;
}
.team-content-wrapper h4,
.team-content-wrapper h5 {
	color: #262262;
}
.team-content-wrapper div.team-sub-header {
	color: #262262;
}
.band-section {
	padding-top:10px;
	padding-bottom:20px;
	color:#FFF;
	background-color:#262262;
}
.grassroots-content-wrapper {
	padding-top:40px;
	padding-bottom:40px;
}
#academy img{
	width:350px;
	height:auto;
}
#about,
#gallery,
#top-logo-bar {
	background-color:#000;
	border-top:4px solid #262262;
	border-bottom:4px solid #262262;
}
#top-logo-bar {
	border-bottom:0px solid #262262;
}
#patrons-area .sub-header {
	color: #262262;
	text-transform: uppercase;
}
#patrons-area {
	padding-top: 30px;
	padding-bottom: 30px;
}
#banner-area.stadium{	
	background-image:url('../images/black-bg-texter-1.jpg');
}
#banner-area.stadium .sub-header{
	color:#FFF;
}
a.stadium-location {
	color:rgba(255,255,255,.7);;
}
a.stadium-location:hover {
	color:#fff;
}
.stadium-content-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:rgba(0,0,0,.28);
}
p.sub-header-content {
	color:rgba(255,255,255,.7);
}
#track-records {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color:rgba(225,226,230,1);
}
#track-records .sub-header{
	color:#000;
}
#track-records img{
	width:100%;
	height:auto;
}
#scorecard {
	background-color:rgba(0,0,0,.9);
}
#scorecard .sub-header{ 
	color:#FFF;
}
.scorecard-content-container {
	padding-top: 40px;
	padding-bottom: 40px;
	color: rgba(255,255,255,.7);
}
#about{
	background-color:#262262;
}
#about H3 {
	color:#fff;
	font-weight:700;
	font-family:"Oswald Light";
}
#about p {
	color:rgba(255,255,255,.7);
	font-size:17px;
	text-align:justify;
	line-height:22px;
	/*font-family:"Times New Roman Italic";*/
}
#gallery {
	background-color:#A76D2D;
	border-top:4px solid #000;
	border-bottom:4px solid #000;
	background-image:url('../images/black-texter.jpg');
}
.gallery-content-wrapper {
	background-color:rgba(0,0,0,.76);
}
.social-media-icons {
	top:12px;
	position:relative;
}
#fcshell ul.social-media-icons li {
	padding:4px 4px;
}

#fcshell ul.social-media-icons li a {
	background-color: #ffffff;
	border-radius: 100%;
	color: #262262;
	display: block;
	height: 28px;
	padding-left: 6px;
	padding-top: 4px;
	text-align: center;
	width: 28px;
}

#fcshell-admin ul.social-media-icons li a.active {
	color: #FFF;
}
.calender-tbl,
#menu-bar-div ul.nav li a {
	color:#000;
	font-size:16px;
	font-family:"Oswald Light";
}
.calendar-day {
	color:#FFF;
	box-shadow: -2px 2px 8px rgba(0,0,0,.4);
	background:#A76D2D;
	height:84px;
	width:100px;
}
.calendar-event {
	font-size:12px;
	height:84px;
	width:200px;
	margin-top:10px;
	padding:4px;
	font-family:'Oswald Light';
	text-align: justify;
	background-color:#D3D1D2;
	box-shadow:-2px 2px 8px rgba(0, 0, 0, 0.4);
}

	.calendar-day H2,
	.calendar-day H4 {
		margin: 10px;
		padding: 0px;
	}
.calendar-day H2 {
	padding: 10px;
}
.calender-tbl {
	font-size:15px;
	font-family:"Oswald Light";
}
.calendar {
	float:right;
}
#ddlMenu{
	border: 0 none;
    font-family: "Oswald Light";
    height: 35px;
    margin-left: 20px;
    margin-top: 8px;
    width: 88%;
	background-color:#FFF;
	display:none;
}
#ddlMenu:hover,
#ddlMenu:focus,{
	border: 0 none;
}
#menu-bar-div ul.nav li a:hover:after,
#menu-bar-div ul.nav li a:focus:after {
	content: "";
	display: block;
	background:transparent;
	border: 8px solid transparent;
	border-bottom-color: #262262;
	position: absolute;
	transform: rotate(180deg);
	top: 35px;
	left: 50%;
	margin-left: -12px;
}
#menu-bar-div ul.nav li:hover .dropdown-content {
	display:none;
}
ul.gallery-area-social-links {
	width:150px;
}
.gallery-area-social-links li a i,
#fcshell ul.social-media-icons li a i {
	font-size:20px;
}
.gallery-area-social-links li a {
	width: 28px;
	height: 28px;
	display: block;
	float:left;
	border-radius: 100%;
	padding-top:4px;
	color:rgba(10,112,65,1);
	background-color: #ffffff;
	margin:4px;
}
#fcshell .header-bar-address,
#fcshell .header-bar-address :hover {
	color:#D6BFAF;        
	font-size: 12px;
	padding-top: 10px;
	font-family: Oswald Medium;
}
.header-bar-address span{
	color:#D6BFAF !important;
}
.menu-layout {
	height:45px;width:100%;background:rgba(255,255,255,.9);position:absolute;z-index:1000;
}
.menu-bar-container {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 15px;
	height: 48px;margin: 0 auto;
	position: relative;
	top: 18px;width: 770px;        
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.x-close-btn {
	float:right;
	position:relative;
	bottom:10px;
	display:block;
	color:#fff;
	width:20px;
	height:20px;
	background:#A76D2D;
	border-radius:100%;
	left: 5px;
	padding-left: 5px;
	cursor:pointer;
}
	.x-close-btn:hover,
	.x-close-btn:focus {
		 color:#fff;
		 text-decoration:none;
	}

.dropdown-content {
	display: none;
	position:absolute;
	top: 70px;
	width: 745px; /*1000px 1120*/
	color:#A76D2D;
	font-family:'Oswald Light';
	background:rgba(255,255,255,.94);
	border-radius:15px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	text-transform:uppercase;
}
.dropdown-content H4{
	padding-left:22px;
}
	.dropdown-content ul li a {
		font-size:14px;
		color:#A76D2D;
		display:block;
		padding:3px 0px;
		text-transform: uppercase;
	}
	.dropdown-content ul li a span{
		font-size:15px;
	}
		.dropdown-content ul li a:hover,
		 .dropdown-content ul li a:focus {
			text-decoration:none;
		}
	.dropdown-content H4 {
		font-size:16px;
		padding-bottom:5px;
	}
	.dropdown-content ul {
		list-style:none;
		font-size: 11px;
		margin-left: 2px;
		padding-left: 20px;
	}
.cshell-modal .modal-body,
.cshell-modal .modal-header .modal-title{
	font-family:'Oswald Light';
}
.cshell-modal .modal-body{
	text-align:justify;
}
.gallery-header {
	margin: 8px 10px; 
	background: rgba(10,112,65,1) none repeat scroll 0% 0%; 
	color: rgb(255, 255, 255); 
	padding-left: 10px; 
	height: 30px; 
	font-family: Oswald Medium; 
	font-size: 12px;
}
	.gallery-header H3 {
		padding-top:6px;
		font-size: 18px;
	}
	.gallery-header span {
		padding:0px 10px;
	}
ul.gallery-area-social-links {
	margin: 0 auto;
	padding-left:0px;
}
ul.gallery-area-social-links li{
  display: inline;
}
.center {
	text-align:center;
}    
#gallery .jcarousel-wrapper {
	box-shadow:none;
	border:0;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#gallery .jcarousel ul li {
	padding:10px;
	border:0;
}
	.jcarousel ul li img {
		height:100px;
	}
#gallery .jcarousel-control-prev,
#gallery .jcarousel-control-next {
	color:#000;
	background-color:#fff;
}
p.halloffame {
	font-size:16px;
}
.contact-div-wrapper {
	color:#E4E2E3;
	font-size:18px;	
	padding:5px 0px;
	margin:4px 0px;
}
.contact-us-address span.white-text{
	color:#fff;
}
	.contact-div-wrapper a:hover,
	.contact-div-wrapper a {
		color:#E4E2E3;
		cursor:pointer;
		text-decoration:none;
		font-family:'Oswald Light';
	}
.contact-us-header {
	color:#FFF;
	background-color:#262262;
	font-family:'Oswald Light';
	margin-top:0px;
	padding: 6px;
	margin-bottom: 18px;
}
#copy-right-section {
	padding:15px;
	padding-top:20px;
	background:#000;
}
#copy-right-section p{
	text-align:center;
}
#make-a-gift h2{
	color:#262262;
}
.promo-header {
	color:#7371373;
	font-family:'Oswald Book';
	margin-top: 0;
}
#horizontal-style {
	margin-left:0px;
}
#about .container .about-cell{
	padding: 0px 20px;
}
#divLoading {
    display: none;
}
#divLoading.show {
    display: block;
    position: fixed;
    z-index: 100;
    background-image: url('../images/loading.gif');
    background-color: #fff;
    opacity: 0.85;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
#footer-section{
	color:rgba(255,255,255,.7);
	background-color:rgba(0,0,0,.9);
	border-top:5px solid #262262;
}
/*.our-clients{
	margin:5px 20px;
}*/
.our-clients img{
	width:100%;
	box-shadow: 1px 0px 5px #ddd;
}
.our-clients span{
	color:#FFF;
	font-size: 13px;
	display: block;
	padding-top: 4px;
	padding-bottom: 5px;
	background: #262262;
	margin-bottom: 8px;
	padding-left: 4px;
}
.testimonials{
	padding:15px;
}
.testimonials img{
	border-radius:50%;
	border:2px solid #FFF;
	height:auto;
	width:80px;
}
.testimonials span,
.testimonials .testimonial-text{
	color:#FFF;
	display: block;
	text-align: center;
}
.testimonials .testimonial-text{
	font-family: "Times New Roman Italic";
	font-size:12px;
}
#fcshellCommonModal .modal-dialog{
    overflow-y: initial !important
}
#fcshellCommonModal .modal-body{
    max-height: 640px;
    overflow-y: auto;
}

.thumbnail {
	margin-bottom:0px;
	border:0px;
	padding:0px;
	border-radius:0px;
}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}
.carousel-control i{
	color:#262262;
}
.gallery-card {
	margin:10px 0px;
}
.gallery-card a{
	display:block;
	color:#000000;
	padding:15px;
	padding-bottom:0px;/**/
	border:1px solid #ddd;
}
.gallery-footer{
	font-family:"Oswald Light";
	padding:8px 5px 0px 5px;
}
.gallery-card .gallery-footer .gallery-title{
	
}
.gallery-card .gallery-footer .gallery-date{
	color:#ccc;
}
.modal-header .close{
	color:#FFF;
	margin-top: -5px;
}
.modal-header,
#modal-gallery .modal-header{
	background:#262262;
	height:42px;
}
#modal-gallery .modal-body{
	background-color:rgba(225,226,230,1);
}
#modal-gallery .carousel{
	width:100%;
	min-height:520px;		
}
.modal-content,
#modal-gallery .modal-content{
	border-radius:0px;
}

#modal-gallery .modal-body{
	padding-top:5px;
	padding-bottom:15px;
}
.modal-title{
	position:relative;
	bottom:5px;
	width:98%;
	color:#FFF;
}
.carousel-control.left, .carousel-control.right{
	margin-top:0px;
}
#general-eq-save,
#general-eq-cancel,
#corporate-eq-save,
#corporate-eq-cancel {
	background-color:#737373;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover{
	background-color:#737373;
	
}
.nav-pills > li > a{
	color:#737373;
	border-radius:0px;
}
.nav-pills > li{
	border: 1px solid #737373;
}
.nav-pills > li + li{
	margin-left:0px;
}
.btn.btn-primary{
	border-radius:0px;
	border: 1px solid #737373;
}
.red{
	color:red;
	position: absolute;
}
/*Media Query*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#fcshell .header-bar-address, #fcshell .header-bar-address *:hover {
		font-size:14px;
	}
	.navbar-inverse .navbar-toggle {
		border-color:#A76D2D;
	}
		.navbar-inverse .navbar-toggle:focus,
		.navbar-inverse .navbar-toggle:hover {
			background-color:#A76D2D;
		}
	.social-media-icons{
		position:unset;
		top:0;
	}
	#fcshell ul.social-media-icons li{
		float:left;
	}
	#banner-area .carousel{
		height:180px;
	}
	
	#calender-row{
		display:none;
	}
	.cshell-right-menu a{
		font-size:14px;
		width:112px;
	}
	.menu-bar-container{
		top:4px;
		width:360px;
		height:32px;
	}
	.menu-bar-container #menu-bar-div.collapse{		
		display:block;
	}
	.menu-bar-container #horizontal-style{
		display:none;
	}
	.menu-layout{
		height:30px;
	}
	.dropdown-content{
		top:52px;
		width:330px;
	}
	#ddlMenu{
		display:block;
		margin-top:2px;
		height:28px;
	}
	#modal-gallery .carousel{
		min-height:192px;
	}
	.footer-col {
		padding-bottom:20px;
	}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
	.team-content-wrapper img.u15team {
		height:158px;
	}
	#academy img{
		width: 316px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
	.team-content-wrapper img.u15team {
		height:158px;
	}
	#academy img{
		width: 316px;
	}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
	.menu-bar-container {
		height:48px;
		width:770px;
	}
	.dropdown-content {
		 width:745px;
	}        
	#menu-bar-div.navbar-collapse {
		padding-left:2px;
		padding-right:2px;
	}
	.calender-tbl, #menu-bar-div ul.nav li a {
		padding: 12px;
		font-size:14px;
	}
	#horizontal-style {
		margin-left:0px;
	}
	.footer-col {
		padding-bottom:15px;
	}
	#modal-gallery .carousel{
		min-height:520px;
	}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
	.menu-bar-container {
		height:48px;
		width:760px;
	}
	.dropdown-content {
		 width:745px;
	}
	#banner-area .carousel{
		height:400px;
	}
	#modal-gallery .carousel{
		min-height:520px;
	}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.menu-bar-container {
		height:48px;
		width:640px;
	}
	.dropdown-content {
		 width:625px;
	}
	.calender-tbl, #menu-bar-div ul.nav li a {
		padding: 12px;
	}
	#banner-area .carousel{
		height:350px;
	}
	#modal-gallery .carousel{
		min-height:350px;
	}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
	.menu-bar-container {
		height:48px;
		width:640px;
	}
	.dropdown-content {
		 width:625px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
@media only screen  and (min-width : 875px) {
	/* Styles */
	.menu-bar-container{
		width:770px;
	}
	#horizontal-style {
		margin-left: 0px;
	}
	.dropdown-content{
		width:745px;
	}
}
@media only screen  and (min-width : 1075px) {
	/* Styles */
	.menu-bar-container{
		width:770px;
	}
	#horizontal-style {
		margin-left: 0px;
	}
	.dropdown-content{
		width:745px;
	}
}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
	.menu-bar-container{
		width: 770px; 
	}
	#horizontal-style {
		margin-left: 0px;
	}
	.dropdown-content{
		width:745px;
	}
	#modal-gallery .carousel{
		min-height:520px;
	}
}



/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
	/* Styles */
	#banner-area .carousel{
		height:800px;
	}
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	#banner-area .carousel{
		height:200px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	#banner-area .carousel{
		height:180px;
	}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.menu-bar-container {
		width:300px;
	}
	.dropdown-content {width:280px;}
	.cshell-right-menu a{
		width:98px;
	}
	#fcshell .header-bar-address, #fcshell .header-bar-address *:hover {
		font-size:14px;
	}
	.gallery-header H3{
		font-size:15px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	.menu-bar-container {
		width:300px;
	}
	.dropdown-content {width:280px;}
	.cshell-right-menu a{
		width:98px;
	}
	#fcshell .header-bar-address, #fcshell .header-bar-address *:hover {
		font-size:14px;
	}
	.gallery-header H3{
		font-size:15px;
	}
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	/* Styles */
	#fcshell .header-bar-address, #fcshell .header-bar-address *:hover {
		font-size:14px;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
	#fcshell .header-bar-address, #fcshell .header-bar-address *:hover {
		font-size:14px;
	}
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
	
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
	
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
	
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
	.social-media-icons{
		position:unset;
		top:0;
	}
	.menu-bar-container {
		height:48px;
		width:600px;
	}
	.dropdown-content {
		 width:600px;
	} 
	
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
	.social-media-icons{
		position:unset;
		top:0;
	}
	.team-content-wrapper img.u15team {
		height:158px;
	}
	#academy img{
		width: 316px;
	}
}    
/*End of media query*/
/*  jssor  */
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
	position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
	position: absolute;
	/* size of bullet elment */
	width: 16px;
	height: 16px;
	background: url('../images/b05.png') no-repeat;
	overflow: hidden;
	cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
.jssora22l.jssora22lds      (disabled)
.jssora22r.jssora22rds      (disabled)
*/
.jssora22l, .jssora22r {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 40px;
	height: 58px;
	cursor: pointer;
	background: url('../images/a22.png') center center no-repeat;
	overflow: hidden;
}
.jssora22l { background-position: -10px -31px; }
.jssora22r { background-position: -70px -31px; }
.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }
.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }
.jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
.jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }
/**/
/*Marquee*/
.marquee {
  height: 118px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee div {
  display: block;
  width: 200%;
  height: 115px;

  position: absolute;
  overflow: hidden;

  animation: marquee 32s linear infinite;
}
.marquee div:hover {
-moz-animation-play-state: paused;
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.marquee span {
  float: left;
  width: 500px;
  margin:10px;
  display:block;
  padding:10px;
  color:#fff;
  height:100px;
  background-color:rgba(38,34,98,.9);
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
/*End Of Marquee*/