/* -----------------------------------------------------------------------------------

	Theme Name: Chatter WP
	Theme URI: http://www.m-themes.eu
	Description: Theme made for bloggers. Clean and modern looking theme focused on content
	Author: Marcin Michalak
	Author URI: http://themeforest.net/user/maarcin
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: custom-menu, custom-header, featured-images, translation-ready, full-width-template, post-formats, theme-options
	Version: 1.5

	Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
	
----------------------------------------------------------------------------------- */

/* Normalize and general styles */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
blockquote {
	margin: 0;
	font-size: 18px;
	line-height: 1.7em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="email"],
input[type="url"] {
	-webkit-appearance: none;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: 0;
}
a {
	text-decoration: none;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
table {
	background-color: transparent;
}
th {
	text-align: left;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@-ms-viewport {
	width: device-width;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.list-unstyled {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	margin: 0;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.list-inline > li:first-child {
	padding-left: 0;
}
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #f0f0f0;
	font-family: "Open Sans";
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.gallery .gallery-caption {
	color: #888;
	font-family: "Open Sans";
	font-size: 12px;
}
.gallery .gallery-icon img {
	border: 1px solid #eee !important;
	border-radius: 2px;
	padding: 7px;
}
.gallery .gallery-icon img:hover {
	border: 1px solid #ccc !important;
}
.bypostauthor {}
.sticky {}

/* ---------------------------------- */
/*          General styles
/* ---------------------------------- */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.7em;
}
.owl-slide-item > .entry-header .meta-date,
.archive-title span,
.comment-meta.commentmetadata {
	font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.2em 0;
}
.wpcf7 h1,
.wpcf7 h2,
.wpcf7 h3,
.wpcf7 h4,
.wpcf7 h5,
.wpcf7 h6 {
	margin: 0 0 0.3em 0;
}
h1 {
	font-size: 36px;
	line-height: 1em;
}
h2 {
	font-size: 30px;
	line-height: 1.1em;
}
h3 {
	font-size: 26px;
	line-height: 1.2em;
}
h4 {
	font-size: 24px;
	line-height: 1.3em;
}
h5 {
	font-size: 18px;
	line-height: 1.3em;
}
h6 {
	font-size: 16px;
	line-height: 1.3em;
}
ul, ol {
	margin: 0 0 20px;
	padding-left: 35px;
}
p {
	margin: 0 0 20px;
}
blockquote {
	padding-left: 30px;
}
a,
.header-wrapper a,
.header-wrapper .sf-menu a,
.post-link,
.post-link-title,
.owl-page-slider .owl-buttons div {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.error-404 {
	text-align: center;
}
.site-content.error-404 {
	padding-bottom: 60px;
}
.error-404 > h3 {
	font-size: 200px;
	line-height: 200px;
	margin-bottom: 30px;
	font-weight: bold;
	opacity: 0.5;
}
.error-404 > p {
	font-size: 22px;
}
#commentform input#submit,
.wpcf7-form input.wpcf7-submit {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 18px;
	padding: 10px 26px;
	text-transform: uppercase;
	background: none;
}
.meta a,
.entry-header a,
.mt-pagination a,
.comment-meta a,
.reply a,
.post-navigation a,
.widget a {
	border-bottom: none !important;
}

/* ---------------------------------- */
/*          Header styles
/* ---------------------------------- */
.header-wrapper {
	position: relative;
	z-index: 200;
}
.header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
}
.logo {
	display: inline-block;
	margin: 100px auto;
}
.logo .retina-logo {
	display: none;
}

/* retina logo */
@media only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi) {
	.logo .retina-logo {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.logo .default-logo {
		display: none;
	}
}
.header {
	position: relative;
	z-index: 999;
}

/* top header */
.header-top {
	padding: 10px 0;
}
.header-socials {
	vertical-align: bottom;
}
.header-socials ul {
	display: inline-block;
}
.header-socials li {
	margin: 0 8px;
	padding: 0;
	display: inline-block;
}
.header-socials.text-left li {
	margin: 0 16px 0 0;
}
.header-socials.text-right li {
	margin: 0 0 0 16px;
}
.header-top .header-socials li a {
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
	opacity: 0.6;
}
.header-top .header-socials li a:hover {
	opacity: 1;
}

/* ---------------------------- */
/*       Primary menu
/* ---------------------------- */
#mt-header-nav {
	width: 100%;
}
.navigation-wrapper {
	display: inline-block;
	position: relative;
	vertical-align: bottom;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	float: left;
	margin: 0;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu > li {
	margin: -1px 12px;
}
.header-nav.text-left .sf-menu > li {
	margin: -1px 24px -1px 0;
}
.header-nav.text-right .sf-menu > li {
	margin: -1px 0 -1px 24px;
}
.sf-menu a {
	display: block;
	position: relative;
	text-align: left;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	min-height: 20px;
	line-height: 20px;
	padding: 24px 0;
	text-decoration: none;
}
.sf-menu ul a {
	width: 180px;
	width: 100%;
	float: left;
	padding: 10px 15px;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	top: 68px; /* match top ul list item height */
	z-index: 1001;	
}
.sf-menu > li.last > ul {
	left: auto;
	right: 0;
}
.sf-menu ul li.last ul,
.sf-menu ul ul li.last ul,
.sf-menu ul ul ul li.last ul {
	left: -100% !important;
	right: auto;
}
.ie8 .sf-menu li:hover ul,
.ie8 .sf-menu li.sfHover ul {
	zoom: 1;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left: 12em; /* match ul width */
	top: -1px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 12em; /* match ul width */
	top: -1px;
}
.sf-menu a .sf-sub-indicator,
.sf-menu li li a .sf-sub-indicator,
.sf-menu li li a .sf-sub-indicator:last-child {
	display:none;
}
/* underline effect */
.sf-menu > li > a > i.underline,
.sf-menu > li > a > i.overline {
	bottom: 0px;
	display: block;
	height: 1px;
	left: 50%;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	width: 0;
}
.sf-menu > li > a i.overline {
	bottom: auto;
	top: 0px;
}
.sf-menu > li:hover > a i.underline,
.sf-menu > li:hover > a i.overline {
	opacity: 1;
	width: 100%;
	left: 0;
}

/* mobile nav styles */
.sf-menu-mobile,
.mt-mobile-nav-trigger {
	display: none;
}
ul.sf-menu-mobile {
	padding: 0;
	margin-bottom: 30px;
	list-style: none;
	text-align: left;
	border-bottom: 0 !important;
}
ul.sf-menu-mobile ul {
	padding: 0;
}
.sf-menu-mobile li {
	list-style: none;
	padding: 0;	
}
.sf-menu-mobile li a {
	padding: 10px 30px;
	display: block;
}
.sf-menu-mobile li li a {padding-left: 40px;}
.sf-menu-mobile li li li a {padding-left: 50px;}
.sf-menu-mobile li li li li a {padding-left: 60px;}
.sf-menu-mobile li li a:before,
.sf-menu-mobile li li li a:before,
.sf-menu-mobile li li li li a:before {
	content: '-';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
	margin-right: 5px;
}
.sf-menu-mobile li li li a:before {
	content: '--';
}
.sf-menu-mobile li li li li a:before {
	content: '---';
}

/* nav search */
.show-search {
	display: none;
	position: absolute;
	top: 68px;
	right: 0;
	z-index: 999;
}
.show-search #navigation-searchform input#s {
	width: 200px;
	min-height: 20px;
	line-height: 20px;
	padding: 15px;
	font-size: 12px;
}

/* ---------------------------- */
/*        Featured area
/* ---------------------------- */
.featured-post-block {
	position: relative;
	display: block;
}

/* ---------------------------- */
/*       	 Content
/* ---------------------------- */
.site-content {
	padding: 60px 0 0;
}
.single-post .site-content {
	padding-top: 0;
	padding-bottom: 60px;
}
.mt-grid.site-content {
	padding: 30px 15px;
}
.template-blog-grid .mt-grid.site-content,
.grid-archive .mt-grid.site-content {
	padding-top: 60px;
}
.grid-archive .mt-grid.site-content.full-width {
	padding-top: 30px;
}
.page-template-default .site-content,
.page-template-template-page-sidebar-php .site-content {
	padding-bottom: 40px;
}

/* ---------------------------- */
/*       	  Blog 
/* ---------------------------- */
.mt-grid-inner {
	margin: 0 auto;
}
.hentry {
	margin-bottom: 80px;
	position: relative;
}
.single-post .hentry {
	margin-bottom: 80px;
}
.mt-grid .hentry {
	padding: 0 15px 15px;
	margin-bottom: 40px;
}
.entry-header {
	position: relative;
	z-index: 1;
	padding-top: 40px;
}
.mt-grid .entry-header {
	padding-top: 60px;
}
.entry-hero {
	position: relative;
	margin-bottom: 25px;
}
.entry-title {
	margin-bottom: 4px;
}
.hentry .entry-title {
	text-align: center;
}
.post-thumbnail {
	margin-bottom: 25px;
}
.format-audio .post-thumbnail {
	margin-bottom: 0;
}
.entry-content {
	position: relative;
}

/* blog size */
.grid-sizer,
.mt-grid .hentry {
	width: 33.3%;
}
.mt-grid.full-width .grid-sizer,
.mt-grid.full-width .hentry {
	width: 33.3%;
}

/* meta */
.entry-meta {
	margin-bottom: 30px;
	line-height: 30px;
	text-align: center;
}
.meta-tags > a {
	margin-right: 10px;
	display: inline-block;
}
.hentry .meta-date {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0 12px;
}
.meta .meta-item a,
.meta-tags > a,
.more-link {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
}
.meta-author .avatar {
	width: 30px;
	height: 30px;
}

/* post share */
.post-share {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.post-share-button {
	display: inline-block;
	height: 30px;
	width: 40px;
	line-height: 30px;
	text-align: center;
}
.show-post-share {
	display: none;
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 999;
}
.show-post-share li a {
	text-align: center;
	display: block;
	min-height: 20px;
	line-height: 20px;
	padding: 10px 26px;
	font-weight: bold;
	font-size: 12px;
}
.show-post-share li:last-child {
	border-bottom: none;
}

/* pagination */
.mt-pagination {
	margin-top: 0;
	margin-bottom: 60px;
}
.grid-pagination {
	margin-top: 20px;
}
.template-blog-grid .grid-pagination {
	margin-top: 40px;
}
.mt-pagination span,
.mt-pagination a,
.mt_archive_nav a {
	display: inline-block;
	font-size: 14px;
	padding: 6px 18px;
}

/* single post navigation */
.post-navigation {
	margin-top: 50px;
}
.post-next {
	text-align: right;
}
.post-navigation a {
	position: relative;
	display: block;
	font-size: 20px;
}
.post-navigation a span {
	display: block;
	font-size: 14px;
}
.single .post-navigation a span {
	opacity: 0.5;
}
.single .post-navigation a:hover span {
	opacity: 1;
}
.post-prev a {
	padding-left: 60px;
}
.post-next a {
	padding-right: 60px;
}
.post-prev a:hover {
	padding-left: 50px;
}
.post-next a:hover {
	padding-right: 50px;
}
.post-navigation i {
	font-size: 30px;
	line-height: 50px;
	position: absolute;
	top: 0;
}
.post-navigation .post-prev i {
	left: 0;
}
.post-navigation .post-next i {
	right: 0;
}

/* archive nav */
.mt_archive_nav {
	margin-bottom: 50px;
}
.mt_archive_nav > div {
	width: 50%;
}
.mt_archive_nav .newer-posts {
	float: left;
}
.mt_archive_nav .older-posts {
	float: right;
	text-align: right;
}

/* sidebar */
.widget {
	margin-bottom: 60px;
}
.widget-title {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 6px 16px 7px;
}
.widget ul,
.widget li {
	list-style: none;
	padding-left: 0;
}
.widget ul li {
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.widget ul li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* template - grid */
.template-blog-grid .content-area.container,
.grid-archive.content-area.container {
	padding: 0;
}
.template-blog-grid .mt-grid.site-content,
.grid-archive .mt-grid.site-content {
	padding-left: 0;
	padding-right: 0;
}
.grid-archive .mt-grid.site-content.full-width {
	padding-left: 15px;
	padding-right: 15px;
}


/* archive page */
.archive-title {
	padding: 40px 0;
}
.archive-title h1 {
	margin-bottom: 0;
	font-weight: normal;
}
.archive-title h1 > span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	opacity: 0.6;
}

/* calendar widget */
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	text-align: right;
	font-size: 12px;
	margin-bottom: 15px;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
	text-align: center;
}
#wp-calendar tbody td {
	text-align: center;
	font-size: 12px;
	padding: 8px 0;
	max-width: 14%;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

/* sidebar search */
.sidebar-search-form input {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 6px 14px;
	display: block;
	width: 100%;
}

/* quote and link formats */
.mt-grid .format-quote,
.mt-grid .format-link {
	padding: 0 15px;
}
.format-quote .entry-header,
.format-link .entry-header {
	padding: 0;
}
.format-quote > blockquote,
.format-link .post-link {
	border: 0;
	padding: 72px 40px 40px;
	position: relative;
	margin-bottom: 0;
	text-align: center;
}
.format-link .post-link {
	padding: 40px;
}
.mt-grid .format-link .post-link {
	padding-top: 70px;
}
.format-quote > .fa {
	position: absolute;
	font-size: 26px;
	opacity: 0.4;
}
.format-quote > .fa-quote-right {
	top: 47px;
	left: 15px;
}
.format-quote > .fa-quote-left {
	bottom: 15px;
	right: 15px;
}
.mt-grid .format-quote > .fa-quote-right {
	left: 30px;
}
.mt-grid .format-quote > .fa-quote-left {
	right: 30px;
}
.format-quote > blockquote cite {
	opacity: 0.7;
	font-size: 0.8em;
}
.post-link,
.post-link-title,
.post-link-url {
	display: block;
}
.post-link-title {
	margin-bottom: 10px;
}
.post-link-url {
	margin-bottom: 20px;
}
.post-link-url,
.post-link > .fa {
	opacity: 0.7;
}
.search-no-results .site-content {
	padding-bottom: 40px;
}

/* author page */
.author-area {
	margin-top: 60px;
	margin-bottom: 60px;
}
.author-area h5 > span {
	display: block;
	font-size: 14px;
}
.single .author-area h5 > span {
	opacity: 0.5;
}
.author-description {
	position: relative;
	padding-left: 95px;
}
.author-area img.avatar {
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	border-radius: 100em;
}

/* ---------------------------- */
/*          Comments
/* ---------------------------- */
#comments {
	margin-top: 40px;
}
.single-portfolio #comments {
	margin-top: 0;
}
.commentlist ul {
	margin-left: 0;
	padding-left: 0;
}
.commentlist li {
	position: relative;
}
.commentlist .children li {
	margin-left: 3em;
}
.commentlist ul.children {
	position: relative;
}
.commentlist ul.children::before {
	content: '';
	position: absolute;
	width: 2em;
	top: 2em;
}
.comment-body p {
	clear: both;
	margin-bottom: 10px;
}
span.says {
	display: none;
}
.vcard .avatar {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	padding: 0;
	border-radius: 100em;
}
cite.fn {
	padding: 4px 0 0;
	display: inline-block;
}
cite.fn,
cite.fn a {
	font-weight: bold;
	font-style: normal;
}
.comment-meta {
	display: block;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.comment-meta a {
	font-weight: normal;
	opacity: 0.5;
}
.comment-meta a:hover {
	opacity: 1;
}
div.comment-body {
	list-style: none;
	margin-top: 30px;
	padding: 0 20px 20px 80px;
	position: relative;
}
.comment-reply-link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.comment-reply-link > i {
	margin-right: 5px;
}
ul.commentlist {
	margin-bottom: 40px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul.commentlist ul,
ul.commentlist ul ul,
ul.commentlist ul ul ul {
	list-style: none;
}
#commentform label {
	font-size: 14px;
	padding-bottom: 0;
	margin-bottom: 0;
}
#commentform .comment-textarea {
	padding-top: 10px;
}
#commentform input,
#commentform textarea,
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select,
#searchform input {
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 1em;
}
#searchform input {
	width: 100%;
	font-size: 14px;
}
.sidebar-inner #searchform input {
	margin-top: 0;
}
#commentform p.comment-form-comment {
	margin-bottom: 5px;
	clear: both;
	display: block;
}
#commentform input {
	width: 100%;
	display: block;
}
#commentform input#submit {
	width: auto;
}
#commentform textarea {
	width: 100%;
	height: 150px;
}
.single-portfolio p.comment-form-author,
.single-portfolio p.comment-form-email,
.single-portfolio p.comment-form-url,
.single-portfolio #commentform input,
.single-portfolio #commentform textarea {
	width: 100%;
}
#commentform p.form-allowed-tags {
	display: none;
}
#commentform p.form-allowed-tags,
#commentform .comment-notes {
	font-size: .9em;
}
#commentform p.form-allowed-tags code {
	font-size: .9em;
	margin: 0;
	padding: 0;	
}
.comment #respond {
	margin-top: 40px;
}
.logged-in-as a {
	margin-bottom: 0 !important;
}
h3#reply-title {
	font-size: 18px;
}
p.form-submit {
	margin-bottom: 0;
}
.form-submit input#submit {
	margin-bottom: 0 !important;
}

