/*------------------------------------------------------------------
 [Table of contents]

 General Styling
 Header
 Footer
 About Us
 Blog
 Contact
 Portfolio
 Sidebar
 Typography
 Elements [Forms, buttons etc..]
 Other Plugins

 [/Table of contents]
 -------------------------------------------------------------------*/
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,700);
@import url(//fonts.googleapis.com/css?family=Radley:400,400italic);

.primary-font, body, nav.main-navigation ul li ul.sub-menu li a, nav.responsive-menu ul li .sub-menu a, .artcore-small {
	font-family: 'Roboto', sans-serif;
}
.heading-font, a.side-menu-button, nav.main-navigation ul a, nav.responsive-menu a, footer .footer-widgets .widget .subscribe-form .subscribe-submit, .blog-classic .blog-post .post-date span, .read-more, .nav-links a, .blog-search .blog-search-submit, #projects-filter a, h1, h2, h3, h4, h5, h6, .artcore-underline, .artcore-large, .testimonials .testimonial-item .testimonial-author, .btn, .progress-text span {
	font-family: 'Montserrat', sans-serif;
}
.serif-font, .team-item .team-content span.role, .client-quote p.description, .blog-classic .blog-post .post-header .post-meta, .blog-isotope .blog-post .blog-meta, #sidebar .recent-post-item .post-meta, .post-formatting .wp-caption .wp-caption-text, .testimonials .testimonial-item p {
	font-family: 'Radley', serif;
}
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 93.75%;
}
body {
	color: #6e6e6e;
	font-size: 15px;
	line-height: 27px;
	text-rendering: optimizeLegibility;
	background: #ffffff;
}
body lesshat-selector {
	-lh-property: 0;
}
::selection {
	color: #fff;
	background: #e6772e;
}
::-moz-selection {
	color: #fff;
	background: #e6772e;
}
img::selection {
	background: transparent;
}
img::-moz-selection {
	background: transparent;
}
a {
	color: #e6772e;
	text-decoration: none;
	-moz-transition: all 150ms;
	-webkit-transition: all 150ms;
	-o-transition: all 150ms;
	transition: all 150ms;
}
a:hover {
	color: inherit;
}
hr {
	border-color: #dddddd;
}
.spacer {
	position: relative;
	display: block;
	margin: 40px 0;
}
.spacer-30 {
	margin: 30px 0;
}
section {
	padding: 60px 0;
}
section.parallax-section {
	padding: 0;
}
.parallax-section {
	position: relative;
}
.parallax-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top-center;
	background-attachment: fixed;
	z-index: 32;
}
.parallax-inner {
	position: relative;
	padding: 60px 0;
	z-index: 33;
}
.site-header .inner-header {
	padding: 0 70px;
}
@media (max-width: 991px) {
	.site-header .inner-header {
		padding: 0 15px;
	}
}
.site-header .top-header {
	background: #3e3e3e;
	color: #a8a8a8;
	font-size: 13px;
}
.site-header .top-header a {
	color: #fff;
}
.site-header .top-header .left-header {
	text-align: left;
	padding: 10px 0;
	float: left;
}
@media (max-width: 991px) {
	.site-header .top-header .left-header {
		float: none;
		text-align: center;
	}
}
.site-header .top-header .right-header {
	float: right;
	text-align: right;
	padding: 10px 0;
}
@media (max-width: 991px) {
	.site-header .top-header .right-header {
		float: none;
		text-align: center;
	}
}
.site-header .top-header .social a {
	display: inline-block;
	padding: 0 4px;
}
.site-header .main-header {
	background: #fff;
}
.site-header .main-header .logo {
	width: 174px;
	float: left;
	padding: 32px 0;
}
.site-header .main-header .logo img {
	width: 100%;
}
@-webkit-keyframes headerAnimation {
0% {
margin-top: -70px;
}
100% {
margin-top: 0;
}
}
@keyframes headerAnimation {
0% {
margin-top: -70px;
}
100% {
margin-top: 0;
}
}
.header-sticky {
	position: relative;
	background: #fff;
	z-index: 9998;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.header-sticky.sticky {
	-moz-animation: headerAnimation 0.7s 1;
	-webkit-animation: headerAnimation 0.7s 1;
	-o-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.header-sticky.sticky .logo {
	padding: 22px 0;
}
.header-sticky.sticky nav.main-navigation ul li {
	padding: 19px 12px;
}
.header-sticky.sticky nav.main-navigation ul li ul.sub-menu li {
	padding: 0;
}
.header-sticky.sticky nav.main-navigation ul li ul.sub-menu li a {
	padding: 5px 30px;
}
.header-sticky.sticky .search-menu-button {
	margin: 28px 0 30px 15px;
}
.header-sticky.sticky .header-right-toggle {
	padding: 29px 0 15px 30px;
}
.header-sticky.sticky .header-search-wrap {
	top: 57px;
}
.search-menu-button {
	position: relative;
	margin: 38px 0 40px 15px;
}
.search-menu-button a {
	color: #3e3e3e;
}
.header-search-wrap {
	display: none;
	position: absolute;
	top: 67px;
	right: -10px;
	width: 300px;
}
.header-search-wrap form.search-form {
	height: 60px;
}
.header-search-wrap form.search-form input {
	width: 100%;
	height: 100%;
	padding: 10px 15px;
}
.header-right-toggle {
	padding: 39px 0 39px 30px;
}
.header-right-toggle a {
	color: #3e3e3e;
}
a.side-menu-button {
	text-transform: uppercase;
	font-weight: 700;
	color: #3e3e3e;
}
a.side-menu-button i {
	margin-right: 6px;
}
nav.main-navigation {
	position: relative;
	z-index: 20;
}
nav.main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
nav.main-navigation ul li {
	position: relative;
	display: inline-block;
	padding: 29px 12px;
}
nav.main-navigation ul li ul.sub-menu,
nav.main-navigation ul li ul.children {
	position: absolute;
	top: 82%;
	left: 0;
	width: 230px;
	background: #fff;
	padding: 22px 0;
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	opacity: 0;
	-moz-transform: translate3d(0, 20px, 0);
	-o-transform: translate3d(0, 20px, 0);
	-ms-transform: translate3d(0, 20px, 0);
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.main-navigation ul li ul.sub-menu li,
nav.main-navigation ul li ul.children li {
	display: block;
	padding: 0;
	margin: 0;
}
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul li ul.children li a {
	font-weight: normal;
	font-size: 13px;
	padding: 5px 30px;
}
nav.main-navigation ul li:hover ul.sub-menu,
nav.main-navigation ul li:hover ul.children {
	visibility: visible;
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3e3e3e;
	font-weight: 700;
	display: block;
	padding: 10px;
}
nav.main-navigation ul a:hover, nav.main-navigation ul .current-menu-item a {
	color: #e6772e;
}
nav.main-navigation ul a i {
	margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
	nav.main-navigation ul a {
		padding: 10px 0;
	}
}
nav.responsive-menu ul {
	padding: 25px 15px;
	margin: 0;
	list-style: none;
}
nav.responsive-menu ul li {
	display: block;
	position: relative;
}
nav.responsive-menu ul li .show-submenu {
	position: absolute;
	top: 5px;
	left: 5px;
	cursor: pointer;
	color: #a8a8a8;
}
nav.responsive-menu ul li .sub-menu {
	display: none;
	padding: 0 0 0 30px;
}
nav.responsive-menu ul li .sub-menu.open {
	display: block;
}
nav.responsive-menu ul li .sub-menu li {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 2px;
}
nav.responsive-menu ul li .sub-menu a {
	padding: 2px;
}
nav.responsive-menu a {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	padding: 4px 25px;
	margin: 0;
	color: #6e6e6e;
}
.sidebar-menu-inner {
	position: relative;
	overflow: hidden;
	background: #fff;
}
.sidebar-menu-container {
	position: relative;
	overflow: hidden;
}
.sidebar-menu-push {
	position: relative;
	left: 0;
	z-index: 9999;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}
.sidebar-menu-overlay {
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.3);
	content: '';
	opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.sidebar-menu {
	position: fixed;
	top: 0;
	left: 0;
	/*z-index: 1000;*/
	visibility: hidden;
    display: none;
	width: 250px;
	height: 100%;
	padding: 0;
	background: #fff;
	-webkit-transition: all 1s;
	transition: all 1s;
	overflow-y: auto;
}
.sidebar-menu.open {
	visibility: visible;
	display: block;
}

.sidebar-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	content: '';
	opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
	-webkit-transform: translate3d(250px, 0, 0);
	transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
	margin-left: 250px;
}
.slide-from-left.sidebar-menu {
	/*z-index: 1;*/
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0s;
	transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
	display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
	.sidebar-menu {
		width: 320px;
	}
	.slide-from-left.sidebar-menu-open .sidebar-menu-push {
		-webkit-transform: translate3d(320px, 0, 0);
		transform: translate3d(320px, 0, 0);
	}
	.ie9 .slide-from-left .sidebar-menu-push {
		margin-left: 320px;
	}
}
footer {
	background: #3e3e3e;
	font-size: 13px;
	color: #a8a8a8;
}
footer a, footer a:focus {
	color: #a8a8a8;
}
footer a:hover, footer a:focus:hover {
	color: #c2c2c2;
}
footer .footer-widgets {
	padding-top: 80px;
}
footer .footer-widgets .widget {
	margin-bottom: 50px;
}
footer .footer-widgets .widget .image-placeholder {
	display: block;
	margin-bottom: 25px;
	width: 174px;
}
footer .footer-widgets .widget select {
	width: 100%;
}
footer .footer-widgets .widget select, footer .footer-widgets .widget input[type="text"], footer .footer-widgets .widget textarea {
	padding: 10px;
	background-color: #313131;
	border: none;
}
footer .footer-widgets .widget img {
	max-width: 100%;
	height: auto;
}
footer .footer-widgets .widget .image-placeholder img {
	width: 100%;
	height: auto;
}
footer .footer-widgets .widget .wp-caption {
	background-color: #313131;
}
footer .footer-widgets .widget .wp-caption-text {
	padding: 2px 5px;
}
footer .footer-widgets .widget .widget-title {
	font-size: 15px;
	letter-spacing: 1px;
	color: #fff;
	margin: 0 0 25px 0;
}
footer .footer-widgets .widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
footer .footer-widgets .widget ul li ul {
	padding: 0 0 0 40px;
}
footer .footer-widgets .widget ul li {
	margin-bottom: 2px;
	display: block;
}
footer .footer-widgets .widget ul li:before {
	font-size: 10px;
	font-family: 'FontAwesome';
	content: '\f0a9';
	display: inline-block;
	margin-right: 7px;
}
footer .footer-widgets .widget.widget_rss ul li {
	margin-bottom: 25px;
}
footer .footer-widgets .widget.widget_rss ul li:last-child {
	margin-bottom: 0;
}
footer .footer-widgets .widget.widget_rss ul li:before, footer .footer-widgets .flickr-feed .flickr-images li:before, footer .footer-widgets .recent-projects-widget .recent-projects li:before {
	display: none;
}
footer .footer-widgets .flickr-feed .flickr-images li, footer .footer-widgets .recent-projects-widget .recent-projects li {
	display: inline-block;
}
footer .footer-widgets .widget_calendar #wp-calendar thead {
	background-color: #313131;
}
footer .footer-widgets .widget_calendar #calendar_wrap, footer .footer-widgets .widget_calendar #wp-calendar tr, footer .footer-widgets .widget_calendar #wp-calendar caption {
	border-color: #666;
}
footer .footer-widgets .widget_calendar #wp-calendar td a {
	color: #fff;
}
footer .footer-widgets .widget_mc4wp_widget form {
	position: relative;
	margin-top: 20px;
}
footer .footer-widgets .widget_mc4wp_widget form input[type="text"], footer .footer-widgets .widget_mc4wp_widget form input[type="email"] {
	background: #313131;
	border: none;
	padding: 10px 15px;
	width: 100%;
	height: 47px;
	line-height: normal;
}
footer .footer-widgets .widget_mc4wp_widget form input[type="submit"] {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e6772e;
	padding: 10px 15px;
	border: none;
	outline: none;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}
