@charset "UTF-8";

@import url('https://fonts.cdnfonts.com/css/roboto-condensed-3');
/* CSS Document */

/* Some normalizing stuff */

/** Prevent iOS text size adjust after orientation change, without disabling user zoom. */

html {
  -ms-text-size-adjust: 100%; 
  -webkit-text-size-adjust: 100%;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/*default image settings */
img {
	border: 0;
	max-width:100%;
	height:auto;
}

/* The following makes padding and borders not be added to width site wide */
* {
  box-sizing: border-box;
}

.clear {
	clear:both;
}
.clearafter:after,
header:after,
nav:after,
section:after,
.contain:after
{
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

/* End normalizing stuff */


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	margin:0 0 0 0;
	position:relative;
    background:url("../images/bg.jpg") #324a83;
}
p { 
	line-height: 1.6em;
}
a {
	color:#ec6530;
}
a:visited {
	color:#ec6530;
}
a:active {
	color:#ec6530;
}
a:hover {
	color:#0f2c6e;
}

h1 {
	width:100%;
	margin:30px 0px;
	position:relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:2.4em;
    text-align: center;
    
}
h2 {
    font-size:2.4em;
	font-weight:bold;
    font-family: 'Roboto Condensed', sans-serif;
}
h3 {
    font-size:2.4em;
	font-weight:normal;
    font-family: 'Roboto Condensed', sans-serif;
}

header {
	width:100%;
	margin:0px auto;
}
header .socials {
    background:#0f2c6e;
    color:#fff;
    text-align: right;
    padding:30px 20px 20px 20px;
    height:100px;
}
header .socials img {
    height:20px;
    vertical-align: middle;
    margin: 0 10px;
}
.header-logo {
	width:220px;
    position: absolute;
    top:0px;
    left:40px;
    z-index: 99999;
    cursor:pointer;
}
.header-logo img {
    max-height:200px;
}

nav {
	background:#ec6530;
	color:#fff;
	text-align: right;
    position: relative;
    min-height:60px;
}

main {
	width:100%;
	padding:0;
	position: relative;
}
.marginleft {
    background:url("../images/bg-margin-left.png");
    background-position: calc(50% - 670px) 60px;
    background-size:auto 110%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 10;
    opacity: 1;
}
.marginright {
    background:url("../images/bg-margin-right.png");
    background-position: calc(50% + 630px) 50px;
    background-size:auto 110%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 20;
    opacity: 1;
}
section {
	width:100%;
	position: relative;
}
.content {
    width:100%;
    max-width:1200px;
    background:#fff;
    margin:0 auto;
    position: relative;
    z-index: 50;
    padding:1px 0;
}
.contain{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position: relative;
}

.fullpage {
	width:100%;
	margin:0 auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33.33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 66.66%;
	float: left;
}
.col-threefourths {
	width: 75%;
	float: left;
}

.pad-left {
	padding-left: 4%;
}
.pad-right {
	padding-right: 4%;
}
.pad-top {
	padding-top: 30px;
}
.pad-bottom {
	padding-bottom: 30px;
}
.pad-all {
	padding: 30px 4%;
}

.bluesection {
    background-color:#0f2c6e;
    color:#fff;
}
.darrylsgame {
    background-image:url("../images/home-game.png");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 65% auto;
}

.dsstory {
    color:#fff;
    background-image:url("../images/home-story.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

blockquote {
    background:#cfd4d7;
    color:#000;
    border-radius:30px;
    padding:20px;
    line-height: 1.4em;
    font-style:italic;
    margin:30px 0;
}
blockquote span {
    display:block;
    font-style:normal;
    font-weight:bold;
}

.photoblock {
	width:29%;
	padding-bottom: 24%;
	background-size:cover;
    background-position:center top;
	background-repeat:no-repeat;
    transition: all .25s ease-in-out;
	float:left;
	margin:2%;
	position: relative;
	overflow: hidden;
    border-radius:5px;
    border:1px solid #333;
    cursor:pointer;
}
.photoblock:hover {
	transform:scale(1.2) rotate(15deg);
}
.phototext {
	background: rgba(0,0,0,.7);
	color:#fff;
	position:absolute;
	bottom:0;
	text-align: center;
	padding:4% 0;
	width:100%;
}

.promopics {
	text-align:center;
}
.promopics img {
	border:1px solid #1b1b1b;
	margin:5px;
	max-height:150px;
	width:auto;
}


.pageimg {
	border:6px solid #fff;
	box-shadow: 3px 3px 4px #555;
}
.imgright {
	float:right;
	margin-left:10px;
    width:30%;
}
.imgleft {
	float:left;
	margin-right:10px;
    width:30%;
}

.list {
	margin:30px 0 30px 30px;
	padding:0px;
	font-size:1em;
}
.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 3px no-repeat;
	padding:5px 5px 5px 33px;
	margin: 10px 0;
}	
ol {
	margin:30px 0 30px 20px;
	padding:0px;
	font-size:1em;
}
ol li {
    margin:0px;
    padding:10px 0px 10px 10px;
}

hr {
	border: 0;
    height: 1px;
	margin:40px 0;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

q {
  quotes: "“" "”" "‘" "’";
}
q::before {
    content: open-quote;
}
q::after {
    content: close-quote;
}


.ctr {
	text-align:center;
}


.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#ec6530;
	padding:20px 30px;
	border-radius:100px;
	color:#000;
	text-decoration: none;
	font-size:1.4em;
    font-weight:bold;
}
.c2a:hover {
	color:#000;
	background:#ff733c;
}

address {
	font-size:1.2em;
	font-style:normal;
	margin:40px 0;
}
fieldset {
	width:100%;
	border:none;	
	border-radius: 5px;
	margin:0 auto 10px auto;
	background:#2d2c2c;
	color:#fff;
	position: relative;
	padding-top:50px;
}
fieldset strong {
	color:#414d88;
	font-size:1.1em;
}
legend {
	font-size:32px;
	font-weight:bold;
	color:#fff;
	position: relative;
	top:35px;
}
#emailform div {
	margin:10px;
	text-align:left;
	position: relative;
}
label {
	font-weight:bold;
	float:left;
	margin:12px 10px 0 0;
	width:100%;
}
#submit {
	text-align:center;
}
.submitbtn {
	text-align:center;
}
input {
	border:none;
	color:#333;
	font-size:20px;
	border-radius: 5px;
	margin-top:8px;
	padding:2% 3%;
	width:100%;
	position: relative;
}
textarea {
	border:none;
	color:#333;
	font-size:20px;
	border-radius: 5px;
	margin-top:8px;
	padding:2% 3%;
	height:120px;
	width:100%;
}
select {
	border:none;
	color:#333;
	font-size:16px;
	border-radius: 5px;
	margin-top:8px;
	padding:2% 3%;
	width:auto;
	cursor:pointer;
}
input[type=checkbox], input[type=radio]{
	width:auto;
}
.checkoutform fieldset div {
	border-bottom:1px dashed #676565;
	padding-bottom:3px;
	width:100%;
}
.checkoutform label {
	width:20%;
}
.checkoutform input {
	width:75%;
	font-size:16px;
	padding:1%;
	margin-top:12px;
}
.checkoutform textarea {
	width:75%;
	font-size:16px;
	padding:1%;
	margin-top:12px;
}
.checkoutform select {
	width:75%;
	font-size:16px;
	padding:1%;
	margin-top:12px;
}
.checkoutform input[type=checkbox] {
	width:auto;
}

