/*
Theme Name: OverKlocked WP Theme
Theme URI: http://html5blank.com
Version: 1.0
Author: Stephen Tremblett
***********************************/



/*
general styles
***********************************/
.logo img {
    width: 200px;
}
html, body {
	background:url(img/bkgPattern.jpg) repeat top left transparent;
	overflow-x:hidden;
}
article a {
	color:white;
}
article a:hover {
	opacity:0.3;
}
a,
a img {
	transition-duration:0.25s;
}
.btn {
	border-width:1px;
	border-style:solid;
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	font-size:17px;
	padding:10px 30px;
	text-decoration:none;
}
.btn.bottomPage {
	display:block;
	text-align:center;
	border:0;
	background-color:#0099ff;
	color:white;
	margin:50px -100px -100px;
	padding:30px 0;
	border-radius:0 0 10px 10px;
	font-size:20px;
}
.btn.bottomPage:hover {
	opacity:1;
	background-color:white;
	color:#0099ff;
}
.clear {
	clear:both;
}
hr {
	margin:50px 0;
	height:1px;
	background-color:rgba(255,255,255,0.2);
	border:0;
	padding:0;
}
.post-edit-link {
	display:none;
}
.center {
	text-align:center;
}
body.page-id-9 h3.center {
  margin: 0 0 90px;
}
img.alignright {
  float: right;
  margin-left: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}
img.alignright.size-large.wp-image-288 {
  max-width: 600px;
  margin-top: -150px;
}

@media only screen and (max-width:800px) {
	.btn.bottomPage {
		margin:50px 0px 0px;
		border-radius:0;
	}
}
@media only screen and (max-width:480px) {
	.btn.bottomPage {
		margin:50px 0px 0px;
		padding-right:15px;
		padding-left:15px;
	}
	img {
		max-width:100% !important;
	}
	img.alignright {
		display:block;
		float:none;
		margin:50px 0;
	}
	img.alignright.size-large.wp-image-288 {
		margin-top:50px;
	}
}


/*
font styles
***********************************/
body,
p {
	font-family:'Source Sans Pro',Helvetica,Arial,sans-serif;
	font-size:15px;
	color:#fff;
	line-height:26px;
}
.yellow {
	color:#fcff00;
}
h1,
h2,
h3,
h4,
h5 {
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	line-height:1.6;
}
h1 {
	text-transform:uppercase;
}
h2 {
	font-size:40px;
	font-weight:100;
	margin-top:0;
}
h3 {
	font-size:30px;
	font-weight:300;
}
html body h3 i {
  font-size: 20px;
  margin-right: 15px;
  position: relative;
	color:#fcff00;
  top: -3px;
}
h4 {
	font-size:20px;
}
p.maxWidth {
	margin:0 auto 40px;
	max-width:600px;
	font-size:17px;
	letter-spacing:1px;
	font-weight:200;
}
html body blockquote {
  font-family: 'Oswald',Helvetica,Arial,sans-serif;
  font-size: 22px;
  line-height: 40px;
  font-weight: 200;
  padding: 65px 135px;
  margin: 85px -135px;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  background-color: #0099ff;
}
html body.hours-pricing blockquote {
	margin-bottom:0;
}
.su-row.hours {
  background-color: rgba(0,0,0,0.2);
  padding: 25px 30px;
  margin-left: -30px;
}
.su-row.pricing h3 {
	color:#fcff00;
	margin-top:0;
}

@media only screen and (max-width:880px) {
	h2 {
		font-size:30px;
		line-height:40px;
	}
	h3 {
	  font-size: 25px;
	}
}
@media only screen and (max-width:480px) {
	html body blockquote {
	    margin: 85px -35px;
	    padding: 65px 35px;
	    font-size: 18px;
	    line-height: 30px;
	}
	html body .su-row.pricing .su-column-size-1-3 .su-row .su-column {
    margin-bottom: 0 !important;
	}
	html body .su-row.pricing {
		margin:35px 0 0;
	}
	html body .pricing .su-column.su-column-size-1-3 {
    padding: 25px;
	}
}



/*
frame styles
***********************************/
.container {
	width:1300px;
	margin:0 auto;
	position:relative;
	transition-duration:0.25s,0.35s;
}
.container img {
  max-width: 100%;
}
.su-row.bkg {
  margin: 100px -100px;
  padding: 100px;
  background-color: rgba(255,255,255,0.03);
}

