
/*
Theme Name: Mira
Theme URI: http://www.matchthemes.com/mira
Description: Mira - A Photo Stories Blog WordPress Theme
Version: 1.2.1
Author: MatchThemes
Author URI: http://www.matchthemes.com
License:
License URI:
Tags: one-column, two-columns, three-columns, blog, theme-options, featured-images, grid-layout, news
Text Domain: mira
*/

/*************************************
 
 	1. MAIN STYLE
	
	2. HEADER
	
	3. HOME

	4. SINGLE PAGE
	
	5. FOOTER
	
	6. OTHER
 
 
 ************************************/

/*************************************

1. MAIN STYLE

 ************************************/

/* RESET STYLES */
*, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, input, label, li, ol, p, pre, td, th, ul {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: 400;
}

address {
	font-style: italic;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

q:after, q:before {
	content: "";
}

b, strong {
	font-weight: 700;
}

cite, em {
	font-style: italic;
}

cite {
	display: block;
}

del, strike {
	text-decoration: line-through;
}

sup {
	font-size: 11px;
	position: relative;
	vertical-align: top;
	top: 5px;
}

sub {
	bottom: 5px;
	font-size: 11px;
	position: relative;
	vertical-align: bottom;
}

.italic {
	font-style: italic;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 24px;
}

.alignright {
	float: right;
	margin: 24px;
}

.no-margin {
	margin: 0 !important;
}

.no-bottom {
	margin-bottom: 0;
}

.no-padding {
	padding: 0;
}

.column-clear {
	clear: both;
}

div {
	position: relative;
}

.wp-caption {
	max-width: 100%;
}

.alignright {
	display: block;
	float: right;
	margin: 3px 0 0 10px;
}

.alignleft {
	display: block;
	float: left;
	margin: 3px 10px 0 0;
}

.aligncenter {
	display: block;
	clear: both;
	margin: 10px auto;
}

pre {
	margin-bottom: 24px;
	overflow: auto;
	padding: 10px;
	white-space: pre-wrap;
}

code, pre {
	background: #f0f0f0;
	color: #999;
	font-family: "Courier New", Courier, monospace;
	padding: 10px;
}

article, aside, figure, footer, header, hgroup, nav, section {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	text-rendering: optimizeLegibility;
	background: #fff;
	color: #454545;
	font-size: 16px;
	line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
	color: #151515;
	letter-spacing: 1px;
}

h1 {
	font-size: 54px;
	line-height: 1.4em;
}

h2 {
	font-size: 42px;
	line-height: 1.2em;
}

h3 {
	font-size: 36px;
	line-height: 1.2em;
}

h4 {
	font-size: 28px;
	line-height: 1.2em;
}

h5 {
	font-size: 24px;
	line-height: 1.2em;
}

h6 {
	font-size: 16px;
	line-height: 1.2em;
}

a {
	color: #1bc4e3;
}

a:hover {
	color: #1bc4e3;
	text-decoration: none;
}

p a {
	color: #1bc4e3;
	border-bottom: 1px solid #1bc4e3;
}

p a:hover {
	text-decoration: none;
	border: none;
}

a:active, a:focus {
	outline: 0;
	text-decoration: none;
}

ol, ul {
	margin: 0 0 16px 24px;
}

.dropcap {
	display: block;
	float: left;
	font-size: 42px;
	line-height: 1;
	padding: 0 10px 0 0;
	text-align: center;
}

.alignc {
	text-align: center;
}

.none {
	display: none;
}

blockquote {
	font-size: 2.5rem;
	line-height: 1.7em;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	color: #151515;
	position: relative;
	border: none;
	margin: 42px 0;
	padding: 0 28px;
}

blockquote:before {
	display: block;
	font-family: FontAwesome;
	content: "";
	line-height: 1;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
}

.wp-caption-text, blockquote cite {
	color: #999;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}

.wp-caption-text {
	text-align: center;
	margin-top: 24px;
	text-transform: none;
	font-style: italic;
}

.wp-caption {
	margin-bottom: 24px;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6, ol, p, ul {
	margin-bottom: 24px;
}

div p:last-child {
	margin-bottom: 0;
}

.padding-tb56 {
	padding: 54px 0;
}

.margin-tb56 {
	margin: 54px 0;
}

.margin-t56 {
	margin-top: 54px;
}

.margin-b35 {
	margin-bottom: 36px;
}

.margin-b56 {
	margin-bottom: 54px;
}

dl dt {
	margin-bottom: 0;
}

dl dd {
	margin-left: 16px;
	margin-bottom: 24px;
}

table {
	border: 1px solid #e5e5e5;
	font-size: 14px;
	width: 100%;
	text-align: center;
}

table caption {
	margin-bottom: 24px;
	text-align: center;
}

table td, table th {
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 16px 0;
	text-align: center;
}

#infinite-handle span, #submit-contact, .author-single-page h4 a, .comment-reply-link, .footer-social a, .get-social li a, .item-img:after, .menu-nav li a, .meta-category a, .modal-tags a, .nav-page a, .page-links a, .page-numbers, .post-category a, .post-image-static:before, .post-single-meta li a, .post-title a, .scrollup i, .search-list li a, .submit, .tagcloud a, .top-header, .view-more a, .view-more a:after, .widget ul li a {
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
}

#header-1, .top-header {
	padding: 24px 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.nav-up {
	top: -200px !important;
}

.nav-bkg {
	background-color: #1bc4e3;
}

#header-1 .logo, #header-1 .search-social {
	opacity: 1;
}

#header-1.is-active {
	background: 0 0;
}

#header-1.is-active .logo, #header-1.is-active .search-social {
	opacity: 0;
}

.logo-1, .nav-button-holder, .search-social {
	width: 33.3333%;
}

.logo-1, .nav-button-holder, .search-social {
	float: left;
	vertical-align: top;
	text-align: center;
}

.logo-1 {
	padding-top: 6px;
}

.logo-1 img {
	margin: 0 auto;
}

.logo-txt {
	font-size: 42px;
}

.logo-txt a {
	color: #fff;
}

.topHomeBkg {
	background: #1bc4e3;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.topHomeHolder {
	width: 65%;
	text-align: center;
	margin: 0 auto;
}

.topHomeHolder h1, .topHomeHolder h3 {
	color: #fff;
}

.topHomeHolder h1 {
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
}

.topHomeHolder h3 {
	font-size: 18px;
	padding-top: 16px;
}

.topHomePadding {
	padding: 108px 0 54px 0;
}

.topHomeImg {
	height: 500px;
	padding: 60px 0 0 0;
}

.search-social {
	list-style: none;
	margin: 0;
	font-size: 0;
	text-align: center;
}

.search-social li {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
	text-align: center;
}

.search-social li:first-child {
	margin-left: 0;
}

