/*
Theme Name: t3pingpong
Theme URI: 
Author: Roy Defreitas
Author URI:
Description: Theme for t3 ping pong
Version: 1
Tags:
*/

@charset "utf-8";
/*WordPress styles */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #333;
	line-height: 20px;
	background-image: url(assets/webpage-bgd2.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
h1 {
	font-size: 1.4em;
	line-height: 24px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
h2 span {
	color: #666;
}
.ui-widget {
	width: 260px;
	text-align: center;
}
#wrapper {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1240px;
}

header {
	color: #FFF;
	padding-top: 14px;
	padding-bottom: 5px;
	border-top-width: 13px;
	border-right-width: 13px;
	border-bottom-width: 13px;
	border-left-width: 13px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #fbb040;
	border-right-color: #fbb040;
	border-bottom-color: #fbb040;
	border-left-color: #fbb040;
}
.header-div2 {
	height: 71px;
	text-align: center;
}
.header-div2 img{
	max-width: 100%;
	height: auto;
}
.header-div1, .header-div2, .header-div3 {
	width: 33.3%;
	text-align: center;
	float: right;
}
.basket {
	float: right;
	width: 100px;
	vertical-align: top;
}
nav {
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
header, nav, section, article, aside, footer {
	display: block;
}
p {
	margin-bottom: 1.7em;
}

/* Nav Menu */
#menu {
  width: auto;
}
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}
#menu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#menu ul li {
  float: left;
  display: block;
  padding: 0;
}
#menu ul li a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	-webkit-transition: color .25s;
	-moz-transition: color .25s;
	-ms-transition: color .25s;
	-o-transition: color .25s;
	transition: color .25s;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
}
#menu ul li a:hover {
  color: #fbb040;
}
#menu ul li a:hover:before {
  width: 100%;
}
/* line */
#menu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 35px;
  height: 3px;
  width: 0;
  background: #fbb040;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
#menu ul li.last > a:after,
#menu ul li:last-child > a:after {
  display: none;
}
#menu ul li.active a {
  color: #ffffff;
}
#menu ul li.active a:before {
  width: 100%;
}
@media screen and (max-width: 400px) {
  #menu ul li {
    float: none;
  }
  #menu ul li a {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #menu ul li a:after {
    display: none;
  }
  #menu ul li a:before {
    height: 1px;
    background: #ffffff;
    width: 100%;
    opacity: .2;
  }
  #menu ul li.last > a:before,
  #menu ul li:last-child > a:before {
    display: none;
  }
  /* label & toggle */
label {
	display: block;
	cursor: pointer;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 14px;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
#menu {
  display: none;
}
#menu-toggle:checked + #menu {
  display: block;
}
}
.carousel {
}
.carousel h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #CCC;
	margin-bottom: 14px;
}
.carousel img {
	max-width: 100%;
	height: auto;
}
#content {
	margin-top: 10px;
	background-color: #FFF;
	padding-bottom: 30px;
}
#content a {
	color: #333;
	text-decoration: underline;
}
#content a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.featured {
	padding-top: 12px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
}
.products-section {
	padding-left: 16px;
	float: left;
	width: 1208px;
	padding-right: 16px;
}
.products-section img {
	max-width: 100%;
	height: auto;
}
.products-section2 {
	clear: both;
	float: left;
}
.products-section2 img {
	max-width: 100%;
	height: auto;
}

.products-section3 {
	float: left;
}
.products-section3 img {
	max-width: 100%;
	height: auto;
}
.frontpage-products1 {
	width: 268px;
	margin-right: 17px;
	margin-left: 17px;
	background-color: #FFF;
	text-align: center;
	float: left;
}
.frontpage-products2 {
	width: 268px;
	margin-right: 17px;
	margin-left: 17px;
	background-color: #FFF;
	text-align: center;
	float: left;
}
.frontpage-products3 {
	width: 268px;
	margin-right: 17px;
	margin-left: 17px;
	background-color: #FFF;
	text-align: center;
	float: left;
	display: inline;
}
.frontpage-products4 {
	width: 268px;
	margin-right: 17px;
	margin-left: 17px;
	background-color: #FFF;
	text-align: center;
	float: left;
	display: inline;
}
.frontpage-prod-head1 {
	float: left;
	width: 100%;
	bottom: 19px;
	left: 2px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-top: 115px;
	color: #FFF;
	margin-bottom: 6px;
}
.frontpage-prod-head2 {
	float: left;
	width: 100%;
	bottom: 19px;
	left: 2px;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-top: 115px;
	margin-bottom: 6px;
	color: #FFF;
}
.frontpage-prod-head3 {
	float: left;
	width: 100%;
	bottom: 19px;
	left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 90px;
	color: #FFF;
}
.frontpage-prod-head4 {
	float: left;
	width: 100%;
	bottom: 19px;
	left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 115px;
	color: #FFF;
}
.frontpage-news-heads {
	bottom: 19px;
	left: 2px;
	padding-top: 12px;
	padding-bottom: 8px;
	width: 570px;
	float: left;
	background-color: #FFF;
	text-align: center;
	color: #000;
}
.frontpage-news-heads2 {
	bottom: 19px;
	left: 2px;
	padding-top: 12px;
	padding-bottom: 8px;
	width: 570px;
	float: left;
	color: #000;
	text-align: center;
}
.middle-section {
	text-align: center;
	padding-left: 33px;
	clear: both;
	margin-bottom: 20px;
	padding-right: 33px;
	float: left;
}

.middle-wrap {
	clear: both;
	float: left;
}
.middle-section2 {
	margin-right: 17px;
	width: 570px;
	float: right;
}
.latest-news-content {
	margin-bottom: -45px;
	left: 2px;
	background-color: #231f20;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	width: 570px;
	float: left;
}
.tables-middle-section {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 1174px;
	height: 363px;
	margin-right: 33px;
	margin-left: 33px;
	background-color: #F1F1F1;
}
.table-content-text {
	bottom: 19px;
	left: 2px;
	background-color: #f1f1f2;
	font-weight: normal;
	text-align: left;
	width: 530px;
	float: left;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-bottom: -15px;
}
.table-content-text-wrap {
	width: 590px;
	float: left;
}
.table-content-text-rht {
	bottom: 19px;
	left: 2px;
	font-weight: normal;
	color: #000;
	text-align: center;
	width: 590px;
	float: left;
	clear: both;
	margin-bottom: 10px;
	background-size: contain;
	height: 58px;
}
.table-content-text-rht img{
	max-height: 100%;
	width: auto;
}
.table-content-text h1 {
	color: #58595b;
	text-align: left;
	margin-bottom: 15px;
}
.table-content-text p {
	color: #000;
	text-align: left;
	list-style-type: disc;
	margin-bottom: 12px;
}
.table-content-pic {
	bottom: 19px;
	height: 363px;
	left: 2px;
	background-color: #f1f1f2;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	width: 570px;
	float: left;
}
.table-content-pic img{
	max-width: 100%;
	height: auto;
}
#accessor-middle-section {
	text-align: center;
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 1174px;
	height: 363px;
	margin-right: 33px;
	margin-left: 33px;
	background-color: #F1F1F1;
}
#accessor-middle-section h1 {
	color: #58595b;
	text-align: left;
	margin-bottom: 15px;
}
#accessor-middle-section p {
	color: #000;
	text-align: left;
	list-style-type: disc;
	margin-bottom: 12px;
}
#accessor-middle-section img:first-child { 
	margin-right: 50px;
	max-width: 100%;
	height: auto;
	float: left;
}
#accessor-middle-section img:last-child {
	margin-bottom: 10px; 
	max-height: 100%;
	width: auto;
}
.where-middle-section {
	text-align: left;
	clear: both;
	float: left;
	margin-left: 33px;
	margin-right: 33px;
	margin-bottom: 0px;
	width: 1174px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-bottom: 30px;
	line-height: 24px;
}
.where-middle-section h1 {
	font-size: 2.3em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 1147px;
}
.where-middle-section h2 {
	padding-top: 12px;
	margin-top: -20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
	background-color: #FFF;
	width: 1174px;
	display: block;
}
.where-middle-section p {
	margin-bottom: 7px;
	padding-right: 35px;
	padding-left: 33px;
}
.where-middle-section img {
	float: left;
	width: 536px;
	margin-bottom: 15px;
	padding-right: 35px;
	max-width: 100%;
	height: auto;
}
.where-middle-section iframe.alignright {
	float: right;
	margin-left: 25px;
	margin-right: 0px;
}
.where-middle-section iframe.alignleft {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 25px;
}
.where-middle-section-video-left {
	float: left;
	margin-right: 25px;
	margin-left: 33px;
	padding-left: 0px;
}
.where-middle-section-video-right {
	float: right;
	margin-right: 33px;
	margin-left: 33px;
	padding-right: 17px;
}
.where-pic-text-rht {
	width: 536px;
}
.where-pic-text-lft {
	float: left;
	width: 536px;
	margin-right: 35px;
}
.where-middle-pic2 {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	width: 1174px;
	margin-bottom: 20px;
}
.where-middle-pic2 img {
	max-width: 100%;
	height: auto;
}
#where-to-t3-content {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	width: 1174px;
	margin-bottom: -5px;
}
#where-to-t3-content img {
	max-width: 100%;
	height: auto;
}
.latest-news-content2 {
	bottom: 19px;
	left: 2px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	width: 570px;
	float: left;
	margin-left: 33px;
}
.latest-news-content h1 {
	margin-top: 25px;
	color: #FFF;
	margin-bottom: 20px;
	text-align: center;
}