footer .footer-copyright {
	padding: 30px 0;
}
.team-item {
	overflow: hidden;
	margin-bottom: 30px;
}
.team-item .team-thumb {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.team-item .team-thumb img {
	width: 100%;
	display: block;
}
.team-item .team-thumb .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 5;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.team-item .team-thumb .hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: #e6772e;
	padding: 10px 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);
	-o-transform: translate3d(0, 100px, 0);
	-ms-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	z-index: 6;
}
.team-item .team-thumb .hover a {
	color: #fff;
	border: 1px solid #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	-webkit-border-radius: 30px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 30px;
	-moz-background-clip: padding;
	border-radius: 30px;
	background-clip: padding-box;
	display: inline-block;
	margin: 5px;
	font-size: 12px;
}
.team-item .team-thumb .hover a:hover {
	background: #fff;
	color: #e6772e;
}
.team-item .team-thumb:hover .overlay {
	visibility: visible;
	opacity: 1;
}
.team-item .team-thumb:hover .hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.team-item .team-content {
	margin-top: 20px;
	text-align: center;
}
.team-item .team-content span.role {
	color: #a8a8a8;
	font-style: italic;
}
.team-item .team-content h5 {
	font-size: 18px;
}
.team-item .team-content h5:after {
	display: block;
	content: '';
	width: 30px;
	height: 1px;
	background: #dddddd;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.client-quote {
	background: #fff;
	padding: 30px;
	text-align: center;
}
.client-quote p.description {
	font-style: italic;
	font-size: 16px;
	margin-bottom: 25px;
}
.client-quote p.description:before {
	margin-bottom: 10px;
	display: block;
	font-family: 'FontAwesome';
	content: "\f10d";
	color: #a8a8a8;
}
.client-quote p:last-child {
	margin-bottom: 0;
}
.blog-isotope.row {
	margin-left: 0;
	margin-right: 0;
}
.blog-classic {
	padding-right: 35px;
}
@media (max-width: 991px) {
	.blog-classic {
		padding: 0 15px;
	}
}
.blog-classic .blog-post {
	margin-bottom: 40px;
}
.blog-classic .blog-post .post-thumb {
	overflow: hidden;
	margin-bottom: 25px;
}
.blog-classic .blog-post .post-thumb img {
	max-width: 100%;
	/*width: 100%;*/
	height: auto;
}
.blog-classic .blog-post .post-date {
	background: #e6772e;
	color: #fff;
	width: 70px;
	text-align: center;
	padding: 15px 10px;
	float: left;
	margin-right: 30px;
}
.blog-classic .blog-post .post-date span {
	display: block;
}
.blog-classic .blog-post .post-date span.day {
	font-size: 24px;
}
@media (max-width: 767px) {
	.blog-classic .blog-post .post-date {
		display: none;
	}
}
.blog-classic .blog-post .post-content {
	margin-top: 20px;
}
.blog-classic .blog-post .post-content .right {
	overflow: hidden;
}
.blog-classic .blog-post .post-header {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 15px;
}
.blog-classic .blog-post .post-header .post-title {
	margin: 5px 0 0 0;
	font-size: 28px;
	text-transform: capitalize;
}
.blog-classic .blog-post .post-header .post-title a {
	color: #3e3e3e;
}
.blog-classic .blog-post .post-header .post-title a:hover {
	color: #e6772e;
}
.blog-classic .blog-post .post-header .post-meta {
	padding: 10px 0 15px 0;
	display: block;
	font-style: italic;
	color: #a8a8a8;
}
.blog-classic .blog-post .post-header .post-meta a {
	color: #a8a8a8;
}
.blog-isotope .blog-post {
	margin-bottom: 20px;
}
.blog-isotope .blog-post span.blog-thumb {
	position: relative;
	overflow: hidden;
	z-index: 25;
	margin-bottom: 20px;
	display: block;
}
.blog-isotope .blog-post span.blog-thumb img {
	-lh-property: 0;
	width: -webkit-calc(100% + 40px);
	width: -moz-calc(100% + 40px);
	width: calc(100% + 40px);
	height: auto;
	max-width: none;
	-webkit-transform: translate3d(-30px, 0, 0);
	-moz-transform: translate3d(-30px, 0, 0);
	-o-transform: translate3d(-30px, 0, 0);
	-ms-transform: translate3d(-30px, 0, 0);
	transform: translate3d(-30px, 0, 0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	-o-transition: opacity 0.35s, -o-transform 0.35s;
	transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}
.blog-isotope .blog-post span.blog-thumb .hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 26;
}
.blog-isotope .blog-post .blog-title .blog-title-inner {
	color: #3e3e3e;
	display: block;
	line-height: 1.45em;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.blog-isotope .blog-post .blog-title:hover .blog-thumb img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.blog-isotope .blog-post .blog-title:hover .hover {
	visibility: visible;
	zoom: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.blog-isotope .blog-post .blog-title:hover .blog-title-inner {
	color: #e6772e;
}
.blog-isotope .blog-post .blog-meta {
	color: #a8a8a8;
	text-transform: capitalize;
	font-size: 15px;
	display: block;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

.blog-isotope .blog-post .blog-meta a {
	color: #a8a8a8;
}
.read-more {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
}
.read-more:hover {
	color: #eb955c;
}
.nav-links .nav-previous {
	float: left;
}
.nav-links .nav-next {
	float: right;
}
.nav-links a {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #a8a8a8;
}
.blog-search {
	position: relative;
}
.blog-search .blog-search-field {
	width: 100%;
	padding: 10px;
}
.blog-search .blog-search-submit {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #e6772e;
	padding: 12px 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 12px;
}
.comment-head {
	margin: 40px 0 10px 0;
}
.comment-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.comment-list ul {
	list-style: none;
}
.comment-list .comment {
	margin: 40px 0;
}
.comment-list .children {
	margin-left: 20px;
}
.comment-list .children li:last-child {
	margin-bottom: 0;
}
.comment-meta {
	position: relative;
	margin-bottom: 15px;
	color: inherit;
	background: inherit;
	font-size: inherit;
}
.comment-meta .comment-author {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
}
.comment-meta .comment-author a {
	color: #3e3e3e;
}
.comment-meta .comment-author a:hover {
	color: #717171;
}
.comment-meta .comment-author .says {
	display: none;
}

.comment-meta .comment-awaiting-moderation {
	margin: 10px 0;
	display: block;
	font-style: italic;
	color: #a8a8a8;
}

.comment-body {
	position: relative;
}
.comment-body .reply {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 13px;
	text-transform: none;
}
.comment-body .reply a {
	color: #3e3e3e;
}
.comment-body .reply a:hover {
	color: #e6772e;
}
.comment-meta .comment-metadata {
	font-size: 13px;
}
.comment-meta .comment-metadata a {
	display: inline-block;
	color: #3e3e3e;
}
.comment-meta .comment-metadata a:after {
	content: '/';
	color: #a8a8a8;
	margin: 0 7px;
}
.comment-meta .comment-metadata a:last-child:after {
	display: none;
}
.comment-content {
	overflow: hidden;
	/*padding: 0 0 0 100px;*/
}
.comment-content p {
	margin-bottom: 0;
}
.comment-avatar {

}
.comment-author img {
	display: block;
	float: left;
	margin: 0 30px 30px 0;
	width: 70px;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 70px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 70px;
	-moz-background-clip: padding;
	border-radius: 70px;
	background-clip: padding-box;
}
.comment-form fieldset {
	margin-top: 20px;
}
.comment-form input[type="text"], .comment-form input[type="url"], .comment-form input[type="email"], .comment-form textarea {
	width: 100%;
}
.contact-map-wrapper {
	padding-bottom: 0;
}
h4.contact-heading {
	font-size: 24px;
	margin-bottom: 40px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="email"], .wpcf7 textarea, .contact-form input[type="text"], .contact-form input[type="tel"], .contact-form input[type="email"], .contact-form textarea {
	width: 100%;
	margin-bottom: 30px;
	display: block;
}
.wpcf7 textarea, .contact-form textarea {
	min-height: 150px;
}
.wpcf7-not-valid {
	border-color: red;
}
span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors {
	border: 0;
	color: red;
}

div.wpcf7-mail-sent-ok {
	border: 0;
	color: green;
}

div.wpcf7-response-output {
	padding: 0;
	margin: 15px 0 0 0;
}

/*TODO Lazy Load Images Future Version*/
/*
.projects img {
	will-change: opacity;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
}
img.show-element {
	opacity: 1;
}
*/
.projects-holder article.project-post {
	/*width: 24.99%;*/
	padding: 0 !important;
	margin: 0;
	float: left;
}
@media (max-width: 991px) {
	.projects-holder article.project-post {
		width: 49.99%;
	}
}
@media (max-width: 767px) {
	.projects-holder article.project-post {
		width: 100%;
	}
}
.projects-grid {
	padding-left: 55px;
	padding-right: 55px;
}
.page-template-template-projects-full .projects {
	padding-bottom: 0;
}
.container-fluid .projects-grid, .container-fluid .project-item {
	padding: 0;
}
.projects .project-post {
	margin-bottom: 30px;
}
.projects .container-fluid {
	padding: 0;
}
.container-fluid .project-post {
	margin: 0;
}

/* A little hack to fix Firefox alignment issue for isotope layout */
.page-template-template-projects-full .col-md-4 {
	width: 33.2%;
}

.page-template-template-projects-full .col-md-4 img {
	width: 100.5%;
}

@media (max-width: 768px) {
	.page-template-template-projects-full .col-md-4 {
		width: 50%;
	}

	.page-template-template-projects-full .col-md-4 img {
		width: 100%;
	}	
}
/* End of hack fix */


#projects-filter {
	margin: 0 0 60px 0;
	padding: 0;
	list-style: none;
}
#projects-filter li {
	display: inline-block;
}
#projects-filter a {
	font-weight: 700;
	font-size: 13px;
	color: #3e3e3e;
	text-transform: uppercase;
	padding: 5px 0;
	margin: 10px 15px;
	border-bottom: 1px solid #dddddd;
}
#projects-filter a:hover {
	color: #e6772e;
}
#projects-filter a.active {
	cursor: default;
	color: #3e3e3e;
	border-bottom: 2px solid #3e3e3e;
}
article.project-post {
	position: relative;
	overflow: hidden;
}
article.project-post .image-placeholder {
	position: relative;
	z-index: 30;
	-lh-property: 0;
	/*width: -moz-calc(100% + 60px);*/
	/*width: calc(100% + 60px);*/
	/*-webkit-transform: translate3d(-30px, 0, 0);*/
	/*-moz-transform: translate3d(-30px, 0, 0);*/
	/*-o-transform: translate3d(-30px, 0, 0);*/
	/*-ms-transform: translate3d(-30px, 0, 0);*/
	/*transform: translate3d(-30px, 0, 0);*/
	/*-webkit-transition: all 0.35s;*/
	/*-moz-transition: all 0.35s;*/
	/*-o-transition: all 0.35s;*/
	/*transition: all 0.35s;*/
}
article.project-post .image-placeholder img {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
}
article.project-post .project-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 31;
	background: rgba(0, 0, 0, 0.7);
	visibility: hidden;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}


