/* Table of Contents

* Wrappers
* General
* Classes
* Required
* Header
* General tickers
* Page header top
* Page header
* Page Subheader
* Main
	* Posts
	* Members
	* Galleries
* Content navigation
* Social Shares
* Comments
* Reply
* Secondary
* Footer widgets
* Footer
* Shortcodes
	* Pricing tables
	* Post slider
* FAQs
* Forms
	* Search form
	* Contact form 7
* Media queries

*/

/* --------------------------------------------------------- */
/* !Wrappers */
/* --------------------------------------------------------- */

body {
	/* customize_body */ font: normal normal 100 14px/22px 'Myriad Pro', 'Helvetica', 'Arial', sans-serif; /* customize_body */
	/* customize_body */ color: #999999; /* customize_body */
	background-color: #262626;
}
body.fixed {
	min-width: 980px;
}
body > .wrapper {
	/* customize_main_background_color */ background-color: #FFF; /* customize_main_background_color */
}
.container-fluid {
	max-width: 940px;
	/* min-width: 320px; */
	margin: 0 auto;
}

/* --------------------------------------------------------- */
/* !General */
/* --------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: bold;
	color: #7f7f7f;
	margin: 0;
}
h1, h1 a {
	font-size: 30px;
	line-height: 30px;
}
h2, h2 a {
	font-size: 24px;
	line-height: 24px;
}
h3, h3 a {
	font-size: 18px;
	line-height: 22px;
}
h4, h4 a,
h5, h5 a,
h6, h6 a {
	font-size: 14px;
	line-height: 22px;
}
p {
	margin-bottom: 20px;
}
ul {
	margin-bottom: 30px;
}
a,span.act-like-link {
	color: #666;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
a:hover,span.act-like-link:hover {
	/*color: #ff9900;*/
}
a, a:hover, a:focus, a:active, a:visited,span.act-like-link,span.act-like-link:hover {
	outline: none;
}
blockquote {
	background: #f2f2f2;
	border-left: none;
	border-bottom: 1px solid #ff9900;
	padding: 30px 38px;
	margin: 30px 0 30px 8%;
}
blockquote p {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: italic;
	color: #7f7f7f;
}
iframe {
	display: block;
	/* max-width: 100%; */
}

/* --------------------------------------------------------- */
/* !Classes */
/* --------------------------------------------------------- */

.mtphr-large,
.mtphr-large * {
	font-size: 24px;
	line-height: 24px;
}
.mtphr-subheading,
.mtphr-subheading * {
	font-size: 18px;
	font-weight: normal;
	color: #666;
}
a.mtphr-alt-link,
.mtphr-alt-link a {
	color: #666;
}
a.mtphr-alt-link:hover,
.mtphr-alt-link a:hover {
	color: #ff9900;
	text-decoration: none;
}
[class^="neuron-icon-"],
[class*=" neuron-icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	line-height: 14px;
	vertical-align: text-top;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/icons-general.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.neuron-icon-arrow-left {
	background-position: 0 0;
}
.neuron-icon-arrow-right {
	background-position: -24px 0;
}
.mtphr-hover-anim {
	position: relative;
}
.mtphr-hover-anim .mtphr-hover-anim-target {
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.mtphr-hover-anim:hover .mtphr-hover-anim-target,
.mtphr-hover-anim.active .mtphr-hover-anim-target {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.mtphr-overlay {
	display: block;
	width: 100%;
	height: 100%;
	padding: 9px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.mtphr-overlay-bg {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-hover.png);
	background: rgba( 255, 153, 0, .5 );
}
.mtphr-overlay-buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}
.mtphr-overlay-buttons-1 {
	margin-left: -45px;
}
.mtphr-overlay-buttons-2 {
	margin-left: 5px;
}
.mtphr-overlay-buttons a {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	margin-top: -40px;

	-webkit-transition: margin .2s ease, opacity .2s ease;
	-moz-transition: margin .2s ease, opacity .2s ease;
	-o-transition: margin .2s ease, opacity .2s ease;
	transition: margin .2s ease, opacity .2s ease;
}
.mtphr-overlay-buttons-2 a {
	-webkit-transition-delay: 0.07s;
	-moz-transition-delay: 0.07s;
	-o-transition-delay: 0.07s;
	transition-delay: 0.07s;
}
.mtphr-hover-anim:hover .mtphr-overlay-buttons a {
	margin-top: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.mtphr-overlay-link,
.mtphr-overlay-preview {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/icons-overlay.png);
}
.mtphr-overlay-link {
	background-position: 0 0;
}
.mtphr-overlay-link:hover {
	background-position: 0 -50px;
}
.mtphr-overlay-preview {
	background-position: -50px 0;
}
.mtphr-overlay-preview:hover {
	background-position: -50px -50px;
}
.mtphr-hover-anim:hover .mtphr-hover-anim-target.zen-overlay-graphic,
.mtphr-hover-anim:hover .mtphr-hover-anim-target.mtphr-overlay-graphic {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.mtphr-bordered-wrapper {
	text-align: center;
	line-height: 0;
	margin-bottom: 30px;
}
.mtphr-bordered-wrapper .mtphr-bordered {
	width: 100%;
}
.mtphr-bordered {
	display: inline-block;
	max-width: 100%;
	padding: 9px;
	background: #FFF;
	border: 1px solid #CCC;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
a.mtphr-readmore,
.mtphr-readmore a {
	display: inline-block;
	color: inherit;
	text-decoration: underline;
	margin: 8px 0;
}
a.mtphr-readmore:hover,
.mtphr-readmore a:hover {
	color: #ff9900;
}
.mtphr-title-sep {
	clear: both;
}
.mtphr-title-sep,
.mtphr-title-sep span {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	color: #666;
	text-transform: uppercase;
}
.mtphr-title-sep {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-title-sep-wide.png) no-repeat left 1px;
	-webkit-background-size: 960px 11px;
	margin: 35px 0;
}
ul.mtphr-list,
ul.mtphr-list-arrow,
ul.mtphr-list-check {
	margin-left: 0;
}
ul.mtphr-list li,
ul.mtphr-list-arrow li,
ul.mtphr-list-check li {
	list-style: none;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-list-styled-arrow.png) no-repeat left top;
	padding-left: 33px;
	margin-bottom: 10px;
}
ul.mtphr-list li {
	padding-left: 27px;
}
ul.mtphr-list li,
li.mtphr-list {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-list-styled.png) no-repeat left top;
}
ul.mtphr-list-arrow li,
li.mtphr-list-arrow {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-list-styled-arrow.png) no-repeat left top;
}
ul.mtphr-list-check li,
li.mtphr-list-check {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-list-styled-check.png) no-repeat left top;
}
a.mtphr-style-button,
a .mtphr-style-button,
.mtphr-style-button a,
a.mtphr-style-button-light,
a .mtphr-style-button-light,
.mtphr-style-button-light a,
a.mtphr-style-button-dark,
a .mtphr-style-button-dark,
.mtphr-style-button-dark a,
a.mtphr-style-button-small,
a .mtphr-style-button-small,
.mtphr-style-button-small a,
a.mtphr-style-button-light-small,
a .mtphr-style-button-light-small,
.mtphr-style-button-light-small a,
a.mtphr-style-button-dark-small,
a .mtphr-style-button-dark-small,
.mtphr-style-button-dark-small a {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/overlay-button.png);
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px solid;
	padding: 11px 30px 11px 30px;
	white-space: nowrap;

	-moz-box-shadow: inset 0 0 4px #FFF;
	-webkit-box-shadow: inset 0 0 4px #FFF;
	box-shadow: inset 0 0 4px #FFF;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