.latest-news-content p {
	color: #FFF;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 30px;
}

.youtubevideo {
	clear: both;
	width: 100%;
	float: left;
	margin-bottom: 25px;
	background-color: #231F20;
	height: 347px;
}
.youtubevideo img {
	max-width: 100%;
	height: auto;
	margin: 0px;
}
.youtubevideo p {
	padding: 0px;
}
.youtubevideo-txt {
	width: 100%;
	float: left;
	background-color: #231F20;
	margin-top: -22px;
	padding-bottom: 0px;
}
.youtubevideo-txt a:link {
	color: #FFF;
	text-decoration: underline;
}
.youtubevideo-txt a:visited {
	color: #FFF;
	text-decoration: underline;
}
.youtubevideo-txt a:hover {
	color: #FF9900;
	text-decoration: underline;
}
.youtubevideo-txt a:active {
	color: #FFF;
	text-decoration: underline;
}
.home-youtubevideo-links {
	width: 570px;
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #ffffff;
}
.home-youtubevideo-links p {
	color: #000000;
	font-weight: bold;
	line-height: 18px;
}
.home-youtubevideo-1 {
	width: 230px;
	height: 175px;
	margin-left: -30px;
	margin-top: 25px;
	float: left;
	background-color: #FFFFFF;
}
.home-youtubevideo-2 {
	width: 230px;
	height: 175px;
	margin-left: -30px;
	margin-top: 25px;
	float: left;
	background-color: #FFFFFF;
}
.home-youtubevideo-3 {
	width: 230px;
	height: 175px;
	margin-left: -30px;
	margin-right: -30px;
	margin-top: 25px;
	float: left;
	background-color: #FFFFFF;
}
.home-youtubevideo-1 img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.home-youtubevideo-2 img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.home-youtubevideo-3 img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.promo-section {
	width: 100%;
	height: 381px;
	clear: both;
	background-color: #FFF;
}
.promo-section img {
	max-width: 100%;
	height: auto;

}
#facebook-feed {
	width: 570px;
	bottom: 19px;
	left: 2px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	padding-top: 8px;
	padding-bottom: 9px;
	height: 222px;
}
.buy-middle-section {
	text-align: left;
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 1174px;
	margin-right: 33px;
	margin-left: 33px;
	background-color: #FFFFFF;
}
.buy-middle-section img {
	max-width: 100%;
	height: auto;
}
.buy-product-pic-lft, .buy-product-pic-rht {
	width: 570px;
	height: 382px;
	bottom: 19px;
	background-color: #FFFFFF;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	float: left;
	background-size: contain;
}
.buy-product-pic-lft {
	margin-right: 34px;
}
.buy-product-pic-rht {
	left: 2px;
	background-color: #FFF;
}
.detail-main-heading {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FBB040;
	height: 132px;
	text-align: center;
	clear: both;
}
.detail-main-heading h1 {
	font-size: 4.4em;
	line-height: 66px;
	color: #58595B;
}
.detail-lge-pic {
	width: 1240px;
	float: left;
	background-color: #FFFFFF;
}
.detail-lge-pic img {
	max-width: 100%;
	height: auto;
}
.detail-lge-wrap {
	width: 1240px;
	float: left;
}
.detail-product-text {
	padding-top: 25px;
	clear: both;
	text-align: left;
	padding-bottom: 20px;
	padding-right: 60px;
	padding-left: 60px;
	font-size: 1.5em;
	line-height: 30px;
	float: left;
}
#detail-product-back-button {
	text-align: center;
	margin-bottom: 30px;
	clear: both;
	float: left;
	width: 100%;
	color: #F00;
}
#detail-product-back-button a:link, 
#detail-product-back-button a:visited, 
#detail-product-back-button a:hover, 
#detail-product-back-button a:active {
	color: #FF6600;
	text-decoration: none;
}
#detail-product-back-button a:hover {
	color: #666;	
}


.detail-product-buy-button {
	text-align: center;
	margin-bottom: 15px;
	height: 58px;
}
.detail-product-buy-button img {
	max-height: 100%;
	width: auto;
}
.detail-product-text img {
	margin-top: 30px;
	vertical-align: middle;
}

.detail-product-text h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 22px;
	color: #58595b;
}

.detail-product-text h3 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 22px;
	color: #58595b;
}
.detail-product-text h4 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top:25px;
	margin-bottom: 22px;
	color: #58595b;
}
.detail-product-text p {
	margin-bottom: 20px;
	font-size: 1em;
}
.detail-keyring-content {
	width: 1240px;
	float: left;
}
.detail-keyring-content img {
	max-width: 100%;
	height: auto;
}
.detail-keyring-content h2 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 22px;
	color: #58595b;
}
.email-middle-section {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 20px;
}

/*contact 7 form styling*/