.search-btn, .search-social a, .search-social a:hover {
	color: #fff;
}

.search-btn {
	cursor: pointer;
}

.exit-modal, .nav-button {
	background: 0 0;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
}

.icon-bar, .navbar-toggle .icon-bar {
	display: block;
	height: 2px;
	width: 15px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	position: relative;
}

.icon-bar:after, .icon-bar:before {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -5px;
	-ms-transform-origin: 100% 50% 0;
	-webkit-transform-origin: 100% 50% 0;
	transform-origin: 100% 50% 0;
	-webkit-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	width: 100%;
}

.icon-bar:after {
	bottom: -5px;
	top: auto;
}

.exit-modal .icon-bar, .nav-button.active .icon-bar {
	background: 0 0;
}

.exit-modal .icon-bar:before, .nav-button.active .icon-bar:before {
	left: -4px;
	top: -6px;
	-ms-transform: rotateZ(-45deg);
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	width: 120%;
}

.exit-modal .icon-bar:after, .nav-button.active .icon-bar:after {
	left: -4px;
	top: 7px;
	-ms-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 120%;
}

body.has-active-menu {
	overflow: hidden;
}

.mask-nav-1 {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow-y: scroll;
	width: 0;
	height: 0;
	background-color: #1bc4e3;
	opacity: 0;
	-webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
	-ms-transition: opacity .3s, width 0s .3s, height 0s .3s;
	transition: opacity .3s, width 0s .3s, height 0s .3s;
}

.mask-nav-1.is-active {
	width: 100%;
	height: 100%;
	opacity: .95;
	-webkit-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}

.nav-holder-1 {
	padding-top: 120px;
	position: relative;
}

.menu-nav-1 {
	margin-left: 0;
	font-size: 0;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}

.menu-nav-1 li {
	font-size: 54px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 8px;
	padding-top: 28px;
	list-style: none;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 0s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(1) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) .1s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) .1s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) .1s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) .1s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) .1s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(2) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) .2s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) .2s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) .2s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) .2s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) .2s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(3) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) .3s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) .3s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) .3s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) .3s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) .3s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(4) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) .4s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) .4s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) .4s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) .4s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) .4s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(5) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) .5s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) .5s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) .5s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) .5s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) .5s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(6) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) .6s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) .6s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) .6s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) .6s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) .6s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(7) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) .7s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) .7s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) .7s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) .7s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) .7s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(8) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) .8s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) .8s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) .8s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) .8s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) .8s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(9) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) .9s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) .9s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) .9s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) .9s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) .9s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(10) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
}

.mask-nav-1.is-active .menu-nav-1 li:nth-child(11) {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
	-moz-transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
	-o-transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
	-ms-transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
	transition: all 1s cubic-bezier(.25, 1, .35, 1) 1s;
}

.menu-nav li a {
	color: #fff;
	display: block;
	line-height: 1;
}

.menu-nav li a:focus, .menu-nav li a:hover {
	background: 0 0;
}

.menu-nav li.current-menu-item>a, .menu-nav li:hover>a {
	color: #151515;
}

.menu-nav>li.menu-item-has-children>a:after {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	margin-left: 7px;
	margin-right: 0;
	font-size: 24px;
	vertical-align: middle;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.menu-nav>li.menu-item-has-children.menu-open>a:after {
	content: "";
}

.menu-nav-1 ul {
	margin-left: 0;
}

.menu-nav-1>li>ul {
	display: none;
}

.menu-nav-1>li.menu-open>ul {
	display: block;
}

.menu-nav-1 ul li {
	font-size: 16px;
	padding-top: 16px;
	text-transform: none;
	letter-spacing: 1px;
	display: inline-block;
}

.social-nav-1 {
	text-align: center;
}

.social-nav-1 .search-social {
	float: none;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 160px;
}

#header-2 {
	padding-bottom: 12px;
	padding-left: 15px;
	padding-right: 15px;
}

.logo-2 {
	float: left;
	margin-top: 6px;
}

.search-social-2 {
	float: right;
	width: auto;
	text-align: right;
	line-height: 1;
	margin-top: 12px;
}

.nav-holder-2 {
	float: right;
	margin-right: 54px;
}

.menu-nav-2 {
	margin-left: 0;
	font-size: 0;
	margin-bottom: 0;
}

.menu-nav-2 li {
	display: inline-block;
	position: relative;
	margin-left: 28px;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.menu-nav-2 li:first-child {
	margin-left: 0;
}

.menu-nav-2 li a {
	color: #fff;
	padding: 12px 0 24px 0;
}

.menu-nav-2 li.current-menu-item>a, .menu-nav-2 li:hover>a {
	color: #fff;
}

.menu-nav-2 li.current-menu-item>a:before, .menu-nav-2 li:hover>a:before {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background: #fff;
	bottom: 18px;
	position: absolute;
}

.menu-nav-2>li.menu-item-has-children>a:after {
	margin-left: 3px;
	font-size: 14px;
	vertical-align: top;
}

.menu-nav-2 ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 180px;
	position: absolute;
	top: 48px;
	left: 0;
	text-align: left;
	background: #fff;
	border: 1px solid #f2f2f2;
	z-index: 3;
}

.menu-nav-2 ul li {
	display: block;
	background: 0 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.5;
}

.menu-nav-2 ul li a {
	display: block;
	padding: 14px 10px;
	color: #454545;
	border-bottom: 1px solid #f2f2f2 !important;
}

.menu-nav-2 ul li:last-child>a {
	border: none;
}

.menu-nav-2 li:hover ul li a:hover, .menu-nav-2 ul li a:hover {
	text-decoration: none;
	color: #454545;
	background: #f9f9f9;
}

.menu-nav-2 ul li.current-menu-item>a:before, .menu-nav-2 ul li:hover>a:before {
	display: none;
}

.menu-nav-2 li:hover>ul {
	display: block;
}

.menu-nav-2 li ul ul {
	left: 100%;
	top: 0;
}

.navbar-toggle {
	float: none;
	margin: 0 auto;
	background: 0 0;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	padding: 0;
}

.navbar-collapse {
	box-shadow: none;
}

#header-3 {
	padding-bottom: 0;
}

.logo-3, .nav-holder-3 {
	text-align: center;
}

.logo-3 img {
	margin: 0 auto;
}

.nav-holder-3 {
	margin-top: 12px;
}

.container-home {
	margin-left: 0;
	margin-right: 0;
}

.container-home .col-md-9 {
	padding-left: 0;
}

.container-home aside {
	margin: 54px 0;
}

.layout-holder {
	padding-right: 0;
}

.item-holder, .post-wrapper {
	padding-top: 0;
	padding-left: 0;
}

.post-txt-link, .post-txt-link:hover {
	color: #fff;
	display: block;
}

.item-holder {
	height: 600px;
	min-height: 600px;
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.item-content-bkg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.item-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}

