* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
a:hover, a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
	outline: none;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
img {
	max-width: 100%;
}
body {
	height: 100%;
	color: #000;
	font-family: 'Khula', sans-serif;
}
html {
	height: 100%;
}
.js body {
	overflow: hidden;
}
a {
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus{
	color: #000;
}
p {
	font-size: 17px;
	line-height: 24px;

	margin-bottom: 20px;
	color: #817f7e;
	font-weight: 400;
	
}
p strong{
	color: #3c3c3c;
}
h3 {
	font-size: 50px;
	color: #000;
	
	margin-bottom: 25px;
	
}
h4 {
	font-size: 20px;
	
	margin-bottom: 12px;
	color: #000;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 700;
}
h5 {
	font-size: 20px;
	color: #000002;

	
	line-height: normal;
}
.text-primary {
	color: #7182BB;
	font-family: 'MyriadProBoldCondensed';
}
.text-success {
	color: #7182BB;
}
.container, .bb-custom-wrapper, .bb-bookblock {
	width: 100%;
	height: 100%;
}
.container {
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}
.containerBox {
	padding: 0px;
}
.slideRight {
	left: 360px;
}
.no-js .container {
	padding-left: 360px;
}
.menu-panel {
	width: 359px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	padding-top: 30px;
	padding-left: 35px;
	padding-right: 35px;
	background-color: #08133b;
}
.js .menu-panel {
	position: absolute;
	left: -359px;
}
.menu-panel h3 {
	font-size: 70px;
	color: #fff;
	font-family: CircularStd-Bold;
	padding-bottom: 25px;
	text-transform:capitalize;
}
.menu-toc {
	list-style: none;
}
.menu-toc li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
}
.logo .menu-toc li {
	border: 0px;
}
.logo .menu-toc li a {
	padding: 0px;
}
.menu-toc li a {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: normal;
	cursor: pointer;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	font-family: TCM;
	text-transform: uppercase;
}
.start {
	display: none;
}
.subHold {
	display: none;
}
.menu-toc li i {
	margin-right: 12px;
}
.menu-toc li a:hover, .menu-toc li.menu-toc-current a {
	color: #7182BB;
}
.menu-panel div {
	margin-top: 20px;
}
.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.7em;
	line-height: 1;
	padding: 5px 20px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
}
.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}
.bb-custom-wrapper nav {
	top: 20px;
	left: 60px;
	position: absolute;
	z-index: 1000;
}
.menu-button {
	position: absolute;
	top: 45px;
	left: 50px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-size: 40px;
	z-index:999;
}
.bb-custom-wrapper nav span {
	width: 55px;
	height: 70px;

	color: #000000;
	line-height: 70px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	-webkit-transition:0.5s;
	border-left: solid 1px #e8e8e8;}
.bb-custom-wrapper nav span:hover, .menu-button:hover {

}
.bb-custom-wrapper nav span:last-child {
	left: 40px;
}
/*.menu-button {
	z-index: 1000;
	left: 30px;
	top: 35px;
}
.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 3px;
	background: #48a544;
	top: 50%;
	margin-top: -2px;
	left: 25%;
	box-shadow: 0 -4px #48a544, 0 4px #48a544;
}*/
.no-js .bb-custom-wrapper nav span, .no-js .menu-button {
	display: none;
}
.js .content {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	bottom: 70px;
	overflow: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}
/*.js .content:before, .js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.js .content:after {
	top: auto;
	bottom: 0;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.no-js .content h2 {
	padding: 40px 1% 20px;
}*/

@media screen and (max-width: 800px) {
.no-js .menu-panel {
	display: none;
}
.no-js .container {
	padding: 0;
}
}
.bb-custom-wrapper nav {
	position: absolute;
	z-index: 1000;
	left: inherit;
	right: 0px;
	bottom: 0px;
	width: 112px;
	top: inherit;
	z-index: 9999;
}
#bb-nav-prev {
	float: left;
	text-indent: -2px;
}
#bb-nav-next {
	float: right;
	text-indent: 2px;
}
.scroller {
	padding-top: 20px;
	padding-bottom: 10px;
}
.logo {
	width: 100px;
	position: absolute;
	left: 110px;
	right: auto;
	z-index: 1000;
	top: 25px;
}
footer {
	position: absolute;
	z-index: 1000;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-right: 130px;
	padding-left: 30px;
	padding-top: 22px;
	padding-bottom: 23px;
	background-color: #fff;
	border-top: solid 1px #e8e8e8;
}

