body{
	color:#000;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px;
	line-height:1.4em; 
	font-weight:normal;
}
h1, h2, h3, h4, h6{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif; 
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
} 

.containerFilter {
padding-left:11px;
}

/* links */
a {color:#000;text-decoration:none;font-size:16px;},
a:visited {color:#000;text-decoration:none;font-size:16px;},
a:active {color:#000;text-decoration:none;font-size:16px;},
a:hover{color:#000;text-decoration:none;font-size:16px;},

p {font-size:16px;font-weight:normal;color:#00;}

p a {color:#000;text-decoration:none;font-size:16px;},
p a:visited,
p a:active,
p a:hover{color:#000;font-size:16px;}
p a:hover{ font-size:16px;text-decoration:underline;}

/* RESPONSIVE IMAGES */
img{ max-width:100%; height:auto;}

/*SPACE GRID ELEMENTS VERTICALLY, SINCE THEY ARE ONE UNDER ANOTHER SO FAR*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-bottom:40px;
	/*positioning and padding*/
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.grid_legal{
font-size:16px;padding:31px;background:#fff;margin:0px;padding-top:0px;margin-top:-20px;
}
.grid_footer{
font-size:16px;padding:16px;background:#f1f1f1;margin:0px;padding-bottom:0px;
}
.grid_footer_plus{
font-size:16px;padding:16px;background:#fff;margin:0px;padding-bottom:0px;padding-top:0px;;
}
.grid_footer_btt{
margin:0px;padding:0px;color:#fff;margin-bottom:16px;font-size:18px;line-height:32px;text-align:center;margin-bottom:0px;border-top:0px solid #ccc;background:#fff;
}
.grid_footer_btt a {color:#000;text-decoration:none;font-size:16px;font-weight:bold;},
.grid_footer_btt a:visited,
.grid_footer_btt a:active,
.grid_footer_btt a:hover{color:#000;font-size:16px;font-weight:bold;}
.grid_footer_btt a:hover{ color:#000;text-decoration:none;font-size:16px;font-weight:bold;
}
.grid_footer_copyright{
font-size:16px;background:#fff;margin:0px;
}
.grid_footer_copyright_mob{
font-size:16px;padding:20px;background:#fff;margin:0px;padding-top:0px;
}
			 
/*FOOTER*/
footer{  
	clear:both;
	font-size:80%;
	padding:20px 0;
}
footer ul{
	margin:0;
	padding:0;
}


footer{ 
	background:#333;
	color:#ccc;
}
footer h1, footer h2, footer h3, footer h4{ 
	color:#CCC; 
	margin-bottom:10px;
}
footer ul{
	margin:0 0 0 8%;
}

a.buttonlink{ 
	background:#0099ff; 
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.buttonlink:hover{
	background:#8dbc01;
}
.greenelement{
	background:#5ec79e;
	color:#fff;
}
.violetelement{
	background:#887dc2;
	color:#fff;
}



/* Contain floats*/ 
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after{
  clear: both;
}


/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/
@media only screen and (min-width: 481px) {
#banner{
	float:left;
	text-align:left;
	margin-bottom:-20px;/*this depends on the height of the logo*/
}
.menu-toggle{/*make menu float right, instead of sitting under the logo*/
	margin-top:10px; /*this depends on the height of the logo*/
	float:right;
}

} 

/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 920px) {

.wrapper{
	max-width: 1200px; 
	margin:  auto;
}

#banner{ 
	float:left; 
	text-align:left;
	margin-bottom:0px;
}
header{
	padding:0;
}
#content {  
	float:left;
	width:65%;
}
#content.wide-content{
	float:none;
	width:1200px;;
	
}

/*GRID*/
/*
 & Columns : 12 

 */
 .row{
		 background:#fff;
}
 
.grid_1 { width: 16.66%; }
.grid_2 { width: 20%; }
.grid_3 { width: 25%; }
.grid_4 { width: 33.33333333%; }
.grid_5 { width: 41.66666667%; }
.grid_6 { width: 50%; }
.grid_7 { width: 58.33333333%; }
.grid_8 { width: 66.66666667%; }
.grid_9 { width: 75%;padding:0px;margin:0px; }
.grid_10 { width: 80%;padding:0px;margin:0px; }
.grid_11 { width: 91.66666667%; }
.grid_12 { width: 100%;}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	float: left;
	display: block;
}

.rightfloat{float:right;}
/* @notation inspired by tinyGrid, .row and percentage by Twitter Bootstrap
 */
#hero [class*="grid_"] { margin-bottom:-20px;}

}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
	max-width: 1200px; 
	margin:  auto;
} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

		div.items {
    /* To correctly align image, regardless of content height: */
    vertical-align: top;
    display: inline-block;
    /* To horizontally center images and caption */
    text-align: center;
    /* The width of the container also implies margin around the images. */
    width: 110px;
		float:right;
		margin-bottom:20px;
		}
 .caption {
    /* Make the caption a block so it occupies its own line. */
    display: block;
		}
		
		.handcursor{
		cursor:hand;
		cursor:pointer;
		}
		
	
	.dropbtn {
    background-color: #fff;
		border:1px solid #999999;
    color: #000;
    padding: 12px;
		padding-top:8px;
		padding-bottom:6px;
    font-size:16px;
    cursor: pointer;
		line-height:24px;
}
.navbtn {
    background-color: #fff;
    color: #000;
		border:0px;
    padding: 12px;
    font-size:15px;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
		font-size:16px;
    padding: 12px;
		padding-top:8px;
		padding-bottom:8px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
		padding:12px;
		padding-top:8px;
		padding-bottom:8px;
		line-height:32px;
		font-size:16px;
    background-color: #fff;
		margin-top:-1px;
		border:1px solid #999999;
    min-width: 160px;
    z-index: 1;
}
.nav-content {
    display: none;
    position: absolute;
		padding:12px;
		line-height:32px;
    background-color: #fff;
		margin-top:-1px;
		border:1px solid #999999;
		font-size:15px;
		min-width: 500px;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px;
		padding-top:8px;
		padding-bottom:6px;
    text-decoration: none;
		font-size:16px;
    display: block;
		line-height:24px;
}
.text {
  color: #000;
	text-decoration: none;
	padding:10px;
	margin:0px;
	font-weight:normal;
	padding-left:0px;
	padding-right:20px;
	font-size:16px;
	line-height:28px;
}
.text-title {
  color: #000;
	padding:0px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif; 
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title a {
  color: #000;
	padding:0px;
	font-weight:normal;
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title a:hover {
  color: #000;
	padding:0px;
	font-weight:normal;
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title:visited a:hover,
.text-title:active  a {
 color: #000;
	padding:0px;
	font-weight:normal;
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title:visited a,
.text-title:active a:hover {
  color: #000;
	padding:0px;
	font-weight:normal;
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title-white {
  color: #fff;
	padding:0px;
	font-weight:normal;
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title-white a {
  color: #fff;
	padding:0px;
	font-weight:normal;
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title-white a:hover {
  color: #fff;
	padding:0px;
	font-weight:normal;
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title-white:visited a:hover,
.text-title-white:active  a {
 color: #fff;
	padding:0px;
	font-weight:normal;
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title-white:visited a,
.text-title-white:active a:hover {
  color: #fff;
	padding:0px;
	font-weight:normal;
	margin:0px;
	margin-top:16px;
	font-size:18px;
	text-decoration:none;
}
.text-title-fullwidth {
  color: #000;
	padding:0px;
	font-weight:bold;
	padding-top:16px;
	margin:0px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	margin-top:-20px;
}
.text-title-fullwidth a {
  color: #000;
	padding:0px;
	font-weight:bold;
	padding-top:16px;
	margin:0px;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	text-decoration:none;
}
.text-title-fullwidth a:hover {
  color: #000;
	padding:0px;
	font-weight:bold;
	padding-top:16px;
	margin:0px;
	font-size:20px;
	text-decoration:none;
	text-align:center;
	text-decoration:none;
}
.text-link {
  color: #fff;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:16px;
	text-decoration:underline;
	margin-top:6px;
}
.text-link a {
  color: #000;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:16px;
	text-decoration:underline;
}
.text-link a:hover {
  color: #666666;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:16px;
	text-decoration:underline;
}
.text-link:visited a,
.text-link:active  a {
  color: #000;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:20px;
	text-decoration:underline;
}
.text-link:active a:hover,
.text-link:visited a:hover {
  color: #666666;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:16px;
	text-decoration:underline;
}
.text-link-white {
  color: #fff;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:16px;
	text-decoration:underline;
	margin-top:6px;
}
.text-link-white a {
  color: #fff;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:16px;
	text-decoration:underline;
}
.text-link-white a:hover {
  color: #EAEAEA;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:16px;
	text-decoration:underline;
}
.text-link-white:visited a,
.text-link-white:active  a {
  color: #fff;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:20px;
	text-decoration:underline;
}
.text-link-white:active a:hover,
.text-link-white:visited a:hover {
  color: #EAEAEA;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:16px;
	text-decoration:underline;
}
.text-fullwidth {
  color: #000;
	padding:0px;
	font-weight:normal;
	padding-top:16px;
	margin:0px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
	margin-bottom:20px;
}


.text-title-small {
  color: #000;
	padding:0px;
	font-weight:normal;
	padding-top:0px;
	margin:0px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}
.text-title-small a {
  color: #000;
	padding:0px;
	font-weight:normal;
	padding-top:0px;
	margin:0px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}
.text-title-small a:hover {
  color: #000;
	padding:0px;
	font-weight:normal;
	padding-top:0px;
	margin:0px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}

.text-cat {
  color: #000;
	padding:0px;
	font-weight:normal;
	padding-top:16px;
	margin:0px;
	height:30px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}
.text-cat a {
  color: #000;
	padding:0px;
	font-weight:normal;
	padding-top:16px;
	margin:0px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}
.text-cat a:hover {
  color: #000;
	padding:0px;
	font-weight:normal;
	padding-top:16px;
	margin:0px;
	font-size:16px;
	text-align:center;
	text-decoration:none;
}
.text-info {
  color: #000;
	padding:0px;
	font-weight:normal;
	margin:0px;
	font-size:16px;
	text-align:center;
	margin-top:-10px;
	margin-bottom:20px;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #fff;font-size:16px;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
		font-size:15px;
		
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
}






.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
	font-weight:bold;
  font-size: 16px;
  background: #fff;
	border:1px solid #000;
  padding: 9px 40px 8px 40px;
}

.btn:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #fff;
	text-decoration: underline;
	font-weight:bold;
  font-size: 16px;
  background: #000;
	border:1px solid #000;
  padding: 9px 40px 8px 40px;
}			

.btn:visited,
.btn:active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
	font-weight:bold;
  font-size: 16px;
  background: #fff;
	border:1px solid #000;
  padding: 9px 40px 8px 40px;
}			

.btn:visited:hover,
.btn:active:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #fff;
	text-decoration: underline;
	font-weight:bold;
  font-size: 16px;
  background: #000;
	border:1px solid #000;
  padding: 9px 40px 8px 40px;
}			
.btnfooter {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:8px;
	padding:8px;
  
}

.btnfooter:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: underline;
  font-size: 16px;
  background: #ebebeb;
	margin:8px;
	padding:8px;
}			

.btnfooter:visited,
.btnfooter:active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:8px;
	padding:8px;
}			

.btnfooter:visited:hover,
.btnfooter:active:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: underline;
  font-size: 16px;
  background: #ebebeb;
	margin:8px;
	padding:8px;
}			


.btnfootertop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:0px;
	padding:8px;
	margin-top:-10px;
}

.btnfootertop:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: underline;
  font-size: 16px;
  background: #ebebeb;
	margin:0px;
	padding:8px;
	margin-top:-10px;
}			

.btnfootertop:visited,
.btnfootertop:active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	padding:8px;
	margin-top:-10px;
}			

.btnfootertop:visited:hover,
.btnfootertop:active:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: underline;
  font-size: 16px;
  background: #ebebeb;
	padding:8px;
	margin-top:-10px;
}		
.link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:0px;
	padding:0px;
	padding-top:20px;
	font-weight:bold;
}

