@font-face {
  font-family: 'Flama-Basic';
  src: url('../fonts/Flama-Basic.eot');
  src: local('☺'), url('../fonts/Flama-Basic.woff') format('woff'), url('../Flama-Basic.ttf') format('truetype'), url('../Flama-Basic.svg#Flama-Basic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Flama-Semibold';
  src: url('../fonts/Flama-Semibold.eot');
  src: local('☺'),
	   url('../fonts/Flama-Semibold.woff') format('woff'),
       url('../fonts/Flama-Semibold.ttf') format('truetype'),
       url('../fonts/Flama-Semibold.svg#Flama-Semibold') format('svg'),
       url('../fonts/Flama-Semibold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

.fullscreen-bg__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
	height: 300%;
	top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
	width: 300%;
	left: -100%;
  }
}

.white{
	background-color: #fff;
}

.menui {
    background: #4d4f4f;
    transition: 0.6s ease;
    transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
    margin-top: 5px;
    position: absolute;
}
.top-animate {
  background: #444 !important;
  top: 17px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mid-animate { opacity: 0; }
.bottom-animate {
  background: #444 !important;
  top: 17px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}
.top-menu {
	top: 8px;
	width: 25px;
	height: 2px;
	border-radius: 10px;
	background-color: #4d4f4f;
}
.mid-menu {
  top: 16px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #4d4f4f;
}
.bottom-menu {
  top: 24px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #4d4f4f;
}




.logo-div {
	padding-right: 30px;
	border-right: 2px solid #fff;
	display: inline-block;
}
.logo-text {
	display: inline-block;
	text-align: left;
	color: #fff;
	font-style: italic;
	font-size: 2vw;
	padding-left: 20px;
	vertical-align: middle;
	font-family: 'Flama-Basic';
}
.logo-text span {
	color: #efe120;
	font-family: 'Flama-Semibold';
}

.top-bar {
	height: 40px;
	position: fixed !important;
	z-index: 15;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.bar-logo-div {
	display: inline-block;
	width: 180px;
	height: 40px;
	line-height: 40px;
}

.pri {
	display: inline-block;
	width: 60%;
	height: 40px;
	background-color : #efe120;
	line-height: 40px;
}
.back-pri {
	display: inline-block;
	width: 60%;
	height: 40px;
	background-color : #c1c1c1;
	line-height: 40px;
}

.sec {
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.sec:before{
	content: '';
	position: absolute;
	width: 100px; 
	height: 100%;
	background: rgb(239, 225, 32);
	-webkit-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	transform: skewX(-40deg);
	z-index: -1;
	margin-left: 50px;
}
.bar-logo {
	height: 20px;
	margin-left: 20px;
	z-index: 2;
	position: relative;
}
.bar-menu {
	text-align: right;
	background: #ffff6f;
	display: inline-block;
	min-width: 440px;
	width: 40%;
	height: 40px;
	line-height: 30px;
	right:0;
	position: absolute;
	z-index: 3;
}


.bar-menu:before {
	content: '';
	position: absolute;
	width: 50px; 
	height: 100%;
	background: #ffff6f;
	-webkit-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(40deg);
	-ms-transform: skewX(40deg);
	transform: skewX(40deg);
	z-index: 2;
	left: -33px;
}

.back-bar-menu {
	text-align: right;
	background: #dedede;
	display: inline-block;
	min-width: 440px;
	width: 40%;
	height: 40px;
	line-height: 30px;
	right:0;
	position: absolute;
	z-index: 3;
	
	font-weight: normal;
	font-size: 14px;
	
}
.back-bar-menu:before {
	content: '';
	position: absolute;
	width: 100px; 
	height: 100%;
	background: #dedede;
	-webkit-transform-origin:100% 0;
	-ms-transform-origin:100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-40deg);
	-ms-transform: skewX(-40deg);
	transform: skewX(-40deg);
	z-index: 2;
	left: 0;
}

.side-menu span{
	font-family: 'Flama-Basic';
	margin-left: 25px;
	margin-top: 15px;
	font-size: 15px;
	display: block;
}

.side-menu-top {
	height: 40px; 
	vertical-align: middle; 
	font-size: 12px; 
	line-height: 40px;
}

.share-button {
	z-index: 5; 
	position: relative;
	display: inline-block;
	height: 20px;
	/*margin-left: 5px;*/
	margin-right: 10px;
	cursor: pointer;
}

#share-fb, #share2-fb, #share-twitter, #share2-twitter{
	cursor: pointer;
}

.search {
	height: 30px;
	border: 0;
	width: 120px;
	margin-left: 10px;
	/*padding-top: 0;*/
	background-color: #d9da68;
	background-image: url('../img/search.png');
	background-position: 95px 6px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	padding-left: 2px;
}
#back_pm_menu div .search {
	background-color: #a8a9a9;
}

.filter {
	margin-left: 20px;
	margin-top: 5px;
}
.filter span {
	font-weight: bold;
	font-size: 13px;
	margin-left: 0;
}


.top-compare, .top-quote {
	height: 30px;
	margin-left: 10px;
	cursor: pointer;
}

.top-quote {
	margin-right: 20px;
}

.top-menu-button {
	height: 18px;
	margin-left: 5px;
	margin-right: 15px;
}

.toggle-menu {
	display: inline-block;
	cursor: pointer;
	margin-right: 5px;
}

.anchor:link, .anchor:visited, .anchor:active{
	text-decoration: none;
	color: #333132;
}
.anchor:hover  {
	text-decoration: none;
	color: #333132;
	text-shadow: .5px 0 0 #333, -.5px 0 0 #333;
}




.other-menu {
	z-index: 1000;
	position: fixed;
	display: block;
	height: 45px;
	width: 200px;
	margin: 0px;
	padding-left: 10px;
	top: 0;
	left: 45px;
	background: none;
	color: #fff;
	line-height: 40px;
}
.footer {
	z-index: 1000;
	background-color: #4d4f4f;
	position: fixed;
	display: block;
	width: 100%;
	height: 30px;
	bottom: 0;
	left: 0;
}
.social-media-icons {
	height: 35px;
	padding: 2px;
}

body.pro {
	background-image: url("../img/bg.jpg");
	background-size: 100%;
	background-repeat: repeat-y;
}

.product-top {
	background-image: url("../img/product-header.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 17vw;
}

.about-top {
	background-image: url("../img/about-header.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 17vw;
	position: relative;
	z-index: 10;
}

.solutions-top {
	background-image: url("../img/solutions-header.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 17vw;
	position: relative;
	z-index: 10;
}

.support-top {
	background-image: url("../img/support-header.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 17vw;
}

.contact-top {
	background-image: url("../img/contact-header.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 17vw;
}

.newsEvents-top {
	background-image: url("../img/newsEvents-header.png");
	background-size: 100%;
	background-repeat: no-repeat;
	height: 17vw;
	position: relative;
	z-index: 10;
}

.logo {
	/*padding-left: 4vw;
	padding-top: 30px;*/
	height: 5vw;
}
.legend-text {
	color: #fff;
	font-size: 16px;
	text-align: right;
	margin-right: 10px;
}

.compare-table {
	margin-top: 50px;
	margin-left: 50px;
	margin-bottom: 50px;
}
.compare-head-text {
	color: #efe120;
	font-style: italic;
	font-weight: bold;
	font-size: 28px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 15px;
}

.specs_grp_header{
	background-color: #4d4f4f;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	text-align: right;
	text-transform: uppercase;
	padding-right: 10px;
}
.specs_grp_row {
	background-color: #4d4f4f;
	border-left: 2px solid #faec20; 
	text-align: center;
	width: 240px;
}

.specs_title {
	background: #c1c1c1;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	text-align: right;
	padding-right: 10px;
	border-bottom: 1px solid #000;
}
.empty-box {
	border-left: 2px solid #faec20;
	background-color: rgba(95, 95, 95, 0.7);
}
.value_row {
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #000;
	border-left: 2px solid #faec20;
	text-align: center;
}
.empty_value_row {
	background-color: #e7e7e7;
	border-bottom: 1px solid #000;
	border-left: 2px solid #faec20;
}
.empty_row {
	border-left: 2px solid #faec20;
}

.add-to-quote-box {
	height: 60px;
	text-align: center;
	color: #fff;
	border-left: 2px solid #faec20;
}

.compare-products {
    font-family: inherit;
    z-index: 1180;
    display: none;
    position: fixed;
	top:0;
    width: 100%;
    height: 100%;
    background: rgba(81, 81, 81, 0.9);
	overflow-y: scroll;
}
.bg-white {
	background-color: #fff;
	border-left: 2px solid #faec20;
}
.compare-img-div {
	width: 210px;
	height: 200px;
	text-align: center;
	position: relative;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
.compare-img {
	max-width: 190px;
	max-height: 190px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.compare-del {
	float: right;
	margin-right: 5px;
	cursor: pointer;
}
.compare-name {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
    float: left;
    display: inline-block;
}

.icon2 {
  z-index: 1100;
  position: fixed;
  display: none;
  height: 45px;
  width: 45px;
  margin: 0px;
  padding-left: 10px;
  top: 0;
  right: 17px;
  background: #efe120;
}
.top-animate2 {
  background: #444 !important;
  top: 17px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bottom-animate2 {
  background: #444 !important;
  top: 17px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}


.quote-products {
    font-family: inherit;
    z-index: 1180;
	display: none;
	position: fixed;
	top:0;
    width: 100%;
    height: 100%;
    background: rgba(81, 81, 81, 0.9);
}
.icon3 {
  z-index: 1100;
  position: fixed;
  display: none;
  height: 45px;
  width: 45px;
  margin: 0px;
  padding-left: 10px;
  top: 0;
  right: 0px;
  background: #efe120;
}
.top-animate3 {
  background: #444 !important;
  top: 17px !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bottom-animate3 {
  background: #444 !important;
  top: 17px !important;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.productInfo-keyImg {
	display: inline-block; 
	width: 45%;
}
.productInfo-details {
	width: 50%; 
	display: inline-block; 
	vertical-align: middle;
}

.quote-list-div {
	height: 100%;
	width: 380px;
	display: block;
	background-color: #fff;
	position: fixed;
	right:0;
}
.quote-list-div2 {
	height: 100%;
	width: 380px;
	display: inline-block;
	vertical-align: top;
}

.quote-list-header {
	margin-top: 50px;
	margin-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width: 89%;
	border-bottom: 2px solid #faec20;
	font-style: italic;
	font-size: 30px;
	color: #4d4f4f;
}

.quote-list-header2 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	width: 89%;
	border-bottom: 2px solid #faec20;
	font-style: italic;
	font-size: 25px;
	font-weight: bold;
	color: #4d4f4f;
}

.quote-table {
	width: 89%;
	margin-left: auto;
	margin-right: auto;
}
.quote-table2 {
	width: 89%;
}
.quote-table  tr td,.quote-table2 tr td  {
	padding-bottom: 8px;
}

.quote-row {
	width: 89%;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.quote-img {
	width: 60px;
	height: 60px;
	border: 1px solid #222;
	display: inline-block;
	border-radius: 5px;
	

	text-align: center;
	position: relative;

	margin-left: auto;
	margin-right: auto;
}
.quote-img img{
	max-width: 60px;
	max-height: 60px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.quote-name {
	height: 60px;
	line-height: 60px;
	position: relative;
	font-weight: bold;
}

.remove-quote {
	font-size: 12px;
	text-align: center;
}
.remove-quote  span {
	font-weight: bold;
}


.input-number {
	background-color: #faec20;
	width: 40px !important;
	text-align: center;
}
.input-group-btn {
	width: auto;
}
.input-number-div {
	display: inline-block;
	float: right;
}
.btn {
	padding: 2px 4px;
}
.form-control {
	padding: 2px 4px;
	height: 26px;
}


.quote-bottom-row {
	width: 89%;
	border-top: 2px solid #faec20;
	margin-left: auto;
	margin-right: auto;
}
.quote-bottom-row2 {
	width: 89%;
	border-top: 2px solid #faec20;
}
.quote-total-title {
	margin-top: 12px;
	font-weight: bold;
	display: inline-block;
	width: 77%;
}
.quote-total-amt {
	margin-top: 12px;
	font-weight: bold;
	display: inline-block;
	width: 20%;
	text-align: center;
}
#quote-total{
	border: none;
	text-align: center;
	width: 100%;
}

.quote-button-row {
	width: 89%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}
.get-quote-img {
	width: 110px;
	padding-top: 20px;
	cursor:pointer;
}

.active {
	height: auto;
}

.nurl {
	color: #222;
	text-decoration: none;
}
.nurl:hover, .nurl:active, .nurl:visited{
	color: #222;
	text-decoration: none;
}

.details-div {
	display: inline-block;
	width: 40%;
}

.section {
	font-family: Arial;
	font-size: 2vw;
	color: #4d4f4f;
	margin-left: 3vw;
	margin-top: 3.5vw;
	padding-left: 1vw;
	padding-top: 2vw;
	padding-bottom: 0.6vw;
	/*border-left: 1px solid #efe120;*/
	width: 75%;
	height: 5.2vw;
	float: left;
	display: inline-block;
}
.compare {
	position: absolute;
	top: 17vw;
	right: 20px;
	width: 75px;
	height: 120px;
	float: left;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	background-color: rgba(48,48,48,0.3);
	border-radius: 5px;
}
.compare-replace {
	width: 13%;
	height: 5.2vw;
	float: left;
	display: inline-block;
	margin-top: 0.5vw;
	padding-top: 1vw;
	padding-left: 1vw;
	padding-bottom: 0.6vw;
	border-radius: 5px;
}
.back {
	font-family: Arial;
	font-weight: bold;
	font-size: 1vw;
	color: #4d4f4f;
	/*background-color: #efe120;*/
	width: 12.5vw;
	height: 1.8vw;
	line-height: 1.8vw;
	/*display: inline-block;*/
}
.back a:link, .back a:visited, .back a:hover, .back a:active {
	color: inherit;
	text-decoration: none;
}


.news-container {
	width: 70%;
	display: inline-block;
}

.news-box {
	/*padding-left: 50px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

.date {
	text-transform: uppercase;
	color: #bdbdbd;
	font-family: 'Arial';
}

.news-box h2 {
	text-transform: uppercase;
	color: #414141;
	font-family: 'Arial';
	margin-top: 5px;
}

.news-box img {
	display: block;
	width: 95%;
	max-width: 700px;
}

.news-box p {
	font-family: 'Arial';
	font-size: 15px;
	color: #414141;
	max-width: 700px;
	text-align: left;
}

.news-side {
	width: 28%;
	min-width: 200px;
	display: inline-block;
	vertical-align: top;
}

.news-side a {
	text-decoration: none;
	color: inherit;
}

.news-side h3 {
	text-transform: uppercase;
	font-family: 'Arial';
	font-weight: bold;
	color: #fbaf32;
}

.news-side ul{
	padding-left: 18px;
	color: #414141;
	font-family: 'Arial';
}

/*
img.news-events-img {
	width: initial;
}*/


#compare, #quote {
	cursor: pointer;
}

.tooltip > .tooltip-inner {
  background-color: #fff; 
  color: #333; 
  padding: 15px;
  font-size: 12px;
  text-align: left;
  margin-right: -50px;
  white-space: pre-wrap;
}
.tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid #fff;
}

.newsletter-txt-div{
	width: 75%;
	display: inline-block;
}

.error{
	color: red;
	width: 370px;
	display: inline-block;
}

.greyscale {
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: gray; 
	filter: grayscale(100%);
}

.ungreyscale{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

.yellow {
	color: #efe120;
}
.compare-icon {
	height: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.itemCount {
  position: absolute;
  display: none;
  top: 4px;
  right: 125px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: red;
  color: white;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
}
.dis-width2 {
	right: 115px;
}

.itemCount2 {
  position: absolute;
  display: none;
  top: 4px;
  right: 87px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: red;
  color: white;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
}
.dis-width3 {
	right: 79px;
}

.dis-block {
	display: block !important;
}


.side-bar {
	width: 18%;
	display: inline-block;
	vertical-align: top;
	/*position: fixed;*/
}
.filter-menu {
	margin-left: 3vw;
	width: 12.5vw;
}

.product-listing {
	width: 90%;
	/*display: inline-block;*/
	margin: 0 auto;
	vertical-align: top;
/*
	width: 80%;
	display: inline-block;
	vertical-align: top;*/
}

.maxwidth {
	max-width: 1000px;
}
.product {
	background-color: #fff;
	display: inline-block;
	width: 18vw;
	height: 31vw;
	min-width: 250px;
	min-height: 390px;
	
	margin-right: 2vw;
	margin-bottom: 2vw;

	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top: 1vw;
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	
	vertical-align: top;
/*
	background-color: #fff;
	display: inline-block;
	width: 200px;
	height: 270px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
*/
}
.product img {
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: gray; 
	filter: grayscale(100%);

	max-width: 16vw;
	max-height: 16vw;


	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.product img:hover{
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	filter: none;
}

@keyframes enlarge {
	to {
    -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes reduce {
	to {
    -webkit-transform: scale(1); 
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.transition {
    -webkit-transform: scale(1.05); 
    -moz-transform: scale(1.05) rotate(0.01deg);
    -o-transform: scale(1.05);
    transform: scale(1.05);
	backface-visibility: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
	box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.79);
}

.transition2 {
	-webkit-animation-name: reduce;
	-webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards; 
}

.img_div {
	height: 19vw;
	min-height: 250px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.img_div2 {
	width: 190px;
	height: 180px;
	text-align: center;
	position: relative;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

.desc_div {
	width: 90%;
	height: 8vw;
	min-height: 75px;
	margin-left: auto;
	margin-right: auto;
}

.pname {

	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	float: left;
	width: 100%;
	display: inline-block;
	color: #4d4f4f;
}
*:focus {outline:none !important}

.action {
	float: left;
	width: 50%;
	display: inline-block;
	text-align: center;
	font-size: 11px;
}
.action-panel {
	background-color: #fcf58f;
	padding-top: 15px;
}
.action-panel-b {
	border-right: 3px solid #fff;
}
.action-panel-greyscale {
	background-color: #e4e4e4;
	color: #b6b7b7;
}

.btn-compare {
	background-image: url("../img/compare.png");
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	border: none;
	height: 40px;
	width: 45px;
	margin: 0 auto;
	margin-bottom: -15px;
	z-index: 10;
	position: relative;
}
.btn-compared {
	background-image: url("../img/added_to_compare.png");
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	border: none;
	display: block;
	height: 40px;
	width: 45px;
	margin: 0 auto;
	margin-bottom: -15px;
	z-index: 10;
	position: relative;
}
.btn-compare-grey {
	background-image: url("../img/added_to_compare_disabled.png");
}

.btn-quote {
	background-image: url("../img/quote.png");
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	overflow: hidden;
	outline: none;
	display: block;
	height: 40px;
	width: 45px;
	margin: 0 auto;
	margin-bottom: -15px;
	z-index: 10;
	position: relative;
}
.btn-quoted {
	background-image: url("../img/added_to_quote.png");
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	border: none;
	overflow: hidden;
	outline: none;
	display: block;
	height: 40px;
	width: 45px;
	margin: 0 auto;
	margin-bottom: -15px;
	z-index: 10;
	position: relative;
}

.btn-quote2{
	background-image: url("../img/add-to-quote.png");
	background-color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	border: none;
	height: 44px;
	width: 42px;
	margin-left: 10px;
}

.frm_search {
	display: inline-block;
}
.search_title {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #4d4f4f;
}

#popup, #popup2{
	display:none;
}


.product-info {
	width: 80%;
	/*max-width: 1070px;*/
	display: block;
	vertical-align: top;
	margin: 0 auto;
}

.product-title {
	text-transform: uppercase;
	font-size: 4.5vw;
	font-weight: bold;
	color: #4d4f4f;
}
.product-desc {
	font-size: 1vw;
	color: #2d363a;
	height: 8vw;
}
.key-features {
	font-size: 2vw;
	font-weight: bold;
	color: #4d4f4f;
	margin-top: 1vw;
}
.icon-circle {
	width: 5vw;
	margin-right: 1vw;
	margin-bottom: 1vw;
}

.product-main-img {
	max-width: 100%;
	max-height: 400px;
	margin-left: 20px;
}

.prod-specs-holder {
	margin-left: 10vw;
	color: #fff;
	width: 35%;
}
.prod-specs-holder .spec {
	font-style: italic;
	text-transform: uppercase;
	display: inline-block;
	width: 40%;
}
.prod-specs-holder .value {
	display: inline-block;
	width: 60%;
}

.product-info-part2 {
	background-color: #8e8e8e;
	
	width: 100%;
}
.product-info-part2:after, .product-info-part2:before {
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: relative;
  z-index: -2;
}
.product-info-part2:before {
	border-left: 100vw solid #8e8e8e;
	border-top: 100px solid transparent;
	bottom: 100px;
}

.product-info-part3 {
	/*background-color: #fcf58f;*/
	width: 100%;
	margin-top: -50px;
}
.product-info-part3:after, .product-info-part3:before {
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: relative;
  z-index: 1;
}
/*
.product-info-part3:before {
	border-right: 100vw solid #fcf58f;
	border-top: 40px solid transparent;
	bottom: 40px;
}*/



.details2 {
	margin-top: -4vw;
	border-top: 1px solid #444;
	width: 100%;
	padding-top: 1vw;
}
.function-tab {
	display: inline-block;
	font-size: 1vw;
	font-weight: bold;
	color: #4d4f4f;
	vertical-align: middle;
	margin-right: 8px;
}
.function-tab img {
	height: 1.9vw;
}
.details2-header {
	font-size: 2.6vw;
	color: #fff;
	margin-left: 10vw;
	margin-top: 1vw;
}
.sample-photos:first-of-type {
	padding-left:10vw;
}
.sample-photos {
	height: 15vw;
	padding-right: 1vw;
}
.details3-table {
	margin-left: 10vw;
}
.details3-header {
	font-size: 2.3vw;
	color: #4d4f4f;
	font-weight: bold;
	border-right: 1px solid #4d4f4f;
	padding-right: 1.5vw;
}
.details3-guide {
	line-height: 2vw;
	vertical-align: middle;
	padding-left: 1.5vw;
}
.details3-guide img {
	height: 1.2vw;
}
.details3-table2 {
	margin-left: 10vw;
	margin-top: 1vw;
	display: inline-block;
	vertical-align: top;
}
.details3-table2 tr {
	height: 2.2vw;
}
.details3-table2 .header, .details3-table3 .header {
	font-size: 1.2vw;
	background-color: #4d4f4f;
	color: #fff;
	text-align: right;
	border-right: 1px solid #faec20;
	/*width: 16vw;*/
	padding-right: 0.8vw;
}
.details3-table2 .header2, .details3-table3 .header2 {
	background-color: #c1c1c1;
	text-align: right;
	padding-right: 0.8vw;
	border-right: 1px solid #faec20;
	border-bottom: 1px solid #000;
	font-size: 1.2vw;
}
.details3-table2 .info, .details3-table3 .info  {
	width: 25vw;
	background-color: #fff;
	padding-left: 0.8vw;
	border-bottom: 1px solid #000;
	font-size: 1.2vw;
}
.details3-table3 {
	margin-left: 2vw;
	margin-top: 1vw;
	display: inline-block;
	vertical-align: top;
}
.details3-table3 tr {
	height: 2.2vw;
}
.table-img {
	height: 1.3vw;
}
.similar-products {
	height: 20vw;
	margin-top: 5vw;
	margin-bottom: 5vw;
	margin-left: 10vw;
}
.img3 {
	height: 15vw;
}

.product2 {
	background-color: #fff;
	display: inline-block;
	width: 190px;
	height: 230px;
	margin-left: 2vw;
	margin-bottom: 15px;
	float: left;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.product2 img {
	max-height: 180px;
	max-width: 180px;
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.pname2 {
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
	float: left;
	display: inline-block;
	color: #4d4f4f;
}

button.accordion {
    background-color: #4c504f;
    color: #fff;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	margin-bottom: 3px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}*/

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
    display: block;
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	margin-bottom: 0;
}
div.panel p {
	margin-top: 10px;
}

div.panel.show {
    opacity: 1;
    max-height: 500px; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

button.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #fff;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.logo-icon {
	width: 12vw;
}
.logo-line {
	height: 4vw; 
	padding-left: 18px; 
	padding-right: 15px;
}
.page-title {
	text-transform: uppercase; 
	color: #fff; 
	font-size: 2.5vw; 
	font-style: italic;
}
.about-map {
	width: 100%; 
	margin-top: -20vw; 
	z-index: 1; 
	position:relative;
}
.about-text {
	width: 50%;
	padding-left: 10vw;
	font-size: 1.1vw;
	color: #4d4f4f;
	z-index: 2; 
	position: relative;
}
.about-pos1 {
	margin-top: -26vw;
}

.about-pos1 span.s{
	font-weight: bold;
}
.about-pos1 span.i {
	font-style: italic;
}

.about-pos2 {
	margin-bottom: 5vw;
}
.about-header {
	font-size: 3.5vw;
	font-weight: bold;
}

.about-services {
	width: 100%;
	background-image: url("../img/bottom.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #8e8e8e;
	z-index: 3; 
	position: relative;
}

.about-services-content {
	color: #fff;
	text-align: center;
	padding-bottom: 13vw;
}
.about-services-head2 {
	text-align: left; 
	margin-left: 10vw; 
	padding-top: 2.5vw; 
	font-size: 3.5vw; 
	font-weight: bold;
}
.about-services-text2 {
	text-align: left; 
	font-size: 1.2vw;
	margin-left: 10vw; 
	width: 35%; 
	padding-bottom: 2vw;
}

.service-box {
	display: inline-block;
	width: 25vw;
	height: 18vw;
	background-color: #fff;
	margin: 0.8vw;
}

.support-row {
	margin-top: 8px;
	margin-bottom: 15px;
	display: inline-block;
	width: 370px;
}
.support-row2 {
	margin-top: 8px;
	margin-bottom: 15px;
	display: inline-block;
	width: 370px;
	vertical-align: top;
}
.support-label {
	width: 90px; 
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	vertical-align: top;
}
.support-text {
	height: 25px;
	width: 260px;
}
.support-text2 {
	height: 25px;
	width: 200px;
}
.support-select {
	height: 25px;
	margin-left: -5px;
}
.support-select2 {
	height: 25px;
	width: 260px;
}
textarea {
	width: 260px;
	height: 70px;
}
.stext {
	font-size: 12px;
}

.btn-primary {
	background-color: #fff;
	color: #000;
}
.btn-group{
	display: inline-block;
	height: 35px;
	vertical-align: top;
}
.btn-primary:hover {
	background-color: #faec20;
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-color: #faec20;
	border-color: #000;
}

.submit-btn{
	border: none;
	background-color: #4d4f4f;
	color: #fff;
	height: 40px;
	width: 200px;
	margin-left: 11vw;
}

div.location{
	vertical-align: top;
	display: inline-block;
	width: 35vw;
	height: 20vw;
	background-image: url("../img/map.png");
	background-size: 100%;
}
.social {
	color: #fff; 
	bottom: 20px; 
	position: fixed; 
	left: 50px; 
	font-size: 12px;
}
.copyright {
	color: #fff; 
	bottom: 5px; 
	position: fixed; 
	text-align: right;
	padding-right: 50px; 
	font-size: 12px;
	display: inline-block;
	width: 50%;
}
.fb-link {
	width: 49%;
	display: inline-block;
}
.fb-link img {
	padding-left: 50px;
	padding-top: 2px;
	height: 26px;
}


.gym-name-col {
	vertical-align: top;
	width: 15vw;
	display: inline-block;
}
.gym-name {
	color: #4d4f4f;
	font-size: 1.2vw;
	line-height: 2vw;
}

.gym-photo {
	width: 70%;
	display: inline-block;
}
.gallery-img {
	width: auto;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.underline{
	font-weight: bold;
	/*text-decoration: underline;*/
	padding-bottom: 2px;
	border-bottom: 2px solid #444;
	
}

#awesome-gym-span, #mixpower-gym-span, #powerhouse-gym-span, #maxfit-gym-span, #passion100-gym-span, #power-gym-span {
	cursor: pointer;
}



#gallery-2 {
  width: 100%;
  /*background: #151515;*/
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}

.country {
	display: inline-block;
	width: 6vw;
	
}
.flags{
	display: block;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

.address {
	padding-left: 1.5vw; 
	vertical-align: top; 
	display: inline-block;
	font-size: 1.2vw;
	display: none;
}
.company-name {
	font-weight: bold;
	font-size: 2vw;
	line-height: 2.1vw;
	color: #4d4f4f;
	margin-bottom: 1vw;
}

.product-info-part2-1 {
	margin-top: -100px;
}


.block {
	display: inline-block;
}


#pl {
	text-align: center;
}

a.icon {
	display: none;
	color: #333132;
	text-decoration: none;
	padding-right: 10px;
}



.stuck{
	position: fixed;
	top :10px;
	display: block !important;
}

.front, .back {
	width: 100%;
	height: 100%;
	padding-left: 0;
}


.empty_notice {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	line-height: 30px;
}
.empty_notice2 {
	text-align: center;
	line-height: 20px;
	color: #ec2123;
	width: 60%;
	margin: 0 auto;
}

.empty_notice a, .empty_notice2 a{
	font-style: italic;
	font-weight: bold;
}
.empty_notice a {
	color: #fff;
}
.empty_notice2 a {
	color: #ec2123;
}

.reset {
	color: #fff;
	position: absolute;
	right: 50px;
	top: 12px;
	font-size: 16px;
	float: right;
	cursor: pointer;
}

.reset2 {
	color: #888;
	position: absolute;
	right: 50px;
	top: 12px;
	font-size: 16px;
	float: right;
	cursor: pointer;
}

.timeStamp {
	font-size: 16px;
	text-align: left;
	margin-left: 15px;
	margin-top: 15px;
	font-style: italic;
}
.front-title {
	font-size: 25px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: 2px solid #fff;
}
.front-desc {
	font-size: 17px;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 8px;
	height: 125px;
	overflow: hidden;
}


.ellip {
  display: block;
  height: 100%;
}

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1400px){
	.product img {
		width: auto;
		height: auto;
		/*max-width: 210px;*/
		max-height: 210px;
	}
	
	.desc_div {
		height: auto;
	}
}

@media screen and (max-width: 1170px){
	
	.top-quote {
		margin-left: 5px;
	}
	.share-button {
		margin-right: 5px;
		margin-left: 0;
	}
	.search {
		margin-left: 5px;
	}
	
	.bar-menu, .back-bar-menu {
		width: 56%;
	}
	
	.itemCount {
		right: 121px;
	}
	
	.itemCount2 {
		right: 89px;
	}
}

@media screen and (max-width: 820px){
	.product {
		width: 45%;
		min-width: auto;
		min-height: 338px;
	}
	.product img {
		max-height: 150px;
		max-width: 150px;
	}
	
	.img_div {
		min-height: 200px;
	}
	.desc_div {
		font-size: 12px;
	}

	
	.compare {
		right: 1px;
		width: 45px;
		height: 85px;
	}
	.compare-icon {
		height: 30px;
	}
	.bar-menu, .back-bar-menu {
		width: 61%;
	}
	
	.details-div {
		display: block;
		width: 380px;
	}
}

@media screen and (max-width: 768px){
	.carousel {
		margin-top: 0;
	}
  video{
    display:none;
  }
  
  .compare {
	top: 100px !important;
  }
  
  .product-listing {
	display: block !important;
  }
  
  .fullscreen-bg{
    background: url('../img/videoframe.jpg');
	width: 100%;
	height: 100%;
	background-position: center;
    background-size: cover;
  }
  .prod-specs-holder {
	width: 60%;
  }
	.product-listing {
		margin-top: 0;
	}
  
	.side-bar {
		width: 280px;
		display: none;
		margin: 5px auto;
		position: relative;
	}
	.back {
		margin: 0 auto;
		font-size: 13px;
		width: 100%;
		height: 30px;
		line-height: 30px;
		display: block;
		float: left;
	}
	.filter-menu {
		width: 100%;
		margin-left: 0;
	}
	button.accordion {
		padding-top: 0;
		padding-bottom: 0;
		
	}
	
	.top-bar {
		padding-top: 0;
		width: 100%;
		/*position: fixed !important;*/
	}
	.pri, .bar-menu {
		border-radius: 0;
	}
	
	.bar-logo {
		margin-left: 10px;
	}
	.bar-logo-div {
		width: 75px;
	}
	.sec {
		display: none;
	}
	.bar-menu {
		text-align: right;
		top: 0;
	}
	.bar-menu span {
		/*display: none;*/
	}
	a.icon {
		float: right;
		display: block !important;
	}
	
	.bar-menu.responsive {
		top: 0;
	}
	
	.bar-menu.responsive  a.icon{
		position: absolute;
		right: 0;
		top: 0;
	}
	.bar-menu, .back-bar-menu {
		width: 100%;
	}
	.bar-menu.responsive span:first-child{
		margin-top: 40px;
	}
	.bar-menu.responsive span{
		float: none;
		display: block;
		width: 100%;
		text-align: left;
		padding-left: 10px;
		background: rgb(239, 225, 32);
	}

}

@media only screen and (max-width: 720px){
	.product-desc {
		font-size: 16px;
		height: auto;
	}
	.details2 {
		margin-top: 10px;
	}
	.function-tab {
		font-size: 15px;
	}
	.function-tab img {
		height: 20px;
	}
	.key-features {
		font-size: 18px;
	}
	.pspec-icon {
		height: 15px;
		width: 15px;
		margin-top: 3px;
		margin-bottom: 3px;
	}
	
	.details3-table2, .details3-table3 {
		width: 80%;
	}
	.details3-table2, .details3-table3  {
		display: block;
	}
	.details3-table3 {
		margin-left: 10vw;
	}
	
	.details3-table2 .header, .details3-table3 .header {
		font-size: 15px;
	}
	.details3-table2 .header2, .details3-table3 .header2 {
		width: 35%;
		font-size: 15px;
	}
	.details3-table2 .info, .details3-table3 .info {
		width: 45%;
		font-size: 15px;
	}
	
	.details3-table2 tr, .details3-table3 tr {
		height: 23px;
	}
}

@media only screen and (max-width: 660px) {
	.gym-name-col {
		width: 90%;
	}
	.gym-photo {
		width: 90%;
	}
	.gym-name {
		text-align: left;
		font-size: 15px;
		line-height: 25px;
	}
	.country {
		width: 70%;
	}
	.flags {
		display: inline-block;
		width: auto;
	}
	div.location {
		display: block;
		width: 70vw;
		height: 40vw;
	}
	.company-name {
		font-size: 16px;
		line-height: 22px;
	}
	.address {
		font-size: 13px;
	}
	.social {
		left: 10px;
		bottom: 45px;
	}
	.fb-link {
		width: 35px;
	}
	.fb-link img {
		padding-left: 5px;
	}
	.copyright {
		text-align: left;
		width: auto;
		padding-right: 0;
	}
	.carousel-indicators {
		bottom: 55px;
	}
	.prod-specs-holder {
		width: 100%;
	}
	.product img {
		max-width: 25vw;
		max-height: 25vw;
	}
}

@media only screen and (max-width: 480px) {	
	.top-compare {
		margin-left: 5px;
	}
	.top-quote {
		margin-left: 2px;
		margin-right: 0;
	}
	.top-menu-button {
		margin-left: 2px;
		margin-right: 5px;
	}
	
	.search {
		width: 100px;
		background-position: 78px 6px;
	}
	
	.country {
		width: 100px !important;
	}
	.dd {
		width: 100px !important;
	}
	
	.side-menu-top {
		text-align: right; 
	}
	
	.itemCount {
		right: 85px;
	}
	.itemCount2 {
		right: 56px;
	}
	
	.dis-width2 {
		right: 71px;
	}
	.dis-width3 {
		right: 44px;
	}
}
	
@media only screen and (max-width: 450px) {
	.key-features {
		font-size: 15px;
	}
	.product-desc {
		font-size: 11px;
	}

	.other-menu {
		right: 5px;
	}
	.about-top {
		/*background-position: right top;
		background-size: 150%;*/
		background-image: none;
		height: 100px;
	}
	.solutions-top {
		background-image: none;
	}
	.newsEvents-top {
		background-image: none;
	}
	.contact-top {
		background-image: none;
	}
	.logo {
		padding-top: 50px;
		padding-left: 50px;
	}
	.logo-icon {
		width: 50px;
	}
	.logo-line {
		height: 20px;
		width: 2px;
		padding-left: 3px; 
		padding-right: 3px;
	}
	.page-title {
		font-size: 15px;
		vertical-align: bottom;
	}
	.about-map {
		width: 180%; 
		left: -70%;
		margin-top: -115px;
	}
	.about-header {
		font-size: 16px;
	}
	.about-text {
		width: 95%;
		font-size: 12px;
	}
	.about-pos1 {
		margin-top: 0;
	}
	.about-services-head2 {
		font-size: 16px;
	}
	.about-services-text2 {
		width: 85%;
		font-size: 12px;
	}
	.section {
		font-size: 15px;
		margin-left: 12px;
		margin-top: 5px;
		padding-left: 12px;
		padding-top: 5px;
		padding-bottom: 5px;
		width: 100%;
		height: 20px;
		float: left;
		display: block;
	}
	.product-top {
		/*background-position: right top;
		background-size: 150%;*/
		background-image: none;
		height: 115px;
	}
	
	.product img {
		max-width: 33vw;
		max-height: 33vw;
	}

	
	.icon-circle {
		width: 50px;
	}
	.productInfo-keyImg {
		display: block; 
		width: 90%;
	}
	.productInfo-details {
		display: block;
		width: 90%;
	}
	
	.side-bar {
		width: 70%;
		display: none;
		margin: 5px auto;
		position: relative;
	}
	.back {
		margin: 0 auto;
		font-size: 13px;
		width: 100%;
		height: 30px;
		line-height: 30px;
		display: block;
	}
	.back a {
		margin-left: 20px;
	}
	.filter-menu {
		width: 100%;
		margin-left: 0;
	}
	
	.product-listing {
		margin-top: 12px;
		width: 100%;
		text-align: center;
	}
	.product {
		float: none;
	}
	.product-info-part2 {
		/*height: 320px;*/
		margin-top: -40px;
	}
	.product-info-part2:before {
		border-left: 100vw solid #8e8e8e;
		border-top: 25px solid transparent;
		bottom: 25px;
	}
	.details2 {
		margin-top: 13px;
		margin-left: 10vw;
		border-top: 2px solid #444;
		width: 80%;
		padding-top: 1vw;
	}
	.function-tab {
		font-size: 12px;
		vertical-align: middle;
		margin-top: 3px;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.function-tab img {
		height: 18px;
	}
	.details2-header {
		font-size: 19px;
		margin-top: 15px;
	}
	.sample-photos {
		height: 120px;
		padding-right: 1vw;
	}
	.product-info-part3 {
		width: 100%;
	}
	.product-info-part3:before {
		/*border-right: 100vw solid #fcf58f;*/
		border-top: 25px solid transparent;
		bottom: 25px;
	}
	.details3-header {
		font-size: 15px;
		border-right: none;
		padding-right: 2px;
		width: 110px;
	}
	.details3-guide {
		line-height: 20px;
		vertical-align: middle;
		padding-left: 5px;
	}
	.details3-guide img, .pspec-icon {
		height: 10px;
		width: 10px;
	}
	.details3-table2, .details3-table3 {
		width: 90%;
	}
	.details3-table2 tr {
		height: 18px;
	}
	.details3-table2 .header, .details3-table3 .header {
		font-size: 13px;
		width: 130px;
		padding-right: 2px;
	}
	.details3-table2 .header2, .details3-table3 .header2 {
		padding-right: 2px;
		font-size: 12px;
	}
	.details3-table2 .info, .details3-table3 .info  {
		width: 200px;
		padding-left: 2px;
		font-size: 12px;
	}
	.details3-table3 {
		margin-left: 10vw;
		margin-top: 8px;
	}
	.details3-table3 tr {
		height: 18px;
	}

	.similar-products {
		height: 210px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.img3 {
		height: 120px;
	}

	.product2 {
		width: 100px;
		height: 120px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.product2 img {
		height: 85px;
		width: auto;
	}
	.pname2 {
		padding-left: 10px;
		font-size: 13px;
		font-weight: normal;
		width: 100%;
	}
	
	.img_div2 {
		width: 90px;
		height: 100px;
		margin-top: 2px;
	}
	
	.product-title {
		font-size: 18px;
	}
	.product-desc{
		height: auto;
	}
	
	
	div.location{
		margin-top: 10px;
		width: 80%;
		height: 250px;
		background-repeat: no-repeat;
		margin-left: auto;
		margin-right: auto;
	}
	.company-name {
		font-size: 18px;
		line-height: 25px;
	}
	.address {
		font-size: 15px;
		
	}
	/*
	.footer {
		left: auto;
		bottom: auto;
		position: relative;
		background-position: right bottom;
		background-size: 150% 100%;
		background-repeat: no-repeat;
		height: 100px;
		width: 100%;
	}*/
	

	.gym-name-col {
		width: 80%;
	}
	.gym-photo {
		width: 80%;
	}
	.gym-name {
		text-align: left;
		font-size: 15px;
		line-height: 25px;
	}
	
	.details2 {
		width: 100%;
		margin-left: 0;
	}
	.product-info-part2-1 {
		margin-top: 25px;
	}
	.product-info-part3 {
		margin-top: 0;
	}
	.product-info {
		width: 90%;
	}
	.prod-specs-holder, .details3-table, .details3-table2, .details3-table3 {
		margin-left: 20px;
	}

}


@media only screen and (max-width: 350px) {
	.footer {
		height: 38px;
	}
}