/*
Theme Name: Domino
Theme URI: http://themeforest.net/item/domino-responsive-wordpress-theme/4350000
Author: Digital Science
Author URI: http://www.digitalscience.za.org/
Description: Domino Responsive WordPress Theme is a clean and modern theme design with a light and dark color scheme. With its high contrast design, Domino will give your next project the eye catching edge to stand out from the crowd, and it's intuitive interface will ensure the user experience you'd expect from a premium WordPress theme. Built on Bootstrap, Domino has been carefully crafted to be easily customized and flexible enough utilizing custom built plugins. Also included in the package is the popular LayerSlider plugin which has several Parallax and 3D slider effects which can be fully customized via the WordPress admin panel. Being responsive the theme layout is fluid and is compatible with all mobile and tablet devices.
Version: 1.0.22
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, left-sidebar, flexible-width, custom-menu, editor-style, featured-images, theme-options, translation-ready
Text Domain: domino
*/




/* Table of Contents

* Wrappers
* General
* Classes
* Required
* Header
	* General tickers
	* Page Slider
	* Page header
	* Page Subheader
	* Language Selector
* Content navigation
* Main
	* Posts
	* Members
	* Galleries
* Social Shares
* Comments
* Reply
* Secondary
* Footer widgets
* Footer
* Shortcodes
	* Pricing tables
	* Post slider
	* Slide graph
	* Tabs
* FAQs
* Forms
	* Search form
	* Contact form 7
* Bootstrap
* Media queries

*/

/* --------------------------------------------------------- */
/* !Wrappers */
/* --------------------------------------------------------- */

body {
	font-family: "Myriad Pro", Myriad, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #74828c;
	background: #ffffff;
}
body.domino-fixed {
	display: table;
	width: 100%;
}
body.domino-style-boxed > .wrapper {
	max-width: 980px;
	margin: 0 auto;
}
body.domino-fixed-menu > .wrapper {
	padding-top: 79px;
}