footer h6 {
	float: left;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000000;
	font-weight: 600;
}
footer h6 img {
	margin-right: 10px;
}
footer p {
	float: left;
	letter-spacing: 1px;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	
	padding: 0px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 600;

}
.introBox {
	text-align: center;
	padding-right: 15px;
	padding-left: 50px;
	padding-top:50px;
}
.introBox figure {
	margin-bottom: 25px;
}
.introBox h2 {
	font-family: CircularStd-Bold;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	padding-bottom: 30px;
}
.introBox h3 {
	font-family: CircularStd-Bold;
	font-size: 125px;
	line-height: 100px;
	color: #fff;
	text-transform:uppercase;
	padding-bottom: 30px;
}
.introBox h3 span {
	font-size: 85px;
	display:block;
}
.introBox h4 {
	font-family: CircularStd-Bold;
	font-size: 30px;
	line-height: normal;
	color: #fff;
	padding-bottom: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.page1Img {
	margin-top: 25px;
}
.contentBox {
	padding-left: 45px;
	padding-right: 45px;
}
.imgBox {
	text-align: center;
}
.thumbBox {
	margin-top: 150px;
	text-align: center;
}
.thumbBox ul li figure {
	margin-bottom: 20px;
}
.thumbBox ul li figure img {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	-ms-transform: scale(0.9, 0.9); /* IE 9 */
	-webkit-transform: scale(0.9, 0.9); /* Safari */
	transform: scale(0.9, 0.9);
}
.thumbBox ul li:hover figure img {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Safari */
	transform: scale(1.1, 1.1);
}
.thumbBox ul li {
	text-align: center;
	display:inline-block;
	width: 12%;
	padding-right: 10px;
	margin-bottom: 40px;
	padding-left: 10px;
	vertical-align: top;
}
.thumbBox ul li h5 {
	font-size: 15px;
	line-height: normal;
	color: #fff;
	padding-bottom: 0px;
	font-family: TCM;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.hideLi {
	display: none;
}
.sub {
	display: none;
}
.sub.menu-toc-current {
	display: block;
}
.testBox {
	margin-bottom: 35px;
}
.testBox p {
	font-size: 17px;
	color: #fff;

	
}
.testBox h6 {
	text-transform: none;
	color: #fff;
	font-size: 17px;
	line-height: normal;
	padding-bottom: 0px;
	
}
.clientList ul li {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
}
.clientList ul li img {
	border: 1px solid #cbcbff;
}
.list {
	margin-bottom: 20px;
}
.list li {
	font-size: 16px;
	line-height: normal;
	color: #fff;
	font-family: MyriadProRegular;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-bottom: 10px;
	padding-left: 19px;
}
.contactBox {
	margin-top: 40px;
}
address h5 {
	font-family: 'MyriadProRegular';
	font-size: 18px;
	line-height: normal;
	text-transform: none;
	color: #7182BB;
	padding-bottom: 10px;
}
address ul  {
	margin-top:20px;
}
address ul li {
	font-size: 18px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	padding-bottom: 15px;
	font-family: 'MyriadProRegular';
}
address ul li a {
	color: #fff;
}
address ul li a:hover {
	color: #7182BB;
}
address ul li strong {
	font-weight:normal;
}
address ul li i {
	color: #7182BB;
	margin-right: 10px;
	font-size:25px;
	position: relative;
    top: 5px;
}
.aboutImg {
	margin-top: 15px;
}
.aboutImg img {
	margin-right: 16px;
}
.innerBg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;

}
.btn-link {
	font-size: 17px;
	color: #44a340;
	display: block;
	margin-top: 10px;
	font-family: MyriadProBoldCondensed;
	letter-spacing: 1px;
}
.btn-link:hover, .btn-link:focus {
	color: #000;
	text-decoration: none;
}
.pageTitle {
	font-size: 17px;
	color: #44a340;
	position: absolute;
	left: 90px;
	top: 52px;
	font-family: TCM;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page3-img {
	text-align:center;
}
.text-top-gap {
	padding-top:200px;
}
.text-Box{
	
}
.text-Box2{
	padding:60px 60px 0px 60px;
}
.text-Box3{
	padding:60px 60px 0px 0px;
}

/* newcss */
 .jspPane {
    height: 100%;
}
.scroller {
    height: 100%;
}
.contentBox {
    height: 100%;
    position: relative;
} 
.text-Box{
    position: absolute;
   
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
	-o-transform: translateY(-50%) translateX(-0%);
	
	width: 40%;
}
.text-Box.textBoxLeft{
	left: 5%;
}
.text-Box.textBoxRight{
	right: 5%;
}
.productSlider{
    position: absolute;
	top: 50%;
	left: 5%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
	-o-transform: translateY(-50%) translateX(-0%);
	width: 40%;
	padding-left: 100px;
	position: relative;
}
.m-0{
	margin-bottom: 0 !important;
}
.toplogo{
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 999;
}
ul.tabs {
	width:100%;
	overflow:hidden;
	}
	
	ul.tabs li {
	list-style-type:none;
	display:block;
	cursor:pointer;
	}
	
	ul.tabs li:hover {
	}
	
	ul.tabs li.current {
	}
   
	.tabscontent {
	display:none;
	width:100%;
	
	}


.productSlider .tabs{
    position: absolute;
    left: 0%;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-0%);
    -webkit-transform: translateY(-50%) translateX(-0%);
    transform: translateY(-50%) translateX(-0%);
    -moz-transform: translateY(-50%) translateX(-0%);
    -o-transform: translateY(-50%) translateX(-0%);
}	

.productSlider ul.tabs li{
	display: block;
	opacity: 0.4;
	width: 80px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	border: solid 1px transparent;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin-bottom: 4px;
}
.productSlider ul.tabs li img{
	height: 80px;
}
.productSlider ul.tabs li.current {
	opacity: 1;
	border: solid 1px #e2e2e2;
}
.productSlider #tabsholder{
	text-align: center;
}
.dec2, .dec3, .dec4{
	display: none;
}