.item-content-bkg .item-img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform .5s ease-in-out 0s;
	-moz-transition: transform .5s ease-in-out 0s;
	-o-transition: transform .5s ease-in-out 0s;
	-ms-transition: transform .5s ease-in-out 0s;
	transition: transform .5s ease-in-out 0s;
}

.item-content-bkg:hover .item-img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.item-img:after {
	content: "";
	background: rgba(0, 0, 0, .2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.item-holder:hover .item-img:after {
	background: rgba(0, 0, 0, .5);
}

.item-content-bkg .top-desc {
	position: absolute;
	z-index: 4;
	text-align: center;
	width: 100%;
}

.post-category {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-category a {
	border: 1px solid #fff;
	border-radius: 99em;
	color: #fff;
	display: inline-block;
	line-height: 1.4;
	padding: 6px 12px;
	text-align: center;
}

.post-category a:hover {
	border: 1px solid #1bc4e3;
	color: #1bc4e3;
}

.post-meta {
	margin: 0;
}

.post-meta li {
	display: inline-block;
	margin-left: 8px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
}

.post-meta li:first-child {
	margin-left: 0;
}

.post-meta li i {
	font-size: 14px;
}

.item-content-bkg .post-title {
	font-weight: 900;
	line-height: 1.2;
}

.item-content-bkg .post-title a {
	color: #fff;
}

.item-content-bkg .post-title a:hover {
	color: #1bc4e3;
}

.item-content-bkg .top-desc {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-content-bkg:hover .top-desc {
	top: 30%;
}

.item-content-bkg .post-content {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 80%;
	text-align: center;
	color: #fff;
	opacity: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	-ms-transition: all .3s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.item-content-bkg:hover .post-content {
	opacity: .9;
}

.item-content-bkg .post-meta {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 36px;
}

.item-content-bkg .post-meta li {
	bottom: -72px;
	position: relative;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}

.item-content-bkg:hover .post-meta li:nth-child(1) {
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
	bottom: 0;
}

.item-content-bkg:hover .post-meta li:nth-child(2) {
	-webkit-transition: all .3s ease-in-out .2s;
	-moz-transition: all .3s ease-in-out .2s;
	-o-transition: all .3s ease-in-out .2s;
	-ms-transition: all .3s ease-in-out .2s;
	transition: all .3s ease-in-out .2s;
	bottom: 0;
}

.item-content-bkg:hover .post-meta li:nth-child(3) {
	-webkit-transition: all .2s ease-in-out .3s;
	-moz-transition: all .2s ease-in-out .3s;
	-o-transition: all .2s ease-in-out .3s;
	-ms-transition: all .2s ease-in-out .3s;
	transition: all .2s ease-in-out .3s;
	bottom: 0;
}

.item-content-bkg:hover .post-meta li:nth-child(4) {
	-webkit-transition: all .1s ease-in-out .4s;
	-moz-transition: all .1s ease-in-out .4s;
	-o-transition: all .1s ease-in-out .4s;
	-ms-transition: all .1s ease-in-out .4s;
	transition: all .1s ease-in-out .4s;
	bottom: 0;
}

.layout-1 .item-holder {
	width: 100%;
}

.layout-1 .item-content-bkg .post-content {
	width: 50%;
}

.layout-2 .item-holder {
	width: 50%;
}

.layout-12 .item-holder:nth-of-type(3n+1) {
	width: 100%;
}

.layout-12 .item-holder:nth-of-type(3n+1) .item-content-bkg .post-content {
	width: 50%;
}

.layout-12 .item-holder:nth-of-type(3n+2), .layout-12 .item-holder:nth-of-type(3n+3) {
	width: 50%;
}

.layout-21 .item-holder:nth-of-type(3n+1), .layout-21 .item-holder:nth-of-type(3n+2) {
	width: 50%;
}

.layout-21 .item-holder:nth-of-type(3n+3) {
	width: 100%;
}

.layout-21 .item-holder:nth-of-type(3n+3) .item-content-bkg .post-content {
	width: 50%;
}

.layout-23 .item-holder {
	width: 50%;
}

.layout-23 .item-holder:nth-of-type(5n+3), .layout-23 .item-holder:nth-of-type(5n+4), .layout-23 .item-holder:nth-of-type(5n+5) {
	width: 33.333%;
}

.layout-23-2 .item-holder {
	width: 66.666%;
}

.layout-23-2 .item-holder:nth-of-type(5n+2), .layout-23-2 .item-holder:nth-of-type(5n+3), .layout-23-2 .item-holder:nth-of-type(5n+4), .layout-23-2 .item-holder:nth-of-type(5n+5) {
	width: 33.333%;
}

.layout-24-1 .item-holder {
	width: 50%;
}

.layout-24-1 .item-holder:nth-of-type(6n+1), .layout-24-1 .item-holder:nth-of-type(6n+2) {
	width: 50%;
}

.layout-24-1 .item-holder:nth-of-type(6n+1) .post-title, .layout-24-1 .item-holder:nth-of-type(6n+2) .post-title {
	font-size: 42px;
}

.layout-24-2 .item-holder {
	width: 50%;
}

.layout-24-2 .item-holder:nth-of-type(6n+1), .layout-24-2 .item-holder:nth-of-type(6n+6) {
	width: 50%;
}

.layout-24-2 .item-holder:nth-of-type(6n+1) .post-title, .layout-24-2 .item-holder:nth-of-type(6n+6) .post-title {
	font-size: 42px;
}

.layout-3 .item-holder {
	width: 33.333%;
}

.layout-3 .post-title {
	font-size: 28px;
}

.layout-3 .item-holder:nth-of-type(4n+4) .post-title {
	font-size: 42px;
}

.layout-31 .item-holder {
	width: 33.333%;
}

.layout-31 .item-holder:nth-of-type(4n+4) {
	width: 100%;
}

.layout-31 .item-holder:nth-of-type(4n+4) .item-content-bkg .post-content {
	width: 50%;
}

.layout-31 .post-title {
	font-size: 28px;
}

.layout-31 .item-holder:nth-of-type(4n+4) .post-title {
	font-size: 42px;
}

.layout-4 .item-holder {
	width: 50%;
}

.layout-4 .post-title {
	font-size: 28px;
}

.layout-41 .item-holder {
	width: 50%;
}

.layout-41 .post-title {
	font-size: 28px;
}

.layout-41 .item-holder:nth-of-type(5n+5) {
	width: 100%;
}

.layout-41 .item-holder:nth-of-type(5n+5) .post-title {
	font-size: 42px;
}

.layout-41 .item-holder:nth-of-type(5n+5) .item-content-bkg .post-content {
	width: 50%;
}

.post-wrapper-zigzag .post-image-holder {
	width: 50%;
	height: 600px;
	float: left;
	overflow: hidden;
}

.post-wrapper-zigzag .post-desc-static {
	width: 50%;
	float: left;
	padding: 72px 54px 36px;
}

.post-wrapper-zigzag-right .post-image-holder {
	float: right;
}

.post-image-static {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-backface-visibility: hidden;
	-webkit-transition: transform .5s ease-in-out 0s;
	-moz-transition: transform .5s ease-in-out 0s;
	-o-transition: transform .5s ease-in-out 0s;
	-ms-transition: transform .5s ease-in-out 0s;
	transition: transform .5s ease-in-out 0s;
}

.post-image-static:hover {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.post-image-static:before {
	position: absolute;
	left: 0;
	top: 0;
	content: " ";
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
}

.post-image-static:hover:before {
	background: rgba(0, 0, 0, .5);
}

.post-image-holder:after {
	position: absolute;
	right: 0;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	border-right-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}

.post-wrapper-zigzag-right .post-image-holder:after {
	left: 0;
	border-left-color: #fff;
	border-right-color: transparent;
}

.post-wrapper-zigzag-right .post-desc-static {
	text-align: right;
}

.post-wrapper .post-title {
	font-weight: 900;
	margin: 36px 0;
}

.post-title a {
	color: #151515;
}

.post-title a:hover {
	color: #1bc4e3;
}

.post-meta-static li {
	color: #b5b5b5;
}

.meta-category a {
	border: 1px solid #1bc4e3;
	border-radius: 99em;
	color: #1bc4e3;
	padding: 0 11px;
	display: inline-block;
}

.meta-category a:hover {
	color: #fff;
	background: #1bc4e3;
}

.view-more {
	margin-top: 36px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	overflow: hidden;
}

.view-more a {
	color: #454545;
	border-bottom: 3px solid #f0f0f0;
}

.view-more a:after {
	position: absolute;
	left: -70px;
	bottom: 4px;
	content: " ";
	height: 3px;
	width: 100%;
	background: #1bc4e3;
	opacity: 0;
}

.view-more:hover a:after {
	left: 0;
	opacity: 1;
}

.post-static-2col {
	width: 50%;
	float: none;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.post-static-2col .post-image-holder {
	height: 500px;
	overflow: hidden;
}

.post-static-2col .post-desc-static {
	padding: 36px 54px;
}

.post-static-2col .post-desc-static .post-title {
	margin: 24px 0;
}

.post-static-2col .post-image-holder:after {
	top: auto;
	bottom: 0;
	right: auto;
	left: 54px;
	border-right-color: transparent;
	border-bottom-color: #fff;
}

.post-static-3col {
	width: 33.333%;
	float: none;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.post-static-3col .post-image-holder, .post-static-4col .post-image-holder {
	height: 400px;
	overflow: hidden;
}

.post-static-3col .post-desc-static, .post-static-4col .post-desc-static {
	padding: 36px 36px;
}

.post-static-3col .post-desc-static .post-title, .post-static-4col .post-desc-static .post-title {
	margin: 24px 0;
	font-size: 28px;
}

.post-static-3col .post-image-holder:after, .post-static-4col .post-image-holder:after {
	top: auto;
	bottom: 0;
	right: auto;
	left: 36px;
	border-right-color: transparent;
	border-bottom-color: #fff;
}

.post-static-4col {
	width: 50%;
	float: none;
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}

.topSingleHolder {
	width: 100%;
	z-index: 1;
}

.topSingleHolder h1 {
	margin: 8px 0;
}

.topSingleBkg {
	height: 500px;
}

.topSingleBkg .topHomeHolder {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topSingleBkg:after {
	content: "";
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-post-single {
	margin: 54px 0;
}

.posts-holder {
	padding-right: 35px;
}

.posts-holder-push-right {
	float: right;
	padding-right: 0;
	padding-left: 35px;
}

.post-single-meta li {
	opacity: .8;
}

.post-single-meta li a {
	color: #fff;
}

.post-single-meta li a:hover {
	color: #1bc4e3;
}

.big-title, .nothing-found {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 54px;
	margin-bottom: 42px;
}

.nothing-found {
	margin-top: 42px;
	margin-bottom: 0;
}

.small-link {
	margin-top: 42px;
}

.page-template-holder {
	margin: 54px 0;
}

.custom-page-template img, .single-post-content img {
	display: block;
	height: auto;
	max-width: 100%;
}

.single-bottom {
	margin-top: 24px;
}

.tags-single-page {
	float: left;
}

.get-social {
	float: right;
}

.widget-social .get-social {
	float: none;
}

.author-single-page {
	margin-top: 54px;
	text-align: center;
	padding: 24px;
	background: #f0f0f0;
	border-radius: 5px;
}

.author-single-page .author-social li a {
	color: #454545;
}

.author-single-page h4 {
	margin: 16px 0;
	font-weight: 700;
}

.author-single-page h4 a {
	color: #151515;
}

.author-single-page h4 a:hover {
	color: #1bc4e3;
}

.author-avatar img, .meta-author img {
	border-radius: 99em;
}

.topAuthor .author-avatar {
	margin-bottom: 16px;
}

.author-txt {
	opacity: .9;
}

.topAuthor {
	padding: 54px 0;
}

.topAuthor h1 {
	font-size: 36px;
	margin: 8px 0;
}

.topAuthor h3 {
	font-size: 16px;
	margin-top: 0;
	padding: 0;
}

.topAuthor h3 a {
	color: #fff;
	opacity: .9;
}

.topAuthor .author-desc {
	margin-top: 16px;
	color: #fff;
}

.author-social {
	margin: 16px 0 0 0;
}

.author-social li a {
	color: #fff;
}

.meta-info-below {
	text-align: center;
	margin-bottom: 54px;
}

.meta-info-below .post-category a {
	border: 1px solid #1bc4e3;
	color: #1bc4e3;
}

.meta-info-below h1 {
	margin: 8px 0;
}

.meta-info-below h1 {
	font-size: 54px;
	font-weight: 900;
	line-height: 1;
}

.meta-info-below .post-meta li, .meta-info-below .post-single-meta li a {
	color: #999;
}

.meta-info-below .post-single-meta li a img {
	display: inline;
}

.nav-box-next, .nav-box-prev {
	width: 50%;
	float: left;
	height: 400px;
	overflow: hidden;
}

.nav-box-next {
	float: right;
}

.prev-next-posts {
	margin-top: 54px;
}

.prev-next-sidebar .nav-box-next, .prev-next-sidebar .nav-box-prev {
	height: 250px;
}

.prev-next-sidebar .next-holder, .prev-next-sidebar .prev-holder {
	width: 300px;
}

.pn-bkg {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.nav-box-next .pn-bkg, .nav-box-prev .pn-bkg {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-backface-visibility: hidden;
}

.nav-box-next:hover .pn-bkg, .nav-box-prev:hover .pn-bkg {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.pn-bkg:after {
	content: "";
	background: rgba(0, 0, 0, .3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.nav-box-next:hover .pn-bkg:after, .nav-box-prev:hover .pn-bkg:after {
	background: rgba(0, 0, 0, 0);
}

.next-holder, .prev-holder {
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	padding: 36px;
	position: absolute;
	width: 500px;
}

.next-holder {
	right: 0;
	left: auto;
	text-align: right;
}

.nav-box-prev:hover .prev-holder {
	left: -500px;
}

.nav-box-next:hover .next-holder {
	right: -500px;
}

.next-holder span, .prev-holder span {
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
	opacity: .9;
}

.next-holder h4, .prev-holder h4 {
	color: #fff;
	font-weight: 700;
}

.nav-box-next .pn-bkg, .nav-box-prev .pn-bkg, .next-holder, .pn-bkg:after, .prev-holder {
	-webkit-transition: all 1.3s cubic-bezier(.25, 1, .35, 1) 0s;
	-moz-transition: all 1.3s cubic-bezier(.25, 1, .35, 1) 0s;
	-o-transition: all 1.3s cubic-bezier(.25, 1, .35, 1) 0s;
	-ms-transition: all 1.3s cubic-bezier(.25, 1, .35, 1) 0s;
	transition: all 1.3s cubic-bezier(.25, 1, .35, 1) 0s;
}

#msg-contact, .comm-field, .contact-field {
	width: 100%;
	padding: 12px 16px;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
	margin-top: 24px;
}

#msg-contact {
	padding: 12px 16px;
	border: 2px solid #e5e5e5;
	border-radius: 5px;
}

.contact-btn, .form-submit {
	text-align: right;
}

.form-submit {
	margin-bottom: 0;
}

#submit-contact {
	margin-top: 24px;
}

.comm-title .section-title {
	margin-top: 54px;
	font-weight: 700;
	font-size: 28px;
	text-align: center;
}

.output2 {
	margin-top: 24px;
	border: 1px solid red;
	border-radius: 5px;
	padding: 8px 16px;
	color: red;
}

.antispam {
	display: none;
}

.contact-field {
	margin-bottom: 24px;
}

#submit-contact, .submit {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #151515;
	background: 0 0;
	border: 2px solid #151515;
	padding: 8px 16px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 24px;
	border-radius: 99em;
}

#submit-contact:hover, .submit:hover {
	border: 2px solid #1bc4e3;
	color: #fff;
	background: #1bc4e3;
	text-decoration: none;
}

.comm-send {
	margin-top: 54px;
	text-align: center;
}

.commentlist {
	margin: 0;
}

.commentlist>li {
	list-style: none;
	margin: 0;
	margin-top: 28px;
}

.commentlist>li ul.children li {
	list-style: none;
}

.children li.depth-2 {
	margin: 0 0 0 63px;
}

.children li.depth-3 {
	margin: 0 0 0 63px;
}

.children li.depth-4 {
	margin: 0 0 0 63px;
}

.children li.depth-5 {
	margin: 0 0 0 63px;
}

.children li.depth-6 {
	margin: 0 0 0 63px;
}

.children li.depth-7 {
	margin: 0 0 0 63px;
}

.children li.depth-8 {
	margin: 0 0 0 63px;
}

.children li.depth-9 {
	margin: 0 0 0 63px;
}

.children li.depth-10 {
	margin: 0 0 0 63px;
}

.comment-body {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid #f2f2f2;
}

.comment-details {
	position: relative;
	margin-left: 72px;
}

.comment-avatar {
	position: absolute;
	left: -72px;
	top: 0;
}

.comment-avatar img {
	display: block;
	border-radius: 50%;
}

.comment-author .author a, .comment-author .author a:visited {
	border: none;
}

.comment-author .author a, .comment-author span {
	color: #151515;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 10px;
	font-style: normal;
}

.comment-author .author a:hover {
	color: #1bc4e3;
}

.comment-content p:last-child {
	margin: 0;
}

.comment-date {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 8px;
	color: #999;
}

.reply {
	text-align: right;
	margin-top: 8px;
}

.comment-reply-link {
	margin-top: 8px;
	text-decoration: none;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #151515;
	background: 0 0;
}

.comment-reply-link:hover {
	color: #1bc4e3;
	text-decoration: none;
}

#cancel-comment-reply-link {
	font-size: 12px;
}

.commentlist .children {
	margin: 0;
}

#comments_wrap {
	margin-top: 16px;
}

#cancel-comment-reply {
	float: right;
	margin-top: 16px;
}

.comment-reply-title small {
	display: block;
	margin-bottom: 8px;
}

.children #commentform textarea {
	width: 95.6%;
}

input::-ms-clear {
	display: none;
}

@-ms-viewport {
	width: auto;
}

.layout-3 .related-title {
	font-size: 18px;
	font-weight: 700;
	padding: 0 10px;
}

.item-related {
	height: 300px;
	min-height: 300px;
	margin-top: 28px;
}

.item-related:nth-child(1), .item-related:nth-child(2) {
	padding-right: 5px;
}

.item-related:nth-child(2), .item-related:nth-child(3) {
	padding-left: 5px;
}

.view-more-related a:after {
	display: none;
}

.view-more-related a {
	color: #fff;
}

.item-content-bkg .view-more-related {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	width: 80%;
	text-align: center;
	color: #fff;
	margin-top: 0;
	opacity: 0;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	-ms-transition: all .3s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
}

.item-content-bkg:hover .view-more-related {
	opacity: .9;
}

.topArchiveBkg, .topCustomPageBkg {
	height: 320px;
}

aside ul, footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

aside>ul>li {
	margin-top: 42px;
}

aside>ul>li:first-child {
	margin-top: 0;
}

.widgettitle {
	color: #151515;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 24px;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: left;
}

.widgettitle:after {
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	margin-top: 8px;
	background: #151515;
}

.rowSearch .widgettitle {
	text-align: center;
}

.rowSearch .widgettitle:after {
	display: none;
}

.widget ul li {
	margin-bottom: 8px;
}

.widget ul li:last-child {
	margin-bottom: 0;
}

.widget ul li a {
	color: #454545;
}

.widget ul li a:hover {
	color: #1bc4e3;
}

.widget_archive li, .widget_categories>ul>li, .widget_recent_entries li {
	color: #454545;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
}

.widget_categories ul.children {
	padding-top: 8px;
	margin-left: 24px;
}

.widget_archive li:last-child, .widget_categories>ul>li:last-child, .widget_recent_entries li:last-child {
	border: none;
}

aside .instagram-pics, footer .instagram-pics {
	text-align: center;
}

aside .instagram-pics li, footer .instagram-pics li {
	display: inline-block;
	margin: 0 7px 7px 0;
}

aside .instagram-pics li img, footer .instagram-pics li img {
	width: 80px;
	height: 80px;
}

.textwidget img {
	display: block;
	height: auto;
	max-width: 100%;
}

.textwidget select {
	width: 100%;
}

.flickr div {
	float: left;
	margin: 0 10px 10px 0;
}

.flickr img {
	width: 60px;
	height: 60px;
}

.flickr div.last {
	margin: 0 0 10px 0;
}

.flickr div a {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0;
}

.widget-display-posts-img ul li {
	margin-bottom: 16px;
}

.widget-display-posts-img ul li:last-child {
	margin-bottom: 0;
}

.display-post-img {
	display: block;
	position: relative;
	float: left;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.display-post-img img {
	height: auto;
	left: -25px;
	position: absolute;
	width: 120px;
}

.display-post-text {
	margin-left: 80px;
}

.display-post-date {
	font-size: 11px;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: 1px;
}

footer {
	background: #f2f2f2;
	margin-top: 0;
	padding: 54px 0;
}

#footer-instagram {
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}

#footer-instagram .widgettitle {
	text-align: center;
	display: inline-block;
	padding: 5px 14px;
	border: 2px solid #151515;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin-bottom: 14px;
}

#footer-instagram .instagram-pics {
	margin: 0;
}

#footer-instagram .instagram-pics li {
	display: inline-block;
	margin: 0;
	width: 25%;
}

#footer-instagram .instagram-pics li img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#footer-instagram .instagram-pics li img:hover {
	opacity: .9;
}

#footer-instagram .clear {
	bottom: 0;
	font-size: 12px;
	left: 0;
	letter-spacing: 2px;
	line-height: 1.1;
	position: absolute;
	right: 0;
}

