@font-face {
 font-family:'Open Sans';
 font-style:normal;
 font-weight:400;
 src:local('Open Sans'),url(../fonts/open-sans.eot?#iefix) format('embedded-opentype'),url(../fonts/open-sans.eot),url(../fonts/open-sans.woff) format('woff'),url(../fonts/open-sans.ttf) format('truetype')
}

html {
 margin:0;
 padding:0;
 border:0;
 -webkit-text-size-adjust:100%;
 -ms-text-size-adjust:100%
}

a,abbr,acronym,address,article,aside,blockquote,body,code,dd,del,details,dfn,dialog,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,label,legend,li,menu,nav,object,ol,p,pre,q,section,span,summary,ul {
 margin:0;
 padding:0;
 border:0;
 font-size:100%;
 font:inherit;
}

body {
    margin:0; padding:0; width:100%;
    background: #0e0e0e url(../images/bg.jpg) top center;
    font-family:Open Sans,Arial,Helvetica,sans-serif;
    line-height:1.3
}

.content_zone {
    width:1200px; 
    text-align:center;
    margin: 0 auto
}
a {
    text-decoration:none;
    color:#18ffff
}
p { 
    color:#fff;
    text-decoration:none;
    padding:10px 10px
}

/*Product*/

.product:first-of-type {
    margin-top:50px
}

.product {
    margin-top:25px;
    width:100%;
    background-color:rgba(0,0,0,0.35);
    padding:25px 0
}

.product:hover {
    background-color:rgba(0,0,0,0.65)
}

.product:hover h2 {
    text-decoration:underline
}

h2 a {color:#ffd200}

.no-h2-space {margin-top:25px}

.product-price {
    color:#fff;
    font-size:25px
}

.button {
    display:inline-block;
    color:#000;
    margin-top:15px;
	margin-bottom:10px;
    padding:10px;
    font-size:22px;
    font-weight:bold;
    text-transform:uppercase;
    background-color:#ffd200
}

.bt_green {background-color:#7eff00!important; margin-top:10px!important}

h1 { 
    font-size:45px;
    color:#fff; 
    padding:15px 0;
    margin:0; 
    text-transform: uppercase
}

h1 a {color:#fff}
h2 {
    font-size:35px;
    color:#ffd200;
    padding:15px 0;
    margin:0
}
h3 {
    font-size:25px;
    color:#fff;
    padding:15px 0;
    margin:0
}
h4 {
    font-size:20px;
    color:#fff;
    padding:15px 0;
    margin:0
}

/*Breadcrubbs*/
#breadcrumb .breadcrumb_last {
    font-weight: 600;
}

/*Header*/
.catlinkstop {
    width:100%;
    line-height: 30px;
	font-size: 20px;
    margin-top:25px;
    text-align:center
}

.catlinkstop  li {
	display:inline-table;
    padding-bottom:15px
}

.catlinkstop a {
    color:#ffd200;
    background:#000;
    padding:5px 10px;
}

.catlinkstop a:hover {
    color:#000;
        background:#ffd200
}

/*.catlinkstop li:after {
    content: "-";
	padding:0 5px;
    color:#aaa
}

.catlinkstop li:last-child:after {
    content: "";
    padding:0
}*/


/*Footer*/
#footer {
    float:left;
    margin-top:50px;
    width: 100%
}

.navlinks {
    width:100%;
    line-height: 50px;
	font-size: 20px;
    text-align:center
}

.navlinks li {
	display:inline-table
}

.navlinks a {
    color:#fff
}

.navlinks a:hover {
    color:#ffd200
}

.navlinks li:after {
    content: "|";
	padding:0 5px;
    color:#aaa
}

.navlinks li:last-child:after {
    content: "";
    padding:0
}

.catlinks {
    width:100%;
    margin-top:15px;
	font-size: 15px;
    text-align:center
}

.catlinks li {
    line-height:30px;
	display:inline-table
}

.catlinks a {
    color:#ffd200
}

.catlinks a:hover {
    color:#fff
}

.catlinks li:after {
    content: "-";
	padding:0 5px;
    color:#aaa
}

.catlinks li:last-child:after {
    content: "";
    padding:0
}

/*Submit Form*/
#submit-form fieldset {
border:none;
width:50%;
margin:0 auto
}

#submit-form select {
font-size: 18px;
border-radius: 0px;
box-sizing: border-box;
padding: 0.1em 0em;
padding-left: 10px;
background-color: #ffffff;
height: 42px;
margin: 5px 0px;
cursor: pointer;
width: 100% !important;
border:none
}

#submit-form input:not([type=submit]) {
font-size: 18px;
border-radius: 0px;
box-sizing: border-box;
padding: 0.1em 0em;
padding-left: 10px;
background-color: #ffffff;
height: 42px;
margin: 5px 0px;
cursor: pointer;
border: none;
width: 100% !important;
}

#submit-form input[type=submit] {
background-color: #ffd200;
color: #000;
text-transform: uppercase;
margin: 4px 0px;
float: right;
width: 100%;
cursor: pointer;
display: inline-block;
font-weight: normal;
text-align: center;
vertical-align: middle;
touch-action: manipulation;
background-image: none;
border: none;
padding: 8px 12px;
font-size: 18px;
line-height: 1.42857143;
-moz-user-select: none;
}

#submit-form textarea {
font-size: 18px;
font-family:inherit;
border-radius: 0px;
box-sizing: border-box;
padding: 0.1em 0em;
padding-left: 10px;
background-color: #ffffff;
height: 150px;
margin: 5px 0px;
cursor: pointer;
border: none;
width: 100% !important;
}


/* Phones, etc. */
@media (max-width: 767px) {
.content_zone {
    width:95%
}
.product {
    width:95%;
    margin:0 auto;
    margin-top:25px
}
    
.product p {
    padding:0 15px
}

.product-price {
    font-size:18px;
    margin-top:25px;
    padding:0 10px
}
    
.product img {
    max-width:200px;
    width:100%
}
.button {
    width:85%;
    margin-top:25px;
	margin-bottom:15px;
    font-size:15px
}
h2 {
    font-size:25px
}
.navlinks {
	font-size: 13px
}

.catlinks {width:100%; margin-top:15px; float:left}
.catlinks li {width:100%; line-height:45px; background:#000; border-bottom:1px solid #1a1a1a}
.catlinks li:after {content: ""}
.catlinks li:last-child {border-bottom:none}
.catlinks li a {font-size:16px}

.catlinkstop {line-height: 25px; margin-top:20px; font-size: 16px}  

#submit-form fieldset {
width:100%;
}
}

/* Anything larger than a phone */
/*@media (min-width: 768px) {

}*/

/*Contact Form 7 Styles*/
div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
	color:#fff;
	padding:15px
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
	color:#fff;
	padding:15px
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
	color:#fff;
	padding:15px
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	color:#fff;
	padding:15px
}