.button{
	font-size:20px;
	border-radius: 5px;
	border:none;
	padding:20px 3%;
	background-color: #ffae00;
	text-align: center;
	color:#000;
	cursor:pointer;
	width:100%;
	transition: background 0.25s ease;
	-webkit-appearance: none;
}
button.button {
	background:#ffae00;
	padding:8px 3%;
	width:auto;
	margin:0 auto;
	-webkit-appearance: none;
}
.button:hover{
	background-color: #414d88;
	color:#fff;
	cursor:pointer;
	-webkit-appearance: none;
}

input[type=radio].css-checkbox, input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}
input[type=radio].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 35px;
	padding-top:3px;
	height: 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 18px;
	vertical-align: middle;
	cursor: pointer;
	margin:5px 10px 0 0px;
	width:auto;
	line-height: 1em;
}
input[type=radio].css-checkbox:checked + label.css-label, input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -33px;
}

.unoCme {
	display:none;
	visibility: hidden;
}
label.css-label {
	background-image: url(../images/custom-check.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkouttotals {
	margin:30px 5%;
	text-align: right;
}
.checkouttotals strong {
	display:block;
	width:40%;
	float:left;
	color:#000;
}
.co-subtotal {
	font-size: 1.6em;
}
.co-shipping {
	font-size: 1.6em;
}
.co-total {
	font-size: 2em;
	color:#cc0000;
	font-weight:bold;
}

.stripefields {
	margin:0px 0 0 0;
}
.stripefields label{
	width:100%;
}
#card-element {
	background:#fff;
	padding:10px 5px;
	border-radius:4px;
}
#dwlogincol {
	padding-bottom:400px;
}
/* POPUP STYLES */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:10001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.pop_window {
	display: none;
	position: absolute;
	top: 40px;
	left: 10%;
	width: 80%;
	height: auto;
	padding:0 10% 5% 10%;
	background: #fff;
	border-radius:7px;
	z-index:10002;
	overflow: auto;
	font-size:20px;
}
.closewin {
	position:absolute;
	top:2px;
	right:2px;
	background:#000;
	color:#fff;
	width:40px;
	height:40px;
	text-align: center;
	padding:1% 0 0 0;
	border-radius:50%;
	font-weight: normal;
	font-size:28px;
	text-decoration: none;
}
.validarium-error {
	color:#c00;
	font-style: italic;
	font-size: .7em;
	line-height: 1em;
	border: 1px solid #c00;
	border-radius:4px;
	padding:4px;
	background:#eee;
	position:absolute;
	top:10px;
	right:20px;
	width:auto;
	z-index:500;
	-moz-box-shadow: 0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
	box-shadow: 0px 3px 3px #aaa;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#aaa')";
	/* For IE 5.5 - 7 */	
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=180, Color='#aaa');
	list-style:none;
}


