/*
Theme Name: Protect & Serve
Theme URI:
Author: Thirteen Digital
Author URI:
Description: Custom wordpress theme.
Version: 1.0.0
License:
License URI:
Text Domain:
Tags:
*/

/* Typekit Loading */
	.wf-loading {
		visibility: hidden;
	}
	p {
		opacity: 1;
		transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transition: transform .2s ease-in-out, opacity .2s ease-in-out;
		-webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
	}
	.wf-loading p {
		opacity: 0;
		transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}
/* Global */
	html {
		padding: 0;
		margin: 0;
		height: 100%;
	}
	div {
		display: block;
		overflow: hidden;
		position: relative;
	}
	a {
	  text-decoration: underline;
	  outline: 0 !important;
	  color: #FFF;
	}
	a img, img {
		border: none;
		outline: 0;
	}
	a,
	.button,
	input[type="submit"],
	input[type="text"] {
		cursor: pointer;
	}
	h1,
	h2 {
		font-family: "adelle",serif;
	}
	h1 {
		font-size: 48px;
		line-height: 50px;
		text-align: center;
		margin: 40px auto;
		color: #000;
		text-transform: uppercase;
	}
	h2 {
		font-size: 35px;
		line-height: 40px;
		color: #000;
		text-align: center;
		text-transform: uppercase;
	}
	p {
		font-size: 16px;
		line-height: 19px;
	}
	li {
		font-size: 16px;
		line-height: 21px;
	}
	img {
		max-width: 100%;
		height: auto;
	}
	strong {
		font-weight: 600;
	}
	body, input, textarea {
		font-family: "proxima-nova", sans-serif;
		font-style: normal;
		font-size: 15px;
		font-weight: 400;
		color: #000;
		position: relative;
		text-rendering: inherit;
	}
	body {
		background: #FFF;
		color: #333;
		margin: 0;
		padding: 0;
		height: 100%;
	}
	input [type="text"],
	textarea {
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
	ul, ol {
		margin: 0 0px 9px 10px;
	}
	.wrap {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		clear: both;
	}
	.button {
		display: inline-block;
		position: relative;
		padding: .75% 1.25%;
		background: #F7F019;
		color: #000;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0 auto;
		font-size: 19px;
		transition: all 0.3s ease 0s;
		letter-spacing: 1px;
	}
	.button:hover {
		color: #F7F019;
		background: #000;
	}
	q {
	   quotes: "“" "”" "‘" "’";
	}
	q:before {
	    content: open-quote;
	}
	q:after {
	    content: close-quote;
	}
	.content-a {
		display: table;
		overflow: hidden;
		width: 100%;
		min-height: 100%;
	}
	.content-b {
		padding: 0 0 0 0;
		display: table-cell;
		position: relative;
		vertical-align: middle;
		text-align: center;
		z-index: 9999999;
	}
	a.scroll.down-arrow {
		font-size: 50px;
		line-height: 50px;
		z-index: 99;
	}
	.down-arrow .fa-stack.fa-lg {
		height: 40px;
		margin: 30px auto;
	}
	.down-arrow .fa-angle-down {
		color: #FFF;
		font-size: 32px;
		line-height: 40px;
	}
	.down-arrow .fa-circle {
		color: #005A84;
		font-size: 40px;
		line-height: 40px;
	}
	h2.title {
		margin: 150px 0 0 0;
	}
	.bottom-line {
		width: 100px;
		background-color: #000;
		margin: 30px auto;
		height: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

/* Top Bar */
	.top-bar {
		height: 20px;
		background: #F7F019;
		color: #000;
	}
	.top-bar a {
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 600;
		line-height: 18px;
	}
	.top-bar .header_cart {
		margin: 0 auto;
		text-align: right;
	}
	.top-bar span.amount {
		display: none;
	}
	.top-bar a.login,
	.top-bar a.my-account {
		margin: 0 15px 0 0;
	}
/* Header */
	.header {
		position: fixed;
		margin: 0 auto;
		text-align: center;
		width: 100%;
		overflow: visible !important;
		z-index: 999999999;
	}
	.header .wrap {
		overflow: visible;
		width: 94%;
	}
	#stickthis-sticky-wrapper {
		overflow: visible;
	}
	#sticky-container-sticky-wrapper {
		position: relative !important;
	}
	#sticky-container {
		width: 100%;
		margin: 0 auto;
		display: block;
		padding: 0;
	}
	.mobile {
		display: none;
	}
	#mobile-menu {
		display: none;
	}
	.header .logo,
	.header .logo-inner {
		float: left;
		margin: 20px 0 0 30px;
	}
	.header .midnightHeader .logo a,
	.header .midnightHeader .logo-inner a {
		width: 230px;
		height: 84px;
		background-size: contain;
		display: block;
		z-index: 9;
		float: left;
		margin: 0;
		padding: 0;
	}
	.header .midnightHeader.default .logo a {
		background-image: url('/wp-content/themes/protect/images/protect-and-serve-logo-default.png');
	}
	.header .midnightHeader.default .logo-inner a {
		background-image: url('/wp-content/themes/protect/images/protect-and-serve-logo-yellow.png');
	}
	.header .midnightHeader.white .logo a {
		background-image: url('/wp-content/themes/protect/images/protect-and-serve-logo-white.png');
	}
	.header .midnightHeader.yellow .logo a {
		background-image: url('/wp-content/themes/protect/images/protect-and-serve-logo-yellow.png');
	}
	.midnightHeader.yellow .top-bar {
		background: #000;
	}
	.midnightHeader.yellow .top-bar a {
		color: #FFF;
	}
	.midnightHeader.white .nav a,
	.midnightHeader.yellow .nav a {
		color: #000;
	}
	.midnightHeader.yellow .nav li.active a .bar {
		background: #FFF;
	}
	.hamburger {
		display: none;
	}
	.nav-sticky-wrapper {
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 99999;
		overflow: hidden;
	}
	.nav li.active,
	.nav li {
		margin: 0 30px 0 0;
	}
	.nav {
		float: right;
		margin: 40px 30px 0 0;
		padding: 0;
	}
	.nav li {
		float: left;
		list-style: none;
		display: inline-block;
		margin: 0 30px 0 0;
		text-align: center;
		position: relative;
		padding: 0;
	}
	.nav li.active {
		margin: 0 30px 0 0;
		padding: 0;
	}
	.nav li a .bar {
		background-image: none;
		background-repeat: repeat;
		z-index: 999999;
		height: 6px;
		width: 100%;
		display: block;
		top: 5px;
		transition: all 0.3s ease 0s;
		-wekbit-transition: all 0.3s ease 0s;
	}
	.nav li.active .bar {
		background-image: url('images/yellow.png');
		background-repeat: repeat;
		z-index: 999999;
		height: 14px;
		width: 100%;
		display: block;
		top: 5px;
	}
	.nav a {
		font-size: 16px;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFF;
		font-weight: 700;
		margin: 0;
		padding: 0 0 20px 0;
		display: inline-block;
		transition: all 0.3s ease 0s;
		letter-spacing: 1px;
	}


	.nav a:hover {
		color: #CCC;
	}
	.nav li:last-child a {

	}
	.nav li.current-menu-item a {

	}
	.nav li.calculator {
		width: 32px;
		height: 32px;
	}
	.nav li.calculator img {
		width: 32px;
	}
	.nav li.calculator img:hover {
		opacity: .7;
	}
	a.anchor {
		position: absolute;
		top: 40px;
	}

