.image-gallery-outer{overflow:hidden;}
.owl-carousel .owl-item li,
ul,li{
	padding:0;
	margin:0;
	list-style-type:none;	
}
.slide-desc-box
{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:100%;
	text-align:center;
	padding:0 5%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.slide-desc-box.t-left
{
	text-align:left;	
}
.slide-desc-box.t-right
{
	text-align:right;	
}
.slide-desc-box .slide-title
{
	font-size:25px;
	font-weight:700;	
}
.slide-desc-box .slide-desc
{
	font-size:18px;
}
.owl-theme .owl-controls{
	margin-top: 0px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-nav div
{
	background:#f00;
    border: 0 none;
    height: 44px;
    position: absolute;
    width: 44px;
	top:50%;
	background-position: 100% 0;
	position:absolute;
	font-size:25px;
	font-family:"Comic Sans MS", cursive;
	color:#fff;
	line-height:40px;
	transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-nav .owl-prev 
{    
	left:0;	
}
.owl-theme .owl-controls .owl-nav .owl-next 
{    
	right:0;	
}
.owl-theme .owl-controls .owl-nav .owl-prev:hover 
{
    background-color: #262626;
    background-position: 0 100%;
}
.owl-theme .owl-controls .owl-nav .owl-next:hover 
{
    background-color: #262626;
    background-position: 100% 100%;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-dots
{
	position:absolute;
	bottom:15px;
	width:100%;
}
.owl-theme .owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin:0 3px;
}
.owl-theme .owl-controls .owl-dot span{
	display: block;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    cursor: pointer;
    display: block;
    height: 12px;
    width: 12px;
    z-index: 9;
	margin:0 0 0 0;
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span{
	background: none repeat scroll 0 0 #d5d5d5;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-dot span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/css/bannerslider/AjaxLoader.gif) no-repeat center center
}
@media screen and (max-width: 980px) {
	.slide-desc-box{padding:0 70px;}	
}
@media screen and (max-width: 650px) 
{
.slide-desc-box .slide-title
{
	font-size:18px;	
}	
.slide-desc-box .slide-desc{font-size:16px;}
.owl-theme .owl-controls .owl-nav div{
	font-size:20px;
	line-height:35px;
	width:35px;
	height:35px;	
}
.owl-theme .owl-controls .owl-dot span{
	width:10px;
	height:10px;	
}
}
@media screen and (max-width: 480px) {
	.owl-theme .owl-controls .owl-dots{bottom:3px;}	
	.slide-desc-box .slide-title{font-size:14px;line-height:16px;}
	.slide-desc-box {
    padding: 0 35px;
}
.slide-desc-box .slide-desc{font-size:10px;line-height:12px;}
.owl-theme .owl-controls .owl-nav div {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    width: 25px;
}
.owl-theme .owl-controls .owl-dot span{width:7px;height:7px;}	
}
@charset "UTF-8";/*!Animate.css - http://daneden.me/animate Licensed under the MIT license -http://opensource.org/licenses/MIT Copyright (c) 2015 Daniel Eden*/.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,0.75,1);transform:scale3d(1.25,0.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,0.85,1);transform:scale3d(1.15,0.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}@keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.390625deg) skewY(0.390625deg);transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{-webkit-transform:skewX(-0.1953125deg) skewY(-0.1953125deg);transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}100%{-webkit-transform:none;transform:none}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}100%{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/css/bannerslider/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_modern
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; border:0 !important; padding:5px 9px !important; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

* {
	margin: 0;
	padding: 0
}
body {
	background-color: #eae7d8;
	font: 14px/1.55 arial, helvetica, sans-serif;
	color: #444;
	text-align: center;
	margin: 0;
	padding: 0
}
img {
	border: 0;
	vertical-align: top
}
a {
	color: #090;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
:focus {
	outline: 0
}
ol, ul {
	margin: 0
}
h1 {
	font-size: 2em;
	font-weight: 400;
	line-height: 1.15
}
h2 {
	font-size: 1.7em;
	line-height: 1.3;
	margin-bottom: .45em
}
h3 {
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: .45em
}
h4, h5 {
	font-size: 1.15em;
	line-height: 1.35;
	margin-bottom: .45em
}
h6 {
	font-size: 1em;
	line-height: 1.35;
	margin-bottom: 1em
}
form {
	display: inline
}
fieldset {
	border: 0
}
legend {
	display: none
}
#contactForm {
	display: block;
	padding: 0 20px;
	width: 480px
}
#contactForm textarea {
	width: 455px
}
#contactForm button span {
	padding-left: 7px
}
table {
	border: 0;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
	display: inline
}
caption, td, th {
	vertical-align: top;
	text-align: left;
	font-weight: 400
}
p {
	margin: 0 0 1em
}
strong {
	font-weight: 700
}
address {
	font-style: normal;
	line-height: 1.35
}
cite {
	font-style: normal
}
blockquote, q {
	quotes: none
}
q:after, q:before {
	content: ''
}
small {
	font-size: 1em
}
big {
	font-size: 1.15em
}
ol, ul {
	list-style: none;
	padding: 0
}
.hidden {
	display: block!important;
	border: 0!important;
	margin: 0!important;
	padding: 0!important;
	font-size: 0!important;
	line-height: 0!important;
	width: 0!important;
	height: 0!important;
	overflow: hidden!important
}
.nobr {
	white-space: nowrap!important
}
.wrap {
	white-space: normal!important
}
.a-left {
	text-align: left!important
}
.a-center {
	text-align: center!important
}
.a-right {
	text-align: right!important
}
.v-top {
	vertical-align: top
}
.v-middle {
	vertical-align: middle
}
.f-left, .left {
	float: left!important
}
.f-right, .right {
	float: right!important
}
.f-none {
	float: none!important
}
.f-fix {
	float: left;
	width: 100%;
	position: relative
}
.no-display {
	display: none
}
.no-margin {
	margin: 0!important
}
.no-padding {
	padding: 0!important
}
.no-bg {
	background: 0 0!important
}
.wrapper {
	margin: 0 auto;
	width: 1000px
}
.page {
	margin: 0 auto;
	text-align: left;
	background-color: #fff
}
.page-print {
	background: #fff;
	padding: 25px 30px;
	text-align: left
}
.page-empty {
	background: #fff;
	padding: 20px;
	text-align: left
}
.page-popup {
	background: #fff;
	padding: 25px 30px;
	text-align: left
}
.main {
	padding: 0;
	min-height: 350px;
	margin-bottom: 25px;
	z-index: -999;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bg_main.gif) repeat-y #fff;
}
.col-left {
	float: left;
	width: 185px;
	padding: 0px 10px 10px 20px;/*border-right: 1px solid #d8d7d1;*/
}
.col-right {
	float: right;
	width: 185px;
	padding: 0px 20px 10px 10px;/*border-left: 1px solid #d8d7d1;*/
}
#guarantee-seal {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/30-day-money-back-guarantee.gif) center top no-repeat;
	height: 128px;
	margin: 50 px 0 auto;
	padding-top: 130px;
	text-align: center;
	width: 176px
}
#guarantee-seal strong {
	font-size: 14px;
	line-height: 19px!important
}
#menu {
	text-transform:  text-transform: none;
	margin-bottom: 15px
}
#menu a {
	color: #2f2e2b
}
.navhead {
	background-color: #E4F1F2;
	border-radius: 14px;
	font-weight: 700;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	padding: 2px 10px;
	cursor: pointer;
	margin-top: 7px;
	font-size: 14px;
	letter-spacing: .05em;
	text-transform: none
}
.navhead1 {
	height: 20px;
	margin-bottom: 2px;
	color: #FFF
}
.navcontent ul {
	margin: 1px 0 0 1px;
	padding: 0 0 0 15px
}
.navcontent li.subcat a {
	font-size: 12px;
	color: #da5357;
	line-height: 14px;
	margin-top: 3px;
	padding: 2px 4px;
	text-transform: capitalize;
	cursor: pointer;
	display: block
}
#menu .navcontent li.subcat a:hover {
	color: #2f2e2b;
	font-weight: 700;
	text-decoration: none
}
.col1-layout .main {
	padding: 16px 30px 40px;
	background: 0 0
}
.col1-layout .col-main {
	float: none;
	width: auto
}
.col2-left-layout .col-main {
	float: right
}
.col3-layout .col-main {
	float: left;
	width: 548px;
	padding: 0 10px
}
.catalog-product-view .col3-layout .col-main {
	padding: 0 10px 25px
}
.col3-layout .col-wrapper {
	float: left;
	width: 689px
}
.col3-layout .col-wrapper .col-main {
	float: right
}
.col2-set .col-1 {
	float: left;
	width: 45%;
	background: #F7F7F7;
	border: 1px solid #FFF;
	padding: 10px
}
.col2-set .col-2 {
	float: right;
	width: 45%;
	background: #F7F7F7;
	border: 1px solid #FFF;
	padding: 10px
}
.account-login .col2-set .new-users h2 {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/new_customer.gif) 100% 0 no-repeat;
	height: 62px
}
.account-login .col2-set .registered-users h2 {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/registered_customers.gif) 100% 0 no-repeat;
	height: 62px
}
.account-login .col2-set .col-1, .account-login .col2-set .col-2 {
	background-color: #E4F1F2;
	border: 2px solid #10ADBE
}
.account-login .col2-set {
	margin-bottom: 10px
}
.account-login .buttons-set {
	margin: 0
}
.col2-set .box .box-content .col-1, .col2-set .box .box-content .col-2 {
	padding: 0 7px 7px;
	width: 46%
}
.col2-set .box .box-content .col-1 h4, .col2-set .box .box-content .col-2 h4 {
	line-height: 0
}
.col2-set .col-narrow {
	width: 32%
}
.col2-set .col-wide {
	width: 65%
}
.col3-set .col-1 {
	float: left;
	width: 32%
}
.col3-set .col-2 {
	float: left;
	width: 32%;
	margin-left: 2%
}
.col3-set .col-3 {
	float: right;
	width: 32%
}
.col4-set .col-1 {
	float: left;
	width: 23.5%
}
.col4-set .col-2 {
	float: left;
	width: 23.5%;
	margin: 0 2%
}
.col4-set .col-3 {
	float: left;
	width: 23.5%
}
.col4-set .col-4 {
	float: right;
	width: 23.5%
}
button, input, select, textarea {
	font: 14px/15px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #2f2f2f
}
input.input-text, select, textarea {
	background: #fff;
	border: 1px solid #b6b6b6
}
input.input-text, textarea {
	padding: 7px
}
.formclass input {
	width: 230px;
	height: 12px
}
.rental-form-button .button-set {
	width: 555px;
	margin-left: 85px
}
.rental-form-button {
	width: 329px
}
.rental-form-button button {
	width: 100px
}
.formclass {
	width: 600px
}
.enq_con1 {
	float: left;
	height: auto;
	padding-top: 7px;
	padding-bottom: 10px;
	width: 315px
}
.label_text {
	color: #000;
	float: left;
	font: 14px Arial, Helvetica, sans-serif;
	height: auto;
	width: 161px
}
.btns input {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/buttons.png) no-repeat;
	border: none;
	color: #767676;
	display: inline;
	float: right;
	font: 700 12px Arial, Helvetica, sans-serif;
	height: 27px;
	margin-right: 8px;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 82px
}
.success_msg {
	background-color: #10ADBE;
	color: #000;
	font-family: inherit;
	font-size: 16px;
	font-weight: 700;
	height: 25px;
	padding-top: 3px;
	text-align: center;
	width: 555px
}
.formclass table {
	border: 0;
	border-spacing: 3px;
	empty-cells: show;
	font-size: 100%
}
select {
	padding: 1px
}
select option {
	padding-right: 10px
}
select.multiselect option {
	border-bottom: 1px solid #b6b6b6;
	padding: 1px 5px
}
select.multiselect option:last-child {
	border-bottom: 0
}
textarea {
	overflow: auto
}
input.checkbox, input.radio {
	margin-right: 3px
}
input.qty {
	width: 2.5em!important
}
button.button::-moz-focus-inner {
padding:0;
border:0
}
button.button {
	-webkit-border-fit: lines;
	overflow: visible;
	width: auto;
	border: 0;
	padding: 0;
	margin: 0 10px;
	background: 0 0;
	cursor: pointer
}
button.button span {
	float: left;
	height: 25px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	white-space: nowrap;
	background-color: #6F0B33;
	line-height: 25px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: none;
	color: #fff;
	text-shadow: 1px 1px 1px #8b3537;
	font-size: 14px;
	padding: 0 10px
}
button.button:hover span {
	background-color: #090;
	text-shadow: 1px 1px 1px #0e3b61
}
button.button span span {
	background-position: 100% 0;
	padding: 0 2px
}
button.disabled span {
	color: #bbb!important
}
button.btn-checkout.no-checkout span {
	background-position: 0 100%;
	color: #cfcfcf
}
button.btn-checkout.no-checkout span span {
	background-position: 100% 100%
}
p.control input.checkbox, p.control input.radio {
	margin-right: 6px
}
.form-list li {
	margin: 0 0 6px
}
.form-list label {
	float: left;
	color: #555;
	font-weight: 700;
	position: relative;
	z-index: 0
}
.form-list label.required em {
	float: right;
	font-style: normal;
	color: #eb340a;
	position: absolute;
	top: 0;
	right: -7px
}
.form-list li.control label {
	float: none
}
.form-list li.control input.checkbox, .form-list li.control input.radio {
	margin-top: -1px;
	margin-right: 4px
}
.form-list li.control .input-box {
	clear: none;
	display: inline;
	width: auto
}
.form-list .input-box {
	display: block;
	clear: both;
	width: 260px
}
.form-list .field {
	float: left;
	width: 275px
}
.form-list input.input-text {
	width: 220px
}
.form-list textarea {
	width: 254px;
	height: 10em
}
.form-list select {
	width: 260px
}
.form-list li.wide .input-box, .form-list li.wide input.input-text, .form-list li.wide select, .form-list li.wide textarea {
	width: 450px
}
.form-list li.additional-row {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 7px
}
.form-list li.additional-row .btn-remove {
	float: right;
	margin: 5px 0 0
}
.form-list .input-range input.input-text {
	width: 74px
}
.form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-suffix .input-box {
	width: auto
}
.form-list .name-prefix {
	width: 65px
}
.form-list .name-prefix select {
	width: 55px
}
.form-list .name-prefix input.input-text {
	width: 49px
}
.form-list .name-suffix {
	width: 65px
}
.form-list .name-suffix select {
	width: 55px
}
.form-list .name-suffix input.input-text {
	width: 49px
}
.form-list .name-middlename {
	width: 70px
}
.form-list .name-middlename input.input-text {
	width: 49px
}
.form-list .customer-name-prefix-middlename .name-firstname, .form-list .customer-name-prefix-middlename-suffix .name-firstname {
	width: 140px
}
.form-list .customer-name-prefix-middlename .name-firstname input.input-text, .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text {
	width: 124px
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
	width: 189px
}
.form-list .customer-name-prefix-suffix .name-firstname {
	width: 210px
}
.form-list .customer-name-prefix-suffix .name-lastname {
	width: 205px
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
	width: 189px
}
.form-list .customer-name-middlename .name-firstname, .form-list .customer-name-prefix .name-firstname {
	width: 210px
}
.form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname, .form-list .customer-name-suffix .name-lastname {
	width: 205px
}
.form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text, .form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text {
	width: 189px
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month, .form-list .customer-dob .dob-year {
	float: left
}
.form-list .customer-dob input.input-text {
	display: block;
	width: 74px
}
.form-list .customer-dob label {
	font-size: 10px;
	font-weight: 400;
	color: #888
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
	width: 60px
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
	width: 46px
}
.form-list .customer-dob .dob-year {
	width: 140px
}
.form-list .customer-dob .dob-year input.input-text {
	width: 134px
}
.buttons-set {
	clear: both;
	margin: 4em 0 0;
	padding: 10px;
	border-top: 1px solid #e4e4e4;
	text-align: right
}
.buttons-set p.required {
	margin: 0 0 10px
}
.buttons-set .back-link {
	float: left;
	margin: 0
}
.buttons-set button.button {
	float: right;
	margin-left: 5px
}
.buttons-set-order {
	margin: 10px 0 0
}
.buttons-set-order .please-wait {
	padding: 5px 7px 0 0
}
.fieldset {
	margin: 0 10px 25px
}
.fieldset .legend {
	margin: 0 -10px 12px;
	background: #f1f1f1;
	padding: 2px 10px;
	font-size: 13px;
	line-height: 1.25
}
.validation-advice {
	clear: both;
	min-height: 13px;
	margin: 3px 0 0;
	padding-left: 13px;
	font-size: 11px;
	line-height: 13px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/validation_advice_bg.gif) 2px 3px no-repeat;
	color: #eb340a
}
.validation-failed {
	border: 1px solid #eb340a!important;
	background: #faebe7!important
}
p.required {
	font-size: 11px;
	text-align: right;
	color: #DA5357
}
.v-fix {
	float: left
}
.v-fix .validation-advice {
	display: block;
	width: 12em;
	margin-right: -12em;
	position: relative
}
.success {
	color: #3d6611;
	font-weight: 700
}
.error {
	color: #df280a;
	font-weight: 700
}
.notice {
	color: #e26703
}
.messages, .messages ul {
	list-style: none!important
}
.messages {
	width: 100%;
	overflow: hidden;
	margin-top: 5px
}
.messages li {
	margin: 0 0 10px!important
}
.messages li li {
	margin: 0 0 3px!important
}
.error-msg, .note-msg, .notice-msg, .success-msg {
	border-style: solid!important;
	border-width: 1px!important;
	padding: 4px 12px!important;
	font-size: 11px!important;
	font-weight: 700!important
}
.error-msg {
	border-color: #f16048;
	background-color: #faebe7;
	color: #df280a
}
.success-msg {
	border-color: #446423;
	background-color: #eff5ea;
	color: #3d6611
}
.note-msg, .notice-msg {
	color: #3d6611;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: #E4F1F2;
	font-size: 11px;
	margin-bottom: 10px;
	padding: 4px 8px;
	border-color: #10adbe
}
.breadcrumbs a {
	color: #090
}
.breadcrumbs li {
	display: inline;
	font-weight: 700
}
.breadcrumbs li strong {
	font-weight: 700
}
.page-title {
	/*overflow: hidden;*/
	margin-top: 5px
}
.page-title h1, .page-title h2 {
	font-size: 23px;
	font-weight: 400;
	margin: 0 0 10px
}
.page-title .separator {
	margin: 0 3px
}
.page-title .link-rss {
	float: right;
	margin: 7px 0 0
}
.title-buttons {
	text-align: right
}
.title-buttons h1, .title-buttons h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
	float: left
}
.heading_bg {
	padding-top: 5px
}
.subtitle {
	clear: both;
	padding: 12px 0 0;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 6px
}
.pager {
	font-size: 11px;
	background-color: #eae9e2;
	padding: 4px 8px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
	margin-bottom: 10px
}
.pager .amount {
	float: left;
	margin: 0
}
.pager .limiter {
	float: right
}
.pager .limiter label {
	vertical-align: middle
}
.pager .limiter select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle
}
.pager .pages {
	margin: 0 140px
}
.pager .pages ol {
	display: inline
}
.pager .pages li {
	display: inline;
	margin: 0 2px
}
.sorter {
	font-size: 11px;
	background-color: #eae9e2;
	padding: 4px 8px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 10px
}
.sorter .view-mode {
	float: left;
	margin: 0
}
.sorter .sort-by {
	float: right;
	padding-right: 36px
}
.sorter .sort-by label {
	vertical-align: middle
}
.sorter .sort-by select {
	padding: 0;
	margin: 0 0 1px;
	vertical-align: middle
}
.cms-home .toolbar {
	display: none
}
.data-table {
	width: 100%
}
.data-table tr.odd {
	background: #fff
}
.data-table tr.even {
	background: #fcfcfc
}
.data-table tr.last td, .data-table tr.last th {
	border-bottom: 0!important
}
.data-table th {
	padding: 2px 8px;
	font-size: 10px;
	text-transform: uppercase;
	white-space: nowrap
}
.data-table th.wrap {
	white-space: normal
}
.data-table th a {
	color: #fff
}
.data-table td {
	padding: 3px 8px
}
.data-table thead, .data-table thead tr {
	background-color: #EAE9E2;
	padding: 10px
}
.data-table tfoot {
	border-bottom: 1px solid #d9dde3
}
.data-table tfoot tr {
	outline: #D8D7D1 solid 1px;
	padding: 10px
}
.data-table tbody th {
	padding: 3px 8px;
	font-size: 11px;
	font-weight: 700;
	text-transform: none;
	white-space: normal
}
.data-table tbody td, .data-table tbody th {
	border-bottom: 1px solid #d9dde3
}
.data-table tfoot strong {
	font-size: 14px
}
.data-table tbody.odd tr {
	background: #fff
}
.data-table tbody.even tr {
	background: #fcfcfc
}
.data-table tbody.even tr td, .data-table tbody.odd tr td {
	border-bottom: 0
}
.data-table tbody.even tr.border td, .data-table tbody.odd tr.border td {
	border-bottom: 1px solid #d9dde3
}
.data-table tbody td .option-label {
	font-weight: 700;
	font-style: italic
}
.data-table tbody td .option-value {
	padding-left: 10px
}
tr.tax-total {
	cursor: pointer
}
tr.tax-total .tax-collapse {
	float: right;
	text-align: right;
	padding-left: 20px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_collapse.gif) 0 4px no-repeat;
	cursor: pointer
}
tr.show-details .tax-collapse {
	background-position: 0 -53px
}
tr.tax-details td {
	background-color: #dae1e4;
	color: #626465
}
tr.tax-details-first td {
	border-top: 1px solid #d2d8db
}
.cart-tax-info {
	display: block
}
.cart-tax-info, .cart-tax-info .cart-price {
	padding-right: 20px
}
.cart-tax-total {
	display: block;
	padding-right: 20px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_collapse.gif) 100% 4px no-repeat;
	cursor: pointer
}
.cart-tax-info .price, .cart-tax-total .price {
	display: inline!important;
	font-weight: 400!important
}
.cart-tax-total-expanded {
	background-position: 100% -53px
}
.std .subtitle {
	padding: 0
}
.std ol.ol {
	list-style: decimal;
	padding-left: 1.5em
}
.std ul.disc {
	margin: 0 0 10px;
	list-style: disc;
	padding-left: 18px
}
.std dl dt {
	font-weight: 700
}
.std dl dd {
	margin: 0 0 10px
}
.std p.recommend {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/categories.gif) 0 -60px no-repeat;
	width: 321px;
	height: 30px;
	margin: 0 0 10px
}
.std p.featured_prod {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/categories.gif) 0 -287px no-repeat;
	width: 185px;
	height: 30px;
	margin-bottom: 10px
}
. li {
	display: inline
}
. li.first {
	padding-left: 0!important
}
. li.last {
	background: 0 0!important;
	padding-right: 0!important
}
.link-cart {
	font-weight: 700;
	color: #d62502
}
.link-rss {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/i_rss.gif) 0 1px no-repeat;
	padding-left: 18px;
	line-height: 14px;
	white-space: nowrap
}
.btn-remove {
	display: block;
	width: 12px;
	height: 12px;
	font-size: 0;
	line-height: 0;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/btn_remove.gif) no-repeat;
	text-indent: -999em;
	overflow: hidden
}
<style type="text/css">
    /* Force the trash icon display */
    .btn-remove2 {
        display: block !important;
        width: 16px !important;
        height: 16px !important;
        font-size: 0 !important;
        line-height: 0 !important;
        background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/btn_trash2.gif) no-repeat !important;
        text-indent: -999em !important;
        /* Removed overflow: hidden */
    }
