/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0;}
html { overflow-y: scroll; overflow-x: hidden; font-size: 16px;}
body { background:#ebebeb; color: #666666; font-family: "pragmatica-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; overflow-x: hidden;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
h1 { margin-bottom: 10px; color: #111111;}	
a, img { outline: none; border:none; color: #000; text-decoration: none;}
p { margin: 0 0 10px; line-height: 1.4em; font-size: 1.2em;}
img { display: block;}
aside { font-style: italic; font-size: 0.9em;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}

/*border box model*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #737373;
		font-family: "pragmatica-web", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	
	h1 { font-size: 3rem; line-height: 3.1rem; margin-bottom: 1rem;}
	h2 { font-size: 2.5rem; line-height: 2.6rem; margin-bottom: 0.8rem;}
	h3 { font-size: 2rem; line-height: 2.2rem; margin-bottom: 0.7rem}
	h4 { font-size: 1.5rem; line-height: 1.6rem; margin-bottom: 0.5rem; }
	h5 { font-size: 1rem; line-height: 1.2rem; margin-bottom: 0.3rem; }
	h6 { font-size: 0.8rem; line-height: 1rem; margin-bottom: 0.3rem; }
	
	/*h1 { font-size: 56px; line-height: 60px; margin-bottom: 16px;}
	h2 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h3 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h4 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
	h5 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h6 { font-size: 17px; line-height: 24px; }*/
	
	h1.heavy, h2.heavy, h3.heavy, h4.heavy, h5.heavy, h6.heavy { font-weight:900;}
	h1.thin, h2.thin, h3.thin, h4.thin, h5.thin, h6.thin { font-weight:100;}
	h1.light, h2.light, h3.light, h4.light, h5.light, h6.light {color:#b3b5b8;}
	h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark { color:#333;}
	h1.white, h2.white, h3.white, h4.white, h5.white, h6.white { color:#FFF;}
	
	.superscript { position: relative; top: -0.4em; font-size: 80%; }	
	.strike {text-decoration:line-through; color:#b3b5b8;}
	.special {color:#737373;font-weight:300;}
	.alert {color: #C00; font-weight:300;}
	.bold {font-weight:bold;}
	
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 1.2rem; font-weight:100; line-height: 1.5rem; color: #333; margin-top:1em;  }

	em { font-style: italic; }
	strong { font-weight: bold;}
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: dotted #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 0px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 26px; }
	li p { line-height: 21px; }

/* #Links
================================================== */

	a, 	a:visited { color: #f8971d; text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #000; text-decoration: none; }
	p a, p a:visited { line-height: inherit; }
	
	a.small, 	a.small:visited { color: #f8971d; font-size:.75em; text-decoration: none; outline: 0; }
	a.small:hover, a.small:focus { color: #000; text-decoration: underline; }		
	

/* Structure */
#wrapper{
	width: 100%;
	max-width: 1590px;
	margin: auto;
	background-color: #fff;	
}

/* top bar ================================================== */
.top-bar {
	background: #000;
	border-top: 5px solid #f8971c;
	position: relative;
	text-align: center;
}
.top-bar-msg {
	border-top: 26px solid #f8971c;
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	color: #fff;
	display: inline-block;
	height: 0;
	margin-left: -200px;
	padding: 0;
	position: absolute;
	left: 50%;
	top: 0;
	text-align: center;
	width: auto;
	z-index: 9999;	
}

.top-bar-msg > span {
	display: block;
	margin: -26px 5px 0 5px;
/*	margin-top: -26px;*/
}

/* #Header  ================================================== */

/*ie8fix*/
.top-header{ background-color: #000; height: 80px;}
.top-nav {height: 38px;}
.headerproductsBG {
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/img/menu/Menu_Default.jpg', sizingMethod='scale');
		}
/* end ie8fix*/


.top-header .inner-wrap {
	max-width: 1600px;
	margin:auto;
	padding: 5px 15px;
	position: relative;
}

.inner-right-nav {
	display: inline-block;
	position: absolute;
	right: 50px;
	top: 0;
	width: 18%;
	min-width: 200px;
	text-align: right;
	/*border: 1px solid red;*/
}

.inner-right-nav ul,
.inner-right-nav input{
	display: block;
	margin-bottom: 0;
}

.inner-right-nav input {
	position: absolute;
	right: 0;
	top: auto;
	margin: 0;
	padding: 7px;
	/* width: 100%; */
	min-width: 100px;	
	background-color:#cccccc;
}

.inner-right-nav ul li {
	display: inline-block;
	margin: 10px;
}

.inner-right-nav ul li a span {
	cursor: pointer;
	color: #EBEBEB;
}

.inner-right-nav ul li a:hover span {
	color: #F8971D;
}

.inner-right-nav ul li img,
.inner-right-nav ul li span {
	display: inline-block;
	font-size: 12px;
	color: #EBEBEB;
	vertical-align: middle;
}

#searchIcon{
	position: absolute;
	right: 3px;
	top: 7px;
	cursor: pointer;
}

@media only screen and (max-width: 770px){
	.inner-right-nav{
		display: none;
	}
}


.INTL_topbar {background-color:#f8971d; padding:6px 30px; margin:auto; color:white; text-align:center; font-size: 14px;}
.INTL_topbar a {color:white; text-decoration:underline}
.INTL_topbar a:hover {color:black;}

.mobilehide {display:inline;}
/*  HIDE CONTENT ON PHONE */
@media only screen and (max-width: 479px) {
.mobilehide {display:none;}
}


/*  SECTIONS  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


/*  GROUPING  ============================================================================= */
/* clearing columns*/
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
   zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */
[class*='col_']  {
	display: block;
	float:left;
}

[class*='col_']:last-of-type {
	/*border-right: 15px solid rgba(0,0,0,0);*/
}


[class*='col_'] img{
	width: 100%;
  	height: auto;
}

/*  GRID OF ONE   ============================================================================= */
.col_1_of_1 {
	width: 100%;
}


/*  GRID OF TWO   ============================================================================= */
.col_2_of_2 {
	width: 100%;
}

.col_1_of_2 {
	width: 50%;
}

/*  GO FULL WIDTH AT LESS THAN 770 PIXELS */
@media only screen and (max-width: 770px) {
	.col_2_of_2 {
		width: 100%; 
	}
	.col_1_of_2 {
		width: 100%; 
	}
}

/*  GRID OF THREE   ============================================================================= */	
.col_3_of_3 {
	width: 100%; 
}

.col_2_of_3 {
	width: 66.6666%; 
}

.col_1_of_3 {
	width: 33.3333%;
}


/*  GO FULL WIDTH AT LESS THAN 770 PIXELS */
@media only screen and (max-width: 770px) {
	.col_3_of_3 {
		width: 100%; 
	}
	.col_2_of_3 {
		width: 100%; 
	}
	.col_1_of_3 {
		width: 100%;
	}
}

/*  GRID OF FOUR   ============================================================================= */	
.col_4_of_4 {
	width: 100%; 
}

.col_3_of_4 {
	width: 75%; 
}

.col_2_of_4 {
	width: 50%; 
}

.col_1_of_4 {
	width: 25%; 
}

/*  GO HALF WIDTH AT LESS THAN 770 PIXELS */
@media only screen and (max-width: 770px) {
	.col_2_of_4 {
		width: 100%; 
}
	.col_1_of_4 {
		width: 50%; 
	}
	.arrow { 
	display:none;
	}
	.arrow .down { 
	margin-top:-200px;
	}
}


/*  GO FULL WIDTH AT LESS THAN 479 PIXELS */
@media only screen and (max-width: 479px) {
	.col_4_of_4 {
		width: 100%; 
	}
	.col_3_of_4 {
		width: 100%; 
	}
	.col_2_of_4 {
		width: 100%; 
	}
	.col_1_of_4 {
		width: 100%; 
	}
	.arrow { 
	display:none !important;
	}
}

/* HEADER =====================================================*/ 
.logo {
	line-height:normal !important;
	padding:0 !important; 
	background: url(/assets/img/Lowepro_logo.png) no-repeat top left;
	background-size: 244px 76px;
	width: 244px;
	height: 76px;
	margin: 5px 0 5px -8px;
}

@media only screen and (max-width: 479px) {
	.logo {
        background-size: 183px 57px;
        height: 57px;
    }
    .top-header { height: 63px;}
}

/*retina logo*/
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	.logo {
		background: url(/assets/img/Lowepro_logo@2x.png) no-repeat top left;
		background-size: 244px 76px;
	}
	@media only screen and (max-width: 479px) {
		.logo {
	        background-size: 183px 57px;
	        height: 57px;
	    }
	}

}

/* NEWSLETTER STYLES ===========================================*/
.newsletter-wrapper .section {
	background: #333;
}
.newsletter-wrapper {
	background: #333;
	clear: right;
}

#newsletter {
	text-align: center;
	background-color: #333;
	padding: 20px 0;
	max-width: 1000px;
    float: none;
    margin: auto;
}

#newsletter form{
	padding: 20px 0;
	color: #333;
}

#newsletter label{
	font-size: 18px;
  	/*background:rgba(0,0,0,0.8);*/
  	color: #ebebeb;	
  	/*padding: 5px 15px 7px 25px; 	
  	border-left: 10px solid #f8971d;*/
  	margin-bottom: 10px;
  	margin-right: 10px;
}

#newsletter input {
	margin-top: 20px;
	margin-right: 10px;
}
#newsletter select {
	margin-right: 10px;
}

#newsletter input, 
#newsletter select,
#contest_signup_email,
#contest_signup_country
 {
	height: 30px;
	padding: 0 5px;
	margin-bottom: 10px;
	width: 180px;
}

input, select {	
	color:#737373; 
	border:solid 1px #b3b5b8; 	
	box-sizing: content-box; 
	padding: 0 5px;
	
    
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2); 
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2); 
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	
}

input:focus { 
	border:solid 1px #f8971d; 
	}

input[type="submit"]{
	color:#f8971d;
	cursor:pointer;
	background: -webkit-linear-gradient(#333333, #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#333333, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#333333, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#333333, #000000); /* Standard syntax */
}

input[type="submit"]:hover{
	background: -webkit-linear-gradient(#737373, #000000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#737373, #000000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#737373, #000000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#737373, #000000); /* Standard syntax */
}

/* CONTEST SIGNUP =====================================================*/ 



/* FOOTER =====================================================*/ 
#footer{
	width:100%;
	background-color: #333;
	color:#B3B5B8;
}

#footer_wrapper, #legal_wrapper{
	width: 100%;
	max-width: 1000px;
	margin: auto;
	box-sizing: content-box;
	padding: 20px 10px;	
	font-size: 14px;
	/*border: 1px solid red;	*/	
}

#footer_wrapper .col_1_of_4, #footer_wrapper .col_1_of_1 {border:0;}
#footer_wrapper h2{
	line-height: 30px;
}
#footer_wrapper ul li {
	line-height: 25px;
}

#footer_wrapper a {color:#B3B5B8;}

.social-icons {
	text-align: center;
	margin-top: 20px;
}
.social-icons > ul > li {
	display: inline-block;
}
.social-icons > ul > li svg {
    width: 30px;
    height: 30px;
    fill: #b3b5b8;
    margin: 0 10px;
}

.social-icons > ul > li svg:hover {
	fill: #f8971d;
}
.social-icons .blog {
	font-size: 18px;
	font-weight: 600;
	line-height: 10px;
	vertical-align: top;
}


/*#lpblog {
	border-bottom: 1px solid #b3b5b8;
	width: 60%;
	white-space: nowrap;
}

#lpblog a{
	color:#B3B5B8;
}*/

#legal{
	width:100%;
	background-color: #000;
	padding-bottom: 15px;
}

#legal p{
	display: inline;
	font-size: 13px;
	color:#EBEBEB;
}