/* Home */
	#home .tagline {
		width: 90%;
		margin: 0 auto;
	}
	#home .tagline h1 {
		color: #FFF;
		font-size: 49px;
		line-height: 55px;
		margin: 0;
		padding: 0;
	}
	#home .tagline p {
		font-size: 27px;
		line-height: 30px;
		letter-spacing: 1px;
		margin: 15px 0 50px 0;
		padding: 0;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 600;
	}
	#home .tagline .bar {
		width: 25px;
		height: 1px;
		background: #FFF;
		display: inline-block;
		vertical-align: middle;
		margin: 0px 13px;
	}
	#home .hero {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		background-size: cover;
		background-position: bottom center;
		background-repeat: no-repeat;
		z-index: 1;
	}
	#home .content-b .logo {
		margin: 200px auto 0 auto;
	}
	#home .hero-container {
		height: 500px;
	}
	#home .bolt {
		width: 100%;
		margin: 20px auto;
		z-index: 9999999;
		position: absolute;
		bottom: 0;
		text-align: center;
	}
	#home .bolt img {
		margin: 0 auto;
		width: 59px;
		height: auto;
	}
/* Services */
	#services .introduction {
		text-align: center;
		margin: 30px auto;
		font-size: 17px;
		line-height: 19px;
		width: 80%;
	}
	.pods {
		text-align: center;
		margin: 0 0 140px 0;
	}
	.pod {
		width: 26%;
		margin: 0px;
		padding: 2%;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		text-align: center;
		float: none;
	}
	.pod .icon {
		width: 45%;
		margin: 0 auto;
		overflow: visible;
	}
	.pod .title {
		text-transform: uppercase;
		font-size: 16px;
		line-height: 18px;
		font-weight: 800;
		letter-spacing: 1px;
	}
	.pod .text-area p {
		font-size: 14px;
		line-height: 21px;
	}