/* Ensure it's not overridden by other CSS files */
body #top-nav .btn-remove2 {
    background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/btn_trash.gif) no-repeat !important;
}
</style>

}
.separator {
	margin: 0 3px
}
.divider {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;
	background: #ccc;
	margin: 10px 0;
	text-indent: -999em;
	overflow: hidden
}
nooscript {
	border: 1px solid #ddd;
	border-width: 0 0 1px;
	background: #ffff90;
	font-size: 14px;;
	line-height: 1.25;
	text-align: center;
	color: #2f2f2f
}
.noscript .noscript-inner {
	width: 950px;
	margin: 0 auto;
	padding: 12px 0;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/i_notice.gif) 20px 50% no-repeat
}
.noscript p {
	margin: 0
}
.demo-notice {
	margin: 0;
	padding: 6px 10px;
	background: #d75f07;
	font-size: 11px;
	line-height: 1.15;
	text-align: center;
	color: #fff
}
.header-container {
	height: 164px;
	position: relative
}
.header {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/massage_tables.gif) 360px 32px no-repeat #fff;
	height: 158px;
	border-bottom: 1px solid #d8d7d1
}
.header p.guarantee {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/header_money_back_guarantee.gif) no-repeat;
	float: left;
	height: 32px;
	margin-left: 20px;
	text-indent: -9999px;
	width: 224px
}
#logo-wrapper {
	width: 279px;
	height: 74px;
	margin: 25px 20px 0
}
#top-nav {
	position: absolute;
	bottom: 25px;
	left: 224px
}
#top-nav ul {
	padding: 0;
	margin: 0
}
#top-nav ul li {
	float: left;
	display: inline
}
#top-nav ul li a {
	color: #FFF;
	font-size: 13px;
	padding: 0 17px;
	text-shadow: 0 0 5px #000
}
#left-nav-title {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/categories.gif) no-repeat;
	width: 185px;
	height: 30px
}
#call {
	float: right;
	width: 210px;
	margin-top: -80px
}
#call p {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
	line-height: 2;
	height: 29px
}
#call img {
	margin-right: 5px
}
.quick-access {
	color: #fff;
	padding: 0;
	text-align: center;
	height: 32px;
	/*background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/menu_bg.gif) repeat-x #10adbe;*/
	background: #2e63b0 url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/menu_bg.gif) repeat-x;
}
.quick-access .welcome-msg {
	display: inline;
	margin: 0;
	color: #fff
}
.quick-access .form-language {
	float: left
}
.quick-access .form-language label {
	font-weight: 700;
	padding-right: 5px;
	color: #fff;
	vertical-align: middle
}
.quick-access .form-language select {
	padding: 0
}
.quick-access .form-language select.flags option {
	background-position: 4px 50%;
	background-repeat: no-repeat;
	padding-left: 25px
}
.quick-access . {
	padding: 0 20px;
	float: right
}
.quick-access . li {
	margin-right: 10px;
	float: left
}
.quick-access . a {
	padding: 0 15px 0 0;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/menu_separator.gif) 100% 50% no-repeat;
	float: left;
	height: 32px;
	color: #fff;
	text-shadow: #0b727d 1px 1px 1px;
	line-height: 30px
}
.quick-access . li.last a {
	padding: 0;
	background: 0 0
}
.top-bar .breadcrumbs {
	float: left;
	width: 548px;
	overflow: hidden;
	margin-bottom: 10px
}
#search_mini_form {
	margin-bottom: 15px
}
#newsletter-validate-detail {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #EAE9E2;
	padding: 8px;
	display: block
}
.block-titleNews {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/SubscribeToday.gif);
	height: 30px;
	text-indent: -9999px;
	color: #FFF;
	font-weight: 400;
	text-align: center;
	margin-bottom: 11px
}
#newsletter-validate-detail #newsletter {
	width: 148px
}
#newsletter-validate-detail .input-box {
	padding-bottom: 5px;
	padding-top: 5px
}
.newsletter_main {
	margin-bottom: 10px
}
.newsletter_main .button {
	margin-left: 46px
}
.form-search {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 280px;
	text-align: center;
	float: left
}
.form-search label {
	float: left;
	font-size: 12px;
	font-weight: 700;
	padding: 0 5px 0 0
}
.form-search input.input-text {
	background-color: #fff;
	border: none;
	font-size: 12px;
	font-style: italic;
	color: #b2b0a3;
	height: 10px;
	margin-top: 4px;
	width: 150px;
	margin-right: 4px
}
.form-search button.button {
	float: left
}
.form-search button.button span {
	height: 23px;
	background-image: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_btn-small.png);
	line-height: 21px
}
.form-search .search-submit {
	height: 25px;
	background-color: #6F0B33;
	line-height: 25px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: none;
	color: #fff;
	text-shadow: 1px 1px 1px #8b3537;
	font-size: 14px;
	padding: 0 10px;
	cursor: pointer;
	text-transform: uppercase;
	margin-top: 3px
}
.form-search .search-submit:hover {
	background-color: #090;
	text-shadow: 1px 1px 1px #0e3b61
}
.form-search .search-autocomplete {
	z-index: 999;
	color: #333
}
.form-search .search-autocomplete ul {
	border: 1px solid #999;
	background-color: #f9f5f0
}
.form-search .search-autocomplete li {
	text-align: left;
	border-bottom: 1px solid #f4eee7;
	padding: 2px 8px 1px;
	cursor: pointer
}
.form-search .search-autocomplete li .amount {
	float: right;
	font-weight: 700
}
.form-search .search-autocomplete li.odd {
	background-color: #f6f6f6
}
.form-search .search-autocomplete li.selected {
	background-color: #ecf9ea
}
.header-container .top-container {
	padding: 5px 12px;
	background: #fff;
	border: 1px solid #bbb;
	border-width: 0 1px 1px;
	text-align: right
}
#nav {
	float: left;
	margin: 0px 0 10px;
	font-size: 14px;;
	width: 1000px;
	padding-top: 10px;
	background-color: #2e63b0
}
#nav li {
	position: relative;
	text-transform: none;
	text-align: left
}
#nav li.over {
	z-index: 999
}
#nav a, #nav a:hover {
	display: block;
	line-height: 1.3em;
	text-decoration: none
}
#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap
}
#nav li ul span {
	white-space: normal
}
#nav li {
	float: left;
	margin: 1px 8px 11px 1px;
	padding: 3px 5px
}
#nav li.active a {
	color: #ffffff
}
#nav a {
	float: left;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_nav_top.gif) 100% 50% no-repeat;
	padding-right: 11px;
	color: #ffffff;
	font-weight: 700
}
#nav a:hover, #nav li.over a {
	color: #0e3b61
}
#nav li.active, #nav li.over {
	margin: 0 7px 10px 5px
}
#nav ul li, #nav ul li.active, #nav ul li.over {
	float: none;
	border: none;
	background: 0 0;
	margin: 0;
	padding: 0 0 1px;
	text-transform: none
}
#nav ul li.parent {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_nav_parent.gif) 100% 50% no-repeat
}
#nav ul li.last {
	padding-bottom: 0
}
#nav ul li.active {
	margin: 0;
	border: 0;
	background: 0 0
}
#nav ul a, #nav ul a:hover {
	float: none;
	padding: 0;
	background: 0 0
}
#nav ul li a {
	font-weight: 400!important
}
#nav ul {
	position: absolute;
	width: 17em;
	top: 22px;
	z-index: 1001;
	left: -10000px;
	border: 1px solid #bbb;
	border-bottom: 2px solid #999;
	padding: 3px 8px;
	background: #fcfcfc;
	font-size: 14px
}
#nav li.over>ul {
	left: -1px
}
#nav li.over>ul li.over>ul {
	left: 100px
}
#nav li.over ul ul {
	left: -10000px
}
#nav ul li a {
	padding: 3px 0;
	color: #000000
}
#nav ul li a:hover {
	padding: 3px 0;
	color: #color: #FFFFFF!important
}
#nav ul ul {
	top: 5px
}
.block {
	margin: 0 auto 15px;
	width: 100%;
	line-height: 1.5
}
.block-related .block-title {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/relatedproducts.gif);
	height: 30px;
	text-indent: -9999px
}
.block-related span {
	color: #FFF;
	font-size: 12px;
	margin: 12px
}
.block-compare .block-title {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/categories.gif) 0 -120px no-repeat;
	height: 30px;
	width: 185px;
	text-indent: -9999px
}
.block-viewed .block-title {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/categories.gif) 0 -210px no-repeat;
	height: 47px;
	width: 185px;
	text-indent: -9999px
}
.block-shopby .block-title {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/categories.gif) 0 -257px no-repeat;
	height: 30px;
	width: 185px;
	text-indent: -9999px
}
.block-shopby dt.Price {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/price.gif) no-repeat;
	padding-left: 20px;
	height: 24px
}
.block-shopby dt.Manufacturer {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/producer.gif) no-repeat;
	padding-left: 23px;
	height: 24px
}
.block .block-title strong {
	display: block;
	font: 700 12px/1.5 Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #444
}
.block .block-title a {
	text-decoration: none!important
}
.block .block-subtitle {
	font-size: 14px;
	margin: 0 0 10px;
	padding: 0 0 2px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase
}
.block .block-content {
	padding: 12px 10px
}
.block .block-content li.item {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 5px
}
.block .block-content li.item.last {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0
}
.block .btn-remove {
	float: right;
	margin: 1px 0 2px 5px
}
.block .actions {
	border-top: 1px solid #ddd;
	padding: 5px 0 0;
	margin: 5px 0 0;
	text-align: right
}
.block .actions a {
	float: left
}
.block .actions button.button {
	float: right
}
.block .empty {
	margin: 0
}
.block .price-box {
	margin: 5px 0
}
.block button.button span {
	height: 23px;
	background-image: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_btn-small.png);
	line-height: 20px
}
.block ol, .block ul {
	padding: 0
}
.block dt {
	font-weight: 700;
	margin: 10px 0 0
}
.block dd {
	margin: 0
}
.mini-products-list .product-image {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #a9a9a9
}
.mini-products-list .product-details {
	margin-left: 60px
}
.mini-products-list .product-details p.product-name {
	text-shadow: 1px 1px 1px #fff
}
.block-account .block-title {
	border: 0;
	background: #777
}
.block-account .block-title strong {
	color: #fff
}
.block-account .block-content li a {
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 3px 0;
	color: #5f5d5c;
	text-decoration: none!important
}
.block-account .block-content li a:hover {
	color: #444
}
.block-account .block-content li.last a {
	border-bottom: 0
}
.block-account .block-content li.current {
	border-bottom: 1px solid #ddd;
	padding: 3px 0
}
.block-account .block-content li.current.last {
	border-bottom: 0
}
.block-currency {
	background: #f4f4f4
}
.block-currency .block-title {
	border: 0;
	background: 0 0;
	padding: 7px 10px 2px;
	text-transform: none
}
.block-currency .block-title strong {
	text-transform: none
}
.block-currency .block-content {
	padding: 0 10px 12px
}
.block-currency .block-content select {
	width: 100%;
	padding: 0
}
.block-layered-nav {
	border: 0
}
.block-layered-nav .block-title {
	border: 0;
	padding: 0;
	margin: 0 0 6px;
	height: 13px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_block-layered-title.gif) no-repeat;
	text-indent: -999em;
	overflow: hidden
}
.block-layered-nav .block-content {
	padding: 0
}
.block-layered-nav .block-subtitle {
	margin: 0;
	background: #679100;
	font-size: 14px;;
	font-weight: 700;
	padding: 2px 10px;
	color: #fff
}
.block-layered-nav dt {
	font-weight: 700;
	border-top: 1px solid #fff;
	padding: 8px 10px 0;
	font-size: 14px;
}
.block-layered-nav dd {
	padding: 0 10px 8px;
	border-bottom: 1px solid #ddd
}
.block-layered-nav dd li {
	line-height: 1.35;
	margin: 0 0 3px
}
.block-layered-nav dd a {
	color: #444
}
.block-layered-nav .currently {
	padding: 6px 0 0
}
.block-layered-nav .currently li {
	padding: 2px 10px
}
.block-layered-nav .currently .label {
	font-weight: 700
}
.block-layered-nav .currently .btn-remove {
	margin: 2px 0 0
}
.block-layered-nav .actions {
	padding: 5px 10px;
	margin: 0
}
.block-layered-nav .actions a {
	float: none
}
.block-cart .block-title {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/categories.gif) 0 -180px no-repeat;
	height: 30px;
	width: 185px;
	text-indent: -9999px;
	margin-bottom: 10px
}
.block-cart .block-content {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bg_stripes.gif);
	width: 165px
}
.block-cart .block-title strong {
	color: #fff
}
.block-cart .summary {
	background: #E4F1F2;
	padding: 8px;
	margin: -12px -10px 8px;
	text-align: center;
	position: relative;
	z-index: 1
}
.block-cart .amount {
	margin: 0
}
.block-cart .amount a {
	font-weight: 700
}
.block-cart .subtotal {
	background-color: #8b3537;
	margin: 5px 0 0;
	color: #fff;
	line-height: 23px
}
.block-cart .subtotal .price {
	font-weight: 700
}
.block-cart .actions {
	display: none!important
}
.block-wishlist .actions {
	text-align: right
}
.block-wishlist .actions a {
	float: none
}
.block-related .block-subtitle {
	font-size: 14px;
	font-weight: 700;
	border: 0;
	padding: 0;
	margin: 0 0 8px;
	text-transform: none
}
.block-related input.checkbox {
	float: right
}
.block-related .product {
	margin-right: 20px
}
.page-popup .link-print {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/i_print.gif) 0 2px no-repeat;
	padding: 3px 0 3px 25px
}
.compare-table {
	border: 0
}
.compare-table thead, .compare-table thead tr.first {
	background: #fff
}
.compare-table thead tr.first td, .compare-table thead tr.first th {
	border: 0;
	background: 0 0;
	padding: 0 0 4px;
	font-size: 0;
	line-height: 0
}
.compare-table .btn-remove {
	float: right;
	background-image: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/btn_remove.gif);
	width: 12px;
	height: 12px
}
.compare-table tbody th {
	background: #e9e9e9
}
.compare-table tbody td, .compare-table tbody th {
	padding: 10px;
	border: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc
}
.compare-table tbody td.last {
	border-right: 1px solid #ccc
}
.compare-table tbody tr.last td, .compare-table tbody tr.last th {
	border-bottom: 1px solid #ccc!important
}
.compare-table tr.add-to-row td {
	background: #fffada;
	text-align: center
}
.compare-table tr.first td {
	text-align: center
}
.compare-table tr.first td .product-name {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 5px;
	color: #203548
}
.compare-table tr.first td .product-name a {
	color: #203548
}
.compare-table tr.first td .ratings {
	width: 69px;
	margin: 0 auto
}
.compare-table tr.add-to-row td p, .compare-table tr.first td p {
	margin: 0
}
.compare-table .add-to- li {
	background: 0 0;
	padding: 1
}
.block-poll .block-subtitle {
	font-size: 12px;
}
.block-poll label {
	color: #777;
	font-weight: 700
}
.block-poll input.radio {
	float: left;
	margin: 1px -18px 0 0
}
.block-poll .label {
	display: block;
	margin-left: 18px
}
.block-poll li {
	padding: 3px 9px
}
.block-poll .actions {
	margin: 5px 0 0
}
.block-poll .answer {
	font-weight: 700
}
.block-poll .votes {
	float: right;
	margin-left: 10px
}
.block-tags .block-content ul {
	font-size: 1px
}
.block-tags .block-content li {
	display: inline;
	padding-right: px
}
.block-tags .block-content li a {
	color: #00000
}
.block-tags .actions {
	text-align: right
}
.block-tags .actions a {
	float: none
}
.block-reorder input.checkbox {
	float: left;
	margin: 2px -20px 0 0
}
.block-reorder .product-name {
	margin-left: 20px
}
.block-reorder .validation-advice {
	margin: 3px 9px 7px
}
.block-banner {
	border: 0
}
.block-banner .block-content {
	padding: 0;
	background: 0 0;
	text-align: center
}
.block-login .block-content {
	padding: 5px 10px
}
.block-login label {
	font-weight: 700;
	color: #555
}
.block-login input.input-text {
	display: block;
	width: 167px;
	margin: 3px 0
}
.block-login .actions {
	background: 0 0;
	padding: 0;
	margin: 3px 0 0
}
.category-title {
	margin: 0
}
.category-title h1 {
	padding: 0 0 5px;
	color: #090;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.25
}
.category-image {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
	text-align: center
}
.category-description {
	margin: 0 0 10px
}
.products-grid {
	position: relative;
	padding: 0;
	z-index: 1
}
.products-grid.last {
	border-bottom: 0
}
.products-grid li.item {
	float: left;
	width: 151px;
	padding: 0 9px;
	position: relative;
	text-align: center;
	z-index: -999;
	height: 340px;
	margin-bottom: 20px;
}
.products-grid .product-image {
	display: block;
	width: 156px;
	height: 156px;
	border: 1px solid #ddd;
	margin: 0 0 10px;
	z-index: -999
}
.products-grid.first .product-image {
	-moz-box-shadow: 0 0 3px #FFF;
	z-index: -999
}
.products-grid .product-name {
	font-size: 14px;;
	margin: 0 0 6px;
	text-align: center;
	z-index: -999
}
.products-grid .product-name a {
	color: #2e63b0;
	font-weight: 700
}
.products-grid .product-name a:hover {
	text-decoration: underline
}
.products-grid .add-to- {
	padding: 0
}
.products-grid .price-box .price {
	color: #2e63b0;
	font-size: 15px
}
.products-grid .availability {
	line-height: 21px
}
.col1-layout .products-grid, .col2-left-layout .products-grid, .col2-right-layout .products-grid, .page-empty .products-grid {
	width: 684px;
	margin: 0 auto
}
.products-list li.item {
	border-bottom: 1px solid #d9ddd3;
	padding: 12px 10px
}
.products-list li.item.last {
	border-bottom: 0
}
.products-list .product-shop {
	margin-left: 185px
}
.products-list .product-image {
	float: left;
	width: 170px;
	height: 170px;
	margin: 0 0 10px
}
.products-list .product-name {
	font-size: 14px;;
	margin: 0 0 6px
}
.products-list .product-name a {
	color: #444;
	text-decoration: underline
}
.products-list .product-name a:hover {
	text-decoration: none
}
.products-list .price-box {
	float: left;
	margin: 4px 13px 0 0
}
.products-list .availability {
	float: left;
	margin: 3px 0 0
}
.products-list .desc {
	clear: both;
	padding: 6px 0 0;
	margin: 0 0 13px;
	line-height: 1.35
}
.products-list .desc .link-more {
	font-size: 14px
}
.products-list .add-to- {
	clear: both
}
.no-rating {
	margin: 0
}
.ratings {
	line-height: 1.25
}
.ratings strong {
	float: left;
	margin: 0 3px 0 0
}
.ratings .rating- {
	margin: 0
}
.ratings .rating- .separator {
	margin: 0 2px
}
.rating-box {
	width: 50px;
	height: 10px;
	font-size: 0;
	line-height: 0;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_rating.gif) repeat-x;
	text-indent: -999em;
	overflow: hidden
}
.catalog-category-view .rating-box {
	margin: 0 auto
}
.rating-box .rating {
	float: left;
	height: 10px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_rating.gif) 0 100% repeat-x
}
.ratings .amount {
	display: block;
	padding-top: 3px
}
.ratings-table td, .ratings-table th {
	font-size: 11px;
	line-height: 1.15;
	padding: 3px 0
}
.ratings-table th {
	font-weight: 700;
	padding-right: 8px
}
.ratings-table td {
	padding: 4px 0 0
}
.product-shop .ratings, .product-shop .ratings .rating-box {
	margin: 5px 0
}
.availability {
	margin: 0
}
.availability span {
	font-weight: 700
}
.availability.out-of-stock span {
	color: #d83820
}
.product-view .product-shop .availability {
	font-size: 11px
}
.product-view .product-shop .availability span {
	font-weight: 400
}
.email-friend {
	margin: 0
}
.alert-price, .alert-stock {
	margin: 0;
	font-size: 11px
}
.price {
	white-space: nowrap!important
}
.price-box .price {
	font-size: 13px;
	font-weight: 700;
	color: #396f00
}
.regular-price {
	color: #396f00
}
.regular-price .price {
	font-size: 13px;
	font-weight: 700;
	color: #396f00
}
.old-price {
	margin: 0
}
.old-price .price-label {
	font-size: 14px;;
	font-weight: 700;
	white-space: nowrap
}
.old-price .price {
	font-weight: 700;
	font-size: 13px;
	color: #396f00;
	text-decoration: line-through
}
.special-price {
	margin: 0
}
.special-price .price-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
	color: #000
}
.special-price .price {
	font-size: 13px;
	font-weight: 700
}
.minimal-price {
	margin: 0
}
.minimal-price .price-label {
	font-size: 14px;;
	font-weight: 700;
	white-space: nowrap
}
.minimal-price-link {
	display: block;
	font-size: 14px;;
	text-decoration: underline;
	color: #444
}
.minimal-price-link .label {
	color: #444
}
.minimal-price-link .price {
	font-weight: 400;
	color: #444
}
.price-including-tax {
	display: block;
	color: #888
}
.price-including-tax .label {
	font-size: 10px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #888
}
.price-including-tax .price {
	font-size: 13px;
	font-weight: 700;
	color: #396f00
}
.price-excluding-tax {
	display: block;
	color: #888
}
.price-excluding-tax .label {
	font-size: 10px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #888
}
.price-excluding-tax .price {
	font-size: 14px;;
	font-weight: 400;
	color: #396f00
}
.price-incl-tax {
	display: block
}
.price-incl-tax .label {
	display: block;
	white-space: nowrap
}
.price-incl-tax .price {
	display: block;
	font-weight: 700
}
.price-excl-tax {
	display: block
}
.price-excl-tax .label {
	display: block;
	white-space: nowrap
}
.price-excl-tax .price {
	display: block;
	font-weight: 400
}
.weee {
	display: block;
	font-size: 11px;
	color: #444
}
.weee .price {
	font-size: 11px;
	font-weight: 400
}
.price-from {
	margin: 0
}
.price-from .price-label {
	font-size: 14px;;
	font-weight: 700;
	white-space: nowrap
}
.price-to {
	margin: 0
}
.price-to .price-label {
	font-size: 14px;;
	font-weight: 700;
	white-space: nowrap
}
.price-notice {
	padding-left: 7px
}
.price-notice .price {
	font-weight: 700
}
.price-as-configured {
	margin: 0
}
.price-as-configured .price-label {
	font-weight: 700;
	white-space: nowrap;
	text-transform: uppercase
}
.price-box-bundle {
	padding: 0 0 10px
}
.price-box-bundle .price-box {
	margin: 0!important;
	padding: 0!important
}
.price-box-bundle .price {
	color: #222
}
f .tier-prices {
	margin: 10px 0;
	padding: 10px;
	background: #f4f9ea;
	border: 1px solid #ddd
}
.tier-prices .benefit {
	font-style: italic;
	font-weight: 700
}
.tier-prices .price, .tier-prices-grouped li .price {
	font-weight: 700
}
.add-to- {
	margin: 3px 0 0
}
.add-to- li {
	line-height: 1.25;
	padding-left: 3px
}
.add-to- .separator {
	display: none
}
.add-to-cart label {
	float: left;
	margin-right: 5px;
	font-weight: 700;
	line-height: 20px;
	color: #555
}
.add-to-cart .qty {
	float: left;
	margin: 0 5px 10px 0
}
.add-to-cart button.button {
	float: left;
	margin: -3px 10px 0
}
.add-to-box {
	margin: 10px 0
}
.add-to-box .add-to-cart {
	margin: 10px 0;
	border: 1px solid #eee;
	background-color: #f8f8f8;
	padding: 10px;
	text-align: right
}
.add-to-box .or {
	display: none!important
}
.add-to-box .add-to- {
	margin: 10px 0;
	text-align: right
}
.add-to-box .add-to- li .separator {
	display: none!important
}
.product-essential {
	padding: 0
}
.product-essential h2 {
	font: 700 12px/1.25 Arial, Helvetica, sans-serif
}
.product-collateral {
	padding: 10px 20px
}
.product-collateral h2 {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.15
}
.product-view .product-img-box {
	float: right;
	padding: 10px 0 20px
}
.col3-layout .product-view .product-img-box {
	margin: 0 auto
}
.product-view .product-img-box .product-image {
	margin: 0 0 10px;
	border: 1px solid #cacaca;
	text-align: center;
	background: #FFF
}
.product-view .product-img-box .product-image-zoom {
	position: relative;
	width: 300px;
	height: 300px;
	overflow: hidden;
	z-index: 9
}
.product-view .product-img-box .product-image-zoom img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: move
}
.product-view .product-img-box .zoom-notice {
	margin: 0 0 10px;
	text-align: center
}
.product-view .product-img-box .zoom {
	position: relative;
	z-index: 9;
	height: 24px;
	margin: 0 auto 13px;
	padding: 0 28px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/slider_bg.gif) 50% 50% no-repeat;
	cursor: pointer
}
.product-view .product-img-box .zoom.disabled {
	-moz-opacity: .3;
	-webkit-opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	opacity: .3
}
.product-view .product-img-box .zoom #track {
	position: relative;
	height: 18px
}
.product-view .product-img-box .zoom #handle {
	position: absolute;
	left: 0;
	top: 3px;
	width: 9px;
	height: 18px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/magnifier_handle.gif) no-repeat
}
.product-view .product-img-box .zoom .btn-zoom-out {
	position: absolute;
	left: 10px;
	top: 7px
}
.product-view .product-img-box .zoom .btn-zoom-in {
	position: absolute;
	right: 10px;
	top: 7px
}
.product-view .product-img-box .more-views {
	width: 224px
}
.product-view .product-img-box .more-views h2 {
	font-size: 10px;
	font-weight: 400;
	padding: 0 0 2px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 8px;
	text-transform: uppercase
}
.product-view .product-img-box .more-views ul {
	margin-left: -10px
}
.product-view .product-img-box .more-views li {
	float: left;
	margin: 0 0 8px 10px
}
.product-view .product-img-box .more-views li a {
	float: left;
	width: 66px;
	height: 66px;
	border: 1px solid #ddd;
	overflow: hidden
}
.product-image-popup {
	margin: 0 auto
}
.product-image-popup .nav {
	font-weight: 700;
	text-align: center
}
.product-image-popup .image {
	display: block;
	margin: 10px 0
}
.product-image-popup .image-label {
	font-size: 14px;;
	font-weight: 700;
	margin: 0 0 10px;
	color: #2f2f2f
}
.product-view .product-shop {
	float: left;
	padding: 10px;
	width: 40%
}
.col1-layout .product-view .product-shop {
	float: right;
	width: 576px
}
.col3-layout .product-view .product-shop {
	position: relative
}
.product-view .product-shop .product-name h1 {
	padding: 3px 0;
	color: #2e63b0;
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.25
}
.product-view .product-shop .availability, .product-view .product-shop .price-box, .product-view .product-shop .short-description {
	margin: 10px 0
}
.product-view .product-shop .add-to- {
	margin: 0
}
.product-view .product-shop .add-to- li .separator {
	display: none!important
}
.product-options {
	margin: 10px auto 0;
	padding: 5px 20px;
	width: 338px;
	background-color: #f4f9ea;
	border: 1px solid #ddd
}
.product-options dt {
	padding: 10px 0 0;
	font-weight: 400
}
.product-options dt label {
	font-weight: 700
}
.product-options dt span.required {
	color: #eb340a
}
.product-options dt .qty-holder {
	float: right;
	margin-right: 15px
}
.product-options dt .qty-holder label {
	vertical-align: middle
}
.product-options dt .qty-disabled {
	background: 0 0;
	border: 0;
	padding: 3px;
	color: #444
}
.product-options dd {
	padding: 5px 10px 15px;
	margin: 0 0 5px;
	border-bottom: 1px solid #ddd
}
.product-options dl.last dd.last {
	border-bottom: 0;
	padding-bottom: 5px;
	margin-bottom: 0
}
.product-options dd input.input-text {
	width: 98%
}
.product-options dd textarea {
	width: 98%;
	height: 8em
}
.product-options dd select {
	width: 99%
}
.product-options dd .multiselect option {
	border-bottom: 1px dotted #d9e5ee;
	padding: 2px 4px
}
.product-options ul.options-list {
	margin-right: 5px
}
.product-options ul.options-list li {
	padding: 2px 0
}
.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px
}
.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 2px
}
.product-options ul.options-list .label {
	display: block;
	/* margin-left: 18px; */
	text-align:left !important
}
.product-options ul.options-list label {
	font-weight: 400
}
.product-options ul.validation-failed {
	padding: 0 7px
}
.product-options p.required {
	margin-bottom: 0;
	padding: 15px 0 0
}
.product-options-bottom {
	background-color: #f6f6f6;
	padding: 15px 20px;
	border: 1px solid #e4e4e4;
	border-top: 0;
	width: 338px;
	margin: 0 auto 20px
}
.product-options-bottom .tier-prices {
	margin: 0;
	padding: 0 0 10px;
	border: 0;
	background: 0
}
.product-options-bottom .price-box {
	float: left;
	margin: 0
}
.product-options-bottom .price-label {
	float: left;
	padding-right: 5px
}
.product-options-bottom .price-tax {
	float: left
}
.product-options-bottom .add-to-cart {
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	background: 0
}
.product-shop .product-options-bottom .price-box {
	float: none;
	margin: 0
}
.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0
}
.product-shop .product-options-bottom .price-tax {
	float: none
}
.product-shop .product-options-bottom .add-to-cart {
	clear: both;
	float: none;
	padding: 12px 0 0;
	text-align: left
}
.product-view .grouped-items-table .price-box {
	margin: 0;
	padding: 0
}
.product-tabs {
	margin-bottom: 15px;
	border-bottom: 1px solid #777;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_tabs.gif) 0 100% repeat-x #f2f2f2
}
.product-tabs li {
	float: left;
	border-right: 1px solid #a4a4a4;
	border-left: 1px solid #fff;
	font-size: 1.1em;
	line-height: 1em
}
.product-tabs li.first {
	border-left: 0
}
.product-tabs li.last {
	border-right: 0
}
.product-tabs a {
	display: block;
	padding: 6px 15px;
	color: #444
}
.product-tabs a:hover {
	background-color: #ddd;
	text-decoration: none;
	color: #444
}
.product-tabs li.active a, .product-tabs li.active a:hover {
	background-color: #777;
	font-weight: 700;
	color: #fff
}
.product-tabs-content h2 {
	display: none;
	font-size: 14px;;
	font-weight: 700
}
#product_tabs_description_contents p {
	margin: 1em 0
}
.mini-products-grid {
	width: 100%
}
.mini-products-grid td {
	width: 20%;
	padding: 0 8px 8px 0
}
.mini-products-grid .product-image {
	display: block;
	border: 1px solid #cacaca;
	margin: 0 0 10px
}
.mini-products-grid .product-name {
	width: 115px;
	margin: 0 0 6px;
	overflow: hidden
}
.mini-products-grid .product-name a {
	color: #444;
	text-decoration: underline
}
.mini-products-grid .product-name a:hover {
	text-decoration: none
}
.mini-products-grid td.last {
	padding-right: 0
}
.mini-products-grid .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px
}
.product-view .box-additional .data-table td, .product-view .box-additional .data-table th {
	line-height: 1.25
}
.product-view .box-up-sell h2 {
	margin: 0 0 8px
}
#product_tabs_upsell_products_contents h2 {
	display: block
}
.product-view .box-tags {
	margin: 0
}
.product-view .box-tags h3 {
	font-size: 14px;
}
.product-view .box-tags .product-tags {
	display: block;
	margin: 0 0 15px
}
.product-view .box-tags .product-tags li {
	display: inline;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_pipe3.gif) 100% 4px no-repeat;
	padding: 0 7px 0 4px
}
.product-view .box-tags .product-tags li.first {
	padding-left: 0
}
.product-view .box-tags .product-tags li.last {
	background: 0 0;
	padding-right: 0
}
.product-view .box-tags .form-add label {
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 3px
}
.product-view .box-tags .form-add .input-box {
	float: left;
	width: 305px;
	margin: 0 5px 0 0
}
.product-view .box-tags .form-add input.input-text {
	width: 299px
}
.product-view .box-tags .note {
	margin: 2px 0 0;
	font-size: 10px
}
.product-view .box-reviews dl {
	margin: 15px 0
}
.product-view .box-reviews dt a, .product-view .box-reviews dt span {
	font-weight: 700
}
.product-view .box-reviews dd {
	margin: 0 0 15px
}
.product-view .box-reviews dd small {
	font-style: italic
}
.product-view .box-reviews .form-add {
	margin: 15px 0 0
}
.product-view .box-reviews .form-add h3 {
	font-size: 13px;
	font-weight: 400
}
.product-view .box-reviews .form-add h3 span {
	font-weight: 700
}
.product-view .box-reviews .form-add h4 {
	font-size: 12px
}
.product-view .box-reviews .form-add .data-table td {
	text-align: center
}
.product-view .box-reviews .form-add .form-list {
	margin: 15px 0 0;
	list-style: none
}
.product-view .box-reviews .form-add .form-list .input-box {
	width: 460px
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
	width: 454px
}
.send-friend .form-list {
	width: 535px;
	overflow: hidden
}
.send-friend .form-list li {
	margin-right: -15px
}
.send-friend .form-list li p {
	margin: 0 15px 0 0
}
.send-friend .buttons-set .limit {
	float: right;
	margin: 0 7px 0 0;
	font-size: 11px;
	line-height: 25px
}
.product-name {
	margin: 0;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.55
}
.tags-list {
	display: block;
	font-size: 13px;
	border: 1px solid #ddd;
	background: #f6f6f6;
	padding: 10px
}
.tags-list li {
	display: inline!important;
	margin: 0 4px 0 0
}
.tags-list li a {
	color: #1b2d3b
}
.advanced-search .form-list label {
	width: 160px;
	padding-right: 10px
}
.advanced-search .form-list .input-box, .advanced-search .form-list .input-range {
	float: left;
	clear: none
}
.advanced-search-amount {
	margin: 0 0 10px
}
.advanced-search-summary {
	margin: 10px 0;
	border: 1px solid #ddd;
	background: #ecf9ea;
	padding: 10px
}
.advanced-search-summary ul {
	float: left;
	width: 49%
}
.advanced-search-summary strong {
	color: #E17C24
}
.advanced-search-summary li {
	margin: 2px 0
}
.advanced-search-summary p {
	clear: both;
	font-weight: 700;
	margin: 0
}
div.recommend {
	background-color: #f3fdfe;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #D8D7D1;
	padding: 15px 10px
}
#shop-by-industry-header {
	height: 30px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/categories.gif) 0 -30px no-repeat
}
#shop-by-industry-content {
	margin: 10px 0 20px
}
#shop-by-industry-content a {
	background-color: #DA5357;
	color: #FFF;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	height: 46px;
	margin-right: 5px;
	padding: 5px 9px;
	text-transform: uppercase;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
	text-shadow: 1px 1px 1px #8b3537;
	overflow: hidden
}
#shop-by-industry-content a:hover {
    text-decoration: none;
    background-color: #FFFFFF; /* Keeps the background white */
    color: #0e3b61 !important; /* Sets the font color to dark blue */
    text-shadow: 1px 1px 1px #0e3b61;
    font-size: 16px; /* Adjust as needed */
}
#shop-by-industry-content a.link93 {
	width: 67px
}
#shop-by-industry-content a.link94 {
	width: 42px
}
#shop-by-industry-content a.link96, #shop-by-industry-content a.link97 {
	width: 70px
}
#shop-by-industry-content a.link98 {
	width: 68px
}
#shop-by-industry-content a.link115 {
	width: 28px
}
#shop-by-industry-content a.link116 {
	width: 45px;
	margin-right: 0
}
.page-sitemap . {
	text-align: right;
	margin: 0 8px -22px 0
}
.page-sitemap . a {
	text-decoration: none;
	position: relative
}
.page-sitemap . a:hover {
	text-decoration: underline
}
.page-sitemap .sitemap {
	margin: 12px
}
.page-sitemap .sitemap a {
	color: #444
}
.page-sitemap .sitemap li {
	margin: 3px 0
}
.page-sitemap .sitemap li.level-0 {
	margin: 10px 0 0;
	font-weight: 700
}
.page-sitemap .sitemap li.level-0 a {
	color: #2e63b0
}
.rss-title h1 {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/i_rss-big.png) 0 3px no-repeat;
	padding-left: 27px
}
.rss-table .link-rss {
	display: block;
	line-height: 1.55;
	background-position: 0 4px
}
.cart .page-title .checkout-types {
	display: none!important
}
.cart-table th {
	padding: 2px 10px
}
.cart-table td {
	padding: 10px
}
.cart-table .product-name {
	font-weight: 700;
	margin: 0 0 5px;
	color: #444
}
.cart-table .item-msg {
	margin: 5px 0;
	font-size: 11px;
	font-weight: 700;
	color: #df280a
}
.cart-table tfoot td {
	padding: 10px
}
.cart-table .btn-continue {
	float: left
}
.cart-table .btn-continue:hover span {
	text-decoration: none
}
.cart .cart-collaterals {
	padding: 5px 0 0
}
.cart .cart-collaterals .col2-set .col-2 {
	width: 525px;
	background: #e6f7d7
}
.cart .crosssell {
	background: #f7f7f7;
	padding: 10px
}
.cart .crosssell h2 {
	font-size: 14px;;
	font-weight: 700
}
.cart .crosssell .product-image {
	float: left;
	width: 75px;
	height: 75px
}
.cart .crosssell .product-details {
	margin-left: 85px
}
.cart .crosssell .product-name {
	font-weight: 700
}
.cart .crosssell li.item {
	margin: 0 0 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd
}
.cart .crosssell li.last {
	border-bottom: 0;
	padding-bottom: 0;
	margin: 0
}
.cart .crosssell .link-compare {
	font-weight: 400
}
.cart .no-crosssell {
	width: 100%;
	overflow: hidden
}
.cart .no-crosssell img {
	display: block;
	margin: 0 0 10px
}
.cart .discount, .cart .shipping {
	background: #e6f7d7;
	padding: 10px 0;
	margin: 0 12px
}
.cart .discount h2, .cart .shipping h2 {
	float: left;
	width: 185px;
	margin-right: 15px;
	font: 400 14px/16px Arial, Helvetica, sans-serif;
	color: #DA5357
}
.cart .discount .discount-form, .cart .shipping .shipping-form {
	margin-left: 200px
}
.cart .discount .buttons-set, .cart .shipping .buttons-set {
	margin: 10px 0 0;
	border: 0;
	padding: 0;
	text-align: left
}
.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
	float: none;
	margin: 0
}
.cart .discount {
	border-bottom: 1px solid #c0d2af
}
.cart .discount label {
	font-weight: 700;
	color: #555
}
.cart .discount .input-box {
	width: 270px;
	margin: 10px 0
}
.cart .discount input.input-text {
	width: 264px
}
.cart .shipping p {
	margin: 0 0 3px
}
.cart .shipping .sp-methods {
	margin: 10px 0 0;
	padding: 6px 0 0;
	border-top: 1px solid #c0d2af
}
.cart .shipping .form-list .input-box {
	width: 270px
}
.cart .shipping .form-list input.input-text {
	width: 264px
}
.cart .shipping .form-list select {
	width: 270px
}
.cart .totals {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_cart-totals.gif) no-repeat #fff;
	padding: 20px
}
.cart .totals table {
	float: right;
	width: 400px;
	margin: 0 0 8px
}
.cart .totals td {
	padding: 0 0 0 15px
}
.cart .totals tfoot td strong {
	font-size: 14px;
	font-weight: 700;
	color: #555
}
.cart .totals .checkout-types {
	font-size: 13px;
	padding: 4px 0;
	text-align: right
}
.cart .totals .checkout-types li {
	clear: both;
	margin: 0 0 5px
}
.item-options dt {
	font-weight: 700;
	font-style: italic
}
.item-options dd {
	padding-left: 10px;
	margin-left: 0
}
.truncated {
	cursor: help
}
.truncated a.dots {
	cursor: help;
	text-decoration: none!important
}
.truncated a.details {
	cursor: help;
	text-decoration: none!important;
	display: inline-block;
	border-bottom: 1px dotted #4f8100;
	text-shadow: 1px 1px 1px #fff
}
.truncated .truncated_full_value {
	position: relative;
	z-index: 999
}
.truncated .truncated_full_value dl {
	position: absolute;
	top: -99999em;
	z-index: 999;
	width: 250px;
	padding: 8px;
	border: 2px solid #10adbe;
	background-color: #E4F1F2
}
.truncated .truncated_full_value dt {
	margin-top: 0
}
.truncated .show dl {
	top: -20px;
	left: 50%
}
.col-left .truncated .show dl {
	left: 30px;
	top: 10px
}
.col-right .truncated .show dl {
	left: -240px;
	top: 10px
}
.sp-methods {
	margin: 0 0 8px
}
.sp-methods dt {
	margin: 13px 0 5px;
	font-weight: 700
}
.sp-methods dd li {
	margin: 5px 0
}
.sp-methods label {
	font-weight: 700;
	color: #555
}
.sp-methods .price {
	font-weight: 700
}
.sp-methods .form-list {
	padding-left: 20px
}
.sp-methods .form-list li {
	margin: 0 0 8px
}
.sp-methods select.month {
	width: 154px;
	margin-right: 10px
}
.sp-methods select.year {
	width: 96px
}
.sp-methods input.cvv {
	width: 3em!important
}
.sp-methods .centinel-logos a {
	margin-right: 3px
}
.sp-methods .centinel-logos img {
	vertical-align: middle
}
.please-wait {
	float: right
}
.please-wait img {
	vertical-align: middle
}
.cvv-what-is-this {
	font-size: 11px;
	cursor: help;
	margin-left: 10px
}
.tool-tip {
	border: 2px solid #ddd;
	border-bottom-color: #777;
	background: #f6f6f6;
	padding: 15px 20px;
	position: absolute;
	z-index: 9999
}
.tool-tip .btn-close {
	margin: -9px -14px 0;
	text-align: right
}
.tool-tip .btn-close a {
	display: block;
	margin: 0 0 0 auto;
	width: 12px;
	height: 12px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/btn_window_close.gif) 100% 0 no-repeat;
	text-align: left;
	text-indent: -999em;
	overflow: hidden
}
.tool-tip .tool-tip-content {
	padding: 5px
}
.gift-messages h3 {
	font-size: 14px;;
	font-weight: 700;
	color: #e87403
}
.gift-messages p.control {
	color: #8e8d8b
}
.gift-messages-form {
	position: relative
}
.gift-messages-form label {
	float: none!important;
	position: static!important
}
.gift-messages-form h4 {
	font-size: 14px;;
	font-weight: 700;
	color: #e87403
}
.gift-messages-form .whole-order {
	margin: 0 0 25px
}
.gift-messages-form .item {
	margin: 0 0 10px
}
.gift-messages-form .item .product-img-box {
	float: left;
	width: 75px
}
.gift-messages-form .item .product-image {
	margin: 0 0 7px
}
.gift-messages-form .item .number {
	margin: 0;
	font-weight: 700;
	text-align: center;
	color: #8a8987
}
.gift-messages-form .item .details {
	margin-left: 90px
}
.gift-messages-form .item .details .product-name {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 10px
}
.gift-messages-form .item .details .form-list .field {
	width: 255px
}
.gift-messages-form .item .details .form-list .input-box {
	width: 240px
}
.gift-messages-form .item .details .form-list input.input-text {
	width: 234px
}
.gift-messages-form .item .details .form-list li.wide .input-box {
	width: 500px
}
.gift-messages-form .item .details .form-list li.wide textarea {
	width: 494px
}
.gift-message-link {
	font-size: 11px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_collapse-gm.gif) 100% 6px no-repeat;
	padding-right: 7px
}
.gift-message-link.expanded {
	background-position: 100% -40px
}
.gift-message-row {
	background: #f2efe9
}
.gift-message-row .btn-close {
	float: right;
	width: 12px;
	height: 12px;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/btn_remove.gif) no-repeat;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden
}
.checkout-agreements li {
	margin: 30px 0
}
.checkout-agreements .agreement-content {
	overflow: auto;
	height: 12em;
	padding: 10px;
	background: #fbfbfb;
	border: 1px solid #e4e4e4
}
.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px
}
.checkout-agreements .agree input.checkbox {
	margin-right: 6px
}
.checkout-agreements .agree label {
	font-weight: 700;
	color: #555
}
.opc .checkout-agreements {
	padding: 5px 30px
}
.opc .checkout-agreements li {
	margin: 20px 0 0
}
.opc .checkout-agreements .agreement-content {
	background: #fff;
	padding: 5px
}
.opc .checkout-agreements .agree {
	padding-left: 6px
}
.opc .centinel {
	padding: 10px 30px
}
.info-set {
	background: #fbfbfb;
	border: 1px solid #ddd;
	margin: 0 0 25px;
	padding: 20px
}
.info-set h2 {
	font-size: 14px;;
	font-weight: 700;
	margin: 0 0 10px
}
.info-set h3, .info-set h4 {
	font-size: 14px;;
	font-weight: 700
}
.info-set h2 a, .info-set h3 a, .info-set h4 a {
	font-weight: 400
}
.info-set h2.legend {
	margin: -20px -20px 15px;
	padding: 3px 10px;
	background: #777;
	border-bottom: 1px solid #777;
	position: relative;
	color: #fff
}
.info-set h2.legend a {
	color: #fff
}
.info-set h3.legend {
	margin: 0 0 10px
}
.info-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative
}
.info-set .box {
	margin: 0 0 15px
}
.info-set .box h2 {
	color: #e26703
}
.info-set .data-table .product-name {
	font-size: 1em!important;
	font-weight: 700!important;
	color: #4f8100!important
}
.info-set .data-table .product-name a {
	font-weight: 700!important
}
.info-set .data-table .item-options {
	margin: 5px 0 0
}
.block-progress .block-title {
	margin: 0 0 5px
}
.block-progress .block-title strong {
	font-size: 11px
}
.block-progress .block-content {
	background: 0 0;
	padding: 0
}
.block-progress dt {
	font-size: 10px;
	line-height: 1.35;
	background: #eee;
	border: 1px solid #ddd;
	margin: 0 0 6px;
	padding: 2px 8px;
	color: #555;
	text-transform: uppercase
}
.block-progress dd {
	border-top: 0;
	padding: 2px 10px;
	margin: 0 0 6px
}
.block-progress dt.complete {
	background: #999;
	color: #FFF
}
.block-progress dt.complete a {
	text-transform: none;
	color: #CCC
}
.block-progress p {
	margin: 0
}
.opc .buttons-set {
	margin-top: 0;
	padding-top: 2em
}
.opc .buttons-set p.required {
	margin: 0;
	padding: 0 0 10px
}
.opc .buttons-set.disabled button.button {
	display: none
}
.opc .buttons-set .please-wait {
	height: 28px;
	line-height: 28px
}
.opc .ul {
	list-style: disc;
	padding-left: 18px
}
.opc {
	position: relative
}
.opc .step-title {
	border: 1px solid #ddd;
	border-top-color: #fff;
	background: #eee;
	padding: 4px 8px 6px;
	text-align: right
}
.opc .step-title .number {
	float: left;
	background: #fff;
	border: 1px solid #fff;
	padding: 0 3px;
	margin: 0 5px 0 0;
	font: 400 11px/12px arial, helvetica, sans-serif;
	color: #444
}
.opc .step-title h2 {
	float: left;
	margin: 0;
	font: 700 12px/14px Arial, Helvetica, sans-serif;
	color: #999
}
.opc .step-title a {
	display: none;
	float: right;
	font-size: 11px;
	line-height: 16px
}
.opc .allow .step-title {
	background: #999;
	border-color: #fff #999 #999;
	color: #fff;
	cursor: pointer
}
.opc .allow .step-title h2 {
	color: #fff
}
.opc .allow .step-title a {
	display: block;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase
}
.opc .active .step-title {
	background: #e46b00;
	border-color: #fff #e46b00 #e46b00;
	padding-bottom: 5px;
	color: #fff;
	cursor: default
}
.opc .active .step-title h2 {
	color: #fff
}
.opc .active .step-title a {
	display: none
}
.opc .step {
	border: 1px solid #ddd;
	border-top: 0;
	background: #fbfbfb;
	padding: 15px;
	position: relative
}
#checkout-step-billing fieldset {
	padding: 0 15px;
	width: 455px
}
.opc .step .tool-tip {
	right: 30px
}
#opc-login h3 {
	font-size: 13px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 2px;
	text-transform: uppercase
}
#opc-login h4 {
	font-size: 1em;
	font-weight: 700;
	margin: 0;
	color: #2f2f2f
}
#opc-shipping_method .buttons-set {
	border-top: 0
}
.opc .gift-messages-form {
	margin: 0 -30px;
	background: #f4f4f4;
	border: 1px solid #ddd;
	border-width: 1px 0;
	padding: 22px 24px 22px 30px
}
.opc .gift-messages-form .inner-box {
	padding: 5px;
	height: 260px;
	overflow: auto
}
#opc-review .step {
	padding: 0
}
#opc-review .product-name {
	font-weight: 700
}
#opc-review .item-options {
	margin: 5px 0 0
}
#opc-review .buttons-set {
	border: 0;
	padding: 15px 30px
}
#opc-review .buttons-set p {
	margin: 0;
	line-height: 28px
}
#opc-review .buttons-set .please-wait {
	height: 28px;
	line-height: 28px
}
.checkout-progress {
	padding: 0 90px;
	margin: 0 0 20px
}
.checkout-progress li {
	float: left;
	width: 19%;
	margin: 0 3px 0 0;
	border-top: 6px solid #999;
	padding: 2px 0 0;
	font-weight: 700;
	text-align: center;
	color: #888
}
.checkout-progress li.active {
	border-top-color: #e96200;
	color: #e96200
}
.multiple-checkout h2 {
	font-size: 14px;;
	font-weight: 700;
	margin: 0 0 10px
}
.multiple-checkout h3, .multiple-checkout h4 {
	font-size: 14px;;
	font-weight: 700
}
.multiple-checkout h2 a, .multiple-checkout h3 a, .multiple-checkout h4 a {
	font-weight: 400
}
.multiple-checkout .data-table .product-name {
	font-size: 1em!important;
	font-weight: 700!important;
	color: #4f8100!important
}
.multiple-checkout .data-table .product-name a {
	font-weight: 700!important
}
.multiple-checkout .data-table .item-options {
	margin: 5px 0 0
}
.multiple-checkout .gift-messages {
	margin: 15px 0 0
}
.multiple-checkout .tool-tip {
	top: 50%;
	margin-top: -120px;
	right: 20px
}
.multiple-checkout .col2-set, .multiple-checkout .col3-set {
	background: #fbfbfb;
	border: 1px solid #ddd;
	margin: 0 0 25px;
	padding: 20px
}
.multiple-checkout .col2-set h2.legend {
	margin: -20px -20px 15px;
	padding: 3px 10px;
	background: #777;
	border-bottom: 1px solid #777;
	position: relative;
	color: #fff
}
.multiple-checkout .col2-set h3.legend {
	margin: 0 0 10px
}
.multiple-checkout .col2-set .divider {
	margin: 0 -20px;
	padding: 25px 0;
	position: relative
}
.multiple-checkout .box {
	margin: 0 0 15px
}
.multiple-checkout .place-order .please-wait {
	float: right;
	padding: 5px 10px 0 0
}
.multiple-checkout .place-order .grand-total {
	float: right
}
.multiple-checkout .place-order .grand-total big {
	float: left;
	margin-right: 12px;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 28px;
	color: #e26703
}
.multiple-checkout .place-order .grand-total div {
	float: left
}
#multiship-addresses-table td {
	padding: 10px
}
#multiship-addresses-table tfoot td {
	padding: 5px 10px
}
.multiple-checkout .gift-messages-form .item .details .form-list {
	width: 100%;
	overflow: hidden
}
.multiple-checkout .gift-messages-form .item .details .form-list li {
	margin-right: -15px
}
.multiple-checkout .gift-messages-form .item .details .form-list .field {
	width: 230px
}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
	width: 215px
}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
	width: 209px
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
	width: 445px
}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
	width: 439px
}
.checkout-multishipping-shipping .box-sp-methods {
	border: 1px solid #ddd;
	background: #eee;
	padding: 13px;
	position: relative
}
.checkout-multishipping-shipping .box-sp-methods .pointer {
	display: none
}
.checkout-multishipping-billing .multiple-checkout {
	position: relative
}
.account-login .content {
	min-height: 200px;
	padding: 10px 20px 5px
}
.account-login .content h2 {
	margin: 0 -10px 5px;
	background: #f1f1f1;
	padding: 2px 10px;
	font-size: 13px;
	line-height: 1.25
}
.my-account {
	padding: 0 20px
}
.my-account .title-buttons .link-rss {
	float: none;
	margin: 0
}
.dashboard .welcome-msg {
	margin: 0 8em 1.5em 0
}
.dashboard .welcome-msg p {
	margin: 0
}
.box-account, .dashboard .col2-set {
	margin: 0 0 15px
}
.box-account .box-head {
	margin: 0 0 5px;
	text-align: right
}
.box-account .box-head h2 {
	float: left;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #4f8100
}
.box-account .box-head a {
	font-size: 10px;
	text-transform: uppercase
}
.dashboard .box .box-title {
	background: #f1f1f1;
	padding: 2px 10px;
	margin: 0 0 12px;
	text-align: right
}
.dashboard .box .box-title h3, .dashboard .box .box-title h4 {
	float: left;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35
}
.dashboard .box .box-title a {
	font-size: 10px;
	text-transform: uppercase
}
.dashboard .box .box-content {
	padding: 0 10px
}
.dashboard .box-info h4 {
	font-size: 11px;
	font-weight: 700
}
.dashboard .box-reviews .box-head {
	background: #f1f1f1;
	padding: 2px 10px;
	margin: 0 0 12px
}
.dashboard .box-reviews .box-head h2 {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	color: #444
}
.dashboard .box-reviews .number {
	display: none;
	float: left;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0a263c
}
.dashboard .box-reviews .details {
	padding: 0 10px;
	position: relative
}
.dashboard .box-reviews li.item {
	margin: 0 0 7px
}
.dashboard .box-reviews li.item.last {
	margin: 0
}
.dashboard .box-reviews .ratings {
	bottom: 0;
	left: 0;
	position: relative
}
.dashboard .box-reviews .ratings .rating-box {
	position: absolute;
	left: 50px;
	top: 1px
}
.dashboard .box-tags .box-head {
	background: #f1f1f1;
	padding: 2px 10px;
	margin: 0 0 12px
}
.dashboard .box-tags .box-head h2 {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.35;
	color: #444
}
.dashboard .box-tags .number {
	display: none;
	float: left;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin: 3px -20px 0 0;
	padding: 2px 3px;
	background: #0a263c
}
.dashboard .box-tags .details {
	padding: 0 10px
}
.dashboard .box-tags li.item {
	margin: 0 0 7px
}
.dashboard .box-tags li.item.last {
	margin: 0
}
.dashboard .box-tags .tags strong, .dashboard .box-tags .tags ul, .dashboard .box-tags .tags ul li {
	display: inline
}
.addresses-list h2 {
	background: #f1f1f1;
	padding: 2px 10px;
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.25
}
.addresses-list h3 {
	font-weight: 700;
	font-size: 14px;
}
.addresses-list address {
	margin: 0 0 3px
}
.addresses-list p {
	margin: 0
}
.addresses-list a {
	font-weight: 700
}
.addresses-list .separator {
	margin: 0 3px
}
.addresses-list li.item {
	padding: 0 10px;
	margin: 0 0 12px
}
.addresses-list li.empty p {
	font-weight: 700
}
.order-info dt {
	display: none
}
.order-info ul {
	margin-bottom: 15px;
	border-bottom: 1px solid #777;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/bkg_tabs.gif) 0 100% repeat-x #f2f2f2
}
.order-info li {
	float: left;
	border-right: 1px solid #a4a4a4;
	border-left: 1px solid #fff;
	font-size: 1.1em;
	line-height: 1em
}
.order-info li.first {
	border-left: 0
}
.order-info li.last {
	border-right: 0
}
.order-info li a {
	display: block;
	padding: 6px 15px;
	color: #444
}
.order-info li a:hover {
	background-color: #ddd;
	text-decoration: none;
	color: #444
}
.order-info li.current {
	background-color: #777;
	font-weight: 700;
	padding: 6px 15px;
	color: #fff
}
.order-date {
	margin: 10px 0
}
.order-info-box {
	margin: 0 0 15px
}
.order-info-box h2 {
	font-size: 13px;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	margin: 0 0 8px
}
.order-info-box .box-payment p {
	margin: 0 0 5px
}
.order-info-box .box-payment th {
	font-weight: 700;
	padding-right: 7px
}
.order-items {
	width: 100%;
	overflow-x: auto
}
.order-items h2 {
	font-weight: 700;
	font-size: 13px
}
.order-items h3 {
	font-weight: 700;
	font-size: 14px;
}
.order-items .product-name {
	font-weight: 700!important
}
.order-items .link-print {
	float: right;
	font-size: 10px;
	text-transform: uppercase
}
.order-items p .link-print {
	float: none;
	font-weight: 700;
	font-size: 11px;
	text-transform: none
}
.order-gift-message {
	margin: 15px 0
}
.gift-message dt strong {
	color: #555
}
.gift-message dd {
	margin: 5px 0 0;
	font-size: 13px
}
.order-about {
	margin: 15px 0
}
.order-about dt {
	font-weight: 700
}
.order-about dd {
	font-size: 13px;
	margin: 0 0 7px
}
.tracking-table {
	margin: 0 0 15px
}
.tracking-table th {
	font-weight: 700;
	white-space: nowrap
}
.tracking-table td, .tracking-table th {
	padding: 1px 5px 0 0
}
.tracking-table-popup {
	width: 100%
}
.tracking-table-popup th {
	font-weight: 700;
	white-space: nowrap
}
.tracking-table-popup td, .tracking-table-popup th {
	padding: 1px 8px
}
.page-print .print-head {
	margin: 0 0 15px
}
.page-print .print-head .logo {
	float: left
}
.page-print .print-head address {
	float: left;
	margin-left: 15px
}
.page-print h1 {
	font-size: 15px;
	font-weight: 700
}
.page-print h2, .page-print h3 {
	font-size: 12px;
	font-weight: 700
}
.page-print h2.h2 {
	font-size: 15px;
	font-weight: 700;
	text-align: right
}
.page-print .order-date {
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px;
	margin: 0 0 10px
}
.page-print .col2-set {
	margin: 0 0 10px
}
.page-print .gift-message-link {
	display: none
}
.page-print .price-excl-tax, .page-print .price-incl-tax {
	display: block;
	white-space: nowrap
}
.page-print .cart-price, .page-print .price-excl-tax .label, .page-print .price-excl-tax .price, .page-print .price-incl-tax .label, .page-print .price-incl-tax .price {
	display: inline
}
.my-wishlist .data-table td {
	padding: 10px
}
.my-wishlist .product-image {
	display: block;
	width: 113px;
	height: 113px;
	margin: 0 0 5px
}
.my-wishlist textarea {
	display: block;
	width: 97%;
	height: 109px
}
.my-wishlist .buttons-set {
	border: 0;
	padding: 0;
	margin: 0 0 -3em
}
.my-wishlist .buttons-set button.button {
	float: none
}
#wishlist-table .add-to- {
	white-space: nowrap
}
.my-tag-edit {
	float: left;
	margin: 0 0 10px
}
.my-tag-edit .btn-remove {
	float: right;
	margin: 5px 0 0 5px
}
#my-tags-table {
	clear: both
}
#my-tags-table td {
	padding: 10px
}
#my-tags-table .add-to- {
	white-space: nowrap
}
#my-reviews-table td {
	padding: 10px
}
#my-reviews-table .rating-box {
	margin: 3px 0 0
}
.product-review .product-img-box {
	float: left;
	width: 140px
}
.product-review .product-img-box .product-image {
	display: block;
	width: 125px;
	height: 125px
}
.product-review .product-img-box .label {
	font-size: 11px;
	margin: 0 0 3px
}
.product-review .product-img-box .ratings .rating-box {
	float: none;
	display: block;
	margin: 0 0 3px
}
.product-review .product-details {
	margin-left: 150px
}
.product-review .product-name {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px
}
.product-review h3 {
	font-size: 12px;
	margin: 0 0 3px;
	color: #2f2f2f
}
.product-review .ratings-table {
	margin: 0 0 10px
}
.product-review dt {
	font-weight: 700
}
.product-review dd {
	font-size: 13px;
	margin: 5px 0 0
}
.footer-container {
	margin: 0 
}
.footer {
	margin: 5px 0 0 0px;
	text-align: center
}
.footer a {
	color: #444
}
#footer-icons {
	clear: both;
	margin: 0 auto;
	text-align: center;
	padding: 10px
}
#footer-icons a {
	padding: 0 5px
}
.footer .f-bottom {
	text-align: left
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.footer .footer- {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.footer .footer- li {
  width: 45%; /* Two columns */
  margin-bottom: 2px;
  padding: 0
}

.footer .footer- li a {
  color: #444;
  text-align: left; /* Ensures the  are left-aligned */
}

.footer .footer- li:first-child a,
.footer .footer- li:nth-child(2) a,
.footer .footer- li:nth-child(3) a,
.footer .footer- li:nth-child(4) a {
}
.footer . li.last {
	background: 0 0!important;
	padding-right: 0!important
}
.footer .bugs {
	margin: 0;
	color: #777
}
.footer .bugs a {
	font-weight: 700;
	color: #444
}
.footer address {
	color: #777
}
.footer address a {
	color: #444
}
.footer .form-subscribe {
	margin: 0
}
.footer .form-subscribe .input-box, .footer .form-subscribe button.button, .footer .form-subscribe label {
	float: left
}
.footer .form-subscribe label {
	padding-top: 2px;
	font-weight: 700;
	color: #555;
	line-height: 2
}
.footer .form-subscribe .input-box {
	width: 186px;
	margin: 0 15px
}
.footer .form-subscribe input.input-text {
	width: 180px
}
.footer .footer-callout {
	display: block;
	margin: -10px 0 10px;
	position: relative
}
.footer .store-switcher {
	color: #555;
	text-align: right
}
.footer .store-switcher label {
	font-weight: 700;
	vertical-align: middle
}
.footer .store-switcher select {
	padding: 0;
	vertical-align: middle
}
.footer-container .bottom-container {
	margin: 0 0 8px;
	text-align: right
}
.home-callout {
	margin-bottom: 12px
}
.home-callout img {
	display: block
}
.best-selling h3 {
	margin: 12px 0 6px;
	color: #e25203;
	font-size: 1.2em
}
.best-selling table {
	border-top: 1px solid #ccc
}
.best-selling tr.odd {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x #eee
}
.best-selling tr.even {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/best_selling_tr_even_bg.gif) 0 100% repeat-x #fff
}
.best-selling td {
	width: 50%;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px 8px 8px;
	font-size: 11px
}
.best-selling .product-img {
	float: left;
	border: 2px solid #dcdcdc
}
.best-selling .product-description {
	margin-left: 107px;
	line-height: 1.3em
}
.best-selling a.product-name, .home-spot .best-selling a.product-name:hover {
	color: #203548
}
#nav:after, .add-to-box:after, .add-to-cart:after, .advanced-search-summary:after, .block .actions:after, .block .block-content:after, .block li.item:after, .block-layered-nav .currently li:after, .block-poll li:after, .box-account .box-head:after, .box-reviews li.item:after, .box-tags li.item:after, .buttons-set:after, .cart .crosssell li.item:after, .cart-collaterals:after, .cart:after, .checkout-progress:after, .clearer:after, .col-main:after, .col2-set:after, .col3-set:after, .col4-set:after, .dashboard .box .box-title:after, .footer .form-subscribe:after, .footer-container .bottom-container:after, .footer:after, .form-list .field:after, .form-list li:after, .form-search:after, .gift-messages-form .item:after, .group-select li:after, .header-container .top-container:after, .header-container:after, .header:after, .main:after, .multiple-checkout .place-order:after, .opc .step-title:after, .order-info ul:after, .page-print .print-head:after, .page-title:after, .pager:after, .product-collateral:after, .product-essential:after, .product-options .options-list li:after, .product-options-bottom:after, .product-review:after, .product-tabs:after, .product-view .box-tags .form-add:after, .product-view .product-img-box .more-views ul:after, .products-grid:after, .products-list li.item:after, .quick-access:after, .ratings:after, .search-autocomplete li:after, .send-friend .form-list li p:after, .sorter:after, .top-bar:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden
}
.clear:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}
* html .clear {
	zoom: 1
}
.clear-b {
	clear: both
}
.radius5 {
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-outline-radius: 5px;
	-moz-outline-radius: 5px;
	-webkit-outline-radius: 5px;
	outline-radius: 5px
}
.drop-shadow {
	box-shadow: 0 0 8px #818181;
	-webkit-box-shadow: 0 0 8px #818181;
	-moz-box-shadow: 0 0 8px #818181
}
.social-media p {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/categories.gif) 0 -150px no-repeat;
	width: 185px;
	height: 30px;
	margin: 0 0 10px;
	text-indent: -9999px
}
.social-media {
	margin-bottom: 20px;
	text-align: center
}
.center {
	text-align: center
}
.product-collateral ul, .short-description ul {
	list-style: disc inside;
	padding-left: 15px
}
.product-collateral ul.product-tabs {
	list-style: none
}
#cart-sidebar .product-image {
	height: auto
}
.formclass input-box label {
	width: 30px
}
#call .tab1 {
	float: right;
	font-size: 12px;
	height: 15px;
	width: 50px
}
#call .tab1 a {
	color: red;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	font-style: italic
}
.testimonial {
	width: auto
}
.testip {
	height: auto;
	list-style: square;
	margin-left: 30px;
	width: auto
}
.testimonial span {
	margin-left: 30px;
	margin-bottom: 15px
}
.testidiv {
	display: block
}
.hcolor {
	color: #2e63b0;
	margin-left: 30px;
	font-weight: 700
}
#tabnav {
	border: 0 solid green;
	color: #333;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .001em;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 397px
}
#tabnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}
#tabnav li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 95px
}
#tabnav a {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/left_both.png) left top no-repeat;
	border-color: red red #765;
	border-style: solid;
	border-width: 0;
	float: right;
	margin: 0;
	padding: 0 0 0 3px;
	text-align: center;
	text-decoration: none;
	width: 95px
}
#tabnav a span {
	float: none;
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/right_both.png) right top no-repeat;
	color: #333;
	display: block;
	padding: 6px 0;
	text-align: center
}
.nc_testimonialwrap {
	display: inline;
	float: left
}
#nc_testimonial {
	color: #414142;
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: 700;
	line-height: 12px;
	margin-left: 12px;
	padding: 10px 0 0;
	width: 164px
}
.nc_testicap {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/testi-top.gif) left top no-repeat;
	display: inline;
	float: left;
	height: 15px;
	line-height: 15px;
	margin-top: 8px;
	width: 162px
}
.nc_testibody {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/testi-mid.gif) left top repeat-y;
	border: 0 solid red;
	display: inline;
	float: left;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4em;
	padding: 0 16px;
	width: 132px
}
.nc_testibottom {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/testi-bottom.gif) left bottom no-repeat;
	display: inline;
	float: left;
	height: 29px;
	line-height: 33px;
	width: 162px
}
#nc_rightcolbus {
	background: #F3F3F4;
	float: left;
	line-height: 1.4em;
	width: 100%;
}
#rightcolwrap_nc {
	border: 0 dotted #000;
	color: #555;
	display: inline;
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 180px
}
#footer-icons a:nth-child(3), #footer-icons a:nth-child(4) {
	display: none
}
.testic {
	background: url(https://massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/customer.gif) left bottom no-repeat;
	height: 47px;
	width: 185px
}
.cms-home .main .std {
	text-align: center
}
.blog_icon {
	width: auto;
	float: right;
	display: none;
}
.premier {
	width: 100%;
	float: left;
}
.premier_top {
	width: 100%;
	float: left;
}
.premier_top ul {
	width: 100%;
	float: left;
}
.premier_top ul li {
	width: 20%;
	list-style: none;
	float: left;
	margin-top: 15px;
	padding: 0px 10px;
	box-sizing: border-box;
}
.premier_top ul li h6 {
	float: left;
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
}
.premier_top ul li h6 img {
	float: left;
	width: 100%;
	border-radius: 50%;
	border: solid 4px #033562
}
.premier_top ul li h1 {
	width: 100%;
	float: left;
	height: 48px;
	font-size: 14px;
	color: #0e3b61;
	font-weight: bold;
	text-transform: uppercase;
}
.premier_top ul li p {
	width: 100%;
	float: left;
	font-size: 12px;
	color: #444;
	height: 210px;
	text-align: justify;
}
.premier_top ul li h2 {
	width: 100%;
	float: left;
	text-align: center;
}
.premier_top ul li h2 a {
	width: auto;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px;
	box-sizing: border-box;
	border-bottom: solid 2px #3a5400;
	/*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aed000+0, a8ce00+25, 9dc200+50, 8eb904+75, 82a907+100 */ 
	background: #aed000;
*/ /* Old browsers */
	background: -moz-linear-gradient(top, #aed000 0%, #a8ce00 25%, #9dc200 50%, #8eb904 75%, #82a907 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aed000), color-stop(25%, #a8ce00), color-stop(50%, #9dc200), color-stop(75%, #8eb904), color-stop(100%, #82a907)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aed000 0%, #a8ce00 25%, #9dc200 50%, #8eb904 75%, #82a907 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aed000 0%, #a8ce00 25%, #9dc200 50%, #8eb904 75%, #82a907 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aed000 0%, #a8ce00 25%, #9dc200 50%, #8eb904 75%, #82a907 100%); /* IE10+ */
	background: linear-gradient(to bottom, #aed000 0%, #a8ce00 25%, #9dc200 50%, #8eb904 75%, #82a907 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aed000', endColorstr='#82a907', GradientType=0 ); /* IE6-9 */
}
.premier_top ul li h2 a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#82a907+0,8eb904+25,9dc200+50,a8ce00+75,aed000+100 */
	background: #82a907; /* Old browsers */
	background: -moz-linear-gradient(top, #82a907 0%, #8eb904 25%, #9dc200 50%, #a8ce00 75%, #aed000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #82a907), color-stop(25%, #8eb904), color-stop(50%, #9dc200), color-stop(75%, #a8ce00), color-stop(100%, #aed000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #82a907 0%, #8eb904 25%, #9dc200 50%, #a8ce00 75%, #aed000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #82a907 0%, #8eb904 25%, #9dc200 50%, #a8ce00 75%, #aed000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #82a907 0%, #8eb904 25%, #9dc200 50%, #a8ce00 75%, #aed000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #82a907 0%, #8eb904 25%, #9dc200 50%, #a8ce00 75%, #aed000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82a907', endColorstr='#aed000', GradientType=0 ); /* IE6-9 */
}
.premier_midd {
	width: 100%;
	float: left;
}
.premier_midd ul {
	width: 100%;
	float: left;
}
.premier_midd ul li {
	width: 200%;
	list-style: none;
	float: left;
	margin-top: 25px;
	text-align: center;
	padding: 100px 12px;
	box-sizing: border-box;
}
.premier_nbc {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
}
#menu {
	display: none;
}
#nc_rightcolbus p {
	width: 100% !important;
	float: left !important;
	padding: 10px 10px 0;
	box-sizing: border-box;
}
/*.cms-home .blog_icon{
	display:none !important;
}*/


.customer-account-login .users_left {
	float: left;
	width: 49%;
}
.customer-account-login .new-users {
	width: 100% !important;
	box-sizing: border-box;
	margin-top: 10px;
}
.customer-account-login .users_right {
	float: right;
	width: 49%;
}
.customer-account-login .registered-users {
	width: 100% !important;
	box-sizing: border-box;
	margin-top: 10px;
}
.customer-account-login .users_top {
	margin-top: 51px;
}
.categorypath-shop-by-manfacturer-potenshaa-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.v-middle {
	width: auto !important;
}

@media only screen and (max-width : 992px) {
.wrapper {
	width: 100%;
}
#nav {
	width: 100%;
}
.header {
	height: auto;
	width: 100%;
	float: left;
}
.quick-access {
	float: left;
	height: auto;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}
#logo-wrapper {
	float: left;
	height: auto;
	margin: 25px 0 0;
	width: auto;
	padding: 0 5px;
	box-sizing: border-box;
}
#call {
	float: right;
	margin-top: 20px;
	width: auto;
}
.most {
	width: 40%;
	float: right;
	padding: 0 15px;
	box-sizing: border-box;
}
.main {
	background: none;
}
.col3-layout .col-main {
	width: 56%;
	margin-top: 20px;
	box-sizing: border-box;
}
#nav {
	margin: 0px;
}
.col-right {
	border: 1px solid #d8d7d1;
	border-radius: 5px;
	box-sizing: border-box;
	float: right;
	margin: 10px 5px 0 0px;
	padding: 10px;
	width: 20%;
}
.col-left {
	border: 1px solid #d8d7d1;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	margin: 10px 0px 0 5px;
	padding: 10px;
	width: 20%;
}
.block {
	width: 100%;
	margin: 0px;
}
.block-cart .block-content {
	box-sizing: border-box;
	width: 100%;
}
#newsletter-validate-detail #newsletter {
	box-sizing: border-box;
	width: 100%;
}
#guarantee-seal {
	background: rgba(0, 0, 0, 0) url("http://www.massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/30-day-money-back-guarantee.gif") no-repeat scroll center top / 100% auto;
	width: 100%;
}
.col-left {
	border: 1px solid #d8d7d1;
	border-radius: 5px;
	box-sizing: border-box;
	float: left;
	margin: 10px 0 0 !important;
	padding: 10px;
	width: 100%;
}
.odd > ol {
	float: left;
	width: 100%;
}
.odd li {
	float: left;
	margin: 0 10px 0 0;
}
.last.even > ol {
	float: left;
	width: 100%;
}
.last.even li {
	float: left;
	margin: 0 10px 0 0;
}
.block.block-cart {
	display: none;
}
#nc_rightcolbus {
	display: none !important;
}
.block-content > ul {
	display: none;
}
.block-title span {
	display: none;
}
.block-tags .actions a {
	display: none;
}
.block .actions {
	border-top: none;
	margin: 0px !important;
	padding: 0px !important;
}
#guarantee-seal {
	display: none;
}
.col-right {
	margin: 10px 0 10px 0;
	width: 100%;
	float: left;
	height: 125px;
	padding: 10px;
}
.block-titleNews {
	display: none;
}
.block-compare .block-title {
	display: none;
}
.empty {
	display: none;
}
.col-right.sidebar > p {
	display: none;
}
.social-media {
	display: none;
}
span.social-media {
	display: block;
}
.categorypath-shop-by-manfacturer-sbm-oakworks-html .social-media {
	display: none;
}
.categorypath-shop-by-manfacturer-sbm-oakworks-html .block-viewed .block-title {
	background: none;
	height: auto;
}
.categorypath-shop-by-manfacturer-sbm-oakworks-html #recently-viewed-items {
	display: none;
}
.categorypath-shop-by-manfacturer-sbm-oakworks-html .block .block-content {
	padding: 2px 10px;
}
.categorypath-shop-by-manfacturer-grampa-s-garden-sensory-integration-html .block-viewed .block-title {
	background: none;
	height: auto;
}
.categorypath-shop-by-manfacturer-grampa-s-garden-sensory-integration-html #recently-viewed-items {
	display: none;
}
.categorypath-shop-by-manfacturer-grampa-s-garden-sensory-integration-html .block .block-content {
	padding: 2px 10px;
}
.categorypath-buy-equipment-fitness-pilates-equipment-html .block-viewed .block-title {
	background: none;
	height: auto;
}
.categorypath-buy-equipment-fitness-pilates-equipment-html .product-name {
	display: none;
}
.block-title {
	background: none !important;
	height: auto !important;
}
.product-name {
	/*display: none;*/
        display: block;
}
.col3-layout .col-main {
	box-sizing: border-box;
	margin: 0px 0px;
	width: 100%;
	float: left;
	padding-top: 10px !important;
	border-radius: 5px;
	border: 1px solid #d8d7d1;
}
.even > ol {
	float: left;
	width: 100%;
}
.even li {
	float: left;
	margin: 0 10px 0 0;
}
.block-shopby dt.Price {
	float: left;
	width: 100%;
}
.main {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}
.footer {
	margin: 5px 0 0;
	padding: 0 10px;
	text-align: center;
}
.block-related .block-title {
	background: rgba(0, 0, 0, 0) url("http://www.massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/relatedproducts.gif") no-repeat scroll 0 0;
}
/*.col-main > p img {
	width: 100%;
}*/
.category-products {
	width: 100%;
	float: left;
}
.newsletter_main .button {
	margin-left: 0 !important;
}
#container {
	float: left;
	margin: 0px !important;
	width: 100% !important;
	border: 1px solid #d8d7d1;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}