@media only screen and (max-width:1465px) {
	.container {
		width:auto;
		margin:0 75px;
	}
}
@media only screen and (max-width:960px) {
	.container {
		width:auto;
		margin:0 45px;
	}
	.su-row.hours .su-column {
    width: 50% !important;
    float: left !important;
	}
}
@media only screen and (max-width:480px) {
	.container {
		width:auto;
		margin:0;
	}
}



/*
nav styles
***********************************/
header {
	position:fixed;
	z-index:15;
	top:0;
	width:100%;
}
.logo {
	position:absolute;
	top:20px;
	left:20px;
	z-index:10;
}
.nav {
  background-color: #1b1b1b;
	display:table;
	width:100%;
}
.nav ul {
	margin:0;
	padding:0 0 0 150px;
}
.nav ul li {
	float:left;
	width:20%;
	list-style:none;
	position:relative;
}
.nav ul li:before {
	width:1px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(255,255,255,0.15);
	content:" ";
}
.nav ul li a {
	padding:25px 0;
	display:block;
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	font-weight:400;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	position:relative;
}
.nav ul li a:after {
	height:0px;
	width:100%;
	bottom:0px;
	left:0;
	position:absolute;
	background-color:#fcff00;
	transition-duration:0.25s;
	content:" ";
}
nav ul li.current-menu-item a {
    color: #fcff00;
}
.nav ul li:last-child a {
	background-color:#0099ff;
}
.nav ul li a:hover {
	background-color:#3b3b3b;
}
.nav ul li a:hover:after {
	height:5px;
	bottom:-5px;
}
.nav ul li:last-child a:hover {
	background-color:#fff;
	color:#0099ff;
}
i.menu-2 {
	display:none;
}

@media only screen and (max-width:960px) {
	header {
    position: relative;
	}
	i.menu-2 {
		display: block;
    position: fixed;
    font-size: 25px;
    right: 20px;
    top: 15px;
		z-index:99999;
	}
	.nav ul {
		z-index:9999;
		display:none;
		position:fixed;
		height:100%;
		right:0;
		top:0;
		padding:0;
		margin:0;
		width:300px;
		background-color:#202020;
		box-shadow:-5px 0 20px rgba(0,0,0,0.6);
	}
	.nav ul li {
		float:none;
		display:block;
		text-align:center;
		width:100%;
	}
	.nav ul li a:hover {
		border:0;
		background-:#3b3b3b;
	}
	.nav ul li a:after {
		content:none;
	}
}
@media only screen and (max-width:480px) {
	.nav ul {
		width:85%;
	}
}



/*
footer styles
***********************************/
footer {
	background:url(img/footerBkg.jpg) no-repeat bottom center transparent;
	padding:100px 0 250px;
}
.footerLogo {
	float:left;
	width:250px;
}
.footerInfo {
	float:right;
}
footer ul {
	margin:0;
	padding:0;
}
footer ul li {
	list-style:none;
	float:left;
	margin-left:75px;
}
footer ul ul {
	float:left;
	margin-right:30px;
}
footer ul ul:last-child {
	margin-right:0;
}
footer ul ul li {
	float:none;
	margin-left:0;
}
footer p {
	margin:0;
}
footer h3 {
	font-size:22px;
	font-weight:500;
}
footer i {
	font-size:25px;
	margin-right:5px;
	transition-duration:0.25s,0.35s;
}
footer i.facebook-2 {
	color:#2c428e;
}
footer i.twitter-2 {
	color:#3372db;
}
footer i:hover {
	color:white;
}
footer a {
	text-decoration:none;
	font-style:italic;
	color:#fcff00;
}
footer a:hover {
	color:#0099ff;
}
p.copyright {
	text-transform:uppercase;
	font-size:13px;
	color:rgba(255,255,255,0.35);
}

@media only screen and (max-width:1250px) {
	footer ul li {
		margin-left:50px;
	}
}
@media only screen and (max-width:1150px) {
	.footerLogo {
		display:none;
	}
	.footerInfo {
		width:100%;
	}
	footer ul li {
		float:left;
		margin-left:0;
		width:33.333%;
	}
	footer ul li:nth-child(3n) {
		display:none;
	}
}
@media only screen and (max-width:800px) {
	footer {
		padding:0 0 100px;
		background-position: center;
	}
	.footerInfo {
		display:none;
	}
}
@media only screen and (max-width:480px) {
	footer {
		display:none;
	}
}