a.mtphr-style-button-small,
a .mtphr-style-button-small,
.mtphr-style-button-small a,
a.mtphr-style-button-light-small,
a .mtphr-style-button-light-small,
.mtphr-style-button-light-small a,
a.mtphr-style-button-dark-small,
a .mtphr-style-button-dark-small,
.mtphr-style-button-dark-small a {
	background-position: -2px -6px;
	padding: 9px 20px 7px 20px;
}
a.mtphr-style-button-short,
a .mtphr-style-button-short,
.mtphr-style-button-short a {
	padding-left: 10px;
	padding-right: 10px;
}
a.mtphr-style-button.disabled,
a .mtphr-style-button.disabled,
.mtphr-style-button.disabled a,
a.mtphr-style-button-light.disabled,
a .mtphr-style-button-light.disabled,
.mtphr-style-button-light.disabled a,
a.mtphr-style-button-dark.disabled,
a .mtphr-style-button-dark.disabled,
.mtphr-style-button-dark.disabled a {
	cursor: default;

	color: #666;
	background-image: none;
	background-color: #ebebeb;
	border-color: #CCC;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.mtphr-style-button:hover,
a .mtphr-style-button:hover,
.mtphr-style-button a:hover,
a.mtphr-style-button-light:hover,
a .mtphr-style-button-light:hover,
.mtphr-style-button-light a:hover,
a.mtphr-style-button-dark:hover,
a .mtphr-style-button-dark:hover,
.mtphr-style-button-dark a:hover {
	text-decoration: none;
	background-position: 0 -4px;
}
a.mtphr-style-button-small:hover,
a .mtphr-style-button-small:hover,
.mtphr-style-button-small a:hover,
a.mtphr-style-button-light-small:hover,
a .mtphr-style-button-light-small:hover,
.mtphr-style-button-light-small a:hover,
a.mtphr-style-button-dark-small:hover,
a .mtphr-style-button-dark-small:hover,
.mtphr-style-button-dark-small a:hover {
	text-decoration: none;
	background-position: -2px -8px;
}
a.mtphr-style-button,
a .mtphr-style-button,
.mtphr-style-button a,
a.mtphr-style-button-small,
a .mtphr-style-button-small,
.mtphr-style-button-small a {
	color: #FFF;
	background-color: #ff9900;
	border-color: #ff9900;
}
a.mtphr-style-button:not(.disabled):hover,
a .mtphr-style-button:not(.disabled):hover,
.mtphr-style-button:not(.disabled) a:hover,
a.mtphr-style-button-small:not(.disabled):hover,
a .mtphr-style-button-small:not(.disabled):hover,
.mtphr-style-button-small:not(.disabled) a:hover {
	color: #FFF;
	background-color: #ed8d00;
	border-color: #ed8d00;
}
a.mtphr-style-button-light,
a .mtphr-style-button-light,
.mtphr-style-button-light a,
a.mtphr-style-button-light-small,
a .mtphr-style-button-light-small,
.mtphr-style-button-light-small a {
	color: #666;
	background-color: #CCC;
	border-color: #CCC;
}
a.mtphr-style-button-light:not(.disabled):hover,
a .mtphr-style-button-light:not(.disabled):hover,
.mtphr-style-button-light:not(.disabled) a:hover,
a.mtphr-style-button-light-small:not(.disabled):hover,
a .mtphr-style-button-light-small:not(.disabled):hover,
.mtphr-style-button-light-small:not(.disabled) a:hover {
	color: #666;
	background-color: #bababa;
	border-color: #bababa;
}
a.mtphr-style-button-dark,
a .mtphr-style-button-dark,
.mtphr-style-button-dark a,
a.mtphr-style-button-dark-small,
a .mtphr-style-button-dark-small,
.mtphr-style-button-dark-small a {
	color: #FFF;
	background-color: #111;
	border-color: #111;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/overlay-button-light.png);

	-moz-box-shadow: inset 0 0 4px rgba(255,255,255,.4);
	-webkit-box-shadow: inset 0 0 4px rgba(255,255,255,.4);
	box-shadow: inset 0 0 4px rgba(255,255,255,.4);
}
a.mtphr-style-button-dark:not(.disabled):hover,
a .mtphr-style-button-dark:not(.disabled):hover,
.mtphr-style-button-dark:not(.disabled) a:hover,
a.mtphr-style-button-dark-small:not(.disabled):hover,
a .mtphr-style-button-dark-small:not(.disabled):hover,
.mtphr-style-button-dark-small:not(.disabled) a:hover {
	color: #FFF;
	background-color: #000;
	border-color: #000;
}

/* --------------------------------------------------------- */
/* !Required */
/* --------------------------------------------------------- */

.assistive-text {
	display: none;
}
.alignleft {
	float: left;
	margin: 0 20px 5px 0;
}
.alignright {
	float: right;
	margin: 0 0 5px 20px;
}
.aligncenter, dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption,
.gallery-item img {
	max-width: 100%;
	padding: 9px;
	background: #FFF;
	border: 1px solid #CCC !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.wp-caption-text,
.gallery-caption {
	margin: 12px 0 0 0;
}
.sticky {}

/* --------------------------------------------------------- */
/* !Header */
/* --------------------------------------------------------- */

#site-header {
	background-color: #262626;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-header-bottom.png), url(/packages/theme_neuron/themes/neuron/assets/images/bg-header.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center bottom, center top;
}
#site-header > .wrapper {
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-header-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#logo {
	float: left;
	font-size: 27px;
	margin-top: 27px;
	margin-bottom: 20px;
}
#logo img {
	width: auto;
	height: auto;
}

/* !Main menu */
.main-menu-container {
	float: right;
}
.main-menu-container ul {
	list-style: none;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-menu-sep.png) no-repeat right bottom;
}
.main-menu-container > ul {
	margin: 0;
}
.main-menu-container li ul {
	/* display: none; */
	position: absolute;
	z-index: 9999;
	left: -9999px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	padding-top: 1px;
	/* width: 184px; */

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.main-menu-container > ul > li > ul {
	margin-left: 0;
}
.main-menu-container > ul ul ul {
	margin-top: -2px;
}
.main-menu-container li:hover > ul {
	left: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.main-menu-container ul li {
	float:left;
}
.main-menu-container > ul > li {
	display: block;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-menu-sep.png) no-repeat left bottom;
}
.main-menu-container li ul li {
	width: auto;
	white-space: nowrap;
	border-top: 1px solid #333;
}
.main-menu-container > ul > li > ul > li:first-child {
	border-top: none;
}
.main-menu-container > ul > li > a {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	padding: 35px 27px 30px 27px;
	background-position: left bottom;
}
.main-menu-container > ul > li > a:hover {
	text-decoration: none;
	color: #ff9900;
}
.main-menu-container > ul > li.current_page_item > a,
.main-menu-container > ul > li.current-menu-item > a,
.main-menu-container > ul > li.current-menu-ancestor > a {
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-menu-hover.png), url(/packages/theme_neuron/themes/neuron/assets/images/bg-menu-active.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.main-menu-container li ul a {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: 100;
	text-align: left;
	color: #999;
	background: #222;
	padding: 6px 20px 3px 20px;
	min-width: 100px;
	width: auto;

	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.main-menu-container li ul a:hover {
	text-decoration: none;
	color: #ff9900;
}
.main-menu-container li ul li.current_page_item > a,
.main-menu-container li ul li.current-menu-item > a,
.main-menu-container li ul li.current-menu-ancestor > a {
	font-weight: normal;
	color: #333;
	background: #ff9900;
}
.main-menu-container li ul li.current_page_item > a,
.main-menu-container li ul li.current-menu-item > a {
	font-weight: normal;
	background: #ff9900 url(/packages/theme_neuron/themes/neuron/assets/images/overlay-subnav.png) repeat-x left 1px;
}

/* !Main mobile menu */
.main-menu-mobile-container {
	display: none;
	clear: both;
	overflow: hidden;
	position: relative;
	border: 1px solid #3d3d3d;
	margin-bottom: 34px;
	height: 31px;
}
.main-menu-mobile-icon {
	position: absolute;
	top: 6px;
	right: 12px;
	color: #74828c;
}
.main-menu-mobile-container ul {
	width: 100%;
	margin: 0;
}
.main-menu-mobile-container li {
	border-top: 1px solid #393939;
}
.main-menu-mobile-container-condensed li {
	border-color: transparent;
}
.main-menu-mobile-container > ul > li:first-child {
	border: none;
}
.main-menu-mobile-container li,
.main-menu-mobile-container a {
	display: block;
	font-size: 12px;
	font-weight: normal;
	background: #1E1E1E;
}
.main-menu-mobile-container a {
	padding: 6px 20px 3px 20px;
}
.main-menu-mobile-container > ul > li > a {
	text-transform: uppercase;
	color: #FFF;
}
.main-menu-mobile-container li ul a {
	color: #999;
}
.main-menu-mobile-container a:hover,
.main-menu-mobile-container li.active-menu-item > a {
	color: #ff9900;
	text-decoration: none;
}
.main-menu-mobile-container a.mtphr-menu-level-1 {
	padding-left: 40px;
}
.main-menu-mobile-container a.mtphr-menu-level-2 {
	padding-left: 60px;
}
.main-menu-mobile-container a.mtphr-menu-level-3 {
	padding-left: 80px;
}
.main-menu-mobile-container a.mtphr-menu-level-4 {
	padding-left: 100px;
}
.main-menu-mobile-container a.mtphr-menu-level-5 {
	padding-left: 120px;
}
.main-menu-mobile-container a.mtphr-menu-level-6 {
	padding-left: 140px;
}
.main-menu-mobile-container a.mtphr-menu-level-7 {
	padding-left: 160px;
}
.main-menu-mobile-container a.mtphr-menu-level-8 {
	padding-left: 180px;
}
.main-menu-mobile-container a.mtphr-menu-level-9 {
	padding-left: 200px;
}
.main-menu-mobile-container a.mtphr-menu-level-10 {
	padding-left: 220px;
}
.main-menu-mobile-container li.mobile-menu-top a {
	text-transform: uppercase;
	color: #FFF;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-mobile-menu.png) no-repeat right;
}
.main-menu-mobile-container li.active-menu-item.mobile-menu-top a {
	text-transform: uppercase;
	color: #FFF;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-mobile-menu.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-background-size: 25px 8px;
}
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-1,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-2,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-3,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-4,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-5,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-6,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-7,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-8,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-9,
.main-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-10 {
	padding-left: 20px;
}





/* --------------------------------------------------------- */
/* !General tickers */
/* --------------------------------------------------------- */

.mtphr-dnt-default.mtphr-dnt-rotate .mtphr-dnt-tick {
	width: 100%;
	text-align: center;
}
.neuron-dnt .mtphr-dnt-nav,
#page-header-rotator .mtphr-dnt-nav {
	display: block;
	width: 30px;
	height: 106px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/ticker-controls.png) no-repeat;
	background-size: 200px 106px;
	margin-top: -53px;

	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.neuron-dnt .mtphr-dnt-nav:hover,
#page-header-rotator .mtphr-dnt-nav:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.neuron-dnt .mtphr-dnt-nav-prev,
#page-header-rotator .mtphr-dnt-nav-prev {
	left: 20px;
}
.neuron-dnt .mtphr-dnt-nav-prev span,
#page-header-rotator .mtphr-dnt-nav-prev span {
	background-position: 0 -200px
}
.neuron-dnt .mtphr-dnt-nav-next,
#page-header-rotator .mtphr-dnt-nav-next {
	right: 20px;
	background-position: -50px 0;
}
.neuron-dnt .mtphr-dnt-nav-next span,
#page-header-rotator .mtphr-dnt-nav-next span {
	background-position: -50px -200px;
}
.neuron-dnt .mtphr-dnt-control-button,
#page-header-rotator .mtphr-dnt-control-button {
	width: 12px;
	height: 12px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/ticker-buttons.png) no-repeat -16px 0;
	background-size: 28px 12px;
	margin: 0 2px;
}
.neuron-dnt .mtphr-dnt-control-button.active,
#page-header-rotator .mtphr-dnt-control-button.active {
	background-position: 0 0;
}

/* --------------------------------------------------------- */
/* !Page header top */
/* --------------------------------------------------------- */

#page-header-top {
	position: relative;
	background: #0f0f0f url(/packages/theme_neuron/themes/neuron/assets/images/bg-header-ticker-behind.png) repeat-y center top;
}
#page-header-rotator {
	background:  url(/packages/theme_neuron/themes/neuron/assets/images/bg-header-ticker.png) no-repeat center top;
}
#page-header-rotator .widget {
	margin: 0;
}
#page-header-rotator .widget-title {
	display: none;
}

/* Ditty News Ticker */
#page-header-rotator .mtphr-dnt {
	padding: 0 0;
}

