/*
Theme Name: ZEN
Theme URI: http://themeforest.net/item/zen-responsive-wordpress-theme/3168344
Author: Digital Science
Author URI: http://www.digitalscience.za.org/
Description: ZEN Responsive WordPress Theme is clean and modern theme design with several built in theme colors to suit your needs. Built on Bootstrap, this theme has been carefully crafted to be easily customized and flexible using custom built plugins. With it's clean design, this theme is versatile for any type of website, such as an online portfolio, corporate website, retail/service showcase, personal blog etc. Being responsive the theme layout is fluid and is compatible with all mobile and tablet devices, with the option to set the layout to be fixed if required.
Version: 1.3.3
License: ThemeForest Licensing Terms
License URI:	http://themeforest.net/wiki/support/legal-terms/licensing-terms/
Tags: pink, red, orange, green, blue
Text Domain: zen
*/




/* Table of Contents

* Defaults
* Styles
* Wrappers
* Social Links
* Header
* Main
* Archives
* Posts
* Projects
* Team
* Search
* Pagination
* Page Navigation
* Comments
* Respond
* Secondary
* Footer Widgets
* Footer
* Shortcodes
  * Content Blocks
  * Pricing Tables
  * Post Slider
* Sliders
* Project Sliders
* Forms
* Contact Form 7
* Search Form
* Additional Content Boxes
* MediaElement Player
* @media Queries

*/

/* Defaults
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	color: #666;
	margin: 0;
}
h1, h1 a {
	font-size: 26px;
	line-height: 36px;
}
h2, h2 a {
	font-size: 22px;
	line-height: 36px;
}
h3, h3 a,
h4, h4 a,
h5, h5 a,
h6, h6 a {
	font-size: 18px;
	line-height: 28px;
}
p, li, a, label, span, div {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
p {
	margin-bottom: 25px;
}
a {
	 outline: 0;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
a:hover {
	color: #E51B5F;
	text-decoration: none;
}
ul, ol {
	margin-bottom: 25px;
}
blockquote {
	padding: 0 0 0 30px;
	margin: 0 0 30px 30px;
	border-left: none;
	background: url(images/bg-divider-vertical.png) repeat-y left top;
}
pre {
	margin-bottom: 30px;
}
hr {
	clear: both;
	border: none;
	height: 1px;
	background: url(images/bg-divider.png) repeat-x left bottom;
	margin: 30px 0 35px 0;
	padding-top: 10px;
}
iframe {
	border: none;
	margin: 0;
}
.clear {
	clear: both;
}
.assistive-text {
	display: none;
}
strong, b {
	font-weight: bold;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}

/* Styles
------------------------------------------------------------ */

.mtphr-hover-anim {
	position: relative;
}
.mtphr-hover-anim .mtphr-hover-anim-target {
	position: absolute;
	top: 0;
	left: 0;
	filter: alpha(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);
	opacity: 1;
}
.zen-overlay-graphic,
.mtphr-overlay-graphic {
	width: 100%;
	height: 100%;
	background: #E51B5F url(images/hover-overlay.png) no-repeat center center;
}
.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);
	opacity: .5;
}
.widget-title,
.widget-title a {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
.widget-title {
	font-weight: lighter;
	background: url(images/bg-diagonal-large.png) repeat-x left top;
}
.widget-title > .wrapper {
	margin-bottom: 35px;
}
.widget-title span {
	display: block;
	font-size: 18px;
	line-height: 18px;
}
.widget-title .inner {
	float: left;
	background: #FFF;
	padding-right: 10px;
}
.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;
}
.sub-heading-large {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	font-weight: 100;
	font-size: 48px;
	line-height: 60px;
	color: #333;
	margin-bottom: 25px;
}
.sub-heading {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	font-weight: 100;
	font-size: 36px;
	line-height: 48px;
	color: #333;
	margin-bottom: 25px;
}
.sub-heading-small {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	font-weight: 100;
	font-size: 30px;
	line-height: 40px;
	color: #666;
	margin-bottom: 25px;
}
.inline-heading {
	display: inline-block;
	color: #E51B5F;
	width: 70px;
}
.drop-cap {
	display: block;
	font-size: 3.35em;
	line-height: .8em;
	/* line-height: .05em; */
	float : left;
	color : #E51B5F;
	margin-top: 0.16em;
	margin-bottom: -.1em;
	padding-right: 0.1em;
	height: auto;
}
.mtphr-style-link a,
a.mtphr-style-link {
	background: url(images/graphic-plus.png) no-repeat left 3px;
	padding-left: 12px;
}
.mtphr-style-link a:hover,
a.mtphr-style-link:hover {
	color: #E51B5F;
}
.mtphr-style-button a,
a.mtphr-style-button {
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	color: #000;
	text-transform: uppercase;
	padding: 10px 15px 8px 15px;
	background: #CECECE;
}
.mtphr-style-button a:hover,
a.mtphr-style-button:hover {
	color: #E51B5F;
}
.highlight {
	color: #E51B5F;
}
.border-image {
	padding: 9px;
	background: #FFF;
	border: 1px solid #CCC;
}
.border-image * {
	display: block;
	margin-bottom: 0;
}

/* Wrappers
------------------------------------------------------------ */

body {
	background: #303030;
	margin: 0;
}
body.fixed {
	min-width: 980px;
}
.container,
.container-fluid {
	max-width: 940px;
	margin: 0 auto;
}
.container {
	padding: 0 20px;
}

/* Social Links
------------------------------------------------------------ */