/* Plans */
	#plans {
		background-size: cover;
		background-position: bottom center;
		background-repeat: no-repeat;
		height: 972px;
	}
	#plans .bottom-line {
		background-color: #FFF;
	}
	#plans h2.title {
		color: #FFF;
	}
	.plans {
		text-align: center;
	}
	.plan {
		width: 18%;
		margin: 30px 60px;
		padding: 30px;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		text-align: center;
		float: none;
		color: #000;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		font-size: 17px;
	}
	.plan p {
		margin: 0 0 20px 0;
	}
	.plan strong {
		margin: 20px 0 0 0;
		font-weight: 600;
	}
	.plan-1 {
		background-image: url('images/the-sheild-yellow-bg.png');
	}
	.plan-2 {
		background-image: url('images/the-force-yellow-bg.png');
	}
	.plan .icon {
		width: 100px;
	}
	.plan h3 {
		text-transform: uppercase;
		margin: 10px auto 10px auto;
		font-weight: 900;
		letter-spacing: 1px;
	}
	.plan .per {
		font-size: 14px;
		text-transform: uppercase;
		margin: 10px auto;
	}
	.plan .bottom-line-plans {
		width: 120px;
		background-color: #000;
		margin: 0px auto 30px auto;
		height: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	.plan .price {
		font-size: 40px;
		font-weight: 900;
		line-height: 44px;
		transition: all 3s ease 0s;
	}
	#plans .gform_wrapper .top_label .gfield_label {
		color: #F7F019;
		text-align: center;
		margin: 0 auto !important;
		font-size: 42px;
		width: 60%;
		float: none;
		display: block !important;
		font-weight: 900;
		line-height: 43px;
		letter-spacing: 1px;
	}
	.plan .price-button {
		display: inline-block;
		background-color: #000;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 900;
		padding: 4% 8%;
		text-decoration: none;
		margin: 20px 0 10px 0px;
		font-size: 16px;
		cursor: pointer;
	}
	.plan .price-button:hover {
		color: #000;
		background-color: #FFF;
	}
	#question-plan-1,
	#question-plan-2 {
		width: 50%;
		background: url(images/black-85.png) repeat;
		min-height: 300px;
		margin: 50px auto 0 auto;
		color: #FFF;
		font-size: 30px;
		display: none;
		z-index: 999999999;
		height: 530px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#question-plan-1 .content-a,
	#question-plan-2 .content-a {
		height: 300px;
	}
	#question-plan-1 .close,
	#question-plan-2 .close {
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
		color: #5A5A5A;
		z-index: 99999999999999999;
	}
	#question-plan-1 form#gform_2,
	#question-plan-2 form#gform_3 {
		width: 50%;
		margin: 0 auto;
		display: block;
		overflow: hidden;
		position: relative;
	}
	#plans input[type="radio"] {
    	display:none;
	}
	#plans input[type="radio"] + label span {
		display: inline-block;
		width: 50px;
		height: 50px;
		margin: 0;
		vertical-align: middle;
		background: url(images/check_radio_questions.png) left top no-repeat;
		cursor: pointer;
	}
	#plans li input[type="radio"]:checked + label span,
	.cross span {
		background: url(images/check_radio_questions.png) -54px top no-repeat !important;
	}
	#question-plan-1 h3,
	#question-plan-2 h3 {
		color: #F7F019;
		text-align: center;
		text-transform: uppercase;
		margin: 40px auto 20px auto;
		font-size: 43px;
		width: 75%;
		float: none;
		display: block;
		font-weight: 900;
		line-height: 43px;
		letter-spacing: 1px;
		border-bottom: 2px solid #F7F019;
		padding: 0 0 30px 0;
	}
	#question-plan-1 div#gform_wrapper_2,
	#question-plan-2 div#gform_wrapper_3  {
		max-width: 100%;
		height: auto;
		display: block !important;
		overflow: visible;
	}
	#question-plan-1 .gform_footer.top_label,
	#question-plan-2 .gform_footer.top_label {
		width: 50%;
		float: left;
		padding: 0 !important;
		margin: 0 !important;
		display: inline-block;
		clear: none;
	}
	#question-plan-1 .gform_body,
	#question-plan-2 .gform_body {
		width: 50%;
		padding: 0;
		margin: 0;
		float: left;
		display: inline-block;
	}
	#question-plan-1 label#label_2,
	#question-plan-2 label#label_3 {
		margin: 0 auto;
		float: none;
		display: block;
		text-transform: uppercase;
		width: 61px;
		margin: 0 auto;
		text-align: center;
		color: #F7F019;
		font-size: 27px;
		font-weight: 900;
		line-height: 32px;
	}
	#question-plan-1 label#label_2_4_0,
	#question-plan-2 label#label_3_2_0  {
		width: 61px;
		margin: 0 auto;
		text-align: center;
		color: #F7F019;
		font-size: 27px;
		font-weight: 900;
		line-height: 32px;
	}
	#question-plan-1 li#field_2_2,
	#question-plan-2 li#field_3_2 {
		text-align: center;
		padding: 0;
		margin: 0;
		transition: all 0.3s ease 0s;
		max-width: 100%;
	}
	#question-plan-1 li.gchoice_2_4_0,
	#question-plan-2 li.gchoice_3_4_0 {
		margin: 0;
		padding: 0;
	}
	#question-plan-1 li#field_2_4,
	#question-plan-2 li#field_3_4  {
		padding: 0;
		margin: 0;
	}
	body .gform_wrapper label.gfield_label+div.ginput_container {
		margin-top: 0 !important;
		overflow: visible;
	}
	.loader {
		display: none;
	}
	.cross .loader {
		display: block;
		font-size: 34px;
		text-align: left;
		position: relative;
		padding: 0;
		margin: 0;
		height: 50px;
	}
	.cross .loader i {
		float: left;
		display: block;
		left: -7px;
		position: relative;
		text-align: center;
		top: 9px;
		color: #F7F019;
	}