/* --------------------------------------------------------- */
/* !General */
/* --------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Myriad Pro", Myriad, sans-serif;
}
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: normal;
	color: #2e3539;
	margin-top: 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;
}
ol, ul {
	padding: 0 0 0 20px;
	margin-bottom: 30px;
}
ol ol, ul ul {
	margin-bottom: 0;
}
a {
	color: #2e3539;
	text-decoration: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
a:hover {
	color: #00cccc;
	text-decoration: none;
}
a, a:hover, a:focus, a:active, a:visited {
	outline: none;
}
a:focus {
	text-decoration: none;
}
blockquote {
	background: #ffffff;
	border-left: 5px solid #00cccc;
	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%; */
}
hr {
	height: 1px;
	border-top: 1px solid #e8ebec;
	border-bottom: none;
	padding: 0;
	margin: 50px 0;
}
hr.slider-sep {
	margin-top: 0;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* --------------------------------------------------------- */
/* !Classes */
/* --------------------------------------------------------- */

.mtphr-subheading {
	font-size: 18px;
	font-weight: normal;
	color: #2e3539;
}
a.mtphr-readmore,
.mtphr-readmore a {
	display: inline-block;
	color: #00cccc;
	text-decoration: underline;
}
ul.mtphr-list,
ul.mtphr-list-arrow,
ul.mtphr-list-check {
	margin-left: 0;
	padding-left: 0;
}
ul.mtphr-list li,
ul.mtphr-list-arrow li,
ul.mtphr-list-check li {
	list-style: none;
	padding-bottom: 7px;
	margin-bottom: 11px;
	border-bottom: 1px solid #e3e6e8;
}
ul.mtphr-list li:last-child,
ul.mtphr-list-arrow li:last-child,
ul.mtphr-list-check li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
ul.mtphr-list li:before,
li.mtphr-list:before,
ul.mtphr-list-arrow li:before,
li.mtphr-list-arrow:before,
ul.mtphr-list-check li:before,
li.mtphr-list-check:before {
	float: left;
	display: block;
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #00cccc;
	margin-top: -1px;
	margin-right: 12px;
}
ul.mtphr-list li:before,
li.mtphr-list:before {
	font-size: 8px;
	content: '\f111';
}
ul.mtphr-list-arrow li:before,
li.mtphr-list-arrow:before {
	content: '\f138';
}
ul.mtphr-list-check li:before,
li.mtphr-list-check:before {
	content: '\f058';
}
a.btn,
.btn a {
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
	text-shadow: none;
	background: #00cccc;
	border: none;
	padding: 11px 20px 9px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn:hover,
.btn a:hover {
	color: #FFF;
	background-color: #00cccc;
}
a.mtphr-style-button,
a .mtphr-style-button,
.mtphr-style-button a {
	display: inline-block;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color: #74828c;
	border: 2px solid #c0ced4;
	padding: 20px 18px 16px;
	white-space: nowrap;

	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;

	-webkit-transition: border-color .2s linear, color .2s linear;
	-moz-transition: border-color .2s linear, color .2s linear;
	-o-transition: border-color .2s linear, color .2s linear;
	transition: border-color .2s linear, color .2s linear;
}
a.mtphr-style-button:hover,
a .mtphr-style-button:hover,
.mtphr-style-button a:hover {
	color: #00cccc;
	border-color: #00cccc;
	text-decoration: none;
}
.view-more-slider {
	margin-bottom: 10px;
}

/* --------------------------------------------------------- */
/* !Required */
/* --------------------------------------------------------- */

.assistive-text {
	display: none;
}
.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 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 #e3e6e8 !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.wp-caption-text,
.gallery-caption {
	margin: 12px 0 0 0;
}
.sticky {}
.bypostauthor {}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 16px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
} 

/* --------------------------------------------------------- */
/* !Theme Classes */
/* --------------------------------------------------------- */

.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%;
}
.mtphr-overlay-bg {
	background: #00cccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mtphr-hover-anim:hover .mtphr-overlay-bg {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}
.mtphr-overlay-buttons {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
}
.mtphr-overlay-buttons-1 {
	margin-left: -41px;
}
.mtphr-overlay-buttons-2 {
	margin-left: 1px;
}
.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-color: #FFF;
}
.mtphr-overlay-link i,
.mtphr-overlay-preview i {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 2.1em;
	line-height: 40px;
	color: #74828c;
	background: none;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
.mtphr-overlay-link:hover i,
.mtphr-overlay-preview:hover i {
	color: #00cccc;
}
.mtphr-overlay-link {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mtphr-overlay-preview {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.mtphr-overlay-buttons-1 .mtphr-overlay-preview {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


/* --------------------------------------------------------- */
/* !Ditty News Tickers */
/* --------------------------------------------------------- */

#main .mtphr-dnt-wrapper {
	margin-bottom: 30px;
}
.mtphr-dnt-nav-prev,
.mtphr-dnt-nav-next {
	width: 50px;
	height: 50px;
	text-align: center;
	text-indent: 0;
	color: #FFF;
	background: #00cccc;
	margin-top: -25px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.mtphr-dnt-nav-prev {
	left: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.mtphr-dnt-nav-next {
	right: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mtphr-dnt-nav-prev:hover,
.mtphr-dnt-nav-next:hover {
	color: #FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.mtphr-dnt-nav-prev i,
.mtphr-dnt-nav-next i {
	line-height: 50px;
	color: #FFF;
}
.mtphr-dnt-control-button {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 14px;
	line-height: 14px;
	text-indent: 0;
	color: #c8cdd1;
	text-align: center;
	background: none;
	padding: 0;
	margin: 2px;
}
.mtphr-dnt-control-button i {
	width: 14px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	color: #c8cdd1;
	margin: 0;
}
.mtphr-dnt-control-button.active i.icon-circle-blank {
	color: #00cccc;
}
.mtphr-dnt-control-button .icon-circle-blank,
.mtphr-dnt-control-button.active .icon-circle {
	display: none;
}
.mtphr-dnt-control-button.active .icon-circle-blank {
	display: inline;
}

/* --------------------------------------------------------- */
/* !LayerSlider */
/* --------------------------------------------------------- */

body .ls-noskin .ls-nav-prev,
body .ls-noskin .ls-nav-next {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 9999;
	width: 50px;
	height: 50px;
	text-align: center;
	text-indent: 0;
	color: #FFF;
	background: #00cccc;
	margin-top: -25px;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
body .ls-noskin .ls-nav-prev {
	left: 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
body .ls-noskin .ls-nav-prev:after {
	display: block;
	width: 50px;
	font-family: 'FontAwesome';
	font-size: 2em;
	text-align: center;
	line-height: 50px;
	content: "\f104";
}
body .ls-noskin .ls-nav-next {
	right: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
body .ls-noskin .ls-nav-next:after {
	display: block;
	width: 50px;
	font-family: 'FontAwesome';
	font-size: 2em;
	text-align: center;
	line-height: 50px;
	content: ' \f105';
}
body .ls-noskin .ls-nav-prev:hover,
body .ls-noskin .ls-nav-next:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
body .ls-noskin .ls-bottom-nav-wrapper {
	display: block;
  position: absolute;
  left: 0;
  bottom: 34px;
  z-index: 99999;
  width: 100%;
}
body .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a {
  display: inline-block;
  visibility: visible;
  width: 12px;
	height: 12px;
	margin: 0 3px;
}
body .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a:after {
	font-family: 'FontAwesome';
	content: ' \f111';
	color: #FFF;
}
body .ls-noskin .ls-bottom-nav-wrapper .ls-bottom-slidebuttons a.ls-nav-active:after {
	font-family: 'FontAwesome';
	content: ' \f10c';
	color: #00cccc;
}



/* --------------------------------------------------------- */
/* !Header */
/* --------------------------------------------------------- */

#site-header {
	position: relative;
	background-color: #e3e6e8;
	background-image: url(assets/images/bg-header.png);
	background-repeat: repeat-x;
	background-position: center top;
}
body.domino-fixed-menu #site-header {
	position: fixed; 
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
}
body.domino-fixed-menu.admin-bar #site-header {
	top: 32px;
}
@media (max-width: 782px) {
	body.domino-fixed-menu.admin-bar #site-header {
		top: 16px;
	}
}
#header-shadow {
	position: absolute;
	bottom: -17px;
	z-index: 99;
	width: 100%;
	height: 17px;
	background: url(assets/images/shadow-header.png) no-repeat center center;
}
#logo {
	float: left;
	font-size: 27px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo img {
	width: auto;
	height: auto;
}

/* !Main menu */
.primary-menu-container {
	float: right;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	line-height: 10px;
	color: #000000;
}
.primary-menu-container ul {
	list-style: none;
	background: url(assets/images/bg-menu-sep.png) no-repeat right bottom;
	padding: 0;
}
.primary-menu-container > ul {
	margin: 0;
}
.primary-menu-container li ul {
	position: absolute;
	z-index: 9999;
	left: -9999px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background: #f8f9f9;

	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}
.primary-menu-container > ul > li > ul {
	margin-left: 0;
}
.primary-menu-container > ul ul ul {
	margin-top: -2px;
}
.primary-menu-container li:hover > ul:not(.disabled),
.primary-menu-container li:active > ul:not(.disabled) {
	left: 0;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.primary-menu-container ul li {
	float:left;
}
.primary-menu-container > ul > li {
	display: block;
	position: relative;
	background: url(assets/images/bg-menu-sep.png) no-repeat left;
}
.primary-menu-container li ul li {
	width: auto;
	white-space: nowrap;
	border-top: 1px solid #e8ebec;
}
.primary-menu-container > ul > li > ul > li:first-child {
	border-top: none;
}
.primary-menu-container > ul > li > a {
	display: block;
	color: #74828c;
	padding: 36px 19px 30px 19px;
	background-position: left bottom;
}
.primary-menu-container > ul > li.current_page_item > a,
.primary-menu-container > ul > li.current-menu-item > a,
.primary-menu-container > ul > li.current-menu-ancestor > a,
.primary-menu-container > ul > li > a:not(.disabled):hover {
	text-decoration: none;
	color: #00cccc;
}
.primary-menu-container li ul a {
	float: left;
	display: block;
	text-align: left;
	color: #74828c;
	background: #f8f9f9;
	padding: 10px 35px 7px 15px;
	min-width: 100px;
	text-transform: none;
}
.primary-menu-container > ul > li > ul >li:first-child > a {
	background-image: url(assets/images/shadow-header.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.primary-menu-container li ul a:not(.disabled):hover {
	text-decoration: none;
	color: #00cccc;
	background: #ffffff;
}
.primary-menu-container li ul li.current_page_item > a,
.primary-menu-container li ul li.current-menu-item > a,
.primary-menu-container li ul li.current-menu-ancestor > a {
	font-weight: normal;
	color: #00cccc;
	background: #FFF;
}

/* !Main mobile menu */
.primary-menu-mobile-container {
	display: none;
	clear: both;
	overflow: hidden;
	position: relative;
	border: 1px solid #EEE;
	margin-bottom: 14px;
	height: 31px;
	font-weight: normal;
}
.primary-menu-mobile-icon {
	position: absolute;
	top: 6px;
	right: 12px;
	color: #00cccc;
	cursor: pointer;
}
.primary-menu-mobile-container ul {
	width: 100%;
	margin: 0;
	padding: 0;
}
.primary-menu-mobile-container li {
	border-top: 1px solid #EEE;
}
.primary-menu-mobile-container-condensed li {
	border-color: transparent;
}
.primary-menu-mobile-container > ul > li:first-child {
	border: none;
}
.primary-menu-mobile-container li,
.primary-menu-mobile-container a {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.primary-menu-mobile-container a {
	padding: 6px 20px 3px 20px;
}
.primary-menu-mobile-container > ul > li > a {
	text-transform: uppercase;
	color: inherit;
}
.primary-menu-mobile-container li ul a {
	color: inherit;
}
.primary-menu-mobile-container a:hover,
.primary-menu-mobile-container li.active-menu-item > a {
	color: #00cccc;
	text-decoration: none;
}
.primary-menu-mobile-container a.mtphr-menu-level-1 {
	padding-left: 40px;
}
.primary-menu-mobile-container a.mtphr-menu-level-2 {
	padding-left: 60px;
}
.primary-menu-mobile-container a.mtphr-menu-level-3 {
	padding-left: 80px;
}
.primary-menu-mobile-container a.mtphr-menu-level-4 {
	padding-left: 100px;
}
.primary-menu-mobile-container a.mtphr-menu-level-5 {
	padding-left: 120px;
}
.primary-menu-mobile-container a.mtphr-menu-level-6 {
	padding-left: 140px;
}
.primary-menu-mobile-container a.mtphr-menu-level-7 {
	padding-left: 160px;
}
.primary-menu-mobile-container a.mtphr-menu-level-8 {
	padding-left: 180px;
}
.primary-menu-mobile-container a.mtphr-menu-level-9 {
	padding-left: 200px;
}
.primary-menu-mobile-container a.mtphr-menu-level-10 {
	padding-left: 220px;
}
.primary-menu-mobile-container li.mobile-menu-top a {
	text-transform: uppercase;
	color: inherit;
}
.primary-menu-mobile-container li.active-menu-item.mobile-menu-top a {
	text-transform: uppercase;
	color: inherit;
}
.primary-menu-mobile-container li.active-menu-item.mobile-menu-top a:hover {
	color: #00cccc;
}
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-1,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-2,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-3,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-4,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-5,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-6,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-7,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-8,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-9,
.primary-menu-mobile-container li.mobile-menu-top a.mtphr-menu-level-10 {
	padding-left: 20px;
}

/* --------------------------------------------------------- */
/* !Page Slider */
/* --------------------------------------------------------- */

#page-slider {
	position: relative;
	background-image: url(assets/images/bg-slider.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
#page-slider .widget {
	margin: 0;
}
#page-slider .widget-title {
	display: none;
}

/* Ditty News Ticker */
#page-slider .mtphr-dnt {
	padding: 0 0;
}

/* Rotate */
#page-slider .mtphr-dnt-rotate {
	max-width: 1160px;
	margin: 0 auto;
}
#page-slider .mtphr-dnt-rotate .mtphr-dnt-wrapper {
	padding-bottom: 5px;
}
#page-slider .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;
}
#page-slider .mtphr-dnt-rotate .domino-dnt-wrapper {
	padding: 0 70px;
}
#page-slider .mtphr-dnt-nav {
	margin-top: -22px;
	z-index: 101;
}
#page-slider .mtphr-dnt-control-links {
	position: absolute;
	bottom: 20px;
	z-index: 100;
	width: 100%;
	line-height: 0;
}

/* Layer Slider */
#page-slider .layerslider_widget {
	position: relative;
	/* background: #ecf1f4 url(assets/images/bg-layer-slider.jpg) no-repeat top; */
}
#page-slider .ls-container {
	position: static !important;
}