/*
homepage styles
***********************************/
div#homeEvents {
  margin-top: 60px;
}
#homeEvents .eventBlock {
  height: 175px;
}
#landing {
	padding:200px 0 0;
	background-position:top center;
	margin-top:76px;
	background-size:cover;
}
#landing h1 {
	text-transform:uppercase;
	font-weight:900;
	font-size:55px;
	line-height:70px;
	letter-spacing:-1px;
	margin:0 auto;
	max-width:850px;
	text-align:center;
}
#homeActions {
	margin-top:200px;
	text-align:center;
	background-color:#0099ff;
}
#homeActions .su-row {
	margin-bottom:0;
}
#homeActions .su-column {
  position: relative;
  margin: 0;
  width: 33.333%;
}
#homeActions .su-column:before {
	content:" ";
	position:absolute;
	height:100%;
	width:1px;
	left:0;
	top:0;
	background-color:rgba(255,255,255,0.2);
}
#homeActions i {
	display:block;
	width:100%;
	position:absolute;
	top:-20px;
	font-size:35px;
	pointer-events:none;
	transition-duration:0.25s;
}
#homeActions a {
	font-size:20px;
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#fcff00;
	display:block;
	width:100%;
	padding:45px 0 35px 0;
}
#homeActions a:hover {
	background-color:#fff;
	color:#0099ff;
	font-size:23px;
}
#homeActions .su-column:hover i {
	font-size:48px;
	color:#0099ff;
	top:-27px;
}
#infoBar {
	background-color:#1f1f1f;
	text-align:center;
}
#infoBar .su-row {
	margin-bottom:0;
}
#infoBar .su-column {
	padding:15px 0;
	margin:0;
	width:50%;
	position:relative;
}
#infoBar .su-column:before {
	content:" ";
	position:absolute;
	height:100%;
	width:1px;
	left:0;
	top:0;
	background-color:rgba(255,255,255,0.1);
}
#infoBar .su-column:last-child:after {
	content:" ";
	position:absolute;
	height:100%;
	width:1px;
	right:0;
	top:0;
	background-color:rgba(255,255,255,0.1);
}
.mabel-bhi-businesshours {
	display:inline-block;
	line-height:8px;
}
#infoBar .su-column:last-child strong {
    display: inline-block;
}
.mabel-bhi-businesshours tr {
	display:none;
}
.mabel-bhi-businesshours tr.mbhi-is-current {
	display:block;
}
#infoBar a {
	margin-left:10px;
	color:#fcff00;
	font-style:italic;
}
.home #content {
	display:table;
	width:100%;
}
#sysInfo {
	text-align:center;
}
#sysLogos {
	margin:85px auto;
	display:block;
}
#sysInfo .btn {
	background-color:#1b1b1b;
	border-color:#353535;
	color:white;
	display:inline-block;
	position:relative;
	z-index:10;
}
#sysInfo .btn:after {
	height:1px;
	width:510px;
	right:-510px;
	position:absolute;
	top:23px;
	content:" ";
	background-color:#353535;
}
#sysInfo .btn:hover {
	background-color:#fcff00;
	border-color:#fcff00;
	color:#3b3b3b;
}
.home #about {
	display:block;
	width:50%;
	margin-top:-23px;
	background:url("img/aboutBkg.jpg") no-repeat center center transparent;
	background-size:cover;
	position:relative;
	z-index:5;
}
#aboutInner {
	margin:35px;
	display:inline-block;
	padding:125px 75px;
	border:1px solid white;
}
#about .btn {
	position:absolute;
	bottom:35px;
	background-color:white;
	color:#3b3b3b;
	border-color:white;
}
#about .btn:hover {
	background-color:#3b3b3b;
	border-color:#3b3b3b;
	color:white;
}
#weekly {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	text-align:right;
}
.weeklyBlock {
	border-bottom:1px solid #353535;
	display:block;
	height:134px;
	margin-bottom:25px;
}
.weeklyImg {
  display: block;
  width: 190%;
  height: 135px;
  position: absolute;
  float: left;
  background-position: top right;
  left: -135%;
  background-size: cover;
}
.weeklyText {
	float:right;
	width:40%;
}
#weekly h4 {
	margin-bottom:0;
	margin-top:10px;
}
#weekly p {
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	font-size:17px;
}
#pricing {
	padding-top:45px;
	text-align:center;
}
#pricing h3 {
	text-align:left;
}
#pricing .su-row {
    border: 1px solid #353535;
    padding: 45px;
}
#pricing .su-column-size-1-6 {
	background-color:#2f2f2f;
	padding:25px 10px;
	border-bottom:3px solid #0099ff;
}
html body .pricing .su-row .su-column:nth-child(2) {
    font-weight: 900;
    font-family: 'Oswald',Helvetica,Arial,sans-serif;
}
#pricing h4 {
	margin:0 0 25px;
	font-weight:300;
}
.price {
	font-size:40px;
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	font-weight:900;
}
#pricing .btn {
	background-color: #1b1b1b;
  border-color: #353535;
  color: white;
  display: inline-block;
  position: relative;
  z-index: 10;
	top:-47px;
}
#pricing .btn:hover {
	background-color:#0099ff;
	border-color:#0099ff;
}
@media only screen and (max-width:1360px) {
	html body #aboutInner h3 {
		font-size: 25px;
		line-height: 38px;
	}
	#pricing h4 {
    font-size: 18px;
	}
}
@media only screen and (max-width:1100px) {
	#landing {
		padding:180px 0 0;
	}
	#homeActions {
    margin-top: 180px;
	}
	html body #aboutInner h3 {
		font-size: 25px;
		line-height: 38px;
	}
	#pricing h4 {
    font-size: 18px;
	}
	#aboutInner {
    padding: 90px 55px;
	}
	.weeklyText {
    float: right;
    width: 50%;
	}
	.weeklyImg {
		width:180%;
	}
}
@media only screen and (max-width:960px) {
	#infoBar .su-column {
    width: 100%;
		border-bottom:1px solid rgba(255,255,255,0.05);
	}
	#infoBar .su-column:before,
	#infoBar .su-column:last-child:after {
		content:none;
	}
	#pricing .su-column-size-1-6 {
    width: 30.3333%;
		margin:1.5%;
	}
	#aboutInner {
    padding: 45px;
    margin: 10px;
	}
	#about .btn {
    bottom: 0px;
	}
}
@media only screen and (max-width:748px) {
	.home #about {
    width: 100%;
	}
	#weekly {
    position: relative;
    width: 100%;
	}
	#sysLogos {
		width:auto;
		max-width:90%;
		margin-right:auto;
		margin-left:auto;
	}
}
@media only screen and (max-width:480px) {
	#homeEvents {
		display:none;
	}
	#aboutInner {
		padding: 55px 35px 75px;
		margin: 0px;
		border:0;
	}
	#pricing h3 {
    margin: 0 35px;
	}
	#pricing .su-row {
		border:0;
	}
	#landing h1 {
    font-size: 35px;
    line-height: 45px;
	}
	#landing {
    padding: 100px 0 0;
	}
	#homeActions {
    margin-top: 90px;
	}
	#homeActions a {
		padding:35px 0;
	}
	#homeActions .su-column {
    border-bottom: 1px solid rgba(255,255,255,0.2);
		margin:0 !important;
	}
	#homeActions i {
    display: none;
	}
	#infoBar .su-column-inner.su-clearfix {
    margin: 0 35px;
	}
	#infoBar .su-column-inner.su-clearfix a {
    display: block;
	}
	#infoBar .su-column {
    margin-bottom: 0 !important;
	}
	#sysLogos {
		display:none;
	}
	#sysInfo .btn {
		display:none;
	}
	.home #about {
		margin-top:0;
	}
	.weeklyImg {
    width: 100%;
    left: -35px;
		float:none;
		position:relative;
	}
	.weeklyText {
    float: none;
    width: 100%;
    position: relative;
    left: -35px;
	}
	.weeklyBlock {
    height: auto;
    border-bottom: 0;
    margin-bottom: 45px;
	}
	#weekly h3.yellow {
    margin-right: 35px;
		margin-top:55px;
	}
}



