@charset "UTF-8";
/* 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;
}
/* End normalizing stuff */


body {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight:300;
	font-size:20px;
	color:#0c0c0e;
	margin:0 0 0 0;
	position:relative;
}
p { 
	line-height: 1.6em;
}
a {
	color:#1c2754;
}
a:visited {
	color:#1c2754;
}
a:active {
	color:#1c2754;
}
a:hover {
	color:#600;
}

h1 {
	font-size:2.6em;
	font-weight:bold;
	font-family: 'Bad Script', cursive;
	text-align: center;
}
h2 {
	font-size:1.5em;
	font-weight:bold;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.h2script {
	font-family: 'Bad Script', cursive;
	font-size:2.2em;
	font-weight:normal;
	margin:10px 0 30px 0;
}
h3 {
	font-size: 1.2em;
	font-weight:bold;
	font-family: 'Markazi Text', serif;
}

.headercontainer {
	background:url("../images/headerbg.png") top no-repeat #fff;
	background-size:cover;
}
header {
	width:100%;
	margin:0px auto;
	padding:20px 3%;
    position: relative;
}
.logo {
	width:35%;
	float:left;
}
.logo img {
    display:block;
	width:auto;
	max-height:160px;
}
.socials {
	width:65%;
	float:left;
	text-align: right;
	padding-right:10px;
	font-size:.9em;
}
.socials img {
	width:auto;
	height:30px;
	margin:0 5px 0 5px;
	vertical-align: middle;
}
.socials h3 {
	padding:0px;
	margin:0px;
	text-align: right;
}
.socials img.smlogo {
    height:50px;
    margin-right:30px;
}
nav {
	width:65%;
	float:left;
	text-align: right;
	color:#1c1f31;
	margin-top:10px;
}

section {
	width:100%;
	position: relative;
}
.contain{
	width:100%;
	max-width:1080px;
	margin:0 auto;
	position: relative;
}
.content {
	background: #fff;
	padding:0 4%;
}

.fullpage {
	width:96%;
	margin:0 auto 100px auto;
}
.col-half {
	width: 50%;
	float: left;
}
.col-third {
	width: 33%;
	float: left;
}
.col-fourth {
	width: 25%;
	float: left;
}
.col-twothirds {
	width: 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%;
}

.mar-left {
	margin-left: 4%;
}
.mar-right {
	margin-right: 4%;
}
.mar-top {
	margin-top: 30px;
}
.mar-bottom {
	margin-bottom: 30px;
}
.mar-all {
	margin:30px 4%;
}
.homeintro {
	border-bottom:40px solid #123151;
}
.homeintroright {
	padding:0 10% 50px 0;
}
.homeintro h1 {
	margin:40px 0 0 -20%;
}

.splash {
	padding:30px 5%;
}
.splash img {
	float:left;
	height:120px;
	margin:0 20px 0 0;
}
.splashleft{
	padding-left:10%;
}
.splash h2 {
	margin:0px;
	padding:0px;
}
.takeaction h2 {
	margin:30px 0 0 0;
}
.takeaction h3 {
	margin:5px 0;
	font-style:italic;
}
.takeaction p {
	margin:0px;
}
.road {
	background:url("../images/road.jpg") top no-repeat #2a2723;
	background-size:cover;
	padding:30px 5%;
	color:#fff;
}
.dwalk {
	background:url("../images/dailywalkbg.jpg") top no-repeat #a9a9a9;
	background-size:cover;
	padding:30px 5%;
}
.booklinks {
	padding:10px;
}
.booklinks a {
	display:block;
	width:23%;
	float:left;
	margin:3px 1%;
	padding:4px;
	text-align: center;
}
.booklinks img {
	height:auto;
	width:auto;
}
.phogal img {
	width:48%;
	margin:1%;
	float:left;
}
.inlinesocial{
	width:50px;
	height:50px;
	margin:10px 10px 0 10px;
	vertical-align: middle;
}

.shaded {
	background:#b1bee7;
}

.highlights {
	text-align: center;
	margin:20px 0;
}
.hilite {
	width:28%;
	margin:30px 2%;
	display:inline-block;
	vertical-align: top;
	border:3px solid #123151;
	border-radius:7px;
	box-shadow: 12px 12px 0px #ccc;
	padding:20px 2%;
}
.hilite img {
	height:200px;
	margin:0px auto;
}
.hilite h3 {
	line-height:.9em;
}
.hilite p {
	line-height:1.2em;
	font-size:.9em;
}
.denimbox {
	background:#a6b8cd;
	padding:20px;
}

.testimonial{
    margin: 0 0 40px 3%;
	width:30%;
	float:left;
	
}
.testimonial .testimonial-content{
    padding: 35px 25px 35px 50px;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #606aaf;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -20px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #123151;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial a.title{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #eee;
    text-transform: uppercase;
    margin: 0 0 5px 0;
	text-decoration: none;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #ff4242;
}
.testimonial-pic {
	width:80px;
	height:80px;
	overflow: hidden;
	border-radius:50%;
	display:inline-block;
	vertical-align: middle;
}

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


.pageimg {
	box-shadow: -7px -12px 0px #a6accd, 20px -12px 0px #a6accd;
	width:98%
}
.imgright {
	float:right;
	margin-left:10px;
	width:40%;
}
.imgleft {
	float:left;
	margin-right:30px;
	width:40%;
}
ul {
	margin:20px 0;
	padding:0;
}
li {
	margin:10px 0 0 20px;
	padding:0;
}
ul.list {
	margin:30px 0 10px 0px;
	padding:0px;
	font-size:1em;
}

ul.list li{
    display: list-item;
    list-style: none;
	background:url(../images/bullet.png) 0px 4px no-repeat;
	padding:1px 0px 5px 20px;
	margin: 8px 0 12px 0;
}	
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));
}

