.mp-row-fluid {
	margin-bottom:10px
}
.mp-row-fluid:last-of-type {
	margin-bottom:0
}
/*
.motopress-text-obj span {
	line-height:1em
}
*/
.motopress-image-obj img {
	max-width:100%!important;
	margin:0!important;
	padding:0!important;
	border:none!important
}
.motopress-image-slider-obj {
	line-height:normal;
	min-height:0
}
.motopress-image-slider-obj * {
	line-height:normal
}
.motopress-image-slider-obj .slides {
	list-style:none outside none;
	margin:0!important;
	padding:0;
	line-height:normal
}
.motopress-image-slider-obj .slides li {
	margin:0;
	margin-left:0!important;
	padding:0
}
.motopress-image-slider-obj .slides li:before, .motopress-image-slider-obj .slides li:after {
	content:none!important
}
.motopress-image-slider-obj .slides li img {
	margin:0;
	padding:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0
}
.motopress-image-slider-obj .flex-control-nav {
	position:absolute!important;
	list-style:none outside none!important;
	margin:0!important;
	padding:0!important;
	line-height:normal;
	right:auto!important;
	bottom:-40px!important;
	text-align:center!important;
	z-index:auto!important
}
.motopress-image-slider-obj .flex-control-nav li {
	margin:0 6px!important;
	padding:0;
	width:auto!important;
	height:auto!important
}
.motopress-image-slider-obj .flex-control-nav li:before, .motopress-image-slider-obj .flex-control-nav li:after {
	content:none!important
}
.motopress-image-slider-obj .flex-control-nav li a {
	position:static;
	z-index:auto;
	width:11px!important;
	height:11px!important;
	background:#666!important;
	background:rgba(0, 0, 0, 0.5)!important
}
.motopress-image-slider-obj .flex-control-nav li a.flex-active {
	background:#000!important;
	background:rgba(0, 0, 0, 0.9)!important
}
.motopress-image-slider-obj .flex-direction-nav {
	list-style:none outside none;
	margin:0!important;
	padding:0;
	line-height:normal
}
.motopress-image-slider-obj .flex-direction-nav li {
	list-style:none outside none!important
}
.motopress-image-slider-obj .flex-direction-nav li:before, .motopress-image-slider-obj .flex-direction-nav li:after {
	content:none!important
}
/* mbm remove textos e mantém ícones
.motopress-image-slider-obj .flex-direction-nav a {
	margin:0!important;
	background:none!important;
	width:40px!important;
	height:40px!important;
	background:0;
	text-indent:0!important;
	color:rgba(0, 0, 0, 0.8)!important;
	border:none!important;
	outline:none!important
}
*/
.motopress-image-slider-obj .flex-direction-nav a.flex-prev {
	left:10px!important
}
.motopress-image-slider-obj .flex-direction-nav a.flex-next {
	right:10px!important
}
.motopress-image-slider-obj .flex-direction-nav:hover .flex-prev:hover, .motopress-image-slider-obj .flex-direction-nav:hover .flex-next:hover {
	opacity:1
}
.mp-row-fluid.motopress-row [class*="span"].motopress-span.motopress-space {
min-height:10px
}
.motopress-video-obj {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden
}
.motopress-video-obj iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
.motopress-video-obj .fluid-width-video-wrapper {
	width:auto!important;
	position:static!important;
	padding:0!important
}