/* Scroll */
#page-header-rotator .mtphr-dnt-scroll-left .mtphr-dnt-tick-container,
#page-header-rotator .mtphr-dnt-scroll-right .mtphr-dnt-tick-container {
	padding-top: 20px;
	padding-bottom: 20px;
}
#page-header-rotator .mtphr-dnt-scroll-up .mtphr-dnt-tick-container,
#page-header-rotator .mtphr-dnt-scroll-down .mtphr-dnt-tick-container {
	padding-left: 20px;
	padding-right: 20px;
}
#page-header-rotator .mtphr-dnt-scroll .mtphr-dnt-wrapper {
	margin-top: 1px;
}
#page-header-rotator .mtphr-dnt-scroll .mtphr-dnt-tick {
	font-size: 20px;
	line-height: 20px;
	font-style: italic;
	color: #FFF;
	text-shadow: 2px 2px 2px #343434;
}
#page-header-rotator .mtphr-dnt-scroll-up .mtphr-dnt-tick,
#page-header-rotator .mtphr-dnt-scroll-down .mtphr-dnt-tick {
	text-align: center;
}

/* Rotate */
#page-header-rotator .mtphr-dnt-rotate {
	max-width: 1160px;
	margin: 0 auto;
}
#page-header-rotator .mtphr-dnt-rotate .mtphr-dnt-wrapper {
	padding-bottom: 5px;
}
#page-header-rotator .mtphr-dnt-rotate .mtphr-dnt-tick {
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
	text-align: center;
	color: #FFF;
	text-shadow: 2px 2px 2px #343434;
	padding: 60px 0;
}
#page-header-rotator .mtphr-dnt-rotate .neuron-dnt-wrapper {
	padding: 0 70px;
}
#page-header-rotator .mtphr-dnt-nav {
	margin-top: -50px;
	z-index: 101;
}
#page-header-rotator .mtphr-dnt-control-links {
	position: absolute;
	bottom: 20px;
	z-index: 100;
	width: 100%;
	line-height: 0;
}

/* Layer Slider */
#page-header-rotator .ls-noskin .ls-nav-prev,
#page-header-rotator .ls-noskin .ls-nav-next {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 9999;
	width: 30px;
	height: 106px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/ticker-controls.png) no-repeat;
	background-size: 200px 106px;
	margin-top: -53px;

	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
#page-header-rotator .ls-noskin .ls-nav-prev:hover,
#page-header-rotator .ls-noskin .ls-nav-next:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#page-header-rotator .ls-noskin .ls-nav-prev {
	left: 20px;
}
#page-header-rotator .ls-noskin .ls-nav-next {
	right: 20px;
	background-position: -50px 0;
}

#page-header-rotator .layerslider_widget {
	background: #121212 url(/packages/theme_neuron/themes/neuron/assets/images/bg-layer-slider.png) no-repeat top;
}
html #page-header-rotator .ls-noskin .ls-bottom-nav-wrapper,
body #page-header-rotator .ls-noskin .ls-bottom-nav-wrapper {
  position: absolute !important;
  z-index: 99999 !important;
  width: 100% !important;
  bottom: 34px !important;
}
html #page-header-rotator .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a,
body #page-header-rotator .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
  display: inline-block !important;
  visibility: visible !important;
  width: 12px;
	height: 12px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/ticker-buttons.png) no-repeat -16px 0;
	background-size: 28px 12px;
	margin: 0 2px;
}
html #page-header-rotator .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active,
body #page-header-rotator .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active {
	background-position: 0 0;
}

#page-crumbs {
	position: absolute;
	bottom: 18px;
	z-index: 99;
	width: 100%;
	color: #FFF;
	line-height: 14px;
}
#page-crumbs .wrapper {
	float: right;
}
#page-crumbs .crumb-sep,
#page-crumbs a {
	color: #999;
}
#page-crumbs a:hover {
	color: #ff9900;
	text-decoration: none;
}

/* --------------------------------------------------------- */
/* !Page header */
/* --------------------------------------------------------- */

#page-header {
	background: #f2f2f2;
	padding: 0;
	margin: 0 0 30px 0;
	border: 0;
}
#page-header > .container-fluid {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}
.page-header-bottom {
	position: absolute;
	left: 20px;
	bottom: -30px;
	width: 30px;
	height: 30px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-page-header-bottom.png);
	-webkit-background-size: 30px 30px;
}
.page-title {
	float: left;
	font-size: 36px;
	line-height: 36px;
	font-weight: 100;
	margin: 5px 0;
}
.page-header-widget {
	float: right;
	margin: 5px 0;
}
.page-header-widget .widget {
	margin: 0;
}

/* --------------------------------------------------------- */
/* !Page Subheader */
/* --------------------------------------------------------- */

#page-subheader {
	margin-bottom: 30px;
}
.page-subtitle {
	float: left;
	font-size: 36px;
	line-height: 36px;
	font-weight: 100;
	margin: 5px 0;
}

/* --------------------------------------------------------- */
/* !Main */
/* --------------------------------------------------------- */

#main {
	padding-top: 30px;
	padding-bottom: 30px;
}

/* --------------------------------------------------------- */
/* !Posts */
/* --------------------------------------------------------- */

article {
	margin-bottom: 60px;
}
.entry-header {
	margin-bottom: 7px;
}
.entry-featured {
	text-align: center;
	margin-bottom: 30px;
}
.entry-title,
.entry-title a {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
}
.entry-title a:hover {
	color: #ff9900;
	text-decoration: none;
}
.entry-title {
	margin: 0 0 5px 0;
}
.entry-meta {
	margin: 5px 0;
}
.single .entry-meta-bottom {
	display: block;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left top;
	-webkit-background-size: 3px 1px;
	padding-top: 30px;
	margin-top: 60px;
}
.entry-meta .entry-utility {
	margin-right: 15px;
}
.entry-meta .entry-utility:last-child {
	margin-right: 0;
}
.entry-meta .entry-utility-prep {
	color: #999;
}
.entry-meta .entry-date {
	color: #ff9900;
}
.entry-meta .entry-comments {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/icon-speech-bubble.png) no-repeat left;
	-webkit-background-size: 22px 18px;
	padding-left: 32px;
	margin-right: 28px;
}
.entry-meta .entry-tags {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/icon-tags.png) no-repeat left;
	-webkit-background-size: 21px 18px;
	padding-left: 30px;
}
.entry-meta .entry-comments,
.entry-meta .entry-tags {
	display: inline-block;
}
.entry-meta .entry-comments a,
.entry-meta .entry-tags a {
	color: #999;
}
.entry-meta .entry-comments a:hover,
.entry-meta .entry-tags a:hover {
	color: #ff9900;
	text-decoration: none;
}
.archive-readmore {
	margin-right: 20px;
}
.mtphr-post-block-post .entry-featured,
.mtphr-post-post-slider-block .entry-featured {
	margin-bottom: 20px;
}
.mtphr-post-block-post .entry-title,
.mtphr-post-post-slider-block .entry-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.mtphr-post-block-post .entry-date,
.mtphr-post-post-slider-block .entry-date {
	color: #666;
}
.mtphr-post-post-slider-block .entry-date {
	display: block;
}

/* --------------------------------------------------------- */
/* !Members */
/* --------------------------------------------------------- */

.mtphr-members-archive {
	margin-top: 40px;
}
.mtphr-members-archive .mtphr_member,
.post-type-archive-mtphr_member .mtphr_member {
	margin-bottom: 40px;
}
.mtphr-members-archive .entry-featured,
.post-type-archive-mtphr_member .entry-featured,
.mtphr-post-block-mtphr_member .entry-featured {
	margin-bottom: 20px;
}
.mtphr-members-archive .mtphr-members-name,
.post-type-archive-mtphr_member .entry-title,
.page-template-pgtemp-mtphr_members-php .mtphr_member .entry-title {
	float: left;
}
.mtphr-members-archive .mtphr-members-name,
.mtphr-members-archive .mtphr-members-name a,
.post-type-archive-mtphr_member .entry-title,
.post-type-archive-mtphr_member .entry-title a,
.page-template-pgtemp-mtphr_members-php .mtphr_member .entry-title,
.page-template-pgtemp-mtphr_members-php .mtphr_member .entry-title a,
.mtphr-post-block-mtphr_member .entry-title,
.mtphr-post-block-mtphr_member .entry-title a {
	font-size: 18px;
	line-height: 20px;
	/* font-weight: 100; */
	color: #666;
	margin: 2px 0;
}
.mtphr-members-archive .mtphr-members-name a:hover,
.post-type-archive-mtphr_member .entry-title a:hover,
.page-template-pgtemp-mtphr_members-php .mtphr_member .entry-title a:hover,
.mtphr-post-block-mtphr_member .entry-title a:hover {
	color: #ff9900;
	text-decoration: none;
}
.mtphr-members-archive .mtphr-members-social-links,
.post-type-archive-mtphr_member .mtphr-members-social-links,
.page-template-pgtemp-mtphr_members-php .mtphr_member .mtphr-members-social-links {
	float: right;
	margin: 2px 0 2px 0;
}
.mtphr-members-social-site {
	background-color: #CCC;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.mtphr-members-social-site:hover {
	background-color: #999;
}
.mtphr-members-archive .mtphr-members-title,
.post-type-archive-mtphr_member .entry-subtitle,
.page-template-pgtemp-mtphr_members-php .mtphr_member .entry-subtitle {
	clear: both;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9900;
	margin: 1px 0;
}
.mtphr-members-archive .mtphr-members-excerpt,
.post-type-archive-mtphr_member .mtphr_member p,
.page-template-pgtemp-mtphr_members-php .mtphr_member p {
	clear: both;
	line-height: 18px;
	margin-bottom: 0;
}
.single-mtphr_member article {
	margin-bottom: 20px;
}
.single-mtphr_member .entry-header {
	margin-bottom: 22px;
}
.single-mtphr_member .entry-title {
	font-size: 36px;
	line-height: 40px;
	font-weight: 100;
}
.single-mtphr_member .entry-subtitle {
	margin-top: 0;
	margin-bottom: 20px;
}
.mtphr-members-archive .content-nav,
.post-type-archive-mtphr_member .content-nav,
.page-template-pgtemp-mtphr_members-php .content-nav {
	margin-top: 20px;
}