.email-middle-section input.wpcf7-text {
	width: 1095px;
	height: 25px;
	padding: 5px;
}
.email-middle-section .wpcf7-textarea {
	font-family:'arial','helvetica',sans-serif;
	font-size: 0.9em;
	width: 1095px;
	height: 70px;
	padding: 5px;
}
.email-middle-section input.wpcf7-submit {
	border: none;
	padding: 0px;
	margin: 0px;
	text-indent: -50000px;
	width: 171px;
	height: 50px;
	background-color: transparent;
	background-image: url(images/send-now-button-email.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center  !important;
	cursor: pointer;
}
.email-middle-section-textfield {
	width: 1041px;
	color: #999;
	height: 40px;
	font-size: 1.1em;
	padding-right: 33px;
	padding-left: 33px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}
.email-send-button {
	width: 1041px;
	color: #999;
	height: 55px;
	font-size: 1.1em;
	padding-right: 33px;
	padding-left: 33px;
	text-align: center;
	background-size: contain;
}
.email-send-button img {
	max-height: 100%;
	width: auto;
}
.email-middle-section-textarea {
	width: 1041px;
	color: #999;
	height: 60px;
	font-size: 1.1em;
	padding-right: 33px;
	padding-left: 33px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
.email-middle-section p {
	margin-bottom: 12px;
}
.email-middle-section h1 {
	font-size: 2.3em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 35px;
}
.email-contact-section {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 20px;
	background-image: url(assets/pingtastic-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.email-contact-section h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 22px;
	color: #58595b;
	line-height: 45px;
}

.email-contact-map-section {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 20px;
	background-size: contain;
	margin-bottom: 20px;
}
.email-contact-map {
	width: 540px;
	float: right;
}
.email-contact-map-section img {
	max-width: 100%;
	height: auto;
	float: right;
	border: 3px solid #999;
}
.email-contact-map-section h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 22px;
	color: #58595b;
	line-height: 45px;
}
.about-us-middle-section {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 10px;
	line-height: 24px;
}
.about-us-middle-pic {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	margin-bottom: -25px;
	width: 1174px;
}
.about-us-middle-pic img {
	max-width: 100%;
	height: auto;
}
.about-us-middle-pic2 {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	width: 1174px;
	margin-bottom: -5px;
}
.about-us-middle-pic2 img {
	max-width: 100%;
	height: auto;
}
.about-us-middle-section2 {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 10px;
	line-height: 24px;
	margin-bottom: 20px;
}
.about-us-middle-section p {
	margin-bottom: 15px;
}
.about-us-middle-section h1 {
	font-size: 2.3em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.about-us-middle-section2 p {
	margin-bottom: 15px;
}
.about-us-middle-section2 h1 {
	font-size: 2.3em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.about-us-text-rht {
	float: right;
	width: 536px;
}
.about-us-text-lft {
	float: left;
	width: 536px;
	margin-right: 35px;
}
.how-to-middle-section {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	margin-bottom: 20px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 10px;
	line-height: 24px;
}
.how-to-middle-section2 {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	margin-bottom: 0px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 10px;
	line-height: 24px;
}
.how-to-middle-section p {
	margin-bottom: 15px;
}
.how-to-middle-section h1,
.how-to-middle-section2 h1 {
	font-size: 2.3em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
.how-to-middle-section h2 {
	float: left;
	margin-bottom: 10px;
	display: block;
}
#how-to-text-rht {
	float: right;
	width: 536px;
}
#how-to-text-lft {
	float: left;
	clear: both;
	width: 536px;
	margin-right: 35px;
}
#how-to-text-left h2 {
	float: left;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
#how-to-text-left p {
	font-size: 1.1em !important;
}
.how-to-middle-pic {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	margin-bottom: -30px;
	width: 1174px;
}
.how-to-middle-pic img {
	max-width: 100%;
	height: auto;
}
.versatile-middle-section {
	text-align: left;
	float: left;
	clear: both;
	margin-top: -25px;
	margin-right: 33px;
	margin-left: 33px;
	margin-bottom: 20px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 10px;
	line-height: 24px;
	clear: both;
}
.versatile-middle-section2 {
	text-align: left;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 33px;
	margin-left: 33px;
	margin-bottom: 20px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 10px;
	line-height: 24px;
	clear: both;
}
.versatile-middle-pic {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	margin-bottom: -10px;
	width: 1174px;
}
.versatile-middle-pic img {
	max-width: 100%;
	height: auto;
}
.versatile-middle-section p {
	margin-bottom: 15px;
}
.versatile-middle-section h1 {
	font-size: 2.3em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 10px;
}
.versatile-middle-section2 h1 {
	font-size: 2.3em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 8px;
	margin-top: 10px;
}
.news-wrap {
	background-color: #FFF;
	width: 1240px;
	float: left;
}
.news-middle-section {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	margin-bottom: 0px;
	color: #000;
	width: 1174px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-bottom: 5px;
	line-height: 24px;
}
.news-middle-section img {
	text-align: left;
	width: 1174px;
	margin-left: -33px;
	margin-top: 20px;
	margin-bottom: -50px;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.news-middle-section iframe {
	margin-bottom: 20px;
}
.news-middle-section-video-center {
	text-align: center;
}
.news-middle-section p {
	float: left;
	clear: both;
	margin-bottom: 15px;
	padding-left: 33px;
	padding-right: 33px;
}
.news-middle-section h1 {
	font-size: 2.3em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	clear: both;
	float: left;
	width: 1147px;
}
.news-middle-section h2 {
	padding-top: 12px;
	float: left;
	margin-top: -20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
	background-color: #FFF;
	width: 1174px;
	display: block;
}
.news-middle-section h3 {
	padding-top: 12px;
	float: left;
	margin-top: 10px;
	margin-bottom: -45px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
	background-color: #FFF;
	width: 1174px;
	display: block;
	height: 30px;
}
.news-middle-pic2 {
	text-align: left;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 33px;
	margin-left: 33px;
	width: 1174px;
	margin-bottom: -5px;
}
.news-middle-pic2 img {
	max-width: 100%;
	height: auto;
}
.education-middle-section {
	clear: both;
	margin-left: 33px;
	margin-right: 33px;
	margin-bottom: 33px;
	width: 1140px;
	padding-top: 20px;
	padding-left: 17px;
	padding-right: 17px;
	background-color: #f1f1f2;
	padding-bottom: 30px;
	line-height: 24px;
	overflow: auto;
}
.education-middle-section h1 {
	font-size: 2.3em;
	line-height: 36px;
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 30px;
	margin-top: 12px;
}
.education-middle-section h2 {
	padding-top: 12px;
	margin-top: -20px;
	margin-right: 17px;
	margin-left: 17px;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
	background-color: #FFF;
}
.education-middle-section h3 {
	font-weight: bold;
	font-size: 1.1em;
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 7px;
}
.education-middle-section p {
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 7px;
	width: 1110px;
}
.education-middle-section img {
	margin-bottom: 7px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.education-middle-section img.alignright {
	float: right;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 0px;
}
.education-middle-section img.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 0px;
}
.education-middle-section iframe.alignright {
	float: right;
	margin-left: 25px;
	margin-right: 0px;
}
.education-middle-section iframe.alignleft {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 25px;
}
.education-middle-section-video-left {
	margin-top: 17px;
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 17px;
}
.education-middle-section-video-right {
	margin-top: 17px;
	float: right;
	margin-right: 0px;
	margin-left: 25px;
	padding-right: 17px;
}
.why-middle-section {
	clear: both;
	margin-left: 33px;
	margin-right: 33px;
	margin-bottom: 33px;
	width: 1140px;
	padding-top: 20px;
	padding-left: 17px;
	padding-right: 17px;
	background-color: #f1f1f2;
	padding-bottom: 30px;
	line-height: 24px;
	overflow: auto;
}
.why-middle-section h1 {
	font-size: 2.3em;
	line-height: 36px;
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 30px;
	margin-top: 12px;
}
.why-middle-section h2 {
	padding-top: 12px;
	margin-top: -20px;
	margin-right: 17px;
	margin-left: 17px;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
	background-color: #FFF;
}
.why-middle-section h3,
.why-middle-section h4 {
	font-weight: bold;
	font-size: 1.1em;
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 7px;
}
.why-middle-section p {
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 7px;
	width: 1110px;
}
.why-middle-section img {
	margin-bottom: 7px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
.why-middle-section img.alignright {
	float: right;
	margin-left: 25px;
	margin-right: 0px;
}
.why-middle-section img.alignleft {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
}
.why-middle-section iframe.alignright {
	float: right;
	margin-left: 25px;
	margin-right: 0px;
}
.why-middle-section iframe.alignleft {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 25px;
}
.why-middle-section-video-left {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 17px;
}
.why-middle-section-video-right {
	float: right;
	margin-right: 0px;
	margin-left: 25px;
	padding-right: 17px;
}
.home-press-button1 {
	width: 368px;
	margin-right: 17px;
	margin-left: 17px;
	background-color: #FFF;
	text-align: center;
	float: left;
}
.home-press-button2 {
	width: 368px;
	margin-right: 17px;
	margin-left: 17px;
	background-color: #FFF;
	text-align: center;
	float: left;
}
.press-middle-section {
	clear: both;
	margin-left: 33px;
	margin-right: 33px;
	margin-bottom: 33px;
	width: 1140px;
	padding-top: 20px;
	padding-left: 17px;
	padding-right: 17px;
	background-color: #f1f1f2;
	padding-bottom: 20px;
	line-height: 24px;
	overflow: auto;
}
.press-middle-section h4 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 26px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 12px;
}
.press-middle-section h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 6px;
	color: #58595b;
	line-height: 45px;
}
.release-middle-section {
	clear: both;
	margin-left: 33px;
	margin-right: 33px;
	margin-bottom: 33px;
	width: 1140px;
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 17px;
	background-color: #f1f1f2;
	padding-bottom: 30px;
	line-height: 24px;
	overflow: auto;
}
.release-middle-section h1 {
	font-size: 2.3em;
	line-height: 36px;
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 30px;
	margin-top: 12px;
}
.release-middle-section h2 {
	padding-top: 12px;
	margin-top: -20px;
	margin-right: 17px;
	margin-left: 17px;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
	background-color: #FFF;
}
.release-middle-section p {
	font-size: 1em;
	text-align: center;
	line-height: 19px;
	margin-top: 10px;
	margin-right: 17px;
	margin-bottom: 7px;
}
.release-middle-section iframe.alignright {
	float: right;
	margin-left: 25px;
	margin-right: 0px;
}
.release-middle-section iframe.alignleft {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 25px;
}
.release-middle-section-video-left {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 17px;
}
.release-middle-section-video-right {
	float: right;
	margin-right: 0px;
	margin-left: 25px;
	padding-right: 17px;
}
.release-middle-section img {
	max-width: 100%;
	height: auto;
}

/* Tablepress styles */

.tablepress {
	margin-top: 20px;
}
.tablepress td img {
	margin-top: 12px;
}
.tablepress-id-2 tbody td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 19px;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: text-top;
	padding-top: 12px;
	padding-bottom: 0px;
}
.tablepress-id-3 tbody td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 19px;
	text-align: center;
	margin-bottom: 30px;
	vertical-align: text-top;
	padding-top: 12px;
	padding-bottom: 0px;
}
.gallery-middle-section {
	text-align: left;
	clear: both;
	float: left;
	margin-left: 33px;
	margin-right: 33px;
	margin-bottom: 0px;
	width: 1174px;
	padding-top: 20px;
	background-color: #ffffff;
	line-height: 24px;
}
.gallery-middle-section h1 {
	font-size: 2.3em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 1147px;
}
.gallery-middle-section h2 {
	padding-top: 12px;
	margin-top: -20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
	background-color: #FFF;
	width: 1174px;
	display: block;
}
.gallery-middle-section p {
	margin-bottom: 7px;
	padding-right: 35px;
	padding-left: 33px;
}
.gallery-middle-section img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
.gallery-contact-section {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 33px;
	margin-left: 33px;
	margin-bottom: 20px;
	color: #000;
	width: 1108px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 33px;
	padding-left: 33px;
	padding-bottom: 20px;
	background-image: url(assets/pingtastic-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.gallery-contact-section h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 22px;
	color: #58595b;
	line-height: 45px;
}
.gallery-contact-section img {
	max-width: 100%;
	height: auto;
}
.directions-text {
	float: left;
}
footer {
	font-size: 1em;
	line-height: 30px;
	color: #FFF;
	background-color: #666666;
	margin-right: 33px;
	margin-left: 33px;
	clear: both;
	position: relative;
}
.footer-logo {
	float: left;
	width: 230px;
	margin-top: 20px;
	margin-left: 30px;
}
.footer-follow {
	float: left;
	width: 310px;
	bottom: 19px;
	left: 2px;
	font-weight: normal;
	color: #000;
	text-align: left;
	margin-top: 27px;
}
.footer-follow img {
	margin-right: 5px;
}
.footer-newsletter {
	float: left;
	width: 515px;
	bottom: 19px;
	left: 2px;
	background-color: #CCCCCC;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-left: 32px;
	margin-top: 20px;
	padding-left: 35px;
	padding-bottom: 15px;
	padding-top: 10px;
}
#textfield-newsletter {
	float: left;
	width: 450px;
	text-align: left;
	padding-right: 0px;
	color: #666;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 5px;
}
#newsletter-button {
	background-color: #58595B;
	text-align: center;
	float: left;
	color: #FFF;
	font-weight: bold;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #58595B;
	border-left-color: #58595B;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #58595B;
	border-bottom-color: #58595B;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newsletter-submit {
	float: left;
	margin: 0px;
	padding: 0px;
}
.footer-newsletter {
	float: left;
	width: 515px;
	bottom: 19px;
	left: 2px;
	background-color: #CCCCCC;
	font-weight: normal;
	color: #000;
	text-align: center;
	margin-left: 32px;
	margin-top: 20px;
	padding-left: 35px;
	padding-bottom: 0px;
	padding-top: 10px;
}
/*added to widen contact form 7 text field*/
#textfield-newsletter {
	float: left;
	width: 450px;
	text-align: left;
	padding-right: 0px;
	color: #666;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
}
.textfield-newsletter input.wpcf7-text {
	width: 450px;
	height: 20px;
	padding: 3px; 
}
#footer-links {
	width: 900px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	clear: both;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}