/* box sizing */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select,
#commentform input,
#commentform textarea,
#searchform input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	width: 100%;
}
.wpcf7-form input[type="radio"],
.wpcf7-form input[type="checkbox"],
input.wpcf7-submit {
	width: auto;
}

/* ---------------------------- */
/*           Footer
/* ---------------------------- */
.footer-wrapper {
	padding: 80px 0 0;
}
.footer-wrapper.footer-info {
	padding: 60px 0 40px;
}
.footer-info .footer-info-header,
.footer-info-social {
	margin-bottom: 30px;
}
.footer-info-sep {
	width: 150px;
	height: 3px;
	display: inline-block;
	margin: 0 auto 30px;
}
.footer-info-social li {
	padding-bottom: 10px;
}
.footer-info-social a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 56px;
	font-size: 24px;
	border-radius: 100em;	
}
.footer-wrapper .footer-info-social a:hover {
	color: #fff;
}
.footer-wrapper .footer-info-social a.facebook:hover {
	background: #3B5998;
	border-color: #3B5998;
}
.footer-wrapper .footer-info-social a.twitter:hover {
	background: #1AB2E8;
	border-color: #1AB2E8;
}
.footer-wrapper .footer-info-social a.dribbble:hover {
	background: #E24D87;
	border-color: #E24D87;
}
.footer-wrapper .footer-info-social a.youtube:hover {
	background: #ED3F41;
	border-color: #ED3F41;
}
.footer-wrapper .footer-info-social a.instagram:hover {
	background: #A87D62;
	border-color: #A87D62;
}
.footer-wrapper .footer-info-social a.email:hover {
	background: #7BC0E5;
	border-color: #7BC0E5;
}
.footer-wrapper .footer-info-social a.behance:hover {
	background: #2D9AD2;
	border-color: #2D9AD2;
}
.footer-wrapper .footer-info-social a.vimeo:hover {
	background: #17B2E8;
	border-color: #17B2E8;
}
.footer-wrapper .footer-info-social a.linkedin:hover {
	background: #007BB6;
	border-color: #007BB6;
}
.footer-wrapper .footer-info-social a.pinterest:hover {
	background: #D5282E;
	border-color: #D5282E;
}
.footer-wrapper .footer-info-social a.google:hover {
	background: #DC4937;
	border-color: #DC4937;
}
.footer-wrapper .footer-info-social a.flickr:hover {
	background: #0062DD;
	border-color: #0062DD;
}
.footer-wrapper .footer-info-social a.skype:hover {
	background: #009CEF;
	border-color: #009CEF;
}
.footer-wrapper .footer-info-social a.spotify:hover {
	background: #80B719;
	border-color: #80B719;
}
.footer-wrapper .footer-info-social a.tumblr:hover {
	background: #455469;
	border-color: #455469;
}
.footer-wrapper .footer-info-social a.delicious:hover {
	background: #4088DA;
	border-color: #4088DA;
}
.footer-wrapper .footer-info-social a.deviantart:hover {
	background: #9DA79D;
	border-color: #9DA79D;
}
.footer-info a {
	font-weight: bold;
}
.footer-info-text {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}
.footer-bottom {
	text-align: center;
	font-size: 0.9em;
	padding: 16px 0;
}
.footer-bottom p {
	margin: 0;
}
.footer-bottom a {
	font-weight: bold;
}