/* --------------------------------------------------------- */
/* !Galleries */
/* --------------------------------------------------------- */

.single-mtphr_gallery #page-subheader {
	float: left;
	margin-bottom: 18px;
}
.mtphr-galleries-archive .mtphr_gallery {
	margin-bottom: 35px;
}
.mtphr-post-block-mtphr_gallery .entry-featured,
.mtphr-mtphr_gallery-post-slider-block .entry-featured,
.mtphr-galleries-archive .mtphr_gallery .entry-featured {
	margin-bottom: 20px;
}
.mtphr-galleries-archive .mtphr_gallery .entry-title,
.mtphr-galleries-archive .mtphr_gallery .entry-title a,
.mtphr-galleries-archive .mtphr-gallery-title,
.mtphr-galleries-archive .mtphr-gallery-title a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
	color: #666;
	margin: 2px 0;
}
.mtphr-post-block-mtphr_gallery .entry-title,
.mtphr-post-block-mtphr_gallery .entry-title a {
	font-size: 14px;
	line-height: 18px;
	color: #666;
	margin: 2px 0;
}
.mtphr-mtphr_gallery-post-slider-block,
.mtphr-mtphr_gallery-post-slider-block a {
	font-weight: 100;
}
.mtphr-galleries-archive .mtphr_gallery .entry-title a:hover,
.mtphr-galleries-archive .mtphr-gallery-title a:hover,
.mtphr-post-block-mtphr_gallery .entry-title a:hover,
.mtphr-mtphr_gallery-post-slider-block a:hover {
	text-decoration: none;
	color: #ff9900;
}
.mtphr-galleries-archive .mtphr_gallery p {
	line-height: 18px;
	margin-bottom: 0;
}
#mtphr-nav-columns {
	float: right;
}
#mtphr-nav-columns a {
	display: block;
	float: left;
	width: 31px;
	height: 31px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/icons-layout.png) no-repeat;
	margin-right: 10px;
}
#mtphr-nav-columns a span {
	text-indent: -9999px;
	width: 31px;
	height: 31px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/icons-layout.png) no-repeat;
}
#mtphr-nav-columns a.mtphr-columns-one-col {
	background-position: 0 0;
}
#mtphr-nav-columns a.mtphr-columns-one-col span {
	background-position: 0 -41px;
}
#mtphr-nav-columns a.mtphr-columns-two-col {
	background-position: -41px 0;
}
#mtphr-nav-columns a.mtphr-columns-two-col span {
	background-position: -41px -41px;
}
#mtphr-nav-columns a.mtphr-columns-three-col {
	background-position: -82px 0;
}
#mtphr-nav-columns a.mtphr-columns-three-col span {
	background-position: -82px -41px;
}
#mtphr-nav-columns a.mtphr-columns-four-col {
	background-position: -123px 0;
	margin-right: 0;
}
#mtphr-nav-columns a.mtphr-columns-four-col span {
	background-position: -123px -41px;
}
.mtphr-gallery-navigation {
	float: right;
	margin: 2px -10px 20px;
}
body .mtphr-gallery-navigation a {
	float: left;
	display: block;
	width: 29px;
	height: 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #cccccc;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 9px 0 6px 0;
}
.mtphr-gallery-navigation a:hover,
.mtphr-gallery-navigation a.active {
	color: #666666;
	text-decoration: none;
}
.mtphr-gallery-wrapper {
	clear: both;
}
.mtphr-galleries-archive .content-nav,
.post-type-archive-mtphr_gallery .content-nav,
.page-template-pgtemp-mtphr_galleries-php .content-nav {
	margin-top: 20px;
}

/* --------------------------------------------------------- */
/* !Content navigation */
/* --------------------------------------------------------- */

.content-nav {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left top;
	-webkit-background-size: 3px 1px;
	padding: 20px 0;
	margin: 50px 0;
}
.content-nav a,
.content-nav span,
.content-nav li {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}
.content-nav a:hover {
	color: #ff9900;
	text-decoration: none;
}
.content-nav .nav-previous {
	float: right;
}
.content-nav .nav-next {
	float: left;
}
.content-nav .paginate-heading {
	padding-right: 17px;
}
.content-nav .page-numbers {
	display: inline;
	list-style: none;
	margin: 0;
}
.content-nav .page-numbers li {
	display: inline;
	padding: 0 17px;
	border-left: 1px solid #e5e5e5;
}
.content-nav .page-numbers li span.current {
	color: #ff9900;
}

/* --------------------------------------------------------- */
/* !Comments */
/* --------------------------------------------------------- */

#comments-links-container {
	float: left;
	margin: 0 0 30px 0;
}
#comments-links-container .comments-link {
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}
#comments {
	clear: both;
	margin: 30px 0;
}
#commentscontainer {
	margin-bottom: 40px;
}
#commentscontainer ol, #commentscontainer ul {
	list-style: none;
}
.commentlist {
	margin-left: 0;
}
.commentlist ul.children {
	margin-left: 90px;
}
.commentlist > li > ul.children {
	margin-left: 120px;
}
.comment-container {
	width: 100%;
	vertical-align: top;
	border-spacing: 0;
	margin-bottom: 20px;
}
.comment-container td {
	vertical-align: top;
	padding: 0;
}
.comment-avatar {
	width: 90px;
	margin: 0;
}
.comment-avatar img {
	width: 70px;
	height: 70px;
	background: #FFF;
	border: 1px solid #CCC;
	padding: 9px;
	margin: 0;
}
ul.children .comment-avatar {
	width: 60px;
}
ul.children .comment-avatar img {
	width: 50px;
	height: 50px;
	padding: 4px;
}
.comment-arrow {
	width: 30px;
}
.comment-arrow span {
	float: right;
	display: block;
	width: 20px;
	height: 34px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/comment-arrow.png) no-repeat top right;
	-webkit-background-size: 18px 32px;
	margin-right: -1px;
}
.comment-container td.comment-data {
	clear: none;
	font-weight: normal;
	font-style: italic;
	color: #999;
	background: #f2f2f2;
	padding: 15px;
}
.comment-data p {
	margin-bottom: 10px;
}
.comment-data .comment-author,
.comment-data .comment-author a {
	font-size: 14px;
	line-height: 14px;
	font-style: normal;
	color: #666;
}
.comment-data .comment-author a:hover {
	color: #ff9900;
}
.comment-data .comment-awaiting-moderation {
	font-weight: bold;
}
.comment-data .comment-body p {
	font-size: 14px;
	font-style: italic;
}
.comment-data .comment-date {
	float: left;
	line-height: 14px;
	color: #ff9900;
	margin: 0;
}
.comment-data .comment-reply-link {
	float: right;
	line-height: 14px;
	color: #999;
	margin: 0;
}
.comment-data .comment-reply-link:hover {
	color: #ff9900;
	text-decoration: none;
}
.bypostauthor > .comment-container .comment-avatar .wrapper {
}

/* --------------------------------------------------------- */
/* !Social shares */
/* --------------------------------------------------------- */

#social-links-container {
	float: right;
}
#social-links-container .social-links-title {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #666;
	margin-right: 15px;
}
#social-links-container a.neuron-social-site {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/icons-social-small.png);
	-webkit-background-size: 400px 400px;
	background-repeat: no-repeat;
	margin: 0 2px 2px 0;
	text-indent: -9999px;
	background-color: #CCC;

	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
#social-links-container a.neuron-social-site:hover {
	background-color: #999;
}
.neuron-social-twitter { background-position: 0px 0px; }
.neuron-social-facebook { background-position: -21px 0px; }
.neuron-social-linkedin { background-position: -42px 0px; }
.neuron-social-googleplus { background-position: -63px 0px; }
.neuron-social-flickr { background-position: -84px 0px; }
.neuron-social-tridadvisor { background-position: -105px 0px; }
.neuron-social-reddit { background-position: -126px 0px; }
.neuron-social-posterous { background-position: -147px 0px; }
.neuron-social-plurk { background-position: -168px 0px; }
.neuron-social-ebay { background-position: -189px 0px; }
.neuron-social-netvibes { background-position: 0px -21px; }
.neuron-social-picasa { background-position: -21px -21px; }
.neuron-social-digg { background-position: -42px -21px; }
.neuron-social-newsvine { background-position: -63px -21px; }
.neuron-social-rss { background-position: -84px -21px; }
.neuron-social-stumbleupon { background-position: -105px -21px; }
.neuron-social-aim { background-position: -126px -21px; }
.neuron-social-youtube { background-position: -147px -21px; }
.neuron-social-lastfm { background-position: -168px -21px; }
.neuron-social-myspace { background-position: -189px -21px; }
.neuron-social-msn { background-position: 0px -42px; }
.neuron-social-paypal { background-position: -21px -42px; }
.neuron-social-windows { background-position: -42px -42px; }
.neuron-social-wordpress { background-position: -63px -42px; }
.neuron-social-yahoo { background-position: -84px -42px; }
.neuron-social-dribble { background-position: -105px -42px; }
.neuron-social-apple { background-position: -126px -42px; }
.neuron-social-bebo { background-position: -147px -42px; }
.neuron-social-cargo { background-position: -168px -42px; }
.neuron-social-ember { background-position: -189px -42px; }
.neuron-social-evernote { background-position: 0px -63px; }
.neuron-social-googletalk { background-position: -21px -63px; }
.neuron-social-skype { background-position: -42px -63px; }
.neuron-social-feedburner { background-position: -63px -63px; }
.neuron-social-tumblr { background-position: -84px -63px; }
.neuron-social-android { background-position: -105px -63px; }
.neuron-social-bing { background-position: -126px -63px; }
.neuron-social-metacafe { background-position: -147px -63px; }
.neuron-social-orkut { background-position: -168px -63px; }
.neuron-social-delicious { background-position: -189px -63px; }
.neuron-social-amazon { background-position: 0px -84px; }
.neuron-social-grooveshark { background-position: -21px -84px; }
.neuron-social-deviantart { background-position: -42px -84px; }
.neuron-social-behance { background-position: -63px -84px; }
.neuron-social-vimeo { background-position: -84px -84px; }
.neuron-social-mobileme { background-position: -105px -84px; }
.neuron-social-magnolia { background-position: -126px -84px; }
.neuron-social-mixx { background-position: -147px -84px; }
.neuron-social-blogger { background-position: -168px -84px; }
.neuron-social-yahoobuzz { background-position: -189px -84px; }

