@font-face {
 font-family: 'Proxima Nova Lt';
 src: url('../font/ProximaNova-Light.woff2') format('woff2'),  url('../font/ProximaNova-Light.woff') format('woff');
 font-weight: 300;
 font-style: normal;
}
 @font-face {
 font-family: 'Proxima Nova Lt';
 src: url('../font/ProximaNova-SemiboldIt.woff2') format('woff2'),  url('../font/ProximaNova-SemiboldIt.woff') format('woff');
 font-weight: 600;
 font-style: italic;
}
@font-face {
 font-family: 'proxima_nova_rgregular';
 src: url('../proximanova-regular-webfont.woff2') format('woff2'),  url('../proximanova-regular-webfont.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'Proxima Nova Lt';
 src: url('../font/ProximaNova-Semibold.woff2') format('woff2'),  url('../font/ProximaNova-Semibold.woff') format('woff');
 font-weight: 600;
 font-style: normal;
}
 @font-face {
 font-family: 'Proxima Nova Th';
 src: url('../font/ProximaNova-Extrabld.woff2') format('woff2'),  url('../font/ProximaNova-Extrabld.woff') format('woff');
 font-weight: 800;
 font-style: normal;
}
 @font-face {
 font-family: 'Proxima Nova Rg';
 src: url('../font/ProximaNova-RegularIt.woff2') format('woff2'),  url('../font/ProximaNova-RegularIt.woff') format('woff');
 font-weight: normal;
 font-style: italic;
}
 @font-face {
 font-family: 'Proxima Nova Rg';
 src: url('../font/ProximaNova-Regular.woff2') format('woff2'),  url('../font/ProximaNova-Regular.woff') format('woff');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Proxima Nova Rg';
 src: url('../font/ProximaNova-Bold.woff2') format('woff2'),  url('../font/ProximaNova-Bold.woff') format('woff');
 font-weight: bold;
 font-style: normal;
}
.medium {border: 1px solid !important;}
.gform_button.button {
    background-color: #ffbc00;
    cursor: pointer;
    height: 50px;
    text-transform: uppercase;
    width: 150px !important;
}

.container-fluid {
	margin-right:auto;
	margin-left:auto;
	padding-right:1rem;
	padding-left:1rem;
	position:relative;
	width:100%
}
.container {
	margin-right:auto;
	margin-left:auto;
	max-width:84rem;
	position:relative;
	padding-right:1rem;
	padding-left:1rem
}
.row {
	box-sizing:border-box;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex:0 1 auto;
	-webkit-box-flex:0;
	flex:0 1 auto;
	-ms-flex-direction:row;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	flex-direction:row;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-1rem;
	margin-left:-1rem
}
.row.reverse {
	-ms-flex-direction:row-reverse;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	flex-direction:row-reverse
}
.col.reverse {
	-ms-flex-direction:column-reverse;
	-webkit-box-orient:vertical;
	-webkit-box-direction:reverse;
	flex-direction:column-reverse
}
.col-xs, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	box-sizing:border-box;
	-ms-flex:0 0 auto;
	-webkit-box-flex:0;
	flex:0 0 auto;
	padding-right:1rem;
	padding-left:1rem
}
.col-xs {
	-webkit-flex-grow:1;
	-ms-flex-positive:1;
	-webkit-box-flex:1;
	flex-grow:1;
	-ms-flex-preferred-size:0;
	flex-basis:0;
	max-width:100%
}
.col-xs-1 {
	-ms-flex-preferred-size:8.333%;
	flex-basis:8.333%;
	max-width:8.333%
}
.col-xs-2 {
	-ms-flex-preferred-size:16.667%;
	flex-basis:16.667%;
	max-width:16.667%
}
.col-xs-3 {
	-ms-flex-preferred-size:25%;
	flex-basis:25%;
	max-width:25%
}
.col-xs-4 {
	-ms-flex-preferred-size:33.333%;
	flex-basis:33.333%;
	max-width:33.333%
}
.col-xs-5 {
	-ms-flex-preferred-size:41.667%;
	flex-basis:41.667%;
	max-width:41.667%
}
.col-xs-6 {
	-ms-flex-preferred-size:50%;
	flex-basis:50%;
	max-width:50%
}
.col-xs-7 {
	-ms-flex-preferred-size:58.333%;
	flex-basis:58.333%;
	max-width:58.333%
}
.col-xs-8 {
	-ms-flex-preferred-size:66.667%;
	flex-basis:66.667%;
	max-width:66.667%
}
.col-xs-9 {
	-ms-flex-preferred-size:75%;
	flex-basis:75%;
	max-width:75%
}
.col-xs-10 {
	-ms-flex-preferred-size:83.333%;
	flex-basis:83.333%;
	max-width:83.333%
}
.col-xs-11 {
	-ms-flex-preferred-size:91.667%;
	flex-basis:91.667%;
	max-width:91.667%
}
.col-xs-12 {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	max-width:100%
}
.col-xs-offset-1 {
	margin-left:8.333%
}
.col-xs-offset-2 {
	margin-left:16.667%
}
.col-xs-offset-3 {
	margin-left:25%
}
.col-xs-offset-4 {
	margin-left:33.333%
}
.col-xs-offset-5 {
	margin-left:41.667%
}
.col-xs-offset-6 {
	margin-left:50%
}
.col-xs-offset-7 {
	margin-left:58.333%
}
.col-xs-offset-8 {
	margin-left:66.667%
}
.col-xs-offset-9 {
	margin-left:75%
}
.col-xs-offset-10 {
	margin-left:83.333%
}
.col-xs-offset-11 {
	margin-left:91.667%
}
.start-xs {
	-ms-flex-pack:start;
	-webkit-box-pack:start;
	justify-content:flex-start;
	text-align:start
}
.center-xs {
	-ms-flex-pack:center;
	-webkit-box-pack:center;
	justify-content:center;
	text-align:center
}
.end-xs {
	-ms-flex-pack:end;
	-webkit-box-pack:end;
	justify-content:flex-end;
	text-align:end
}
.top-xs {
	-ms-flex-align:start;
	-webkit-box-align:start;
	align-items:flex-start
}
.middle-xs {
	-ms-flex-align:center;
	-webkit-box-align:center;
	align-items:center
}
.bottom-xs {
	-ms-flex-align:end;
	-webkit-box-align:end;
	align-items:flex-end
}
.around-xs {
	-ms-flex-pack:distribute;
	justify-content:space-around
}
.between-xs {
	-ms-flex-pack:justify;
	-webkit-box-pack:justify;
	justify-content:space-between
}
.first-xs {
	-ms-flex-order:-1;
	-webkit-box-ordinal-group:0;
	order:-1
}
.auto-xs {
	-ms-flex-order:inherit;
	-webkit-box-ordinal-group:inherit;
	order:inherit
}
.last-xs {
	-ms-flex-order:1;
	-webkit-box-ordinal-group:2;
	order:1
}
@media only screen and (min-width:48em) {
.container {
padding-right:2rem;
padding-left:2rem
}
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
box-sizing:border-box;
-ms-flex:0 0 auto;
-webkit-box-flex:0;
flex:0 0 auto;
padding-right:1rem;
padding-left:1rem
}
.col-sm {
-webkit-flex-grow:1;
-ms-flex-positive:1;
-webkit-box-flex:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-sm-1 {
-ms-flex-preferred-size:8.333%;
flex-basis:8.333%;
max-width:8.333%
}
.col-sm-2 {
-ms-flex-preferred-size:16.667%;
flex-basis:16.667%;
max-width:16.667%
}
.col-sm-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-sm-4 {
-ms-flex-preferred-size:33.333%;
flex-basis:33.333%;
max-width:33.333%
}
.col-sm-5 {
-ms-flex-preferred-size:41.667%;
flex-basis:41.667%;
max-width:41.667%
}
.col-sm-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-sm-7 {
-ms-flex-preferred-size:58.333%;
flex-basis:58.333%;
max-width:58.333%
}
.col-sm-8 {
-ms-flex-preferred-size:66.667%;
flex-basis:66.667%;
max-width:66.667%
}
.col-sm-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-sm-10 {
-ms-flex-preferred-size:83.333%;
flex-basis:83.333%;
max-width:83.333%
}
.col-sm-11 {
-ms-flex-preferred-size:91.667%;
flex-basis:91.667%;
max-width:91.667%
}
.col-sm-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-sm-offset-1 {
margin-left:8.333%
}
.col-sm-offset-2 {
margin-left:16.667%
}
.col-sm-offset-3 {
margin-left:25%
}
.col-sm-offset-4 {
margin-left:33.333%
}
.col-sm-offset-5 {
margin-left:41.667%
}
.col-sm-offset-6 {
margin-left:50%
}
.col-sm-offset-7 {
margin-left:58.333%
}
.col-sm-offset-8 {
margin-left:66.667%
}
.col-sm-offset-9 {
margin-left:75%
}
.col-sm-offset-10 {
margin-left:83.333%
}
.col-sm-offset-11 {
margin-left:91.667%
}
.start-sm {
-ms-flex-pack:start;
-webkit-box-pack:start;
justify-content:flex-start;
text-align:start
}
.center-sm {
-ms-flex-pack:center;
-webkit-box-pack:center;
justify-content:center;
text-align:center
}
.end-sm {
-ms-flex-pack:end;
-webkit-box-pack:end;
justify-content:flex-end;
text-align:end
}
.top-sm {
-ms-flex-align:start;
-webkit-box-align:start;
align-items:flex-start
}
.middle-sm {
-ms-flex-align:center;
-webkit-box-align:center;
align-items:center
}
.bottom-sm {
-ms-flex-align:end;
-webkit-box-align:end;
align-items:flex-end
}
.around-sm {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-sm {
-ms-flex-pack:justify;
-webkit-box-pack:justify;
justify-content:space-between
}
.first-sm {
-ms-flex-order:-1;
-webkit-box-ordinal-group:0;
order:-1
}
.auto-sm {
-ms-flex-order:inherit;
-webkit-box-ordinal-group:inherit;
order:inherit
}
.last-sm {
-ms-flex-order:1;
-webkit-box-ordinal-group:2;
order:1
}
}
@media only screen and (min-width:62em) {
.col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
box-sizing:border-box;
-ms-flex:0 0 auto;
-webkit-box-flex:0;
flex:0 0 auto;
padding-right:1rem;
padding-left:1rem
}
.col-md {
-webkit-flex-grow:1;
-ms-flex-positive:1;
-webkit-box-flex:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-md-1 {
-ms-flex-preferred-size:8.333%;
flex-basis:8.333%;
max-width:8.333%
}
.col-md-2 {
-ms-flex-preferred-size:16.667%;
flex-basis:16.667%;
max-width:16.667%
}
.col-md-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-md-4 {
-ms-flex-preferred-size:33.333%;
flex-basis:33.333%;
max-width:33.333%
}
.col-md-5 {
-ms-flex-preferred-size:41.667%;
flex-basis:41.667%;
max-width:41.667%
}
.col-md-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-md-7 {
-ms-flex-preferred-size:58.333%;
flex-basis:58.333%;
max-width:58.333%
}
.col-md-8 {
-ms-flex-preferred-size:66.667%;
flex-basis:66.667%;
max-width:66.667%
}
.col-md-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-md-10 {
-ms-flex-preferred-size:83.333%;
flex-basis:83.333%;
max-width:83.333%
}
.col-md-11 {
-ms-flex-preferred-size:91.667%;
flex-basis:91.667%;
max-width:91.667%
}
.col-md-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-md-offset-1 {
margin-left:8.333%
}
.col-md-offset-2 {
margin-left:16.667%
}
.col-md-offset-3 {
margin-left:25%
}
.col-md-offset-4 {
margin-left:33.333%
}
.col-md-offset-5 {
margin-left:41.667%
}
.col-md-offset-6 {
margin-left:50%
}
.col-md-offset-7 {
margin-left:58.333%
}
.col-md-offset-8 {
margin-left:66.667%
}
.col-md-offset-9 {
margin-left:75%
}
.col-md-offset-10 {
margin-left:83.333%
}
.col-md-offset-11 {
margin-left:91.667%
}
.start-md {
-ms-flex-pack:start;
-webkit-box-pack:start;
justify-content:flex-start;
text-align:start
}
.center-md {
-ms-flex-pack:center;
-webkit-box-pack:center;
justify-content:center;
text-align:center
}
.end-md {
-ms-flex-pack:end;
-webkit-box-pack:end;
justify-content:flex-end;
text-align:end
}
.top-md {
-ms-flex-align:start;
-webkit-box-align:start;
align-items:flex-start
}
.middle-md {
-ms-flex-align:center;
-webkit-box-align:center;
align-items:center
}
.bottom-md {
-ms-flex-align:end;
-webkit-box-align:end;
align-items:flex-end
}
.around-md {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-md {
-ms-flex-pack:justify;
-webkit-box-pack:justify;
justify-content:space-between
}
.first-md {
-ms-flex-order:-1;
-webkit-box-ordinal-group:0;
order:-1
}
.auto-md {
-ms-flex-order:inherit;
-webkit-box-ordinal-group:inherit;
order:inherit
}
.last-md {
-ms-flex-order:1;
-webkit-box-ordinal-group:2;
order:1
}
}
@media only screen and (min-width:75em) {
.col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
box-sizing:border-box;
-ms-flex:0 0 auto;
-webkit-box-flex:0;
flex:0 0 auto;
padding-right:1rem;
padding-left:1rem
}
.col-lg {
-webkit-flex-grow:1;
-ms-flex-positive:1;
-webkit-box-flex:1;
flex-grow:1;
-ms-flex-preferred-size:0;
flex-basis:0;
max-width:100%
}
.col-lg-1 {
-ms-flex-preferred-size:8.333%;
flex-basis:8.333%;
max-width:8.333%
}
.col-lg-2 {
-ms-flex-preferred-size:16.667%;
flex-basis:16.667%;
max-width:16.667%
}
.col-lg-3 {
-ms-flex-preferred-size:25%;
flex-basis:25%;
max-width:25%
}
.col-lg-4 {
-ms-flex-preferred-size:33.333%;
flex-basis:33.333%;
max-width:33.333%
}
.col-lg-5 {
-ms-flex-preferred-size:41.667%;
flex-basis:41.667%;
max-width:41.667%
}
.col-lg-6 {
-ms-flex-preferred-size:50%;
flex-basis:50%;
max-width:50%
}
.col-lg-7 {
-ms-flex-preferred-size:58.333%;
flex-basis:58.333%;
max-width:58.333%
}
.col-lg-8 {
-ms-flex-preferred-size:66.667%;
flex-basis:66.667%;
max-width:66.667%
}
.col-lg-9 {
-ms-flex-preferred-size:75%;
flex-basis:75%;
max-width:75%
}
.col-lg-10 {
-ms-flex-preferred-size:83.333%;
flex-basis:83.333%;
max-width:83.333%
}
.col-lg-11 {
-ms-flex-preferred-size:91.667%;
flex-basis:91.667%;
max-width:91.667%
}
.col-lg-12 {
-ms-flex-preferred-size:100%;
flex-basis:100%;
max-width:100%
}
.col-lg-offset-1 {
margin-left:8.333%
}
.col-lg-offset-2 {
margin-left:16.667%
}
.col-lg-offset-3 {
margin-left:25%
}
.col-lg-offset-4 {
margin-left:33.333%
}
.col-lg-offset-5 {
margin-left:41.667%
}
.col-lg-offset-6 {
margin-left:50%
}
.col-lg-offset-7 {
margin-left:58.333%
}
.col-lg-offset-8 {
margin-left:66.667%
}
.col-lg-offset-9 {
margin-left:75%
}
.col-lg-offset-10 {
margin-left:83.333%
}
.col-lg-offset-11 {
margin-left:91.667%
}
.start-lg {
-ms-flex-pack:start;
-webkit-box-pack:start;
justify-content:flex-start;
text-align:start
}
.center-lg {
-ms-flex-pack:center;
-webkit-box-pack:center;
justify-content:center;
text-align:center
}
.end-lg {
-ms-flex-pack:end;
-webkit-box-pack:end;
justify-content:flex-end;
text-align:end
}
.top-lg {
-ms-flex-align:start;
-webkit-box-align:start;
align-items:flex-start
}
.middle-lg {
-ms-flex-align:center;
-webkit-box-align:center;
align-items:center
}
.bottom-lg {
-ms-flex-align:end;
-webkit-box-align:end;
align-items:flex-end
}
.around-lg {
-ms-flex-pack:distribute;
justify-content:space-around
}
.between-lg {
-ms-flex-pack:justify;
-webkit-box-pack:justify;
justify-content:space-between
}
.first-lg {
-ms-flex-order:-1;
-webkit-box-ordinal-group:0;
order:-1
}
.auto-lg {
-ms-flex-order:inherit;
-webkit-box-ordinal-group:inherit;
order:inherit
}
.last-lg {
-ms-flex-order:1;
-webkit-box-ordinal-group:2;
order:1
}
}
.owl-carousel {
	display:none;
	width:100%;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1
}
.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y;
	-moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform:translate3d(0, 0, 0);
	-moz-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none
}
.owl-carousel .owl-item img {
	display:block;
	width:100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display:none
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-loaded {
	display:block
}
.owl-carousel.owl-loading {
	opacity:0;
	display:block
}
.owl-carousel.owl-hidden {
	opacity:0
}
.owl-carousel.owl-refresh .owl-item {
	visibility:hidden
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.owl-carousel.owl-grab {
	cursor:move;
	cursor:grab
}
.owl-carousel.owl-rtl {
	direction:rtl
}
.owl-carousel.owl-rtl .owl-item {
	float:right
}
.no-js .owl-carousel {
	display:block
}
.owl-carousel .animated {
	animation-duration:1s;
	animation-fill-mode:both
}
.owl-carousel .owl-animated-in {
	z-index:0
}
.owl-carousel .owl-animated-out {
	z-index:1
}
.owl-carousel .fadeOut {
	animation-name:fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity:0;
transition:opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#000
}
.owl-carousel .owl-video-play-icon {
	position:absolute;
	height:80px;
	width:80px;
	left:50%;
	top:50%;
	margin-left:-40px;
	margin-top:-40px;
	background:url(owl.video.play.png) no-repeat;
	cursor:pointer;
	z-index:1;
	-webkit-backface-visibility:hidden;
transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform:scale(1.3, 1.3);
	transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display:none
}
.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
transition:opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height:100%;
	width:100%
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
	box-sizing:border-box
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block
}
body {
	line-height:1.2
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:after, blockquote:before, q:after, q:before {
	content:'';
	content:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
img {
	max-width:100%;
	display:block;
	height:auto
}
sub, sup {
	font-size:50%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.7em
}
p {
	margin-bottom:15px
}
button {
	margin:auto;
	padding:0;
	border:none;
	background:0 0;
	cursor:pointer;
	color:inherit
}
/*input {
	-webkit-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	appearance:none
}*/
a[href], button {
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	text-decoration:none
}
body {
	font-family:proxima-nova;
	line-height:1.4;
	font-weight:300
}
#header {
	padding-top:1.5rem;
	padding-bottom:1.5rem;
	position:absolute;
	width:100%;
	z-index:1;
	background-color:#020100;
	/*overflow:hidden;*/
	z-index:999999;
}
@media screen and (min-width:48rem) {
#header {
padding-top:2rem;
padding-bottom:2rem;
background-color:transparent
}
}
@media screen and (min-width:61.25rem) {
#header {
padding-top:2.5rem;
padding-bottom:2.5rem
}
}
.app-container {
	overflow:hidden
}
.c-navbar {
	position:absolute;
	top:0;
	right:0;
	padding-left:1rem;
	padding-right:1rem;
	height:100%;
	background-color:#020100
}
.c-navbar {
	display:flex;
	align-items:center;
	justify-content:center
}
.c-navbar .o-navitem {
	color:#fff;
	cursor:pointer;
	font-weight:300
}
.c-navbar .o-navitem+.o-navitem {
	color:#fff;
	margin-left:1.5rem
}
@media screen and (min-width:48rem) {
.c-navbar {
width:22.25rem
}
.c-light-color .c-navbar {
background-color:#fff
}
.c-light-color .c-navbar .o-navitem {
color:#020100
}
}
.o-logo {
	position:relative;
	width:125px;
	top:-4px;
	left:1rem;
	display:block
}
.o-logo img {
	width:100%;
	height:auto
}
@media screen and (min-width:48rem) {
.o-logo {
width:200px;
left:2rem
}
}
@media screen and (min-width:92rem) {
.o-logo {
width:250px;
top:-2px
}
}
@media screen and (min-width:61.25rem) {
.o-logo {
left:6.25rem
}
}
.c-nav {
	overflow:hidden;
	position:fixed;
	top:69px;
	right:0;
	width:100vw;
	height:0;
	background-color:#020100;
	color:#fff;
	z-index:9999;
	text-align:center;
	transform:translateX(100%)
}
.c-nav .c-top__nav li {
	margin-top:1.5rem;
	margin-bottom:1.5rem
}
.c-nav .c-top__nav li a {
	display:table;
	margin:auto;
	color:#fff;
	font-weight:700;
	font-size:calc(1rem + 1vw);
	opacity:.8
}
.c-nav .c-top__nav li a.is-current, .c-nav .c-top__nav li a:focus, .c-nav .c-top__nav li a:hover {
	opacity:1
}
.c-nav .c-bottom__nav {
	margin-top:3rem;
	justify-content:center
}
.c-nav .c-bottom__nav li {
margin-bottom:.5rem
}
.c-nav .c-bottom__nav li a {
	display:table;
	margin:auto;
	color:#828282;
	font-size:1rem
}
.c-nav .c-bottom__nav li a.is-current, .c-nav .c-bottom__nav li a:hover {
	color:#fff
}
.c-nav .c-bottom__nav ul:last-child {
	display:none
}
.c-nav-scroll {
	overflow:auto;
	height:calc(100vh - 69px);
	width:100%
}
@media screen and (min-width:48rem) {
.c-nav-scroll {
overflow:auto;
height:calc(100vh - 99px)
}
.c-nav {
width:22.25rem;
top:99px;
display:block
}
.c-light-color .c-nav {
background-color:#fff
}
.c-light-color .c-nav .c-top__nav li a {
color:#020100
}
.c-light-color .c-nav .c-bottom__nav li a.is-active, .c-light-color .c-nav .c-bottom__nav li a:hover {
color:#020100
}
}
@media screen and (min-width:61.25rem) {
.c-nav {
top:123px;
display:block
}
}
.is-cart-open .c-header-burger, .is-navigation-open .c-cart {
	opacity:.8
}
.c-buttons {
	display:flex
}
.o-btn {
	height:2.5rem;
	line-height:2.5rem;
	letter-spacing:1px;
	text-align:center;
	font-weight:700;
	overflow:hidden;
	vertical-align:top;
	text-transform:uppercase;
	padding-left:1rem;
	padding-right:1rem;
	border-style:solid;
	border-width:2px;
font-size:.8rem;
	cursor:pointer
}
a.o-btn {
	display:inline-block
}
button.o-btn {
	line-height:2.3rem
}
.o-btn+.o-btn {
	margin-left:1rem
}
.o-btn-light {
	background-color:#fff;
	color:#020100;
	border-color:#fff
}
.o-btn-light-o {
	background-color:transparent;
	border-color:#fff;
	color:#fff
}
.o-btn-gold {
	background-color:#ffbc00;
	border-color:#ffbc00;
	color:#020100
}
.o-btn-dark-o {
	background-color:transparent;
	border-color:#020100;
	color:#020100
}
.o-btn-dark {
	background-color:#020100;
	border-color:#020100;
	color:#fff
}
.o-btn:hover {
	background-color:#ffbc00;
	border-color:#ffbc00;
	color:#020100;
	text-decoration:none
}
.o-btn.o-btn-dark-o:hover {
	background-color:#e5e5e5;
	border-color:#e5e5e5;
	color:#020100
}
.c-message {
	border:2px solid transparent;
	background-color:#eee;
	padding:1rem;
	margin-bottom:1.5rem;
	font-size:1rem
}
.c-message-error {
	border-color:#b81c23
}
.c-message-success {
	border-color:#020100
}
.c-message p:last-child {
	margin-bottom:0
}
.c-cart sup {
	font-size:80%
}
.o-overflow-hidden {
	overflow:hidden
}
.c-checkout-fields input, .c-checkout-fields select, .c-checkout-fields textarea {
	width:100%
}
.c-checkout-fields .c-select {
	max-width:100%
}
.c-ordering {
	margin-bottom:2rem
}
.o-label {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
font-size:.9rem;
	color:#020100;
	display:block;
margin-bottom:.25rem;
margin-top:.75rem
}
.o-error {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
font-size:.8rem;
	color:#b81c23;
	display:block;
margin-bottom:.75rem;
margin-top:.5rem
}
.validate-required .o-label:after {
	content:"*";
	color:#b81c23;
	display:inline-block;
margin-left:.2rem
}
.c-cart-item {
margin-top:.5rem;
margin-bottom:.5rem;
	padding-bottom:1rem;
	position:relative
}
.c-cart-item:last-child {
	padding-bottom:0
}
.c-cart-item:before {
	content:"";
	border-top:2px solid #eee;
	display:block;
	width:calc(100% - 2rem);
	height:1px;
	padding-bottom:1rem;
	margin-left:auto;
	margin-right:auto
}
.c-cart-item:last-child:after {
	content:"";
	border-top:2px solid #eee;
	display:block;
	width:calc(100% - 2rem);
	height:1px;
	padding-top:1rem;
	margin-left:auto;
	margin-right:auto
}
.c-cart-item .o-product-title, .c-cart-item .o-product-title a {
	color:#020100
}
.c-cart-item .o-product-title a:hover {
	text-decoration:none
}
.c-cart-item .o-product-title span {
	display:block;
	opacity:.5;
margin-top:.5rem;
	font-size:80%
}
.o-remove {
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
font-size:.8rem;
	display:inline-table
}
.c-cart-item .o-remove {
	margin-top:1rem;
	margin-bottom:1rem
}
.c-cart-total .o-remove {
	position:relative;
	top:-1px;
margin-left:.25rem
}
.c-cart-item .o-product-quantity input {
	color:#020100;
	border-color:#020100
}
.c-coupon .o-btn {
	margin-left:auto
}
.c-coupon .o-input-text {
	width:100%;
margin-bottom:.5rem
}
.c-coupon label {
	display:none
}
textarea.o-input-text {
	min-height:10rem;
	max-height:14rem
}
@media screen and (min-width:40rem) {
.c-coupon {
display:flex
}
.c-coupon .o-input-text {
flex:1;
margin-right:1rem;
width:auto;
margin-bottom:0
}
}
.c-cart-shipping, .c-cart-total {
padding-bottom:.5rem;
	position:relative
}
.c-cart-shipping:before, .c-cart-total:before {
	content:"";
	border-top:2px solid #eee;
	display:block;
	width:calc(100% - 2rem);
	height:1px;
padding-bottom:.5rem;
	margin-left:auto;
	margin-right:auto
}
.c-cart-total:first-child:before {
	display:none
}
.c-cart-shipping input, .c-cart-shipping select {
	width:100%
}
.c-proceed-checkout {
	margin-bottom:1.5rem;
	padding-top:1rem;
	margin-top:1.5rem
}
.c-proceed-checkout:after {
	content:"";
	border-bottom:2px solid #eee;
	display:block;
	width:100%;
	height:1px;
	padding-top:4rem;
	margin-left:auto;
	margin-right:auto
}
.c-proceed-checkout .o-btn {
	display:inline-block;
	max-width:220px
}
.c-cart_products .c-product {
	padding-top:2rem;
	padding-bottom:2rem;
margin-bottom:.25rem;
	background-color:#1a1a1a;
	display:flex;
	align-items:center;
	position:relative
}
.c-cart_products .c-product:last-child {
	margin-bottom:7.5rem
}
.c-cart_products .c-product-thumb {
	max-width:100px;
padding-right:.5rem;
padding-left:.5rem
}
.c-cart_products .c-product-info {
	color:#fff;
	text-align:left
}
.o-product-yellow .c-product h2 {
	color:#020100;
	font-size:calc(2rem + 1vw);
	font-weight:700;
	line-height:1;
	margin-bottom:1rem
}
.c-cart-empty {
	font-weight:700;
	margin-top:1.5rem;
	margin-bottom:1.5rem
}
.c-checkout-payment {
	background:#ebe9eb
}
.c-checkout-payment ul.c-payment-methods {
	text-align:left;
	padding:1em;
	border-bottom:1px solid #d3ced2;
	margin:0;
	list-style:none;
	width:100%
}
.c-checkout-payment div.form-row {
	padding:1em
}
.c-checkout-payment ul.c-payment-methods li {
	line-height:2;
	text-align:left;
	margin:0;
	font-weight:400
}
.c-checkout-payment div.c-payment-box {
	position:relative;
	box-sizing:border-box;
	width:100%;
	padding:1em;
	margin:1em 0;
	font-size:.92em;
	border-radius:2px;
	line-height:1.5;
	background-color:#dfdcde;
	color:#515151
}
.c-checkout-payment div.c-payment-box p {
	margin:0
}
.c-checkout-payment div.c-payment-box::before {
content:'';
display:block;
border:1em solid #dfdcde;
border-right-color:transparent;
border-left-color:transparent;
border-top-color:transparent;
position:absolute;
top:-.75em;
left:0;
margin:-1em 0 0 2em
}
.about_paypal {
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:700;
	font-size:1rem;
	margin-top:1rem;
margin-bottom:-.25rem;
	display:block
}
.c-place-order {
	padding:1rem
}
.c-place-order a {
	font-weight:700
}
.c-place-order p {
	margin-bottom:0
}
.o-input-checkbox {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	visibility:hidden
}
.o-input-checkbox+label {
	position:relative;
	cursor:pointer;
	margin:0
}
.o-input-checkbox+label:before {
	content:"";
	width:1rem;
	height:1rem;
	border:2px solid #ccc;
	display:inline-block;
	position:relative;
	top:4px;
margin-right:.5rem
}
.o-input-checkbox:checked+label:after {
	content:'\f004';
	font:normal normal normal 14px/1 FireflyCamperGear;
	color:#ffbc00;
	position:absolute;
	left:-5px;
	top:-5px;
	font-size:1.85rem
}
#ship-to-different-address-checkbox {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	visibility:hidden
}
#ship-to-different-address-checkbox+span {
	position:relative;
	cursor:pointer;
	margin:0
}
#ship-to-different-address-checkbox+span:before {
	content:"";
	width:1rem;
	height:1rem;
	border:2px solid #ccc;
	display:inline-block;
	position:relative;
	top:2px;
