body {
	color:#000000;
	font-weight:600;
}

a {
	color:#530FAD;
}

a:hover {
	color:#A166CD !important;
}

.phone-top {
	padding-left:15px;
	color:#B5B8BD;
}

.navbar_ .brand {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    margin: 18px 0;
    padding: 0;
    line-height: 0;
    top: -36px;
}

.header_top {
    background:#0c0c0c;
    display: block;
    border-bottom: 0px solid #EEEEEE;
    overflow: visible;
}

.post-holder {
	margin-bottom:20px;
}

.ribbon2:before {
    border-top: 27px solid #520EAA;
    top: 0;
}

.ribbon2 {
    position: absolute;
    top: 20px;
    right: -5px;
    background: #520EAA;
    border-right: 5px solid #520EAA;
    padding: 15px;
}

.ribbon2:after {
    border-bottom: 27px solid #520EAA;
    bottom: 0;
}

.ribbon {
    background: none repeat scroll 0% 0% #520EAA;
    color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    font-style: italic;
    height: 46px;
    left: -27px;
    line-height: 43px;
    padding: 0px 10px 0px 17px;
    position: absolute;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    top: 34px;
    z-index: 3;
}

.ribbon:before {
    border-color: rgba(0, 0, 0, 0) #520EAA rgba(0, 0, 0, 0) transparent;
    border-style: solid;
    border-width: 0px 26px 27px 0px;
    bottom: -27px;
    content: "";
    height: 0px;
    left: 0px;
    position: absolute;
    width: 0px;
    z-index: 2;
}

.ribbon:after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #520EAA;
    border-style: solid;
    border-width: 23px 0px 23px 15px;
    content: "";
    height: 0px;
    position: absolute;
    right: -15px;
    top: 0px;
    width: 0px;
}

#eventsAll p {
	margin-bottom:0px;
}

.colorRed {
	color:#A70508 !important;
}

.post-holder .entry-title, .post-holder .entry-title a {
    color: #222222;
    font-size: 18px;
    margin-bottom: 5px;
}

#equipmentAll h4 {
	font-size:12px;
	margin:0;
}

#equipmentAll li {
	margin-bottom:8px;
}


.equipment-main-image {
	display:table;
	margin-left:auto;
	margin-right:auto;
	max-width:374px;
}

#nav {
    background: #000000;
    z-index: 999;
    height: auto;
    position: fixed;
	width:100%;
}

.inner-header {
	top:128px;
	margin-bottom:110px;
}

#products p {
	margin-top:0;
}

#products h2 {
	margin-top:0;
	padding-top:0;
	margin-bottom:0;
}

#products h3 {
	margin-bottom:0;
}

#map {
	border-top:2px solid #141F26;
}

.map {
    display: block;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #2D2D2D;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
	cursor:pointer;
}

.accStyle1 {
    color: #ffffff !important;
    background-color: #530FAD !important;;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(180, 180, 180, 0.1) !important;;
    -moz-box-shadow: 0px 0px 0px 0px rgba(180, 180, 180, 0.1) !important;;
    box-shadow: 0px 0px 0px 0px rgba(180, 180, 180, 0.1) !important;;
    border: 1px solid #DEDEDE !important;;
    text-shadow: 0 0px 0px #FFFFFF !important;;
}

.cont-min-height {
	min-height:500px;
}

.wizard > .actions > ul > li.disabled {
  display: none;
}

.steps {
  pointer-events: none;
}

.phone-contact {
	font-size:20px;
}

.page-title {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-family: Monoton;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;  
  word-spacing:30px;
  font-size: 35px;
  text-transform: uppercase;
  line-height: 80px;
}

.page-title:hover {
  color: #FF1177;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
}

.box-color img {
	display:table;
	margin:0 auto;
}

.box-color {
	text-align:center;
}

#footer h3 {
	margin-top:5px;
	margin-bottom:5px;
}

.footer-separator {
	margin-top:0px;
	margin-bottom:0px;
}

footer {
	background:#000000;
}

.owl-menu > li > a {
    color: #fff;
    display: block;
    font: 400 12px/17px 'Open Sans', Arial, sans-serif;
    overflow: hidden;
    padding: 35px 17px 36px;
    position: relative;
    text-align: center;
    z-index: 7;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

#rev_slider_1_1_wrapper {
	top:118px !important;
	margin-bottom:118px !important;
}