#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: #00cccc;
	text-decoration: none;
}

/* --------------------------------------------------------- */
/* !Page header */
/* --------------------------------------------------------- */

#page-header {
	background-image: url(assets/images/bg-page-header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#page-header > .container {
	position: relative;
	padding-top: 55px;
	padding-bottom: 55px;
}
.page-title,
.page-title a {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	text-align: center;
	color: #e08e00;
	margin: 5px 0;
}
.page-tagline {
	font-size: 18px;
	line-height: 18px;
	font-style: italic;
	text-align: center;
	color: #ffffff;
	margin-bottom: 0;
}

	/* --------------------------------------------------------- */
	/* !Breadcrumbs */
	/* --------------------------------------------------------- */

	#breadcrumbs {
		position: absolute;
		right: 15px;
		bottom: 0;
		font-weight: normal;
		color: #00cccc;
		padding-bottom: 11px;
		margin: 0;
	}
	#breadcrumbs a {
		color: #74828c;
	}
	#breadcrumbs a:hover {
		color: #00cccc;
	}
	.domino-breadcrumb-sep {
		display: inline-block;
		width: 1px;
		height: 40px;
		background: url(assets/images/breadcrumb.png) no-repeat center bottom;
		margin: 0 10px -20px;
	}


/* --------------------------------------------------------- */
/* !Page header bottom */
/* --------------------------------------------------------- */

#page-header-bottom {
	background: #f3f4f5;
	border-bottom: 1px solid #e3e6e8;
}
.page-header-widget .widget {
	margin: 0;
}
.page-header-widget .mtphr-post-navigation ul,
.page-header-widget .mtphr-gallery-categories ul,
.domino-post-navigation ul,
.domino-gallery-filter ul {
	margin: 0 0 0 -15px;
}
.page-header-widget .mtphr-post-navigation li,
.page-header-widget .mtphr-gallery-categories li,
.domino-post-navigation li,
.domino-gallery-filter li {
	float: left;
	display: block;
	border-left: 1px solid #FFF;
	padding: 17px 15px 15px;
}
.page-header-widget .mtphr-post-navigation ul li:first-child,
.page-header-widget .mtphr-gallery-categories ul li:first-child,
.domino-post-navigation ul li:first-child,
.domino-gallery-filter ul li:first-child {
	border-left: none;
}
.page-header-widget .mtphr-post-navigation a,
.page-header-widget .mtphr-gallery-categories a,
.domino-post-navigation a,
.domino-gallery-filter a {
	color: #74828c;
}
.page-header-widget .mtphr-post-navigation a:hover,
.page-header-widget .mtphr-gallery-categories a:hover,
.domino-post-navigation a:hover,
.domino-gallery-filter a:hover,
.domino-gallery-filter li.active a {
	color: #00cccc;
}

/* --------------------------------------------------------- */
/* !Language Selector */
/* --------------------------------------------------------- */

#page-header-language-selector {
	background: #e3e6e8 url(assets/images/bg-header.png) repeat-x center top;
	padding: 5px 0;
}
#page-header-language-selector #lang_sel,
#page-header-language-selector #lang_sel_click,
#page-header-language-selector #lang_sel_list {
	float: right;
	height: auto;
}
#page-header-language-selector #lang_sel a,
#page-header-language-selector #lang_sel a:visited,
#page-header-language-selector #lang_sel_click a,
#page-header-language-selector #lang_sel_click a:visited,
#page-header-language-selector #lang_sel_list a,
#page-header-language-selector #lang_sel_list a:visited {
	color: #74828c;
	border-color: #e3e6e8;
}
#page-header-language-selector #lang_sel img.iclflag,
#page-header-language-selector #lang_sel_list img.iclflag,
#page-header-language-selector #lang_sel_list img.iclflag {
	top: -1px;
}

/* --------------------------------------------------------- */
/* !Page Subheader */
/* --------------------------------------------------------- */

#page-subheader {
	margin-bottom: 20px;
}
.page-subtitle {
	float: left;
	font-size: 36px;
	line-height: 36px;
	font-weight: 100;
	margin: 5px 0;
}

/* --------------------------------------------------------- */
/* !Content navigation */
/* --------------------------------------------------------- */

.content-nav,
#comment-nav {
	text-align: center;
	border-top: 1px solid #e3e6e8;
	padding: 50px 0;
	margin-bottom: 50px;
}
.content-nav > ul,
#comment-nav > ul {
	display: inline;
	list-style: none;
	margin: 0;
}
.content-nav a,
.content-nav span,
.content-nav li,
.page-numbers a,
.page-numbers span,
.page-numbers li {
	font-size: 14px;
	font-weight: normal;
	color: #74828c;
}
.content-nav a:hover,
.page-numbers a:hover {
	color: #00cccc;
	text-decoration: none;
}
.content-nav .nav-previous {
	float: right;
}
.content-nav .nav-previous i {
	color: #00cccc;
	margin-left: 5px;
}
.content-nav .nav-next {
	float: left;
}
.content-nav .nav-next i {
	color: #00cccc;
	margin-right: 5px;
}
.content-nav .paginate-heading {
	padding-right: 15px;
}
.mtphr-galleries-archive .content-nav .paginate-heading,
.mtphr-members-archive .content-nav .paginate-heading {
	padding-right: 0;
}
.content-nav .page-numbers li,
#comment-nav .page-numbers li {
	display: inline;
	padding: 4px 12px 4px 16px;
	border-left: 1px solid #e3e6e8;
}
#comment-nav .page-numbers li:first-child {
	display: inline;
	padding-left: 0;
	border-left: none;
}
.content-nav .page-numbers li span.current,
#comment-nav .page-numbers li span.current {
	color: #00cccc;
}
.page-nav .paginate-heading,
.page-nav .paginate-links {
	display: inline-block;
	height: 23px;
	line-height: 23px;
}
.paginate-links {
	font-size: 14px;
	font-weight: normal;
	color: #00cccc;
}
.paginate-links a,
.paginate-links span {
	display: inline-block;
	height: 23px;
	line-height: 23px;
	color: #74828c;
}
.page-nav a:hover {
	color: #00cccc;
	text-decoration: none;
}
.page-nav-sep {
	display: inline-block;
	width: 1px;
	height: 23px;
	line-height: 23px;
	background: #e3e6e8;
	margin: 0 15px -7px 15px;
}

