@import url('base.css');

.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;
}

.site-header .top-header .left-header,
.site-header .top-header .right-header,
.site-header .top-header .left-header > div,
.site-header .top-header .right-header > div {
	display: inline;
}

.site-header .right-header > ul {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
	margin-bottom: 0;
}

@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 > .social {
		display: none;
	}
}

.site-header .top-header .social a {
	display: inline-block;
	padding: 0 4px
}

.site-header .main-header {
	background: #FFF
}

@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;
	transform: translate3d(0,0,0);
	box-shadow: 0 0 10px #000;
}

.header-sticky.sticky:not(.stuck) {
	display: none;
}

.header-sticky nav.main-navigation ul li {
	padding: 19px 3px
}

.header-sticky.sticky nav.main-navigation ul li ul li {
	padding: 0
}

.header-sticky.sticky nav.main-navigation ul li ul 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: 10px 0 10px 30px
}

.header-right-toggle a {
	color: #3E3E3E
}

a.side-menu-button {
	text-transform: uppercase;
	font-weight: 700;
	color: #3E3E3E;
	font-size:40px;
}

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 {
	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;
	z-index: 90;
}

.header-sticky nav.main-navigation ul li ul li {
	display: block;
	padding: 0;
	margin: 0
}

nav.main-navigation ul li ul li a {
	text-transform: capitalize;
	font-weight: normal;
	font-size: 13px;
	padding: 5px 30px
}

nav.main-navigation ul li:hover ul {
	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: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #3E3E3E;
	font-weight: 700;
	display: block;
	padding: 10px
}

nav.main-navigation ul a i {
	margin-left: 7px
}

@media (min-width: 992px) and (max-width: 1250px) {
	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;
	right: 15px;
	cursor: pointer;
	color: #A8A8A8
}

nav.responsive-menu ul li ul {
	display: none;
	padding: 0 0 0 30px
}

nav.responsive-menu ul li ul.open {
	display: block
}

nav.responsive-menu ul li ul li {
	position: relative;
	margin: 0;
	padding: 0 0 0 10px
}

nav.responsive-menu ul li ul li:before {
	content: '-';
	position: absolute;
	left: 0;
	top: 2px
}

nav.responsive-menu ul li ul a {
	padding: 2px;
	text-transform: capitalize
}

nav.responsive-menu a {
	font-size: 13px;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px;
	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: 12000;
	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;
	width: 250px;
	height: 100%;
	padding: 0;
	background: #FFF;
	-webkit-transition: all 1s;
	transition: all 1s;
	overflow-y: auto
}

.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
}

/* sidebar menu was visible at the bottom of the page on reverse sites */
nav.sidebar-menu.slide-from-left.open {
	visibility: visible;
}

.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
}

@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-copyright {
	padding: 30px 0
}*/

.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
}

.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
}

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
}

.projects-holder article.project-post {
	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
}

.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%
	}
}

article.project-post {
	position: relative;
	overflow: hidden
}

article.project-post .image-placeholder {
	position: relative;
	z-index: 30;
	-lh-property: 0;
	width: 94%;
	width: -webkit-calc(100% + 60px);
	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
}

article.project-post .project-hover {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 30px;
	z-index: 32
}

article.project-post .project-hover h5.project-title {
	font-size: 18px;
	color: #FFF;
	margin-bottom: 5px;
	text-transform: capitalize;
	visibility: hidden;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 180px, 0);
	-moz-transform: translate3d(0, 180px, 0);
	-o-transform: translate3d(0, 180px, 0);
	-ms-transform: translate3d(0, 180px, 0);
	transform: translate3d(0, 180px, 0);
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

article.project-post .project-hover p.project-category {
	margin-bottom: 0;
	color: #FFF;
	visibility: hidden;
	zoom: 1;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translate3d(0, 180px, 0);
	-moz-transform: translate3d(0, 180px, 0);
	-o-transform: translate3d(0, 180px, 0);
	-ms-transform: translate3d(0, 180px, 0);
	transform: translate3d(0, 180px, 0);
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s
}

article.project-post:hover .image-placeholder {
	-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);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition: all 0.4;
	-o-transition: all 0.4;
	transition: all 0.4
}

article.project-post:hover .project-overlay {
	visibility: visible;
	zoom: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100)
}

article.project-post:hover h5.project-title {
	visibility: visible;
	zoom: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-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)
}

article.project-post:hover p.project-category {
	visibility: visible;
	zoom: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-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)
}

.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
}

.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 {
	max-width: 100%
}

.post:before, .post:after, .page-content:before, .page-content:after {
	content: " ";
	display: table
}

.post:after, .page-content:after {
	clear: both
}

.post code, .page-content code {
	background-color: #EEE;
	color: #333;
	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 #DDD;
	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
}

.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-title {
	text-transform: capitalize
}

.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;
	border: 0;
}

.btn.btn-sm {
	padding:7px 15px !important;
	font-size:11px !important;
}

.btn.btn-accent {
	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 #DDD;
	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
}

.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 {
	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;
	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
}

@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
}

.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
}

.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
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px
	}
}

.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
}

.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
}

.wp-caption, .post img {
	max-width: 100%;
	background-color: #DDD
}

.gallery-caption {
	background-color: #DDD
}

.wp-caption .wp-caption-text {
	padding: 5px 15px;
	color: #666
}

.full-width .aq-block-ptf_map_block {
	padding: 0
}

.search-wrap input[type="text"] {
	width: 100%
}