#social-links {
	float: right;
	margin-top: 35px;
}
.mtphr-social-link {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	background: #666 url(images/icons-social-old.png) no-repeat;
	margin-right: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.mtphr-social-link span {
	width: 30px;
	height: 30px;
	background: #666 url(images/icons-social-old.png) no-repeat;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.mtphr-twitter-link {
	background-position: 0 -100px;
}
.mtphr-twitter-link span {
	background-position: 0 -150px;
}
.mtphr-facebook-link {
	background-position: -50px -100px;
}
.mtphr-facebook-link span {
	background-position: -50px -150px;
}
.mtphr-google-link {
	background-position: -100px -100px;
}
.mtphr-google-link span {
	background-position: -100px -150px;
}
.mtphr-linkedin-link {
	background-position: -150px -100px;
}
.mtphr-linkedin-link span {
	background-position: -150px -150px;
}
.mtphr-social-link-small {
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background: #CCC url(images/icons-social-old.png) no-repeat;
	margin-right: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mtphr-social-link-small span {
	width: 20px;
	height: 20px;
	background: #999 url(images/icons-social-old.png) no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mtphr-twitter-link-small,
.mtphr-twitter-link-small span {
	background-position: -200px -50px;
}
.mtphr-facebook-link-small,
.mtphr-facebook-link-small span {
	background-position: -250px -50px;
}
.mtphr-google-link-small,
.mtphr-google-link-small span {
	background-position: -300px -50px;
}
.mtphr-linkedin-link-small,
.mtphr-linkedin-link-small span {
	background-position: -350px -50px;
}

/* Header
------------------------------------------------------------ */

#siteHeader {
	/* height: 100px; */
	padding-bottom: 5px;
}
#header-widget-area {
	float: right;
}
#header-widget-area .widget {
	margin-top: 35px;
	margin-bottom: 0;
}
#header-widget-area .mtphr-social-widget-links {
	margin-bottom: -5px;
}
#logo {
	display: block;
	float: left;
	margin: 10px 40px 0 0;
}
#logo img {
	display: block;
	height: auto;
	width: auto;
}
#logo .wrapper {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 30px;
	color: #FFF;
}

.main-menu-container {
	position: relative;
	z-index: 9999;
	float: left;
	margin-top: 35px;
}
.main-menu-container a {
	text-decoration: none;
}
.main-menu-container ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-menu-container > ul > li,
.main-menu-container > ul > li > a {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
}
.main-menu-container a {
	display: block;
	padding: 9px 20px 2px 20px;
	height: 20px;

	background: #303030;

	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.main-menu-container ul li {
	float:left;
}
.main-menu-container > ul > li {
	display: block;
	position: relative;
	background: url(images/bg-divider-vertical.png) repeat-y right top;
	padding-right: 1px;
}
.main-menu-container > ul > li > ul {
	padding-top: 35px;
	background: #303030;
}
.main-menu-container li ul {
	width: auto;
	position: absolute;
	z-index: 99999;
	left: -9999px;
	/* width: 184px; */
}
.main-menu-container li ul li {
	width: auto;
	white-space: nowrap;
	border-top: 1px solid #393939;
	margin-top: -1px;
}
.main-menu-container li ul a {
	float: left;
	display: block;
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #999;
	padding: 10px 15px 2px 15px;
	min-width: 100px;
}
.main-menu-container > ul > li:last-child {
	background: none;
	padding-right: 0;
}
.main-menu-container li:hover > ul {
	left: 0;
}
.main-menu-container a:hover,
.main-menu-container li.current-menu-item > a,
.main-menu-container li.current_page_item > a,
.main-menu-container li.current-menu-ancestor > a,
.main-menu-container li.current-page-ancestor > a {
	background: #E51B5F;
}
.main-menu-container > ul > li > ul a:hover,
.main-menu-container > ul > li > ul li.current-menu-item a,
.main-menu-container > ul > li > ul li.current_page_item a {
	color: #FFF;
}

/* !Main mobile menu */
.main-menu-mobile-container {
	display: none;
	clear: both;
	overflow: hidden;
	position: relative;
	border: 1px solid #3d3d3d;
	height: 31px;
}
.main-menu-mobile-container ul {
	/* position: absolute; */
	width: 100%;
	margin: 0;
}
.main-menu-mobile-container li {
	border-top: 1px solid #393939;
}
.main-menu-mobile-container-condensed li {
	border-color: #262626;
}
.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: #262626;
}
.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: #E51B5F;
	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(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(images/bg-mobile-menu.png);
	background-repeat: no-repeat;
	background-position: right 12px;
	-webkit-background-size: 25px 8px;
}
@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(assets/images/bg-mobile-menu@2x.png);
	}
}
.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;
}
.main-menu-container a:active, .main-menu-container a:selected, .main-menu-container a:visited,
.main-menu-mobile-container a:active, .main-menu-mobile-container a:selected, .main-menu-mobile-container a:visited {
  border: none;
  outline: none;
}

/* Main
------------------------------------------------------------ */