#nav {
	width: 100% !important;
	box-sizing: border-box;
}
.header-container {
	height: auto;
}
#content, #content input, #content textarea {
	margin: 0px !important;
	width: 100% !important;
}
.add-to- li {
	float: none;
}
.category-description.std {
	text-align: center;
}
.block-content > ol {
	display: none;
}
.col-right.sidebar .paypal-logo{
    display: none;
}
}

@media only screen and (max-width : 980px) {
.header {
	background: none;
}
.header p.guarantee {
	display: none;
}
.col1-layout .main {
	padding: 16px 10px 0px;
	box-sizing: border-box;
}
.std table {
	float: left !important;
	width: 100% !important;
}
.std img {
	width: 100%;
}
.footer-container {
	margin: 0;
}
.social-media {
	text-align: center;
	width: 100% !important;
}
.social-media > a {
	margin: 0 !important;
	float: none !important;
}
.top-bar .breadcrumbs {
	width: 100%;
}
.products-grid li.item {
	height: 360px;
}
}

@media only screen and (max-width : 900px) {
.premier_top ul li {
	width: 32%;
}
.premier_top ul li p {
	height: 120px;
}
}

@media only screen and (max-width : 767px) {
#logo-wrapper {
	text-align: center;
	width: 100%;
}
.most {
	display: none;
}
.blog_icon {
	width: auto;
	float: right;
	display: block;
}
.blog_icon ul {
	float: right;
	margin: 0px;
}
.blog_icon ul li {
	list-style: none;
	float: left;
	padding: 5px 10px 8px;
	background: url("http://www.massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/blog_icon_li.gif") right no-repeat;
}
.blog_icon ul li:last-child {
	background: none;
}
.quick-access . {
	display: none;
}
.form-search {
	margin-top: 3px;
}
.premier_top ul li p {
	height: 180px;
}
#nav {
	display: none;
}
#menu {
	display: block;
}
. customer-account-login #menu {
 display: none;
}
#menu a {
	color: #fff !important;
}
.mm-listview.mm-first.mm-last {
	display: block !important;
}
.mm-menu .mm-header .mm-btn::before, .mm-menu .mm-header .mm-btn::after {
	border-color: #fff;
}
.mm-menu .mm-header {
	border-color: #fff;
}
.mm-search {
	display: none;
}
.mm-menu.mm-hassearch .mm-panel, .mm-menu.mm-hassearch .mm-fixeddivider {
	top: 0 !important;
}
#nav li {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0px 0px;
}
#nav a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 10px 0;
}
#nav li:hover {
	margin: 0px !important;
	padding: 0px !important;
}
#nav li a:hover {
	margin: 0px !important;
	padding: 10px 0 !important;
}
.mm-listview > li:not(.mm-divider)::after {
	left: 0;
}
em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
	margin-right: 0;
}
.level0.mm-listview.mm-first.mm-last {
	text-align: left;
}
.level1.mm-listview.mm-first.mm-last {
	text-align: left;
}
.form-search {
	margin-left: 40px;
}
em.mm-counter + a.mm-next {
	padding-left: 0;
}
.mm-menu > .mm-panel > .mm-listview {
	margin-left: 0;
	margin-right: 0;
}
.mm-listview {
	font-size: 14px;
	font-weight: 700;
}
#nav li.active, #nav li.over {
	margin: 0 7px 0 0;
}
}