.motopress-button-obj>.motopress-btn {
	display:inline-block;
	text-decoration:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
/* mbm
.motopress-button-obj>.motopress-btn {
	display:inline-block;
	margin:10px 0 10px 0;
	color:#fff;
	line-height:1em;
	text-shadow:0 1px 1px rgba(21, 21, 22, 0.25);
	text-decoration:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	border:0;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.motopress-button-obj>.motopress-btn:hover, .motopress-button-obj>.motopress-btn:visited {
	color:#fff;
	text-decoration:none
}
*/
.motopress-button-obj>.motopress-btn.motopress-btn-color-default {
	color:#4f4f4f;
	text-shadow:0 1px 1px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow:inset 0 0 0 1px #dcdcdc;
	-moz-box-shadow:inset 0 0 0 1px #dcdcdc;
	box-shadow:inset 0 0 0 1px #dcdcdc;
	background-color:#f0f0f0;
	background-image:-moz-linear-gradient(bottom, #e6e6e6, #fefefe);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#e6e6e6), to(#fefefe));
	background-image:-webkit-linear-gradient(bottom, #e6e6e6, #fefefe);
	background-image:-o-linear-gradient(bottom, #e6e6e6, #fefefe);
	background-image:linear-gradient(to top, #e6e6e6, #fefefe);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#fffefefe', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-default:hover {
	color:#4f4f4f;
	background-color:#f4f4f4;
	background-image:-moz-linear-gradient(bottom, #ededed, #fff);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#ededed), to(#fff));
	background-image:-webkit-linear-gradient(bottom, #ededed, #fff);
	background-image:-o-linear-gradient(bottom, #ededed, #fff);
	background-image:linear-gradient(to top, #ededed, #fff);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffededed', endColorstr='#ffffffff', GradientType=0)
}

.motopress-button-obj>.motopress-btn.motopress-btn-color-red {
	-webkit-box-shadow:inset 0 0 0 1px #bc3d2c;
	-moz-box-shadow:inset 0 0 0 1px #bc3d2c;
	box-shadow:inset 0 0 0 1px #bc3d2c;
	background-color:#dd503e;
	background-image:-moz-linear-gradient(bottom, #d14836, #ee5d4a);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#d14836), to(#ee5d4a));
	background-image:-webkit-linear-gradient(bottom, #d14836, #ee5d4a);
	background-image:-o-linear-gradient(bottom, #d14836, #ee5d4a);
	background-image:linear-gradient(to top, #d14836, #ee5d4a);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd14836', endColorstr='#ffee5d4a', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-red:hover {
	background-color:#ea6857;
	background-image:-moz-linear-gradient(bottom, #e76452, #ef6f5f);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#e76452), to(#ef6f5f));
	background-image:-webkit-linear-gradient(bottom, #e76452, #ef6f5f);
	background-image:-o-linear-gradient(bottom, #e76452, #ef6f5f);
	background-image:linear-gradient(to top, #e76452, #ef6f5f);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe76452', endColorstr='#ffef6f5f', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-pink-dreams {
	-webkit-box-shadow:inset 0 0 0 1px #f08eb9;
	-moz-box-shadow:inset 0 0 0 1px #f08eb9;
	box-shadow:inset 0 0 0 1px #f08eb9;
	background-color:#f689ba;
	background-image:-moz-linear-gradient(bottom, #f171ab, #feaed1);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#f171ab), to(#feaed1));
	background-image:-webkit-linear-gradient(bottom, #f171ab, #feaed1);
	background-image:-o-linear-gradient(bottom, #f171ab, #feaed1);
	background-image:linear-gradient(to top, #f171ab, #feaed1);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff171ab', endColorstr='#fffeaed1', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-pink-dreams:hover {
	background-color:#f8a6cb;
	background-image:-moz-linear-gradient(bottom, #f58dbc, #fdcbe1);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#f58dbc), to(#fdcbe1));
	background-image:-webkit-linear-gradient(bottom, #f58dbc, #fdcbe1);
	background-image:-o-linear-gradient(bottom, #f58dbc, #fdcbe1);
	background-image:linear-gradient(to top, #f58dbc, #fdcbe1);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff58dbc', endColorstr='#fffdcbe1', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-warm {
	-webkit-box-shadow:inset 0 0 0 1px #ea8f1a;
	-moz-box-shadow:inset 0 0 0 1px #ea8f1a;
	box-shadow:inset 0 0 0 1px #ea8f1a;
	background-color:#ff8c1a;
	background-image:-moz-linear-gradient(bottom, #ff7611, #ffac27);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#ff7611), to(#ffac27));
	background-image:-webkit-linear-gradient(bottom, #ff7611, #ffac27);
	background-image:-o-linear-gradient(bottom, #ff7611, #ffac27);
	background-image:linear-gradient(to top, #ff7611, #ffac27);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7611', endColorstr='#ffffac27', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-warm:hover {
	background-color:#fda248;
	background-image:-moz-linear-gradient(bottom, #fb8e3d, #ffbf59);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#fb8e3d), to(#ffbf59));
	background-image:-webkit-linear-gradient(bottom, #fb8e3d, #ffbf59);
	background-image:-o-linear-gradient(bottom, #fb8e3d, #ffbf59);
	background-image:linear-gradient(to top, #fb8e3d, #ffbf59);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffb8e3d', endColorstr='#ffffbf59', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-hot-summer {
	-webkit-box-shadow:inset 0 0 0 1px #f2bf0b;
	-moz-box-shadow:inset 0 0 0 1px #f2bf0b;
	box-shadow:inset 0 0 0 1px #f2bf0b;
	background-color:#f7c712;
	background-image:-moz-linear-gradient(bottom, #f1b000, #ffe92e);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#f1b000), to(#ffe92e));
	background-image:-webkit-linear-gradient(bottom, #f1b000, #ffe92e);
	background-image:-o-linear-gradient(bottom, #f1b000, #ffe92e);
	background-image:linear-gradient(to top, #f1b000, #ffe92e);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1b000', endColorstr='#ffffe92e', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-hot-summer:hover {
	background-color:#fbd139;
	background-image:-moz-linear-gradient(bottom, #f9be20, #ffee5e);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#f9be20), to(#ffee5e));
	background-image:-webkit-linear-gradient(bottom, #f9be20, #ffee5e);
	background-image:-o-linear-gradient(bottom, #f9be20, #ffee5e);
	background-image:linear-gradient(to top, #f9be20, #ffee5e);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9be20', endColorstr='#ffffee5e', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-olive-garden {
	-webkit-box-shadow:inset 0 0 0 1px #8ad532;
	-moz-box-shadow:inset 0 0 0 1px #8ad532;
	box-shadow:inset 0 0 0 1px #8ad532;
	background-color:#92ca26;
	background-image:-moz-linear-gradient(bottom, #7fb615, #afe840);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#7fb615), to(#afe840));
	background-image:-webkit-linear-gradient(bottom, #7fb615, #afe840);
	background-image:-o-linear-gradient(bottom, #7fb615, #afe840);
	background-image:linear-gradient(to top, #7fb615, #afe840);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7fb615', endColorstr='#ffafe840', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-olive-garden:hover {
	background-color:#a2d441;
	background-image:-moz-linear-gradient(bottom, #8dc323, #c2ee6e);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#8dc323), to(#c2ee6e));
	background-image:-webkit-linear-gradient(bottom, #8dc323, #c2ee6e);
	background-image:-o-linear-gradient(bottom, #8dc323, #c2ee6e);
	background-image:linear-gradient(to top, #8dc323, #c2ee6e);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8dc323', endColorstr='#ffc2ee6e', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-green-grass {
	-webkit-box-shadow:inset 0 0 0 1px #51b41e;
	-moz-box-shadow:inset 0 0 0 1px #51b41e;
	box-shadow:inset 0 0 0 1px #51b41e;
	background-color:#42b321;
	background-image:-moz-linear-gradient(bottom, #329c0d, #5bd63f);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#329c0d), to(#5bd63f));
	background-image:-webkit-linear-gradient(bottom, #329c0d, #5bd63f);
	background-image:-o-linear-gradient(bottom, #329c0d, #5bd63f);
	background-image:linear-gradient(to top, #329c0d, #5bd63f);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff329c0d', endColorstr='#ff5bd63f', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-green-grass:hover {
	background-color:#5bc83a;
	background-image:-moz-linear-gradient(bottom, #43b41c, #80e568);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#43b41c), to(#80e568));
	background-image:-webkit-linear-gradient(bottom, #43b41c, #80e568);
	background-image:-o-linear-gradient(bottom, #43b41c, #80e568);
	background-image:linear-gradient(to top, #43b41c, #80e568);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff43b41c', endColorstr='#ff80e568', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-skyline {
	-webkit-box-shadow:inset 0 0 0 1px #0aafca;
	-moz-box-shadow:inset 0 0 0 1px #0aafca;
	box-shadow:inset 0 0 0 1px #0aafca;
	background-color:#0fc1ec;
	background-image:-moz-linear-gradient(bottom, #00aaea, #25e3ef);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#00aaea), to(#25e3ef));
	background-image:-webkit-linear-gradient(bottom, #00aaea, #25e3ef);
	background-image:-o-linear-gradient(bottom, #00aaea, #25e3ef);
	background-image:linear-gradient(to top, #00aaea, #25e3ef);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00aaea', endColorstr='#ff25e3ef', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-skyline:hover {
	background-color:#3cccef;
	background-image:-moz-linear-gradient(bottom, #2eb8ec, #51eaf4);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#2eb8ec), to(#51eaf4));
	background-image:-webkit-linear-gradient(bottom, #2eb8ec, #51eaf4);
	background-image:-o-linear-gradient(bottom, #2eb8ec, #51eaf4);
	background-image:linear-gradient(to top, #2eb8ec, #51eaf4);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2eb8ec', endColorstr='#ff51eaf4', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-aqua-blue {
	-webkit-box-shadow:inset 0 0 0 1px #228ddb;
	-moz-box-shadow:inset 0 0 0 1px #228ddb;
	box-shadow:inset 0 0 0 1px #228ddb;
	background-color:#2483e1;
	background-image:-moz-linear-gradient(bottom, #0c61d6, #48b7f1);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#0c61d6), to(#48b7f1));
	background-image:-webkit-linear-gradient(bottom, #0c61d6, #48b7f1);
	background-image:-o-linear-gradient(bottom, #0c61d6, #48b7f1);
	background-image:linear-gradient(to top, #0c61d6, #48b7f1);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0c61d6', endColorstr='#ff48b7f1', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-aqua-blue:hover {
	background-color:#4c98e7;
	background-image:-moz-linear-gradient(bottom, #2977e2, #81caef);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#2977e2), to(#81caef));
	background-image:-webkit-linear-gradient(bottom, #2977e2, #81caef);
	background-image:-o-linear-gradient(bottom, #2977e2, #81caef);
	background-image:linear-gradient(to top, #2977e2, #81caef);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2977e2', endColorstr='#ff81caef', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-violet {
	-webkit-box-shadow:inset 0 0 0 1px #9850d4;
	-moz-box-shadow:inset 0 0 0 1px #9850d4;
	box-shadow:inset 0 0 0 1px #9850d4;
	background-color:#9741d9;
	background-image:-moz-linear-gradient(bottom, #7c13c6, #c085f6);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#7c13c6), to(#c085f6));
	background-image:-webkit-linear-gradient(bottom, #7c13c6, #c085f6);
	background-image:-o-linear-gradient(bottom, #7c13c6, #c085f6);
	background-image:linear-gradient(to top, #7c13c6, #c085f6);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7c13c6', endColorstr='#ffc085f6', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-violet:hover {
	background-color:#ae62e8;
	background-image:-moz-linear-gradient(bottom, #9532da, #d4a9fc);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#9532da), to(#d4a9fc));
	background-image:-webkit-linear-gradient(bottom, #9532da, #d4a9fc);
	background-image:-o-linear-gradient(bottom, #9532da, #d4a9fc);
	background-image:linear-gradient(to top, #9532da, #d4a9fc);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9532da', endColorstr='#ffd4a9fc', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-dark-grey {
	-webkit-box-shadow:inset 0 0 0 1px #8c8c8c;
	-moz-box-shadow:inset 0 0 0 1px #8c8c8c;
	box-shadow:inset 0 0 0 1px #8c8c8c;
	background-color:#818181;
	background-image:-moz-linear-gradient(bottom, #5b5b5b, #bababa);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#5b5b5b), to(#bababa));
	background-image:-webkit-linear-gradient(bottom, #5b5b5b, #bababa);
	background-image:-o-linear-gradient(bottom, #5b5b5b, #bababa);
	background-image:linear-gradient(to top, #5b5b5b, #bababa);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5b5b5b', endColorstr='#ffbababa', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-dark-grey:hover {
	background-color:#a3a2a2;
	background-image:-moz-linear-gradient(bottom, #878787, #cdcbcb);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#878787), to(#cdcbcb));
	background-image:-webkit-linear-gradient(bottom, #878787, #cdcbcb);
	background-image:-o-linear-gradient(bottom, #878787, #cdcbcb);
	background-image:linear-gradient(to top, #878787, #cdcbcb);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff878787', endColorstr='#ffcdcbcb', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-black {
	-webkit-box-shadow:inset 0 0 0 1px #1f1f1f;
	-moz-box-shadow:inset 0 0 0 1px #1f1f1f;
	box-shadow:inset 0 0 0 1px #1f1f1f;
	background-color:#2b2b2b;
	background-image:-moz-linear-gradient(bottom, #0d0d0d, #595959);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#0d0d0d), to(#595959));
	background-image:-webkit-linear-gradient(bottom, #0d0d0d, #595959);
	background-image:-o-linear-gradient(bottom, #0d0d0d, #595959);
	background-image:linear-gradient(to top, #0d0d0d, #595959);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0d0d0d', endColorstr='#ff595959', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-color-black:hover {
	background-color:#474747;
	background-image:-moz-linear-gradient(bottom, #272727, #767676);
	background-image:-webkit-gradient(linear, 0 100%, 0 0, from(#272727), to(#767676));
	background-image:-webkit-linear-gradient(bottom, #272727, #767676);
	background-image:-o-linear-gradient(bottom, #272727, #767676);
	background-image:linear-gradient(to top, #272727, #767676);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff272727', endColorstr='#ff767676', GradientType=0)
}
.motopress-button-obj>.motopress-btn.motopress-btn-size-large {
	padding:13px 36px;
	font-size:18px
}
.motopress-button-obj>.motopress-btn.motopress-btn-size-default {
	padding:10px 23px;
	font-size:16px
}
.motopress-button-obj>.motopress-btn.motopress-btn-size-small {
	padding:7px 15px;
	font-size:13px
}
.motopress-button-obj>.motopress-btn.motopress-btn-size-mini {
	padding:6px 11px;
	font-size:11px
}
.motopress-google-map-obj {
	min-height:inherit
}
.motopress-google-map-obj iframe {
	width:100%;
	height:100%;
	min-height:inherit;
	margin:0
}
.motopress-google-chart {
	background-image:url("../../images/ce/loading.gif");
	background-repeat:no-repeat;
	background-position:50% 50%;
	min-height:24px
}
.motopress-empty-chart {
	text-align:center;
	background-image:none
}
.motopress-embed-obj {
	min-height:inherit
}
.motopress-embed-obj.fill-space {
	min-height:inherit
}
.motopress-embed-obj.fill-space * {
	width:100%
}
.motopress-table-obj>table {
	width:100%!important
}
.motopress-table.motopress-table-style {
	background:none repeat scroll 0 0 #fefefe;
	border:1px solid #d3d3d3;
	overflow:hidden;
	margin:0!important
}
.motopress-table.motopress-table-style th, .motopress-table.motopress-table-style td {
	padding:1em;
	text-align:center
}
.motopress-table.motopress-table-style th {
	border-bottom:0 none;
	border-left:0 none;
	border-right:0 none;
	padding:1.4em 1em;
	text-shadow:1px 1px 1px #fff;
	background:#EEE
}
.motopress-table.motopress-table-style td {
	border-bottom:0 none;
	border-left:0 none;
	border-top:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0
}
.motopress-table.motopress-table-style tr.odd-row td {
	background:#f6f6f6
}
.motopress-table.motopress-table-style td:first-child, .motopress-table.motopress-table-style th:first-child {
	text-align:left
}
.motopress-table.motopress-table-style td:last-child {
	border-right:0
}
.motopress-table.motopress-table-style th:last-child {
	border-right:0
}
.motopress-table.motopress-table-style td {
	background-color:#fefefe
}
.motopress-table.motopress-table-style tr.odd-row td {
	background-color:#f6f6f6
}
.motopress-table.motopress-table-style th {
	background-color:#e5e5e5
}
.motopress-text-align-left {
	text-align:left
}
.motopress-text-align-center {
	text-align:center
}
.motopress-text-align-right {
	text-align:right
}
.motopress-margin-0 {
	margin:0!important
}
.motopress-margin-10 {
	margin:10px!important
}
.motopress-margin-15 {
	margin:15px!important
}
.motopress-margin-20 {
	margin:20px!important
}
.motopress-margin-25 {
	margin:25px!important
}
.motopress-margin-50 {
	margin:50px!important
}
.motopress-margin-100 {
	margin:100px!important
}
.motopress-margin-top-0 {
	margin-top:0!important
}
.motopress-margin-top-10 {
	margin-top:10px!important
}
.motopress-margin-top-15 {
	margin-top:15px!important
}
.motopress-margin-top-20 {
	margin-top:20px!important
}
.motopress-margin-top-25 {
	margin-top:25px!important
}
.motopress-margin-top-50 {
	margin-top:50px!important
}
.motopress-margin-top-100 {
	margin-top:100px!important
}
.motopress-margin-bottom-0 {
	margin-bottom:0!important
}
.motopress-margin-bottom-10 {
	margin-bottom:10px!important
}
.motopress-margin-bottom-15 {
	margin-bottom:15px!important
}
.motopress-margin-bottom-20 {
	margin-bottom:20px!important
}
.motopress-margin-bottom-25 {
	margin-bottom:25px!important
}
.motopress-margin-bottom-50 {
	margin-bottom:50px!important
}
.motopress-margin-bottom-100 {
	margin-bottom:100px!important
}
.motopress-margin-left-0 {
	margin-left:0!important
}
.motopress-margin-left-10 {
	margin-left:10px!important
}
.motopress-margin-left-15 {
	margin-left:15px!important
}
.motopress-margin-left-20 {
	margin-left:20px!important
}
.motopress-margin-left-25 {
	margin-left:25px!important
}
.motopress-margin-left-50 {
	margin-left:50px!important
}
.motopress-margin-left-100 {
	margin-left:100px!important
}
.motopress-margin-right-0 {
	margin-right:0!important
}
.motopress-margin-right-10 {
	margin-right:10px!important
}
.motopress-margin-right-15 {
	margin-right:15px!important
}
.motopress-margin-right-20 {
	margin-right:20px!important
}
.motopress-margin-right-25 {
	margin-right:25px!important
}
.motopress-margin-right-50 {
	margin-right:50px!important
}
.motopress-margin-right-100 {
	margin-right:100px!important
}
.motopress-share-buttons {
	margin:0;
	padding:0
}
.motopress-share-buttons span {
	display:inline-block;
	margin:0 5px 0 0;
	opacity:.85
}
.motopress-share-buttons span:hover {
	opacity:1
}
.motopress-share-buttons span:last-child {
	margin-right:0
}
.motopress-share-buttons a {
	background-repeat:no-repeat;
	display:block;
	width:100%;
	height:100%;
	border:none!important;
	outline:none!important
}
.motopress-buttons-32x32 {
	height:32px
}
.motopress-buttons-32x32 span {
	width:32px;
	height:32px
}
.motopress-buttons-32x32 a {
	background-image:url("../../images/social-buttons-32x32.png")
}
.motopress-buttons-32x32.motopress-buttons-square .motopress-button-facebook a {
	background-position:0 0
}
.motopress-buttons-32x32.motopress-buttons-square .motopress-button-google a {
	background-position:-32px 0
}
.motopress-buttons-32x32.motopress-buttons-square .motopress-button-twitter a {
	background-position:-64px 0
}
.motopress-buttons-32x32.motopress-buttons-square .motopress-button-pinterest a {
	background-position:-96px 0
}
.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-facebook a {
	background-position:0 -32px
}
.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-google a {
	background-position:-32px -32px
}
.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-twitter a {
	background-position:-64px -32px
}
.motopress-buttons-32x32.motopress-buttons-rounded .motopress-button-pinterest a {
	background-position:-96px -32px
}
.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-facebook a {
	background-position:0 -64px
}
.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-google a {
	background-position:-32px -64px
}
.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-twitter a {
	background-position:-64px -64px
}
.motopress-buttons-32x32.motopress-buttons-circular .motopress-button-pinterest a {
	background-position:-96px -64px
}
.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-facebook a {
	background-position:0 -96px
}
.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-google a {
	background-position:-32px -96px
}
.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-twitter a {
	background-position:-64px -96px
}
.motopress-buttons-32x32.motopress-buttons-volume .motopress-button-pinterest a {
	background-position:-96px -96px
}
.motopress-buttons-64x64 {
	height:64px
}
.motopress-buttons-64x64 span {
	width:64px;
	height:64px
}
.motopress-buttons-64x64 a {
	background-image:url("../../images/social-buttons-64x64.png")
}
.motopress-buttons-64x64.motopress-buttons-square .motopress-button-facebook a {
	background-position:0 0
}
.motopress-buttons-64x64.motopress-buttons-square .motopress-button-google a {
	background-position:-64px 0
}
.motopress-buttons-64x64.motopress-buttons-square .motopress-button-twitter a {
	background-position:-128px 0
}
.motopress-buttons-64x64.motopress-buttons-square .motopress-button-pinterest a {
	background-position:-192px 0
}
.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-facebook a {
	background-position:0 -64px
}
.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-google a {
	background-position:-64px -64px
}
.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-twitter a {
	background-position:-128px -64px
}
.motopress-buttons-64x64.motopress-buttons-rounded .motopress-button-pinterest a {
	background-position:-192px -64px
}
.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-facebook a {
	background-position:0 -128px
}
.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-google a {
	background-position:-64px -128px
}
.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-twitter a {
	background-position:-128px -128px
}
.motopress-buttons-64x64.motopress-buttons-circular .motopress-button-pinterest a {
	background-position:-192px -128px
}
.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-facebook a {
	background-position:0 -192px
}
.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-google a {
	background-position:-64px -192px
}
.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-twitter a {
	background-position:-128px -192px
}
.motopress-buttons-64x64.motopress-buttons-volume .motopress-button-pinterest a {
	background-position:-192px -192px
}
.motopress-tabs-obj.ui-tabs {
	height:100%!important;
	padding:0!important
}
.motopress-tabs-obj.ui-tabs.ui-widget-content {
	border:none!important;
	background-color:transparent!important
}
.motopress-tabs-obj.ui-tabs.ui-corner-all {
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	border-radius:0!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav {
	background-image:none!important;
	background-color:transparent!important;
	margin:0!important;
	padding:0!important;
	border:none!important;
	border-left:1px solid #ddd!important;
	outline:none!important;
	box-shadow:none!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav.ui-corner-all {
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	border-radius:0!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav.ui-helper-clearfix:after {
	clear:both!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav.ui-helper-clearfix:before, .motopress-tabs-obj.ui-tabs .ui-tabs-nav.ui-helper-clearfix:after {
	content:""!important;
	display:table!important;
	border-collapse:collapse!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li {
	list-style:none!important;
	float:left!important;
	margin:0!important;
	padding:0!important;
	border-top:1px solid #ddd!important;
	border-right:1px solid #ddd!important;
	border-bottom:none!important;
	border-left:none!important;
	outline:none!important;
	box-shadow:none!important;
	background:none!important;
	background-color:#ececec!important;
	position:static!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li:hover {
	background-color:#fff!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li.ui-corner-top {
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
	border-radius:0!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li:focus {
	outline:none!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li a {
	display:block!important;
	padding:12px 17px!important;
	font-size:14px!important;
	color:#000!important;
	text-decoration:none!important;
	border:none!important;
	outline:none!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li a:hover {
	text-decoration:none!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li a:focus {
	outline:none!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li.ui-state-active {
	background-color:#fff!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li.ui-state-active a {
	moz-box-shadow:0 1px 0 0 #fff, 0 1px 0 0 #fff!important;
	-webkit-box-shadow:0 1px 0 0 #fff, 0 1px 0 0 #fff!important;
	box-shadow:0 1px 0 0 #fff, 0 1px 0 0 #fff!important;
	color:#000!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-panel {
	margin:0!important;
	padding:20px;
	overflow-y:auto!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-panel.ui-widget-content {
	border:1px solid #ddd!important;
	background-color:#fff!important
}
.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-0 .ui-tabs-panel.ui-widget-content {
	padding:0!important
}
.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-10 .ui-tabs-panel.ui-widget-content {
	padding:10px!important
}
.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-20 .ui-tabs-panel.ui-widget-content {
	padding:20px!important
}
.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-30 .ui-tabs-panel.ui-widget-content {
	padding:30px!important
}
.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-40 .ui-tabs-panel.ui-widget-content {
	padding:40px!important
}
.motopress-tabs-obj.ui-tabs.motopress-tabs-padding-50 .ui-tabs-panel.ui-widget-content {
	padding:50px!important
}
@media screen and (max-width:767px) {
.motopress-tabs-obj.ui-tabs .ui-tabs-nav {
border-left:none!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li {
display:block!important;
width:100%!important;
border:1px solid #ddd!important;
margin-bottom:1px!important;
box-sizing:border-box!important
}
.motopress-tabs-obj.ui-tabs .ui-tabs-nav li.ui-state-active a {
moz-box-shadow:none!important;
-webkit-box-shadow:none!important;
box-shadow:none!important;
color:#000!important
}
}
.motopress-accordion-obj.ui-accordion .motopress-accordion-item {
	border-bottom-width:1px;
	border-bottom-style:solid
}
.motopress-accordion-obj.ui-accordion .ui-accordion-header {
	display:block;
	cursor:pointer;
	position:relative;
	margin:0!important;
	padding:.7em .7em .7em .9em!important;
	min-height:0;
	font-size:100%
}
.motopress-accordion-obj.ui-accordion .ui-accordion-header:focus {
	outline:0
}
.motopress-accordion-obj.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position:absolute;
	left:0;
	top:50%;
	margin-top:-11px
}
.motopress-accordion-obj.ui-accordion .ui-accordion-header .ui-icon {
	background:transparent url('../../images/accordion.png?ver=1.4.7') no-repeat;
	width:22px;
	height:22px
}
.motopress-accordion-obj.ui-accordion .ui-accordion-icons {
	padding-left:2.4em!important
}
.motopress-accordion-obj.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left:2.4em!important
}
.motopress-accordion-obj.ui-accordion .ui-accordion-content {
	padding:0 0 1em;
	border-top:0;
	overflow:auto
}
.motopress-accordion-obj.ui-accordion.motopress-accordion-light .motopress-accordion-item {
	border-bottom-color:#e0dede
}
.motopress-accordion-obj.ui-accordion.motopress-accordion-light .ui-accordion-header .ui-icon {
	border:1px solid #ddd;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
.motopress-accordion-obj.ui-accordion.motopress-accordion-light .ui-accordion-header .ui-icon-triangle-1-e {
	background-color:#ececec;
	background-position:-1px -1px
}
.motopress-accordion-obj.ui-accordion.motopress-accordion-light .ui-accordion-header .ui-icon-triangle-1-s {
	background-color:#fff;
	background-position:-1px -23px
}
.motopress-accordion-obj.ui-accordion.motopress-accordion-dark .motopress-accordion-item {
	border-bottom-color:#3e3e3e
}
.motopress-accordion-obj.ui-accordion.motopress-accordion-dark .ui-accordion-header .ui-icon-triangle-1-e {
	background-color:#3e3e3e;
	background-position:-22px 0
}
.motopress-accordion-obj.ui-accordion.motopress-accordion-dark .ui-accordion-header .ui-icon-triangle-1-s {
	background-color:#4c4c4c;
	background-position:-22px -22px
}
#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-thumbnail>img, .motopress-posts-grid-obj .motopress-posts-grid-thumbnail>img {
	margin:20px 0
}
#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-thumbnail>img:first-child, .motopress-posts-grid-obj .motopress-posts-grid-thumbnail>img:first-child {
	margin-top:0
}
#motopress-container .motopress-posts-grid-obj .motopress-thumbnail-left .motopress-posts-grid-thumbnail, .motopress-posts-grid-obj .motopress-thumbnail-left .motopress-posts-grid-thumbnail {
	float:left!important;
	margin:0 20px 20px 0
}
#motopress-container .motopress-posts-grid-obj .motopress-thumbnail-left .motopress-posts-grid-thumbnail>img, .motopress-posts-grid-obj .motopress-thumbnail-left .motopress-posts-grid-thumbnail>img {
	margin:0
}
#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-meta .motopress-posts-grid-date, .motopress-posts-grid-obj .motopress-posts-grid-meta .motopress-posts-grid-date {
	float:left
}
#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-meta .motopress-posts-grid-date.motopress-no-float, .motopress-posts-grid-obj .motopress-posts-grid-meta .motopress-posts-grid-date.motopress-no-float {
	float:none
}
#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-meta .comments-link, .motopress-posts-grid-obj .motopress-posts-grid-meta .comments-link {
	text-align:right
}
#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-more, .motopress-posts-grid-obj .motopress-posts-grid-more {
	margin-top:10px
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-0 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-0 .mp-row-fluid {
	margin-bottom:0!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-10 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-10 .mp-row-fluid {
	margin-bottom:10px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-20 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-20 .mp-row-fluid {
	margin-bottom:20px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-30 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-30 .mp-row-fluid {
	margin-bottom:30px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-40 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-40 .mp-row-fluid {
	margin-bottom:40px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-50 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-50 .mp-row-fluid {
	margin-bottom:50px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-60 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-60 .mp-row-fluid {
	margin-bottom:60px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-70 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-70 .mp-row-fluid {
	margin-bottom:70px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-80 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-80 .mp-row-fluid {
	margin-bottom:80px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-90 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-90 .mp-row-fluid {
	margin-bottom:90px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-100 .mp-row-fluid, .motopress-posts-grid-obj.motopress-posts-grid-gap-100 .mp-row-fluid {
	margin-bottom:100px!important
}
#motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-0 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-0 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-10 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-10 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-20 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-20 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-30 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-30 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-40 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-40 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-50 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-50 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-60 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-60 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-70 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-70 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-80 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-80 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-90 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-90 .mp-row-fluid:last-child, #motopress-container .motopress-posts-grid-obj.motopress-posts-grid-gap-100 .mp-row-fluid:last-child, .motopress-posts-grid-obj.motopress-posts-grid-gap-100 .mp-row-fluid:last-child {
	margin-bottom:0!important
}
#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-next, .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-next, #motopress-container .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-prev, .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-prev {
	display:inline-block
}
#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-next, .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-next {
	float:right
}
#motopress-container .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-prev, .motopress-posts-grid-obj .motopress-posts-grid-pagination .nav-prev {
	float:left
}

/*fix logo float IE/FF - mbm*/
.logo.pull-left {
float: none;
left: 0;
position: relative;
}