.sticky {
    top: 0;
    animation: thedrop 1s 1;
    -moz-animation: thedrop 1s 1;
    -webkit-animation: thedrop 1s 1;
    background: #000000;
    border-bottom: 0px solid #ECECEC;
    position: fixed;
    width: 100%;
}

.sticky .owl-menu > li > a {
    padding: 21px 17px;
}

.sticky .brand img {
    margin-bottom: 6px;
    margin-top: 5px;
    width: 270px;
}

.row-blue h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 3px;
    text-transform: uppercase;
}

.main-headline {
	text-align:center;
	color:#530FAD;
	font-weight:bold;
	font-size:33px;
}


.owl-arrows .owl-with-ul:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    margin-top: -10px;
    position: absolute;
    right: 13px;
    top: 51%;
    width: 0;
}

.owl-menu > li > a:hover {
	color:#ffffff;
}

#products .owl-img-wrapper {
    -webkit-border: -radius: 3px;
    -moz-border: -radius: 3px;
    border: -radius: 3px;
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
    position: relative;
}

.extra-images {
	margin-top:25px;
}

.extra-images div {
	margin-bottom:10px;
}

.tagline {
	padding-top:10px;
	margin-right:10px;
	color:#B5B8BD;
}

.box-color {
	background:#0c0c0c;
}

.owl-tt-menu {
    padding-top: 10px;
}

.expending-item:hover {
	height:250px;
	background:#0c0c0c;
}

.expending-item:hover .expending-img {
	height:100px;
}

.expending-wrapper {
    background: none repeat scroll 0 0 #000000;
    position: relative;
    width: 100%;
    z-index: 99;
}

/*#products {
    background-image: url("../images/equipment_bg.jpg") !important;
}*/

.lead {
	color:#000000;
}

.expending-item.i .expending-img {
    background-image: url("../images/big-buck.jpg");
	background-position:center;
}

.expending-item.i a, .expending-item.i div.expending-handle {
    background-color: #AF0B0B;
    border: 1px solid #AF0B0B;
}

.expending-item.ii .expending-img {
    background-image: url("../images/dart-machine.jpg");
	background-position:center;
}

.expending-item.ii a, .expending-item.ii div.expending-handle {
    background-color: #FF3900;
    border: 1px solid #FF3900;
}

.expending-item.iii .expending-img {
    background-image: url("../images/juke-pop.jpg");
    background-position:center;
}

.expending-item.iii a, .expending-item.iii div.expending-handle {
    background-color: #499FED;
    border: 1px solid #499FED;
}

.expending-item.iv .expending-img {
    background-image: url("../images/pool-table.jpg");
    background-position:center;
}

.expending-item.iv a, .expending-item.iv div.expending-handle {
    background-color: #008B41;
    border: 1px solid #008B41;
}

.expending-item.v a, .expending-item.v div.expending-handle {
    background-color: #530FAD;
    border: 1px solid #530FAD;
}

.expending-item.v .expending-img {
    background-image: url("../images/silver-strike-bowling.jpg");
	background-position:center;
}

.expending-item.vi a, .expending-item.vi div.expending-handle {
    background-color: #BE008A;
    border: 1px solid #BE008A;
}

.expending-item.vi .expending-img {
    background-image: url("../images/atm.jpg");
	background-position:center;
}

#about-section {
    background-image: url("../images/eagle-bkg.jpg");
	background-repeat:no-repeat;
	background-position:center;
}
#about-section h3 {
	font-size:30px;
}

.extra-wrap {
	line-height:21px;
	margin-top:13px;
}

.list-number li {
    display: block;
    margin-bottom: 30px;
}

#background-section {
    background: url("../images/parallax-bg.jpg") no-repeat scroll center bottom;
    background-size: cover;
	padding-top:150px;
	padding-bottom:150px;
}

.neon-text {
	font-size:70px;
	text-align:center;
	line-height:100px;
}


#no {
	font-size:70px;
	text-align:center;
	font-weight:bold;
	line-height:100px;
}


.row-blue:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    border-style: solid;
    border-width: 18px 17px;
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    width: 37px;
	z-index:100 !important;
}

.row-blue {
    background: url(../images/texture-bg.png) repeat fixed 0 0 #530FAD;
    display: block;
    padding: 50px 0;
    position: relative;
}

.partner-button {
	display:table;
	margin:0 auto;
	margin-top:70px;
}

.partner-tagline {
	font-size:14px;
	font-weight:bold;
}

#products p {
	margin-top:0px;
}

#products h4 {
	margin-bottom:0px;
	font-size:12px;
}