#main {
	background: #FFF;
	padding: 40px 0;
}
#content {
	margin-bottom: 30px;
}
.page-header {
	background: url(images/bg-divider.png) repeat-x left bottom;
	margin: 0 0 40px 0;
	padding: 0;
	border: none;
}
.page-title {
	font-size: 48px;
	line-height: 48px;
	font-weight: 100;
	color: #333;
	margin-bottom: 25px;
}
.entry-header {
	margin-bottom: 13px;
}
.entry-title {
	margin-bottom: 24px;
}
.entry-title,
.entry-title a {
	font-size: 36px;
	line-height: 48px;
	font-weight: 100;
	color: #333;
}
.sticky .entry-title,
.sticky .entry-title a {
	color: #E51B5F;
}
.entry-title a:hover {
	color: #E51B5F;
}
.featured-image-container-wrapper {
	text-align: center;
}
.featured-image-container {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 30px;
	border: 1px solid #CDCDCD;
}
.featured-image-container > .wrapper {
	position: relative;
	display: block;
	border: 9px solid #FFF;
}
.featured-image {
	display: block;
}
.featured-image-title {
	position: absolute;
	top: 50%;
	left: 40px;
	font-size: 48px;
	line-height: 48px;
	font-weight: 100;
	color: #FFF;
	margin-top: -20px;
	margin-bottom: 0;
}
.entry-meta {
	clear: both;
	margin: 0 0 12px 0 !important;
}
.entry-utility {
	margin-right: 14px;
}
.entry-utility,
.entry-utility a {
}
.entry-utility-prep {
	color: #E51B5F;
	margin-right: 2px;
}
.entry-utility a:hover,
.entry-utility a:hover .entry-utility-prep {
	color: #E51B5F;
}
.wp-caption {
	width: auto !important;
	max-width: 97%;
	border: 1px solid #CDCDCD;
	padding: 9px;
	background: #FFF;
	margin-bottom: 25px;
}
.wp-caption img {
	max-width: 100%;
	margin-bottom: 10px;
}
.wp-caption-text,
.gallery-caption {
	font-style: italic;
	text-align: center;
	margin-bottom: 0;
}
.gallery-icon {
	margin-bottom: 10px;
}

/* Archives
------------------------------------------------------------ */

.archive-title {
	margin-bottom: 20px;
}
.archive-title,
.archive-title-meta {
	font-size: 24px;
	font-weight: 100;
}
.archive-title-meta {
	color: #E51B5F;
}
.mtphr-archive-entry-title,
.mtphr-archive-entry-title a {
	font-size: 18px;
	line-height: 18px;
	color: #666;
}
.mtphr-archive-entry-title a:hover {
	color: #E51B5F;
}
.mtphr-archive-item-excerpt {
	/* line-height: 18px; */
	margin-bottom: 0;
}
.mtphr-archive-thumbnail-wrapper {
	text-align: center;
}
.mtphr-archive-thumbnail-link {
	position: relative;
	display: inline-block;
	max-width: 100%;
	border: 1px solid #CDCDCD;
	margin-bottom: 20px;
}
.mtphr-archive-thumbnail-link > .wrapper {
	border: 9px solid #FFF;
}
.mtphr-archive-thumbnail-link a {
	display: block;
}
.mtphr-archive-thumbnail {
	display: block;
}

/* Posts
------------------------------------------------------------ */

/* Archives */
.page-template-pgtemp-blog-php .type-post,
.archive article {
	padding-bottom: 32px;
	margin-bottom: 26px;
	background: url(images/bg-divider.png) repeat-x left bottom;
}
.page-template-pgtemp-blog-php .type-post .entry-content > p {
	margin-bottom: 13px;
}

/* Single */
.single-post .page-title {
	float: left;
}
.single-post #content {
	padding-bottom: 32px;
	background: url(images/bg-divider.png) repeat-x left bottom;
}

/* Post Blocks */
.mtphr-post-block-post .entry-header {
	position: relative;
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 25px;
}
.mtphr-post-block-post .entry-title,
.mtphr-post-block-post .entry-title a {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #666;
}
.mtphr-post-block-post .entry-title a:hover {
	color: #E51B5F;
}
.mtphr-post-block-post .entry-title-arrow {
	display: block;
	position: absolute;
	bottom: -20px;
	right: 27px;
	width: 20px;
	height: 20px;
	background: url(images/arrow-bubble.png);
}
.mtphr-post-block-post .entry-date {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E51B5F;
	margin: 0;
}

/* Projects
------------------------------------------------------------ */

.single-mtphr_projects .page-header,
.page-template-pgtemp-mtphr_projects-php .page-header {
	margin-bottom: 24px;
}
.single-mtphr_projects .entry-header {
	margin-bottom: 23px !important;
}
.single-mtphr_projects .mtphr-project-slider {
	/* clear: none !important; */
}
/*
.single-mtphr_projects .mtphr-slider-buttons {
	top: 8px !important;
}
*/
.page-template-pgtemp-mtphr_projects-php #mtphr-nav-columns {
	padding-top: 5px;
}
.page-template-pgtemp-mtphr_projects-php .entry-header {
	margin-bottom: 24px;
}

/* Team
------------------------------------------------------------ */

.single-mtphr_team_members .page-header {
	margin-bottom: 24px;
}
.single-mtphr_team_members .entry-header {
	margin-bottom: 24px;
}
.single-mtphr_team_members .entry-title {
	margin-bottom: 0;
}
.type-mtphr_team_members .archive-entry-title,
.type-mtphr_team_members .archive-entry-title a {
	font-size: 18px;
	line-height: 18px;
}
.mtphr-team-members-title,
.mtphr-team-members-title a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #E51B5F;
	margin: 0;
}
.post-type-archive-mtphr_team_members .type-mtphr_team_members .entry-content p {
	line-height: 18px;
	margin-bottom: 20px;
}
.page-template-pgtemp-mtphr_team_members-php .type-mtphr_team_members .mtphr-team-members-title,
.page-template-pgtemp-mtphr_team_members-php .type-mtphr_team_members .mtphr-team-members-title a,
.page-template-pgtemp-mtphr_team_members-php .type-mtphr_team_members .mtphr-archive-item-excerpt {
	line-height: 18px;
}