/* --------------------------------------------------------- */
/* !Main */
/* --------------------------------------------------------- */

#main {
	padding-top: 1px;
	background: #f8f9f9;
}
#primary,
#secondary {
	padding-bottom: 1px;
}
#main img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.entry-featured {
	clear: both;
	text-align: center;
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.entry-featured {
	text-align: center;
	margin-bottom: 30px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* --------------------------------------------------------- */
/* !Posts */
/* --------------------------------------------------------- */

.blog article,
.page-template-pgtemp-blog-php article,
.search-results article,
.archive article {
	border-bottom: 1px solid #e3e6e8;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.blog article,
.page-template-pgtemp-blog-php article.last,
.search-results article.last,
.archive article.last {
	border-bottom: none;
	margin-bottom: 0;
}
.entry-header {
	position: relative;
}
.entry-title {
	margin: 0 0 6px 0;
}
.entry-title,
.entry-title a {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	color: #2e3539;
}
.entry-title a:hover {
	color: #00cccc;
	text-decoration: none;
}
.entry-meta {
	margin: 0;
}
.single .entry-meta-bottom {
	display: block;
	border-top: 1px solid #e3e6e8;
	padding-top: 30px;
	margin-top: 45px;
}
.entry-meta .entry-utility {
	margin-right: 15px;
}
.entry-meta .entry-utility,
.entry-meta .entry-utility a {
	color: #00cccc;
}
.entry-meta .entry-utility:last-child {
	margin-right: 0;
}
.entry-meta .entry-utility-prep {
	color: #74828c;
}
.entry-meta .entry-comments {
	margin-right: 28px;
}
.entry-meta .entry-tags {
}
.entry-meta .entry-comments,
.entry-meta .entry-tags {
	display: inline-block;
}
.entry-meta .entry-comments i,
.entry-meta .entry-tags i {
	float: left;
	display: block;
	font-size: 1.6em;
	line-height: 17px;
	color: #c8cdd1;
	margin-top: -1px;
	margin-right: 10px;
}
.entry-meta .entry-utility.entry-comments,
.entry-meta .entry-utility.entry-tags,
.entry-meta .entry-utility.entry-comments a,
.entry-meta .entry-utility.entry-tags a {
	color: #74828c;
}
.entry-meta .entry-utility.entry-comments a:hover,
.entry-meta .entry-utility.entry-tags a:hover {
	color: #00cccc;
	text-decoration: none;
}
.type-post .entry-content {
	line-height: 22px;
}
.btn.archive-readmore {
	margin-right: 20px;
}

/* --------------------------------------------------------- */
/* !Members */
/* --------------------------------------------------------- */

.mtphr-members-archive {
	margin-top: 40px;
}
.mtphr-members-archive .row {
	border-bottom: 1px solid #e8ebec;
	margin-bottom: 50px;
}
.mtphr-members-archive .row.last-row {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.mtphr-members-archive .mtphr_member {
	margin-bottom: 40px;
}
.mtphr-members-archive .mtphr-members-name {
	float: left;
	font-size: 18px;
	line-height: 18px;
}
.mtphr-members-archive .mtphr-members-name a {
	font-size: 18px;
	line-height: 18px;
}
.mtphr-members-archive .mtphr-members-social-links,
.mtphr-members-archive .mtphr-member-social-sites {
	float: right;
	margin: -2px 0 6px 0;
}
.mtphr-members-archive .mtphr-member-social-sites .mtphr-social-widget-site i {
	width: 20px;
	height: 20px;
	font-size: .9em;
	line-height: 20px;
}
.mtphr-members-social-site i {
	color: #abb4ba;
	background-color: #e3e6e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-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 i {
	color: #FFF;
	background-color: #00cccc;
}
.mtphr-members-archive .mtphr-members-title,
.mtphr-members-archive .mtphr-member-title {
	clear: both;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #2e3539;
	margin: 5px 0;
}
.mtphr-members-archive .mtphr-members-excerpt,
.post-type-archive-mtphr_member .mtphr_member .entry-excerpt,
.page-template-pgtemp-mtphr_members-php .mtphr_member .entry-excerpt {
	clear: both;
	margin-bottom: 0;
}
.single-mtphr_member .entry-featured {
	margin-bottom: 32px;
}
.single-mtphr_member .entry-title {
	font-size: 18px;
	line-height: 18px;
}
.single-mtphr_member .entry-subtitle {
	margin-top: 0;
	margin-bottom: 6px;
}
.mtphr-members-info {
	border-spacing: 0;
}
.mtphr-members-info .mtphr-members-info-title {
	font-weight: 300;
}
.mtphr-members-info p {
	margin-bottom: 0;
}

/* --------------------------------------------------------- */
/* !Galleries */
/* --------------------------------------------------------- */

.mtphr-gallery-likes {
	font-size: 14px !important;
	line-height: 18px !important;
}
.mtphr-gallery-likes i {
	color: #c8cdd1;
}
.mtphr-gallery-likes.active i {
	color: #00cccc;
}
.mtphr-gallery-likes .like-loader {
	background-image: url(assets/images/like-loader.gif);
}
.single-mtphr_gallery .gallery-header {
	position: relative;
}
.single-mtphr_gallery .gallery-header .mtphr-gallery-likes {
	float: none;
	position: absolute;
	right: 0;
	bottom: 4px;
	color: inherit;
}
.single-mtphr_gallery .entry-title {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 20px;
}
.single-mtphr_gallery .mtphr-gallery {
	margin-bottom: 40px;
}
.mtphr-galleries-archive .mtphr_gallery {
	margin-bottom: 45px;
}
.mtphr-galleries-archive .entry-title,
.mtphr-galleries-archive .entry-title a,
.mtphr-galleries-archive .mtphr-gallery-title,
.mtphr-galleries-archive .mtphr-gallery-title a {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
}
.mtphr-galleries-archive .entry-featured {
	margin-bottom: 20px;
}
.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(assets/images/icons-layout.png) no-repeat;
	margin-right: 10px;
}
#mtphr-nav-columns a span {
	text-indent: -9999px;
	width: 31px;
	height: 31px;
	background: url(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 {
	text-align: center;
	margin: 15px 0;
}
body .mtphr-gallery-navigation a {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #c8cdd1;
	text-align: center;
	padding: 0;
	margin: 2px;
}
.mtphr-gallery-navigation a i {
	color: #c8cdd1;
}
.mtphr-gallery-navigation a .icon-circle-blank {
	color: #00cccc;
}
.mtphr-gallery-navigation a .icon-circle-blank,
.mtphr-gallery-navigation a.active .icon-circle {
	display: none;
}
.mtphr-gallery-navigation a.active .icon-circle-blank {
	display: inline;
}
.mtphr-gallery-navigation a:hover,
.mtphr-gallery-navigation a.active {
	color: #666666;
	text-decoration: none;
}
.mtphr-gallery-wrapper {
	clear: both;
}
.mtphr-gallery-resource-container {
	background: none;
}
.mtphr-galleries-archive .content-nav,
.post-type-archive-mtphr_gallery .content-nav,
.page-template-pgtemp-mtphr_galleries-php .content-nav {
	margin-top: 20px;
}
.mtphr-gallery-nav-prev,
.mtphr-gallery-nav-next {
	width: 50px;
	height: 50px;
	text-align: center;
	text-indent: 0;
	color: #FFF;
	background: #00cccc;
	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-gallery-init .mtphr-gallery-nav-prev,
.mtphr-gallery-init .mtphr-gallery-nav-next {
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.mtphr-gallery-nav-prev i,
.mtphr-gallery-nav-next i {
	line-height: 50px;
}
.mtphr-gallery-nav-prev:hover,
.mtphr-gallery-nav-next:hover {
	color: #FFF;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.mtphr-gallery-nav-prev {
	left:	0;
	-webkit-border-top-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomright: 1px;
	border-top-right-radius: 1px;
	border-bottom-right-radius: 1px;
}
.mtphr-gallery-nav-next {
	right:	0;
	-webkit-border-top-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-moz-border-radius-topleft: 1px;
	-moz-border-radius-bottomleft: 1px;
	border-top-left-radius: 1px;
	border-bottom-left-radius: 1px;
}



/* --------------------------------------------------------- */
/* !Post Sliders & Blocks */
/* --------------------------------------------------------- */

.mtphr-post-slider .entry-featured,
.mtphr-post-block .entry-featured {
	margin-bottom: 20px;
}
.mtphr-post-slider .entry-title,
.mtphr-post-slider .entry-title a,
.mtphr-post-block .entry-title,
.mtphr-post-block .entry-title a {
	font-size: 18px;
	line-height: 18px;
}

	/* --------------------------------------------------------- */
	/* !Post post slider block */
	/* --------------------------------------------------------- */

	.mtphr-post-post-slider-block .entry-header,
	.mtphr-post-block-post .entry-header {
		max-width: 300px;
		margin: 0 auto;
	}
	.mtphr-post-post-slider-block .entry-header-meta,
	.mtphr-post-block-post .entry-header-meta {
		float: left;
		width: 78px;
		height: 124px;
		overflow: hidden;
		text-align: center;
		background: #e3e6e8 url(assets/images/bg-post-slider-meta.png) repeat-x left top;
		padding: 11px 0;

		-webkit-border-top-left-radius: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-bottomleft: 4px;
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.mtphr-post-block-post .entry-header-meta {
		width: 76px;
	}
	.mtphr-post-post-slider-block .entry-header-meta span,
	.mtphr-post-block-post .entry-header-meta span {
		display: block;
	}
	.mtphr-post-post-slider-block .entry-date-day,
	.mtphr-post-block-post .entry-date-day {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 2px;
	}
	.mtphr-post-post-slider-block .entry-date-month,
	.mtphr-post-block-post .entry-date-month {
		font-size: 18px;
		line-height: 18px;
		margin-bottom: 3px;
	}
	.mtphr-post-post-slider-block .entry-date-year,
	.mtphr-post-block-post .entry-date-year {
		font-size: 14px;
		line-height: 14px;
	}
	.mtphr-post-post-slider-block .entry-comment-count,
	.mtphr-post-block-post .entry-comment-count {
		position: relative;
		display: inline-block;
		color: #FFF;
		width: 37px;
		height: 39px;
	}
	.mtphr-post-post-slider-block .entry-comment-count i,
	.mtphr-post-block-post .entry-comment-count i {
		position: absolute;
		left: 0;
		font-size: 45px;
		line-height: 45px;
		color: #c8cdd1;
	}
	.mtphr-post-post-slider-block .entry-comment-count span,
	.mtphr-post-block-post .entry-comment-count span {
		position: relative;
		z-index: 9;
		line-height: 39px;
	}
	.mtphr-post-post-slider-block .entry-featured,
	.mtphr-post-block-post .entry-featured {
		clear: none;
		float: right;
		width: 220px;
		height: 124px;
		overflow: hidden;
	}
	.mtphr-post-block-post .entry-featured {
		width: 218px;
	}
	#main .mtphr-post-post-slider-block .entry-featured,
	#main .mtphr-post-post-slider-block .entry-featured img,
	#main .mtphr-post-post-slider-block .entry-featured .mtphr-overlay-bg,
	#main .mtphr-post-block-post .entry-featured,
	#main .mtphr-post-block-post .entry-featured img,
	#main .mtphr-post-block-post .entry-featured .mtphr-overlay-bg {
		-webkit-border-top-left-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-bottomleft: 0;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.mtphr-post-post-slider-block .entry-meta,
	.mtphr-post-block-post .entry-meta {
		display: block;
		color: #2e3539;
	}
	.mtphr-post-post-slider-block .entry-excerpt,
	.mtphr-post-block-post .entry-excerpt {
		display: block;
	}

	/* --------------------------------------------------------- */
	/* !Gallery post slider */
	/* --------------------------------------------------------- */

	.mtphr-mtphr_gallery-post-slider-block .entry-title .mtphr-gallery-likes {
		color: #74828c;
	}

/* --------------------------------------------------------- */
/* !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: 90px 0 30px 0;
}
#comments ol,
#comments ul {
	padding-left: 0;
}
#commentscontainer {
	margin-bottom: 70px;
}
#commentscontainer ol, #commentscontainer ul {
	list-style: none;
}
.commentlist {
	margin-left: 0;
}
.commentlist ul.children {
	margin-left: 80px;
}
.commentlist > li > ul.children {
	margin-left: 110px;
}
.comment-container {
	width: 100%;
	vertical-align: top;
	border-spacing: 0;
	margin-bottom: 20px;
}
.comment-container td {
	vertical-align: top;
	padding: 0;
}
.comment-avatar {
	width: 80px;
	margin: 0;
}
.comment-avatar img {
	width: 80px;
	height: 80px;
	margin: 0;
}
ul.children .comment-avatar {
	width: 50px;
}
ul.children .comment-avatar img {
	width: 50px;
	height: 50px;
}
.comment-arrow {
	width: 30px;
}
.comment-arrow span {
	float: right;
	display: block;
	width: 20px;
	height: 34px;
	background: url(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-style: italic;
	color: #999;
	background: #FFF;
	border: 1px solid #e3e6e8;
	padding: 15px;
}
.comment-data p {
	margin-bottom: 10px;
}
.comment-data .comment-author,
.comment-data .comment-author a {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	font-style: normal;
	color: #2e3539;
}
.comment-data .comment-author a:hover {
	color: #00cccc;
}
.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: #00cccc;
	margin: 0;
}
.comment-data .comment-reply-link {
	float: right;
	line-height: 14px;
	color: #999;
	margin: 0;
}
.comment-data .comment-reply-link:hover {
	color: #00cccc;
	text-decoration: none;
}

/* --------------------------------------------------------- */
/* !Reply */
/* --------------------------------------------------------- */

#commentscontainer #respond {
	margin-top: 40px;
	margin-bottom: 40px;
}
#reply-title,
#reply-title span {
	font-size: 18px;
	line-height: 18px;
}
#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: 46px;
}
.widget-title,
.widget-title span,
.widget-title a {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #2e3539;
}
.widget-title {
	margin-bottom: 15px;
}
.widget > ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}

/* !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 {
	color: #FFF;
	text-decoration: none;
	background: #00cccc;
}

/* !Metaphor Social Widget */
.mtphr-social-widget-site i {
	color: #b9c1c6;
	background-color: #e3e6e8;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: color .2s linear, background-color .2s linear;
	-moz-transition: color .2s linear, background-color .2s linear;
	-o-transition: color .2s linear, background-color .2s linear;
	transition: color .2s linear, background-color .2s linear;
}
.mtphr-social-widget-site:hover i {
	color: #FFF;
	background-color: #00cccc;
}

/* !Metaphor Twitter Widget */
.mtphr-twitter-widget li {
	line-height: 18px;
	margin-bottom: 20px;
}
.mtphr-twitter-widget ul li:last-child {
	margin-bottom: 0;
}
body .mtphr-twitter-widget-image {
	background-color: #e4e6e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
body .mtphr-twitter-widget-image i {
	color: #b9c1c6;
}
body .mtphr-twitter-widget-image img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*
.mtphr-twitter-widget-date {
	font-weight: normal;
}
*/
#secondary .mtphr-twitter-widget-date {
	color: #00cccc;
}

/* !Metaphor Contact Widget */
.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: #00cccc;
	text-decoration: underline;
}

/* Metaphor Collapse */
.mtphr-collapse-widget-block {
	background: url(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: #00cccc;
	text-decoration: none;
}
body .mtphr-collapse-widget-toggle {
	top: 5px;
	margin: 0;
}

/* !Metaphor Tabbed Posts */
.mtphr-tabbed-posts-link a {
	font-weight: normal;
	color: #74828c;
	background: #FFF url(assets/images/bg-tabs.png) repeat-x left bottom;
}
.mtphr-tabbed-posts-content ul {
	padding: 0;
}
.mtphr-tabbed-posts-content li {
	line-height: 18px;
}
.mtphr-tabbed-posts-link a:hover,
.mtphr-tabbed-posts-link.active a {
	color: #2e3539;
}
.mtphr-tabbed-posts-widget-title {
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 1px;
}
.mtphr-tabbed-posts-widget-date {
	font-size: 12px;
	color: #00cccc;
}


/* !Metaphor Comments */
.mtphr-comments-widget ul li {
	padding-bottom: 18px;
	margin-bottom: 20px;
	background: url(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: #00cccc;
	line-height: 22px;
}
.widget .mtphr-comments-excerpt {
	color: inherit;
	line-height: 22px;
}
.widget .mtphr-comments-excerpt:hover {
	color: #00cccc;
	text-decoration: none;
}

/* !Metaphor Post Navigation */
.mtphr-post-navigation ul {
	list-style: none;
	line-height: 20px;
	margin: 10px 0;
}
.mtphr-post-navigation a,
.mtphr-post-navigation span,
.mtphr-post-navigation li,
.page-header-widget .mtphr-gallery-categories a {
	font-size: 14px;
	line-height: 20px;
	color: inherit;
}
.mtphr-post-navigation a:hover,
.mtphr-gallery-categories a:hover,
.mtphr-gallery-categories li.mtphr-galleries-current-category a {
	color: #00cccc;
	text-decoration: none;
}

/* !FAQ Categories */
.mtphr-jtf-categories li {
	position: relative;
	border-bottom: 1px solid #e3e6e8;
	padding-bottom: 9px;
	margin-bottom: 12px;
}
.mtphr-jtf-categories li:before {
	font-family: 'FontAwesome';
	content: '\f105 ';
	margin-right: 10px;
	color: #00cccc;
}
.mtphr-jtf-categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.mtphr-jtf-categories a {
	color: inherit;
}
.mtphr-jtf-categories a:hover,
.mtphr-jtf-categories li.mtphr-jtf-current-category a  {
	color: #00cccc;
	text-decoration: none;
}

/* Menu widget */
.widget_nav_menu ul {
	list-style: none;
}
.widget_nav_menu > div > ul {
	padding-left: 0;
}

/* RSS */
.widget_rss .rsswidget:hover {
	color: #00cccc;
}
.widget_rss .rsswidget {
	color: #2e3539;
}
.widget_rss .rss-date {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #2e3539;
	margin-bottom: 10px;
}
.widget_rss cite {
	font-size: 12px;
	line-height: 12px;
	color: #2e3539;
}

/* 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 {
	position: relative;
	border-bottom: 1px solid #e3e6e8;
	padding-bottom: 9px;
	margin-bottom: 12px;
}
.widget_archive > ul > li:before,
.widget_categories > ul > li:before,
.widget_links > ul > li:before {
	font-family: 'FontAwesome';
	content: '\f105 ';
	margin-right: 10px;
	color: #00cccc;
}
.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 {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_rss a,
.widget_recent_comments a,
.widget_recent_entries a {
	color: inherit;
}
.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 {
	color: #00cccc;
	text-decoration: none;
}

/* Recent */
.widget_recent_comments,
.widget_recent_entries {
	line-height: 16px;
}
.widget_recent_comments > ul > li,
.widget_recent_entries > ul > li {
	padding-bottom: 11px;
	margin-bottom: 14px;
}
.widget_recent_entries .post-date {
	display: block;
	font-size: 12px;
}

/* Calendar */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 18px;
	line-height: 18px;
  text-align: center;
  padding-bottom: 5px;
}
#wp-calendar th {
	font-weight: normal;
	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#prev {
	text-align: left;
}
#wp-calendar td#prev a {
	margin-left: 8px;
}
#wp-calendar td#next {
	text-align: right;
}
#wp-calendar td#next a {
	margin-right: 8px;
}
#wp-calendar td#today {
	color: #FFF;
	background: #00cccc;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#wp-calendar td a {
	font-size: 12px;
	line-height: 12px;
	color: #00cccc;
}
#wp-calendar tfoot td {
	padding: 5px 0;
}