/* --------------------------------------------------------- */
/* !Reply */
/* --------------------------------------------------------- */

#commentscontainer #respond {
	margin-top: 40px;
	margin-bottom: 40px;
}
#reply-title,
#reply-title span {
	font-size: 16px;
	line-height: 16px;
	color: #666;
	text-transform: uppercase;
}
#reply-title {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-title-sep-wide.png) no-repeat left 1px;
	-webkit-background-size: 960px 11px;
	margin: 20px 0;
}
#cancel-comment-reply-link {
	background: #FFF;
	padding-right: 10px;
	text-transform: none;
}
.logged-in-as,
.comment-notes {
	margin-bottom: 20px;
}
.depth-2 #respond {
	margin-left: -120px;
}
.depth-3 #respond {
	margin-left: -210px;
}
.depth-4 #respond {
	margin-left: -300px;
}
.depth-5 #respond {
	margin-left: -390px;
}
.depth-6 #respond {
	margin-left: -480px;
}

/* --------------------------------------------------------- */
/* !Secondary */
/* --------------------------------------------------------- */

.widget {
	margin-bottom: 50px;
}
.widget-title,
.widget-title span,
.widget-title a {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	color: #666;
}
.widget-title {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-title-sep-wide.png) no-repeat left 1px;
	-webkit-background-size: 960px 11px;
	margin-top: 0;
	margin-bottom: 20px;
}
.widget > ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

/* !Categories */
.widget_categories li {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}
.widget_categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
.widget_categories a {
	color: inherit;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-list-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 13px;
}
.widget_categories a:hover {
	color: #ff9900;
	text-decoration: none;
	background-position: 0 -48px;
}

/* !Tag Cloud */
.widget_tag_cloud a {
	display: inline-block;
	font-size: 14px !important;
	color: #FFF;
	background: #CCC;
	padding: 5px 8px 3px 8px;
	margin: 0 6px 6px 0;

	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}
.widget_tag_cloud a:hover {
	text-decoration: none;
	background: #ff9900;
}

/* !Metaphor Social Widget */
.mtphr-social-widget-site i {
	line-height: 40px;
	background-color: #CCC;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.mtphr-social-widget-site:hover i {
	background-color: #ff9900;
}

/* !Metaphor Twitter Widget */
.mtphr-twitter-widget .widget-title {
	margin-bottom: 22px;
}
.mtphr-twitter-widget li {
	line-height: 18px;
	margin-bottom: 20px;
}
.mtphr-twitter-widget ul li:last-child {
	margin-bottom: 0;
}
.mtphr-twitter-widget a {
	color: #666;
}
.mtphr-twitter-widget a:hover {
	color: #ff9900;
	text-decoration: none;
}
.mtphr-twitter-widget-date {
	color: #ff9900;
}
 body .mtphr-twitter-widget-image {
	background-color: #CCC;
}

/* !Metaphor Contact Widget */
.mtphr-contact-widget .widget-title {
	margin-bottom: 22px;
}
.mtphr-contact-widget-title {
	color: #666;
}
.mtphr-contact-widget td {
	line-height: 18px;
}
.mtphr-contact-widget p {
	margin-top: 0;
}
.mtphr-contact-widget a {
	color: inherit;
	text-decoration: underline;
}
.mtphr-contact-widget a:hover {
	color: #ff9900;
}

/* Metaphor Collapse */
.mtphr-collapse-widget-block {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
	padding-bottom: 7px;
	margin-bottom: 8px;
}
.mtphr-collapse-widget .mtphr-collapse-widget-block:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.mtphr-collapse-widget-heading,
.mtphr-collapse-widget-heading a {
	font-weight: normal;
	color: #666;
}
.mtphr-collapse-widget-heading a:hover {
	color: #ff9900;
	text-decoration: none;
}
body .mtphr-collapse-widget-toggle {
	top: 5px;
	margin: 0;
}
.mtphr-collapse-widget-description {

}

/* !Metaphor Comments */
.mtphr-comments-widget ul li {
	padding-bottom: 18px;
	margin-bottom: 20px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
}
.mtphr-comments-widget ul li:last-child {
	padding-bottom: 0;
	background: none;
}
.mtphr-comments-avatar {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 4px;
	margin-bottom: 20px;
}
.mtphr-comments-avatar img {
	width: 30px;
	height: 30px;
}
.widget .mtphr-comments-author {
	line-height: 22px;
	padding-top: 8px;
}
.widget .mtphr-comments-date {
	color: #ff9900;
	line-height: 22px;
}
.widget .mtphr-comments-excerpt {
	color: inherit;
	line-height: 22px;
}
.widget .mtphr-comments-excerpt:hover {
	color: #ff9900;
	text-decoration: none;
}

/* !Metaphor Post Navigation */
.mtphr-post-navigation ul,
.page-header-widget .mtphr-gallery-categories ul {
	list-style: none;
	line-height: 20px;
	margin: 8px 0;
}
.mtphr-post-navigation a,
.mtphr-post-navigation span,
.mtphr-post-navigation li,
.page-header-widget .mtphr-gallery-categories a,
.page-header-widget .mtphr-gallery-categories span,
.page-header-widget .mtphr-gallery-categories li {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #999;
}
.page-header-widget .mtphr-post-navigation li,
.page-header-widget .mtphr-gallery-categories li {
	display: inline;
	padding: 0 17px;
	border-left: 1px solid #dfdfdf;
}
.page-header-widget .mtphr-post-navigation ul li:first-child,
.page-header-widget .mtphr-gallery-categories ul li:first-child {
	border-left: none;
}
.mtphr-post-navigation a:hover,
.mtphr-gallery-categories a:hover,
.mtphr-gallery-categories li.mtphr-galleries-current-category a {
	color: #ff9900;
	text-decoration: none;
}

/* !FAQ Categories */
.mtphr-jtf-categories li {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
	padding-bottom: 1px;
}
.mtphr-jtf-categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
.mtphr-jtf-categories a {
	display: block;
	color: inherit;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-list-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 13px;
	padding: 8px 0 6px 13px;
}
.mtphr-jtf-categories a:hover {
	color: #ff9900;
	text-decoration: none;
	background-position: 0 -37px;
}
.mtphr-jtf-categories li.mtphr-jtf-current-category a {
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-list-arrow.png), url(/packages/theme_neuron/themes/neuron/assets/images/bg-list-gradient.png);
	background-repeat: no-repeat, repeat-y;
	background-position: 0 13px, right top;
}

/* Archives, Categories, Links, RSS, Recent Comments, Recent Entries */
.widget_archive > ul > li,
.widget_categories > ul > li,
.widget_links > ul > li,
.widget_rss > ul > li,
.widget_recent_comments > ul > li,
.widget_recent_entries > ul > li {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.widget_archive > ul > li:last-child,
.widget_categories > ul > li:last-child,
.widget_links > ul > li:last-child,
.widget_rss > ul > li:last-child,
.widget_recent_comments > ul > li:last-child,
.widget_recent_entries > ul > li:last-child {
	background: none;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_links a:hover,
.widget_rss a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
	text-decoration: none;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}
#wp-calendar th {
	font-weight: bold;
	font-size: 12px;
  text-align: center;
  padding: 5px 0;
  width: 14.2%;
}
#wp-calendar td {
  text-align: center;
  font-size: 12px;
  padding: 2px 0 0 0;
  width: 14.2%;
}
#wp-calendar td#today {
	color: #FFF;
	background: #ff9900;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#wp-calendar td a {
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #ff9900;
}
#wp-calendar tfoot td {
	padding: 5px 0;
}

/* RSS */
.widget_rss .rsswidget:hover {
	color: #ff9900;
}

/* --------------------------------------------------------- */
/* !Footer widgets */
/* --------------------------------------------------------- */

#footer-widgets {
	padding-bottom: 1px;
}
#footer-widgets a.mtphr-readmore,
#footer-widgets .mtphr-readmore a {
	color: #FFF;
}
#footer-widgets a.mtphr-readmore:hover,
#footer-widgets .mtphr-readmore a:hover {
	color: #ff9900;
}
#footer-widgets {
	text-shadow: 0 1px 0 #000;
	background: #333 url(/packages/theme_neuron/themes/neuron/assets/images/bg-header-bottom.png) no-repeat center bottom;
}
#footer-widgets > .container-fluid {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-footer-widgets.png) no-repeat center top;
}
#footer-widgets .widget {
	margin: 50px 0;
}
#footer-widgets .widget-title,
#footer-widgets .widget-title span {
	color: #FFF;
}
#footer-widgets .widget-title {
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-footer-widget-title-wide.png);
	-webkit-background-size: 960px 11px;
}

#footer-widgets .widget_archive > ul > li,
#footer-widgets .widget_categories > ul > li,
#footer-widgets .widget_links > ul > li,
#footer-widgets .widget_rss > ul > li,
#footer-widgets .widget_recent_comments > ul > li,
#footer-widgets .widget_recent_entries > ul > li {
	background: none;
	border-bottom: 1px solid #484848;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
#footer-widgets .widget_archive > ul > li:last-child,
#footer-widgets .widget_categories > ul > li:last-child,
#footer-widgets .widget_links > ul > li:last-child,
#footer-widgets .widget_rss > ul > li:last-child,
#footer-widgets .widget_recent_comments > ul > li:last-child,
#footer-widgets .widget_recent_entries > ul > li:last-child {
	background: none;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
/* Archives, Categories, Links, Recent Comments, Recent Entries */
#footer-widgets .widget_archive a,
#footer-widgets .widget_categories a,
#footer-widgets .widget_links a,
#footer-widgets .widget_recent_entries a {
	color: inherit;
}
#footer-widgets .widget_archive a:hover,
#footer-widgets .widget_categories a:hover,
#footer-widgets .widget_links a:hover,
#footer-widgets .widget_recent_comments a:hover,
#footer-widgets .widget_recent_entries a:hover {
	color: #ff9900;
}