/* ---------------------------- */
/*         OwlCarousel
/* ---------------------------- */
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}
/* arrows */
.owl-prev,
.owl-next {
	position: absolute;
	top: -30px;
	right: 15px;
	width: 24px;
	height: 24px;
	line-height: 20px;
	font-size: 14px;
	display: block;	
	text-align: center;
}
.owl-prev {
	right: 42px;
}
/* paging */
.owl-controls .owl-pagination {
	margin-top: 10px;
	text-align: center;	
}
.owl-pagination .owl-page {
	display: inline-block;
	vertical-align: middle;
}
.owl-pagination .owl-page span {
	border-radius: 100em;
	display: block;
	height: 10px;
	margin: 4px;
	width: 10px;
}

/* standard slider */
.owl-page-slider-wrapper {
	margin-bottom: 20px;
}
.owl-page-slider-wrapper,
.owl-carousel-slider-wrapper,
.owl-slide-item {
	position: relative;
}
.owl-page-slider .owl-pagination {
	position: absolute;
}
.owl-page-slider .owl-pagination {	
	top: 10px;
	left: 10px;
	margin-top: 0;
}
.owl-page-slider .owl-pagination span {
	margin: 2px;
}
.owl-page-slider .owl-pagination .owl-page span {
	border: 2px solid rgba(255,255,255,0.5);
}
.owl-page-slider .owl-pagination .owl-page.active span,
.owl-page-slider .clickable .owl-pagination .owl-page:hover span {
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
.owl-page-slider .owl-buttons div {
	width: 26px;
	height: 26px;
	line-height: 24px;
	font-size: 20px;
	border: none;
	border-radius: 2px;
}
.owl-page-slider .owl-buttons .owl-prev {
	top: 9px;
	right: 37px;
}
.owl-page-slider .owl-buttons .owl-next {
	top: 9px;
	right: 9px;
}

/* post carousel */
.owl-carousel-slider-wrapper {
	margin-bottom: 10px;
}
.owl-carousel-slider .owl-pagination {
	text-align: center;
}
.owl-carousel-slider .owl-pagination span {
	height: 12px;
	width: 12px;
	margin: 2px 4px;
}
.owl-slide-item > .entry-header {
	position: absolute;
	padding: 20px 0 16px 20px;
	bottom: -36px;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-top: none;
}
.owl-slide-item:hover > .entry-header {
	bottom: 0;
}
.owl-slide-item > .entry-header h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-top: -4px;
	margin-bottom: 8px;
	padding-right: 60px;
}
.owl-slide-item > .entry-header .meta-date {
	display: inline-block;	
	margin-bottom: 2px;
	font-size: 12px;
}
.owl-slide-item > .entry-header .meta {
	font-size: 12px;
}
.standard-carousel .owl-slide-item > img {
	width: 100%;
	height: auto;
}