.bigProducts{
	position: absolute;
	max-width: 1100px;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.bigProductsBox{
	position: relative;
}
.bigProductsBox:hover .dot{
	opacity: 1;
}
.dot{
	position: absolute;
	height: 18px;
	width: 18px;
	left: 50%;
	top: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.pop{
    position: absolute;
    height: 152px;
    width: 230px;
	left: 50%;
	bottom: 6px;
    -ms-transform: translateY(-0) translateX(-50%);
    -webkit-transform: translateY(-0) translateX(-50%);
    transform: translateY(-0) translateX(-50%);
    -moz-transform: translateY(-0) translateX(-50%);
	-o-transform: translateY(-0) translateX(-50%);
	background-image: url("../img/pop.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 40px;

}
.pop h5{
	text-transform: uppercase;
	color: #848484;
	margin-bottom: 2px;
	letter-spacing: 1px;
    font-size: 13px;
}
.pop h6{
	color: #000000;
    margin-bottom: 4px;
   
    font-size: 23px;
    text-transform: lowercase;
    font-weight: 600;
}
.bigProducts h3{
	margin-bottom: 80px;
}
.reviews:after{
	content: '';
	display: block;
	clear: both;
}
.reviewsImg{
	float: left;
	width: 90px;
}
.reviewsImg img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.reviewsDec{
	padding-left: 20px;
	overflow: hidden;
}
.reviewsDec h5{
	font-size: 18px;
	font-weight: 700;
}
.verify{
	font-weight: 400;
	display: inline-block;
	margin-left: 15px;
}
.verify img{
	margin-right: 3px;
}
.reviewBox .carousel-control.left {
	background: none;
	width: 16px;
	top: inherit;
	left: 50%;
	margin-left: -25px;
	bottom:-30px;
	height: 15px;
	background-image: url("../img/review-left.png");
	background-position: center;
	background-repeat: no-repeat;
}
.reviewBox .carousel-control.left .glyphicon, .reviewBox .carousel-control.right .glyphicon {
	display: none;;

}
.reviewBox .carousel-control.right{
	width: 16px;
	top: inherit;
	right: 50%;
	margin-right: -25px;
	bottom:-30px;
	height: 15px;
	background-image: url("../img/review-right.png");
	background-position: center;
	background-repeat: no-repeat;
}
/* newcss end */


@media (max-width: 1600px) {
.introBox h2 {
	font-size: 100px;
	line-height: 100px;
}
.introBox h3 {
	font-size: 85px;
	line-height: 70px;
}
.introBox h3 span {
    font-size: 65px;
}
.introBox h4 {
	font-size: 20px;
}
.introBox figure img {
	width:250px;
	margin:0px auto;
}
.thumbBox {
    margin-top: 100px;
}
.thumbBox ul li {
	width: 15%;
}
/*h3 {
    font-size: 62px;
	padding-bottom:25px;
	line-height: 60px;
}*/
.innerBg {

}
.logo .menu-toc li img{
	width:74px;
}
.menu-button {
    top: 26px;
}
.text-Box{
	
}
.text-Box2{
	padding:30px 60px 0px 30px;
}
.text-Box3{
	padding:30px 60px 0px 0px;
}
}


@media (max-width: 1370px) {
.introBox figure {
	margin-bottom: 10px;
}
.introBox figure img {
	width: 120px;
}
.introBox h2 {
	font-size: 80px;
	line-height: 80px;
	padding-bottom: 2px;
}
.introBox h3 {
	font-size: 40px;
	padding-bottom: 5px;
}
.introBox h4 {
	font-size: 16px;
}
}
@media (max-width: 1366px) {
.bigProductsBox {

    max-width: 160px;
    margin: 0 auto;

}
.bigProducts {
    max-width: 900px;
    bottom: 30px;

}
}
@media (max-width: 1300px) {
.thumbBox ul li {
	float: none;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	width: auto;
}
.thumbBox ul li h5 {
	font-size: 14px;
}
}

@media (max-width: 1200px) {
h3 {
	font-size: 30px;
	
}
}

@media (max-width:991px) {
.imgBox {
	max-width: 320px;
	margin: 0 auto 20px auto;
}
h3 {
	
	font-size: 30px;
	
}
p {

	font-size: 15px;
}

.testBox p {
	font-size: 16px;
}
.verify {
    display: block;
    margin-left: 0;
    font-size: 14px;

}
.clientList {
	text-align: center;
}
.clientList ul li {
	margin-left: 4px;
	margin-right: 4px;
}
.list {
	margin: 0 auto 20px auto;
	max-width: 400px;
}
address {
	text-align: center;
}
.aboutImg {
	margin-top: 15px;
	text-align: center;
}
.aboutImg img {
	margin-right: 8px;
	margin-left: 8px;
}
.portFolioImg {
	text-align: center;
	max-width: 500px;
	margin: 0 auto;
}
.pageTitle {
	font-size: 12px;
	left: 85px;
	top: 56px;
}
.bigProductsBox {
    max-width: 100px;
}

.bigProducts {
    max-width: 600px;
}
}

@media (max-width: 767px) {
.bb-custom-wrapper nav span {
	width: 60px;
	height: 60px;
	line-height: 60px;
}
.menu-button {
	width: 30px;
	height: 30px;
	line-height: 27px;
	font-size: 12px;
	left: 15px;
	top: 26px;
}
.scroller {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.logo {
	top: 15px;
	width: 140px;
}
.bb-custom-wrapper nav span {
	font-size: 12px;
}
.bb-custom-wrapper nav {
	right: 0px;
	top: 0px;
	width: 122px;
	bottom: inherit;
}
#bb-nav-prev {
	text-indent: -1px;
}
#bb-nav-next {
	text-indent: 1px;
}
.js .content {
	top: 60px;
	bottom: 47px;
}
footer {
	padding: 15px;
}
footer h6 {
	font-size: 11px;
	float: none;
	display: block;
	text-align: center;
	margin-bottom: 6px;
}
footer p {
	font-size: 10px;
	float: none;
	display: block;
	text-align: center;
	line-height: normal;;
}

.introBox h2 {
	font-size: 70px;
	line-height: 70px;
	padding-bottom: 10px;
}
.introBox h3 {
	font-size: 35px;
	line-height: 32px;
	padding-bottom: 10px;
}
.introBox h4 {
	font-size: 14px;
}
.page1Img {
	overflow: hidden;
}
.page1Img img {
	position: relative;
	left: 0%;
	max-width: inherit;
	width: 800px;
}
.slideRight {
	left: 240px;
}
.no-js .container {
	padding-left: 240px;
}
.menu-panel {
	width: 240px;
	padding-left: 20px;
	padding-top: 20px;
}
.js .menu-panel {
	position: absolute;
	left: -240px;
}
.menu-panel h3 {
	font-size: 45px;
	padding-bottom: 10px;
	text-align: left;
}
.menu-toc li a {
	font-size: 13px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.contentBox {
	padding-left: 15px;
	padding-right: 15px;
}
p {
	font-size: 14px;
	line-height: 18px;

}
h3 {
	font-size: 25px;
	margin-bottom: 15px;
	line-height: normal;
}
h4 {

    font-size: 16px;

}
.imgBox {
	max-width: 280px;
}
.thumbBox ul li {
	display: block;
	margin: 0 auto 40px auto;
	max-width: 340px;
}
.thumbBox {
	margin-top: 30px;
}
.pageTitle {
	font-size: 12px;
	left: 15px;
	top: 90px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E0E0E0;
	right: 15px;
	padding-bottom: 5px;
}
.text-Box {
    padding: 0;
}
.introBox h2 {
    font-size: 30px;
    line-height: normal;
}
.introBox h3 span {
    font-size: 35px;
}
.introBox h3 {
    font-size: 20px;
	
}
.introBox {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}
.scroller {
    padding-top: 0;
}
.text-Box3 {
    padding: 0;
}


.jspPane {
    height: auto;
}
.scroller {
    height: auto;
}
.contentBox {
    height: auto;
  
} 
.text-Box{
	position: static;
	-ms-transform: translateY(-0%) translateX(-0%);
	-webkit-transform: translateY(-0%) translateX(-0%);
	transform: translateY(-0%) translateX(-0%);
	-moz-transform: translateY(-0%) translateX(-0%);
	-o-transform: translateY(-0%) translateX(-0%);
	width: 100%;
	padding: 20px;
	/*Permalink-usetoeditandsharethisgradient:;
	https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.8+0,0.8+100;
	White+to+Transparent*/background: -moz-linear-gradient(top,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 100%);
	/*FF3.6-15*/background: -webkit-linear-gradient(top,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 100%);
	/*Chrome10-25,Safari5.1-6*/background: linear-gradient(to bottom,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 100%);
	/*W3C,IE10+,FF16+,Chrome26+,Opera12+,Safari7+*/filter:;
	progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 );
	/*IE6-9*/margin-top: 30px;
	margin-bottom: 30px;
	border-radius:3px ;
	-webkit-border-radius:3px ;
	-moz-border-radius:3px ;
	-ms-border-radius:3px ;
	-o-border-radius:3px ;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.reviewBox{
	padding-bottom: 25px;
}
.productSlider {

    position: static;
    -ms-transform: translateY(-0%) translateX(-0%);
    -webkit-transform: translateY(-0%) translateX(-0%);
    transform: translateY(-0%) translateX(-0%);
    -moz-transform: translateY(-0%) translateX(-0%);
	-o-transform: translateY(-0%) translateX(-0%);
	width: 100%;
	max-width: 300px;
	margin: 0 auto 0px auto;
	padding-left: 0;

}
.productSlider .tabs {

    position: static;
    -ms-transform: translateY(-0%) translateX(-0%);
    -webkit-transform: translateY(-0%) translateX(-0%);
    transform: translateY(-0%) translateX(-0%);
    -moz-transform: translateY(-0%) translateX(-0%);
	-o-transform: translateY(-0%) translateX(-0%);

}
.productSlider ul.tabs li{
	display: inline-block;
}
.productSlider ul.tabs li img {

    height: 60px;

}
.productSlider ul.tabs li {
    width: 60px;
    height: 80px;
    line-height: 80px;

}
.bigProducts {
    max-width: 400px;
	position: static;
	padding-top: 30px;
	padding-bottom: 30px;

}
.bigProducts h3 {

    margin-bottom: 30px;

}
.bigProductsBox {

    max-width: 80px;
    margin: 0 auto 20px auto;

}
}