#legal p:first-child{
	float:left;	
}

#legal p:last-child{
	float: right;	
}

#legal a {color:#EBEBEB;}
#legal a:hover, #footer_wrapper a:hover {color:#f8971d;}

/* Media queries*/
@media screen and (max-width:979px) {
	html{font-size: 15px;}
	#legal {padding-bottom: 0}
	#legal p {display: block;}
	#legal p:last-child, #legal p:first-child {float: none;}	
}

@media screen and (max-width:770px){
	html{font-size: 14px;}
	.top-bar {display: none;}
	#footer_wrapper .col_1_of_4 {padding: 10px 20px;}
	#footer_wrapper .col_1_of_4:nth-child(3) {clear:left}
	#legal p {font-size: 11px;}
	.social-icons > ul > li {margin-top: 20px;}
}


/* BUTTONS */

.button {
    background: #f8971d; /*lowepro orange*/
    display: inline-block;
    padding: 7px 15px 5px;
    border: 0;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    font-family: 'pragmatica-web','Raleway', 'Helvetica Neue', Arial, sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.button:hover {
    background: #EB8A0F; /*darken 5%*/
    cursor: pointer;
}
.button:active {
    background: #DF7E03; /*darken 10%*/
    color: #FFFFFF;
}
.button:focus {
    background-color: #DF7E03; /*darken 10%*/
    outline: none;
    color: #FFFFFF;
}
.button.btn-primary,
.button.see-more,
.button.buy-now {
	padding: 10px 30px 8px;
	font-size: 14px;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    color: #FFFFFF;
}

/* Disabled - class for anchor, state for form elements */
.button.disabled,
.button:disabled {
    background: #C8C8C8;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Adjacent buttons */
.button + .button {
    margin-left: 5px;
}

.right {
	float: right;
}

/* Button transparent */
.button.btn-clear {
	background-color: transparent;
	border: 1px solid #FFFFFF;
}

.button.btn-clear:hover {
	background-color: #f8971d;
	border: 1px solid #f8971d;
}

.button.btn-clear:active {
    background: #EB8A0F; /*darken 5%*/
    border: 1px solid #EB8A0F; /*darken 5%*/
   }


.btn-set-horiz > li{
	display: inline-block;
	margin: 0 3px;
}


/* OLD Joey Buttons */
.buttonContent:after { content:" \00bb"; }

.animatedButton,
.btn-black {
  /*margin: 1em;*/
/*   height: 2em; */
  border: 2px solid #f8971d;
  display: inline-block;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: background 0.5s ease-in 0.05s;
  -moz-transition: background 0.5s ease-in 0.05s;
  -o-transition: background 0.5s ease-in 0.05s;
  -ms-transition: background 0.5s ease-in 0.05s;
  transition: background 0.5s ease-in 0.05s;
  background: -webkit-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 70%, rgba(246,246,246,0) 70.01%, rgba(255,255,255,0) 100%);
  background: -moz-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 70%, rgba(246,246,246,0) 70.01%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 70%, rgba(246,246,246,0) 70.01%, rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 70%, rgba(246,246,246,0) 70.01%, rgba(255,255,255,0) 100%); 
  background: linear-gradient(-45deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0.8) 70%, rgba(246,246,246,0) 70.01%, rgba(255,255,255,0) 100%);
  -webkit-animation-name: backgroundTransform;
  -moz-animation-name: backgroundTransform;
  -o-animation-name: backgroundTransform;
  -ms-animation-name: backgroundTransform;
  animation-name: backgroundTransform;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -ms-animation-direction: reverse;
  animation-direction: reverse;
  background-position: top left;
  -webkit-background-size: 500%;
  -moz-background-size: 500%;
  background-size: 500%;
}
.animatedButton:hover,
.btn-black:hover {
  background: rgba(255,255,255,0.25);
  background-position: top left;
  -webkit-background-size: 500%;
  -moz-background-size: 500%;
  background-size: 500%;
  cursor: pointer;
}
.animatedButton .buttonContent,
.btn-black .buttonContent {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
  text-align: center;
  width: 100%;
  display: block;
  padding: 0 1.5em 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-black {
  border: 2px solid #f8971d;
  background: -webkit-linear-gradient(135deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0) 50%, rgba(10,10,10,0.45) 70%, rgba(10,10,10,0) 70.01%, rgba(10,10,10,0) 100%);
  background: -moz-linear-gradient(135deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0) 50%, rgba(10,10,10,0.45) 70%, rgba(10,10,10,0) 70.01%, rgba(10,10,10,0) 100%);
  background: -o-linear-gradient(135deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0) 50%, rgba(10,10,10,0.45) 70%, rgba(10,10,10,0) 70.01%, rgba(10,10,10,0) 100%);
  background: -ms-linear-gradient(135deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0) 50%, rgba(10,10,10,0.45) 70%, rgba(10,10,10,0) 70.01%, rgba(10,10,10,0) 100%);
  background: linear-gradient(-45deg, rgba(10,10,10,0) 0%, rgba(10,10,10,0) 50%, rgba(10,10,10,0.45) 70%, rgba(10,10,10,0) 70.01%, rgba(10,10,10,0) 100%);
  -webkit-animation-name: backgroundTransform;
  -moz-animation-name: backgroundTransform;
  -o-animation-name: backgroundTransform;
  -ms-animation-name: backgroundTransform;
  animation-name: backgroundTransform;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -ms-animation-direction: reverse;
  animation-direction: reverse;
  background-position: top left;
  -webkit-background-size: 500%;
  -moz-background-size: 500%;
  background-size: 500%;
}
.btn-black:hover {
  background: rgba(30,30,30,0.15);
  background-position: top left;
  -webkit-background-size: 500%;
  -moz-background-size: 500%;
  background-size: 500%;
  cursor: pointer;
}
.btn-black .buttonContent {
  color: #111;
}
@-moz-keyframes backgroundTransform {
  0% {
    background-position: top left;
  }
  70% {
    background-position: bottom right;
  }
  100% {
    background-position: bottom right;
  }
}
@-webkit-keyframes backgroundTransform {
  0% {
    background-position: top left;
  }
  70% {
    background-position: bottom right;
  }
  100% {
    background-position: bottom right;
  }
}
@-o-keyframes backgroundTransform {
  0% {
    background-position: top left;
  }
  70% {
    background-position: bottom right;
  }
  100% {
    background-position: bottom right;
  }
}
@keyframes backgroundTransform {
  0% {
    background-position: top left;
  }
  70% {
    background-position: bottom right;
  }
  100% {
    background-position: bottom right;
  }
}