/* slider caption */
.owl-caption {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px 14px;
	font-size: 12px;
}

/* owl carousel transitions */
.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}
.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty { 0% {opacity: 1}}
@-moz-keyframes empty { 0% {opacity: 1}}
@keyframes empty { 0% {opacity: 1}}
@-webkit-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; }}
@-moz-keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; }}
@keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; }}
@-webkit-keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; }}
@-moz-keyframes fadeOut {  0% { opacity:1; } 100% { opacity:0; }}
@keyframes fadeOut { 0% { opacity:1; } 100% { opacity:0; }}
@-webkit-keyframes backSlideOut { 25% { opacity: .5; -webkit-transform: translateZ(-500px); } 75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }}
@-moz-keyframes backSlideOut { 25% { opacity: .5; -moz-transform: translateZ(-500px); } 75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }}
@keyframes backSlideOut { 25% { opacity: .5; transform: translateZ(-500px); } 75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); } 100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }}
@-webkit-keyframes backSlideIn { 0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -webkit-transform: translateZ(-500px); } 100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }}
@-moz-keyframes backSlideIn { 0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; -moz-transform: translateZ(-500px); } 100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }}
@keyframes backSlideIn { 0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); } 75% { opacity: .5; transform: translateZ(-500px); } 100% { opacity: 1; transform: translateZ(0) translateX(0); }}
@-webkit-keyframes scaleToFade { to { opacity: 0; -webkit-transform: scale(.8); }}
@-moz-keyframes scaleToFade { to { opacity: 0; -moz-transform: scale(.8); }}
@keyframes scaleToFade { to { opacity: 0; transform: scale(.8); }}
@-webkit-keyframes goDown { from { -webkit-transform: translateY(-100%); }}
@-moz-keyframes goDown { from { -moz-transform: translateY(-100%); }}
@keyframes goDown { from { transform: translateY(-100%); }}
@-webkit-keyframes scaleUpFrom { from { opacity: 0; -webkit-transform: scale(1.5); }}
@-moz-keyframes scaleUpFrom { from { opacity: 0; -moz-transform: scale(1.5); }}
@keyframes scaleUpFrom { from { opacity: 0; transform: scale(1.5); }}
@-webkit-keyframes scaleUpTo { to { opacity: 0; -webkit-transform: scale(1.5); }}
@-moz-keyframes scaleUpTo { to { opacity: 0; -moz-transform: scale(1.5); }}
@keyframes scaleUpTo { to { opacity: 0; transform: scale(1.5); }}