margin-right:.75rem
}
#ship-to-different-address-checkbox:checked+span:after {
	content:'\f004';
	font:normal normal normal 14px/1 FireflyCamperGear;
	color:#ffbc00;
	position:absolute;
	left:-5px;
	top:0;
	font-size:1.85rem
}
.o-product-title {
	font-weight:700;
margin-bottom:.5rem;
	text-align:left;
	line-height:1
}
.o-product-title.o-small {
font-size:calc(.8rem + .5vw)
}
.o-product-title.o-big {
	font-size:calc(2rem + 1vw)
}
@media screen and (min-width:48rem) {
.o-product-title.o-small {
font-size:calc(.6rem + .4vw)
}
}
.o-product-short-description {
	color:#fff;
font-size:calc(1rem + .1vw);
	opacity:.8
}
section {
	padding-top:2rem;
	padding-bottom:2rem;
	position:relative
}
section.c-products-loop {
	padding:0
}
.c-content.c-products-loop {
	background-color:transparent
}
.home .c-content.c-products-loop {
	margin-top:0;
	margin-bottom:3rem
}
.c-products-upsells .row.o-no-margin .col-sm-3:nth-child(3) .o-square::after {
background-color:#fff
}
.c-products-upsells .row.o-no-margin .col-sm-3:nth-child(2) .o-square::after {
background-color:#ffbc00
}
.c-products-upsells .row.o-no-margin .col-sm-3:nth-child(2) .c-product .o-product-price, .c-products-upsells .row.o-no-margin .col-sm-3:nth-child(2) .c-product .o-product-title, .c-products-upsells .row.o-no-margin .col-sm-3:nth-child(3) .c-product .o-product-title {
color:#020100
}
.c-content.c-products-loop .o-product-yellow .o-square .c-product, .c-content.c-products-loop .o-product-yellow .o-square::after {
background-color:#ffbc00
}
.c-content.c-products-loop .o-product-white .o-square .c-product, .c-content.c-products-loop .o-product-white .o-square::after {
background-color:#fff
}
.c-content.c-products-loop .o-product-yellow .o-product-price, .c-content.c-products-loop .o-product-yellow .o-product-title {
	color:#020100
}
.c-content.c-products-loop .o-product-white .o-product-price, .c-content.c-products-loop .o-product-white .o-product-title {
	color:#020100
}
.c-content.c-products-loop .o-square, .c-content.c-products-loop .o-square .c-product {
	height:100%
}
@media screen and (min-width:62rem) {
.c-content.c-products-loop .o-square, .c-content.c-products-loop .o-square .c-product {
height:auto
}
}
@media screen and (min-width:48rem) {
section {
padding-bottom:2.5rem
}
}
.o-underline {
	display:block;
	height:1px;
	border:0;
	border-top:2px solid #eee;
	margin-bottom:2rem
}
.c-product-specification ul {
	padding-left:1.5rem;
	font-family: Proxima Nova Lt !important;
}
.c-product-specification ul>li {
	margin-bottom:.5em;
}
.c-product-specification ul>li::before {
font-family:FireflyCamperGear;
font-style:normal;
font-weight:400;
vertical-align:middle;
content:'\f004';
margin-left:-1.5em;
font-size:1em;
display:inline-block;
color:#78a22f;
line-height:1;
margin-top:-.2em;
padding-right:.5em
}
.c-product-specification strong {
	font-weight:700
}
.c-product-table {
	height:100%;
	position:relative
}
.c-product-table .row {
margin-bottom:.75rem
}
@media screen and (min-width:48rem) {
.c-product-specification ul {
padding-left:0
}
.c-product-table:after {
content:"";
position:absolute;
top:0;
right:-1rem;
height:100%;
width:1px;
border-right:2px solid #eee
}
}
.c-title-more {
	position:relative;
	margin-bottom:10px;
}
.c-title h2, .c-title-more h2 {
	font-size:calc(2rem + 1vw);
	font-weight:700;
	line-height:1;
	max-width:70%;
	margin-top:0
}
.c-title h2 {
	margin-bottom:2rem
}
.c-title-more span {
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
	font-size:1rem;
	display:block;
margin-bottom:.5rem
}
.c-title-more span:before {
	content:"";
	position:relative;
	top:-1px;
	margin-right:1rem;
	display:inline-block;
	background-color:#ffbc00;
	height:2px;
	width:50px;
	vertical-align:middle
}
.c-product-meta {
	color:#fff;
	margin-top:1.5rem
}
.o-meta {
	font-weight:700;
margin-bottom:.5rem
}
.o-meta .o-meta-value, .o-meta a {
	font-weight:300
}
.o-meta a {
	color:#fff;
	text-decoration:underline
}
.o-meta a:hover {
	color:#ffbc00
}
.c-variation-label {
	color:#fff;
	font-weight:700;
margin-bottom:.5rem
}
.c-variation-value {
	margin-bottom:1rem
}
.c-single-variation p {
	color:#ffbc00
}
.c-product-gallery-image {
	border:1px solid rgba(255, 255, 255, .4);
	margin-bottom:1rem
}
a.reset_variations {
	display:inline-block;
	margin-left:1em;
font-size:.8rem;
	top:1px;
	position:relative;
	color:#fff
}
a.reset_variations:hover {
	color:#ffbc00
}
.c-select {
	position:relative;
	max-width:250px;
	width:100%;
	display:inline-block;
	vertical-align:middle
}
.c-select .o-btn {
	text-align:left;
	border:2px solid #ccc;
	font-weight:100;
	text-transform:inherit;
	font-size:1rem;
	letter-spacing:0
}
.c-select .o-select-hide {
	z-index:1;
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0
}
.c-select .c-select-drop {
	position:absolute;
	top:0;
	right:1rem;
	display:flex;
	height:100%
}
.c-select .c-select-drop svg {
	width:16px;
	fill:#febc11
}
.o-input-text {
	border:2px solid #ccc;
	padding-right:1rem;
	padding-left:1rem;
	height:2.5rem;
	line-height:2.5rem;
	font-size:1rem;
	font-family:proxima-nova;
	box-sizing:border-box
}
.o-input-text:focus {
	border-color:#aaa
}
.c-product-hero {
	background-color:#020100;
	padding-top:6rem;
	position:relative;
	/*overflow:hidden;*/
	padding-bottom:4rem;
	padding-left:1rem;
	padding-right:1rem
}
.c-product-hero .o-product-price {
font-size:calc(1rem + .2vw);
	font-weight:700;
	margin-top:1.5rem;
	margin-bottom:1.5rem
}
.c-product-hero .o-product-price span {
	margin-right:1rem
}
.c-product-hero .o-product-short-description {
	margin-bottom:1.5rem
}
.c-product-hero .c-stock {
	color:#fff;
	font-weight:500
}
.c-product-hero .c-stock.in-stock {
	color:#8fae1b
}
.c-product-hero .c-stock.out-of-stock {
	color:#ffbc00
}
.c-modal {
	position:relative;
	max-width:32rem;
	width:100%;
	padding:3rem 1rem 1rem;
	background-color:#eee;
	text-align:center
}
.c-modal h3 {
	font-size:calc(1rem + 1vw);
	font-weight:700;
	margin-top:0;
margin-bottom:.5rem;
	line-height:1
}
.c-modal .c-buttons {
	align-items:center;
	justify-content:center;
	margin-top:1.5rem
}
.c-modal .o-burger {
	position:absolute;
	top:1rem;
	right:1rem
}
.c-modal .c-product-image img {
	margin-left:auto;
	margin-right:auto
}
.c-product-hero .o-overlay {
	padding:0 1rem
}
.c-video.c-modal {
	max-width:64rem
}
.c-video.c-modal iframe {
	width:100%;
height:calc(432 * 100vw / 768)
}
@media screen and (min-width:48rem) {
.c-video.c-modal iframe {
height:calc(432 * 60rem / 768)
}
.c-modal {
padding:3rem 2rem 2rem
}
}
@media screen and (min-width:48rem) {
.c-product-hero {
padding-left:0;
padding-right:0;
padding-bottom:2rem;
padding-top:132px
}
}
@media screen and (min-width:61.25rem) {
.c-product-hero {
padding-bottom:0
}
}
.c-product-hero .o-product-title {
	padding-right:2.5rem
}
.c-product-gallery-images {
	display:flex;
	margin-top:1.5rem;
margin-left:-.5rem;
margin-right:-.5rem
}
.c-product-gallery-images .c-product-gallery-image {
	width:20%;
margin-left:.5rem;
margin-right:.5rem
}
.c-product-hero .c-product-image:not(.c-image-xs) {
display:none
}
@media screen and (min-width:48rem) {
.c-product-hero .c-product-image:not(.c-image-xs) {
display:block
}
.c-product-hero .c-product-gallery-images:not(.c-gallery-xs) {
display:flex
}
.c-product-hero .c-product-image.c-image-xs {
display:none
}
.c-product-hero .o-product-title {
padding-right:0
}
}
.c-carousel .owl-nav, .c-carousel-lifestyle .owl-nav {
	color:#ffbc00;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	align-items:center;
	justify-content:space-between;
	font-size:2rem;
	padding:0 1rem
}
.c-carousel .owl-nav .owl-next, .c-carousel .owl-nav .owl-prev, .c-carousel-lifestyle .owl-nav .owl-next, .c-carousel-lifestyle .owl-nav .owl-prev {
	opacity:0;
transition:.4s opacity
}
.c-carousel .owl-nav .owl-next.disabled, .c-carousel .owl-nav .owl-prev.disabled, .c-carousel-lifestyle .owl-nav .owl-next.disabled, .c-carousel-lifestyle .owl-nav .owl-prev.disabled {
	opacity:0!important
}
.c-carousel .owl-nav:hover .owl-next, .c-carousel .owl-nav:hover .owl-prev, .c-carousel-lifestyle .owl-nav:hover .owl-next, .c-carousel-lifestyle .owl-nav:hover .owl-prev {
	opacity:1
}
.c-carousel-lifestyle .owl-dots {
	position:absolute;
	bottom:-3rem;
	left:0;
	width:100%;
	z-index:2;
	padding-top:0;
	padding-bottom:2rem;
	display:flex;
	justify-content:center;
	align-items:center
}
.c-carousel-lifestyle .owl-dots .owl-dot {
	width:80px;
	display:block
}
.c-carousel-lifestyle .owl-dots .owl-dot span {
	display:flex;
	align-items:center;
	padding:1rem
}
.c-carousel-lifestyle .owl-dots .owl-dot span:after {
	content:"";
	background-color:#ffbc00;
	height:2px;
	width:100%;
	display:block;
transition:.4s all;
	opacity:.5
}
.c-carousel-lifestyle .owl-dots .owl-dot.active span:after {
	opacity:1
}
@media screen and (min-width:48rem) {
.c-carousel-lifestyle .owl-dots {
bottom:0
}
.c-carousel .owl-nav, .c-carousel-lifestyle .owl-nav {
display:flex
}
}
@media screen and (min-width:61.25rem) {
.c-product-hero .c-product-gallery-images:not(.c-gallery-xs) {
display:block;
margin-top:0;
margin-left:0;
margin-right:0
}
.c-product-hero .c-product-gallery-images .c-product-gallery-image {
width:100%;
margin-left:0;
margin-right:0
}
}
.o-product-title, .o-product-title a {
	color:#fff
}
.o-product-title a:hover {
	color:#ffbc00
}
.o-product-price {
	color:#ffbc00
}
.o-product-price span {
	color:#fff;
	text-decoration:line-through
}
.c-simple-cart {
	/*display:flex*/
	 display: block;
    width: 300px;
}
/*.c-simple-cart .o-product-addcart {
	flex:auto;
	float: right;
    width: 215px;
}
.o-product-quantity {
	max-width:60px;
	margin-right:1rem;
	 display: inline-block;
}*/