#footer-instagram .clear a {
	background: rgba(0, 0, 0, .5);
	border: medium none;
	color: #fff;
	display: inline-block;
	padding: 5px 14px;
}

.foo-block .widget {
	margin-bottom: 36px;
}

.bottom-info {
	margin-top: 18px;
}

.copyright {
	width: 50%;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
}

.footer-social {
	width: 50%;
	float: right;
	margin: 0;
	text-align: right;
}

.get-social {
	margin: 0;
}

.author-social li, .footer-social li, .get-social li {
	display: inline-block;
	list-style: none;
	margin-left: 10px;
	font-size: 16px;
}

.author-social li:first-child, .footer-social li:first-child, .get-social li:first-child {
	margin-left: 0;
}

.footer-social a, .get-social li a {
	color: #454545;
}

.footer-social a.social-twitter:hover, .get-social li a.social-twitter:hover {
	color: #29c5f6 !important;
}

.footer-social a.social-facebook:hover, .get-social li a.social-facebook:hover {
	color: #6788ce !important;
}

.footer-social a.social-gplus:hover, .get-social li a.social-gplus:hover {
	color: #e75c3c !important;
}

.footer-social a.social-linkedin:hover, .get-social li a.social-linkedin:hover {
	color: #3a9bdc !important;
}