/* Search
------------------------------------------------------------ */

.search-results article {
	padding-bottom: 32px;
	margin-bottom: 26px;
	background: url(images/bg-divider.png) repeat-x left bottom;
}
.search-results .entry-header {
	margin-bottom: 0;
}
.search-results .entry-title,
.search-results .entry-title a {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}
.search-results .entry-content p {
	margin-bottom: 0;
}

/* Pagination
------------------------------------------------------------ */

.paginate-break {
	margin-top: 0;
	margin-bottom: 10px;
	padding-top: 0;
}
#paginate-container,
#page-paginate-container,
#comment-nav {
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
}
.paginate-heading {
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 18px;
}
#page-paginate-container .paginate-heading {
	margin-right: 19px;
}
ul.page-numbers {
	display: inline;
	margin: 0;
}
ul.page-numbers li {
	float: left;
	display: block;
	color: #333;
	border-left: 1px solid #CCC;
	padding: 0;
	margin: 0;
}
ul.page-numbers li:last-child {
	border-right: none;
}
ul.page-numbers li a,
ul.page-numbers li span {
	display: block;
	height: 19px;
	font-weight: bold;
	line-height: 19px;
	color: #CCC;
	padding: 0 18px 0 20px;
	margin: 0;
}
ul.page-numbers a.next,
ul.page-numbers a.prev,
ul.page-numbers li.next-link a,
ul.page-numbers li.prev-link a {
	text-transform: uppercase;
}
ul.page-numbers li.next-link a {
	margin-left: 4px;
}
ul.page-numbers li a:hover {
	color: #E51B5F;
}
ul.page-numbers li span.current {
	color: #666;
}

/* Page Navigation
------------------------------------------------------------ */

.single-nav ul {
	list-style: none;
	margin: 0;
}
.single-nav ul li {
	float: left;
	direction: block;
	color: #333;
	border-left: 1px solid #E5E5E5;
	padding: 0;
	margin: 0;
}
.single-nav ul li:first-child {
	border-left: none;
}
.single-nav ul li a,
.single-nav ul li span {
	display: block;
	height: 19px;
	font-weight: bold;
	line-height: 19px;
	color: #CCC;
	padding: 0 20px 0 12px;
	margin: 0;
}
.single-nav ul li:first-child a {
	padding-left: 0;
}
.single-nav ul li:last-child a {
	padding-right: 0;
}
.single-nav ul li a:hover {
	color: #E51B5F;
}
.single-nav ul li.active a {
	color: #666;
}
#single-nav-top {
	float: right;
	padding: 10px 0;
}
#content-nav {
	float: right;
	padding-top: 10px;
}
#content-nav > div {
	float: left;
	height: 19px;
	border-right: 1px solid #CCC;
}
#content-nav div:last-child {
	border-right: none;
}
#content-nav a {
	display: block;
	height: 19px;
	line-height: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCC;
	padding: 0 24px 0 14px;
}
#content-nav a:hover {
	color: #E51B5F;
}
.page-nav .paginate-heading {
	margin-right: 8px;
}
.page-nav {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
}
.page-nav a {
	font-weight: bold;
	text-transform: uppercase;
	color: #CCC;
}
.page-nav a:hover {
	color: #E51B5F;
}
.paginate-links {
	letter-spacing: 10px;
}
#comment-nav ul li:first-child {
	border: none;
}

/* Comments
------------------------------------------------------------ */

#social-links-container {
	float: right;
	margin: 0 0 30px 0;
}
#social-links-container a {
	float: left;
	margin-right: 5px;
	margin-top: -2px;
}
#social-links-container span {
	float: left;
	margin-right: 15px;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}
#social-links-container .mtphr-social-link,
#social-links-container .mtphr-social-link span {
	background-color: #CCC !important;
}
#social-links-container .mtphr-twitter-link {
	background-position: 0 -50px !important;
}
#social-links-container .mtphr-twitter-link span {
	background-position: 0 -150px !important;
}
#social-links-container .mtphr-facebook-link {
	background-position: -50px -50px !important;
}
#social-links-container .mtphr-facebook-link span {
	background-position: -50px -150px !important;
}
#social-links-container .mtphr-google-link {
	background-position: -100px -50px !important;
}
#social-links-container .mtphr-google-link span {
	background-position: -100px -150px !important;
}
#social-links-container .mtphr-linkedin-link {
	background-position: -150px -50px !important;
}
#social-links-container .mtphr-linkedin-link span {
	background-position: -150px -150px !important;
}
#social-links-container-date {
	color: #E51B5F;
}