/* Clients */
	#clients {
		text-align: center;
		min-height: 700px;
	}
	#clients .introduction {
		margin: 30px auto;
		text-align: center;
	}
	#clients .introduction p {
		font-size: 17px;
		line-height: 19px;
	}
	#clients a {
		margin: 10px;
		padding: 0;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: middle;
		zoom: 1;
		text-align: center;
		float: none;
	}
	.clients {
		margin: 0 0 130px 0;
	}
	.client-1 {
		width: 14%;
	}
	.client-1 img {
		max-width: 60%;
		float: right;
	}
	.client-2 {
		width: 15%;
	}
	.client-2 img {
		max-width: 100%;
	}
	.client-3 {
		width: 15%;
	}
	.client-3 img {
		max-width: 100%;
	}
	.client-4 {
		width: 15%;
	}
	.client-4 img {
		max-width: 100%;
	}
	.client-5 {
		width: 15%;
	}
	.client-5 img {
		max-width: 100%;
	}
	.client-6 {
		width: 12%;
	}
	.client-6 img {
		max-width: 64%;
	}
/* Contact */
	#contact {
		min-height: 693px;
		background-color: #F6EE3A;
		padding: 0 0 60px 0;
	}
	.contact-details {
		width: 50%;
		margin: 0 auto;
	}
	ul.gform_fields li {
		list-style: none;
		text-transform: uppercase;
		font-weight: 900;
		margin: 10px 0 10px 0;
	}
	.gform_wrapper .top_label .gfield_label {
		margin: 0 !important;
	}
	.ginput_container input {
		width: 95%;
		border: 1px solid #000;
		margin: 0;
		padding: 2%;
	}
	#contact .ginput_container textarea {
		/*width: 97.5% !important;*/
		border: 1px solid #000;
		margin: 0;
		padding: 2%;
	}
	.gform_wrapper .gform_footer {
		padding: 0 !important;
		margin: 0 !important;
	}
	.gform_footer input[type="submit"] {
		margin: 19px auto;
		display: block !important;
		border: 0;
		background-color: #000;
		color: #FFF;
		letter-spacing: 1px;
	}
	#contact .gform_body {
		overflow: visible;
		z-index: 999999999;
	}
/* Footer*/
	.footer {
		background-color: #000;
	}
	.footer .logo {
		display: block;
		width: 75%;
		max-width: 275px;
		margin: 37px auto;
		float: none;
		text-align: center;
	}
	.footer-small-bar {
		height: 15px;
		background-color: #FFF;
		text-align: center;
		text-transform: uppercase;
		padding: 15px 0 15px 0;
		color: #000;
	}
	.footer-small-bar p {
		font-size: 11px;
		line-height: 13px;
		font-weight: 600;
		color: #000;
	}
	.footer-small-bar a {
		color: #000;
	}
	.footer-small-bar a:hover {
		color: #333;
	}

/* Woocommerce Shared */
	.woocommerce {
		min-height: 430px;
	}
	.woocommerce-page .header {
		position: relative;
		background-color: #fffa82;
	}
	.woocommerce a {
		color: #000;
	}
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt {
		background-color: #000;
		-webkit-appearance: none;
		-webkit-border-radius: 0;
	}
	.woocommerce .woocommerce-error,
	.woocommerce .woocommerce-info,
	.woocommerce .woocommerce-message {
		background-color: #FFF;
		color: #000;
		list-style: none!important;
		width: auto;
		word-wrap: break-word;
		font-weight: 600;
	}
	.woocommerce .woocommerce-error a,
	.woocommerce .woocommerce-info a,
	.woocommerce .woocommerce-message a {
		color: #000;
		font-weight: 400;
	}
	.woocommerce .woocommerce-message .button {
		font-weight: 600;
	}
	.woocommerce form.checkout_coupon,
	.woocommerce form.login,
	.woocommerce form.register {
		border: none;
		padding: 20px;
		margin: 0 0 2em 0;
		text-align: left;
		border-radius: 5px;
		background-color: #FFF;
	}
	.gform_wrapper li.gfield.gfield_error,
	.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		background-color: #FFDFE0;
		margin-bottom: .375em!important;
		padding: 0;
		border-top: 0px solid #C89797;
		border-bottom: 0px solid #C89797;
	}