.c-simple-cart .o-product-addcart {
    display: inline-block;
}

.o-product-quantity {
    width: 60px;
    margin-right: 1rem;
    display: inline-block;
}


.o-product-quantity input {
	max-width:100%;
	height:100%;
	max-height:40px;
	color:#fff;
	background-color:transparent;
	border:2px solid #fff;
	padding:0;
	text-align:center;
}
.c-cart_products .o-product-price {
	flex:auto;
	margin-right:1.25rem;
	text-align:right
}
.c-cart_products .o-product-price span {
	display:block;
margin-bottom:.25rem
}
.c-cart_products .c-product-info span {
	display:block;
margin-top:.25rem;
font-size:.8rem
}
.c-cart_products .o-burger {
	position:absolute;
	top:1.25rem;
	right:1.25rem;
	opacity:.5
}
.c-bottom-cart {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:1.5rem 2rem;
	color:#fff;
	background-color:#020100
}
.c-bottom-cart .c-buttons .o-btn {
	width:50%
}
.c-bottom-cart p {
	margin-bottom:0;
	margin-top:1rem
}
.c-total {
	display:flex;
	text-align:left;
	padding-bottom:1rem
}
.c-total .c-total-name {
	flex:auto
}
.c-total .c-total-price {
	margin-left:auto
}
.c-header-burger {
	display:flex;
	align-items:center;
	justify-content:center
}
.o-burger {
	width:1.5rem;
	position:relative;
margin-left:.75rem
}
.o-burger::before {
top:0
}
.o-burger::after {
bottom:0
}
.o-burger::after, .o-burger::before {
position:absolute;
content:''
}
.o-burger::after, .o-burger::before, .o-burger__ico {
display:block;
width:100%;
height:1px;
background-color:#fff;
transition-duration:150ms;
transition-property:background-color, transform
}
.o-burger.o-dark::after, .o-burger.o-dark::before, .o-dark .o-burger__ico {
background-color:#020100
}
.o-burger__ico {
	position:relative;
margin-top:.45rem;
margin-bottom:.45rem;
	transition-property:opacity;
	width:1.5rem
}
.is-navigation-open .o-burger::before, .o-burger.is-cross::before {
transform:translateY(.45rem) rotate(45deg)!important
}
.is-navigation-open .o-burger::after, .o-burger.is-cross::after {
transform:translateY(-.45rem) rotate(-45deg)!important
}
.is-navigation-open .o-burger .o-burger__ico, .o-burger.is-cross .o-burger__ico {
	opacity:0
}
@media screen and (min-width:48rem) {
.c-light-color .o-navitem .o-burger::after, .c-light-color .o-navitem .o-burger::before, .c-light-color .o-navitem .o-burger__ico {
background-color:#020100
}
}
.o-hide-xs {
	display:none
}
.o-show-xs {
	display:block
}
@media screen and (min-width:48rem) {
.o-hide-sm {
display:none
}
.o-show-sm {
display:block
}
}
@media screen and (min-width:62rem) {
.o-hide-md {
display:none
}
.o-show-md {
display:block
}
}
.o-offset-image {
	margin-left:-2rem;
	width:100%;
	margin-bottom:2rem
}
.o-bg-size {
	background-size:cover;
	background-position:center right;
	height:100%;
	width:auto;
	min-height:15rem
}
.c-nav-categories {
	background-color:#e5e5e5;
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	width:100%;
	padding-top:2rem;
	padding-bottom:2rem
}
.c-nav-categories ul li a {
	text-transform:uppercase;
	letter-spacing:1px;
	color:#828282;
	font-weight:500;
	display:block;
padding:.5rem 0
}
.c-nav-categories ul li a:hover, .c-nav-categories ul li.is-active a {
	color:#020100
}
@media screen and (min-width:48rem) {
.c-nav-categories {
padding-top:0;
padding-bottom:0
}
.o-bg-size {
width:100%
}
}
.o-offest-grid {
	padding-left:calc((100vw - 82rem)/ 2);
	padding-right:0
}
@media screen and (min-width:48rem) {
.o-offset-image {
width:auto
}
}
.c-nav-sidebar {
	display:block;
	height:100%;
	width:100%;
	margin-bottom:2rem
}
.c-nav-sidebar ul li a {
	color:#828282;
	font-weight:500;
	display:block;
padding:.5rem 0
}
.c-nav-sidebar ul li a:hover, .c-nav-sidebar ul li.is-active a {
	color:#020100
}
.c-nav-sidebar li strong {
	margin-bottom:1.5rem;
	font-weight:700;
	font-size:calc(1rem + 1vw);
	display:block
}
.checkout .woocommerce-NoticeGroup-checkout {
	margin-top:2rem
}
.checkout .woocommerce-NoticeGroup-checkout .c-message {
	margin-bottom:0
}
.c-link .o-arrow {
	position:absolute;
	left:2rem;
	bottom:1.5rem
}
.c-link {
	margin-right:-2rem;
	height:100%;
	background-color:#ffbc00;
	display:block;
	position:relative;
	padding:2rem;
	color:#020100
}
.c-link h2 {
	padding-top:2rem;
	padding-bottom:4rem;
	font-size:calc(1.2rem + 1.2vw);
	font-weight:700;
	line-height:1
}
@media screen and (min-width:48rem) {
.c-link h2 {
padding-bottom:0
}
}
@media screen and (min-width:85rem) {
.c-link {
margin-right:calc((100vw - 82rem)/ 2 * -1)
}
}
.c-news {
	padding:3rem 0;
	display:flex;
	align-items:center;
	color:#020100
}
.c-news h2 {
	font-size:calc(1.2rem + 1.2vw);
	font-weight:700;
	line-height:1
}
.c-news .o-arrow {
	margin-top:0;
	top:-8px;
	display:inline-block
}
@media screen and (min-width:48rem) {
.c-news {
padding:0
}
}
.c-newsletter span {
	display:block;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:2px;
font-size:calc(.6rem + .4vw)
}
.c-newsletter h2 {
	font-size:calc(1rem + 1vw);
	font-weight:700
}
.c-newsletter label {
	display:none
}
.c-newsletter button.o-arrow {
	font-size:1rem;
	margin-top:0;
	line-height:3.3rem
}
.c-newsletter .o-input-text {
	background-color:transparent;
	border-color:#828282;
	margin-bottom:1.5rem;
	color:#fff
}
.c-newsletter ::-webkit-input-placeholder {
color:#fff
}
.c-newsletter ::-moz-placeholder {
color:#fff
}
.c-newsletter :-ms-input-placeholder {
color:#fff
}
.c-newsletter :-moz-placeholder {
color:#fff
}
.o-offset-right {
	margin-right:-2rem
}
a.o-offset-right {
	display:block
}
@media screen and (min-width:85rem) {
.o-offset-image {
margin-left:calc((100vw - 82rem)/ 2 * -1);
margin-bottom:0
}
.o-offset-right {
margin-right:calc((100vw - 82rem)/ 2 * -1)
}
.o-offset-image.o-bg-size {
width:calc(100% + (100vw - 82rem)/ 2)
}
.o-offest-grid {
padding-left:calc((100vw - 82rem)/ 2);
padding-right:0
}
}
.c-social-images {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap
}
.c-social-images .c-social-column img {
	width:100%
}
.c-social-images .c-social-column div {
	position:relative
}
.c-social-images .c-social-column {
	flex-basis:25%;
	max-width:25%
}
.c-post-container {
	position:relative;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin-top:2rem;
	margin-bottom:2rem
}
.c-post-container .c-post-image {
	-ms-flex-preferred-size:33.33%;
	flex-basis:33.33%;
	max-width:33.33%
}
.c-post-container .c-post {
	-ms-flex-preferred-size:66.66%;
	flex-basis:66.66%;
	max-width:66.66%;
	justify-content:baseline
}
.c-post-container .o-640x640 {
	display:block
}
.c-post-container .c-post h4 {
	margin-top:0
}
.c-post-container .c-post h4 a {
	color:#020100
}
.c-post-container .c-post h4 a:hover {
	color:#ffbc00;
	text-decoration:none
}
.c-content.c-products-loop .c-product.c-shop-now {
	display:flex
}
.c-content.c-products-loop .c-product.c-shop-now div {
	margin-top:auto;
	padding:2rem
}
.c-product-more section:first-child {
	padding-top:6.5rem
}
.c-product-more section:last-child {
	padding-bottom:6.5rem
}
.c-product-more section {
	padding-top:3rem;
	padding-bottom:3rem
}
.c-post {
	display:flex;
	align-items:center;
	justify-content:center;
	height:100%
}
.c-post article {
	padding-left:2rem;
	padding-right:2rem
}
.c-post .o-arrow:hover, .c-post h4 a:hover {
	color:#ffbc00;
	text-decoration:none
}
@media screen and (min-width:62rem) {
.c-post-container {
margin-top:0
}
}
.o-square {
	position:relative
}
.o-square:after {
	content:"";
	display:block
}
.o-square .c-product_small {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center
}
.o-square .c-product {
	width:100%;
	display:flex;
	flex-direction:column;
	background-color:#020100
}
.o-square .c-product .c-product-top {
	flex:auto;
	display:flex;
	align-items:center;
	justify-content:center
}
.o-square .c-product .c-product-bottom {
	padding:1.5rem 2rem;
	display:flex
}
@media screen and (min-width:73.75rem) {
.o-square .c-product {
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background-color:transparent
}
.o-square:after {
padding-bottom:100%;
}
}
.c-product .o-product-title {
	flex:auto;
	color:#fff;
	margin-bottom:0
}
.c-product .c-product-bottom .o-product-price span {
margin-right:.5rem;
	text-align:right
}
.o-product-white .c-product .c-product-bottom .o-product-price span {
	color:#febc11
}
.o-product-tagline {
	color:#fff;
	font-weight:500
}
.o-product-tagline span {
	font-weight:700;
	cursor:pointer;
	color:#ffbc00;
margin-left:.5rem
}
.o-product-tagline span:hover {
	text-decoration:underline
}
.c-product .o-backorder-notification {
	color:#c42303
}
.o-no-padding {
	padding-left:0;
	padding-right:0
}
.o-no-margin {
	margin-left:0;
	margin-right:0
}
.row.o-no-margin {
	width:100%
}
.c-content .c-post-content {
	padding-top:3.5rem;
	padding-bottom:3.5rem;
	padding-left:0;
	padding-right:0
}
@media screen and (min-width:40rem) {
.c-content .c-post-content {
padding-top:5rem;
padding-bottom:5rem
}
}
article h2, article h3, article h4, article h5 {
	font-weight:700;
	margin-top:2.5rem;
	margin-bottom:1rem;
	line-height:1
}
article h2 {
	font-size:calc(2.2rem + 1vw)
}
article h3 {
	font-size:calc(1.4rem + 1vw)
}
article h4 {
	font-size:calc(1rem + 1vw)
}
article h5 {
font-size:calc(.8rem + 1vw)
}
article p, article.c-post-content ol, article.c-post-content ul {
font-size:calc(1rem + .1vw)
}
article strong {
	font-weight:700
}
article a {
	color:#ffbc00
}
article a:hover {
	text-decoration:underline
}
@media screen and (min-width:40rem) {
article h2 {
font-size:calc(2rem + 1vw)
}
article h3 {
font-size:calc(1.2rem + 1vw)
}
article h4 {
font-size:calc(.8rem + 1vw)
}
article h5 {
font-size:calc(.5rem + 1vw)
}
}
article.c-post-content ol, article.c-post-content ul {
	list-style:outside;
margin-top:.5rem;
	margin-bottom:1rem;
	padding-left:2rem
}
article.c-post-content ol li, article.c-post-content ul li {
	margin-bottom:1rem
}
article.c-post-content ul {
	list-style-type:circle
}
article.c-post-content ol[type='a'] {
	list-style-type:upper-roman
}
article.c-post-content ol[type='i'] {
	list-style-type:lower-alpha
}
article.c-post-content {
	line-height:1.5;
	margin-left:auto;
	margin-right:auto
}
article.c-post-content figure {
	margin-top:3rem;
	margin-left:-2rem;
	margin-right:-2rem
}
article.c-post-content ul.c-order-details {
	list-style:none;
	padding:0;
	margin:0
}
.c-order-details li {
	text-transform:uppercase;
	line-height:1;
	list-style-type:none
}
.c-order-details li strong {
	display:block;
	text-transform:none;
	line-height:1.5
}
.c-meta-list {
	line-height:1.2;
	margin-bottom:2rem
}
.c-meta-list .c-meta-key {
	font-weight:700;
margin-left:.25rem;
margin-right:.25rem;
margin-top:.5rem;
margin-bottom:.25rem
}
.c-meta-list .c-meta-value {
padding-left:.25rem;
padding-right:.25rem
}
@media screen and (min-width:48rem) {
.c-meta-list {
line-height:2rem;
display:flex;
align-items:center
}
.c-meta-list .c-meta-key:not(:first-child):before {
content:'|';
display:inline-block;
margin-left:.5rem;
margin-right:.75rem;
font-size:1.5rem;
vertical-align:middle;
font-weight:100
}
.c-meta-list .c-meta-key {
margin-top:0;
margin-bottom:0
}
}
.o-arrow {
	position:relative;
	display:flex;
	margin-top:2rem;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
	color:#020100
}
.o-arrow span {
	display:block;
	text-indent:-9999rem;
	display:flex;
	align-items:center;
	width:65px;
transition:.4s width;
	margin-left:1rem
}
.o-arrow span:before {
	content:"";
	background-color:#020100;
	width:100%;
	height:2px;
	background-color:#020100;
	display:block
}
.o-arrow span:after {
	content:"";
	border:solid #020100;
	width:1px;
	border-width:0 2px 2px 0;
	display:block;
	padding:6px;
	transform:rotate(-45deg);
	left:-15px;
	position:relative
}
.o-arrow:hover span {
	width:75px
}
.o-arrow.o-gold span:before {
	background-color:#ffbc00
}
.o-arrow.o-gold span:after {
	border-color:#ffbc00
}
.c-page-header {
	height:18rem;
	background-color:#212121;
	position:relative
}
.c-page-header.c-header-tall {
	height:32rem
}
.c-page-title {
	position:absolute;
	left:50%;
	bottom:1.5rem;
	transform:translateX(-50%);
	padding-left:2rem;
	padding-right:2rem;
	width:100%;
	max-width:85rem
}
.c-page-title h1 {
	font-size:calc(2.5rem + 1vw);
	color:#fff;
	font-weight:700;
	line-height:1
}
.c-page-title p {
	color:#fff;
	margin-top:1rem
}
.c-page-bg {
	background-size:cover;
	background-position:center center;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0
}
@media screen and (min-width:48rem) {
.c-page-title p {
max-width:60%
}
}
@media screen and (min-width:62rem) {
.c-page-title {
padding-right:35%
}
.c-page-header {
height:24rem
}
.c-page-header.c-header-tall {
height:34rem
}
}
@media screen and (min-width:82rem) {
.c-page-header {
height:20rem
}
}
.c-pagination {
	text-align:center;
	padding-top:3rem;
	padding-bottom:3rem;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:500;
	color:#020100
}
.c-pagination a {
	color:#020100
}
.c-pagination a:hover {
	color:#ffbc00
}
.c-pagination span {
	opacity:.5
}
.c-video {
	position:relative
}
.c-video img {
	width:100%
}
.c-video .c-video-play {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:4.735rem;
	height:4.735rem;
	background-image:url(/firefly/video-icon.png);
	background-size:100% auto
}
.c-social-column.c-video .c-video-play {
	width:3.5rem;
	height:3.5rem
}
@media screen and (min-width:48rem) {
.c-video .c-video-play {
width:6.25rem;
height:6.25rem
}
}
.c-faq-item {
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	position:relative
}
.c-faq-item .accordion-toggle {
font-size:calc(.85rem + .85vw);
	line-height:3rem;
	font-weight:700;
	background-color:#fff;
	color:#020100;
	border-bottom:2px solid #eee
}
.c-faq-item .accordion-toggle .plus {
	top:1.5rem;
	right:0;
	width:1rem;
	transform:translateY(-50%)
}
.c-faq-item .accordion-content {
	background-color:#eee
}
.c-faq-item .accordion-content div {
	padding:1rem
}
.c-faq-item .accordion-content strong {
	font-weight:700
}
.c-faq-item .accordion-content a {
	position:relative;
	color:#000
}
.c-faq-item .accordion-content a:after {
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	width:100%;
	height:2px;
	background-color:#febc11
}
.c-faq-item .accordion-content a:hover {
	color:#febc11
}
@media screen and (min-width:48rem) {
.c-faq-item .accordion-toggle {
font-size:calc(.6rem + .7vw);
line-height:4rem
}
.c-faq-item .accordion-toggle .plus {
top:2rem;
width:1.2rem
}
.c-faq-item .accordion-content div {
padding:2rem
}
.c-faq-item:first-child {
margin-top:-.5rem
}
}
.accordion-toggle {
	position:relative;
	display:block;
	cursor:pointer
}
.accordion-toggle .plus {
	position:absolute
}
.accordion-content {
	height:0;
	opacity:0;
	overflow:hidden;
	transition-property:height, opacity;
transition-duration:.36s;
	transition-timing-function:cubic-bezier(.52, .01, .16, 1)
}
.accordion-toggle line {
	transform-origin:center;
	transition-property:transform, opacity;
transition-duration:.36s;
	opacity:1;
	transition-timing-function:cubic-bezier(.52, .01, .16, 1)
}
.is-open .accordion-toggle+.accordion-content {
	opacity:1
}
.is-open .accordion-toggle line:nth-child(2) {
transform:rotateZ(-180deg)
}
.is-open .accordion-toggle line:nth-child(1) {
transform:rotateZ(-90deg);
opacity:0
}
.is-open .accordion-toggle+.accordion-content {
	opacity:1
}
.c-content {
	position:relative;
	width:100%;
	background-color:#fff
}
.c-slider {
	margin-top:4.375rem;
	position:relative
}
.c-slider .c-pagination {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:2;
	padding-top:0;
	padding-bottom:2rem
}
.c-slider .c-pagination ul {
	display:flex;
	justify-content:center;
	align-items:center
}
.c-slider .c-pagination ul li {
	width:80px;
	display:block
}
.c-slider .c-pagination ul li a {
	display:flex;
	align-items:center;
	padding:1rem
}
.c-slider .c-pagination ul li a:after {
	content:"";
	background-color:#ffbc00;
	height:2px;
	width:100%;
	display:block;
transition:.4s all;
	opacity:.5
}
.c-slider .c-pagination ul li.is-active a:after {
	opacity:1
}
.c-sidebar ul li a {
	text-indent:-9999rem;
	display:flex;
	align-items:center
}
.c-slider .container.c-product {
	margin-bottom:3rem;
	z-index:2
}
@media screen and (min-width:48rem) {
.c-slider .c-sidebar {
width:10vw;
top:0;
bottom:auto
}
.c-slider .c-sidebar ul li:not(:first-child)::before {
display:inline-block
}
.c-slider .c-sidebar ul li a:after {
position:absolute;
bottom:-.25rem;
left:0;
width:0;
opacity:1
}
.c-slider .c-sidebar ul li.is-active a:after {
width:100%
}
.c-sidebar ul li a {
text-indent:0;
display:inline-block;
align-items:inherit
}
}
.c-slides {
	display:flex;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-bottom:1rem;
	z-index:1
}
.c-slides .c-slide img {
	width:100%;
	height:auto
}
/*.c-slides .c-slide:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, .25);
	width:100%;
	height:100%
}*/
.c-slides .c-slide {
	width:100vw;
	min-width:100vw;
	position:relative
}
.c-slides .c-slide .c-slide__caption {
	position:absolute;
	left:50%;
	bottom:6.5rem;
	z-index:1;
	max-width:85rem;
	width:100%;
	padding-right:1rem;
	padding-left:1rem;
	transform:translateX(-50%)
}
.c-slides .c-slide .c-slide__caption h2 {
	color:#fff;
	font-size:calc(2rem + 1vw);
	font-weight:700;
	line-height:1.1;
	text-shadow:4px 4px rgba(2, 1, 0, .3);
	max-width:100%
}
.c-slides .c-slide .c-slide__caption .o-btn {
	margin-top:1.5rem
}
.c-slides .o-square {
	width:50%;
	max-width:23.125rem
}
.c-image-desktop {
	display:none
}
.c-image-tablet {
	display:block
}
@media screen and (min-width:48rem) {
.c-slider {
margin-top:0
}
.c-slides {
margin-bottom:0
}
.c-slides .c-slide .c-slide__caption h2 {
font-size:calc(2.5rem + 1vw);
max-width:70%
}
}
@media screen and (min-width:62rem) {
.c-slides .c-slide .c-slide__caption h2 {
max-width:50%
}
.c-image-desktop {
display:block
}
.c-image-tablet {
display:none
}
}
.c-slider .c-container-slider {
	width:100vw;
	margin-right:auto;
	position:relative
}
.c-product-slider {
	display:none;
	position:absolute;
	bottom:0;
	left:1rem;
	right:auto;
	overflow:hidden;
	width:calc(60% - 2rem);
	z-index:1;
	transform:translateY(85%);
	background-color:#000
}
@media screen and (min-width:48rem) {
.c-product-slider {
display:block;
right:0;
left:auto;
width:25%;
transform:translateY(0)
}
}
@media screen and (min-width:62rem) {
.c-slider .c-container-slider {
width:90vw
}
}
.o-squares {
	display:flex;
	width:100%
}
.o-squares .o-square {
	min-width:100%
}
.c-sidebar {
	position:absolute;
	top:0;
	right:0;
	height:auto;
	width:7rem;
	background-color:#fff;
	padding-top:5rem
}
.c-sidebar ul {
	position:absolute;
	transform:rotate(90deg);
	display:flex;
	align-items:center;
	width:100vh;
	height:11.25rem;
	left:11.25rem;
	transform-origin:0 0
}
.c-sidebar.o-center-siderbar {
	padding-top:0
}
.c-sidebar.o-center-siderbar ul {
	justify-content:center
}
.c-sidebar ul li {
	margin-right:1rem;
	margin-left:1rem;
	text-transform:uppercase;
	color:#828282
}
.c-sidebar ul li.is-active, .c-sidebar ul li.is-active a {
	color:#020100
}
.c-sidebar ul li:not(:first-child):before {
content:"";
background-color:#ffbc00;
width:40px;
height:2px;
display:inline-block;
vertical-align:middle;
margin-right:2rem
}
.c-sidebar ul li a {
	color:#828282;
	cursor:pointer;
	position:relative
}
.c-sidebar.o-dark {
	background-color:transparent
}
.c-sidebar.o-dark ul li.is-active {
	color:#fff
}
.c-sidebar.o-dark ul li a {
	color:#fff;
padding-left:.5rem;
padding-right:.5rem
}
.c-sidebar.o-dark ul li a:hover {
	color:#ffbc00
}
@media screen and (min-width:48rem) {
.c-sidebar {
width:12.5rem;
padding-top:9.375rem
}
}
.c-zoom-in {
	cursor:zoom-in
}
.o-zoomed {
	position:absolute;
	cursor:zoom-out
}
/*.o-modal-overlay, .o-overlay {
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, .9);
	width:100vw;
	height:100vh;
	opacity:0;
	visibility:hidden;
	z-index:2
}*/
  