#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 {
	background: url(images/bg-divider.png) repeat-x left bottom;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#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 {
	float: none;
	width: 90px;
	margin: 0;
}
.comment-avatar .wrapper {
	border: 1px solid #CCC;
}
ul.children .comment-avatar {
	width: 60px;
}
.comment-avatar img {
	display: block;
	border: 9px solid #FFF;
}
ul.children .comment-avatar img {
	width: 50px;
	height: 50px;
	border-width: 4px;
}
.comment-arrow {
	width: 30px;
}
.comment-arrow span {
	float: right;
	display: block;
	width: 20px;
	height: 34px;
	background: url(images/comment-arrow.png) no-repeat top right;
	margin-right: -1px;
}
.comment-container td.comment-data {
	clear: none;
	background: #F2F2F2;
	border: 1px solid #CCC;
	padding: 15px;
}
.comment-data p {
	margin-bottom: 10px;
}
.comment-data .comment-author,
.comment-data .comment-author a {
	font-size: 14px;
	line-height: 14px;
}
.comment-data .comment-author a:hover {
	color: #E51B5F;
}
.comment-data .comment-body p {
	font-size: 14px;
	font-style: italic;
}
.comment-data .comment-date {
	float: left;
	font-style: italic;
	line-height: 14px;
	color: #E51B5F;
	margin: 0;
}
.comment-data .comment-reply-link {
	float: right;
	font-style: italic;
	line-height: 14px;
	margin: 0;
}
.comment-data .comment-reply-link:hover {
	color: #E51B5F;
}
.bypostauthor > .comment-container .comment-avatar .wrapper {
}

/* Respond
------------------------------------------------------------ */

#reply-title {
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}
#reply-title small,
#reply-title small a {
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	text-transform: none;
}
#respond {
}
.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: 55px;
}
.widget-title > .wrapper {
	margin-bottom: 20px;
}
.widget-sub-title {
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	color: #CCC;
	background: url(images/bg-divider.png) repeat-x left bottom;
	margin-bottom: 13px;
	padding-bottom: 8px;
}
.widget > ul {
	list-style: none;
	margin: 0;
}
.widget p, .widget li, .widget a, .widget label, .widget span, .widget div {
	line-height: 18px;
}
.widget p {
	margin-bottom: 20px;
}

/* Widget Form Fields */
.widget form p {
	margin-bottom: 0;
}

/* 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(images/bg-divider.png) repeat-x left bottom;
	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;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* Archives, Categories, Links, Recent Comments, Recent Entries */
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_recent_entries a {
	color: #666;
	background: url(images/graphic-plus.png) no-repeat 3px 2px;
	padding-left: 16px;
}
.widget_archive a:hover,
.widget_categories a:hover,
.widget_links a:hover,
.widget_recent_comments a:hover,
.widget_recent_entries a:hover {
	color: #E51B5F;
}

/* Recent Comments */
.widget_recent_comments a {
	color: #CCC;
}

/* 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: #E51B5F;
	-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: #E51B5F;
}
#wp-calendar tfoot td {
	padding: 5px 0;
}

/* RSS */
.widget_rss .rsswidget,
.widget_rss cite {
	color: #CCC;
}
.widget_rss .rsswidget:hover {
	color: #E51B5F;
}

/* Tag Cloud */
.widget_tag_cloud a {
	display: inline-block;
	font-size: 12px !important;
	color: #FFF;
	background: #CCC;
	padding: 6px 10px;
	margin: 0 8px 7px 0;

	-webkit-transition: background .3s linear;
	-moz-transition: background .3s linear;
	-o-transition: background .3s linear;
	transition: background .3s linear;
}
.widget_tag_cloud a:hover {
	background: #E51B5F;
}

/* Metaphor Posts */
.mtphr-posts-widget-title {
	color: #CCC;
}
.mtphr-posts-widget a.readmore {
	background: url(images/graphic-plus.png) no-repeat left center;
	padding-left: 12px;
}

/* Metaphor Comments */
.mtphr-comments-widget ul li {
	padding-bottom: 18px;
	margin-bottom: 20px;
	background: url(images/bg-divider.png) repeat-x left bottom;
}
.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: #E51B5F;
	line-height: 22px;
}
.widget .mtphr-comments-excerpt {
	line-height: 22px;
}

/* Metaphor Twitter */
.mtphr-twitter-widget-image {
	background-color: #E51B5F !important;
	background-position: 0 -50px;
}
.mtphr-twitter-widget-date {
	color: #E51B5F;
}

/* Maven Social Widget */
.mtphr-social-widget-title {
	color: #CCC;
	text-transform: uppercase;
}
.mtphr-twitter-widget ul li,
.mtphr-twitter-widget ul li a {
	line-height: 18px;
	color: #999;
}
.mtphr-twitter-widget ul li a:hover {
	color: #E51B5F;
}
.mtphr-social-widget-date {
	color: #CCC;
}
.mtphr-social-widget .mtphr-social-link,
.mtphr-social-widget .mtphr-social-link span {
	background-image: url(images/icons-social-old.png) !important;
}
#secondary .mtphr-social-widget .mtphr-social-link,
#secondary .mtphr-social-widget .mtphr-social-link span {
	background-color: #CCC !important;
}
.mtphr-social-widget .mtphr-twitter-link {
	background-position: 0 -50px !important;
}
.mtphr-social-widget .mtphr-twitter-link span {
	background-position: 0 -150px !important;
}
.mtphr-social-widget .mtphr-facebook-link {
	background-position: -50px -50px !important;
}
.mtphr-social-widget .mtphr-facebook-link span {
	background-position: -50px -150px !important;
}
.mtphr-social-widget .mtphr-google-link {
	background-position: -100px -50px !important;
}
.mtphr-social-widget .mtphr-google-link span {
	background-position: -100px -150px !important;
}
.mtphr-social-widget .mtphr-linkedin-link {
	background-position: -150px -50px !important;
}
.mtphr-social-widget .mtphr-linkedin-link span {
	background-position: -150px -150px !important;
}
.mtphr-social-widget-date {
	color: #E51B5F;
}