@media only screen and (max-width : 640px) {
.blog_icon ul li {
	padding: 5px 6px 8px;
}
.premier_top ul li {
	width: 50%;
}
.premier_top ul li p {
	height: 150px;
}
.premier_midd ul li {
	width: 100%;
	text-align: center;
}
.premier_midd ul li img {
	width: auto;
}
.form-search {
	margin-top: 3px;
	text-align: center;
	width: 100%;
	margin: 3px 0 0 0px !important;
}
.blog_icon {
	display: block;
	float: right;
	margin-top: 14px;
	width: 100%;
	background: url("http://www.massagetablerentals.com/skin/frontend/mtr_interface/mtr_theme/images/blog_icon_top.jpg") top center repeat-x;
}
.blog_icon ul {
	text-align: center;
	width: 100%;
}
.blog_icon ul li {
	display: inline-block;
	float: none;
	padding: 5px 6px 8px;
}
.products-grid li.item {
	box-sizing: border-box;
	text-align: center;
	width: 50%;
	margin: 0;
	height: 420px;
}
.products-grid .product-image {
	width: 100%;
	height: auto;
}
.product-view .product-shop {
	box-sizing: border-box;
	width: 100%;
}
.product-view .product-img-box {
	box-sizing: border-box;
	float: left;
	padding: 10px;
	width: 100%;
}
.product-image > img {
	box-sizing: border-box;
	padding: 10px;
	height: auto;
	width: 100% !important;
}
.product-tabs a {
	padding: 6px 5px;
}
.product-view .box-reviews .form-add .form-list .input-box {
	width: 100% !important;
}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea {
	box-sizing: border-box;
	width: 100%;
}
/*.col-main p img {
	width: 100%;
}*/
iframe {
	height: auto;
	width: 100%;
}
.col-main td {
	float: left !important;
	width: 100% !important;
	padding: 0px !important;
}
.catalog-product-view .col-main td {
	float: none !important;
	width: 0% !important;
	padding: 0px !important;
}
.odd li {
	float: none;
}
.col-main > form {
	padding: 0 !important;
	width: 100% !important;
}
.form-list li {
	margin: 0 0 6px;
	width: 100% !important;
}
.field {
	float: left;
	width: 100% !important;
}
.form-list li input {
	float: left;
	width: 100% !important;
}
.form-list li input {
	box-sizing: border-box;
	width: 100% !important;
}
.form-list li.wide .input-box, .form-list li.wide input.input-text, .form-list li.wide select, .form-list li.wide textarea {
	box-sizing: border-box;
	width: 100% !important;
}
.input-box {
	width: 100% !important;
}
.form-list select {
	width: 100% !important;
}
/*.col-main img {
	float: none !important;
	width: 100%;
	height: auto;
}*/

.categorypath-buy-equipment-fitness-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.categorypath-buy-equipment-medical-equipment-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.categorypath-buy-equipment-massage-and-spa-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.categorypath-buy-equipment-massage-and-spa-books-charts-and-media-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.categorypath-shop-by-manfacturer-acuforce-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.categorypath-shop-by-manfacturer-life-performance-products-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.categorypath-shop-by-manfacturer-paul-lewis-productions-html object {
	float: left !important;
	width: 100% !important;
}
.categorypath-shop-by-manfacturer-pisces-productions-accessories-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.categorypath-shop-by-manfacturer-stamina-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.categorypath-shop-by-manfacturer-magister-corp-html .col-main img {
	float: none !important;
	height: auto;
	width: 100%;
}
.products-grid li.item {
	height: 450px;
}
.new-users {
	box-sizing: border-box;
	width: 100% !important;
}
.registered-users {
	box-sizing: border-box;
	margin-top: 20px;
	width: 100% !important;
}
.customer-account-login .users_left {
	float: left;
	width: 100%;
}
.customer-account-login .users_top {
	margin-top: 20px;
}
.customer-account-login .users_right {
	float: left;
	width: 100%;
}
.col-main > div {
	width: 100% !important;
}
.v-middle {
	width: auto !important;
}
}