.project-single h4.project-title {
	margin-bottom: 30px;
	font-size: 24px;
}
.project-single .project-description {
	margin-bottom: 30px;
}
.project-single .project-services {
	margin-bottom: 40px;
}
.project-single .project-detail-item {
	margin-bottom: 10px;
	font-size: 13px;
}
.project-single .project-detail-item:before, .project-single .project-detail-item:after {
	content: " ";
	display: table;
}
.project-single .project-detail-item:after {
	clear: both;
}
.project-single .project-detail-item * {
	color: #a8a8a8;
}
.project-single .project-detail-item .left {
	float: left;
	width: 120px;
}
.project-single .project-detail-item .left i {
	width: 25px;
}
.project-single .project-detail-item .right {
	overflow: hidden;
}
.project-single .project-detail-item a {
	display: inline-block;
}
.project-single .project-detail-item a:after {
	content: ',';
	margin-right: 5px;
}
.project-single .project-detail-item a:last-child:after {
	content: '';
}
.project-single .project-detail-item a:hover {
	text-decoration: underline;
}
.project-image-placeholder {
	overflow: hidden;
	margin-bottom: 30px;
}
.project-image-placeholder img {
	width: 100%;
}
.project-nav {
	position: relative;
	display: block;
	text-align: center;
	height: 41px;
	margin: 40px 0 0 0;
}