/* ---------------------------- */
/*   I Recommend This plugin
/* ---------------------------- */
.dot-irecommendthis {
	position: absolute;
	top: 0;
	right: 40px;
	padding: 0;
	border: 0;
	margin-bottom: 10px;
	display: inline-block;
	text-decoration: none;
	background: none;
}
.hentry .dot-irecommendthis {
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 50px;
	text-decoration: none;
}
.dot-irecommendthis:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	content: "\f08a";	
	padding-right: 6px;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
}
.dot-irecommendthis.active:before {
	content: "\f004";
}

/* in owlCarousel */
.owl-slide-item .dot-irecommendthis {
	top: auto;
	bottom: 46px;
	right: 20px;
	margin-bottom: 0;
}

/* ---------------------------- */
/*        ToTop plugin
/* ---------------------------- */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	z-index: 999;
	bottom:0;
	right:10px;
	overflow:hidden;
	width:36px;
	height:36px;
	line-height: 34px;
	border:none;
	font-size: 12px;
	text-align: center;
}
#toTop:active,
#toTop:focus {
	outline:none;
}

/* ---------------------------------- */
/*          Media player
/* ---------------------------------- */
.wp-video {
	height: auto !important;
	max-width: 100% !important;
}
.mejs-overlay,
.mejs-poster {
	height: 100% !important;
	width: 100% !important;
}
.mejs-container.mejs-video {
	height: auto !important;
	padding-top: 56.3%;
	width: 100% !important;
}
.mejs-container .mejs-poster {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.wp-video-shortcode .mejs-container .mejs-poster {
	overflow: hidden;
}
.mejs-container .mejs-poster img {
	border: 0 none;
	padding: 0;
}
.mejs-container .mejs-inner .mejs-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;	
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	height: 10px;
	top: 19px;
}
.mejs-container .mejs-inner .mejs-controls button {
	background: none;
	margin: 17px 0;
	visibility: inherit;
}
.mejs-container .mejs-inner .mejs-controls .mejs-playpause-button button,
.mejs-container .mejs-inner .mejs-controls .mejs-volume-button button,
.mejs-container .mejs-inner .mejs-controls .mejs-fullscreen-button button {
	text-align: left;
}
.mejs-container .mejs-inner .mejs-controls .mejs-playpause-button button {	
	margin-left: 12px;
}
.mejs-container .mejs-inner .mejs-controls .mejs-volume-button button,
.mejs-container .mejs-inner .mejs-controls .mejs-fullscreen-button button {
	margin-left: 4px;
}
.mejs-controls .mejs-play button:after,
.mejs-controls .mejs-pause button:after,
.mejs-controls .mejs-stop button:after,
.mejs-controls .mejs-mute button:after,
.mejs-controls .mejs-unmute button:after,
.mejs-controls .mejs-fullscreen-button button:after,
.mejs-controls .mejs-unfullscreen button:after {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	font-size: 14px;
	position: absolute;
}
.mejs-controls .mejs-play button:after {
	content: "\f04b";
}
.mejs-controls .mejs-pause button:after {
	content: "\f04c";
}
.mejs-controls .mejs-stop button:after {
	content: "\f04d";
}
.mejs-controls .mejs-mute button:after {
	content: "\f028";
}
.mejs-controls .mejs-unmute button:after {
	content: "\f026";
}
.mejs-controls .mejs-fullscreen-button button:after {
	content: "\f065";
}
.mejs-controls .mejs-unfullscreen button:after {
	content: "\f066";
}
.mejs-container .mejs-inner .mejs-controls .mejs-time {
	padding: 18px 6px 0;
}
.mejs-container .mejs-inner .mejs-controls .mejs-time span {
	font-size: 12px;
	font-weight: bold;
}
.mejs-container .mejs-controls div.mejs-time-rail {
	padding-top: 14px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
	display: none;
	position: absolute;
	top: -50px;	
	width: 50px;
	height: 25px;
	line-height: 25px;
	margin-left: -18px;	
	text-align: center;
	border-radius: 4px;	
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
	display: block;
	left: 0;
	margin: 0;
	text-align: center;
	width: 50px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner,
.mejs-container .mejs-overlay-loading {
	display: none;
}
.mejs-overlay-button {
	margin-top: -50px !important;
}

/* ---------------------------- */
/*       General colors
/* ---------------------------- */
body {
	color: #555;
	background: #fff;
}
h1, h2, h3, h4, h5, h6, cite.fn {
	color: #222;
}
a {
	color: #000;	
}
a:hover {
	color: #f56559;	
}
.site-content a {
	border-bottom: 1px dotted #000;
}
.site-content a:hover {
	border-bottom: 1px solid #f56559;
}
blockquote {
	border-left: 3px solid #f56559;
}
#toTop {
	color: #fff;
	background: #222;
}
#toTop:hover {
	background: #f56559;
	color: #fff;
}
.archive-title {
	background: #eee;
}
.archive-title h1 {
	color: #333;
}
#commentform input#submit,
.wpcf7-form input.wpcf7-submit {
	border: 2px solid #222;
	color: #222;
}
#commentform input#submit:hover,
.wpcf7-form input.wpcf7-submit:hover {
	border: 2px solid #222;
	background: #222;
	color: #fff;
}