.link:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:0px;
	padding:0px;
	padding-top:20px;
	font-weight:bold;
}			

.link:visited,
.link:active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	padding:0px;
	padding-top:20px;
	font-weight:bold;
}			

.link:visited:hover,
.link:active:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	padding:0px;
	padding-top:20px;
	font-weight:bold;
}
.link_top {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:0px;
	padding:0px;
	margin-top:-10px;
	padding-top:8px;
}

.link_top:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:0px;
	padding:0px;
	margin-top:-10px;
	padding-top:8px;
}			

.link_top:visited,
.link_top:active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	padding:0px;
	margin-top:-10px;
	padding-top:8px;
}			

.link_top:visited:hover,
.link_top:active:hover {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	padding:0px;
	margin-top:-10px;
	padding-top:8px;
}	

	.btnnavbld {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:8px;
	padding:8px;
	padding-top:20px;
	font-weight:bold;
	padding-left:0px;
	padding-bottom:10px;
	font-size:15px;
	border-top:1px solid #ebebeb;
}
	.textbld {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
	margin:0px;
	padding:0px;
	font-weight:bold;
	padding-left:0px;
	padding-bottom:16px;
	font-size:16px;
}	
.textbld_tb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	padding-left:0px;
	padding-bottom:16px;
	font-size:16px;
	margin-top:12px;
}			
	.sub-title {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:normal;
	margin-top:0px;
	font-size:16px;
}
.site-nav {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:normal;
	margin-top:12px;	
	margin-left:14px;
	font-size:16px;
	margin-bottom:20px;
}	
.site-nav-moblie {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:normal;	
	font-size:16px;
	margin-bottom:20px;
	text-align:center;
}	
.prod-dest {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:normal;
	margin-top:8px;	
	font-size:16px;
	height:100px;
}