/*Buttons*/

.arrow {
	width:74px !important;
  	display:inline;
	float:right;
	position:relative;
	margin-top:-100px;
	margin-right:20px; 
	border: 0px; 
	background-size: 500%; 
	border-radius: 4em; }	
	
@media only screen and (max-width: 770px) {
	.arrow { 
	display:none;
	}
	.up { 
	display:block !important;
	width:74px !important;
	}
}

/*  GO FULL WIDTH AT LESS THAN 479 PIXELS */
@media only screen and (max-width: 479px) {
	.arrow { 
	display:none;
	}
	.up { 
	display:block !important;
	width:74px !important;
	}
}	

	
/*General content styles*/
.Content { 
	margin:0 20px; 
	padding:20px 0;
	}

.col_1_of_1 .productWrap.ContentWrap, 
.col_1_of_2 .productWrap.ContentWrap, /* add col_ selectors as needed */
.col_1_of_3 .productWrap.ContentWrap,
.col_1_of_4 .productWrap.ContentWrap {
	padding: 0px;
	border:none;	
	}

.ContentWrap { 
	width:92%; 
	border:none; 
	padding:0;
	}

.ContentWrap:hover{ 
	border:none; }

.Content p {
	font-weight:300;
	font-size:1em;
	}

.Content ul { 
	list-style:disc; 
	font-size:1em; 
	font-weight:300;}