/* Metaphor Contact Widget */
.mtphr-contact-widget-title,
.mtphr-contact-widget-title * {
	color: #E51B5F !important;
}
.mtphr-contact-widget-email a,
.mtphr-contact-widget-info a {
	text-decoration: underline;
}
.mtphr-contact-widget-email a:hover,
.mtphr-contact-widget-info a:hover {
	color: #E51B5F;
}

/* --------------------------------------------------------- */
/* !Metaphor Social Links */
/* --------------------------------------------------------- */

.mtphr-social-widget-links a {
	margin: 0 0 5px 5px;
}
.mtphr-social-widget-links a i {
	width: 30px;
	height: 30px;
	font-size: 1.5em;
	line-height: 30px;
	color: #FFF;
	background-color: #CCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
.mtphr-social-widget-links a:hover i {
	color: #e51b5f;
}

/* Footer Widgets
------------------------------------------------------------ */

#footer-before {
	padding-top: 37px;
}
#footer-before .widget > ul {
	padding-left: 0;
}
#footer-before .widget-title {
	font-weight: bold;
	color: #FFF;
	background: none;
}
#footer-before .widget-title > .wrapper {
	float: none;
	color: #FFF;
	background: url(images/bg-divider.png) repeat-x left bottom;
	padding-bottom: 15px;
}
#footer-before .widget-title > .wrapper > .inner {
	float: none;
	color: #FFF;
	background: none;
}

#footer-before h1, #footer-before h2, #footer-before h3, #footer-before h4, #footer-before h5, #footer-before h6,
#footer-before h1 a, #footer-before h2 a, #footer-before h3 a, #footer-before h4 a, #footer-before h5 a, #footer-before h6 a {
	color: #FFF;
}
#footer-before p, #footer-before li, #footer-before a, #footer-before label, #footer-before span, #footer-before div {
	color: #999;
}
#footer-before a:hover {
	color: #E51B5F;
}

/* Metaphor Posts */
#footer-before .mtphr-posts-widget-title {
	color: #FFF;
}
#footer-before .mtphr-posts-widget-title:hover {
	color: #E51B5F;
}
#footer-before .mtphr-posts-widget a.readmore {
	color: #FFF;
	background: url(images/graphic-plus.png) no-repeat left center;
	padding-left: 12px;
}
#footer-before .mtphr-posts-widget a.readmore:hover {
	color: #E51B5F;
}

/* Metaphor Twitter */
#footer-before .mtphr-twitter-widget-image {
	background-color: #E51B5F !important;
}
#footer-before .mtphr-twitter-widget-date {
	color: #FFF;
}

/* Metaphor Contact Widget */
#footer-before .mtphr-contact-widget-title {
	color: #E51B5F;
}
#footer-before .mtphr-contact-widget-email a {
	color: #FFF;
}
#footer-before .mtphr-contact-widget-email a:hover {
	color: #E51B5F;
}

/* Metaphor Social Widget */
#footer-before .mtphr-social-widget-title {
	color: #FFF;
	text-transform: uppercase;
}
#footer-before .mtphr-social-widget-date {
	color: #FFF;
}
#footer-before .mtphr-social-widget-links a i,
#header-widget-area .mtphr-social-widget-links a i {
	color: #b3b3b3;
	background-color: #666;
}
#footer-before .mtphr-social-widget-links a:hover i,
#header-widget-area .mtphr-social-widget-links a:hover i {
	color: #E51B5F;
}

/* Footer
------------------------------------------------------------ */

#siteFooter {
	width: 100%;
	background: url(images/bg-diagonal-small.png) repeat-x left top;
	padding-top: 40px;
	padding-bottom: 30px;
}
#siteFooter .wrapper {
	max-width: 940px;
	padding: 0 10px;
	margin: 0 auto;
}
#footer-text-left {
	float: left;
}
#footer-text-right {
	float: right;
	text-align: right;
}
#siteFooter p {
	color: #999;
	margin: 0;
}
#siteFooter a {
	color: #FFF;
	text-decoration: underline;
	margin-bottom: 0;
}
#siteFooter a:hover {
	color: #E51B5F;
}

/* Shortcodes
------------------------------------------------------------ */

/* Content Blocks */

.content-blocks-header {
	background: url(images/bg-diagonal-large.png) left top repeat-x;
}
.content-blocks-title {
	float: left;
	text-transform: uppercase;
	color: #E51B5F;
	background: #FFF;
	padding: 0 10px 0 0;
}
.content-blocks h1, .content-blocks h2, .content-blocks h3, .content-blocks h4, .content-blocks h5, .content-blocks h6,
.content-blocks h1 a, .content-blocks h2 a, .content-blocks h3 a, .content-blocks h4 a, .content-blocks h5 a, .content-blocks h6 a {
	margin: 0;
}

/* Pricing Tables */

.mtphr-pricing-table-list {
	border: none !important;
	background: url(images/bg-divider.png) repeat-x left top;
	padding-top: 1px;
}
.mtphr-pricing-table-condensed .mtphr-pricing-table-price {
	border: none !important;
	background: url(images/bg-divider.png) repeat-x left bottom;
}
.mtphr-pricing-table-values p {
	border-bottom: none !important;
	background: url(images/bg-divider.png) repeat-x left bottom;
}
.mtphr-pricing-table-condensed:hover .mtphr-pricing-table-title {
	background: #E51B5F !important;
}
.mtphr-pricing-table-button a:hover {
	background-color: #E51B5F !important;
}
.mtphr-pricing-table-normal:hover .mtphr-pricing-table-price {
	background: #E51B5F !important;
}
.mtphr-pricing-table-list .mtphr-pricing-table-values p strong {
	color: #E51B5F !important;
}