.btn-group button {
  background-color: #FFF; /* Green background */
  border: 1px solid #000; /* Green border */
  color: #000; /* White text */
  padding: 8px; /* Some padding */
	padding-top:4px;
	padding-bottom:2px;
	margin-top:12px;
	font-size:14px;
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.btn-group button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #000;
  color:#fff;
}

.top_banner {
  color: #fff;
	text-decoration: none;
  background: #000;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}	


.mob-nav-bld {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
	margin:8px;
	padding:8px;
	font-weight:normal;
	padding-left:0px;
	padding-bottom:10px;
	font-size:16px;
	margin-top:-6px;
}	
.mob-nav-sub {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:8px;
	padding:4px;
	font-weight:normal;
	padding-left:0px;
	font-size:16px;
}	
.mob-nav-subtop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:8px;
	padding:4px;
	font-weight:normal;
	padding-left:0px;
	font-size:16px;
	padding-top:8px;
}	

.textnbldnav {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;

	margin:8px;
	padding:8px;
	font-weight:normal;
	padding-left:0px;
	padding-bottom:10px;
	font-size:16px;
}	
	.textbldsocial {

  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	padding-bottom:10px;
	font-size:16px;
}	
.payment {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:20px;
	padding-bottom:0px;
	padding-top
	font-weight:normal;
	margin-bottom:-20px;
	font-size:16px;
}
.copyright {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:20px;
	padding-bottom:0px;
	font-weight:normal;
	margin-bottom:20px;
	font-size:16px;
}
copyright-image {
  padding:20px;
	margin:0px;
	padding-top:0px;
	margin-bottom:20px;
}
.mob-copyright {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding-top:0px;
	margin-top:-40px;
	padding:20px;
	font-weight:normal;
	font-size:16px;
}
.footer_dest {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:31px;
	margin-top:0px;
	margin-bottom:18px;
	padding:0px;
	font-weight:normal;
	font-size:16px;
}