@media only screen and (max-width : 480px) {
#footer-icons > img {
	width: 100%;
}
.premier_top ul li {
	width: 100%;
}
.premier_top ul li h1 {
	height: auto;
}
.premier_top ul li p {
	height: auto;
	margin-top: 10px;
	text-align: center;
}
.premier_midd ul li img {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.premier_top ul li h6 {
	box-sizing: border-box;
	padding: 0 120px;
}
.premier_midd ul li img {
	box-sizing: border-box;
	padding: 0 90px;
}
.col-main td {
	float: left;
	text-align: center;
	width: 100%;
	padding: 0px !important;
}
.breadcrumbs > ul {
	float: left;
	text-align: center;
	width: 100%;
}
.category-title h1 {
	width: 100%;
	float: left;
	text-align: center;
}
.col-main img {
	float: none !important;
}
.products-grid li.item {
	height: auto;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.products-grid .product-image {
	width: 100%;
}
.pager .pages {
	margin: 0;
}
.sorter .sort-by {
	float: right;
	padding-right: 0;
}
.actions {
	margin-top: 10px !important;
	text-align: center !important;
}
.product-collateral ul, .short-description ul {
	padding-left: 0;
}
.product-tabs li {
	border-left: none;
	border-right: medium none;
	float: left;
	width: 100%;
}
.data-table {
	float: left !important;
	width: 100% !important;
}
.data-table thead, .data-table thead tr {
	background-color: #eae9e2;
	box-sizing: border-box;
	float: left;
	padding: 2px 10px;
	width: 100% !important;
}
#product-review-table > tbody {
	float: left !important;
	width: 100% !important;
}
.data-table tr {
	float: left !important;
	width: 100% !important;
}
.first.odd > th {
	float: left;
	width: auto;
}
.value {
	float: left !important;
	margin-top: 4px;
	width: 16% !important;
}
.even > th {
	float: left;
	width: auto;
}
.last.odd > th {
	float: left;
	width: auto;
}
.data-table th {
	padding: 2px 3px;
}
.wp-caption.alignleft {
	width: 100% !important;
}
.alignleft.size-thumbnail.wp-image-140 {
	height: auto;
	width: 100%;
}
}