/*
pageHeader styles
***********************************/
#pageHeader {
  display: block;
  width: 100%;
  position: relative;
	margin-top: 76px;
  background-color: #0099ff;
}
#pageHeaderBkg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  filter: grayscale(100%);
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 5;
}
#pageHeader h1 {
  position: relative;
  z-index: 10;
  font-size: 50px;
  margin: 0;
  padding: 150px 0 395px;
  line-height: 50px;
  bottom: -20px;
  letter-spacing: 10px;
  text-align: center;
	transition-duration:0.25s,0.35s;
}
#pageHeader hr {
  position: absolute;
  bottom: -150px;
  width: 100%;
  left: 0;
  background-color: #0099ff;
  height: 2px;
}
#pageHeader hr:after {
	position:absolute;
	right:-100%;
	height:100%;
	width:100%;
	bottom:0;
  background-color: #0099ff;
	content:" ";
}

@media only screen and (max-width:880px) {
	#pageHeader h1 {
		padding:100px 0 345px;
	  font-size: 40px;
	}
}



/*
event page styles
***********************************/
#eventInfo {
	display:block;
	margin:-100px -100px 100px;
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	font-size:20px;
	color:#2b2b2b;
	position:relative;
	background-color:#fcff00;
	border-radius:10px 10px 0 0;
	padding:25px 100px;
	text-align:center;
}
#eventInfo span {
	font-size:13px;
	display:block;
	text-transform:uppercase;
}
#eventInfo ul {
	margin:0;
	padding:0;
}
#eventInfo li {
	float:left;
	list-style:none;
	margin: 0;
	width:25%;
	position:relative;
}
#eventInfo li:first-child:before,
#eventInfo li:after {
	position:absolute;
	top:0;
	height:100%;
	width:1px;
	background-color:rgba(0,0,0,0.3);
	content:" ";
}
#eventInfo li:first-child:before,
#eventInfo li:nth-child(4):after {
	content:none;
}
#eventInfo li:after {
	right:0;
}
.registerBtn {
	color:white;
  background-color: #0099ff;
	font-size:25px;
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	display:block;
	margin: 50px -100px -100px;
	padding: 30px 75px;
	text-decoration:none;
	border-radius:0 0 10px 10px;
	text-align:right;
}
.registerBtn:hover {
	background-color:white;
	color:#0099ff;
	opacity:1;
}
.eventsBox ul {
  margin-left: 0;
  padding-left: 18px;
}
.eventsBox ul li {
	margin-bottom:15px;
}
.eventsBox {
    padding: 40px 45px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 15px;
}
.eventsBox h3 {
	margin-top:0;
}