.Content ul li {
	font-size:inherit; 
	margin-left:15px; 
	margin-bottom:10px; 
	margin-left: 25px;}

.Content strong {
	font-weight:400;}

.contentHero {
	width:auto !important; 
	top:25px;
	}
	
/*Guide Page */
.guideimg {
	padding-bottom: 15px;
}

/* RESPONSIVE  GALLERY CSS - USED IN Pros page */

.social_icon {width: 60px !important; display:inline-block !important; }

/* Elastislide MAIN IMAGE Style */
.rg-image-wrapper{
	position:relative;
	padding:0px 30px 1px 30px;;
	/* background:transparent url(/assets/images/black.png) repeat top left; */
	background-color:#EBEBEB;
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
	background-color:#ebebeb;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
	margin:auto;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#000 url(/assets/images/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.5;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
	display:none !important;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	font-family: "pragmatica-web", Helvetica, Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
		display:none !important;
}
.rg-view{
	height:0px; display:none;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(/assets/images/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(/assets/images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}


/* Elastislide Style */
.es-carousel-wrapper{
	background: none;
	padding:10px 20px 20px 20px;
	position:relative;

	position:relative;
	margin-bottom:0px;
}
.es-carousel{
	overflow:hidden;
	background:none;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:100%;
	float:left;
	display:block;
}
.es-carousel ul li a{
	display:block;
	border-style:solid;
	border-color:#222;
	opacity:0.8;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border-color:#fff;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:100%;
	max-width:100%;
	margin: auto;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(/assets/images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.8;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;
}

/*===== ik: Top sitewide banner for sales and promotions =====*/
.sale-notice {
    height: 30px;
    background-color: #f8971c;
    color: #fff;
    text-align: center;
    line-height: 2em;
    font-size: 15px;
}
.sale-notice a {
	color: #FFFFFF;
}
.sale-notice a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 479px) {
	.sale-notice {
		height: 50px;
        line-height: 1.5;
        padding-top: 5px;
	}
}


/*===== ik: Newsletter Popup =====*/
#popup {
    position: fixed;
    visibility: hidden;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    -moz-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    margin: auto;
    display: block;
    max-width: 600px;
    height: 600px;
    width: 100%;
    background: #FFFFFF;
    /*background-image: url('/assets/img/home/popup_background.jpg');
    background-size: cover;*/
    
    border: 1px solid #333;
    padding: 0px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    z-index: 9002;
    color: #333333;
}
#popup .popupcloser {
    float: right;
    font-size: 48px;
    padding-right: 10px;
}
#popup .pop-inner{ 
	padding: 20px 20px 20px 40px;
	background-image: url('/assets/img/home/popup_background.jpg');
    background-repeat:no-repeat;
    background-size: cover;
    background-position: center;
    height: 450px;
}