/* Post Slider */

.mtphr-post-slider-header {
	background: url(images/bg-diagonal-large.png) left top repeat-x;
	margin-bottom: 20px;
}
.mtphr-post-slider-title {
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	color: #E51B5F;
	background: #FFF;
	padding: 0 10px 0 0;
	margin: 0 0 17px 0;
}
.mtphr-post-slider-navigation {
	clear: both;
}
.mtphr-post-slider .mtphr-post-slider-prev,
.mtphr-post-slider .mtphr-post-slider-next {
	display: block;
	float: left;
	width: 20px;
	height: 21px;
	background: #B2B2B2;
	padding: 10px 0 0 11px;

	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
.mtphr-post-slider .mtphr-post-slider-prev:hover,
.mtphr-post-slider .mtphr-post-slider-next:hover {
	background: #666;
}
.mtphr-post-slider .mtphr-post-slider-prev span,
.mtphr-post-slider .mtphr-post-slider-next span {
	display: block;
	width: 8px;
	height: 12px;
	text-indent: -9999px;
	background: url(images/icons.png) no-repeat;
}
.mtphr-post-slider .mtphr-post-slider-prev span {
	background-position: -15px -15px;
}
.mtphr-post-slider .mtphr-post-slider-next span {
	background-position: 0 -15px;
}


/* Sliders
------------------------------------------------------------ */

.mtphr-slider-container {
	position: relative;
	border: 1px solid #CDCDCD;
}
.mtphr-slider-container > .wrapper {
	display: block;
	border: 9px solid #FFF;
}
.mtphr-slider-buttons p a.active {
	background: #E51B5F;
}
.mtphr-feature-slider .mtphr-slider-buttons a.active {
	background: #E51B5F !important;
}
.mtphr-slider-prev {
	left: 10px !important;
}
.mtphr-slider-next {
	right: 10px !important;
}

/* Project Sliders
------------------------------------------------------------ */
.mtphr-project-slider.mtphr-buttons-enabled .mtphr-slider-container {
	margin-bottom: 0 !important;
}
.single-mtphr_projects .mtphr-project-slider {
	position: relative;
}
.single-mtphr_projects .mtphr-slider-buttons {
	float: right;
	margin-top: 6px;
	margin-bottom: 23px;
}
.single-mtphr_projects .mtphr-slider-buttons a {
	color: #CCC;
	border: 1px solid #E5E5E5;
}
.single-mtphr_projects .mtphr-slider-buttons a:hover,
.single-mtphr_projects .mtphr-slider-buttons a.active {
	color: #666;
}

/* Forms
------------------------------------------------------------ */

form .controls {
	padding: 4px 6px;
	border: 1px solid #CCC;
}
input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
form .controls input[type="text"],
form .controls input[type="email"],
form .controls input[type="password"] {
	font-style: italic;
	border: none;
	padding: 0;
	margin: 0;

	width: 100%;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form .controls textarea {
	font-style: italic;
	border: none;
	padding: 0;
	margin: 0;

	width: 100%;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-submit {
	text-align: right;
}
form input[type="submit"] {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	background: #666;
	border: none;
	padding: 6px 25px;

	-webkit-transition: background-color .2s linear;
	-moz-transition: background-color .2s linear;
	-o-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
form input[type="submit"]:hover {
	background: #E51B5F;
}

/* Contact Form 7
------------------------------------------------------------ */

.wpcf7-response-output,
span.wpcf7-not-valid-tip {
	font-family: 'Myriad Pro', Helvetica, Arial, sans-serif !important;
	font-size: 12px !important;
	font-weight: 100 !important;
	line-height: 18px !important;
	color: #FFF !important;
	background: #303030 !important;
	padding: 12px 15px !important;
	margin: 0 !important;
	border: 1px solid #E51B5F !important;
}
span.wpcf7-not-valid-tip {
	top: 10% !important;
	left: 0 !important;
}
.wpcf7-mail-sent-ok {
	border: 1px solid #E51B5F !important;
}
.wpcf7-validation-errors {
	border: 1px solid #E51B5F !important;
}


/* Search Form
------------------------------------------------------------ */

.search-form {
	position: relative;
	height: 30px;
}
.search-form .control-group {
	padding-right: 30px;
}
.search-form .controls {
	border-right: none;
}
.search-form .submit-wrapper,
.search-form .submit {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
.search-form .submit-wrapper {
	z-index: 1;
	background: #666 url(images/btn-search.png) no-repeat left center;
}
.search-form [type="submit"].submit {
	text-indent: -9999px;
	background: #E51B5F url(images/btn-search.png) no-repeat left center;
	border: none;
	padding: 0;

	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.search-form .submit:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Additional Content Boxes
------------------------------------------------------------ */

#mtphr-acb-above.border-top,
#mtphr-acb-below.border-top {
	background: url(images/bg-divider.png) repeat-x left top;
	border: none !important;
	padding-top: 30px !important;
}
#mtphr-acb-above.border-bottom,
#mtphr-acb-below.border-bottom {
	border: none !important;
}
#mtphr-acb-above.border-bottom .wrapper,
#mtphr-acb-below.border-bottom .wrapper {
	background: url(images/bg-divider.png) repeat-x left bottom;
	padding-bottom: 1px;
}

/* MediaElement Player
------------------------------------------------------------ */

.mediaelement {
	margin-bottom: 25px;
}
.mejs-overlay-button,
.mejs-container .mejs-controls div.mejs-button,
.mejs-controls .mejs-button button {
	background-image: url(images/controls.png) !important;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background-image: url(images/mejs-time-rail-loading.png) !important;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background-image: url(images/mejs-time-rail-progress.png) !important;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	background: #E51B5F !important;
}

/* Media Queries
------------------------------------------------------------ */
#footer-before.row > .wrapper {
	max-width: 940px;
	padding: 0;
	margin: 0 auto;
}
.row-fluid [class*="span"] {
	min-height: 0 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
}

@media (max-width: 767px) {
	.fluid #siteHeader,
	.fluid #main,
	.fluid #footer-before,
	.fluid #siteFooter {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.fluid #siteHeader {
		height: auto;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 35px;
	}
	.fluid #logo {
		/* float: none; */
		margin-bottom: 35px;
	}
	#header-widget-area .widget {
		margin-bottom: 30px;
	}
	.fluid #social-links {
		margin-bottom: 35px;
	}
	.fluid .featured-image-title {
		font-size: 28px;
		line-height: 28px;
		margin-top: -15px;
	}
	.fluid .page-title {
		font-size: 32px;
		line-height: 32px;
	}
	.fluid .entry-title {
		font-size: 24px;
		line-height: 24px;
	}
	.fluid #footer-text-left,
	.fluid #footer-text-right {
		float: none;
		text-align: center;
	}

	/* !Main menu */
	.fluid .main-menu-container {
		display: none;
	}
	.fluid .main-menu-mobile-container {
		display: block;
		height: 31px;
	}
	/*
.fluid .main-menu-container {
		clear: both;
		float: none;
		overflow: hidden;
		position: relative;
		border: 1px solid #393939;
	}
	.fluid .main-menu-container ul {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.fluid .main-menu-container li {
		display: block;
		float: none;
		position: static;

		background: none;
		padding-right: 0;
		border-top: 1px solid #393939;
	}
	.fluid .main-menu-container li,
	.fluid .main-menu-container a {
		float: none !important;
	}
	.fluid .main-menu-container > ul > li:first-child {
		border: none;
	}
	.fluid .main-menu-container li ul {
		position: static;
		z-index: auto;
		left: auto;
		padding-top: 0;
	}
	.fluid .main-menu-container li ul li {
		position: static;
	}
	.fluid .main-menu-container li ul a {
		padding-bottom: 0;
		padding-left: 35px;
	}
	.fluid .main-menu-container li.current-menu-item > a,
	.fluid .main-menu-container li.current_page_item > a,
	.fluid .main-menu-container li.current-menu-ancestor > a,
	.fluid .main-menu-container li.current-page-ancestor > a {
		background: none;
	}
	.fluid .main-menu-container li.current-menu-item > a.selected,
	.fluid .main-menu-container li.current_page_item > a.selected {
		background: #E51B5F;
	}
	.fluid .main-menu-container li.current-menu-item > a:hover,
	.fluid .main-menu-container li.current_page_item > a:hover,
	.fluid .main-menu-container li.current-menu-ancestor > a:hover,
	.fluid .main-menu-container li.current-page-ancestor > a:hover {
		background: #E51B5F;
	}
	.fluid .main-menu-container > ul > li > ul li.current-menu-item a,
	.fluid .main-menu-container > ul > li > ul li.current_page_item a {
		font-size: 14px;
		font-weight: bold;
		padding-left: 20px;
	}
	.fluid .main-menu-container > ul > li > ul li.current-menu-item a.selected,
	.fluid .main-menu-container > ul > li > ul li.current_page_item a.selected {
		font-size: 12px;
		font-weight: normal;
		padding-left: 35px;
	}
*/
	.fluid .sub-heading-large,
	.fluid .sub-heading,
	.fluid .sub-heading-small {
		font-size: 24px;
		line-height: 30px;
	}
	.fluid.single-mtphr_team_members .page-title,
	.fluid.single-mtphr_projects .page-title {
		float: none;
		margin-bottom: 0;
	}
	.fluid.single-mtphr_team_members #single-nav-top,
	.fluid.single-mtphr_projects #single-nav-top {
		float: none;
	}
	.fluid.single-mtphr_team_members #single-nav-top > ul > li,
	.fluid.single-mtphr_team_members #single-nav-top > ul > li > a,
	.fluid.single-mtphr_projects #single-nav-top > ul > li,
	.fluid.single-mtphr_projects #single-nav-top > ul > li > a {
		padding: 0;
		border: none;
	}
	.fluid.single-mtphr_team_members #single-nav-top > ul > li:first-child,
	.fluid.single-mtphr_projects #single-nav-top > ul > li:first-child {
		display: none;
	}
	.fluid.single-mtphr_team_members #single-nav-top > ul > li:last-child,
	.fluid.single-mtphr_projects #single-nav-top > ul > li:last-child {
		float: right;
	}
	.single-mtphr_projects .mtphr-project-slider {
		clear: both !important;
		/* padding-top: 60px; */
	}
	/*
.single-mtphr_projects .mtphr-slider-buttons {
		top: auto !important;
		left: auto;
		position: relative;
		margin-top: 20px;
		margin-bottom: 0;
	}
*/
}
@media (max-width: 767px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 768px) {
}
@media (max-width: 480px) {

	.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;
		border-width: 4px;
	}
}
@media (max-width: 979px) {
}
@media (min-width: 980px) {
}
p{
font-size:16px;
}
li{
font-size:16px;
}

.main-menu-container li ul a { 
font-family: arial;
text-transform:capitalize;
}