@media only screen and (max-width:800px) {
	.registerBtn {
		margin:50px 0px 0px;
		border-radius:0;
		padding: 20px 15px;
		text-align:center;
	}
}
@media only screen and (max-width:480px) {
	#eventInfo li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
	}
	#eventInfo li:first-child:before,
	#eventInfo li:after {
		content:none;
	}
	.eventsBox {
		margin:0 -35px 45px;
		border-radius:0;
	}
}



/*
event listing styles
***********************************/
body.page-template-events article.type-page {
	padding:0;
}
.eventBlock {
	display:block;
	margin:0 -0px 45px;
	height:225px;
	overflow:hidden;
	position:relative;
	border-bottom:5px solid #0099ff;
	transition-duration:0.25s,0.35s;
  box-shadow: 0 0 30px rgba(0,0,0,0.65);
	background-color:#1b1b1b;
}
.eventBlockImg img {
	margin-top:-10%;
}
.eventBlockTitle a {
	text-decoration:none;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:100;
	background-color:#0099ff;
	color:white;
	padding:20px 55px;
}
.eventBlockDate {
	position:absolute;
	bottom:88px;
	left:0px;
	background-color:#fcff00;
	font-family:'Oswald',Helvetica,Arial,sans-serif;
	font-size:18px;
	color:#2b2b2b;
	padding:8px 16px 8px 55px;
}
.eventBlock:hover {
	border-bottom-color:white;
}
.eventBlock:hover .eventBlockTitle a {
	opacity:1;
	background-color:white;
	color:#0099ff;
}
#eventsLeft {
  float: left;
  width: 60%;
  margin-top: -78px;
}
body.home #homeEvents h2 {
	margin-top:0px;
}
body.home #eventsLeft {
	margin-top:0;
}
html body.single-wpsc-product #eventsLeft {
  width:100%;
}
#eventsRight {
	float:right;
	width:35%;
}
html body.single-wpsc-product #eventsRight {
  display: none;
}
#gowContainer {
	padding:55px;
	background: url(img/bkgPatternBlue.jpg) repeat top left transparent;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 40px rgba(0,0,0,0.65);
  border-top: 1px solid #fff;
}
#gowContainer:after {
  width: 300%;
  right: -300%;
  position: absolute;
  top: -1px;
  background: url(img/bkgPatternBlue.jpg) repeat top left transparent;
  height: 100%;
  z-index: 10;
  border-top: 1px solid #fff;
  content: " ";
}
#eventsRight h3 {
	color:#fcff00;
}
#eventsRight h3:first-child {
	margin-top:0;
	margin-bottom:0;
}
#eventsRight h4 {
	margin-top:0;
	font-weight:500;
}
#eventsRight #gowContent h3:first-child {
	margin-top:35px;
}
#eventsRight img {
	max-width:100%;
}
#default_products_page_container .eventBlock:last-child {
    margin-bottom: 75px !important;
}
@media only screen and (max-width:1000px) {
	#eventsRight,
	#eventsLeft {
		float:none;
		display:block;
		width:100%;
		margin-bottom:45px;
	}
}
@media only screen and (max-width:480px) {
	.eventBlock {
    margin: 0 35px 35px;
    border-bottom: 0;
    border-radius: 5px;
	}
	#gowContainer {
		border-radius:0;
		border:0;
		padding:35px;
	}
	#eventsLeft,
	#eventsRight {
		margin-bottom:0;
	}
	div#eventsLeft {
    margin-top: 75px;
    text-align: center;
	}
	html body.page-id-9 article img {
    max-width: 300%;
    margin-left: -150%;
    margin-top: 35px;
    margin-bottom: 15px;
	}
	.eventBlock:first-child {
    margin-top: -50px;
	}
	.eventBlockTitle a {
    padding: 10px 0;
    font-size: 19px;
    line-height: 24px;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: auto;
    top: 42px;
	}
	.eventBlockImg img {
		width: 250%;
    max-width: 250% !important;
    margin-top: 0%;
    margin-left: -50%;
	}
	.eventBlockDate {
    bottom: auto;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 8px 0;
	}
}