/* --------------------------------------------------------- */
/* !Gallery data widget */
/* --------------------------------------------------------- */

.mtphr-gallery-data table {
	width: 100%;
	border-spacing: 0;
}
.mtphr-gallery-data th,
.mtphr-gallery-data td {
	line-height: 18px;
	border-bottom: 1px solid #e3e6e8;
	padding-top: 10px;
	padding-bottom: 6px;
}
.mtphr-gallery-data th {
	font-weight: normal;
	text-align: left;
	color: #2e3539;
	min-width: 50px;
}
.mtphr-gallery-data table a {
	color: inherit;
}
.mtphr-gallery-data table a:hover {
	color: #00cccc;
}

/* --------------------------------------------------------- */
/* !Call to Action */
/* --------------------------------------------------------- */

#domino-cta {
	background-image: url(assets/images/bg-call-to-action.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 45px 0;
}
#domino-cta table {
	width: 100%;
	border-spacing: 0;
}
.domino-cta td {
	padding: 0;
	vertical-align: middle;
}
.domino-cta-title {
	display: block;
	font-size: 36px;
	line-height: 36px;
}
.domino-cta-title b {
	font-weight:normal;
	color:#ff9900;
}
.domino-cta-description {
	display: block;
}
.domino-cta-button-right .domino-cta-button {
	width: 1px;
	padding-left: 20px;
}
.domino-cta-button-left .domino-cta-button {
	width: 1px;
	padding-right: 20px;
}