.clear {
	clear:both;
}
.clearafter:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}
blockquote{
	margin:20px 0 20px 0;
	padding:20px 10% 20px 10%;
	width:100%;
	background:rgba(93,114,121,.3);
	font-size:1em;
	line-height: 1.6em;
	font-weight:400;
}

.ctr {
	text-align:center;
}


.c2a, .c2a:visited, .c2a:active {
	display:inline-block;
	background:#ffae00;
	padding:10px 40px;
	border-radius:3px;
	color:#000;
	text-decoration: none;
	font-size:1.2em;
	text-transform: uppercase;
}
.c2a:hover {
	color:#fff;
	background:#123151;
}

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:#123151;
	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: #123151;
	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:#123151!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: #123151; color: #fff !important; border-color:#123151; text-align:center;  }
.notice     { background: #123151; color: #fff !important; border-color:#123151; text-align:center;  }
.success    { background: #039b2d; color: #fff !important; border-color:#039b2d; }
.info		{ background: #123151; color: #fff !important; border-color:#123151; }
.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:#123151;
	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:#123151 !important;
	color:#fff;
	cursor:pointer;
}
ul.tabnav {
	text-align: right;
	padding:0;
	margin:0;
	position: absolute;
	top:-35px;
	left:0px;
	width:100%;
}
.tabnav li {
	list-style: none;
	display:inline-block;
	margin:0 5px;
}
.tabnav li a {
	background:#123151;
	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:#123151;
	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:#123151;
}
.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:#123151;
}


/* 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:#123151;
}
.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:#123151;
	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;
}
.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;
}


footer {
	font-size:.8em;
	width:100%;
	margin:100px 0 0 0;
	padding:30px 5%;
	background:#123151;
	color:#fff;
}
footer a, footer a:visited, footer a:active {
	color:#fff;
}
footer a:hover {
	color:#fff;
}
#credit {
	width:300px;
	float:right;
	text-align:right;
}
.portalvid {
	width:29%;
	margin:2%;
	float:left;
	height:auto;
	background:#2d2c2c;
	text-align: center;
	color:#fff;
}

#mediaframe {
	position: absolute;
	top:3%;
	left:3%;
	width:94%;
	height:100%;
	border:none;
	border-collapse:collapse;
}
video {
	position:absolute;
	z-index:0;
}
video.fillWidth {
	width: 100%;
}
.vidplayer {
	position:relative;
	width:100%;
	height:auto;
}
.video-js {padding-top: 56.25% !important}
.vjs-fullscreen {padding-top: 0px}

.dw_title {
    background-color: #a6accd;
    color: #000;
    font-weight:bold;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.2em;
    transition: 0.4s;
	margin:10px 0 10px 0;
}
.dw_title span {
	font-size:.8em;
	display:inline-block;
	width: 20%;
	font-weight:normal;
}

.dw_active, .dw_title:hover {
    background-color: #ffae00;
}

.dw_title:after {
    content: '\25BC';
    color: #123151;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.dw_active:after {
    content: "\25B2";
}

.dw_episode {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}
.dw_content {
    padding: 30px 3%;
    background-color: #fff;
	border-radius:4px;
	border:1px solid #123151;
	margin:50px 4% 50px 4%;
	box-shadow: 0 0 100px #a6accd;
	line-height:1.6em;
}
.dw_photos {
	text-align: center;
}
.dw_photos img {
	height:400px;
	margin:20px;
}
.dw_downloads {
	margin:0px auto;
	padding:0px;
	width:90%;
	max-width:500px;
}
.dw_downloads li{
	list-style:none;
	width:100%;
	padding:0 0 0 2%;
	margin:3px 0;
	text-align: center;
}
.dw_downloads a, .dw_downloads a:visited, .dw_downloads a:active {
	display:block;
	background:#ffae00;
	border-radius:4px;
	color:#000;
	font-size:1em;
	padding:10px;
	text-decoration:none;
}
.dw_downloads a:hover {
	background:#123151;
	color:#fff;
}

.dwpopwin {
	visibility: hidden;
	position: fixed;
	top: 5%;
	left: 2%;
	width: 96%;
	height: auto;
	padding-top:56.25%;
	z-index:11000;
	font-size:14px;
	font-weight:normal;
	color:#404041;
	display:none;
}
.dwpopwin .closedwpopwin a, .dwpopwin .closedwpopwin a:visited, .dwpopwin .closedwpopwin a:active {
	position: fixed;
	top:5%;
	left:3%;
	z-index:20000;
	width:auto;
	height:auto;
	cursor:pointer;
	color:#eee;
	font-family: Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size:32px;
	text-decoration:none;
	background: #404041;
	border-radius:5px;
	padding:8px 12px;
	text-align:center;
}
.dwpopwin .closedwpopwin a:hover {
	background:#c85b47;
}

.portalvid {
	width:29%;
	margin:2%;
	float:left;
	height:auto;
	background:#2d2c2c;
	text-align: center;
	color:#fff;
}
/*****************************************************************
	pagination
******************************************************************/
ul.pagination {
	margin:0px 0px 15px;
	text-align:center;
}
ul.pagination li {
	display:inline;
	background:#FFF;
	border:#CCC thin solid;
	margin:1px;
	padding:0px 5px;
}
ul.pagination li.current {
	background:#000;
	border:#a2bdcd thin solid;
	color:#fff;
}
ul.pagination li a {
	color:#1E1E1E;
	text-decoration:none;
	padding:3px;
}
ul.pagination li a:hover {
	color:#999;
}
ul.pagination li.first a {
	background:url(../images/pagination.jpg) 2px center no-repeat;
	padding:0px 7px;
}
ul.pagination li.prev a {
	background:url(../images/pagination.jpg) -19px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.next a {
	background:url(../images/pagination.jpg) -30px center no-repeat;
	padding:0px 3px;
}
ul.pagination li.last a {
	background:url(../images/pagination.jpg) -43px center no-repeat;
	padding:0px 7px;
}

/***************************** end pagination ********************************/

/* slider styles */
#slider-container {
	width: 100%;
	height: auto;
	padding: 0px;
	margin:0px;
	position: relative;
	overflow: hidden;
}
#slider {
	position: relative;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat 50% 50%;
}