/* ---------------------------- */
/*     Header section colors
/* ---------------------------- */
.header-top {
	background: #222;
}
.header-socials li a {
	color: #fff;
}
.sf-menu ul {
	background: #222;
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
}
.header-nav {
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.sf-menu a,
.sf-menu-mobile li a,
.mt-mobile-nav-trigger {
	color: #888;
}
.sf-menu ul a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.sf-menu ul a:hover {
	background: #333;
}
.sf-menu ul ul li:first-child a,
.sf-menu ul ul ul li:first-child a {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.sf-menu > li > a i.underline,
.sf-menu > li > a i.overline {
	background: #222;
}
.sf-menu a:hover,
.sf-menu > li.current-menu-item > a,
.sf-menu > li.current-menu-ancestor > a,
.sf-menu > li.current-menu-parent > a,
.sf-menu-mobile > li.current-menu-item > a,
.sf-menu-mobile > li.current-menu-ancestor > a,
.sf-menu-mobile > li.current-menu-parent > a,
.sf-menu-mobile ul li.current-menu-item > a,
.sf-menu-mobile .current-menu-item ul.sub-menu li a:hover,
.sf-menu-mobile li a:hover,
.mt-mobile-nav-trigger {
	color: #222;
}
.sf-menu ul a:hover,
.sf-menu ul li.current-menu-item > a,
.sf-menu .current-menu-item ul.sub-menu li a:hover {
	color: #fff;
}
.show-search #navigation-searchform {
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
}
.show-search #navigation-searchform input#s {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-top: 0;
	color: #888;
}