/* !Recent Posts */
#footer-widgets .widget_recent_entries li {
	border-color: #484848;
}

/* !Metaphor Twitter Widget */
#footer-widgets  .mtphr-twitter-widget li {
	border-bottom: 1px solid #484848;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
#footer-widgets .mtphr-twitter-widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#footer-widgets .mtphr-twitter-widget a {
	color: #FFF;
}
#footer-widgets .mtphr-twitter-widget a:hover {
	color: #ff9900;
}
#footer-widgets .mtphr-twitter-widget-date {
	color: #FFF;
}

/* !Metaphor Contact Widget */
#footer-widgets .mtphr-contact-widget-title {
	color: #FFF;
}

/* --------------------------------------------------------- */
/* !Footer */
/* --------------------------------------------------------- */

#site-footer {
    background-color: #262626;
	padding-top: 25px;
}
#site-footer .widget {
	margin-bottom: 20px;
}
#site-footer p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 0;
}
#site-footer a {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	text-decoration: underline;
}
#site-footer a:hover {
	color: #ff9900;
}
#footer-copyright-right > .wrapper {
	float: right;
}

/* !Metaphor Social Widget */
#site-footer .mtphr-social-widget-site i {
	color: #7B7B7B;
	background-color: #333333;
	-webkit-transition: color .25s ease;  
	transition: color .25s ease; 
}
#site-footer .mtphr-social-widget-site:hover i {
	color: #FFF;
}


/* --------------------------------------------------------- */
/* !Icons */
/* --------------------------------------------------------- */