#footer-links ul li {
	line-height: 24px;
	text-decoration: none;
	display: block;
}
#footer-links a {
	color: #FFF;
	text-decoration: none;
}
#footer-links a:link {
}
#footer-links a:visited {
}
#footer-links a:hover {
	color: #000;
	text-decoration: underline;
}
#footer-links a:active {
	color: #FFF;
	text-decoration: underline;
}
#flag {
	width: 248px;
	height: 79px;
	float: right;
	margin-top: -98px;
	margin-right: 25px;
}
#flag img {
	max-height: 100%;
	width: auto;
}

/*dialog box style*/

.ui-dialog {
    left: 0;
    outline: 0 none;
    padding: 0 !important;
    position: absolute;
    top: 0;
}
.ui-dialog .ui-dialog-content {
}
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: .8em;
}
.ui-dialog .ui-dialog-buttonpane {
	border: 0;
	background-image: url(http://www.t3pingpong.com/wp-content/themes/t3pingpong/images/dialog-pic.jpg) !important;
	background-repeat: no-repeat;
	background-position: 0px top;
	float: none;
}
.ui-widget-content {
    border: 1px solid #90d93f;
    color: #222222;
	width: 400px;
	height: 257px;
}

.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-buttonpane { 
	font-size: 0.9em; 
}
.ui-dialog-buttonpane .ui-dialog-buttonset {
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
    position:absolute;
	padding: 0;
	margin-top: 10px;
}
#message {
    padding: 0;
    margin: 0;
}
.ui-dialog-titlebar-close {
	display: none;
}
.ui-widget-header {
    background: #b0de78;
    border: 0;
    color: #FFF;
    font-weight: normal;
	margin-bottom: -10px;
}
.ui-dialog-title {
color: #000 
}