/* ---------------------------- */
/*         Blog colors
/* ---------------------------- */
.entry-title {
	color: #222;
}
.show-post-share {	
	-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.1);
}
.show-post-share li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
a.share-facebook-icon:hover {
	background: #507CBD;
	color: #fff;
}
a.share-twitter-icon:hover {
	background: #62CDF1;
	color: #fff;
}
a.share-pinterest-icon:hover {
	background: #CB2027;
	color: #fff;
}
a.share-google-icon:hover {
	background: #D13F2D;
	color: #fff;
}
a.share-linkedin-icon:hover {
	background: #0077B5;
	color: #fff;
}
.owl-slide-item .dot-irecommendthis {
	color: #fff;
}
.dot-irecommendthis:hover,
.dot-irecommendthis.active {
	color: #f56559;
}
.hentry .post-share-button:hover,
.hentry .dot-irecommendthis:hover,
.hentry .dot-irecommendthis.active {
	background: #F56559;
	color: #fff;
}
.hentry .post-share-button {
	border-left: 1px solid rgba(255,255,255,0.1);
}
.widget ul li {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.format-quote > blockquote,
.post-link {
	background: rgba(0,0,0,0.07);
}
.format-quote,
.post-link,
.post-link-title {	
	color: #222;
}
.post-link:hover {
	background: #F56559;
	color: #fff;
}
.post-link:hover .post-link-title {
	color: #fff;
}

/* top post meta, widget title and pagination */
.show-post-share,
.hentry .meta-date,
.hentry .post-share-button,
.hentry .dot-irecommendthis,
.mt-pagination span.current,
.mt-pagination a:hover,
.mt_archive_nav a:hover,
.widget-title {	
	background: #222;
	color: #fff;
}
.show-post-share a {
	color: #fff;
}
.entry-header,
.mt-pagination,
.mt_archive_nav,
.widget-title-wrapper {
	border-top: 2px solid #222;
}
.mt-pagination span,
.mt-pagination a,
.mt_archive_nav a {
	color: #222;
}

/* calendar widget */
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
}
#wp-calendar tbody td:hover {
	background: #fff;
}