/*
innerpage styles
***********************************/
html body.page-id-348 h4 {
  margin-bottom: -5px;
}
html body.page-id-348 .su-column-size-1-2:nth-child(1) {
  background-color: rgba(255,255,255,0.05);
  margin-left: -100px;
  width: 53%;
  margin-top: -115px;
  padding: 150px 50px 100px 95px;
}
html body.page-id-348 .su-column-size-1-2:nth-child(1) h3 {
	margin-bottom:5px;
}
html body #submenu ul {
  margin: -140px 0 50px;
  padding: 0;
  background-color: #fff;
  display: table;
  width: 100%;
}
html body #submenu li {
  float: left;
  width: 33.333%;
  text-align: center;
}
html body #submenu li {
	list-style:none;
}
html body #submenu li a {
  color: #0099ff;
  text-decoration: none;
  display: block;
  padding: 25px 15px !important;
  border-right: 1px solid rgba(0,0,0,0.15);
  font-weight: bold;
  text-transform: uppercase;
}
html body #submenu li a:hover,
html body #submenu li.active a {
  background-color: #0099ff;
	opacity:1;
  color: white;
}
body.page main,
body.single-post main,
body.wp-e-commerce main {
	padding-top:100px;
}
body.home main {
	padding-top:0;
}
article.type-page,
article.type-post,
article.wpsc-product,
#gamesWrapper {
  background: url(img/bkgPatternBlue.jpg) repeat top left transparent;
  padding: 100px;
  margin-top: -300px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 40px rgba(0,0,0,0.65);
  border-top: 1px solid #fff;
	border-radius:10px;
}
html body #gamesWrapper {
	margin-top:-200px;
}
body.page-template-events article.type-page {
	background:none;
	box-shadow:0 0;
	border:0;
	border-radius:0;
}
html body.location iframe {
  width: 118.2%;
  height: 400px;
  margin: -115px 0 0 -100px;
	border-radius:10px 10px 0 0;
}
.su-row.pricing {
  margin: 0px -100px -100px;
  border-radius: 0 0 10px 10px;
  background-color: rgba(255,255,255,0.05);
	font-size:18px;
}
.pricing .su-column .su-row {
  margin-bottom: 12px;
}
.pricing .su-column.su-column-size-1-3 {
  padding: 75px;
  margin: 0 !important;
  width: 33.3333%;
}
.pricing .su-column.su-column-size-1-3:nth-child(2) {
	background-color: rgba(255,255,255,0.035);
}
.pricing ul {
	margin-left:20px;
	padding-left:0;
}
.pricing li {
	margin-bottom:15px;
}
img.alignnone.wp-image-188.size-full {
  margin: 65px 0;
}
.systemIntro ul {
  margin: 0;
  padding-left: 0px;
}
.systemIntro ul li {
  list-style: none;
  border: 1px solid rgba(255,255,255,0.1);
  margin-bottom: 5px;
  padding: 5px 15px;
}
.mainRoom img {
  max-width: 117% !important;
  margin: -60px 0 0 -150px;
	border-bottom:5px solid #0099ff;
}
.consoles img {
  max-width: 117% !important;
  margin: 0px 0 0 -150px;
	border-bottom:5px solid #0099ff;
}
.redRoom img {
  max-width: 117% !important;
  margin: 50px -150px 0 25px;
	border-bottom:5px solid #0099ff;
}
.su-row.mainRoom {
  margin-top: 190px;
}
.su-row.redRoom {
	margin-top:100px;
}
.su-row.consoles {
	margin-top:160px;
}
.su-row.redRoom ul {
  margin-left:0;
	padding-left:17px;
}