.mtphr-icon {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 10px;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/icons.png);
	-webkit-background-size: 940px 500px;
}
.mtphr-icon span {
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/icons.png);
	-webkit-background-size: 940px 500px;
}
.mtphr-icon span {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
a:hover .mtphr-icon span {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.mtphr-icon-mac {
	width: 70px;
	margin-left: 5px;
	margin-right: 5px;
}
.mtphr-icon-mac span {
	width: 70px;
}
.mtphr-icon-brush { background-position: 0 0; }
.mtphr-icon-gears { background-position: -80px 0; }
.mtphr-icon-radar { background-position: -160px 0; }
.mtphr-icon-target { background-position: -240px 0; }
.mtphr-icon-download { background-position: -320px 0; }
.mtphr-icon-mac { background-position: -395px 0; }
.mtphr-icon-compass { background-position: -480px 0; }
.mtphr-icon-tools { background-position: -560px 0; }
.mtphr-icon-clock { background-position: -640px 0; }
.mtphr-icon-checkmark { background-position: -720px 0; }
.mtphr-icon-lock { background-position: -800px 0; }
.mtphr-icon-calendar { background-position: -880px 0; }
.mtphr-icon-polaroid { background-position: 0 -80px; }
.mtphr-icon-map-pin { background-position: -80px -80px; }
.mtphr-icon-pie-chart { background-position: -160px -80px; }
.mtphr-icon-graph { background-position: -240px -80px; }
.mtphr-icon-lab { background-position: -320px -80px; }
.mtphr-icon-speech-bubble { background-position: -400px -80px; }
.mtphr-icon-paper-clip { background-position: -480px -80px; }
.mtphr-icon-piggy { background-position: -560px -80px; }
.mtphr-icon-music { background-position: -640px -80px; }
.mtphr-icon-heart { background-position: -720px -80px; }
.mtphr-icon-link { background-position: -800px -80px; }
.mtphr-icon-dollar { background-position: -880px -80px; }

.mtphr-icon-brush span { background-position: 0 -250px; }
.mtphr-icon-gears span { background-position: -80px -250px; }
.mtphr-icon-radar span { background-position: -160px -250px; }
.mtphr-icon-target span { background-position: -240px -250px; }
.mtphr-icon-download span { background-position: -320px -250px; }
.mtphr-icon-mac span { background-position: -395px -250px; }
.mtphr-icon-compass span { background-position: -480px -250px; }
.mtphr-icon-tools span { background-position: -560px -250px; }
.mtphr-icon-clock span { background-position: -640px -250px; }
.mtphr-icon-checkmark span { background-position: -720px -250px; }
.mtphr-icon-lock span { background-position: -800px -250px; }
.mtphr-icon-calendar span { background-position: -880px -250px; }
.mtphr-icon-polaroid span { background-position: 0 -330px; }
.mtphr-icon-map-pin span { background-position: -80px -330px; }
.mtphr-icon-pie-chart span { background-position: -160px -330px; }
.mtphr-icon-graph span { background-position: -240px -330px; }
.mtphr-icon-lab span { background-position: -320px -330px; }
.mtphr-icon-speech-bubble span { background-position: -400px -330px; }
.mtphr-icon-paper-clip span { background-position: -480px -330px; }
.mtphr-icon-piggy span { background-position: -560px -330px; }
.mtphr-icon-music span { background-position: -640px -330px; }
.mtphr-icon-heart span { background-position: -720px -330px; }
.mtphr-icon-link span { background-position: -800px -330px; }
.mtphr-icon-dollar span { background-position: -880px -330px; }

/* --------------------------------------------------------- */
/* !Alerts */
/* --------------------------------------------------------- */

.alert {
	position: relative;
	font-weight: normal;
	text-align: center;
	color: #999;
	/*background-color: #f2f2f2;*/
	border-color: #CCC;
	padding: 8px 35px 6px 35px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.alert i {
	position: absolute;
	left: 8px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/icons-alerts.png) no-repeat 0 0;
}
.alert .close {
	position: absolute;
	display: inline-block;
	top: 13px;
	right: 13px;
	width: 11px;
	height: 10px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/icons-alerts.png) no-repeat -60px -5px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.alert-info {
	color: #ff9933;
	background-color: #ffe5bf;
	border-color: #ff9933;
}
.alert-info i {
	background-position: 0 -30px;
}
.alert-info .close {
	background-position: -60px -35px;
}
.alert-error {
	color: #ff6666;
	background-color: #ffd9d9;
	border-color: #ff6666;
}
.alert-error i {
	background-position: -30px 0;
}
.alert-error .close {
	background-position: -90px -5px;
}
.alert-success {
	color: #7fb24c;
	background-color: #d5e6c4;
	border-color: #7fb24c;
}
.alert-success i {
	background-position: -30px -30px;
}
.alert-success .close {
	background-position: -90px -35px;
}


/* --------------------------------------------------------- */
/* !Call to action */
/* --------------------------------------------------------- */

.mtphr-cta {
	width: 100%;
	vertical-align: middle;
	background: #fff5e5;
	border: 1px solid #ffcc7f;
	margin: 40px 0;
}
.mtphr-cta td {
	padding: 25px;
}
.mtphr-cta-left .mtphr-cta-button {
	text-align: left;
}
.mtphr-cta-right .mtphr-cta-button {
	text-align: right;
}
.mtphr-cta td p:last-child {
	margin-bottom: 0;
}

/* --------------------------------------------------------- */
/* !Testimonial */
/* --------------------------------------------------------- */

.mtphr-testimonial {
	margin-bottom: 30px;
}
.mtphr-testimonial-content {
	position: relative;
	border: 1px solid #CCC;
	padding: 20px 20px 0 20px;
	margin-bottom: 28px;
}
.mtphr-testimonial-arrow {
	position: absolute;
	bottom: -16px;
	left: 33px;
	width: 16px;
	height: 16px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-bubble-arrow.png);
	-webkit-background-size: 16px 16px;
}
.mtphr-testimonial-image {
	float: left;
	display: inline-block;
	max-width: 100%;
	padding: 5px;
	background: #FFF;
	border: 1px solid #CCC;
	margin-right: 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.mtphr-testimonial-bio {
	padding: 0 23px;
}
.mtphr-testimonial-name {
	display: block;
	font-weight: normal;
	line-height: 18px;
	color: #666;
	margin-top: 8px;
}
.mtphr-testimonial-title {
	display: block;
	line-height: 18px;
}

/* --------------------------------------------------------- */
/* !Pricing tables */
/* --------------------------------------------------------- */

body .mtphr-pricing-table {
	margin-bottom: 30px;
}
body .mtphr-pricing-table-title {
	font-weight: normal;
	border-color: #CCC;
	margin: 0;
}
body .mtphr-pricing-table-price span {
	font-family: inherit;
	font-weight: inherit;
}
body .mtphr-pricing-table-condensed .mtphr-pricing-table-price {
	border: none;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
}
body .mtphr-pricing-table-values p {
	border: none;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
}
body .mtphr-pricing-table-button {
	margin-bottom: 10px;
}
body .mtphr-pricing-table-button a {
	color: #666;
	text-transform: none;
	background: #CCC url(/packages/theme_neuron/themes/neuron/assets/images/overlay-button.png) no-repeat left top;
	border: 1px solid #CCC;
	padding-left: 40px;
	padding-right: 40px;

	-moz-box-shadow: inset 0 0 4px #FFF;
	-webkit-box-shadow: inset 0 0 4px #FFF;
	box-shadow: inset 0 0 4px #FFF;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
body .mtphr-pricing-table-button a:hover {
	background-position: 0 -4px;
	background-color: #bababa;
	border-color: #bababa;
	text-decoration: none;
	color: #666;
}

/* !Normal */
body .mtphr-pricing-table-normal .mtphr-pricing-table-price {
	padding: 18px 0 10px 0;
}
body .mtphr-pricing-table-normal .mtphr-pricing-table-price {
	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-o-transition: background .1s linear;
	transition: background .1s linear;
}
body .mtphr-pricing-table-normal:hover .mtphr-pricing-table-price {
	background: #ff9900;
}

/* !Condensed */
body .mtphr-pricing-table-condensed .mtphr-pricing-table-title {
	-webkit-transition: background .1s linear;
	-moz-transition: background .1s linear;
	-o-transition: background .1s linear;
	transition: background .1s linear;
}
body .mtphr-pricing-table-condensed:hover .mtphr-pricing-table-title {
	background: #ff9900;
}
body .mtphr-pricing-table-condensed .mtphr-pricing-table-dollar,
body .mtphr-pricing-table-condensed .mtphr-pricing-table-cents {
	color: #666;
}

/* !List */
body .mtphr-pricing-table-list {
	border: none;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left top;
	-webkit-background-size: 3px 1px;
	padding-top: 1px;
}
body .mtphr-pricing-table-list .mtphr-pricing-table-values p strong {
	color: #ff9900;
}

/* --------------------------------------------------------- */
/* !Post slider */
/* --------------------------------------------------------- */

body .mtphr-post-slider-title {
	float: none;
}
.mtphr-post-slider-title,
.mtphr-post-slider-title span {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	color: #666;
}
.mtphr-post-slider-title {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-title-sep-wide.png) no-repeat left 1px;
	-webkit-background-size: 960px 11px;
	margin-top: 0;
	margin-bottom: 20px;
}
.mtphr-post-slider-navigation {
	margin-bottom: 20px;
}
.mtphr-post-slider-prev i,
.mtphr-post-slider-next i {
	margin-top: -1px;
}
.mtphr-post-slider-prev i,
.mtphr-post-slider-next i {
	padding-right: 1px;
}

/* !Members */
body .neuron-default-member-slider {
	margin-top: 0;
	margin-bottom: 30px;
}
body .mtphr-mtphr_member-post-slider-block {
	margin-right: 19px;
}
.mtphr-mtphr_member-post-slider-block .entry-featured {
  margin-bottom: 20px;
}
.mtphr-mtphr_member-post-slider-block .entry-title,
.mtphr-mtphr_member-post-slider-block .entry-title a {
  font-size: 18px;
  line-height: 20px;
}

/* --------------------------------------------------------- */
/* !FAQs */
/* --------------------------------------------------------- */

.mtphr_jtf {
	padding-bottom: 5px;
	margin-bottom: 18px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left bottom;
	-webkit-background-size: 3px 1px;
}
.mtphr_jtf:last-child,
.mtphr_jtf.last {
	padding-bottom: 0;
	margin-bottom: 0;
	background: none;
}
.mtphr-jtf-title,
.mtphr-jtf-title a {
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #666;
}
.mtphr-jtf-title {
	margin: 10px 0;
}
.mtphr-jtf-title a:hover {
	text-decoration: none;
}
body .mtphr-jtf-toggle {
	margin-top: -19px;

	-webkit-transition: background-color .2s linear, border-color .2s linear;
	-moz-transition: background-color .2s linear, border-color .2s linear;
	-o-transition: background-color .2s linear, border-color .2s linear;
	transition: background-color .2s linear, border-color .2s linear;
}
.mtphr-jtf-content {
	margin-top: 20px;
}
.single-mtphr_faq .entry-header,
.single-mtphr_faq .entry-meta {
	display: none;
}
.page-template-pgtemp-mtphr_jtfs-php .mtphr_jtf,
.post-type-archive-mtphr_jtf .mtphr_jtf,
.tax-mtphr_jtf_category .mtphr_jtf,
.search .mtphr_jtf,
.single .mtphr_jtf {
	background: none;
	padding-bottom: 0;
	margin-bottom: 60px;
}
.page-template-pgtemp-mtphr_jtfs-php .entry-meta-top,
.post-type-archive-mtphr_jtf .entry-meta-top,
.tax-mtphr_jtf_category .entry-meta-top,
.search .entry-meta-top {
	display: none;
}

/* --------------------------------------------------------- */
/* !Forms */
/* --------------------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	height: 100%;
	font-weight: 100;
	font-style: italic;
	/*color: #999;*/
	border-color: #CCC;
	padding: 8px 10px 8px 10px;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
textarea {
	padding-top: 8px;
	padding-top: 7px;
}
input[type="submit"] {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #fff;/*#666;*/
	text-transform: none;
	/*background: #CCC url(/packages/theme_neuron/themes/neuron/assets/images/overlay-button.png) no-repeat left top;*/
	background: #CCC;
	border: 1px solid transparent;
	padding: 10px 40px 8px 40px;

	-moz-box-shadow: none;/*inset 0 0 4px #FFF;*/
	-webkit-box-shadow: none;/*inset 0 0 4px #FFF;*/
	box-shadow: none;/*inset 0 0 4px #FFF;*/

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
input[type="submit"]:hover {
	background-color: #bababa;
	background-position: 0 -4px;
	border-color: #bababa;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: rgba(255, 153, 0, 0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 153, 0,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 153, 0,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 153, 0,.6);
}

/* --------------------------------------------------------- */
/* !Search form */
/* --------------------------------------------------------- */

.search-form {
	max-width: 400px;
}
.search-form > .wrapper {
	display: block;
	position: relative;
	/* padding-right: 30px; */
}
.search-form input[type="text"] {
	padding: 5px 40px 5px 10px;
	margin: 0;
}
.search-form input[type="submit"] {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 30px;
	height: 30px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 0;
	background: #CECECE url(/packages/theme_neuron/themes/neuron/assets/images/btn-search.png) no-repeat left top;
	text-indent: -9999px;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.search-form .submit:hover {
	background-color: #ff9900;
	border-color: #CCC;
}
.page-header-widget .search-form {
	margin: 0;
}
.page-header-widget .search-form input[type="text"] {
	width: 188px;
}


/* --------------------------------------------------------- */
/* !Contact form 7 */
/* --------------------------------------------------------- */

body .wpcf7-response-output,
body span.wpcf7-not-valid-tip {
	font-size: 12px;
	font-weight: 100;
	line-height: 18px;
	padding: 12px 15px;
	margin: 0;
	color: #E51B5;
	border: 1px solid #E51B5;
}
body span.wpcf7-not-valid-tip {
	top: 0;
	left: 0;
}
body .wpcf7-mail-sent-ok {
	border: 1px solid #E51B5F;
}
body .wpcf7-validation-errors {
	border: 1px solid #E51B5F;
}
body .wpcf7-submit {
	color: #FFF;
	background-color: #ff9900;
	border-color: #ff9900;
}
body .wpcf7-submit:hover {
	color: #FFF;
	background-color: #ed8d00;
	border-color: #ed8d00;
}




/* --------------------------------------------------------- */
/* !C5 custom */
/* --------------------------------------------------------- */

.widget-title-block {
	margin-bottom: -28px;
}
.editmode .widget-title-block {
	margin-bottom: 0;
}
h4.guestBook-title {
	border: none;
}
.blockquote {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	font-style: italic;
	color: #7f7f7f;
	background: #f2f2f2;
	border-left: none;
	border-bottom: 1px solid #ff9900;
	padding: 30px 38px;
	margin: 30px 0 30px 8%;
}
.pagetype-member article {
	margin-bottom: 20px;
}
.pagetype-member .entry-header,
.pagetype-gallery .entry-header {
	margin-bottom: 22px;
}
.pagetype-gallery .entry-header {
	float: left;
	margin-bottom: 18px;
}
.pagetype-member .entry-title,
.pagetype-gallery .entry-title {
	font-size: 36px;
	line-height: 40px;
	font-weight: 100;
}
.pagetype-member .entry-subtitle {
	margin-top: 0;
	margin-bottom: 20px;
}

.mtphr-grid-archive {
	margin-top: 0;
}
.mtphr-grid-archive .entry-featured {
	margin-bottom: 20px;
}
.mtphr-grid-archive article {
	margin-bottom: 35px;
}
.mtphr-grid-archive .widget-title {
	display: none;
}
.mtphr-grid-archive .entry-title {
	float: left;
	margin: 2px 0;
}
.mtphr-grid-archive .entry-subtitle {
	clear: both;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff9900;
	margin: 1px 0;
}
.mtphr-grid-archive p {
	clear: both;
	/* line-height: 18px; */
	margin-bottom: 0;
}
.mtphr-grid-archive .mtphr-social-widget-links {
	float: right;
	margin: 2px 0 2px 0;
}
.mtphr-grid-archive .mtphr-social-widget-site {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 2px 2px 0;
}
.mtphr-grid-archive .mtphr-social-widget-site i {
	font-size: 10px;
	line-height: 20px;
	width: 20px;
	height: 20px;
	background-color: #CCC;
	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.mtphr-grid-archive .mtphr-social-widget-site:hover i {
	background-color: #999;
}

.mtphr-grid-archive .type-blog_entry .entry-title {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.mtphr-grid-archive .type-blog_entry .entry-date {
	display: block;
	color: #666;
}

/* --------------------------------------------------------- */
/* !Gallery slider */
/* --------------------------------------------------------- */

.mtphr-gallery-resource-container {
	position: relative;
	overflow: hidden;
	text-align: center;
	/* background: #000; */
}
.mtphr-gallery-resource {
	display: none;
	position: absolute;
	top: 0;
	left: 0
}
.mtphr-gallery-wrapper {
	position: relative;
}
.mtphr-gallery-nav-prev,
.mtphr-gallery-nav-next {
	position: absolute;
	top: 50%;
	z-index: 9999;
	display: block;
	width: 15px;
	height: 30px;
	background-image: url(/packages/theme_neuron/themes/neuron/assets/images/gallery-icons.png);
	background-repeat: none;
	margin-top: -15px;
	text-indent: -9999px;
}
.mtphr-gallery-nav-prev {
	left: 30px;
	background-position: -80px 0;
}
.mtphr-gallery-nav-prev:hover {
	background-position: -80px -40px;
}
.mtphr-gallery-nav-next {
	right: 30px;
	background-position: -60px 0;
}
.mtphr-gallery-nav-next:hover {
	background-position: -60px -40px;
}
.mtphr-gallery-navigation a {
	display: inline-block;
	padding: 5px;
}

/* --------------------------------------------------------- */
/* !Page Header Slider */
/* --------------------------------------------------------- */

.mtphr-dnt-rotate {
	position: relative;
}
.mtphr-large-styled,
.mtphr-large-styled * {
	font-size: 30px;
	line-height: 30px;
	font-style: italic;
	color: #FFF;
	text-shadow: 2px 2px 2px #343434;
}
#page-header-rotator .mtphr-large-styled {
	padding: 60px 0;
	margin-bottom: 0;
}
#page-header-rotator .mtphr-gallery-resource > .wrapper {
	padding: 0 70px;
}
#page-header-rotator .mtphr-gallery-nav-prev,
#page-header-rotator .mtphr-gallery-nav-next {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 9999;
	width: 30px;
	height: 106px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/ticker-controls.png) no-repeat;
	background-size: 200px 106px;
	margin-top: -53px;

	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
#page-header-rotator .mtphr-gallery-nav-prev:hover,
#page-header-rotator .mtphr-gallery-nav-next:hover {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#page-header-rotator .mtphr-gallery-nav-prev {
	left: 20px;
}
#page-header-rotator .mtphr-gallery-nav-next {
	right: 20px;
	background-position: -50px 0;
}
#page-header-rotator .mtphr-gallery-navigation {
	float: none;
	position: absolute;
	bottom: 20px;
	z-index: 100;
	width: 100%;
	line-height: 0;
	margin: 0;
}
#page-header-rotator .mtphr-gallery-navigation a {
	float: none;
	padding: 0;
	display: inline-block;
	text-indent: -9999px;
	width: 12px;
	height: 12px;
	background: url(/packages/theme_neuron/themes/neuron/assets/images/ticker-buttons.png) no-repeat -16px 0;
	background-size: 28px 12px;
	border: none;
	margin: 0 2px;
}
#page-header-rotator .mtphr-gallery-navigation a.active {
	background-position: 0 0;
}




