@charset "UTF-8";
/* CSS Document */

body {
	background: url("../images/background1.jpg")  center center fixed;
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-position: 0 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body1 {
	background: url("../images/background.jpg")  center center fixed;
	background-color:#EEE;
	background-repeat: repeat-y;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	background-position: 0 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.shieldsbg {
	background: url("../images/background.png") center center fixed;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-o-background-size: 100% auto;
	 background-size: 100% auto;
	background-position: 0 0px;
}

	/* unvisited link */
	a:link {
	    	color: #000000;
	}
	
	/* visited link */
	a:visited {
	    	color: #000000;
	}
	
	/* mouse over link */
	a:hover {
	    	color: #e51d9b;
	    	-o-transition:color 0.15s ease-in;
		-webkit-transition:color 0.15s ease-in;
		-moz-transition:color 0.15s ease-in;
		transition:color 0.15s ease-in;
	}

@media (max-width:768px){
	.whatsapp-movil{
		display:inline;
	}
	.whatsapp-web{
		display:none;
	}
}

@media (min-width:768px){
	.whatsapp-movil{
		display:none;
	}
	.whatsapp-web{
		display:inline;
	}
}
	
	/* selected link */
	a:active {
		color: #e51d9b;
	}

@media (min-width: 1200px) {
  .container {
    	max-width: 1000px;
  }
}

a.swap {
	background-image:url(../images/icons/arrow_back.png);
}

a.swap:hover {
	background-image:url(../images/icons/arrow_back_on.png);
} 

.dropdown:hover .dropdown-menu {
    	display: block;
}

h1 {
	color:#e51d9b;
}

h4 {
	color:#e51d9b;
}

.centered {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#blackstroke {
	color:#e51d9b;
	text-shadow:
    	-1px -1px 0 #000,  
    	1px -1px 0 #000,
    	-1px 1px 0 #000,
    	1px 1px 0 #000;
}

#whitestroke {
	color:#e51d9b;
	text-shadow:
    	-1px -1px 0 #EEE,  
    	1px -1px 0 #EEE,
    	-1px 1px 0 #EEE,
    	1px 1px 0 #EEE;
}

.cell{
	text-align:center;
	margin:10px;
	vertical-align:middle;
}

.searchcell{
	position:relative;
	height:150px;
}

.fbcell{
	padding-bottom:50px;
	text-align:center;
	vertical-align:center;
	height:35px;
}

.newsletter{
	text-align:center;
	display:inline;
}

/* Contact Page */
.contact th, td{
	padding: 0px;
}

.contact table{
	border-collapse: separate; border-spacing: 4px;
	border-collapse: collapse; border-spacing: 0;
	margin: 0 auto;
}

.detail{
	width:30%;
}

.tablewidth{
	width:40%;
}

.tablespacer{
	height:10px;
}
/* Contact Page END */

.center{
	margin-left:auto;
	margin-right:auto;
}

.textcenter{
	text-align:center;
}

/* collapsed footer menu */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu {
  	width: 100%;
  	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  	color: #ffffff;
}
#cssmenu ul ul {
  	display: none;
}
.align-right {
  	float: right;
}
#cssmenu > ul > li > a {
	padding: 15px 20px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	cursor: pointer;
	z-index: 2;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
	background: #eee;
	background: -webkit-linear-gradient(#fff, #ddd);
	background: -moz-linear-gradient(#fff, #ddd);
	background: -o-linear-gradient(#fff, #ddd);
	background: -ms-linear-gradient(#fff, #ddd);
	background: linear-gradient(#fff, #ddd);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
	color: #eeeeee;
	background: #e51d9b;
	background: -webkit-linear-gradient(#ff3bb7, #e51d9b);
	background: -moz-linear-gradient(#ff3bb7, #e51d9b);
	background: -o-linear-gradient(#ff3bb7, #e51d9b);
	background: -ms-linear-gradient(#ff3bb7, #e51d9b);
	background: linear-gradient(#ff3bb7, #e51d9b);
}
#cssmenu > ul > li.open > a {
  	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  	border-bottom: 1px solid #1682ba;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  	border-bottom: 1px solid #999;
}
.holder {
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.holder::after,
.holder::before {
	display: block;
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	right: 20px;
	z-index: 10;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.holder::after {
  	top: 17px;
  	border-top: 2px solid #333;
  	border-left: 2px solid #333;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  	border-color: #eeeeee;
}
.holder::before {
	top: 18px;
	border-top: 2px solid;
	border-left: 2px solid;
	border-top-color: inherit;
	border-left-color: inherit;
}
#cssmenu ul ul li a {
  	cursor: pointer;
  	padding: 10px 20px;
  	z-index: 1;
  	text-decoration: none;
  	font-size: 13px;
  	color: #333;
  	background: #eee;
  	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  	background: #e51d9b;
  	color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  	box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  	padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  	border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  	border-bottom: 1px solid #32373e;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  	border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
	display: block;
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	right: 20px;
	z-index: 10;
	top: 11.5px;
	border-top: 2px solid #eeeeee;
	border-left: 2px solid #eeeeee;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  	border-color: #ffffff;
}
/* collapsed footer end */

.distributorcell{
	display: block;
	overflow: auto;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width:250px;
	min-width: 140px;
	height:100px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.distributorcellheader{
	display: block;
	overflow: visible;
	margin: 20px auto 0 auto;
	padding: 0 10px 0 10px;
	width: 103%;
	max-width: 940px;
	min-width: 100px;
	height: 40px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
	text-align: center;
}

.distributorcontactcell{
	display: block;
	overflow: visible;
	margin: 20px auto 0 auto;
	padding: 0 10px 0 10px;
	width: 103%;
	max-width: 940px;
	min-width: 100px;
	height: 85px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
}

.newscellheader{
	display: block;
	overflow: visible;
	margin: 20px auto 20px auto;
	padding: 0 10px 0 10px;
	width: 100%;
	max-width: 940px;
	min-width: 100px;
	height: 85px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
	text-align: center;
}

.newscellheader h1{
	font-size: 2.8em;
}

.prodlinecell{
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width:250px;
	min-width: 100px;
	height:100%;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.prodcell{
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width:250px;
	min-width: 100px;
	height:100%;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.prodcellbig{
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width:250px;
	min-width: 100px;
	height:100%;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.supportcell{
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width: 250px;
	min-width: 100px;
	height: 100%;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.supportcellaccessories{
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width: 250px;
	min-width: 100px;
	height: 530px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.supportcellaccessoriesloose{
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width: 250px;
	min-width: 100px;
	height: 530px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.supportcellaccessoriessmall{
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width: 250px;
	min-width: 100px;
	height: 365px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.supportcelllogos{
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width: 250px;
	min-width: 100px;
	height: 440px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.supportcellvideos {
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 110%;
	max-width: 500px;
	min-width: 100px;
	height: 220px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.friendscellheader{
	display: block;
	overflow: visible;
	margin: 20px auto 20px auto;
	padding: 0 10px 0 10px;
	width: 103%;
	max-width: 940px;
	min-width: 100px;
	height:85px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
	text-align: center;
}

.trainingcell{
	display: block;
	overflow: auto;
	margin: 10px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 100%;
	text-align: center;
	min-width: 140px;
	height: 260px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: 14px;
	line-height: 1.5em;
}

.trainingcellheader{
	display: block;
	overflow: visible;
	margin: 20px auto 0 auto;
	padding: 0 10px 0 10px;
	width: 100%;
	max-width: 940px;
	min-width: 100px;
	height: 45px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
	text-align: center;
}

.traininginfocell{
	display: block;
	overflow: auto;
	margin: 10px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 100%;
	text-align: center;
	min-width: 140px;
	height: 200px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.traininginfocell2{
	display: block;
	overflow: auto;
	margin: 10px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 100%;
	text-align: center;
	min-width: 140px;
	height: 125px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.imageinfocell{
	display: block;
	overflow: auto;
	margin: 10px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width: 100%;
	text-align: center;
	min-width: 140px;
	height: 90px;
	border: 1px solid #999;
	background-color: #fff;
	box-shadow: 2px 2px 10px 2px #bbb;
	-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
	font-size: .8em;
	line-height: 1.5em;
}

.prodlogo{
	display: block;
	overflow: hidden;
	margin: 20px auto 0 auto;
	padding: 10px 10px 10px 10px;
	width:auto;
	max-height:225px;
	font-size: .8em;
	line-height: 1.5em;
}

.signup{
	padding-top:15px;
	text-align:center;
}

.search{
	position:absolute;
	padding-left:100px;
	top:90%;
}

.border {
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 10px #e51d9b;
	-moz-box-shadow: 0px 0px 10px #e51d9b;
	box-shadow: 0px 0px 10px #e51d9b;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;  
	border-radius: 8px;
	border-color: #e51d9b;
	border-width: 2px;
	overflow: hidden;
	padding: 0px;
}

.blkborder {
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;  
	border-radius: 8px;
	border-color: #000;
    	border-width: 2px;
    	overflow: hidden;
    	padding: 0px;
}

.whtborder {
	border-radius:10px;
    	-webkit-box-shadow: 0px 0px 10px #000;
    	-moz-box-shadow: 0px 0px 10px #000;
    	box-shadow: 0px 0px 10px #000;
    	-webkit-border-radius: 8px;
    	-moz-border-radius: 8px;
    	-khtml-border-radius: 8px;  
    	border-radius: 8px;
    	border-color: #EEE;
    	border-width: 2px;
    	overflow: hidden;
    	padding: 0px;
}

.sliderborder{
	-webkit-box-shadow: 0px 0px 10px #4d4d4d;
    	-moz-box-shadow: 0px 0px 10px #4d4d4d;
    	box-shadow: 0px 0px 10px #4d4d4d;
    	border:transparent 3px;
    	overflow: hidden;
    	padding: 0px;
}

.invborder{
	border-radius:10px;
	-webkit-box-shadow: 0px 0px 10px #4d4d4d;
    	-moz-box-shadow: 0px 0px 10px #4d4d4d;
    	box-shadow: 0px 0px 10px #4d4d4d;
    	-webkit-border-radius: 8px;
    	-moz-border-radius: 8px;
    	-khtml-border-radius: 8px;  
    	border-radius: 8px;
    	border:transparent 3px;
    	overflow: hidden;
    	padding: 0px;
}

.page {
    	max-width:1000px;
    	align:center;
    	margin-left: auto;
    	margin-right: auto;
    	width: 100%;
}

.socialmedia {
	padding-top:10px;
}

.green {
	display: block-inline;
	float:right;
}

.greenicons{
	padding-top:10px;
}

.fblike{
	display:inline-block;
	text-align:center;
    	vertical-align:middle;
    	padding-top:15px;
    	margin-top: auto;
    	margin-bottom: auto;
}

.sponsers{
	text-align:center;
	margin:10px;
	margin-top:15px;
	vertical-align:middle;
}

.nobullet{
    	list-style-type: none;
}

.contentcenter{
	text-align:right;
}

.bgwrapper{
	background-color:#DDD
}

.smtext{
	font-size:10px;
}

.ytadjust{
	width:250px; 
	margin-left:auto; 
	margin-right:auto;
}

.sitemap{
	background-color:#DDD;
	font-size:10px;
	text-align:left;
	list-style-type: none;
	margin:0;
}

.info ul li {
  	color:#333; /* set color of list item to a dark gray */
	list-style:none; /* if you’re not already using a reset */
}

.info ul li:before {
  	color:#e51d9b;
  	content:"\2022"; /* /2022 is the numerical unicode for &bull; */
  	padding-right:.5em; /* give the bullet some padding from the text Make sure to use em*/
	position:relative;
	top:.1em; /* set the vertical position of the bullet if necessary. Make sure to use em or % */
}


.bottomHeader nav{
	background-color:#DDD;
	height: 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.bottomHeader nav ul{
	list-style:none;
	margin: 0 auto;
}

.bottomHeader nav ul li{
	float: left;
	display: inline;
	font-size:12px;
}

.bottomHeader nav a:link, .mainHeader nav a:visited{
	color:#000;
	display: inline-block;
	padding: 10px 25px;
	height: 40px;
}

.bottomHeader nav a:hover, .mainHeader nav a:active,
.bottomHeader nav .active a:link, .mainHeader nav .active a:visited{
	color:#eee;
	background-color:#e51d9b;
	text-shadow: none;
	font-weight:bolder;
}

.bottomHeader nav ul li a{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textdec{
	text-decoration: underline;
}

.antispam{ 
	display:none;
}

.forminput{
	text-align:right;
}

.hangingindent {
text-indent: -28px;
padding-left: 28px;
}

hr {
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style:solid;
    border-width: 1px;
	color:#e51d9b;
}

.newslink{
	color:#e51db9;
	text-decoration: none;
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
	.forminput{
		text-align:left;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.prodcell{
		height:290px;
	}
	
	.prodcell h4{
		font-size:18px;
	}
	
	.prodcellbig {
		height:315px;
	}
	
	.prodcellbig h4{
		font-size:18px;
	}
	
	.supportcell{
		height: 600px;
		margin: 20px auto 0 auto;
	}
	
	.supportcell h4{
		font-size: 16px;
	}
	
	.traininginfocell{
		height: 120px;
	}
	
	.supportcellaccessories{
		height: 510px;
	}
	
	.supportcellaccessories loose{
		height: 540px;
	}
	
	.supportcellvideos{
		height:338px;
		width:450px;
	}
	
	.vidsupport{
		height:241px;
		width:423px;
	}
    
    .vidsupporthome{
		height:360px;
		width:640px;
	}
	
    .extrabr {
        display: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px) {
		
	
	
	.invborder{
		border-radius:10px;
		-webkit-box-shadow: 0px 0px 10px #4d4d4d;
		-moz-box-shadow: 0px 0px 10px #4d4d4d;
		box-shadow: 0px 0px 10px #4d4d4d;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		-khtml-border-radius: 8px;  
		border-radius: 8px;
		border:transparent 3px;
		overflow: hidden;
		padding: 0px;
		display:block;
	}
	
	
	.bottomHeader nav{
		height: 180px;
	}
	
	.bottomHeader nav ul{
		padding-left:0;
	}
	
	.bottomHeader nav ul li{
		width: 100%;
		text-align:center;
	}
	
	.bottomHeader nav a:link, .mainHeader nav a:visited{
		padding: 6px 25px;
		height: 30px;
		display:block;
	}
	
	.bottomHeader nav a:hover, .mainHeader nav a:active,
	.bottomHeader nav .active a:link, .mainHeader nav .active a:visited {
		text-shadow: none;
	}
	
	.bottomHeader nav ul li a {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.newscellheader h1{
		font-size: 2.8em;
	}

	.prodcell {
		height:290px;
	}
	
	.prodcell h4{
		font-size:18px;
	}
	
	.prodcellbig {
		height:310px;
	}
	
	.prodcellbig h4{
		font-size:18px;
	}
	
	.supportcell{
		height: 600px;
		margin: 20px auto 0 auto;
	}
	
	.supportcell h4{
		font-size:16px;
	}
	
	.traininginfocell{
		height: 170px;
	}
	
	.supportcellaccessories{
		height: 500px;
	}
	
	.supportcellaccessoriesloose{
		height: 525px;
	}
	
	.imageinfocell{
		height: 110px;
	}
	
	.supportcellvideos{
		height:285px;
		width:335px;
	}
	
	.vidsupport{
		height:178px;
		width:310px;
	}
    
    .vidsupporthome{
		height:360px;
		width:640px;
	}
	
    .extrabr {
        display: none;
    }
}

@media only screen and (min-width : 500px) and (max-width : 768px) {
	
	.prodcell {
		height: 310px;
	}
	
	.prodcell h4{
		font-size: 18px;
	}
	
	.prodcellbig {
		height: 330px;
	}
	
	.prodcellbig h4{
		font-size:18px;
	}
	
	.supportcell{
		height: 615px;
		margin: 20px 15px 0 auto;
	}
	
	.supportcell h4{
		font-size: 15px;
	}
	
	.distributorcell{
		display: block;
		overflow: auto;
		margin: 20px auto 0 auto;
		padding: 10px 10px 10px 10px;
		width: 110%;
		max-width:250px;
		min-width: 100px;
		height:105px;
		border: 1px solid #999;
		background-color: #fff;
		box-shadow: 2px 2px 10px 2px #bbb;
		-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
		font-size: .8em;
		line-height: 1.5em;
	}
	
	.newscellheader h1{
		font-size: 2.0em;
	}
	
	.traininginfocell{
		height: 250px;
	}
	
	.supportcellaccessories{
		height: 525px;
	}
	
	.supportcelllogos{
		height: 470px;
	}
	
	.imageinfocell{
		height: 190px;
	}
	
	.distributorcontactcell{
		height: 95px;
		font-size: 15px;
	}
	
	.supportcellvideos{
		height:325px;
		width:428px;
	}
	
	.vidsupport{
		height:232px;
		width:405px;
	}
    
    .vidsupporthome{
		height:234px;
		width:416px;
	}
	
    .extrabr {
        display: none;
    }
}

@media only screen and (min-width : 470px) and (max-width : 500px){
	
	.prodcell {
		height:265px;
	}
	
	.prodcell h4{
		font-size:17px;
	}
	
	.prodcellbig {
		height:285px;
	}
	
	.prodcellbig h4{
		font-size:17px;
	}
	
	.supportcell {
		height: 615px;
	}
	
	.supportcell h4{
		font-size:14px;
	}
	
	.newscellheader h1{
		font-size: 2em;
	}
	
	.imageinfocell{
		height: 190px;
	}
	
	.supportcellvideos{
		height:315px;
		width:398px;
	}
	
	.vidsupport{
		height:215px;
		width:375px;
	}
    
    .vidsupporthome{
		height:216px;
		width:384px;
	}
    
    .extrabr {
        display: none;
    }	
}

@media only screen and (min-width : 480px) and (max-width : 500px) {
	.traininginfocell{
		height: 270px;
	}
	
	.supportcelllogos{
		height: 420px;
	}
	
	.distributorcontactcell{
		height: 95px;
		font-size: 15px;
	}
}

@media only screen and (min-width : 470px) and (max-width : 479px){
	
	.traininginfocell{
		height: 140px;
	}
	
	.supportcelllogos{
		height: 465px;
	}
	
	.distributorcontactcell{
		height: 95px;
		font-size: 15px;
	}
    
    .extrabr {
        display: none;
    }
}

@media only screen and (min-width : 425px) and (max-width : 470px) {
	
	.prodcell {
		height:250px;
	}
	
	.prodcell h4{
		font-size:16px;
	}
	
	.prodcellbig {
		height:270px;
	}
	
	.prodcellbig h4{
		font-size:16px;
	}
	
	.supportcell {
		height: 615px;
	}
	
	.supportcell h4{
		font-size:18px;
	}
	
	.distributorcell{
		display: block;
		overflow: auto;
		margin: 20px auto 0 auto;
		padding: 10px 10px 10px 10px;
		width: 110%;
		max-width:250px;
		min-width: 100px;
		height:140px;
		border: 1px solid #999;
		background-color: #fff;
		box-shadow: 2px 2px 10px 2px #bbb;
		-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
		font-size: .8em;
		line-height: 1.5em;
	}

	.newscellheader h1{
		font-size: 1.8em;
	}

	.traininginfocell{
		height: 170px;
	}
	
	.imageinfocell{
		height: 225px;
	}
	
	.supportcelllogos{
		height: 470px;
	}
	
	.distributorcontactcell{
		height: 120px;
		font-size: 15px;
	}
	
	.supportcellvideos{
		height:290px;
		width:345px;
	}
	
	.vidsupport{
		height:185px;
		width:320px;
	}
    
    .vidsupporthome{
		height:198px;
		width:352px;
	}
	
    .extrabr {
        display: none;
    }
}

@media only screen and (min-width : 400px) and (max-width : 425px) {
	
	.prodcell {
		height:235px;
	}
	
	.prodcell h4{
		font-size:15px;
	}
	
	.prodcellbig {
		height:255px;
	}
	
	.prodcellbig h4{
		font-size:15px;
	}
	
	.supportcell{
		height: 615px;
		margin: 20px 10px 0 auto;
	}
	
	.supportcell h4{
		font-size:18px;
	}
	
	.distributorcell{
		display: block;
		overflow: auto;
		margin: 20px auto 0 auto;
		padding: 10px 10px 10px 10px;
		width: 110%;
		max-width:250px;
		min-width: 140px;
		height:150px;
		border: 1px solid #999;
		background-color: #fff;
		box-shadow: 2px 2px 10px 2px #bbb;
		-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
		font-size: .8em;
		line-height: 1.5em;
	}

	.newscellheader h1{
		font-size: 1.8em;
	}
	
	.traininginfocell{
		height: 170px;
	}
	
	.imageinfocell{
		height: 240px;
	}
	
	.supportcelllogos{
		height: 470px;
	}
	
	.distributorcontactcell{
		height: 115px;
		font-size: 14px;
	}
	
	.supportcellvideos{
		height:275px;
		width:325px;
	}
	
	.supportcellvideos h4{
		font-size:18px;
	}
	
	.vidsupport{
		height:170px;
		width:300px;
	}
    
    .vidsupporthome{
		height:180px;
		width:320px;
	}
    
	.extrabr {
        display: none;
    }
}

@media only screen and (min-width : 350px) and (max-width : 400px) {
	
	.prodcell {
		height:215px;
	}
	
	.prodcell h4{
		font-size:14px;
	}
	
	.prodcellbig {
		height:240px;
	}
	
	.prodcellbig h4{
		font-size:14px;
	}
	
	.supportcell{
		height: 615px;
		margin: 20px auto 0 -10px;
	}
	
	.supportcell h4{
		font-size:18px;
	}
	
	.distributorcell{
		display:block;
		overflow:auto;
		margin: 20px auto 0 auto;
		padding: 10px 10px 10px 10px;
		width: 110%;
		max-width:250px;
		min-width: 140px;
		height:160px;
		border: 1px solid #999;
		background-color: #fff;
		box-shadow: 2px 2px 10px 2px #bbb;
		-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
		font-size: .8em;
		line-height: 1.5em;
	}

	.distributorcellheader{
		display: block;
		overflow: visible;
		margin: 20px auto 0 auto;
		padding: 0 10px 0 10px;
		width: 110%;
		max-width: 940px;
		min-width: 100px;
		height: 40px;
		border: 1px solid #999;
		background-color: #fff;
		box-shadow: 2px 2px 10px 2px #bbb;
		-webkit-box-shadow: 0px 0px 5px 0px #dddddd;
		font-size: .8em;
		line-height: 1.5em;
		text-align: center;
	}

	.newscellheader h1{
		font-size: 1.8em;
	}


	.traininginfocell{
		height: 185px;
	}
	
	.imageinfocell{
		height: 275px;
	}
	
	.supportcelllogos{
		height: 470px;
	}
	
	.distributorcontactcell{
		height: 130px;
		font-size: 14px;
	}
	
	.supportcellvideos{
		height:240px;
		width:280px;
	}
	
	.supportcellvideos h4{
		font-size:16px;
	}
	
	.vidsupport{
		height:144px;
		width:250px;
	}
    
    .vidsupporthome{
		height:144px;
		width:256px;
	}
	
    .extrabr {
        display: none;
    }    
}

@media only screen and (min-width : 320px) and (max-width : 350px) {
	
	.prodcell {
		height:180px;
	}
	
	.prodcell h4{
		font-size:13px;
	}
	
	.prodcellbig {
		height:210px;
	}
	
	.prodcellbig h4{
		font-size:13px;
	}
	
	.supportcell{
		height: 615px;
		margin: 20px auto 0 -10px;
	}
	
	.supportcell h4{
		font-size:18px;
	}
	
	.distributorcellheader{
		height:65px;
	}
	
	.newscellheader h1{
		font-size: 1.8em;
	}
	
	.imageinfocell{
		height: 300px;
	}
	
	.supportcelllogos{
		height: 470px;
	}
	
	.distributorcontactcell{
		height: 120px;
		font-size: 13px;
	}
	
	.supportcellvideos{
		height:235px;
		width:260px;
	}
	
	.supportcellvideos h4{
		font-size:16px;
	}
	
	.vidsupport{
		height:135px;
		width:235px;
	}
    
    .vidsupporthome{
		height:144px;
		width:256px;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 200px) {

}