.footer-social a.social-pinterest:hover, .get-social li a.social-pinterest:hover {
	color: #fe4445 !important;
}

.footer-social a.social-youtube:hover, .get-social li a.social-youtube:hover {
	color: #e34040 !important;
}

.footer-social a.social-vimeo:hover, .get-social li a.social-vimeo:hover {
	color: #4bf !important;
}

.footer-social a.social-instagram:hover, .get-social li a.social-instagram:hover {
	color: #aa8062 !important;
}

.footer-social a.social-dribbble:hover, .get-social li a.social-dribbble:hover {
	color: #ed4f8c !important;
}

.footer-social a.social-skype:hover, .get-social li a.social-skype:hover {
	color: #24b4f0 !important;
}

.scrollup {
	display: none;
}

.scrollup i {
	width: 30px;
	height: 30px;
	position: fixed;
	background: #151515;
	border-radius: 50%;
	bottom: 20px;
	right: 20px;
	text-align: center;
	padding-top: 5px;
	cursor: pointer;
	z-index: 110;
}

.prev-next {
	margin: 54px 0;
}

.page-links, .prev-next {
	text-align: center;
	font-size: 0;
}

.nav-page a, .page-links a, .page-numbers {
	color: #151515;
	margin: 0 6px;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	padding: 0 11px;
	border: 1px solid #e5e5e5;
	border-radius: 99em;
}