/* Product Pages */
	.woocommerce-page .outer-content .wrap {
		margin: 30px auto 0 auto;
	}
	.woocommerce-page .nav a {
		color: #000;
	}
	.woocommerce-page .nav li.packages .bar {
		background: #FFF;
		background-repeat: repeat;
		z-index: 999999;
		height: 14px;
		width: 100%;
		display: block;
		top: 5px;
	}
	.woocommerce-page .top-bar {
		height: 20px;
		background: #000;
		color: #FFF;
	}
	.woocommerce-page .top-bar a {
		color: #FFF;
	}
	.woocommerce-page {
		background-color: #f5ee4c;
	}
	.woocommerce-page .pod {
		padding: 40px 3% 30px 3%;
	}
	.woocommerce-page .pod .icon img {
		opacity: 1;
	}
	.woocommerce-page .pods {
		background: #FFF;
		margin: 0 auto;
	}
	.woocommerce-page .pod-wrap {
		margin: 0 auto;
		width: 60%;
	}
	.woocommerce-page .intro {
		text-align: center;
		margin: 0 0 30px 0;
	}
	.woocommerce-page .intro p {
		font-size: 17px;
		line-height: 24px;
	}
	.woocommerce-page .gform_wrapper {
		overflow: inherit;
		margin: 0 auto;
		max-width: 100%;
	}
	.woocommerce-page .gform_wrapper .gfield_required {
		color: #000;
	}
	.woocommerce-page .gform_wrapper .top_label .gfield_label {
		font-weight: 800;
	}
	.woocommerce-page ul#gform_fields_4,
	.woocommerce-page ul#gform_fields_5 {
		overflow: visible;
		display: inline-block;
	}
	.woocommerce-page li#field_4_10 .ginput_container textarea,
	.woocommerce-page li#field_5_10 .ginput_container textarea {
		height: 276px;
	}
	.woocommerce-page ul#gform_fields_4,
	.woocommerce-page ul#gform_fields_5 {
		float: left;
		width: 45%;
		padding: 0 5% 0 0;
	}
	.woocommerce-page ul#gform_fields_right {
		float: right;
		width: 45%;
		padding: 0 5% 0 0;
	}
	.woocommerce-page li.gchoice_4_14_0.splitcol_right,
	.woocommerce-page li.gchoice_4_14_1.splitcol_right {
		float: left;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	.woocommerce-page li.gchoice_5_14_0.splitcol_right,
	.woocommerce-page li.gchoice_5_14_1.splitcol_right {
		float: left;
		width: 50%;
		display: inline-block;
		vertical-align: top;
	}
	.woocommerce-page .gform_wrapper div.validation_error {
		border-top: 2px solid #790000;
		border-bottom: 2px solid #790000;
		width: 96%;
		text-align: center;
		background-color: #9E1414;
		color: #FFF;
	}
	.bolder {
		font-weight: 700;
	}
	.woocommerce-page .intro .icon {
		width: 40px;
	}
	.woocommerce-page h1 {
		font-size: 35px;
	}
	.woocommerce-page .gform_wrapper label.gfield_label+div.ginput_container {
		overflow: visible !important;
	}
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		float: none;
		width: auto;
	}
	.woocommerce div.product form.cart .button:before {
	    font-family: FontAwesome;
	    content: "\f023";
	}
	.woocommerce-page .hint--right:after {
		width: 260px;
	}
	.woocommerce-page .hint:after,
	.woocommerce-page [data-hint]:after {
		white-space: normal;
		color: #F5EE4C;
		text-transform: none;
		background-color: #000;
		font-size: 13px;
		line-height: 16px;
		border-radius: 0;
	}
	.woocommerce div.product form.cart .button {
		background-color: #000;
		margin: 40px auto 0 auto;
		float: none;
		display: block;
	}
	.woocommerce-page .gform_wrapper textarea {
		/*width: 97.5%;*/
		border-color: #000;
	}
	.single-product .gform_wrapper input[type="radio"] {
    	display:none;
	}
	.single-product .gform_wrapper input[type="radio"] + label span {
		display: inline-block;
		width: 38px;
		height: 37px;
		vertical-align: middle;
		background: url(images/yellow-radio-check-sheet.png);
		cursor: pointer;
		background-position: 0%;
		background-size: 200%;
		margin: 0 10px 0 0;
	}
	.single-product .gform_wrapper li input[type="radio"]:checked + label span {
		background: url(images/yellow-radio-check-sheet.png);
		background-position: 100%;
		background-size: 200%;
	}
	.single-product .stock {
		display: none;
	}