.o-modal-overlay.is-open {
	opacity:1;
	visibility:visible;
	z-index:9999
}
.o-modal-overlay {
	display:flex;
	justify-content:center;
	align-items:center
}
.c-footer {
	background-color:#020100;
	padding-top:4rem;
	padding-bottom:4rem;
	color:#828282
}
.c-top-footer ul li {
margin-bottom:.75rem
}
.c-top-footer ul li a, .o-copyright a {
	color:#828282
}
.c-bottom-footer .o-scroll-to:hover, .c-top-footer ul li a.is-current, .c-top-footer ul li a:active, .c-top-footer ul li a:hover, .o-copyright a:hover {
	color:#fff
}
.c-top-footer h4 {
	color:#fff;
	font-size:calc(1rem + 1vw);
	margin-top:2rem;
	margin-bottom:1.25rem;
	font-weight:700
}
.c-top-footer .col-sm:first-child h4, .c-top-footer .col-sm:nth-child(2) h4 {
margin-top:0
}
.c-bottom-footer.c-footer {
	padding-top:0;
	text-align:center;
	position:relative;
	overflow:hidden
}
.c-bottom-footer .o-scroll-to {
	text-transform:uppercase;
	cursor:pointer;
	display:block;
	margin:2rem auto 0 auto;
	letter-spacing:1px;
	color:#828282
}
@media screen and (min-width:48rem) {
.c-top-footer h4 {
margin-top:0;
margin-bottom:2rem
}
.c-bottom-footer.c-footer {
padding-top:4rem;
text-align:left
}
.c-bottom-footer .o-scroll-to {
margin-left:0
}
}
@media screen and (min-width:80rem) {
.c-bottom-footer .o-scroll-to {
margin-top:0
}
}
.c-svg_bg {
	position:absolute;
bottom:-.5rem;
right:-.5rem;
	opacity:.1
}
.c-svg_bg svg {
	width:10.75rem
}
@media screen and (min-width:48rem) {
.c-svg_bg svg {
width:18.75rem;
bottom:-1rem;
right:-1rem
}
}
.o-copyright {
font-size:.8rem
}
.o-list-flex {
	display:flex;
	align-items:center
}
.o-list-flex .o-list__item:not(:last-child) {
margin-right:1rem
}
.o-nowrap {
	white-space:nowrap
}
.c-carousel-thumb .c-product-gallery-image {
	opacity:.5
}
.c-carousel-thumb .is-active .c-product-gallery-image {
	opacity:1
}
#shipping_method {
	position:relative
}
#shipping_method input {
	position:absolute;
	visibility:hidden;
	opacity:0
}
#shipping_method label:before {
	content:"";
	display:inline-block;
	width:1rem;
	height:1rem;
	border-radius:50%;
	border:2px solid #ccc;