.leftnavtitle {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:8px;
	padding:8px;
	padding-top:20px;
	font-weight:bold;
	padding-left:0px;
	padding-bottom:10px;
	font-size:20px;
  
}
.footernav-dd {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:8px;
	padding:8px;
	padding-top:20px;
	font-weight:bold;
	padding-bottom:10px;
	font-size:16px;
	border-bottom:1px solid #d7d7d7;
	margin-bottom:0px;
}
.mobnav-space {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:8px;
	padding:8px;
	font-weight:bold;
}
.left_title {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	padding-top:0px;
	padding-bottom:8px;
	font-size:16px;
	margin-bottom:10px;
	margin-top:5px;
}
.left_title a {
  color: #000;
	text-decoration: underline;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:normal;
	float:right;
	font-size:14px;
}
.left_title a:hover {
  color: #000;
	text-decoration: underline;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:normal;
	float:right;
	font-size:14px;
}
.left_title_filter {
line-height:28px;
font-size:16px;
background:#FCFCFC;
padding:6px;
padding-left:12px;
border:1px solid #ccc;
margin-bottom:20px;
}
.leftnav-dd {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	padding-top:20px;
	font-weight:bold;
	padding-bottom:10px;
	font-size:16px;
	border-top:1px solid #ccc;
	margin-bottom:0px;
	margin-top:12px;
}
.text-title-bl {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	padding-top:20px;
	font-weight:bold;
	padding-bottom:10px;
	font-size:16px;
	border-top:1px solid #ccc;
	margin-bottom:0px;
	margin-top:12px;
}
.title-text-b {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	margin-top:-10px;
	font-weight:bold;
	padding-bottom:10px;
	font-size:28px;
	margin-bottom:0px;
}
.leftnavtop-dd {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	padding-top:20px;
	font-weight:bold;
	padding-bottom:10px;
	font-size:16px;
	border-top:1px solid #ccc;
	margin-bottom:0px;
	margin-top:12px;
}
.help-contents-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
	padding:12px;
	padding-left:20px;
  color: #000;
	text-decoration: none;
  background:#fff;
	font-weight:normal;
	margin-top:8px;
	margin-bottom:8px;
	border-bottom:1px solid #ccc;
}
.help-contents-header a {
  color: #000;
	text-decoration: none;
  background: #fff;
}
.help-contents-header a:hover {
  color: #000;
	text-decoration: none;
  background: #fff;
}
.help-contents {
  color: #000;
	text-decoration: none;
  padding:20px;
	background:#fff;
	margin-top:-28px;
	padding-left:22px;
	font-size:16px;
	margin-bottom:-8px;
	border-bottom:1px solid #ccc;
}
.help-contents a{
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
}
.help-contents a:hover{
  color: #000;
	text-decoration: underline;
  background: #fff;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:bold;
}
.headtitle {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:36px;
	border:none;

}
.headtitlemob {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:24px;
	border:none;
	margin-top:10px;
}
.maintitle {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:28px;
	border:none;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:9px;
}
.maintitle-nodest {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:24px;
	border:none;
	padding-left:10px;
	margin-top:26px;
	margin-bottom:10px;
}
.maintext {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	padding-left:10px;
	font-weight:normal;
	margin-bottom:20px;
	font-size:16px;
	line-height:26px;
	border:none;
}
.maintitlemob {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:24px;
	border:none;
	padding-left:10px;
	margin-top:-10px;
	margin-bottom:40px;
	text-align:center;
}
.maintitlemobnt {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:24px;
	border:none;
	padding-left:10px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}