@media only screen and (max-width:800px) {
	article.type-page,
	article.type-post,
	article.wpsc-product,
	#gamesWrapper {
		padding:50px;
	}
}
@media only screen and (max-width:480px) {
	article.type-page,
	article.type-post,
	article.wpsc-product,
	#gamesWrapper {
		border-radius:0;
		padding:35px;
	}
	html body.location iframe {
		display:none;
	}
	.mainRoom img,
	.consoles img {
    margin-left: -100%;
    max-width: 200% !important;
	}
	.redRoom img {
    margin-right: -100%;
    max-width: 200% !important;
	}
}



/*
form styles
***********************************/
html body.contact form.wpforms-form {
    margin: 100px auto 0;
    max-width: 550px;
}
html body form.wpforms-form {
	background-color:rgba(0,0,0,0.3);
	padding:35px 45px 45px;
}
html body form.wpforms-form div.wpforms-field-container input,
html body form.wpforms-form div.wpforms-field-container textarea {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #0099ff !important;
	border-radius:0 !important;
	padding-left:0 !important;
	color:white !important;
	transition-duration:0.25s,0.35s;
}
html body form.wpforms-form div.wpforms-field-container input:hover,
html body form.wpforms-form div.wpforms-field-container textarea:hover {
	background-color:rgba(255,255,255,0.05) !important;
	padding-left:15px !important;
}
html body form.wpforms-form div.wpforms-field-container input:focus,
html body form.wpforms-form div.wpforms-field-container textarea:focus {
	background-color:#0099ff !important;
	padding-left:15px !important;
	color:white !important;
}
::-webkit-input-placeholder {
	color: rgba(255,255,255,0.4);
	font-style:italic;
}

:-moz-placeholder { /* Firefox 18- */
	color: rgba(255,255,255,0.4);
	font-style:italic;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255,255,255,0.4);
	font-style:italic;
}

:-ms-input-placeholder {
	color: rgba(255,255,255,0.4);
	font-style:italic;
}
@media only screen and (max-width:480px) {
	html body.contact form.wpforms-form {
		margin-left: -35px;
		margin-right:-35px;
		margin-bottom:0;
	}
	html body.page-id-11 .su-column-size-1-2 h3 {
    font-size: 20px;
    text-align: center !important;
	}
}



/*
eCommerce styles
***********************************/
html body .imagecol {
	display:none;
}
html body .single_product_display form.product_form fieldset {
	display:none;
}
p.pricedisplay.wpsc-product-price {
	display:block;
}
p.pricedisplay {
	display:none;
}
html body form.product_form {
    text-align: center;
}
.single_product_display form.product_form .wpsc_buy_button_container,
#content .single_product_display form.product_form .wpsc_buy_button_container {
    text-align: center;
}
html body .single_product_display form.product_form input,
html body input.make_purchase {
		border: 2px solid white;
		color: white;
		padding: 10px 55px !important;
		font-size: 19px !important;
		border-radius: 4px;
		background-color: transparent;
		transition-duration: 0.25s,0.35s;
}
html body.single-wpsc-product form.product_form {
    background-color: #0099ff;
    border-radius: 15px;
    padding: 25px 0;
		margin-top:65px;
}
html body .single_product_display form.product_form input:hover,
html body input.make_purchase:hover {
    background-color: #fff;
		color:#0099ff;
}
p.pricedisplay.wpsc-product-price {
    display: block;
    font-size: 26px;
    margin-top: 20px;
		color:#fcff00;
}
html body.wp-e-commerce .btn.bottomPage {
	display:none;
}
@media only screen and (max-width:480px){
	html body.single-wpsc-product form.product_form {
    padding: 0;
    margin: 0 -45px;
    border-radius: 0;
	}
}