.DLlink, a.DLlink:active, a.DLlink:visited {
	display:block;
	width: 100%;
	max-width:600px;
	background:#2d2c2c;
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-size:1.4em;
	padding:20px 4%;
	margin:20px auto;
}
.DLlink:hover {
	background:#414d88!important;
	color:#fff;
}

/*****************************************************************
	ALERTS
******************************************************************/
#alert {
	padding:0px;
	clear:both;
	position:relative;
	top:0px;
	left:0px;
	margin:0px;
	width:100%;
}
#alert .closealert, #alert2 .closealert {
	position:absolute;
	top:5px;
	right:10px;
	color:#fff;
	font-weight:bold;
	opacity:.8;
	text-decoration:none;
	font-size:1.2em;
}
#alert .closealert:hover, #alert2 .closealert:hover {
	opacity:1;
	color:#fff;
}
#alert p {
	margin:0px;
	padding:5px 0;
	color:#fff;
	text-align:center;
	font-size:1.2em;
}
#alert ul {
	color:#fff;
	padding:0;
	margin:0;
}
#alert li {
	color:#fff;
	list-style:none;
}
.error, .notice, .success, .info {
	padding:10px 20px;
	min-height:25px;
}
.error      { background: #414d88; color: #fff !important; border-color:#414d88; text-align:center;  }
.notice     { background: #414d88; color: #fff !important; border-color:#414d88; text-align:center;  }
.success    { background: #039b2d; color: #fff !important; border-color:#039b2d; }
.info		{ background: #414d88; color: #fff !important; border-color:#414d88; }
.error a    { color: #fff; }
.notice a   { color: #fff; }
.success a  { color: #fff; }
.info a		{ color: #fff; }


.footnav {
	text-align: center;
	padding:0;
	margin:100px 0 50px 0;
	width:100%;
}
.footnav li {
	list-style: none;
	display:block;
	margin:0px 5px 50px 5px;
	width:100%;
	text-align: center;
}
.footnav li fieldset {
	width:400px;
	margin:0 auto;
}
.footnav li a {
	background:#ffae00;
	padding:8px 15px;
	margin:0 7px;
	border-radius:5px;
	color:#000;
	text-decoration: none;
}
.footnav li a:hover {
	background:#414d88;
	color:#fff;
	cursor:pointer;
}
.footnav li button {
	background:#ffae00;
	padding:8px 15px;
	margin:0 7px;
	border-radius:5px;
	color:#000;
	text-decoration: none;
	border:none;
	font-size:10px !important;
}
.footnav li button:hover {
	background:#414d88 !important;
	color:#fff;
	cursor:pointer;
}
ul.tabnav {
	text-align: right;
	padding:0;
	margin:0;
	position: absolute;
	top:15px;
	left:0px;
	width:100%;
}
.tabnav li {
	list-style: none;
	display:inline-block;
	margin:0 5px;
}
.tabnav li a {
	background:#414d88;
	padding:8px 15px;
	margin:0 7px;
	border-radius:5px;
	color:#fff;
	text-decoration: none;
}
.tabnav li a:hover {
	background:#5b6fcf;
}
.tabnav li.cartbtn > a{
	background:#ffae00;
	color:#000;
	font-weight:400;
}
#dropcart {
	display:none;
	position: absolute;
	right:-30px;
	z-index: 1000;
	background:#414d88;
	color:#fff;
	padding:1%;
	width:auto;
	min-width:300px;
	text-align: left;
	
}
.cartgroup {
	border-bottom:1px solid #fff;
	padding:1%;
}
.cartqty {
	float:right;
	border:1px solid #fff;
	border-radius:50%;
	padding:3px 0 0 0;
	width:32px;
	height:32px;
	margin:0px 5px 0 10px;;
	text-align: center;
}
.cartactions {
	margin:20px 0 0 0;
	text-align: center;
}
.tabnav li .cartactions a {
	display:inline-block;
	padding:5px 2%;
	border:1px solid #fff;
	border-radius:3px;
	font-size:1.1em;
	background:#414d88;
}
.tabnav li .cartactions a:hover {
	background:#5b6fcf;
}

.tabnav li .cartactions a.cobtn {
	background:#ffae00;
	color:#000;
}
.tabnav li .cartactions a.cobtn:hover {
	background:#ffc000;
	color:#000;
}

/* Product list */

.prodsearchblock {
	margin:25px 2%; 
	width:96%;
	height:auto;
	float:left;
	overflow:hidden;
	position: relative;
	padding:20px;
	border-bottom:2px solid #ccc;
}
.prodsearchblock-img {
	height:240px;
	width:30%;
	float:left;
	margin:0;
	text-align:center;
	padding:0px;
	overflow: hidden;
}
.prodsearchblock-img img {
	border:none;
	max-height:240px;
}

.prodsearchblock-text {
	position: relative;
	width:70%;
	float:left; 
	padding: 20px 5%;
}
.prodsearchblock-text h2 {
	margin:0 0 20px 0;
	padding:0;
}
.prodsearchblock-text a {
	background: rgba(0,0,0,.7);
	padding:10px 3%;
	font-size:1.2em;
	color:#fff;
	text-align:center;
	display:block;
	text-decoration: none;
	width:auto;
	margin:30px auto 0px auto;
	transition: background 0.35s ease;
}

.prodsearchblock-text a:hover {
	background:#414d88;
}


/* end product list */

.prodsearch {
	text-align: right;
	margin-right:20px;
}
.prodsearch input {
	padding:5px;
	font-size:.8em;
	width:auto;
	margin:0 5px;
}
.prodsearch select {
	padding:4px;
	font-size:.8em;
	width:auto;
	margin:0 5px;
}
.prodsearch input[type=submit]{
	cursor: pointer;
}
.prodsearch input[type=submit]:hover {
	background:#083208;
	color:#fff;
}
/* product detail */

.images-container {
	width:40%;
	float:left;
	margin-right:2%;
	position: relative;
}
.image-big {
	width:100%;
	height:380px;
	overflow:hidden;
    position:relative;
}
.image-big img{
	max-width:100%;
	height:auto;
	max-height:380px;
}
.sold_out {
    top: 2em;
    left: -5em;
    color: #fff;
    display: block;
    position:absolute;
    text-align: center;
    text-decoration: none;
    letter-spacing: .06em;
    background-color: #A00;
    padding: 0.5em 5em 0.4em 5em;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    transform: rotate(-45deg) scale(0.75,1);
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    font: bold 18px/1.4em Arial, Sans-Serif;
    z-index:10;
}
.sold_out:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -0.3em -5em;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    border: 2px rgba(255,255,255,0.7) dashed;
}
.imgthumbs {
	float:left;
	margin:3px;
	padding:1px;
	text-align:center;
	width:100px;
	height:100px;
	border:none;
	overflow:hidden;
	cursor:pointer;
}
.imgthumbs img {
	width:100px;
	height:auto;
	max-height:100px;
	border:none;
}

.details-container {
	width:58%;
	float:left;
	margin:0px;
}
.details-description {
	font-size:1em;
	color:#444;
}
.details-bullets {
	margin:0px;
	padding:0px;
}
.details-bullets li {
	margin:10px 0px;
	padding:0px;
	list-style:none;
}
.details-bullets li span {
	display:block;
	width:200px;
	font-weight:bold;
	float:left;
}
.detail-price {
	padding:10px 10px;
	margin:10px 0px;
	border-top:6px double #444;
	border-bottom:6px double #444;
	position: relative;
}
.detail-price span {
	font-size:2em;
}
form.add2cartform, div.add2cartform {
	padding:0;
	margin:0;
	display:inline;
}
.add2cart {
	display:inline-block;
	float:right;
	margin:5px;
	padding:5px 10px;
	background:#2d2c2c;
	border:none;
	border-radius:5px;
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	cursor:pointer;
}
.add2cart:hover {
	background:#414d88;
}
.qtybox {
	float:right;
}
.qtybox input {
	width:30px;
	height:30px;
	border:2px solid #2d2c2c;
	border-radius:3px;
	text-align: center;
}


/* Checkout styles */
.cartitem {
	width:100%;
	border-bottom:2px solid #777;
	margin-bottom:5px;
}
.cartimg {
	float:left;
	text-align: center;
	width:15%;}
.cartimg img {
	width:auto;
	max-height:120px;
}
.cartstocknum {
	float:left;
	padding-top:50px;
	width:10%;
}
.carttitle {
	float:left;
	padding-top:50px;
	width:30%;}
.cartquantity {
	float:left;
	padding-top:50px;
	width:12%;
	text-align: right;
}
.cartprice {
	float:left;
	padding-top:45px;
	width:14%;
	text-align: right;
	font-size:1.2em;
	color:#777;
}
.cartitemtotal {
	float:left;
	padding-top:40px;
	padding-right:2%;
	width:15.5%;	
	text-align: right;
	font-size:1.6em;
}
.cartdeleteitem {
	float:left;
	padding-top:50px;
	padding-right:2%;
	width:3.5%;	
	text-align: right;	
}
.cartsubtotal {
	text-align: right;
	padding-right:2%;
	border-top:2px solid #222;
	margin-top:5px;
	font-size:1.8em;
	font-weight:bold;
	position: relative;
}
.cartsubtotal span {
	margin:0 50px 0 0;
	font-size:.6em;
	position: absolute;
	right:20%;
	display: inline-block;
	padding-top:10px;
}
.cartshipping {
	text-align: right;
	padding-right:2%;
	margin-top:5px;
	font-size:1.4em;
	font-weight:bold;
	position: relative;
}
.cartshipping span {
	margin:0 50px 0 0;
	font-size:.6em;
	position: absolute;
	right:20%;
	display: inline-block;
	padding-top:10px;
}
.carttotal {
	text-align: right;
	padding-right:2%;
	border-top:12px double #222;
	margin-top:5px;
	font-size:2.2em;
	font-weight:bold;
	position: relative;
}
.carttotal span {
	margin:0 50px 0 0;
	font-size:.6em;
	position: absolute;
	right:20%;
	display: inline-block;
	padding-top:10px;
}
.promocode {
    padding-right:20%;
}
.promocode input {
    width:150px;
    padding:6px;
    border:1px solid #444;
    border-radius:4px;
    margin:0 10px;
}
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
	margin:0px;
}
.pmcontainer {
	display:inline-block;
	width:20px;
	margin:0px;
	padding:0px;
	border:thin solid red;
}
input.qtyplus, input.qtyminus { 
	width:12px; 
	height:12px;
	background:#414d88;
	color:#fff;
	border-radius:20%;
	padding:0px;
	margin:0px 0 0 3px;
	font-size:.7em;
	line-height: .8em;
	-webkit-appearance: none;
}
input.qtyplus:hover, input.qtyminus:hover { 
	width:12px; 
	height:12px;
	-webkit-appearance: none;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* this class can be added to iframes for responsive results, compatible from mid 2021 on */
.video-iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.google-maps {
	position: relative;
	padding-bottom: 40%; 
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.footersocial {
    width:100%;
    background:#0f2c6e;
    color:#fff;
    text-align: center;
    padding:20px 0;
}
.footersocial img {
    max-height:50px;
    max-width:50px;
    vertical-align: middle;
    margin:30px;
}
footer {
    background:#ec6530;
    color:#000;
	font-size:.8em;
	width:100%;
	margin:0 auto;
	padding:40px 5%;;
}
footer a, footer a:visited, footer a:active {
    color:#000;
}
footer a:hover {
    color:#000;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}


/* slider styles */
.slidershell {
    position: relative;
}
.slide_wrap {
	width: 100%;
	height: 60vh;
	margin: 0px auto;
	position:relative;
    background:#000;
}
.slide_wrap ul {
	padding:0px!important;
	margin:0px!important;
}
.slide_wrap ul li {
    margin:0px !important;
    padding:0px !important;
}
.lcms_contents_fullheight .lcms_content {
	top: 0;
}
.lcms_nopadding .lcms_content {
	padding: 0;	
}
.lcms_txt_padding .lcms_content {
	padding: 25px;	
	overflow: auto;
	font-size: 15px;
	line-height: 20px;
	background: none;
}
.lcms_content > p {
	line-height: 1.4em;    
}
.lcms_content {
	background: none !important;
}
.mynavleft,
.mynavright {
	color: #aaa;
	opacity: 0.8;
	cursor: pointer;
	position: absolute;
	top: 48%;
	width: 40px;
	filter: none !important;
	z-index: 9999;
	transform: none;
	transition: opacity .2s ease;
}
.mynavleft {
	left: 30px;
	right: auto;
}
.mynavright {
	right: 30px;
	left: auto;
	float: right;
}
.mynavleft:hover, 
.mynavright:hover {
	opacity: 1;    
}
@media screen and (max-width:1200px) { 
	#extra_nav_left, 
	#extra_nav_right {
		width: 30px;
		top: -33vh;
	}
	#extra_nav_left {
		left: 18px;
	}
	#extra_nav_right {
		right: 18px;
	}
}
.home-slider-container {
	width:100%;
    height:auto;
	padding:0px!important;
	margin:-1px 0 0 0px!important;
	position: relative;
	background: none !important;
	overflow:hidden;
}
.home-slider-img {
	width:100%;
	display:block;
    height:60vh !important;
	margin:0px !important;
	padding:0px !important;
	position: relative;
}
.home-slider-img img{
	display:block;
	width:100%;
    height:100%;
    object-fit: cover;
    object-position: top;
    opacity: .7;
}
/* end slider styles */


@media (max-width: 960px) {
    .c2a, .c2a:visited, .c2a:active {
        font-size:1em;
        font-weight:bold;
    }
    .dsstory {
        background-position: -250px top;
        background-size: cover;
    }

}
@media (max-width: 719px) {
    h1 {
        font-size:1.6em;
    }
    h2 {
        font-size:1.6em;
    }
    h3 {
        font-size:1.4em;
    }
    .darrylsgame {
        background-image:url("../images/home-game.png");
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        padding-top:250px;
    }
    .darrylsgame .col-half {
        background-color:rgba(0,0,0,.5);
        padding-top:10px;
    }

    .dsstory {
        background-color:#222;
        background-position: -300px top;
        background-size: auto 87%;
        padding-top:300px;
    }

	.col-half {
		width: 100%;
		float: none;
	}
	.col-third {
		width: 100%;
		float: none;
	}
	.col-fourth {
		width: 100%;
		float: none;
	}
	.col-twothirds {
		width: 100%;
		float: none;
	}
	.col-threefourths {
		width: 100%;
		float: none;
	}
    .imgright {
        float:right;
        margin-left:10px;
        width:50%;
    }
    .imgleft {
        float:left;
        margin-right:10px;
        width:50%;
    }
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
}