@media only screen and (max-width : 360px) {
.premier_top ul li h6 {
	box-sizing: border-box;
	padding: 0 60px;
}
.form-search input.input-text {
	width: 120px;
}
.premier_midd ul li img {
	padding: 0 60px;
}
.mm-listview > li > a, .mm-listview > li > span {
	width: 158px;
}
.sorter .view-mode {
	float: left;
	margin: 0;
	text-align: center;
	width: 100%;
}
.pager .amount {
	width: 100%;
}
.sorter .sort-by {
	float: right;
	padding-right: 0;
	text-align: center;
	width: 100%;
}
/*.col-left {
	width: 100%;
}
.col-right {
	width: 100%;
}*/
.pager .limiter {
	float: none;
}
.product-image.product-image-zoom {
	width: 100% !important;
}
.category-description.std span {
	float: left;
}
}
#custom_form .form-list.product-options {
  width: 100%;
}
.cms-application-form .messages {
  float: left;
}
/********custom form css **************/
.main-container.customform-layout {
  width: 100%;
}
.customform-layout .main {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.col-main.customformTemplate {
  border-right: 1px solid #ccc;
  float: left;
  padding: 0 20px;
  width: 72%;
}
.application-form .top-bar {
  text-align: left;
}
.col-main.customformTemplate .application-form {
  text-align: center;
}
.application-form .std form {
  float: left;
  margin-top: 18px;
  padding: 0 12px;
  width: 100%;
}
.form-group {
  margin-bottom: 16px;
  width: 100%;
}
.form-control {
  height: 22px;
  line-height: 22px;
  width: 32%;
}
.label {
  float: left;
  height: 22px;
  line-height: 22px;
  text-align: right;
  width: 40%;
}
/*.application-form .filed {
  float: left;
  padding: 0 10px;
  text-align: left;
  width: 56%;
}*/
.application-form .form-group.buttons #submit,.application-form .form-group.buttons #reset {
  background-color: #6f0b33;
  border: 0 none !important;
  color: #fff;
  font-size: 15px;
  height: 28px;
  width: 16%;
}
.application-form .form-group.buttons #submit:hover, .application-form .form-group.buttons #reset:hover{
  background-color: #0e3b61;
}
.application-form .form-group textarea {
  height: 70px !important;
}
.customform-layout .form-group .label label {
  font-size: 16px;
}
#shipping-zip-form .buttons-set .button2 {
  background-color: #6f0b33;
  border: medium none;
  border-radius: 7px;
  color: #fff;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  text-align: center;
  text-shadow: 1px 1px 1px #8b3537;
  text-transform: uppercase;
  white-space: nowrap;