#popup .pop-inner h1 {
	font-weight: 900;
    font-size: 2.8rem;
    letter-spacing: -1px;
    color: #333;
    margin-top: 20px;
    word-spacing: 10px;
}
#popup .pop-inner h4 {
	font-weight: 300;
	color: #333;
}
#popup .popup-offer span {
	font-weight: 700;
}

#popup .opaquediv {
    text-align: center;
    position: absolute;
    bottom: 0px;
    background-color: #ffffff;
    padding-bottom: 20px;
/*    opacity: .8;
    filter: alpha(opacity=0.8);*/
}
#popup .opaquediv form {
	margin: 10px 0 0;
}
#popup .opaquediv label {
	font-size: 1.3rem;
}
#popup .opaquediv input {
	width: 200px;
	margin: 10px 0;
	height: 30px;
}
#popup .opaquediv select {
	margin-bottom: 10px;
	height: 30px;
	width: 200px;
}

#popup .animatedButton {
	float: none;
	vertical-align: middle;
	margin: 0;
}

#ghostpop {
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9001;
}

@media only screen and (max-width: 479px) {
	#popup, #ghostpop {
		display: none; /* Do not display on mobile */
	}
}


/* =============================================
// GRID
// ============================================= */
/*Basic Grid Styles*/
.Grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Grid-cell {
  -webkit-box-flex: 1;
  width: 50%;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.center {
  text-align: center;
}

/* With gutters*/
.Grid--gutters {
  margin-left: -1em;
}
.Grid--gutters .Grid-cell {
  padding-left: 1em;
}
.Grid--gutters .Grid--nested .Grid-cell:first-of-type .Content {
  margin-right: 1em;
}

/* Justify per row*/
.Grid--right {
  -webkit-justify-content:flex-end;
  justify-content: flex-end;
}

.Grid--center {
  -webkit-justify-content: center;
  justify-content: center;
}

/* Alignment per row */
.Grid--top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.Grid--bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.Grid--center {
  -webkit-align-items: center;
  align-items: center;
}

/* Alignment per cell */
.Grid-cell--top {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.Grid-cell--bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.Grid-cell--center {
  -webkit-align-self: center;
  align-self: center;
}


/*===========================================*/
/* Base classes for all media - Mobile first */
.Grid--cols-2 > .Grid-cell {
  -webkit-box-flex: 0 0 100%;
  width: 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.Grid--cols-3 > .Grid-cell {
  -webkit-box-flex: 0 0 100%;
  width: 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.Grid--cols-4 > .Grid-cell {
  -webkit-box-flex: 0 0 100%;
  width: 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

/* One of -- columns*/
.Grid--1of2 > .Grid-cell,
.Grid--1of4 > .Grid-cell:first-of-type,
.Grid--1of3 > .Grid-cell:first-of-type {
  -webkit-box-flex: 0 0 100%;
  width: 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.Grid--fit > .Grid-cell {
  -webkit-box-flex: 1;
  width: 100%;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.Grid--full > .Grid-cell {
  -webkit-box-flex: 0 0 100%;
  width: 100%;
  -moz-box-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

/* Tablet (medium) screens */
@media (min-width: 30em) {
  .Grid--cols-4 > .Grid-cell {
    -webkit-box-flex: 0 0 calc(50% - 1em);
    -moz-box-flex: 0 0 calc(50% - 1em);
    -webkit-flex: 0 0 calc(50% - 1em);
    -ms-flex: 0 0 calc(50% - 1em);
    flex: 0 0 calc(50% - 1em);
  }

  .Grid--1of2 > .Grid-cell {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .Grid--1of4 > .Grid-cell:first-of-type {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .Grid--1of3 > .Grid-cell:first-of-type {
    -webkit-box-flex: 0 0 100%;
    -moz-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
/* Large screens */
@media (min-width: 48em) {
  .Grid--cols-2 > .Grid-cell,
  .Grid--cols-3 > .Grid-cell,
  .Grid--cols-4 > .Grid-cell {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .Grid--1of2 > .Grid-cell {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .Grid--1of4 > .Grid-cell:first-of-type {
    -webkit-box-flex: 0 0 25%;
    -moz-box-flex: 0 0 25%;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }

  .Grid--1of3 > .Grid-cell:first-of-type {
    -webkit-box-flex: 0 0 30%;
    -moz-box-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }

  .Grid--gutters.Grid--nested .Grid-cell:first-of-type .Content {
    margin-right: 0;
  }

} 
/*end large screen*/