.project-nav a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	padding: 12px 30px;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.project-nav .project-prev {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
}
.project-nav .project-prev i {
	margin-right: 10px;
}
.project-nav .project-next {
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
}
.project-nav .project-next i {
	margin-left: 10px;
}
.project-nav .project-button {
	position: relative;
	display: inline-block;
}
.project-nav .project-button a {
	color: #3e3e3e;
	font-size: 30px;
	vertical-align: middle;
	white-space: nowrap;
}
.page-navigation span, .page-navigation a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 2px solid #ddd;
	color: #ddd;
	font-weight: bold;
}
.page-navigation span:hover, .page-navigation a:hover, .page-navigation .current {
	color: #3e3e3e;
	border-color: #3e3e3e;
}
.page-content img {
	max-width: 100%;
	height: auto;
}

#sidebar {
	padding-left: 50px;
}
@media (max-width: 991px) {
	#sidebar {
		padding: 0 15px;
	}
}
#sidebar .widget {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 50px;
}
#sidebar .widget:last-of-type {
	margin-bottom: 0;
}
#sidebar .widget select, #sidebar .widget input[type="text"], #sidebar .widget textarea {
	width: 100%;
}
#sidebar .widget input[type="submit"], #sidebar .widget button {
	background: #e6772e;
	border-color: #e6772e;
	outline: none;
	color: #fff;
}
#sidebar .widget_text img {
	max-width: 100%;
	height: auto;
}
#sidebar .widget .wp-caption {
	background-color: #ddd;
}
#sidebar .widget .wp-caption-text {
	padding: 2px 5px;
}
#sidebar .widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar .widget ul li ul {
	padding: 0 0 0 40px;
}
#sidebar .widget li {
	padding: 4px 0;
	border-bottom: 1px dotted #dddddd;
}
#sidebar .widget li:last-child {
	border-bottom: none;
}
#sidebar .widget_rss li {
	padding: 0;
	border: none;
	margin-bottom: 25px;
}
#sidebar .widget_rss li:last-child {
	margin-bottom: 0;
}
#sidebar .widget a {
	color: #3e3e3e;
}
#sidebar .widget a:hover {
	color: #e6772e;
}
#sidebar .recent-posts-widget li {
	padding: 0;
	border: none;
	margin-bottom: 20px;
}
#sidebar .recent-post-item:before, #sidebar .recent-post-item:after {
	content: " ";
	display: table;
}
#sidebar .recent-post-item:after {
	clear: both;
}
#sidebar .recent-post-item img {
	width: 70px;
	float: left;
	margin-right: 15px;
}
#sidebar .recent-post-item .post-meta {
	float: none;
	display: block;
	color: #a8a8a8;
	font-style: italic;
	font-size: 13px;
}
#sidebar .widget-title {
	font-size: 14px;
	margin: 0 0 25px 0;
}
.flickr-feed .flickr-images, .recent-projects-widget .recent-projects {
	padding: 0;
	margin: 0;
	list-style: none;
}
#sidebar .recent-projects-widget li {
	padding: 0;
	border: none;
}
.flickr-feed .flickr-images li, .recent-projects-widget li {
	display: inline-block;
}
.flickr-feed .flickr-images li.small-thumb, .recent-projects-widget li {
	width: 80px;
	height: 80px;
	margin: 0 5px 0 0;
}
.flickr-feed .flickr-images li.small-thumb img, .recent-projects-widget li img {
	max-width: 100%;
	display: block;
	zoom: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.flickr-feed .flickr-images li.small-thumb:hover img, .recent-projects-widget li:hover img {
	zoom: 1;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.section-header {
	padding-bottom: 0px;
}
.section-header h3 {
	margin-top: 0;
}
.projects {
	padding: 30px 0 60px 0;
}

.parallax-section .section-header h3 {
	color: #fff;
}
.single-image {
	overflow: hidden;
}
.single-image img {
	/*width: 100%;*/
	max-width: 100%;
}
.post:before, .post:after,
.page-content:before, .page-content:after {
	content: " ";
	display: table;
}
.post:after,
.page-content:after {
	clear: both;
}
/*.post a,
.page-content a {
	font-weight: 500;
}*/
.post code,
.page-content code {
	background-color: #eeeeee;
	color: #333333;
	font-size: 11px;
	-webkit-border-radius: 1px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 1px;
	-moz-background-clip: padding;
	border-radius: 1px;
	background-clip: padding-box;
}
.post kbd,
.page-content kbd {
	-webkit-border-radius: 1px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 1px;
	-moz-background-clip: padding;
	border-radius: 1px;
	background-clip: padding-box;
}
.post img,
.page-content img {
	max-width: 100%;
	height: auto;
}
.post img.alignleft, .post img.alignright,
.page-content img.alignleft, .page-content img.alignright {
	position: relative;
	vertical-align: text-top;
	margin-right: 30px;
	margin-bottom: 15px;
	line-height: 1;
	top: 5px;
	float: left;
}
.post img.alignright,
.page-content img.alignright {
	float: right;
	margin-right: 0;
	margin-left: 30px;
}
.post p,
.page-content p {
	margin-bottom: 25px;
}
.post p:last-child,
.page-content p:last-child {
	margin-bottom: 0 !important;
}
.post .wp-caption,
.page-content .wp-caption {
	max-width: 100%;
	margin-bottom: 15px;
}
.post .wp-caption.aligncenter,
.page-content .wp-caption.aligncenter {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.post .wp-caption.aligncenter .wp-caption-text,
.page-content .wp-caption.aligncenter .wp-caption-text {
	margin: 0 10px;
}
.post .wp-caption.alignleft,
.page-content .wp-caption.alignleft {
	float: left;
	margin-right: 30px;
}
.post .wp-caption.alignleft .wp-caption-text,
.page-content .wp-caption.alignleft .wp-caption-text {
	margin-right: 15px;
}
.post .wp-caption.alignright,
.page-content .wp-caption.alignright {
	float: right;
	margin-left: 30px;
}
.post .wp-caption.alignright .wp-caption-text,
.page-content .wp-caption.alignright .wp-caption-text {
	margin-right: 15px;
}
.post .wp-caption.alignleft, .post .wp-caption.alignright,
.page-content .wp-caption.alignleft, .page-content .wp-caption.alignright {
	position: relative;
	top: 5px;
}
.post .wp-caption .wp-caption-text,
.page-content .wp-caption .wp-caption-text {
	color: #a8a8a8;
	padding: 10px;
	font-size: 13px;
	font-style: italic;
}
.post blockquote p,
.page-content blockquote p {
	color: #a8a8a8;
}
.post blockquote p:last-child,
.page-content blockquote p:last-child {
	margin-bottom: 0;
}
.post cite,
.page-content cite {
	font-weight: 500;
}
.post dl dd,
.page-content dl dd {
	margin-bottom: 15px;
}
.post ul, .post ol,
.page-content ul, .page-content ol {
	padding-left: 20px;
}
.post ul li, .post ol li,
.page-content ul li, .page-content ol li {
	padding: 2px 0;
}
.post address,
.page-content address {
	border-left: 3px solid #dddddd;
	padding-left: 15px;
}
.post iframe,
.page-content-content iframe {
	max-width: 100%;
}

.post table,
.page-content table {
	width: 100%;
}
.post table caption,
.page-content table caption {
	text-transform: uppercase;
	font-weight: 700;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
.post table thead,
.page-content table thead {
	background-color: #ddd;
}
.post table tr,
.page-content table tr {
	border-bottom: 1px solid #ddd;
}

.post table th,
.page-content table th,
.page-content table td {
	padding: 10px;
	text-align: left;
}
.post table td,
.page-content table td {
	text-align: left;
}
.page-content table td,
.page-content table th {
	border: 1px solid #ddd;
}
.post table td a,
.page-content table td a {
	color: #e6772e;
}
h1, h2, h3, h4, h5, h6 {
	color: #3e3e3e;
	font-weight: 700;
	text-transform: uppercase;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 36px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 14px;
}
.artcore-underline {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 8px;
	border-bottom: 2px solid #fff;
	-webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	-moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	-ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.artcore-large {
	font-size: 63px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	-webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	-moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	-ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.second-slide .artcore-large {
	font-size: 45px;
}
.third-slide .artcore-large {
	font-size: 45px;
}
.artcore-small {
	color: #fff;
	font-size: 16px;
	-webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	-moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	-ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
	filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}
.third-slide .artcore-small {
	text-align: center;
}
.artcore-button .btn-white {
	color: #3e3e3e !important;
	padding: 15px 40px;
}
.artcore-button .btn-white:hover {
	background: rgba(255, 255, 255, 0.9);
}
.artcore-button .btn-bordered {
	color: #fff !important;
}
.artcore-button .btn-accent {
	color: #fff !important;
}
.slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.slider .tp-caption {
	visibility: hidden;
	opacity: 0;
}
.service-icon {
	font-size: 42px;
	color: #e6772e;
	display: block;
	margin: 30px 0;
}
.service-title {
	text-transform: capitalize;
}
/*.call-to-action {
 padding: 20px 0;
 background: #e6772e;
 }*/
.call-to-action .cta-inner {
	padding: 20px 0;
}
.call-to-action .cta-title {
	color: #fff;
	font-size: 18px;
}
.call-to-action .cta-text {
	padding: 5px 30px 5px 0;
	float: left;
}
@media (max-width: 991px) {
	.call-to-action .cta-text {
		float: none;
	}
}
.call-to-action .cta-button {
	float: right;
}
@media (max-width: 991px) {
	.call-to-action .cta-button {
		float: none;
	}
}
.testimonials .slides {
	margin-bottom: 20px;
}
.testimonials .testimonial-item {
	padding: 0 60px;
}
.testimonials .testimonial-item * {
	color: #fff;
}
.testimonials .testimonial-item p {
	font-size: 18px;
	margin-bottom: 30px;
}
.testimonials .testimonial-item .testimonial-author strong {
	text-transform: uppercase;
}
.testimonials .flex-control-paging li {
	display: inline-block;
	margin: 4px;
}
.testimonials .flex-control-paging li a {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 2px solid #fff;
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	display: block;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 12px;
	-moz-background-clip: padding;
	border-radius: 12px;
	background-clip: padding-box;
}
.testimonials .flex-control-paging li a.flex-active {
	background: #fff;
}
.btn {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	padding: 12px 30px;
	-webkit-border-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0;
	-moz-background-clip: padding;
	border-radius: 0;
	background-clip: padding-box;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.btn-accent {
	background: #e6772e;
	color: #fff;
}
.btn.btn-white {
	background: #fff;
	color: #3e3e3e;
	border: none;
}
.btn.btn-bordered {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.btn.btn-default {
	background: #3e3e3e;
	border: none;
	color: #fff;
}
.btn.btn-default:hover {
	background: #464646;
}
textarea, select, input {
	max-width: 100%;
	background-color: #fff;
	border: 2px solid #dddddd;
	padding: 7px 10px;
}
textarea:focus, input:focus {
	outline: none;
}
textarea {
	display: block;
	resize: vertical;
}
textarea, select, input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="url"] {
	outline: 0;
	background-color: #fff;
	font: inherit;
	color: inherit;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
}
.progress-text {
	margin-bottom: 5px;
}
.progress-text:before, .progress-text:after {
	content: " ";
	display: table;
}
.progress-text:after {
	clear: both;
}
.progress-text span {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	color: #a8a8a8;
}
.progress-text span.left {
	float: left;
}
.progress-text span.right {
	float: right;
}
.progress {
	background: #f5f5f5;
	height: 12px;
}
.progress-bar {
	background: #e6772e;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.go-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 77;
	font-size: 18px;
	text-align: center;
	background: #343434;
	color: #fff !important;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.go-top.go-top-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
.go-top.go-topfade-out {
	opacity: 1;
}
@media (max-width: 991px) {
	.go-top {
		right: 20px;
		bottom: 20px;
	}
}
@media (min-width: 992px) {
	.go-top {
		height: 60px;
		width: 60px;
		line-height: 60px;
		right: 30px;
		bottom: 60px;
	}
}
.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nano .content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
}
.nano .content:focus {
	outline: 0;
}
.nano .content::-webkit-scrollbar {
	visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
	visibility: visible;
}
.nano .pane {
	position: absolute;
	width: 3px;
	right: 0;
	top: 0;
	bottom: 0;
	visibility: hidden\9;
	/* Target only IE7 and IE8 with this hack */
	opacity: 0.01;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.nano .pane .slider {
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	position: relative;
	margin: 0 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.nano:hover .pane, .pane.active, .pane.flashed {
	opacity: 0.99;
}
.nano {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.nano .content {
	position: absolute;
	overflow: scroll;
	overflow-x: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * //www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * //www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
	font-family: 'flexslider-icon';
	src: url('../fonts/flexslider-icon.eot');
	src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover, .flex-container a:focus, .flex-slider a:focus {
	outline: none;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

/* ====================================================================================================================
 * WP SPECIFICS
 * ===================================================================================================================*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


.tags a {
	padding: 5px 10px;
	border: 2px solid #ddd;
	color: #a8a8a8;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.tags a:hover {
	border-color:#3e3e3e;
	color: #3e3e3e;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}
.sticky .post-title a {
	color: #e6772e;
}
.wp-caption,
.post img {
	max-width: 100%;
	background-color: #ddd;
}
.gallery-caption {
	background-color: #ddd;
}
.bypostauthor{}
.wp-caption .wp-caption-text {
	padding: 5px 15px;
	color: #666;
}
.widget_calendar #calendar_wrap {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.widget_calendar #wp-calendar {
	width: 100%;
}
.widget_calendar #wp-calendar caption {
	text-transform: uppercase;
	font-weight: 700;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
.widget_calendar #wp-calendar thead {
	background-color: #ddd;
}
.widget_calendar #wp-calendar tr {
	border-bottom: 1px solid #ddd;
}
.widget_calendar #wp-calendar th, .widget_calendar #wp-calendar td {
	text-align: center;
}
.widget_calendar #wp-calendar td a {
	color: #e6772e;
}
.full-width .aq-block-ptf_map_block {
	padding: 0;
}

.search-wrap input[type="text"] {
	width: 100%;
}
.comment-respond .form-submit {
	margin-top: 20px;
}

.comment-respond .comment-reply-title {
	position: relative;
	width: 100%;
	margin: 40px 0 20px 0;
	font-size: 20px;
}

.comment-respond .comment-reply-title small {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	text-transform: none;
}
.comment-respond .comment-reply-title small a {
	color: #3e3e3e;
}

.comment-respond .comment-reply-title small a:hover {
	color: #e6772e;
}
/* ====================================================================================================================
 * PLUGIN SPECIFICS
 * ====================================================================================================================*/

/* Mailchimp Plugin */
.mc4wp-alert {
	max-width: 80%;
	margin-top: 15px;
	font-size: 12px;
	line-height: 21px;
}

.mc4wp-alert.mc4wp-success {
	color: green;
}

.mc4wp-alert.mc4wp-error {
	color: red;
}


/*
 * Erecta AT specific elements
 */
body.home.page.page-id-112.page-template.page-template-template-blank.page-template-template-blank-php.logged-in.admin-bar.wpb-js-composer.js-comp-ver-4.11.2.1.vc_responsive.customize-support div#servizi div.single-image {
	cursor: pointer !important;
}




body.home div#servizi div.single-image img {
	cursor: pointer !important;
}