.comment-manage-links {
	text-transform: uppercase;
	font-size: 12px;
	color: #999;
}
.comment-data .comment-author .comment-manage-links a {
	font-size: 12px;
	color: #999;
}
.comment-data .comment-author .comment-manage-links a:hover {
	color: #ff9900;
	text-decoration: none;
}


/* C5 Widgets */
.widget > div > h4,
.widget > div > h4 span,
.widget > div > h4 a {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-transform: uppercase;
	color: #666;
}
.widget > div > h4 {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-title-sep-wide.png) no-repeat left 1px;
	-webkit-background-size: 960px 11px;
	margin-top: 0;
	margin-bottom: 20px;
}
.widget > ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.ccm-tags-display ul.ccm-tag-list {
	margin: 0;
}
.ccm-tags-display ul.ccm-tag-list li {
	float: none;
	display: inline-block;
	height: auto;
	line-height: 22px;
	padding: 0;
	margin: 0 10px 6px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ccm-tags-display ul.ccm-tag-list a {
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	background: #CCC;
	padding: 5px 8px 3px 8px;

	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}
.ccm-tags-display ul.ccm-tag-list a:hover {
	text-decoration: none;
	background: #ff9900;
}
#footer-widgets .widget_recent_entries {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#footer-widgets .widget_recent_entries > li {
	background: none;
	border-bottom: 1px solid #484848;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
#footer-widgets .widget_recent_entries > li:last-child {
	background: none;
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Pagination */
#pagination {
	background: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted.png) repeat-x left top;
	-webkit-background-size: 3px 1px;
	padding: 20px 0;
	margin: 50px 0;
}
#pagination a,
#pagination span,
#pagination li {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}
#pagination > span {
	padding: 0 17px;
	border-left: 1px solid #e5e5e5;
}
#pagination > span.pagination-left {
	padding-left: 0;
	border: none;
}
#pagination a:hover,
#pagination span.currentPage {
	text-decoration: none;
	color: #ff9900;
}
#pagination span.currentPage strong {
	font-weight: normal;
}

/* Forms */
.formBlockSurveyTable {
	width: 100%;
}




/* --------------------------------------------------------- */
/* !Retina Display */
/* --------------------------------------------------------- */

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {

	.main-menu-mobile-container li.mobile-menu-top a {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-mobile-menu@2x.png);
	}

	#page-header-rotator .ls-noskin .ls-nav-prev,
	#page-header-rotator .ls-noskin .ls-nav-next,
	.neuron-dnt .mtphr-dnt-nav,
	#page-header-rotator .mtphr-dnt-nav,
	#page-header-rotator .mtphr-gallery-nav-prev,
	#page-header-rotator .mtphr-gallery-nav-next {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/ticker-controls@2x.png);
	}
	html #page-header-rotator .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a,
	body #page-header-rotator .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a,
	.neuron-dnt .mtphr-dnt-control-button,
	#page-header-rotator .mtphr-dnt-control-button,
	#page-header-rotator .mtphr-gallery-navigation a {
		/* background-image: url(/packages/theme_neuron/themes/neuron/assets/images/ticker-buttons@2x.png); */
	}

	.mtphr-icon,
	.mtphr-icon span {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/icons@2x.png);
	}

	input[type="text"],
	input[type="email"],
	input[type="password"],
	textarea {
		padding: 7px 10px 5px 10px;
	}

	.single .entry-meta-bottom,
	.content-nav,
	.widget_categories li,
	.mtphr-collapse-widget-block,
	.mtphr-comments-widget ul li,
	.mtphr-jtf-categories li,
	.widget_archive > ul > li,
	.widget_categories > ul > li,
	.widget_links > ul > li,
	.widget_rss > ul > li,
	.widget_recent_comments > ul > li,
	.widget_recent_entries > ul > li,
	body .mtphr-pricing-table-condensed .mtphr-pricing-table-price,
	body .mtphr-pricing-table-values p,
	body .mtphr-pricing-table-list,
	.mtphr_jtf,
	#pagination {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-dotted@2x.png);
	}

	.mtphr-testimonial-arrow {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-bubble-arrow@2x.png);
	}

	.mtphr-title-sep,
	#reply-title,
	.widget-title,
	.mtphr-post-slider-title,
	.widget > div > h4 {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-title-sep-wide@2x.png);
	}

	#footer-widgets .widget-title {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-footer-widget-title-wide@2x.png);
	}

	.page-header-bottom {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/bg-page-header-bottom@2x.png);
	}

	.comment-arrow span {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/comment-arrow@2x.png) no-repeat top right;
	}

	.entry-meta .entry-comments {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/icon-speech-bubble@2x.png) no-repeat left;
	}
	.entry-meta .entry-tags {
		background-image: url(/packages/theme_neuron/themes/neuron/assets/images/icon-tags@2x.png) no-repeat left;
	}


}




/* --------------------------------------------------------- */
/* !Media queries */
/* --------------------------------------------------------- */

@media (max-width: 767px) {
	body.fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.fluid #site-header > .container-fluid,
	.fluid #page-header > .container-fluid,
	.fluid #main > .container-fluid,
	.fluid #footer-widgets > .container-fluid,
	.fluid #site-footer > .container-fluid {
		padding-left: 20px;
		padding-right: 20px;
	}

	.fluid #site-header {
		height: auto;
	}

	/* !Main menu */
	.fluid .main-menu-container {
		display: none;
	}
	.fluid .main-menu-mobile-container {
		display: block;
		height: 31px;
	}

	/* Rotator */
	.fluid #page-header-rotator .mtphr-dnt-tick,
	.fluid #page-header-rotator .mtphr-large-styled,
	.fluid #page-header-rotator .mtphr-large-styled * {
		font-size: 24px;
		line-height: 24px;
	}

}
@media (max-width: 480px) {

	/* !Page header */
	.fluid .page-title {
		/* float: left; */
		font-size: 22px;
		line-height: 22px;
	}
	.fluid .page-header-widget {
		/* float: none; */
	}
	.fluid #page-header-rotator .mtphr-dnt-tick,
	.fluid #page-header-rotator .mtphr-large-styled,
	.fluid #page-header-rotator .mtphr-large-styled * {
		font-size: 18px;
		line-height: 18px;
	}

	.fluid .commentlist > li > ul.children {
		margin-left: 0;
	}
	.fluid .commentlist ul.children {
		margin-left: 0;
	}
	.fluid .comment-avatar {
		width: 60px;
	}
	.fluid .comment-avatar img {
		width: 50px;
		height: 50px;
		padding: 4px;
	}
	.fluid .depth-2 #respond,
	.fluid .depth-3 #respond,
	.fluid .depth-4 #respond,
	.fluid .depth-5 #respond,
	.fluid .depth-6 #respond {
		margin-left: 0;
	}

	.fluid .mtphr-cta td {
		display: block;
	}
	.fluid .mtphr-cta-left .mtphr-cta-button,
	.fluid .mtphr-cta-right .mtphr-cta-button {
		text-align: center;
	}

	.fluid .page-header-widget .mtphr-post-navigation ul,
	.fluid .page-header-widget .mtphr-gallery-categories ul {
		/* float: right; */
		text-align: right;
		margin: 0;
	}
	.fluid .page-header-widget .mtphr-post-navigation li,
	.fluid .page-header-widget .mtphr-gallery-categories li {
		display: block;
		padding: 0;
		border: none;
	}

	.fluid #page-header-rotator .ls-noskin .ls-nav-prev,
	.fluid #page-header-rotator .ls-noskin .ls-nav-next,
	.fluid .neuron-dnt .mtphr-dnt-nav,
	.fluid #page-header-rotator .mtphr-dnt-nav,
	.fluid #page-header-rotator .mtphr-gallery-nav-prev,
	.fluid #page-header-rotator .mtphr-gallery-nav-next {
		width: 12px;
		height: 41px;
		margin-top: -20px;
	}
	.fluid #page-header-rotator .ls-noskin .ls-nav-prev,
	.fluid .neuron-dnt .mtphr-dnt-nav-prev,
	.fluid #page-header-rotator .mtphr-dnt-nav-prev,
	.fluid #page-header-rotator .mtphr-gallery-nav-prev {
		left: 10px;
		background-position: -98px 0;
	}
	.fluid #page-header-rotator .ls-noskin .ls-nav-next,
	.fluid .neuron-dnt .mtphr-dnt-nav-next,
	.fluid #page-header-rotator .mtphr-dnt-nav-next,
	.fluid #page-header-rotator .mtphr-gallery-nav-next {
		right: 10px;
		background-position: -118px 0;
	}

	.fluid #page-header-rotator .mtphr-dnt-scroll-left .mtphr-dnt-tick-container,
	.fluid #page-header-rotator .mtphr-dnt-scroll-right .mtphr-dnt-tick-container {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.fluid #page-header-rotator .mtphr-dnt-rotate .mtphr-dnt-tick,
	.fluid #page-header-rotator .mtphr-large-styled {
		padding-top: 40px;
		padding-bottom: 40px;
	}

}


/* customize_miscellaneous */ /* customize_miscellaneous */