/* My Account */
	.woocommerce form.login {
		width: auto;
		margin: 0 auto;
	}
	.woocommerce-account .outer-content {
		margin: 30px auto 60px auto;
	}
	.woocommerce-account .myaccount_user {
		background-color: #FFF;
		padding: 3%;
		margin: 30px auto 0 auto;
		font-weight: 500;
		border-radius: 3px;
	}
	.woocommerce-account fieldset {
		border: 1px solid #000;
		padding: 2%;
		margin: 30px auto;
		font-weight: 700;
	}
	.woocommerce-account dt {
		width: 20%;
	}
	.woocommerce-account #payment h3 {
		padding: 0 0 0 15px;
	}
	.woocommerce-account h2 {
		margin: 60px 0 20px 0px;
		text-align: left;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table td,
	.woocommerce-cart .cart-collaterals .cart_totals table th {
		vertical-align: top;
		border-left: 0;
		border-right: 0;
		padding: 6px 0 6px 10px;
		line-height: 2em;
	}
/* Cart */
	.woocommerce-cart .header,
	.woocommerce-checkout .header {
		margin: 0 0 60px 0;
	}
	.page-template-page-cart .outer-content {
		margin: 50px auto 0 auto;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table,
	.woocommerce table.shop_table  {
		background-color: #FFF;
		padding: 0;
	}
	.woocommerce-cart table.cart img {
		width: 100px;
	}
	p.cart-empty {
		text-align: center;
	}
	p.return-to-shop {
		margin: 20px auto;
		float: none;
		text-align: center;
	}
	a.button.wc-backward {
		margin: 0 auto;
		text-align: center;
		float: none;
	}
	.woocommerce-cart h3,
	.woocommerce-checkout h3 {
		text-transform: uppercase;
	}
	.woocommerce-cart .shop_table .variation dt {
		width: 44%;
		font-size: 14px;
		line-height: 16px;
		color: #333;
		font-weight: 600 !important;
		padding: 0;
		margin: 0;
	}
	.woocommerce-cart .shop_table .variation dd {
		padding: 0 !important;
		margin: 0 !important;
	}
	.woocommerce-cart .shop_table .variation dd p {
		font-size: 14px;
		line-height: 16px;
	}
	.woocommerce table.cart td:nth-of-type(4),
	.woocommerce table.cart th:nth-of-type(4),
	.woocommerce table.cart td:nth-of-type(5),
	.woocommerce table.cart th:nth-of-type(5) {
		display: none;
	}
/* Checkout */
	.woocommerce #respond input#submit.alt:hover,
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover,
	.woocommerce input.button.alt:hover {
		background-color: #3C3C3C;
	}
	.woocommerce input#coupon_code {
		border: 1px solid #EBE9EB;
	}
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
	.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-name,
	.woocommerce-checkout #payment div.payment_box input.input-text {
		font-size: 16px;
	}
	.payment_method_pin_payments fieldset#pin_payments-cc-form {
		border: 0 !important;
	}
	.payment_method_pin_payments fieldset {
		border: 0 !important;
	}
	form.checkout.woocommerce-checkout {
		margin: 0 0 80px 0;
	}
	.woocommerce form .form-row label {
		font-weight: 600;
		color: #222;
	}
	.woocommerce-checkout #payment div.payment_box input.input-text,
	.woocommerce-checkout #payment div.payment_box textarea {
		border: 1px solid #ccc;
	}
	.woocommerce-checkout #payment ul.payment_methods li {
		font-weight: 600;
	}
	.woocommerce #respond input#submit.alt.disabled,
	.woocommerce #respond input#submit.alt.disabled:hover,
	.woocommerce #respond input#submit.alt:disabled,
	.woocommerce #respond input#submit.alt:disabled:hover,
	.woocommerce #respond input#submit.alt:disabled[disabled],
	.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
	.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
	.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
	.woocommerce a.button.alt:disabled[disabled],
	.woocommerce a.button.alt:disabled[disabled]:hover,
	.woocommerce button.button.alt.disabled,
	.woocommerce button.button.alt.disabled:hover,
	.woocommerce button.button.alt:disabled,
	.woocommerce button.button.alt:disabled:hover,
	.woocommerce button.button.alt:disabled[disabled],
	.woocommerce button.button.alt:disabled[disabled]:hover,
	.woocommerce input.button.alt.disabled,
	.woocommerce input.button.alt.disabled:hover,
	.woocommerce input.button.alt:disabled,
	.woocommerce input.button.alt:disabled:hover,
	.woocommerce input.button.alt:disabled[disabled],
	.woocommerce input.button.alt:disabled[disabled]:hover {
		background-color: #222;
		color: #fff;
	}
	.woocommerce form .form-row input.input-text,
	.woocommerce form .form-row textarea {
		box-sizing: border-box;
		width: 100%;
		margin: 0;
		outline: 0;
		line-height: 1;
		padding: 10px 15px;
		border: 1px solid #E6E6E6;
	}
	.woocommerce form .form-row.woocommerce-validated .select2-container,
	.woocommerce form .form-row.woocommerce-validated input.input-text,
	.woocommerce form .form-row.woocommerce-validated select {
		border-color: #F5EE4C;
		border-style: solid;
		border-width: 1px;
		background-color: rgba(0, 0, 0, 0.09);
		color: #000;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dt {
		width: auto;
		font-size: 14px;
		line-height: 16px;
		color: #333;
		font-weight: 600 !important;
		padding: 0;
		margin: 0;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd {
		padding: 0 !important;
		margin: 0 !important;
	}
	.woocommerce-checkout .woocommerce-checkout-review-order-table .variation dd p {
		font-size: 14px;
		line-height: 16px;
	}
	.woocommerce #payment .terms,
	.woocommerce-page #payment .terms {
		text-align: right;
		padding: 0 1em;
		float: right;
	}
	.woocommerce .cart_totals p.wc-cart-shipping-notice {
		display: none;
	}