margin-right:.75rem;
	position:relative;
	top:3px
}
#shipping_method input:checked+label:before {
	background-color:#ffbc00
}
.c-slide__caption h2 {
	font-family: 'Proxima Nova Rg' !important;
}
body {
	font-family: 'Proxima Nova Rg' !important;
}
p {
	font-family: Proxima Nova Lt !important;
	font-size: calc(1.05rem + 0.1vw) !important;
}
article p, article.c-post-content ol, article.c-post-content ul {
	font-size: calc(1.07rem + 0.1vw) !important;
}
.c-product-specification ul {
	font-family: Proxima Nova Lt !important;
	font-size: calc(1.06rem + 0.1vw) !important;
}
.c-light-color .c-navbar {
	font-family: Proxima Nova Lt;
}
.woocommerce-Price-amount {
	font-weight:700;
}
.custom-attributes {
	color: #fff !important;
	line-height: 25px;
}
.custom-attributes .attribute-label {
	font-weight:bold;
}
.custom-attributes .shipping.pickup-only .attribute-label {
	font-weight:bold;
	font-size: 20px;
}
.custom-attributes .shipping.pickup-only .attribute-value {
	color: red;
	font-size: 20px;
	font-weight: bold;
}
.c-cart-item .custom-attributes {
	color:#000;
}
.c-cart-item .o-product-title .custom-attributes {
	color:#000 !important;
}
.c-cart-item .o-product-title .custom-attributes span {
	display:inline;
	opacity:1 !important;
	font-size:14px !important;
}
.c-cart-item .o-product-title .custom-attributes span.attribute-label {
	display:inline;
}
.pickup-only .attribute-value {
	color:red;
}
.c-cart_products .c-product-info .custom-attributes span {
	display:inline-block;
}
/*.single-product .c-simple-cart {
	margin-top:15px;	
}*/
.single-product .c-simple-cart {
    margin-top: 15px;
    height: 42px;
}
.single-product .custom-attributes {
	opacity:0.8;
}
.c-cart-item .custom-attributes .pickup-only .attribute-label {
	color:#000;
}
.c-cart-item .custom-attributes .pickup-only .attribute-value, .woocommerce-cart .custom-attributes .pickup-only .attribute-value {
	font-size:14px !important
}
.c-product-info .custom-attributes .specifications , .c-product-info .custom-attributes .components {
	display:none !important;
}
.c-product-info .custom-attributes .pickup-only .attribute-value {
	font-size:14px !important;
}
.custom-attributes .specifications , .custom-attributes .components {
	display: none !important;
}
.owl-nav .fa, .c-navbar .fa {
	font: normal normal normal 14px/1 FontAwesome;
}
.c-navbar .fa {
	color:#fff;
}
.home .c-navbar {
	background:none;
}
.categoryprodslider .owl-nav button.owl-prev, .categoryprodslider .owl-nav button.owl-next {
	background:#febc11;
	color:#222;
	width:48px;
	height:48px;
}
.categoryprodslider .owl-nav button.owl-prev:hover, .categoryprodslider .owl-nav button.owl-next:hover {
	background:#222;
	color:#fff;
}