.current-page, .nav-page a:hover, .page-links a:hover, .page-numbers:hover {
	border: 1px solid #1bc4e3;
	color: #151515;
}

.page-links {
	margin-top: 24px;
}

.modal-dialog {
	width: auto;
	margin: 0;
}

.modal.fade .modal-dialog, .modal.in .modal-dialog {
	transform: none;
}

.modal-backdrop.in {
	opacity: 0;
}

#myModal .modal-content {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 81px 0;
	background: 0 0;
	min-height: 500px;
}

#myModal.fade.in {
	opacity: .95;
}

.modal {
	background: #1bc4e3;
}

.exit-modal {
	margin-left: auto;
	cursor: pointer;
}

.exit-modal .icon-bar:before {
	top: 9px;
}

.exit-modal .icon-bar:after {
	top: 22px;
}

.modal-title {
	text-align: center;
	margin-bottom: 16px;
	color: #fff;
	font-size: 54px;
	font-weight: 700;
}

.search-bar {
	margin-top: 36px;
	text-align: center;
}

.search-bar .search-string, .search-string {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 24px;
	width: 80%;
	padding: 16px;
	line-height: 1.5;
	border-radius: 99em;
}

aside .search-string {
	width: 100%;
}

.search-string {
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #454545;
}

.search-box {
	padding: 12px 24px;
	width: 100%;
	border: 1px solid #e5e5e5;
}

.modal-tags a, .tagcloud a {
	margin: 7px 7px 0 0;
	padding: 6px 12px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: lowercase;
	text-align: center;
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	border-radius: 99em;
	line-height: 1.4;
}

.modal-tags a:hover {
	background: #fff;
	color: #151515;
}

.tagcloud a {
	border: 1px solid #454545;
	color: #454545;
}

.tagcloud a:hover {
	border: 1px solid #1bc4e3;
	color: #1bc4e3;
}

.table {
	width: auto;
}

.rowSearch {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.rowSearch .col-md-4 {
	margin-top: 42px;
}

.rowSearch .widgettitle {
	color: #fff;
}

.search-list {
	margin: 0;
}

.search-list li {
	list-style: none;
	margin-bottom: 8px;
	text-align: center;
}

.search-list li a {
	color: #fff;
}

.search-list li a:hover {
	border-bottom: 1px solid #fff;
}

.dot-irecommendthis, .post-single-meta li a.dot-irecommendthis {
	background: 0 0;
	padding: 0 0 0 19px;
	border: 0 !important;
	margin-bottom: 0;
	display: inline-block;
	text-decoration: none;
	position: relative;
	color: #f66;
}

.dot-irecommendthis:before {
	display: block;
	font-family: FontAwesome;
	content: "";
	line-height: 1;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 6px;
}

.dot-irecommendthis.active, .dot-irecommendthis:hover {
	color: #f66 !important;
}

.dot-irecommendthis.active:before, .dot-irecommendthis:hover:before {
	font-family: FontAwesome;
	content: "";
}

#infinite-footer {
	display: none;
}