/* Report Form */
	.page-id-271 h3 {
		text-transform: uppercase;
		text-align: center;
	}
	.page-id-271 .header .nav a {
		color: #000;
	}
	.page-id-271 .outer-content {
		padding: 170px 0 0 0;
	}
	.page-id-271 .gform_wrapper .top_label input.medium, 
	.page-id-271 .gform_wrapper .top_label select.medium {
		width: 97%;
	}
	.page-id-271  ul.gform_fields li {
		margin: 30px 0 30px 0;
	}
/* For Parallax */
	#stars {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 99;
	}
	div#spotlight-container {
		position: absolute;
		z-index: 9;
		right: 0%;
		bottom: 20%;
		height: auto;
		overflow: visible;
	}
	#spotlight-container img {
		width: 60%;
	}

	#home:hover img {

	}

/* Spolight anim */
	#home.start #spotlight-container img {
		animation: spotlightsway ease 20s;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
		animation-fill-mode:forwards; /*when the spec is finished*/
		-webkit-animation: spotlightsway ease 20s;
		-webkit-animation-iteration-count: infinite;
		-webkit-transform-origin: 100% 100%;
		-webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
		-moz-animation: spotlightsway ease 20s;
		-moz-animation-iteration-count: infinite;
		-moz-transform-origin: 100% 100%;
		-moz-animation-fill-mode:forwards; /*FF 5+*/
		-o-animation: spotlightsway ease 20s;
		-o-animation-iteration-count: infinite;
		-o-transform-origin: 100% 100%;
		-o-animation-fill-mode:forwards; /*Not implemented yet*/
		-ms-animation: spotlightsway ease 20s;
		-ms-animation-iteration-count: infinite;
		-ms-transform-origin: 100% 100%;
		-ms-animation-fill-mode:forwards; /*IE 10+*/
	}