.maintextmob {
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:0px;
	padding:0px;
	padding-left:10px;
	font-weight:normal;
	margin-bottom:20px;
	font-size:16px;
	line-height:26px;
	border:none;
	text-align:center;
	padding-left:40px;
	padding-right:40px;
	text-align:center;
}

.mobnav-dd {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #000;
	margin:0px;
	padding:0px;
	padding-top:20px;
	font-weight:bold;
	padding-bottom:10px;
	font-size:16px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.mobnav-dd {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  color: #000;
	text-decoration: none;
  background: #fff;
	margin:8px;
	padding:8px;
	padding-top:20px;
	font-weight:bold;
	padding-bottom:10px;
	font-size:16px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
.mob-filter {
  padding:0px;
	margin:0px;
	background:#ebebeb;
	border:1px solid #d7d7d7;
	border-bottom:1px solid #ccc;
	margin-top:40px;
	font-size:16px;
	padding-left:48px;
	padding-right:48px;
	padding-top:12px;
	padding-bottom:0px;
	margin-left:-32px;
	margin-right:-32px;
}
.filter-all {
  padding:0px;
	margin:0px;
  font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	margin-bottom:30px;
}
.filter-cross {
  background:#ebebeb;
	border-radius:100px;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
}
.btnnav {
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:0px;
	padding:8px;
	padding-left:0px;
  cursor:pointer;
}

.btnnav:hover {
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:0px;
	padding:8px;
	padding-left:0px;
	cursor:pointer;
}			

.btnnav:visited,
.btnnav:active {
  color: #000;
	text-decoration: none;
  font-size: 16px;
  background: #fff;
	margin:0px;
	padding:8px;
	padding-left:0px;
	cursor:pointer;
}			

.btnnav:visited:hover,
.btnnav:active:hover {
  color: #000;
	text-decoration: underline;
  font-size: 16px;
  background: #fff;
	margin:0px;
	padding:8px;
	padding-left:0px;
	cursor:pointer;
}			


#shop-popular-categories{width:100%;padding:20px;margin:0px;margin-top:20px;margin-bottom:40px;text-align:center;margin-top:px;} 
			.pcategory-btn{padding: 20px 40px 20px 40px; font-size:16px; background:#f2f2f2; border:1px solid #ccc;display:inline-table; color:#000;cursor:pointer; text-align:center; margin:8px; text-decoration: none; width: auto; float: none;font-weight:bold;} 
			.pcategory-btn:hover{color:#fff; padding: 20px 40px 20px 40px; font-size:16px; background:#000; border:1px solid #000;display:inline-table; cursor:pointer;color:#fff; text-align:center; margin: 8px; text-decoration: none; width: auto; float: none;font-weight:bold;} 
			#shop-popular-categories{margin-left:-4px;} } 
			.qlink-btn{padding: 16px 40px 16px 40px; font-size:16px; background:#fff; border:2px solid #111;display:inline-table; color:#fff;cursor:pointer; text-align:center; margin: 5px 10px 15px 5px; text-decoration: none; width: auto; float: none;font-weight:bold;} 
			.qlink-btn:hover{color:#fff; padding: 16px 40px 16px 40px; font-size:16px; background:#A8439C; color:#fff;display:inline-table; cursor:pointer; text-align:center; margin: 5px 10px 15px 5px; text-decoration: none; width: auto; float: none;font-weight:bold;} 
			
			
div.fixed {
  			position: fixed;
  			bottom: 20px;
				padding:12px;
  			right: 20px;
 				width: 300px;
  			background:#00A5CE;
				color:#fff;
				}
			
				.accordion {
  			background:#fff;
  			color: #000;
  			cursor: pointer;
  			padding: 8px;
  			width: 100%;
  			border: none;
  			text-align: left;
  			outline: none;
  			font-size: 16px;
  			transition: 0.4s;
				margin-bottom:8px;
				}
				
				

				.panel {
  			padding: 0px;
				border:0px;
				margin:0px;
  			display: none;
  			background-color: white;
  			overflow: hidden;
				}	
				/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.grid_footer_bottom{
margin:0px;padding:0px;font-size:16px;line-height:22px;
padding-left:31px;
font-weight:bold;
margin-top:-20px;
}
.grid_footer_social{
margin:18px;
padding:0px;
font-size:16px;
line-height:22px;
font-weight:bold;
margin-bottom:-20px;
}




































.example{
  float: left;
  margin: 1em;
  p {
    font-size: 2em;
    text-align: center;
  }
}

.img-container{
  background:#ebebeb;
  height: 100%;
	padding:0px;
	margin:0px;
	text-align: center;
}


.img-container a{
	font-size:16px;
	line-height:22px;
	min-height:0px;
	text-align: left;
}

.mix-blend-mode{
  mix-blend-mode: multiply;
}

.grid_padding{
  padding:31px;
	margin:0px;
	padding-top:0px;
}

.grid_left{
  width: 100%;
  padding:0px;
	margin:0px;
	margin-left:-15px;
}

.grid_right{
  width: 100%;
  padding:0px;
	margin:0px;
}


.grid-header{
  padding:8px;
	padding-left:0px;
	margin:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:36px;
	font-weight:bold;
	text-align:center;
}
.grid-header-sub{
  padding:8px;
	padding-left:0px;
	margin:0px;
	margin-top:8px;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
.grid-header-sub a{
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
.grid-header-sub a:hover{
	font-size:26px;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}
.grid-header-moblie{
  padding:0px;
	margin:0px;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:5px;
}
.grid-header-sub-moblie{
  padding:8px;
	padding-left:0px;
	margin:0px;
	margin-top:40px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:-10px;
}

.grid_subheader{
  padding:0px;
	margin:0px;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	margin-bottom:20px;
}


.grid_header p{
  padding:0px;
	margin:0px;
	margin-top:12px;
	font-size:16px;
	font-weight:normal;
}

.grid-mobheader{
  padding:0px;
	margin:0px;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	
}

.grid-products{
  padding:36px;
	margin:0px;
	padding-bottom:0px;
	text-align: center;
}

.grid-products-header{
	font-size:22px;
	line-height:32px;
	text-align: center;
	font-weight:bold;
	margin-bottom:8px;
}
.filter{
  padding:0px;
	margin:0px;
	margin-top:12px;
  border-top:1px solid #f0f0f0;
	padding-top:20px;
	padding-bottom:9px;
}
.filter a{
  padding:0px;
	margin:0px;
	font-size:16px;
	font-weight:bold;
}
.filternav{
  background:#fff;
	line-height:36px;
	font-size:16px;
	padding-top:12px;
	padding-bottom:12px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

.filternavnoborder{
  background:#fff;
	line-height:36px;
	font-size:16px;
	padding-top:0px;
	padding-bottom:8px;
}

@function opacitator($color){
  $hi: 1;
  $lo: 0;
  $tol: 0.01;
  $rgbs: (red($color) green($color) blue($color));
  
  @while($hi - $lo > $tol){
    $m: $lo + (($hi - $lo) / 2);
    @if(getOpositesForOpacity($m, $rgbs, true)){
      $hi: $m;
    }
    @else{
      $lo: $m;
    }
  }
  $rgbs: getOpositesForOpacity($hi, $rgbs);
  @return rgba( nth($rgbs, 1), nth($rgbs, 2), nth($rgbs, 3), $hi);
}


@function getOpositesForOpacity($opacity, $rgbs, $returnValidity: false){
    $newList: ();
    $valid: true;
    @each $c in $rgbs{
      $newVal: oppositeForOpacity($opacity, $c);
      @if( $newVal >= 0 ){
         $newList: append($newList, $newVal);
      }
      @else{
        @return false; 
      }
    }
    @if($returnValidity ){
      @return $valid;
    }
    @else{
        @return $newList;
    }
}


@function oppositeForOpacity($opacity, $c){
    @return 255 - ( 255 - $c ) / $opacity;
}

.layerd {
  position: relative;
  &::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: opacitator($background-color);
  }
		.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
	margin-left:5px;
  padding: 5px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
	margin-left:5px;
  padding: 5px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.pagination {
  display: flex;
  justify-content: center;
	margin-top:30px;
}

.pagination button {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  color: #000;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0 4px;
  border-radius: 0px;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.pagination button:hover {
  background-color: #f1f1f1;
  color: #000;
}

.pagination button.active-page {
  background-color: #ccc;
  color: #000;
	font-weight:bold;
}

.pagination button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}