/*
checkout styles
***********************************/
#shoppingcart {
		display:none;
}
#checkout_page_container h3 {
    margin-top: 0;
		color:#fcff00;
}
#checkout_page_container table.checkout_cart {
    padding: 20px;
    background-color: rgba(255,255,255,0.05);
    display: table;
    width: 100%;
}
#checkout_page_container table.checkout_cart tr.header th {
    text-align: center;
    padding: 20px 15px;
}
#checkout_page_container table.checkout_cart tr td.wpsc_product_name.wpsc_product_name_0 {
	text-align:left !important;
}
#checkout_page_container table.checkout_cart tr td, #content #checkout_page_container table.checkout_cart tr td {
    text-align: center;
		padding-bottom:25px;
}
table.wpsc_checkout_table.wpsc_checkout_table_totals {
    float: right;
    font-size: 20px;
    font-weight: bold;
		margin-top:-45px;
}
form.wpsc_checkout_forms {
    margin-top: 65px;
}
img#wpsc_checkout_gravatar {
	display:none;
}
td.wpsc_billing_forms h4,
label.wpsc_email_address {
    margin-top: 45px !important;
		font-family:'Oswald',Helvetica,Arial,sans-serif;
		font-size:30px;
		color:#fcff00;
		font-weight:300;
}
td.wpsc_gateway_container h3 {
    margin-top: 45px !important;
}
html body p.wpsc_email_address_p input,
html body #wpsc_checkout_form_2,
html body #wpsc_checkout_form_3,
html body #wpsc_checkout_form_18 {
    padding: 10px;
    width: 250px;
}
html body.wpsc-shopping-cart #pageHeaderBkg {
    background-image: url(http://localhost/okg/wp-content/uploads/2016/11/pageHeaderAbout.jpg) !important;
}





/*
game filter styles
***********************************/
.otw-row h3 {
  font-size: 16px;
  letter-spacing: 0px;
  font-family: 'Source Sans Pro',Helvetica,Arial,sans-serif;
}
.otw-portfolio .image {
  height: 125px;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
  padding: 10px;
  line-height: 0;
  display: table-cell;
  vertical-align: middle;
}
.otw-portfolio .title h3 {
  padding: 0;
  margin: 0 0 25px;
  text-align: center;
  font-size: 15px;
	display:block !important;
  line-height: 18px;
}
html body .otw-sc-portfolio .otw-portfolio-filter {
  margin: -140px 0 50px;
  padding: 0;
  background-color: #fff;
  display: table;
  width: 100%;
}
html body .otw-sc-portfolio .otw-portfolio-filter li {
  float: left;
  width: 20%;
  text-align: center;
}
html body .otw-sc-portfolio .otw-portfolio-filter li .separator {
  display: none;
}
html body .otw-sc-portfolio .otw-portfolio-filter li a:link {
  color: #0099ff;
  text-decoration: none;
  display: block;
  padding: 25px 15px !important;
  border-right: 1px solid rgba(0,0,0,0.15);
	font-weight:bold;
	text-transform:uppercase;
}
html body .otw-sc-portfolio .otw-portfolio-filter li:last-child a:link {
	border-right:0;
}
html body .otw-sc-portfolio .otw-portfolio-filter li a:link:hover {
	background-color:#0099ff;
	color:white;
}
html body .otw-sc-portfolio .otw-portfolio-filter li.current a:link {
	background-color:#0099ff;
	color:white;
}
.otw-portfolio .title p {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
	margin:10px 0 0;
	font-weight:bold;
}
img.size-full.wp-image-358.alignnone {
    max-width: 580px;
}
@media only screen and (max-width:1200px){
	html body .otw-sc-portfolio .otw-portfolio li {
		width:25%;
	}
	html body .block-grid.five-up > li:nth-child(5n+1) {
    clear: none;
	}
	html body.page-id-348 .su-column-size-1-2:nth-child(1) {
	    width: 55%;
	    padding: 150px 35px 100px 100px;
	}
}
@media only screen and (max-width:1025px){
	html body .otw-sc-portfolio .otw-portfolio li {
		width:33.333%;
	}
	html body.page-id-348 .su-column-size-1-2:nth-child(1) {
	    width: 63%;
	    padding: 150px 35px 100px 70px;
	}
}
@media only screen and (max-width:740px){
	html body .otw-sc-portfolio .otw-portfolio li {
		width:50%;
		float:left;
	}
	html body .otw-sc-portfolio .otw-portfolio-filter li,
	html body #submenu li {
    width: 100%;
	}
	html body #submenu ul,
	html body .otw-sc-portfolio .otw-portfolio-filter {
		margin-top:-60px;
	}
	html body .otw-sc-portfolio .otw-portfolio-filter li a:link,
	html body #submenu li a {
    padding: 10px 15px !important;
    border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	html body.page-id-348 .su-column-size-1-2:nth-child(1) {
    padding: 45px;
    margin: 0 -35px 65px !important;
    width: auto !important;
	}
	img.size-full.wp-image-358.alignnone {
	    max-width: 100%;
	}
}
@media only screen and (max-width:540px){
	html body .otw-sc-portfolio .otw-portfolio li {
		width:100%;
		float:left;
	}
	.otw-portfolio .image {
    height: auto;
	}
}