section.c-products-loop {
	padding-top:2.5rem;
}
.whishlistbtnwrap, .c-cart {
	padding:0 15px;
}
.c-slides .c-slide .c-slide__caption h2 {
	margin: 0 auto;
	text-align:center;
}
.c-slides .c-slide {
	text-align:center;
}
.c-slides .c-slide .c-slide__caption {
	bottom: 12rem !important;
}
.c-slider .c-pagination ul li {
	width: 34px;
}
.c-slider .c-pagination ul li a {
	padding:5px !important;
}
.c-slider:before {
	background:rgba(0, 0, 0, 0.5);
}
.c-slider .c-pagination ul li a::after {
height: 6px !important;
border-radius: 8px!important;
}
 .c-slides .c-slide::before {
background:rgba(0, 0, 0, 0.8 );
}
.o-square .c-product .c-product-bottom{background: #ededed;}
.o-square .c-product{ border:1px solid rgba(0, 0, 0, 0.15);}.c-product .o-product-title{ color:#222; text-decoration:none;}
.c-product-hero .summary.entry-summary{ color:#fff;}
.woocommerce div.product .product_title{ font-weight:bold; font-size:2em;}
.rightsection{ float:right;width: 47%;}
.leftsection{float: left;width: 52%;}
.woocommerce #content div.product .leftsection div.summary, .woocommerce div.product .leftsection  div.summary, .woocommerce-page #content .leftsection div.product div.summary, .woocommerce-page div.product .leftsection div.summary{float: right;
width: 86%;
clear: none;}
.woocommerce #content div.product .rightsection div.images, .woocommerce div.product .rightsection div.images, .woocommerce-page #content .div.product .rightsection div.images, .woocommerce-page div.product .rightsection div.images{ width:100%;}
#wrapper .c-light-color .c-navbar, .c-navbar{ background:none}
.woocommerce-product-gallery__trigger{ display:none;}

#wrapper .c-light-color .c-navbar .o-navitem, #wrapper  .c-light-color .o-navitem .o-burger::after, #wrapper  .c-light-color .o-navitem .o-burger::before, #wrapper  .c-light-color .o-navitem .o-burger__ico{ color:#fff;}
#wrapper  .c-light-color .o-navitem .o-burger::after, #wrapper  .c-light-color .o-navitem .o-burger::before, #wrapper  .c-light-color .o-navitem .o-burger__ico{ background-color:#fff;}
.add_to_wishlist:before{content: "\f004"; color:#ffbc00;font: normal normal normal 14px/1 FontAwesome;}.add_to_wishlist{ color:#fff;}
.product_meta .posted_in{ display:block;}
.product_meta .posted_in a{background:#ffbc00; color:#222; padding:2px 5px; font-size:11px; border-radius:2px; display:inline-block; margin:1px 2px;}
 .woocommerce #wrapper div.product p.price,  .woocommerce #wrapper div.product span.price{ color:#ffbc00 ; font-size:2em !important; font-weight:bold!important}
  .o-product-price{ font-weight:bold;}
  .up-sells.upsells, .c-products-loop.c-products-upsells{ clear:both;}
    .up-sells.upsells h2{ color:#fff;}
    up-sells.upsells .o-square .c-product{ background:#fff;}
  .o-product-white a:hover{ text-decoration:none }
.o-product-white:hover .o-square .c-product .c-product-bottom{ background:#ffbc00; }
.o-product-white:hover .o-square .c-product .c-product-bottom .o-product-price{ color:#fff;}
.woocommerce div.product div.images img, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{ width:500px; height:auto;}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{ background-color:#ffbc00; padding:10px 5px;}
.c-product-info h3 span { color:#ffbc00;}
.woocommerce #wrapper div.product p.price span {display: inline-block;
padding-right: 18px;
text-decoration: line-through;
color: #fff;}
.o-product-price span {
color: #888;
text-decoration: line-through;
}
.woocommerce-pagination { margin-top:25px; }
.c-bottom-cart{ bottom:80px !important}
.c-modal {
    position: absolute;
    max-width: 32rem;
    width: 100%;
    padding: 3rem 1rem 1rem;
    background-color: #eee;
    text-align: center;
    top: 0;
    left: 28%;
    z-index: 99999;
}
.topsearchbar .productsearchby button{ font-family:'Proxima Nova Rg' !important;}
.productsearchby button:before{ font-family:normal normal normal 14px/1 FontAwesome !important}

  @media(max-width:980px){.o-square .c-product{ background:none;}}


@media(max-width:800px){.woocommerce div.product div.images img, .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{ width:100%; height:auto;}}
 
@media(max-width:600px){ .o-modal-overlay, .o-overlay{ display:none;}}

@media(max-width:568px){.bycategorywrap{display:none;}.topsearchbar { padding-bottom: 20px; }.rightsection, .leftsection{ width:100%; float:none;}.woocommerce #content div.product .leftsection div.summary, .woocommerce div.product .leftsection div.summary, .woocommerce-page #content .leftsection div.product div.summary, .woocommerce-page div.product .leftsection div.summary{ width:100%;float:none;} .c-slides .c-slide .c-slide__caption{ bottom:50px !important}.col-md-4 { width:100%;}.col-md-4 .c-video{ padding:5px 10px;}}