#products h3 {
	font-size:30px;
}

#products h2 {
	font-weight:bold;
}

.product {
	margin-bottom:40px;
}

#about-section p {
	font-size:14px;
}

#about-section .extra-wrap {
	font-size:18px;
}

.expending-item a {
    margin: auto;
    opacity: 0;
    color: #fff;
    padding: 10px;
    width: 130px;
    display: block;
    background-color: #74C32D;
    border: 1px solid #63BA26;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.expending-wrapper h2 {
	color:#ffffff !important;
}

.addressFooter {
    display: block;
    height: 78px;
    font-size: 25px;
    margin-top: 30px;
}

#member {
    background: url(../images/member_bg.jpg) !important;
	background:#D8D8D8;
}

.center-block {
	display:table;
	margin:0 auto;
}

.animBtn {
	color:#ffffff;
}

.animBtn .border {
	border:1px solid #EE5454;
}

.animBtn .top {
	background-color:#EE5454;
}

.animBtn .right {
	background-color:#EE5454;
}

.animBtn .left {
	background-color:#EE5454;
}

.animBtn .bottom {
	background-color:#EE5454;
}

.flat.red {
    background: -moz-linear-gradient(270deg, #EE5454 0%, #c40e11 100%);
    background: -webkit-gradient(linear, 270deg, color-stop(0%, #EE5454), color-stop(100%, #c40e11));
    background: -webkit-linear-gradient(270deg, #EE5454 0%, #c40e11 100%);
    background: -o-linear-gradient(270deg, #EE5454 0%, #c40e11 100%);
    background: -ms-linear-gradient(270deg, #EE5454 0%, #c40e11 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE5454', endColorstr='#c40e11', GradientType='1');
    background: linear-gradient(180deg, #EE5454 0%, #c40e11 100%);
    border: 1px solid #c40e11;
}



/* Neon Effect */
@font-face {
  font-family: 'Monoton';
  font-style: normal;
  font-weight: 400;
  src: local('Monoton'), local('Monoton-Regular'), url(http://themes.googleusercontent.com/static/fonts/monoton/v4/AKI-lyzyNHXByGHeOcds_w.woff) format('woff');
}

.neon-text a {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  font-family: Monoton;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;  
  word-spacing:30px;
}

.neon-text-shadow {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #520EAA, 0 0 15px #520EAA, 0 0 15px #520EAA, 0 0 10px #520EAA, 0 0 10px #520EAA;
}

.neon-text a:hover {
  color: #FF1177;
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
}

.inner-header {
    background: url("../images/page-header-bg.jpg");
    height: 139px;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    z-index: 8;
}

#equipment .item img {
	max-width:100%;
}

#sync1 .item{
    text-align: center;
}

#sync2 .synced .item {
    background: none;
}

#sync2 .synced .item{
}
 
#equipment .owl-controls {
	display:none !important;
}

.inside-page ul {
	padding-left:50px;
}

.equipment-details li {
	list-style:disc;
}

h3 {
	margin-top:0;
	margin-bottom:0;
}

legend {
	padding-top:20px;
	padding-bottom:20px;
}

.important {
	color:#8E0709;
	font-weight:bold;
}

#gameNote {
	margin-top:63px;
}

#league-signup-steps em {
	color:#A70508;
}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}

 .owl-menu .single-dropdown .submenu-container, .owl-nav-list-single {
    border-top: 3px solid #530FAD;
}

.owl-menu > li > a:hover:before, .owl-menu > li > a:focus:before, .owl-with-ul.active:before {
	 color: #530FAD; 
	 text-shadow: 9px 0 #530FAD, -9px 0 #530FAD; 
}

.location-tip {
    background: none repeat scroll 0 0 #530FAD;
}

.location-tip .tooltip-bottom {
    border-right: 6px solid #530FAD;
}

.owl-menu .owl-nav-list a, .owl-menu .owl-nav-list-single a {
    color: #000000;
    font: bold 12px/17px 'Open Sans', Arial, sans-serif;
}


@media screen and (max-width: 1200px) {
	.equipment-img {
		max-width:374px;
	}
}

@media screen and (max-width: 1100px) {
	.fb-page {
		max-width:320px;
	}
}

@media screen and (max-width: 1020px) {
	.fb-page {
		display:none !important;
	}
	
	.row {
		margin-left:0;
		margin-right:0;
	}
}