/* spotlightsway - Keyframes */
	@keyframes spotlightsway{
	  0% {
	    transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	  25% {
	    transform:  translate(187px,91px)  rotate(36deg) ;
	  }
	  53% {
	    transform:  translate(187px,91px)  rotate(46deg) ;
	  }
	  82% {
	    transform:  translate(187px,91px)  ;
	  }
	  100% {
	    transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	}

	@-moz-keyframes spotlightsway{
	  0% {
	    -moz-transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	  25% {
	    -moz-transform:  translate(187px,91px)  rotate(36deg) ;
	  }
	  53% {
	    -moz-transform:  translate(187px,91px)  rotate(46deg) ;
	  }
	  82% {
	    -moz-transform:  translate(187px,91px)  ;
	  }
	  100% {
	    -moz-transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	}

	@-webkit-keyframes spotlightsway {
	  0% {
	    -webkit-transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	  25% {
	    -webkit-transform:  translate(187px,91px)  rotate(36deg) ;
	  }
	  53% {
	    -webkit-transform:  translate(187px,91px)  rotate(46deg) ;
	  }
	  82% {
	    -webkit-transform:  translate(187px,91px)  ;
	  }
	  100% {
	    -webkit-transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	}

	@-o-keyframes spotlightsway {
	  0% {
	    -o-transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	  25% {
	    -o-transform:  translate(187px,91px)  rotate(36deg) ;
	  }
	  53% {
	    -o-transform:  translate(187px,91px)  rotate(46deg) ;
	  }
	  82% {
	    -o-transform:  translate(187px,91px)  ;
	  }
	  100% {
	    -o-transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	}

	@-ms-keyframes spotlightsway {
	  0% {
	    -ms-transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	  25% {
	    -ms-transform:  translate(187px,91px)  rotate(36deg) ;
	  }
	  53% {
	    -ms-transform:  translate(187px,91px)  rotate(46deg) ;
	  }
	  82% {
	    -ms-transform:  translate(187px,91px)  ;
	  }
	  100% {
	    -ms-transform:  translate(187px,91px)  rotate(0deg) ;
	  }
	}
/* spin - Keyframes */
		@-moz-keyframes spin {
		    from { -moz-transform: rotate(0deg); }
		    to { -moz-transform: rotate(360deg); }
		}
		@-webkit-keyframes spin {
		    from { -webkit-transform: rotate(0deg); }
		    to { -webkit-transform: rotate(360deg); }
		}
		@keyframes spin {
		    from {transform:rotate(0deg);}
		    to {transform:rotate(360deg);}
		}
/* fadeInFromNone - Keyframes*/
	@-webkit-keyframes fadeInFromNone {
	    0% {
	        display:none; 
	        opacity: 0;
	    }

	    1% {
	        display: block ; 
	        opacity: 0;
	    }

	    100% {
	        display: block ; 
	        opacity: 1;
	    }
	}

/* Bolt animation*/
	.woocommerce-page .intro .icon {
	  animation: boltupdown ease-in-out 1s;
	  animation-iteration-count: 3;
	  transform-origin: 50% 50%;
	  animation-fill-mode:forwards; /*when the spec is finished*/
	  -webkit-animation: boltupdown ease-in-out 1s;
	  -webkit-animation-iteration-count: 3;
	  -webkit-transform-origin: 50% 50%;
	  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
	  -moz-animation: boltupdown ease-in-out 1s;
	  -moz-animation-iteration-count: 3;
	  -moz-transform-origin: 50% 50%;
	  -moz-animation-fill-mode:forwards; /*FF 5+*/
	  -o-animation: boltupdown ease-in-out 1s;
	  -o-animation-iteration-count: 3;
	  -o-transform-origin: 50% 50%;
	  -o-animation-fill-mode:forwards; /*Not implemented yet*/
	  -ms-animation: boltupdown ease-in-out 1s;
	  -ms-animation-iteration-count: 3;
	  -ms-transform-origin: 50% 50%;
	  -ms-animation-fill-mode:forwards; /*IE 10+*/
	}

	@keyframes boltupdown{
	  0% {
	    transform:  scaleX(1.00) ;
	  }
	  22% {
	    transform:  scaleX(0.00) ;
	  }
	  50% {
	    transform:  scaleX(-1.00) ;
	  }
	  77% {
	    transform:  scaleX(1.00) ;
	  }
	  100% {
	    transform:  scaleX(1.00) ;
	  }
	}

	@-moz-keyframes boltupdown{
	  0% {
	    -moz-transform:  scaleX(1.00) ;
	  }
	  22% {
	    -moz-transform:  scaleX(0.00) ;
	  }
	  50% {
	    -moz-transform:  scaleX(-1.00) ;
	  }
	  77% {
	    -moz-transform:  scaleX(1.00) ;
	  }
	  100% {
	    -moz-transform:  scaleX(1.00) ;
	  }
	}

	@-webkit-keyframes boltupdown {
	  0% {
	    -webkit-transform:  scaleX(1.00) ;
	  }
	  22% {
	    -webkit-transform:  scaleX(0.00) ;
	  }
	  50% {
	    -webkit-transform:  scaleX(-1.00) ;
	  }
	  77% {
	    -webkit-transform:  scaleX(1.00) ;
	  }
	  100% {
	    -webkit-transform:  scaleX(1.00) ;
	  }
	}

	@-o-keyframes boltupdown {
	  0% {
	    -o-transform:  scaleX(1.00) ;
	  }
	  22% {
	    -o-transform:  scaleX(0.00) ;
	  }
	  50% {
	    -o-transform:  scaleX(-1.00) ;
	  }
	  77% {
	    -o-transform:  scaleX(1.00) ;
	  }
	  100% {
	    -o-transform:  scaleX(1.00) ;
	  }
	}

	@-ms-keyframes boltupdown {
	  0% {
	    -ms-transform:  scaleX(1.00) ;
	  }
	  22% {
	    -ms-transform:  scaleX(0.00) ;
	  }
	  50% {
	    -ms-transform:  scaleX(-1.00) ;
	  }
	  77% {
	    -ms-transform:  scaleX(1.00) ;
	  }
	  100% {
	    -ms-transform:  scaleX(1.00) ;
	  }
	}