#infinite-handle {
	text-align: center;
	margin: 54px 0;
}

#infinite-handle span {
	border: 1px solid #e5e5e5;
	border-radius: 99em;
	color: #151515;
	display: inline-block;
	font-size: 12px;
	margin: 0 6px;
	padding: 6px 20px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: 0 0;
}

#infinite-handle span:hover {
	border-color: #1bc4e3;
}

.infinite-loader {
	margin: 54px 0;
	margin-left: -17px;
}

#infinite-handle span button {
	text-transform: uppercase;
}

.infinite-loader .spinner {
	margin: 0 auto;
}

::-webkit-input-placeholder {
	color: #151515;
}

:-moz-placeholder {
	color: #151515;
}

::-moz-placeholder {
	color: #151515;
}

:-ms-input-placeholder {
	color: #151515;
}

::-ms-input-placeholder {
	color: #151515;
}

:placeholder-shown {
	color: #151515;
}

@media (min-width:1400px) {
	.container {
		width: 1200px;
	}
	
	.topHomeHolder {
		width: 60%;
	}
	
	.topSingleHolder {
		width: 90%;
	}
	
	.post-wrapper-zigzag .post-desc-static {
		padding: 110px 72px 36px;
	}
}

@media (min-width:1200px) {
	.topSingleBkg {
		height: 500px;
	}
	
	.topArchiveBkg .topHomeHolder, .topCustomPageBkg .topHomeHolder, .topHomeImg .topHomeHolder, .topSingleBkg .topHomeHolder {
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.topArchiveBkg, .topCustomPageBkg {
		height: 350px;
	}
	
	#footer-instagram .instagram-pics li {
		width: 12.5%;
	}
	
	.layout-3 .post-title, .layout-31 .post-title {
		font-size: 36px;
	}
	
	.layout-3 .related-title {
		font-size: 18px;
	}
	
	.layout-24-1 .item-holder, .layout-24-2 .item-holder, .layout-4 .item-holder, .layout-41 .item-holder, .post-static-4col {
		width: 25%;
	}
	
	.layout-24-1 .post-title, .layout-24-2 .post-title {
		font-size: 28px;
	}
}