/* comments and forms */
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select,
#commentform input,
#commentform textarea {
	background: rgba(0,0,0,0.015);
	border: 2px solid rgba(0,0,0,0.04);
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus,
#commentform input:focus,
#commentform textarea:focus {
	background: rgba(0,0,0,0);
	border: 2px solid rgba(0,0,0,0.1);
}

/* post carousel */
.owl-carousel-slider .owl-pagination .owl-page span {
	background: #222;
}
.owl-carousel-slider .owl-pagination .owl-page.active span,
.owl-carousel-slider .clickable .owl-pagination .owl-page:hover span {
	background: #F56559;
}
.owl-slide-item > .entry-header {
	color: #aaa;
	background: rgba(0,0,0,0.6);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.56) 40%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0.56)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 40%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 40%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 40%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 40%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
.owl-slide-item > .entry-header h1 a,
.owl-slide-item > .entry-header .meta-item a {
	color: #eee;
}
.owl-slide-item > .entry-header h1 a:hover,
.owl-slide-item > .entry-header .meta-item a:hover {
	color: #f56559;
}
.owl-page-slider .owl-buttons div {
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.owl-page-slider .owl-buttons div:hover {
	background: #F56559;
	color: #fff;
}
.owl-caption {
	background: rgba(0,0,0,0.4);
	color: #fff;
}

/* footer */
.footer-wrapper {
	background: #fafafa;
	border-top: 1px solid rgba(0,0,0,0.07);
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
.footer-info .footer-info-header {
	color: #222;
}
.footer-info-sep {
	background: rgba(0,0,0,0.07);
}
.footer-wrapper .footer-info-social a {
	border: 2px solid #bbb;
	color: #bbb;
}

/* media element colors */
.content-area .mejs-container,
.content-area .mejs-embed,
.content-area .mejs-embed body,
.content-area .mejs-container .mejs-controls {
	background: #ededed;
}
.content-area .mejs-controls .mejs-time-rail .mejs-time-total,
.content-area .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #ccc;
}
.content-area .mejs-container .mejs-controls .mejs-time,
.content-area .mejs-container .mejs-controls .mejs-time span {
	color: #777;
}
.content-area .mejs-controls button {
	color: #555;
}
.content-area .mejs-controls .mejs-time-rail .mejs-time-current,
.content-area .mejs-controls .mejs-time-rail .mejs-time-handle,
.content-area .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #F56559;
}
.content-area .mejs-controls .mejs-time-rail .mejs-time-float {
	color: #fff;
	background: #222;
}
.content-area .me-cannotplay a {
	color: #fff;
}

/* ---------------------------------- */
/*        PrettyPhoto styles
/* ---------------------------------- */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:14px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

/* remove description and social icons from prettyPhoto */
.pp_description,
.pp_social {
	display: none !important;
}


.post-thumbnail{display: none;}
.single-format-standard .post-thumbnail{display: block !important;}