/* --------------------------------------------------------- */
/* !Footer widgets */
/* --------------------------------------------------------- */

#footer-widgets {
	background: #e3e6e8 url(assets/images/bg-footer-widgets.png) repeat-x center top;
}
#footer-widgets .widget {
	margin: 50px 0;
}
#footer-widgets .widget-title {
	margin-bottom: 23px;
}
#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 #d8dcdf;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#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: #00cccc;
}

/* !Recent Posts */
#footer-widgets .widget_recent_entries li {
	border-color: #484848;
}

/* !Metaphor Twitter Widget */
#footer-widgets  .mtphr-twitter-widget li {
	border-bottom: 1px solid #d8dcdf;
	padding-bottom: 12px;
	margin-bottom: 15px;
}
#footer-widgets .mtphr-twitter-widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* --------------------------------------------------------- */
/* !Footer */
/* --------------------------------------------------------- */

#site-footer {
	background: #f8f9f9;
	padding: 25px 0 5px;
}
#domino-copyright,
#domino-social-links {
	margin-bottom: 20px;
}
#domino-social-links > .wrapper {
	float: right;
}
#site-footer p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0;
}
#site-footer a {
	font-size: 12px;
	line-height: 18px;
	color: inherit;
	text-decoration: underline;
}
#site-footer a:hover {
	color: #00cccc;
}
.domino-social-link {
	display: inline-block;
	margin: 0 0 4px 4px;
	text-decoration: none !important;
}
.domino-social-link i {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 1.5em;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #b9c1c6;
	background-color: #e3e6e8;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	-webkit-transition: color .2s linear, background-color .2s linear;
	-moz-transition: color .2s linear, background-color .2s linear;
	-o-transition: color .2s linear, background-color .2s linear;
	transition: color .2s linear, background-color .2s linear;
}
.domino-social-link:hover i {
	color: #FFF;
	background-color: #00cccc;
}
.domino-social-link i:before {
	vertical-align: middle;
}