header, section, footer, aside, article, figure {
	display: block;
}

.table-content-txt-lge {
	font-size: 1.3em;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
  label {
  display: none;
}
}

/* Basic styles */

/* desktop */
@media screen and (min-width:769px) {
#menu-toggle {
  display: none; /* hide the checkbox */
}
  label {
  display: none;
}
}

/* Phone */
@media screen and (max-width:450px) {
#wrapper {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	max-width: 400px;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
  label {
  display: block;
}
body {
	font-size: 0.8em;
	line-height: 18px;
	background-image: none;
	background-color: #000;
}
h1 {
	font-size: 1em;
	line-height: 16px;
	font-weight: bold;
}
h2 {
	font-size: 0.9em;
	line-height: 11px;
	font-weight: bold;
}
.products-section h2 {
	font-size: 1.1em;
	line-height: 11px;
	font-weight: bold;
}
p {
	margin-bottom: 1.1em;
}
#wrapper {
	width: 320px;
	max-width: 320px;
}
header {
	border-top-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 100%;
}
.header-div2 {
	width: 320px;
	height: 30px;
	text-align: center;
	margin-top: -20px;
	height: 47px;
}
.header-div2 img {
	max-height: 100%;
	width: auto;
}
.header-div3 {
	display: none;
}
.carousel {
	width: 320px;
	height: auto;
}
#content {
	width: 320px;
	margin-top: -10px;
	background-color: #FFF;
	padding-bottom: 0px;
	clear: both;
	float: left;
}
.featured {
	padding-top: 12px;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
	float: left;
	width: 320px;
}
.products-section {
	width: 320px;
	padding: 0px;
}
.products-section3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.frontpage-news-heads {
	font-weight: bold;
	font-size: 1.1em;
}
.frontpage-news-heads2 {
	font-weight: bold;
	font-size: 1.1em;
}
.frontpage-products1 {
	float: left;
	height: 79px;
	width: 131px;
	margin-top: 0px;
	margin-left: 21px;
	margin-right: 8px;
	margin-bottom: 0px;
}
.frontpage-products2 {
	float: right;
	height: 79px;
	width: 131px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 21px;
	margin-bottom: 0px;
}
.frontpage-products3 {
	clear: both;
	height: 79px;
	width: 131px;
	margin-top: 0px;
	margin-left: 21px;
	margin-right: 8px;
	margin-bottom: 0px;
}
.frontpage-products4 {
	height: 79px;
	width: 131px;
	margin-top: 0px;
	margin-left: 8px;
	margin-right: 21px;
	margin-bottom: 0px;
}
.frontpage-products1, .frontpage-products2, .frontpage-products3, .frontpage-products4, {
	display: inline;
}
.frontpage-prod-head1 {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.frontpage-prod-head2 {
	width: 131px;
	margin-top: 40px;
}
.frontpage-prod-head3 {
	width: 131px;
	margin-top: 40px;
}
.frontpage-prod-head4 {
	width: 131px;
	margin-top: 45px;
}
.middle-section {
	width: 320px;
	padding: 0;
	margin-bottom: 5px;
}
.latest-news-content {
	width: 320px;
	padding: 0;
}
.latest-news-content p {
	margin-bottom: -12px;
}
.latest-news-content2 {
	width: 320px;
	margin: 0;
}
.frontpage-news-heads {
	width: 320px;
}
.frontpage-news-heads2 {
	width: 320px;
}
.youtubevideo {
	width: 320px;
	height: 195px;
}
.home-youtubevideo-links {
	width: 310px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 25px;
	padding-left: 10px;
	background-color: #ffffff;
	text-align: left;
}
.home-youtubevideo-links p {
	margin-left: -15px;
	width: 80px;
	color: #000000;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
}
.home-youtubevideo-1 {
	width: 100px;
	margin-left: 0px;
	margin-right: -7px;
	margin-top: 20px;
	float: left;
	background-color: #FFFFFF;
	overflow: visible;
}
.home-youtubevideo-2 {
	width: 100px;
	margin-left: -1px;
	margin-right: -7px;
	margin-top: 20px;
	background-color: #FFFFFF;
	float: left;
	overflow: visible;
}
.home-youtubevideo-3 {
	width: 95px;
	margin-left: -1px;
	margin-right: -7px;
	margin-top: 20px;
	float: left;
	background-color: #FFFFFF;
	overflow: visible;
}
.home-youtubevideo-1 img {
	width: 80px;
	max-width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}
.home-youtubevideo-2 img {
	width: 80px;
	max-width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}
.home-youtubevideo-3 img {
	width: 80px;
	max-width: 100%;
	height: auto;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 5px;
}
.promo-section {
	width: 320px;
	height: 214px;
	background-color: #FFF;
}
.facebook-feed {
	width: 320px;
	height: 250px;
	margin-top: 5px;
}
.tables-middle-section {
	text-align: center;
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	width: 280px;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
}
.table-content-text-wrap {
	width: 280px;
	clear: both;
}
.table-content-text-rht {
	width: 280px;
	clear: both;
	margin-bottom: 10px;
}
.table-content-text-rht img{
	max-width: 100%;
	width: 240px;
	height: auto;
}
.table-content-pic {
	width: 280px;
	Height: 200px;
	clear: both;
	background-size: contain;
	background-position: center 8px;
}
.table-content-text {
	width: 240px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.table-content-pics-rht {
	display: none;
}
/* Table description */
.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
}
.tablepress th {
	width: 200px;
}
.tablepress-id-2 img {
	width: 200px;
	margin-top: 18px;
	margin-left: 0 auto !important;
	margin-right: 0 auto !important;
}
.tablepress td {
	width: 200px;
	height: auto;
	padding: 8px;
	border: none;
	background: none;
	text-align: left;
	float: none !important;
}
.tablepress tbody td {
	vertical-align: top;
	width: 200px;
}
#accessor-middle-section {
	clear: both;
	margin-top: 0px;
	margin-bottom: 20px;
	float: left;
	width: 280px;
	height: auto;
	margin-right: 20px;
	margin-left: 20px;
}
#accessor-middle-section h1 {
	width: 280px;
	color: #58595b;
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: -8px;
	clear: both;
}
#accessor-middle-section h2 {
	clear: both;
	width: 280px;
	margin-left: 20px;
}
#accessor-middle-section p {
 	width: 240px;
	margin-left: 20px;
}
#accessor-middle-section img {
	max-width: 100%;
	height: auto;
	text-align: center;
}
.buy-middle-section {
	width: 268px;
	padding-top: 0px;
	margin-left: 26px;
	margin-right: 26px;
}
.buy-product-pic-lft, .buy-product-pic-rht {
	width: 268px;
	height: 180px;
}
.buy-product-pic-lft {
	margin-bottom: 20px;
}
.buy-product-pic-lft h1, .buy-product-pic-rht h1 {
	font-size: 1.6em;
	line-height: 20px;
	text-align: center;
	padding-top: 140px;
}
.detail-main-heading {
	max-width: 320px;
	height: auto;
	min-height: 35px;
	margin-top: 0px;
	padding-top: 15px;
}
.detail-main-heading h1 {
	font-size: 2.2em;
	line-height: 32px;
	color: #58595B;
}
.detail-product-text h2 {
	margin-top: 30px;
	margin-bottom: 16px;
	line-height: 26px;
	color: #58595b;
}
.detail-product-text h3 {
	margin-bottom: 15px;

}
.detail-product-text p {
	margin-bottom: 15px;
	font-size: 1em;
}
.detail-product-text {
	width: 260px;
	clear: both;
	float: left;
	text-align: left;
	padding-bottom: 12px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1em;
	line-height: 18px;
	margin-top: -40px;
}
.detail-product-text img {
	max-width: 100%;
	height: auto;
	text-align: center;
	margin-top: -15px;
}
.detail-lge-pic {
	margin-top: 0px;
	margin-bottom: -44px;
	width: 320px;
}
.detail-lge-wrap {
	max-width: 320px;
	margin-bottom: 54px;
	float: left;
	clear: both;
}
.detail-product-buy-button {
	height: 35px;
	width: 320px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: left;
}
.email-middle-section {
	margin-right: 20px;
	margin-left: 20px;
	width: 240px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.email-middle-section h1 {
	font-size: 1.3em;
	line-height: 21px;
	margin-top: 10px;
	margin-bottom: 15px;
}
/*contact 7 form styling*/

.email-middle-section input.wpcf7-text {
	font-size: 0.85em;
	width: 230px;
	height: 15px;
	padding: 5px;
}
.email-middle-section .wpcf7-textarea {
	font-family:'arial','helvetica',sans-serif;
	font-size: 0.85em;
	width: 230px;
	height: 70px;
	padding: 5px;
}
.email-middle-section input.wpcf7-submit {
	background-size: 100px;
	background-position: left;
}
.email-middle-section-textfield {
	width: 230px;
	height: 28px;
	font-size: 0.9em;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.email-middle-section-textarea {
	width: 230px;
	height: 75px;
	font-size: 0.9em;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 8px;
}
.email-send-button {
	width: 180px;
	height: 30px;
	margin: 0px;
}
.email-contact-section {
	margin-right: 20px;
	margin-left: 20px;
	width: 240px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	background-image: none;
}
.email-contact-section h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 22px;
	line-height: 25px;
}
.email-contact-map-section {
	margin-right: 20px;
	margin-left: 20px;
	width: 240px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-image: none;
}
.email-contact-map-section h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 22px;
	line-height: 25px;
}
.email-contact-map-section img {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.email-contact-map {
	width: 240px;
}
.about-us-middle-section, 
.about-us-middle-section2 {
	margin-right: 20px;
	margin-left: 20px;
	width: 240px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.about-us-middle-section h1 {
	font-size: 1.4em;
	line-height: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.about-us-middle-section2 h1 {
	font-size: 1.4em;
	line-height: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.about-us-middle-section h2, 
.about-us-middle-section2 h2 {
	font-size: 1em;
	line-height: 16px;
}
.about-us-middle-section p {
	margin-bottom: 15px;
	font-size: 1em;
	line-height: 19px;
}
.about-us-middle-section2 p {
	margin-bottom: 15px;
	font-size: 1em;
	line-height: 19px;
}
.about-us-middle-pic {
	margin-right: 20px;
	margin-left: 20px;
	width: 280px;
}
.about-us-middle-pic2 {
	margin-right: 20px;
	margin-left: 20px;
	width: 280px;
}
.about-us-text-lft {
	width: 240px;
	float: left;
}
.about-us-text-rht {
	width: 240px;
	float: left;
}
.how-to-middle-section, 
.how-to-middle-section2 {
	margin-right: 20px;
	margin-left: 20px;
	width: 240px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.how-to-middle-section h1,
.how-to-middle-section2 h1 {
	font-size: 1.4em;
	line-height: 21px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.how-to-middle-section h2,
.how-to-middle-section2 h2 {
	font-size: 1em;
	line-height: 16px;
}
.how-to-middle-section p,
.how-to-middle-section2 p {
	margin-bottom: 15px;
	font-size: 1em;
	line-height: 19px;
}
.how-to-middle-section img,
.how-to-middle-section2 img {
	max-width: 100%;
	height: auto;
}
#how-to-text-lft {
	width: 240px;
	float: left;
}
#how-to-text-rht {
	width: 240px;
	float: left;
}
.how-to-middle-pic {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: -20px;
	width: 280px;
}
.how-to-middle-pic img {
	max-width: 100%;
	height: auto;
}
.how-to-middle-section2 {
	margin-right: 20px;
	margin-left: 20px;
	width: 240px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.where-middle-section {
	margin-right: 20px;
	margin-left: 20px;
	width: 280px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.where-middle-section h1 {
	width: 280px;
	font-size: 1.4em;
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.where-middle-section h2 {
	width: 280px;
	font-size: 1em;
	line-height: 16px;
}
.where-middle-section p {
	margin-bottom: 15px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 1em;
	line-height: 19px;
}
.where-middle-section img {
	max-width: 100%;
	height: auto;
}
.where-middle-section iframe,
.news-middle-section iframe,
.how-to-middle-section iframe,
.how-to-middle-section2 iframe, 
.education-middle-section iframe {
	max-width: 100%;
	width: 240px;
	height: auto;
}
#where-to-t3-content {
	margin-right: 20px;
	margin-left: 20px;
	width: 280px;
}
.news-middle-section {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	width: 280px;
	padding-top: 20px;
	padding-bottom: 5px;
	line-height: 19px;
}
.news-middle-section img {
	max-width: 100%;
	margin-left: -20px;
	width: 300px;
	height: auto;
}
.news-middle-section p {
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 1em;
	line-height: 19px;
}
.news-middle-section h1 {
	font-size: 1.4em;
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 280px;
}
.news-middle-section h2 {
	font-size: 1em;
	line-height: 16px;
	width: 280px;
}
.news-middle-section h3 {
	padding-top: 12px;
	float: left;
	margin-top: 10px;
	margin-bottom: -45px;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	padding-bottom: 12px;
	background-color: #FFF;
	width: 1174px;
	display: block;
	height: 30px;
}
.education-middle-section {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 240px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.education-middle-section h1 {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 21px;
}
.education-middle-section h2 {
	text-align: left;
	padding-top: 12px;
	margin-top: -20px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 1em;
	line-height: 16px;
	margin-bottom: 7px;
	padding-bottom: 12px;
	background-color: #FFF;
}
.education-middle-section h3 {
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	line-height: 19px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 7px;
}
.education-middle-section p {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	width: 240px;
	font-size: 1em;
	line-height: 19px;
}
.education-middle-section img {
	width: 240px;
	margin-bottom: 12px;
	vertical-align: top;
}
.education-middle-section img.alignright {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}
.education-middle-section img.alignleft {
	float: left;
	margin-top: -5px;
	margin-right: 20px;
	margin-left: 0px;
}
.education-middle-section-video-left {
	text-align: center;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.education-middle-section-video-right {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.education-middle-section iframe.alignright {
	text-align: center;
}
.education-middle-section iframe.alignleft {
	text-align: center;
}
.why-middle-section {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 240px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.why-middle-section h1 {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 21px;
}
.why-middle-section h2 {
	text-align: center;
	padding-top: 12px;
	margin-top: -20px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 1em;
	line-height: 16px;
	margin-bottom: 7px;
	padding-bottom: 12px;
	background-color: #FFF;
}
.why-middle-section h3 {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	line-height: 19px;
	margin-right: 17px;
	margin-left: 17px;
	margin-bottom: 7px;
}
.why-middle-section h4 {
	text-align: center;
}
.why-middle-section p {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	width: 240px;
	font-size: 1em;
	line-height: 19px;
}
.why-middle-section img {
	width: 240px;
	margin-bottom: 17px;
	vertical-align: top;
}
.why-middle-section img.alignright {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}
.why-middle-section img.alignleft {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.why-middle-section-video-left {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.why-middle-section-video-right {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
}
.why-middle-section iframe.alignright {
	float: right;
	margin-left: 25px;
	margin-right: 0px;
}
.why-middle-section iframe.alignleft {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 20px;
}
.press-middle-section {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 240px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.press-middle-section img {
	width: 240px;
	margin-bottom: 7px;
	vertical-align: top;
}
.press-middle-section img.alignright {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}
.press-middle-section img.alignleft {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.press-middle-section-video-left {
	float: left;
	margin-right: 20px;
	margin-left: 0px;
}
.press-middle-section-video-right {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
}
.press-middle-section iframe.alignright {
	float: right;
	margin-left: 25px;
	margin-right: 0px;
}
.press-middle-section iframe.alignleft {
	float: left;
	margin-right: 25px;
	margin-left: 0px;
	padding-left: 20px;
}
.home-press-button1 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	width: 280px;
}
.home-press-button2 {
	margin-top: -20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -20px;
	width: 280px;
}
.release-middle-section {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 255px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	background-color: #f1f1f2;
	line-height: 24px;
	overflow: auto;
}
.release-middle-section img {
	clear: both;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	width: 240px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f1f1f2;
	padding-bottom: 0px;
	line-height: 24px;
	overflow: auto;
}
.versatile-middle-section {
	margin-top: -15px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 240px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.versatile-middle-section2 {
	margin-top: -15px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 240px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.versatile-middle-pic {
	text-align: left;
	clear: both;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: -20px;
	width: 280px;
}
.versatile-middle-pic img {
	max-width: 100%;
	height: auto;
}
.versatile-middle-section p, 
.versatile-middle-section2 p {
	margin-bottom: 15px;
	font-size: 1em;
	line-height: 19px;
}
.versatile-middle-section h1, 
.versatile-middle-section2 h1 {
	font-size: 1.4em;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.versatile-middle-section h2, 
.versatile-middle-section2 h2 {
	font-size: 1em;
	line-height: 16px;
	width: 280px;
}
.gallery-middle-section {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	width: 280px;
	padding-top: 20px;
}
.gallery-middle-section h1 {
	font-size: 1.4em;
	line-height: 21px;
	margin-bottom: 30px;
	margin-top: 30px;
	width: 280px;
}
.gallery-middle-section h2 {
	text-align: center;
	padding-top: 12px;
	margin-top: -20px;
	font-size: 1.1em;
	padding-bottom: 12px;
	width: 100%;
}
.gallery-middle-section p {
	text-align: center;
	margin-bottom: 7px;
	padding-right: 20px;
	padding-left: 20px;
}
.gallery-contact-section {
	text-align: center;
	clear: both;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	color: #000;
	width: 240px;
	padding-top: 20px;
	background-color: #f1f1f2;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.gallery-contact-section h2 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 16px;
	color: #58595b;
	line-height: 22px;
}
footer {
	width: 320px;
	margin-left: 0;
	margin-right: 0;
	overflow: hidden;
}
.footer-follow {
	width: 280px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
.footer-follow h2{
	margin-bottom: 5px;
}
#textfield-newsletter {
	width: 245px;
}
.textfield-newsletter input.wpcf7-text {
	width: 220px;
	height: 20px;
	padding: 3px;
	margin-top: 10px; 
}
.footer-newsletter {
	width: 280px;
	height: 70px;
	margin-top: 5px;
	margin-left: 7px;
	margin-right: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
}
.footer-newsletter h2{
	margin-top: 5px;
}
#footer-links {
	width: 320px;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 20px;
	clear: both;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;  
}
#flag {
	width: 320px;
	float: left;
	clear: both;
	margin-top: 0px;
	padding-bottom: 20px;
	background-color: #666666;
	overflow: visible;
}
#flag img {
	display: block;
 	margin-left: auto;
  	margin-right: auto;
}
.tablepress {
	margin-top: -10px;
}
.tablepress td img {
	max-width: 50px;
	height: auto;
	border: none;
	padding: 0px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
}
.tablepress tbody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 14px;
	color: #ff0000;
}
}
/* Tablet */
@media screen and (min-width:451px) and (max-width:768px) {
#wrapper {
	width: 100%;
	max-width: 700px;
}
header {
	border-top-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.header-div2 {
}
nav {
	width: 100%;
	max-width: 700px;
	height: 20px;
	margin-bottom: 0;
}
#menu ul li a {
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
/* line */
#menu ul li a:before {
  top: 30px;
}
#menu-toggle {
  display: none; /* hide the checkbox */
}
  label {
  display: none;
}
.carousel {
	margin-top: 55px;
	max-width: 700px;
	height: auto;
	min-height:400px;
}
#content {
	width: 700px;
	margin-top: -100px;
	background-color: #FFF;
	padding-bottom: 30px;
}
.featured {
	width: 700px;
	padding-bottom: 6px;
}
.products-section {
	margin-top: -20px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 16px;
	float: left;
	width: 668px;
	padding-right: 16px;
}
.frontpage-products1 {
	margin-left: 50px;
	margin-right: 16px;
}
.frontpage-products2 {
	margin-left: 16px;
	margin-right: 50px;
}
.frontpage-products3 {
	margin-left: 50px;
	margin-right: 16px;
}
.frontpage-products4 {
	margin-left: 16px;
	margin-right: 50px;
}
.frontpage-news-heads {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
	width: 100%;	
}
.frontpage-news-heads2 {
	margin-top: 0px;
	padding-top: 22px;
	padding-bottom: 12px;
	width: 100%;
}
.latest-news-content {
	margin-left: 0px;
	width: 100%;
}
.latest-news-content2 {
	margin-left: 0px;
	width: 100%;
}
.home-youtubevideo-links {
	width: 100%;
	margin-left: 0px;
	background-color: #FFF;
}
.home-youtubevideo-1 {
	width: 230px;
	height: 175px;
	margin-top: 25px;
}
.home-youtubevideo-2 {
	width: 230px;
	height: 175px;
	margin-top: 25px;
	margin-left: 2px;
}
.home-youtubevideo-3 {
	width: 230px;
	height: 175px;
	margin-top: 25px;
	margin-left: 2px;
}
.youtubevideo img {
	width: 634px;
	height: auto;
}
.promo-section {
	padding: 0px;
	margin-left: 0px;
	background-color: #FFF
}
.promo-section img {
	width: 634px;
	height: auto;
}
.tables-middle-section {
	width: 634px;
}
.table-content-pic {
	width: 634px;
}
.table-content-text-wrap {
	width: 634px;
	clear: both;
}
.table-content-text {
	width: 574px;
}
.table-content-text-rht {
	width: 634px;
	margin-top: -20px;
}
.table-content-pics-rht {
	width: 634px;
}
.buy-middle-section {
	width: 634px;
}
.buy-middle-section img {
	margin-bottom: -30px;
}
.buy-product-pic-lft,
.buy-product-pic-rht {
	width: 271px;
	height: auto;
	margin-top: 4px;
	margin-left: 30px;
	margin-bottom: 10px;
	background-color: #f00;
}
.buy-product-pic-lft {
	margin-right: 0px;
}
.buy-product-pic-lft h1, .buy-product-pic-rht h1 {
	font-size: 3em;
	line-height: 40px;
	text-align: center;
	padding-top: 335px;
}
.detail-main-heading {
	max-width: 700px;
	height: auto;
	min-height: 205px;
	margin-top: 50px;
}
.detail-main-heading h1 {
	font-size: 3.3em;
	line-height: 52px;
	color: #58595B;
}
.detail-main-heading h2 {
	font-size: 3.3em;
	line-height: 52px;
	color: #cccccc;
}
.detail-product-text {
	padding-top: 30;
	clear: both;
	text-align: left;
	padding-bottom: 12px;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1.1em;
	line-height: 26px;
}
.detail-product-text h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 22px;
	color: #58595b;
}
.detail-product-text img {
	margin-left: 50px;
	vertical-align: middle;
}
.detail-lge-pic {
	margin-top: -40px;
	width: 700px;
	height: 350px;
}
.detail-lge-wrap {
	margin-top: -60px;
	max-width: 700px;
	height: 350px;
}
.detail-product-text p {
	margin-bottom: 20px;
}

/* wordpress wpcf7*/
.email-middle-section input.wpcf7-text {
	width: 557px;
}
.email-middle-section .wpcf7-textarea {
	width: 557px;
}
.email-middle-section {
	width: 568px;
}
.email-middle-section h1 {
	font-size: 1.75em;
	line-height: 30px;
	text-align: center;
	margin-bottom: 35px;
}
.email-middle-section-textfield {
	width: 500px;
	font-size: 1em;
	padding-right: 20px;
	padding-left: 20px;
}
.email-middle-section-textarea {
	width: 500px;
	font-size: 1em;
	padding-right: 20px;
	padding-left: 20px;
}
.email-contact-section {
	width: 568px;
	background-position: 70px -60px;
	background-size: 100%;
}
.email-contact-section h2 {
	font-size: 1.25em;
	margin-bottom: 22px;
	line-height: 29px;
}
.email-contact-map-section {
	width: 568px;
	height: 450px;
	padding-bottom: 70px;
}
.email-contact-map-section h2 {
	font-size: 1.25em;
	margin-bottom: 24px;
	line-height: 29px;
}
.email-send-button {
	width: 502px;
	height: 45px;
	font-size: 1.1em;
	padding-right: 33px;
	padding-left: 33px;
	background-image: url(assets/send-now-button-email.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.email-contact-map-section img {
	float: left;
}
.news-middle-section {
	width: 634px;
}
.news-middle-section h1 {
	width: 634px;
	font-size: 2em;
	line-height: 34px;
}
.news-middle-section h2 {
	width: 634px;
}
.news-middle-section img {
	max-width: 634px;
	height: auto;
}
.about-us-middle-section, 
.about-us-middle-section2 {
	width: 568px;
}
.about-us-middle-section h1 {
	font-size: 2em;
	line-height: 34px;
}
.about-us-middle-section2 h1 {
	font-size: 2em;
	line-height: 34px;
}
.about-us-middle-pic {
	width: 568px;
}
.about-us-middle-pic img {
	max-width: 634px;
	height: auto;
}
.about-us-middle-pic2 {
	width: 568px;
}
.about-us-middle-pic2 img {
	max-width: 634px;
	height: auto;
}
.about-us-text-lft {
	width: 568px;
	margin: 0px;
}
.about-us-text-rht {
	width: 568px;
	float: left;
}
.how-to-middle-section,
.how-to-middle-section2 {
	width: 568px;
}
.how-to-middle-section2 h1 {
	font-size: 2em;
	line-height: 34px;
}
.how-to-middle-section2 img {
	max-width: 568px;
	height: auto;
	text-align: center;
}
.how-to-middle-pic {
	width: 634px;
}
.how-to-middle-pic img {
	max-width: 634px;
	height: auto;
}
#how-to-text-rht {
	float: left;
	width: 568px;
}
#how-to-text-lft {
	float: left;
	clear: both;
	width: 568px;
}
/*added to widen contact form 7 text field*/
#textfield-newsletter {
	float: left;
	width: 450px;
}
.textfield-newsletter input.wpcf7-text {
	width: 450px;
	height: 20px;
	padding: 3px; 
}
.footer-newsletter {
	width: 535px;
	margin-top: 0px;
}
.footer-logo {
	width: 230px;
	margin-top: 20px;
	margin-left: 30px;
	margin-bottom: 20px;
}
footer {
	overflow: hidden;
	padding-bottom: 40px;	
}
.footer-follow {
	margin-bottom: 0px;
}
.footer-newsletter {
	margin-bottom: 16px;
}
#footer-links {
	width: 590px;
	padding-bottom: 30px;
}
.where-middle-section {
	width: 634px;
}
.where-middle-section h1 {
	width: 634px;
	font-size: 2em;
	line-height: 34px;
}
.where-middle-section h2 {
	width: 634px;
}
#where-to-t3-content {
	width: 634px;
}
.versatile-middle-section, 
.versatile-middle-section2 {
	width: 568px;
}
.versatile-middle-pic {
	width: 634px;
}
.versatile-middle-section h1,
.versatile-middle-section2 h1  {
	width: 568px;
	font-size: 2em;
	line-height: 34px;
}
.versatile-middle-section h2, 
.versatile-middle-section2 h2 {
	width: 634px;
}
.gallery-middle-section {
	width: 634px;
}
.gallery-middle-section h1 {
	width: 634px;
}
.gallery-middle-section h2 {
	width: 634px;
}
.gallery-contact-section {
	width: 568px;
	background-position: 70px -80px;
	background-size: 100%;
	background-image: url(assets/pingtastic-icon.gif);
}
.gallery-contact-section h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 16px;
	color: #58595b;
	line-height: 24px;
} 
.education-middle-section {
	width: 601px;
	margin-top: 5px;
}
.education-middle-section h1 {
	clear: both;
	width: 568px;
	font-size: 2em;
	line-height: 34px;
	text-align: center;
}
.education-middle-section h2 {
	width: 568px;
	text-align: center;
}
.education-middle-section h3 {
	text-align: center;
	width: 568px;
}
.education-middle-section img {
	width: 568px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.education-middle-section img.alignright {
	text-align: center;
	margin-right: 0px;
}
.education-middle-section img.alignleft {
	text-align: center;
	margin-left: 0px;
}
.education-middle-section p {
	width: 568px;
}
.education-middle-section-video-left,
.education-middle-section-video-right {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.education-middle-section iframe.alignright {
	text-align: center;
}
.education-middle-section iframe.alignleft {
	text-align: center;
}
.why-middle-section {
	width: 601px;
	margin-top: 5px;
}
.why-middle-section h1 {
	clear: both;
	width: 568px;
	font-size: 2em;
	line-height: 34px;
	text-align: center;
}
.why-middle-section h2 {
	width: 568px;
	text-align: center;
}
.why-middle-section h3 {
	text-align: center;
	width: 568px;
}
.why-middle-section h4 {
	text-align: center;
	width: 568px;
}
.why-middle-section img {
	width: 568px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.why-middle-section img.alignright {
	text-align: center;
	margin-right: 0px;
}
.why-middle-section img.alignleft {
	text-align: center;
	margin-left: 0px;
}
.why-middle-section p {
	width: 568px;
}
.why-middle-section-video-left {
	text-align: center;
}
.why-middle-section-video-right {
	text-align: center;
}
.why-middle-section iframe.alignright {
	text-align: center;
}
.why-middle-section iframe.alignleft {
	text-align: center;
}
#flag {
	width: 634px;
	height: 40px;
	float: left;
	clear: both;
	margin-top: 0px;
	padding-bottom: 20px;
	background-color: #666666;
}
#flag img {
	display: block;
 	margin-left: auto;
  	margin-right: auto;
}
}
/*wordpress hide page title*/

.carousel h1 {
	display: none;
}
.detail-main-heading h2 {
	display: none;
}