cursor: pointer;
}
#shipping-zip-form .buttons-set .button2:hover{
  background-color: #090;
  text-shadow: 1px 1px 1px #0e3b61;
}
.application-form .filed select {
  height: 22px;
  line-height: 22px;
  width: 32%;
}

.tracking-table-popup{
	display: block;
}
.tracking-table-popup .label{
	width: 100px;
}
.jumplinks ul li {
  margin-bottom: 0 !important; /* Override any inherited spacing */
  line-height: 1.2; /* Ensure compact spacing */
}
.quick-access a,
.quick-access a:visited,
.quick-access a:active,
.top-links a,
.top-links a:visited,
.top-link-cart {
    color: white !important;
    text-decoration: none !important;
}
.quick-access {
    text-align: right !important;
    padding-right: 20px !important;
}

.top-links {
    position: absolute !important;
    top: 10px !important;
    right: 20px !important;
    text-align: right !important;
}

@media screen and (max-width: 768px) {
  .cart .btn-continue {
    display: block;
    width: 90%;
    max-width: 320px;
    margin: 20px auto 10px auto;
    float: none !important;
    text-align: center;
  }
  .cart tfoot td {
    text-align: center !important;
  }
}
/* Fix live header contact icons only */
#call img{
  display:inline !important;
  width:18px !important;
  height:auto !important;
  max-width:none !important;
  margin:0 5px 0 0 !important;
}
/* === MTR MOBILE COLUMN STACK FIX (CATEGORY + PRODUCT PAGES) === */
@media only screen and (max-width: 768px) {
    /* Stack main and sidebars full-width */
    .col-main,
    .col-left,
    .col-right {
        float: none !important;
        width: 100% !important;
        box-sizing: border-box;
    }

    /* Make sure the right sidebar drops below the main content */
    .col-right {
        clear: both !important;
        margin-top: 20px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* Keep three-column layout from forcing narrow main on small screens */
    .col3-layout .col-main,
    .col2-left-layout .col-main,
    .col2-right-layout .col-main {
        width: 100% !important;
    }
}
/* --- MOBILE FIX: Move right sidebar below content --- */
@media only screen and (max-width: 767px) {
  .col-right.sidebar {
    float: none !important;
    width: 100% !important;
    clear: both !important;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    display: block !important;
  }

  /* optional sanity cleanup */
  .col-right.sidebar .block {
    width: 100% !important;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
    .col-right.sidebar {
        float: none !important;
        width: 100% !important;
        clear: both !important;
        margin: 20px auto 0 !important;
        display: block !important;
    }
}
/* --- FORCE RIGHT SIDEBAR BELOW CONTENT ON MOBILE --- */
@media only screen and (max-width: 767px) {
    .col-right,
    .col-right-sidebar,
    #col-right,
    #col-right-sidebar {
        float: none !important;
        width: 100% !important;
        position: relative !important;
        clear: both !important;
        margin: 20px 0 !important;
        display: block !important;
    }
}
/* === MOBILE FIX FOR 3-COLUMN LAYOUT COLLAPSING === */
@media only screen and (max-width: 767px) {

    /* Ensure the entire 3-column layout becomes a vertical stack */
    .main-container.col3-layout,
    .main {
        float: none !important;
        width: 100% !important;
        display: block !important;
        clear: both !important;
    }

    /* Left sidebar becomes full-width block */
    .col-left.sidebar {
        float: none !important;
        width: 100% !important;
        clear: both !important;
    }

    /* Main content stays full-width and clears the left */
    .col-main {
        float: none !important;
        width: 100% !important;
        clear: both !important;
    }

    /* Right sidebar becomes full-width block BELOW main content */
    .col-right.sidebar {
        float: none !important;
        width: 100% !important;
        clear: both !important;
        margin: 20px 0 0 0 !important; 
    }
}
/* === MOBILE FIX: FORCE RIGHT SIDEBAR BELOW MAIN CONTENT === */
@media only screen and (max-width: 767px) {
    .col-right-sidebar,
    .col-right {
        float: none !important;
        width: 100% !important;
        clear: both !important;
        margin: 20px 0 0 0 !important;
        padding: 0 !important;
    }

    /* Prevent product grids from inheriting negative z-index */
    .products-grid li.item {
        z-index: 1 !important;
        position: relative !important;
    }

    /* Ensure category title stays on top */
    .page-title {
        position: relative !important;
        z-index: 5 !important;
    }
}
@media only screen and (max-width: 767px) {
    /* Stabilize column container when right sidebar is forced to bottom */
    .col2-right-layout .col-main {
        float: none !important;
        width: 100% !important;
    }

    .col2-right-layout .col-right.sidebar {
        float: none !important;
        clear: both !important;
        position: relative !important;
        width: 100% !important;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 480px) {
    .cart .totals table {
        float: none !important;
        width: 100% !important;
        margin: 0 0 8px;
    }
    .cart .totals {
        padding: 10px !important;
    }
}
/* Home page */
div.featured_prod {
 *:margin-top:40px;
    float: left;
    margin-bottom: 20px;
    width:550px;
 
   
}

.slide {
	clear: both;
	width: 548px;
	background: #fff;
	height:300px;
}
.product-image {
	float: left;
	width: 548px;
	height:300px;
	background: #fff;
}
#nav-slider {
	position: absolute;
	z-index: 2000;
	right:0;
	top:50px;
}
#nav-slider a {
	margin-right: 10px;
	height: 25px;
	width: 35px;
	z-index: 1000;
	float: left;
	cursor: pointer;
	border: 1px solid #69800b;
	background:  #9bbe10;
	color:#fff;
	text-align:center;
	font-weight:bold;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	font-size:14px;
	text-shadow:1px 1px 1px #525d24;
}
#nav-slider a:hover {
	border: 1px solid #69800b;
	background:  #69800b;
}
#nav-slider a.activeSlide {
	border: 1px solid #93383b;
	background:  #da5357;
}
.clogos > a > img{
    width:130px;
}
.premier_nbc h1 
{
    color:#0e3b61;
    text-transform: uppercase;
     font-weight: lighter;
     padding:28px;
}
.clogos {
    padding: 19px;
}
/* CSS Document */