/* --------------------------------------------------------- */
/* !Icons */
/* --------------------------------------------------------- */

.metaphor-icon i {
	color: #00cccc;
	background-color: #e3e6e8;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.metaphor-icon i:before {
	vertical-align: middle;
}
.metaphor-icon-link:hover i {
	color: #FFF;
	background-color: #00cccc;
}
.metaphor-icon-title {
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}

/* --------------------------------------------------------- */
/* !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(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(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;
}


/* --------------------------------------------------------- */
/* !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(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 */
/* --------------------------------------------------------- */

.mtphr-pricing-table {
	border-color: #e3e6e8;
	margin-bottom: 30px;
}
.mtphr-pricing-table-title {
	font-weight: normal;
	color: inherit;
	margin: 0;
}
.mtphr-pricing-table-price span {
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: 200;
}
.mtphr-pricing-table-condensed .mtphr-pricing-table-price {
	border-color: #e3e6e8;
}
.mtphr-pricing-table-values p {
	border-color: #e3e6e8;
	padding: 6px 0 3px;
}
.mtphr-pricing-table-button {
	margin-bottom: 10px;
}
.mtphr-pricing-table-button a {
	color: inherit;
	text-transform: none;
	background: #e3e6e8;
	padding: 12px 40px 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}
.mtphr-pricing-table-button a:hover {
	color: #FFF;
	background: #00cccc;
}

/* !Normal */
.mtphr-pricing-table-normal .mtphr-pricing-table-price {
	color: inherit;
	background: #e3e6e8;
	padding: 18px 0 10px 0;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}
.mtphr-pricing-table-normal:hover .mtphr-pricing-table-price {
	background: #00cccc;
}
.mtphr-pricing-table-normal .mtphr-pricing-table-price span {
	color: inherit;
}
.mtphr-pricing-table-normal:hover .mtphr-pricing-table-price span {
	color: #FFF;
}

/* !Condensed */
.mtphr-pricing-table-condensed .mtphr-pricing-table-title {
	color: inherit;
	background: #e3e6e8;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
}
.mtphr-pricing-table-condensed:hover .mtphr-pricing-table-title {
	color: #FFF;
	background: #00cccc;
}
.mtphr-pricing-table-condensed .mtphr-pricing-table-per {
	color: inherit;
}

/* !List */
.mtphr-pricing-table-list {
	border: none;
}
.mtphr-pricing-table-list .mtphr-pricing-table-values p {
	border-top: 1px solid #e3e6e8;
	border-bottom: none;
}
.mtphr-pricing-table-list .mtphr-pricing-table-values p strong {
	color: #00cccc;
}

/* --------------------------------------------------------- */
/* !Post slider */
/* --------------------------------------------------------- */

body .mtphr-post-slider-block {
	width: 300px;
}
.mtphr-post-slider-header {
	margin-bottom: 15px;
}
.mtphr-post-slider-title {
	float: left;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #2e3539;
	margin: 0;
}
.mtphr-post-slider-title-link,
.mtphr-post-slider-title-link span,
.mtphr-post-slider-title-link a {
	font-size: 14px;
	font-weight: normal;
	color: #abb4ba;
}
.mtphr-post-slider-title-link a:hover {
	color: #00cccc;
}
.mtphr-post-slider-title-sep {
	margin: 0 18px;
}
.mtphr-post-slider-navigation {
	float: right;
}
.mtphr-post-slider-prev,
.mtphr-post-slider-next {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background-color: #e3e6e8;
	background-image: none;

	-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-prev i,
.mtphr-post-slider-next i {
	display: block;
	font-size: 19px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}
.mtphr-post-slider-next i {
	padding-left: 1px;
}
.mtphr-post-slider-prev:hover,
.mtphr-post-slider-next:hover {
	background-color: #00cccc;
}
.mtphr-post-slider-prev.disabled,
.mtphr-post-slider-next.disabled {
	cursor: default;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}
.mtphr-post-slider-prev.disabled:hover,
.mtphr-post-slider-next.disabled:hover {
	background-color: #e3e6e8;
}
.mtphr-post-slider-prev span,
.mtphr-post-slider-next span {
	display: none;
}
.mtphr-post-slider .mtphr-post-slider-prev {
	background-position: 0 0;
	margin-right: 2px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.mtphr-post-slider-next {
	background-position: -22px 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* !Members */
body .domino-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-title,
.mtphr-mtphr_member-post-slider-block .entry-title a {
  font-size: 18px;
  line-height: 20px;
}

/* --------------------------------------------------------- */
/* !Slide graph */
/* --------------------------------------------------------- */

.mtphr-slide-graph-title {
	color: #2e3539;
	text-align: right;
}
.mtphr-slide-graph-percent {
	color: #74828c;
}
.mtphr-slide-graph-container {
	padding-left: 20px;
}
.mtphr-slide-graph-fill {
	background: #00cccc;
}

/* --------------------------------------------------------- */
/* !Tabs */
/* --------------------------------------------------------- */

.mtphr-tab-link a {
	font-weight: normal;
	color: #74828c;
	background: #FFF url(assets/images/bg-tabs.png) repeat-x left bottom;
}
.mtphr-tab-link a:hover,
.mtphr-tab-link.active a {
	color: #2e3539;
}

/* --------------------------------------------------------- */
/* !FAQs */
/* --------------------------------------------------------- */

.mtphr_jtf {
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid #e3e6e8;
}
.mtphr_jtf:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.mtphr-jtf-title,
.mtphr-jtf-title a {
	font-size: 18px;
	color: #2e3539;
}
.mtphr-jtf-title {
	padding-left: 50px;
	margin: 0 0;
}
.mtphr-jtf-title a:hover {
	text-decoration: none;
}
body .mtphr-jtf-toggle {
	font-family: 'Myriad Pro', 'Helvetica', 'Arial', sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #00cccc;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 30px;
	background: #e3e6e8;
	border: none;
	margin-top: -17px;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;

	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}
.mtphr-jtf-toggle-condensed {
	display: block;
}
.mtphr-jtf-toggle-expanded {
	display: none;
}
.mtphr-jtf-title.active .mtphr-jtf-toggle-condensed {
	display: none;
}
.mtphr-jtf-title.active .mtphr-jtf-toggle-expanded {
	display: block;
}
.mtphr-jtf-title a:hover .mtphr-jtf-toggle {
	color: #FFF;
	background: #00cccc;
}
.mtphr-jtf-content {
	color: #74828c;
	padding:  20px 0 10px 50px;
}
.mtphr-jtf-content p {
	margin-bottom: 10px;
}

/* --------------------------------------------------------- */
/* !Toggles */
/* --------------------------------------------------------- */

.mtphr-toggle:last-child,
.mtphr-toggle.last {
	margin-bottom: 30px;
}
.mtphr-toggle-button {
	color: #00cccc;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.mtphr-toggle-heading:hover .mtphr-toggle-button {
	color: #FFF;
	background-color: #00cccc;
}
.mtphr-toggle-content p {
	margin-bottom: 10px;
}

/* --------------------------------------------------------- */
/* !Forms */
/* --------------------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
.form-control {
	width: 100%;
	/* height: 100%; */
	font-family: "Myriad Pro", Myriad, sans-serif;
	font-style: italic;
	font-weight: 300;
	color: #74828c;
	border-color: #e3e6e8;
	padding: 6px 10px 4px 10px;

	-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: 20px;
	color: #FFF;
	text-shadow: none;
	background: #00cccc;
	border: none;
	padding: 10px 27px 8px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
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,
.form-control:focus {
	outline: none;
	border-color: #00cccc !important;
	-webkit-box-shadow: 0 0 8px #00cccc;
	-moz-box-shadow: 0 0 8px #00cccc;
	box-shadow: 0 0 8px #00cccc;
}
#commentform #comment {
	margin-bottom: 20px;
}
#cancel-comment-reply-link {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
	background: none;
}

/* --------------------------------------------------------- */
/* !Search form */
/* --------------------------------------------------------- */

.search-form {
	width: 100%;
	max-width: 400px;
}
.search-form table {
	width: 100%;
	border-spacing: 0;
}
.search-form td {
	padding: 0;
}
.search-form td.search-submit {
	width: 30px;
}
.search-form input[type="text"] {
	position: relative;
	z-index: 9;
	padding: 3px 10px 1px 10px;
	margin: 0;
	border: 1px solid #e3e6e8;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.search-form input[type="submit"] {
	font-family: 'brankicregular';
	font-size: 1.5em;
	font-weight: lighter;
	color: #abb4ba;
	display: block;
	width: 30px;
	height: 30px;
	background-color: #e6e8ea;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU2ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4e6e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e6e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e6e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e4e6e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4e6e8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e4e6e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e6e8',GradientType=0 ); /* IE6-8 */

	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 0;

	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;

	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
.search-form .submit:hover {
	color: #00cccc;
}
.page-header-widget .search-form {
	margin: 0;
}
.page-header-widget .search-form input[type="text"] {
	width: 188px;
}
#page-header-bottom .search-form {
	float: right;
	width: 218px;
	margin: 13px 0;
}
#page-header-bottom .search-form input[type="text"] {
	font-style: normal;
	line-height: 14px;
	padding-top: 7px;
	padding-bottom: 3px;
}
#page-header-bottom .search-form ::-webkit-input-placeholder {
	color: #74828c;
  line-height: 14px;
  padding-top: 2px;
}
#page-header-bottom .search-form :-moz-placeholder { /* Firefox 18- */
	color: #74828c;
  line-height: 14px;
  padding-top: 2px;
}
#page-header-bottom .search-form ::-moz-placeholder {  /* Firefox 19+ */
	color: #74828c;
  line-height: 14px;
  padding-top: 2px;
}
#page-header-bottom .search-form :-ms-input-placeholder {
	color: #74828c;
  line-height: 14px;
  padding-top: 2px;
}