@media (min-width:980px) and (max-width:1200px) {
	.topArchiveBkg .topHomeHolder, .topCustomPageBkg .topHomeHolder, .topHomeImg .topHomeHolder, .topSingleBkg .topHomeHolder {
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.topArchiveBkg, .topCustomPageBkg {
		height: 320px;
	}
	
	.topHomeImg {
		height: 375px;
		background-attachment: scroll;
		padding-top: 75px;
	}
	
	.topSingleBkg {
		height: 500px;
	}
	
	.layout-24-1 .item-holder, .layout-24-2 .item-holder, .layout-4 .item-holder, .layout-41 .item-holder {
		width: 25%;
	}
	
	.layout-24-1 .post-title, .layout-24-2 .post-title, .layout-4 .post-title, .layout-41 .post-title {
		font-size: 24px;
	}
	
	.item-content-bkg:hover .post-content {
		top: 60%;
	}
	
	.layout-24-1 .item-holder:nth-of-type(6n+1) .item-content-bkg:hover .post-content, .layout-24-1 .item-holder:nth-of-type(6n+2) .item-content-bkg:hover .post-content, .layout-24-2 .item-holder:nth-of-type(6n+1) .item-content-bkg:hover .post-content, .layout-24-2 .item-holder:nth-of-type(6n+6) .item-content-bkg:hover .post-content, .layout-31 .item-holder:nth-of-type(4n+4) .item-content-bkg:hover .post-content, .layout-41 .item-holder:nth-of-type(5n+5) .item-content-bkg:hover .post-content {
		top: 55%;
	}
	
	.layout-1 .item-holder .item-content-bkg:hover .post-content, .layout-12 .item-holder .item-content-bkg:hover .post-content, .layout-2 .item-holder .item-content-bkg:hover .post-content, .layout-21 .item-holder .item-content-bkg:hover .post-content {
		top: 50%;
	}
}

@media (min-width:768px) and (max-width:979px) {
	.logo-1, .logo-2, .nav-button-holder, .nav-holder-2, .search-social {
		float: none;
		width: 100%;
	}
	
	.logo-1 {
		margin: 16px 0;
		padding-top: 0;
	}
	
	.search-social-2 {
		width: auto;
		text-align: center;
		margin: 16px 0;
	}
	
	.logo-2 {
		margin-top: 0;
	}
	
	.logo-2 img {
		margin: 0 auto;
	}
	
	.menu-nav-2 {
		text-align: center;
	}
	
	.topHomeImg {
		height: auto;
		background-attachment: scroll;
		padding: 162px 0 54px 0;
	}
	
	.topArchiveBkg, .topCustomPageBkg {
		height: 300px;
		padding-top: 162px;
	}
	
	.topHomeHolder {
		width: 95%;
	}
	
	.topHomeHolder h1 {
		font-size: 54px;
	}
	
	.menu-nav-1 {
		width: 100%;
	}
	
	.menu-nav-1 li {
		font-size: 28px;
		letter-spacing: 4px;
		padding-top: 28px;
	}
	
	.social-nav-1 .search-social {
		width: 90%;
	}
	
	#header-1.is-active .nav-button-holder {
		padding-right: 48px;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		width: 20%;
	}
	
	#header-1.is-active .logo, #header-1.is-active .search-social {
		display: none;
	}
	
	#header-3 {
		padding-bottom: 12px;
	}
	
	.item-holder {
		width: 100% !important;
	}
	
	.item-content-bkg .post-content {
		width: 95% !important;
	}
	
	.item-content-bkg .top-desc {
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.item-content-bkg .top-desc, .item-content-bkg:hover .top-desc {
		top: 50%;
	}
	
	.item-content-bkg .post-content, .view-more-related {
		display: none;
	}
	
	.item-content-bkg .post-meta li {
		bottom: 0;
		position: relative;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
	
	.layout-24-1 .post-title, .layout-3 .post-title, .layout-31 .post-title, .layout-4 .post-title, .layout-41 .post-title {
		font-size: 42px;
	}
	
	.post-wrapper-zigzag .post-desc-static {
		padding: 36px;
	}
	
	.post-desc-static .post-title {
		font-size: 36px;
	}
	
	.posts-holder-push-right {
		float: none;
	}
	
	.posts-holder, .posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.nav-box-next, .nav-box-prev {
		width: 100%;
		float: none;
	}
	
	.item-related:nth-child(1), .item-related:nth-child(2) {
		padding-right: 0;
	}
	
	.item-related:nth-child(2), .item-related:nth-child(3) {
		padding-left: 0;
	}
	
	.container-home .col-md-9 {
		padding-right: 0;
	}
}

@media (max-width:767px) {
	.logo-1, .logo-2, .nav-button-holder, .nav-holder-2, .search-social {
		float: none;
		width: 100%;
	}
	
	.logo-1 {
		margin: 16px 0;
		padding-top: 0;
	}
	
	.search-social-2 {
		width: auto;
		text-align: center;
		margin: 16px 0;
	}
	
	.logo-2 {
		margin-top: 0;
	}
	
	.logo-2 img {
		margin: 0 auto;
	}
	
	.menu-nav-2 {
		padding: 14px 0;
		margin-top: 7px;
		background: #1bc4e3;
	}
	
	.menu-nav-2 li {
		display: block;
		font-size: 14px;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	.menu-nav-2 li a {
		padding: 7px 0;
	}
	
	.menu-nav-2>li>a:before {
		display: none;
	}
	
	.menu-nav-2 ul {
		margin: 0;
		padding: 0;
		top: 0;
		left: 0;
		display: block;
		position: relative;
		background: 0 0;
		border: none !important;
		width: auto;
	}
	
	.menu-nav-2 ul {
		text-align: center;
	}
	
	.menu-nav-2 li:hover ul li a, .menu-nav-2 ul li a {
		border-bottom: none !important;
		padding: 0;
		margin-bottom: 7px;
		color: #fff;
	}
	
	.menu-nav-2 li:hover ul li a:hover, .menu-nav-2 ul li a:hover {
		color: #000;
	}
	
	.menu-nav-2 li.current-menu-item>a:before, .menu-nav-2 li:hover>a:before {
		background: 0 0 !important;
	}
	
	.menu-nav-2 li:hover ul li a:hover, .menu-nav-2 ul li a:hover {
		background: 0 0 !important;
	}
	
	.menu-nav-2 ul li:first-child a {
		padding-top: 0;
	}
	
	.menu-nav-2 li ul ul {
		left: 0;
		top: 0;
	}
	
	.navbar-toggle {
		display: block;
	}
	
	.navbar-collapse.in {
		max-height: 350px;
	}
	
	.topHomeImg {
		height: auto;
		background-attachment: scroll;
		padding: 162px 0 54px 0;
	}
	
	.topHomeHolder {
		width: 95%;
	}
	
	.topHomeHolder h1, .topSingleHolder h1 {
		font-size: 42px;
	}
	
	.topHomeBkg {
		background-attachment: scroll;
	}
	
	.topSingleBkg {
		height: 400px;
		padding-top: 120px;
	}
	
	.topArchiveBkg, .topCustomPageBkg {
		height: 300px;
		padding-top: 162px;
	}
	
	.menu-nav-1 {
		width: 100%;
	}
	
	.menu-nav-1 li {
		font-size: 28px;
		letter-spacing: 4px;
		padding-top: 28px;
	}
	
	.social-nav-1 .search-social {
		width: 90%;
	}
	
	#header-1.is-active .nav-button-holder {
		padding-right: 48px;
		position: absolute;
		right: 0;
		text-align: right;
		top: 0;
		width: 20%;
	}
	
	#header-1.is-active .logo, #header-1.is-active .search-social {
		display: none;
	}
	
	#header-3 {
		padding-bottom: 12px;
	}
	
	.item-holder {
		width: 100% !important;
		height: 400px;
		min-height: 400px;
	}
	
	.item-content-bkg .post-content {
		width: 95% !important;
	}
	
	.item-content-bkg .top-desc {
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
	.item-content-bkg .top-desc, .item-content-bkg:hover .top-desc {
		top: 50%;
	}
	
	.item-content-bkg .post-content, .view-more-related {
		display: none;
	}
	
	.item-content-bkg .post-meta li {
		bottom: 0;
		position: relative;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;
	}
	
	.layout-24-1 .post-title, .layout-3 .post-title, .layout-31 .post-title, .layout-4 .post-title, .layout-41 .post-title, .post-title {
		font-size: 28px;
	}
	
	.post-static-2col, .post-static-3col, .post-static-4col, .post-wrapper-zigzag .post-desc-static, .post-wrapper-zigzag .post-image-holder {
		width: 100%;
		float: none;
	}
	
	.post-wrapper-zigzag-right .post-image-holder {
		float: none;
	}
	
	.post-wrapper-zigzag .post-desc-static {
		padding: 54px;
	}
	
	.post-wrapper-zigzag-right .post-desc-static {
		text-align: left;
	}
	
	.post-image-holder:after {
		top: auto;
		bottom: 0;
		right: auto;
		left: 54px;
		border-right-color: transparent !important;
		border-bottom-color: #fff;
	}
	
	.post-wrapper-zigzag-right .post-image-holder:after {
		left: 54px;
		border-left-color: transparent !important;
		border-bottom-color: #fff;
	}
	
	.post-static-2col .post-image-holder, .post-wrapper-zigzag .post-image-holder {
		height: 400px;
	}
	
	.post-title {
		margin: 24px 0;
	}
	
	.post-static-3col .post-desc-static, .post-static-4col .post-desc-static {
		padding: 36px 54px;
	}
	
	.post-static-3col .post-desc-static .post-title, .post-static-4col .post-desc-static .post-title {
		font-size: 36px;
	}
	
	.post-static-3col .post-image-holder:after, .post-static-4col .post-image-holder:after {
		left: 54px;
	}
	
	.layout-static .layout-1 {
		margin-bottom: 36px;
	}
	
	.posts-holder-push-right {
		float: none;
	}
	
	.posts-holder, .posts-holder-push-right {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.get-social, .tags-single-page {
		float: none;
		text-align: center;
	}
	
	.get-social {
		margin-top: 24px;
	}
	
	.nav-box-next, .nav-box-prev {
		width: 100%;
		float: none;
	}
	
	.prev-next-sidebar .next-holder, .prev-next-sidebar .prev-holder {
		width: 500px;
	}
	
	.item-related:nth-child(1), .item-related:nth-child(2) {
		padding-right: 0;
	}
	
	.item-related:nth-child(2), .item-related:nth-child(3) {
		padding-left: 0;
	}
	
	.container-home .col-md-9 {
		padding-right: 0;
	}
}

@media (max-width:568px) {
	.next-holder, .prev-holder, .prev-next-sidebar .next-holder, .prev-next-sidebar .prev-holder {
		width: 100%;
	}
}