@media (max-width: 992px) {
.owl-menu > li {
    background: #31353D;
}

.owl-menu .single-dropdown ul {
    background: none repeat scroll 0 0 #31353D;
}

.owl-menu .single-dropdown .submenu-container, .owl-nav-list-single {
    border-top: 0px solid #1B98E0;
}

.owl-menu .owl-nav-list-single a {
    color: #ffffff;
}

.owl-menu .owl-nav-list-single .owl-nav-list-single {
    background: none repeat scroll 0 0 #31353D;
}

.owl-menu > li > a {
    padding: 21px 17px 13px;
}
}

@media screen and (max-width: 991px) {
	
  .ribbon2 {
	  display:none;
  }
  
  #rev_slider_1_1_wrapper {
	  top:0px !important;
	  margin-bottom:0px !important;
  }
  
  .inner-header {
	   top: 0px; 
	   margin-bottom: 0px; 
  }  
  
  #nav {
	  position:relative;
  }
	
  .darts-btn {
	  left:74% !important;
  }
 
 .league-info {
	 text-align:center;
 }
 
 .post-pad {
	 padding:20px 10px;
 }
 
 .ribbon {
	 display:none;
 }
 
 .sidebar {
	 display:none;
 }
 
 .page-title {
	 font-size:15px;
	 word-spacing:15px;
 }

 .navbar_ .brand {
	position: relative;
	display: inline-block;
	overflow: hidden;
	margin: 18px 0;
	padding: 0;
	line-height: 0;
	top: 0;
  }
  
  .partner-tagline {
	  display:block;
	  text-align:center;
  }

  #equipment #sync2 {
	  display:none !important;
  }
  
  .navbar_ .brand img {
	  width:200px;
  }
  
  .cat-title {
	  margin-top:4px;
  }
  
  #rev_slider_1_1_wrapper {
  }
  
  .inner-header {
  }
  
  .neon-text {
	  font-size:30px;
	  line-height:50px;
  }
  
  .hidden-991 {
	  display:none;
  }
  
  .row-blue:before {
	  display:none;
  }
  
  .row-blue:after {
	  display:none;
  }
  
  .row-blue h3 {
	  text-align:center;
  }
  
  .row-blue p {
	  text-align:center;
	  margin-bottom:15px;
  }
  
  #about-section h3 {
	  text-align:center;
  }
  
  .third .title span {
	  float:none;
	  padding:0 !important;
	  text-align:center;
  }
  
  .third .title {
	  background:none;
  }
  
  #about-section p {
	  text-align:center;
  }
  
  #footer h3 {
	  text-align:center;
  }
  
  #footer p {
	  text-align:center;
  }
  
  .footer-list {
	  display:table;
	  margin:0 auto;
  }
  
  .partner-button {
	  margin-top:0px;
  }
  
  #about-section {
	  padding:10px 0 !important;
  }

}

@media screen and (max-width: 800px) {
	.row {
		margin-left:0px;
		margin-right:0px;
	}
}

@media screen and (max-width: 768px) {
	
	.mobile-padding-1 {
		padding-top:20px;
		padding-bottom:20px;
	}
	
	#products h3 {
		font-size:14px;
	}
	
	.owl-theme .owl-controls .owl-buttons div {
		margin-top:18px;
	}
	
	.third {
		padding-top:10px;
	}
	
	.products-title {
		margin-top:30px !important;
	}
	
	.row-blue h3 {
		font-size:16px;
	}
	
	.main-headline {
		font-size:23px;
	}
	
	.darts-btn {
		left:76% !important;
	}
	
	.inner-header {
		height: 77px;
	}
	
	.caption-wrap {
		margin:0;
	}	
	
	.page-title {
		font-size:10px;
		word-spacing:10px;
	}
	
}

@media screen and (max-width: 767px) {
	.owl-menu {
		border: 1px solid #979BA3;
		background: #fff;
	}
	
	body {
		background-color:#530FAD;
	}
}

@media screen and (max-width: 560px) {
	.wizard > .steps > ul > li {
		width:100% !important;
	}
}

@media screen and (max-width: 480px) and (orientation : portrait) {
	
	.darts-btn {
		left:74% !important;
	}
	
}


@media screen and (max-width: 480px) and (orientation : landscape) {
	
	.hidden-480-l {
		display:none;
	}
	
	.row-blue {
	padding-top:175px;
	}

	
}

@media screen and (max-width: 320px) {
	.hidden-380 {
		display:none;
	}
	
	.row-blue {
		padding-top:166px;
	}
	
}