/* --------------------------------------------------------- */
/* !Contact form 7 */
/* --------------------------------------------------------- */

.wpcf7-not-valid {
	/* border-color: #00cccc !important; */
	background: #171A1C !important;
}
body span.wpcf7-not-valid-tip {
	display: none !important;
}
body .wpcf7-mail-sent-ok {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	border: 1px solid #00cccc;
	padding: 4px 7px 1px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
body .wpcf7-validation-errors,
body div.wpcf7-mail-sent-ng {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	border: 1px solid #E9312D;
	padding: 4px 7px 1px;
	margin: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


/* --------------------------------------------------------- */
/* !Bootstrap */
/* --------------------------------------------------------- */

.container {
	max-width: 970px;
	margin: 0 auto;
}
.domino-fixed .container {
	max-width: none !important;
	width: 970px;
}
.domino-form-row {
	margin-left: -8px;
	margin-right: -8px;
}
.domino-form-row .col-xs-1, .domino-form-row .col-xs-2, .domino-form-row .col-xs-3, .domino-form-row .col-xs-4, .domino-form-row .col-xs-5, .domino-form-row .col-xs-6, .domino-form-row .col-xs-7, .domino-form-row .col-xs-8, .domino-form-row .col-xs-9, .domino-form-row .col-xs-10, .domino-form-row .col-xs-11, .domino-form-row .col-xs-12, .domino-form-row .col-sm-1, .domino-form-row .col-sm-2, .domino-form-row .col-sm-3, .domino-form-row .col-sm-4, .domino-form-row .col-sm-5, .domino-form-row .col-sm-6, .domino-form-row .col-sm-7, .domino-form-row .col-sm-8, .domino-form-row .col-sm-9, .domino-form-row .col-sm-10, .domino-form-row .col-sm-11, .domino-form-row .col-sm-12, .domino-form-row .col-md-1, .domino-form-row .col-md-2, .domino-form-row .col-md-3, .domino-form-row .col-md-4, .domino-form-row .col-md-5, .domino-form-row .col-md-6, .domino-form-row .col-md-7, .domino-form-row .col-md-8, .domino-form-row .col-md-9, .domino-form-row .col-md-10, .domino-form-row .col-md-11, .domino-form-row .col-md-12, .domino-form-row .col-lg-1, .domino-form-row .col-lg-2, .domino-form-row .col-lg-3, .domino-form-row .col-lg-4, .domino-form-row .col-lg-5, .domino-form-row .col-lg-6, .domino-form-row .col-lg-7, .domino-form-row .col-lg-8, .domino-form-row .col-lg-9, .domino-form-row .col-lg-10, .domino-form-row .col-lg-11, .domino-form-row .col-lg-12 {
	padding-left: 8px;
	padding-right: 8px;
}


/* --------------------------------------------------------- */
/* !Media queries */
/* --------------------------------------------------------- */

@media (max-width: 767px) {

	/* !Main menu */
	.domino-responsive .primary-menu-container {
		display: none;
	}
	.domino-responsive .primary-menu-mobile-container {
		display: block;
		height: 36px;
	}

	/* Rotator */
	.domino-responsive #page-slider .mtphr-dnt-rotate .mtphr-dnt-tick {
		font-size: 24px;
		line-height: 24px;
	}

	/* Call to Action */
	.domino-responsive #domino-cta {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.domino-responsive .domino-cta-title {
		font-size: 26px;
		line-height: 26px;
	}
	.domino-responsive .domino-cta-data {
		display: block;
		text-align: center;
	}
	.domino-responsive .domino-cta-button-right .domino-cta-button,
	.domino-responsive .domino-cta-button-left .domino-cta-button {
		display: block;
		width: auto;
		text-align: center;
		padding: 20px 0 0 0;
	}

	/* Comments */
	.domino-responsive .commentlist > li > ul.children {
		margin-left: 30px;
	}
	.domino-responsive .commentlist ul.children {
		margin-left: 0;
	}
	.domino-responsive .depth-2 #respond,
	.domino-responsive .depth-3 #respond,
	.domino-responsive .depth-4 #respond,
	.domino-responsive .depth-5 #respond,
	.domino-responsive .depth-6 #respond {
		margin-left: -30px;
	}

	/* Footer */
	.domino-responsive #domino-copyright,
	.domino-responsive #domino-social-links {
		text-align: center;
	}
	.domino-responsive #domino-social-links > .wrapper {
		float: none;
	}
}
@media (max-width: 480px) {

	.domino-responsive .page-title {
		font-size: 28px;
		line-height: 28px;
	}

	/* Page Slider */
	.domino-responsive #page-slider .mtphr-dnt-rotate .mtphr-dnt-tick {
		font-size: 18px;
		line-height: 18px;
	}

	/* Comments */
	.domino-responsive .comment-avatar,
	.domino-responsive .comment-avatar img {
		width: 60px;
		height: auto;
	}
	.domino-responsive .commentlist > li > ul.children {
		margin-left: 10px;
	}
	.domino-responsive .depth-2 #respond,
	.domino-responsive .depth-3 #respond,
	.domino-responsive .depth-4 #respond,
	.domino-responsive .depth-5 #respond,
	.domino-responsive .depth-6 #respond {
		margin-left: -10px;
	}
}