#slider img {
	width: 100%;
	height: auto;
}
#slider a {
	border: 0;
	display: block;
}
.nivo-controlNav {
	position: absolute;
	left: 10px;
	top: 345px;
}
.nivo-controlNav a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../images/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 3px;
	float: left;
}
.nivo-controlNav a.active {
	background-position: 0 -22px;
}
.nivo-directionNav a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
a.nivo-nextNav {
	background-position: -30px 0;
	right: 5px;
}
a.nivo-prevNav {
	left: 5px;
}
.nivo-caption {
	text-shadow: none;
	background-color: #082334;
}
.nivo-caption a {
	color: #ffb02a;
	text-decoration: underline;
}
/* end slider styles */


@media (max-width: 1080px) {

}
@media (max-width: 940px) {
	.logo {
		width:50%;
		float:left;
	}
	.logo img {
		width:100%;
		max-width:400px;
        max-height:none;
	}
	.socials {
		width:50%;
		float:left;
		text-align: right;
		padding-right:10px;
	}
	.socials img {
		height:30px;
		margin:0 0 0 10px;
	}

    .socials img.smlogo {
        width:90%;
        height:auto;
        margin:0 0 10px 0;
    }
    nav {
		width:50%;
		float:left;
		text-align: right;
		color:#1c1f31;
		margin-top:30px;
	}
	h1 {
		font-size:1.8em;
	}
	.homeintro h1 {
		margin:20px 0 0 -30%;
	}
	.takeaction h2 {
		margin:30px 0 0 0;
	}
	.takeaction h3 {
		margin:5px 0;
		font-style:italic;
	}
	.takeaction p {
		margin:0px;
	}
	.homeintroright {
		padding-right:4%;
	}

	.hilite {
		width:96%;
		margin:20px 2%;
		display:inline-block;
		vertical-align: top;
		border:3px solid #123151;
		border-radius:7px;
		box-shadow: 12px 12px 0px #ccc;
		padding:20px 2%;
	}
	.hilite img {
		height:300px;
		margin:0px 20px 0px 0;
		float:left;
	}
	.testimonial{
		margin: 0 0 40px 3%;
		width:97%;
		float:none;

	}
	.portalvid {
		width:46%;
		margin:2%;
		float:left;
	}

}
@media (max-width: 719px) {
	.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;
	}
	.logo {
		width:100%;
		float:none;
		text-align: center;
		margin-bottom:20px;
        position: relative;
	}
	.logo img {
        max-width:none;
		width:90%;
        height:auto;
	}
	.socials {
		width:70%;
		float:none;
		text-align: left;
        margin-top:30px;
		padding-left:10px;
		position: relative;
		z-index: 500;
		font-size:.8em;
	}
	.socials img {
		height:30px;
		margin:0 5px 0 0px;
		vertical-align: middle;
	}

    .socials img.smlogo {
        width:98%;
        height:auto;
        margin:0 0 10px 0;
    }
    nav {
		width:100%;
		float:none;
		position:absolute;
		bottom:110px;
		right:0px;
		padding:0px;
		text-align: right;
		color:#1c1f31;
		margin:0px;
	}
	.collapse-button {
		position: absolute;
		left: 80% !important;
		top: 10px !important;
	}
	h1 {
		font-size:1.6em;
		font-weight:bold;
		font-family: 'Bad Script', cursive;
		text-align: center;
		line-height:1.2em;
	}
	.homeintro h1 {
		margin:20px 0 0 0;
		text-align: center;
	}
	.takeaction h2 {
		margin:30px 0 0 0;
	}
	.takeaction h3 {
		margin:5px 0;
		font-style:italic;
	}
	.takeaction p {
		margin:0px;
	}
	.homeintroright {
		padding-right:4%;
		padding-left:4%;
	}
	.hilite {
		width:96%;
		margin:20px 2%;
		display:inline-block;
		vertical-align: top;
		border:3px solid #123151;
		border-radius:7px;
		box-shadow: 12px 12px 0px #ccc;
		padding:20px 2%;
	}
	.hilite img {
		height:200px;
		margin:0px 20px 30px 0;
		float:left;
	}
	.portalvid {
		width:96%;
		margin:2%;
		float:none;
	}
	.prodsearchblock {
		margin:40px 2%; 
		width:96%;
		height:auto;
		float:none;
	}
	#credit {
		width:100%;
		float:none;
		text-align: center;
		padding:4%;
	}
	ul.tabnav {
		padding:0;
		margin:0;
		position: relative;
		top:auto;
		left:auto;
		width:100%;
	}
	.tabnav li {
		list-style: none;
		display:inline-block;
		margin-bottom:2px;
		margin-left:0px;
		margin-right:.3%;
		width:33%;
	}
	.tabnav li a {
		display:block;
		background:#123151;
		padding:5px 5px;
		margin:0 0px;
		border-radius:5px;
		color:#fff;
		text-decoration: none;
		font-size:.9em;
		text-align: center;
	}
	.dw_episode {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s ease-out;
	}
	.dw_content {
		padding: 30px 3%;
		background-color: #fff;
		border-radius:4px;
		border:1px solid #123151;
		margin:50px 4% 50px 4%;
		box-shadow: 0 0 100px #a6accd;
		line-height:1.6em;
	}
	.dw_photos {
		text-align: center;
	}
	.dw_photos img {
		height:400px;
		margin:20px;
	}
	.dw_title {
		background-color: #a6accd;
		color: #000;
		font-weight:bold;
		cursor: pointer;
		padding: 18px;
		width: 100%;
		border: none;
		text-align: left;
		outline: none;
		font-size: 1.2em;
		transition: 0.4s;
		margin:10px 0 10px 0;
	}
	.dw_title span {
		font-size:.8em;
		display:inline-block;
		width: 100%;
		font-weight:normal;
	}
	.prodsearchblock {
		margin:25px 2%; 
		width:96%;
		height:auto;
		float:none;
		overflow:hidden;
		position: relative;
		padding:20px;
		border-bottom:2px solid #ccc;
	}
	.prodsearchblock-img {
		height:240px;
		width:20%;
		float:left;
		margin:0;
		text-align:center;
		padding:0px;
		overflow: hidden;
	}
	.prodsearchblock-img img {
		border:none;
		max-height:240px;
	}

	.prodsearchblock-text {
		position: relative;
		width:80%;
		float:left; 
		padding: 20px 5%;
	}
	.prodsearchblock-text h2 {
		margin:0 0 20px 0;
		padding:0;
		clear:both;
	}
	.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;
	}

	.images-container {
		width:98%;
		float:none;
		margin-right:auto;
		margin:10px auto;
		position: relative;
		text-align: center;
	}

	.details-container {
		width:100%;
		float:none;
		margin:0px;
		padding:5%;
	}
	.splash {
		padding:30px 2% 10px 2%;
		text-align: center;
	}
	.splash img {
		float:left;
		height:150px;
		margin:0 10px 0 0;
	}
	.splashleft{
		padding-left:2%;
	}
	.splash h2 {
		margin:0px;
		padding:0px;
	}
	.splash .c2a {
		padding:10px;
		font-size:1em;
		font-weight:bold;
		margin: 0;
	}
	/* 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 {
		display:none;
		float:left;
		padding-top:50px;
		width:10%;
	}
	.carttitle {
		float:left;
		padding-top:20px;
		padding-left:5%;
		width:84%;}
	.cartquantity {
		clear:both;
		float:left;
		padding-top:10px;
		width:32%;
		text-align: left;
	}
	.cartprice {
		float:left;
		padding-top:15px;
		width:25%;
		text-align: right;
		font-size:1em;
		color:#777;
	}
	.cartitemtotal {
		float:left;
		padding-top:10px;
		padding-right:2%;
		width:30%;	
		text-align: right;
		font-size:1.5em;
	}
	.cartdeleteitem {
		float:left;
		padding-top:17px;
		padding-left:4%;
		width:9%;	
		text-align: right;	
	}
	.ppbtn {
		border:none;
		-webkit-appearance: none;
	}
	#dwlogincol {
		padding-bottom:10px;
	}
	.pad-left{
		padding-left:4%;
		padding-right:4%;
	}
	.pad-right{
		padding-left:4%;
		padding-right:4%;
	}
    footer {
        text-align: center;
    }

}
