Code Beautifier CSS Formatter and Optimiser based on csstidy 1.3 language: en de fr ptAddThis CSS Input CSS-Code: @import "http://fonts.googleapis.com/css?family=Montserrat:400,700";
@import "http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,700";
@import "http://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: #000;
    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 {
    text-transform: capitalize;
    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: 22px;
    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;
    right: 15px;
    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;
    text-transform: capitalize
}
nav.responsive-menu a {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
    margin: 0;
    color: #000
}
.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;
    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
}
.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-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%;
    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
}
.comment-content p {
    margin-bottom: 0
}
.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
}
.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%
    }
}
#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: 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
}
#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 {
    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: #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 .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 {
    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
}
.sticky .post-title a {
    color: #e6772e
}
.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
}
.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
}
.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
}
CSS from URL: PROCESS CSS Code Layout Compression (code layout): Custom template Options Preserve CSS Sort Selectors (caution) Sort Properties Regroup selectors Optimise shorthands Compress colors Compress font-weight Lowercase selectors Case for properties: None Lowercase Uppercase Remove unnecessary backslashes Remove last;
Discard invalid properties Add timestamp Output as file Messages 1 Invalid property in CSS2.1: -webkit-font-smoothing Invalid property in CSS2.1: -moz-osx-font-smoothing Invalid property in CSS2.1: text-rendering Optimised color: Changed "#ffffff" to "#fff" Invalid property in CSS2.1: -lh-property Invalid property in CSS2.1: -moz-transition Invalid property in CSS2.1: -webkit-transition Invalid property in CSS2.1: -o-transition Invalid property in CSS2.1: transition Optimised color: Changed "#dddddd" to "#ddd" Invalid property in CSS2.1: background-size Invalid @-rule: (removed) Invalid property in CSS2.1: 0margin-top Invalid @-rule: keyframes (removed) Optimised number: Changed "0px" to "0" Invalid property in CSS2.1: -moz-box-shadow Invalid property in CSS2.1: -webkit-box-shadow Invalid property in CSS2.1: box-shadow Optimised number: Changed "0.7s" to ".7s" Invalid property in CSS2.1: -moz-animation Invalid property in CSS2.1: -webkit-animation Invalid property in CSS2.1: -o-animation Invalid property in CSS2.1: animation Invalid property in CSS2.1: opacity Invalid property in CSS2.1: -moz-transform Invalid property in CSS2.1: -o-transform Invalid property in CSS2.1: -ms-transform Invalid property in CSS2.1: -webkit-transform Invalid property in CSS2.1: transform Optimised number: Changed "0.3s" to ".3s" Optimised font-weight: Changed "normal" to "400" Optimised number: Changed "-webkit-transform" to "0" Optimised number: Changed "0.5s" to ".5s" Invalid property in CSS2.1: overflow-y Optimised number: Changed "0s" to "0" Optimised shorthand notation (margin): Changed "0 0 25px 0" to "0 0 25px" Optimised number: Changed "0.4s" to ".4s" Invalid property in CSS2.1: -webkit-border-radius Invalid property in CSS2.1: -webkit-background-clip Invalid property in CSS2.1: -moz-border-radius Invalid property in CSS2.1: -moz-background-clip Invalid property in CSS2.1: border-radius Invalid property in CSS2.1: background-clip Optimised shorthand notation (margin): Changed "5px 0 0 0" to "5px 0 0" Optimised shorthand notation (padding): Changed "10px 0 15px 0" to "10px 0 15px" Optimised number: Changed "-webkit-calc(100%+40px)" to "0" Optimised number: Changed "-moz-calc(100%+40px)" to "0" Optimised number: Changed "0.35s," to ".35s" Optimised number: Changed "0.35s" to ".35s" Optimised number: Changed "-moz-transform" to "0" Optimised number: Changed "-o-transform" to "0" Invalid property in CSS2.1: zoom Invalid property in CSS2.1: -webkit-opacity Invalid property in CSS2.1: -moz-opacity Invalid property in CSS2.1: filter Optimised shorthand notation (margin): Changed "40px 0 10px 0" to "40px 0 10px" Optimised shorthand notation (margin): Changed "15px 0 0 0" to "15px 0 0" Optimised shorthand notation (margin): Changed "0 0 60px 0" to "0 0 60px" Optimised number: Changed "-webkit-calc(100%+60px)" to "0" Optimised number: Changed "-moz-calc(100%+60px)" to "0" Optimised number: Changed "0.2s" to ".2s" Optimised number: Changed "0.6s" to ".6s" Optimised shorthand notation (margin): Changed "40px 0 0 0" to "40px 0 0" Optimised font-weight: Changed "bold" to "700" Optimised shorthand notation (padding): Changed "30px 0 60px 0" to "30px 0 60px" Optimised color: Changed "#eeeeee" to "#eee" Optimised color: Changed "#333333" to "#333" Invalid property in CSS2.1: -webkit-filter Invalid property in CSS2.1: -moz-filter Invalid property in CSS2.1: -ms-filter Invalid property in CSS2.1: text-shadow Invalid property in CSS2.1: resize Invalid property in CSS2.1: overflow-x Invalid property in CSS2.1: src Invalid property in CSS2.1: -webkit-backface-visibility Optimised number: Changed "0.875rem" to ".875rem" Optimised shorthand notation (margin): Changed "40px 0 20px 0" to "40px 0 20px" Input: 40.239KB,
Output:38.927KB,
Compression Ratio: 3.3%(-1312 Bytes) Select or Copy to Clipboard @import http: //fonts.googleapis.com/css?family=Montserrat:400,700;
@import http: //fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,700;
@import http: //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: #000;
    font-size: 15px;
    line-height: 27px;
    text-rendering: optimizeLegibility;
    background: #fff;
}
body lesshat-selector {
    -lh-property: 0;
}
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: #ddd;
}
.spacer {
    position: relative;
    display: block;
    margin: 40px 0;
}
.spacer-30 {
    margin: 30px 0;
}
section {
    padding: 60px 0;
}
.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;
    z-index: 33;
    padding: 60px 0;
}
.site-header .inner-header {
    padding: 0 70px;
}
.site-header .top-header {
    background: #f2f2f2;
    color: #162133;
    font-size: 20px;
}
.site-header .top-header .left-header {
    text-align: left;
    float: right;
    padding: 10px 0;
}
.site-header .top-header .right-header {
    float: right;
    text-align: right;
    padding: 10px 0;
}
.site-header .top-header .social a {
    display: inline-block;
    padding: 0 4px;
}
.site-header .main-header .logo {
    width: 174px;
    float: left;
    padding: 32px 0;
}
.header-sticky {
    position: relative;
    background: #fff;
    z-index: 9998;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.header-sticky.sticky {
    -moz-animation: headerAnimation .7s 1;
    -webkit-animation: headerAnimation .7s 1;
    -o-animation: headerAnimation .7s 1;
    animation: headerAnimation .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 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;
}
.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;
}
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 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;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 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 .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 22px 0;
}
nav.main-navigation ul li ul.sub-menu li,
nav.main-navigation ul li ul.children li {
    display: block;
    margin: 0;
    padding: 0;
}
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul li ul.children li a {
    text-transform: capitalize;
    font-weight: 400;
    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: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: 700;
    display: block;
    padding: 10px;
}
nav.main-navigation ul a i {
    margin-left: 7px;
}
nav.responsive-menu ul {
    list-style: none;
    margin: 0;
    padding: 25px 15px;
}
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 .sub-menu {
    display: none;
    padding: 0 0 0 30px;
}
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 {
    text-transform: capitalize;
    padding: 2px;
}
nav.responsive-menu a {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    color: #000;
    margin: 0;
    padding: 5px 10px;
}
.sidebar-menu-inner {
    position: relative;
    overflow: hidden;
    background: #fff;
}
.sidebar-menu-push {
    position: relative;
    left: 0;
    z-index: 9999;
    height: 100%;
    -webkit-transition: 0 .5s;
    transition: transform .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: visible;
    width: 250px;
    height: 100%;
    background: #fff;
    -webkit-transition: all 1s;
    transition: all 1s;
    overflow-y: auto;
    padding: 0;
}
.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: 0 0;
    transition: transform 0;
}
footer {
    background: #f2f2f2;
    font-size: 17px;
    color: #162133;
}
footer a:hover,
footer a:focus:hover {
    color: #c2c2c2;
}
footer .footer-widgets {
    padding-top: 0px;
}
footer .footer-widgets .widget {
    margin-bottom: 0px;
}
footer .footer-widgets .widget .image-placeholder {
    display: block;
    margin-bottom: 25px;
    width: 174px;
}
footer .footer-widgets .widget select,
footer .footer-widgets .widget input[type="text"],
footer .footer-widgets .widget textarea {
    background-color: #313131;
    border: none;
    padding: 10px;
}
footer .footer-widgets .widget .image-placeholder img {
    width: 100%;
    height: auto;
}
footer .footer-widgets .widget .widget-title {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 25px;
}
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_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_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;
    width: 100%;
    height: 47px;
    line-height: normal;
    padding: 10px 15px;
}
footer .footer-widgets .widget_mc4wp_widget form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e6772e;
    border: none;
    outline: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 15px;
}
footer .footer-copyright {
    padding: 30px 15px;
    float: left;
}
.team-item .team-thumb {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.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 .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.team-item .team-thumb .hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #e6772e;
    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 .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 6;
    padding: 10px 15px;
}
.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;
    font-size: 12px;
    margin: 5px;
}
.team-item .team-thumb .hover a:hover {
    background: #fff;
    color: #e6772e;
}
.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: #ddd;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.client-quote {
    background: #fff;
    text-align: center;
    padding: 30px;
}
.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;
}
.blog-isotope.row {
    margin-left: 0;
    margin-right: 0;
}
.blog-classic {
    padding-right: 35px;
}
.blog-classic .blog-post .post-thumb {
    overflow: hidden;
    margin-bottom: 25px;
}
.blog-classic .blog-post .post-date {
    background: #e6772e;
    color: #fff;
    width: 70px;
    text-align: center;
    float: left;
    margin-right: 30px;
    padding: 15px 10px;
}
.blog-classic .blog-post .post-date span.day {
    font-size: 24px;
}
.blog-classic .blog-post .post-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.blog-classic .blog-post .post-header .post-title {
    font-size: 28px;
    text-transform: capitalize;
    margin: 5px 0 0;
}
.blog-classic .blog-post .post-header .post-meta {
    display: block;
    font-style: italic;
    color: #a8a8a8;
    padding: 10px 0 15px;
}
.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: 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 .35s 0 .35s;
    -moz-transition: opacity .35s 0 .35s;
    -o-transition: opacity .35s 0 .35s;
    transition: opacity .35s 0 .35s 0 .35s 0 .35s transform .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-meta {
    color: #a8a8a8;
    text-transform: capitalize;
    font-size: 15px;
    display: block;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 10px;
}
.read-more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.read-more:hover {
    color: #eb955c;
}
.nav-links a {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #a8a8a8;
}
.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;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 20px;
}
.comment-head {
    margin: 40px 0 10px;
}
.comment-list ul {
    list-style: none;
}
.comment-list .comment {
    margin: 40px 0;
}
.comment-list .children {
    margin-left: 20px;
}
.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:hover {
    color: #717171;
}
.comment-meta .comment-awaiting-moderation {
    display: block;
    font-style: italic;
    color: #a8a8a8;
    margin: 10px 0;
}
.comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    text-transform: none;
}
.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-author img {
    display: block;
    float: left;
    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;
    margin: 0 30px 30px 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: #162133;
}
div.wpcf7-validation-errors {
    border: 0;
    color: #162133;
}
div.wpcf7-mail-sent-ok {
    border: 0;
    color: green;
}
div.wpcf7-response-output {
    margin: 15px 0 0;
    padding: 0;
}
.projects-holder article.project-post {
    float: left;
    margin: 0;
    padding: 0!important;
}
.projects-grid {
    padding-left: 55px;
    padding-right: 55px;
}
.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%;
}
#projects-filter {
    list-style: none;
    margin: 0 0 60px;
    padding: 0;
}
#projects-filter a {
    font-weight: 700;
    font-size: 13px;
    color: #3e3e3e;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    margin: 10px 15px;
    padding: 5px 0;
}
#projects-filter a.active {
    cursor: default;
    color: #3e3e3e;
    border-bottom: 2px solid #3e3e3e;
}
article.project-post .image-placeholder {
    position: relative;
    z-index: 30;
    -lh-property: 0;
    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 .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .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 .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
article.project-post .project-hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 32;
    padding: 30px;
}
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 .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .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 .6s;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .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);
    -moz-transition: all .4s;
    -webkit-transition: all 0.4;
    -o-transition: all 0.4;
    transition: all 0.4;
}
.project-single h4.project-title {
    margin-bottom: 30px;
    font-size: 24px;
}
.project-single .project-detail-item {
    margin-bottom: 10px;
    font-size: 13px;
}
.project-single .project-detail-item .left {
    float: left;
    width: 120px;
}
.project-single .project-detail-item .left i {
    width: 25px;
}
.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-nav {
    position: relative;
    display: block;
    text-align: center;
    height: 41px;
    margin: 40px 0 0;
}
.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: 700;
}
.page-navigation span:hover,
.page-navigation a:hover,
.page-navigation .current {
    color: #3e3e3e;
    border-color: #3e3e3e;
}
#sidebar {
    padding-left: 50px;
}
#sidebar .widget {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
#sidebar .widget input[type="submit"],
#sidebar .widget button {
    background: #e6772e;
    outline: none;
    color: #fff;
    border-color: #e6772e;
}
#sidebar .widget li {
    border-bottom: 1px dotted #ddd;
    padding: 4px 0;
}
#sidebar .widget li:last-child {
    border-bottom: none;
}
#sidebar .widget_rss li {
    border: none;
    margin-bottom: 25px;
    padding: 0;
}
#sidebar .recent-posts-widget li {
    border: none;
    margin-bottom: 20px;
    padding: 0;
}
#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;
}
#sidebar .recent-projects-widget li {
    border: none;
    padding: 0;
}
.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 .35s;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .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);
}
.projects {
    padding: 30px 0 60px;
}
.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.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: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 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.alignright,
.page-content .wp-caption.alignright {
    float: right;
    margin-left: 30px;
}
.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;
    font-size: 13px;
    font-style: italic;
    padding: 10px;
}
.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 table th,
.page-content table th,
.page-content table td {
    text-align: left;
    padding: 10px;
}
.post table td,
.page-content table td {
    text-align: left;
}
.page-content table td,
.page-content table th {
    border: 1px solid #ddd;
}
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(01px1pxrgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
    filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
}
.artcore-large {
    font-size: 63px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    -webkit-filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
    filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
}
.artcore-small {
    color: #fff;
    font-size: 16px;
    -webkit-filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
    -moz-filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
    -ms-filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
    filter: drop-shadow(01px1pxrgba(0, 0, 0, 0.4));
}
.artcore-button .btn-white {
    color: #3e3e3e!important;
    padding: 15px 40px;
}
.artcore-button .btn-white:hover {
    background: rgba(255, 255, 255, 0.9);
}
.slider .tp-caption {
    visibility: hidden;
    opacity: 0;
}
.service-icon {
    font-size: 42px;
    color: #e6772e;
    display: block;
    margin: 30px 0;
}
.call-to-action .cta-inner {
    padding: 20px 0;
}
.call-to-action .cta-title {
    color: #fff;
    font-size: 18px;
}
.call-to-action .cta-text {
    float: left;
    padding: 5px 30px 5px 0;
}
.testimonials .testimonial-item {
    padding: 0 60px;
}
.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;
}
.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 #ddd;
    padding: 7px 10px;
}
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 span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    color: #a8a8a8;
}
.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-topfade-out {
    opacity: 1;
}
.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: rgba(255, 255, 255, 0.5);
    position: relative;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin: 0 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
    opacity: 0.99;
}
@font-face {
    font-family: flexslider-icon;
    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: 400;
    font-style: normal;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
* html .flexslider .slides {
    height: 1%;
}
.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: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    padding: 15px 23px 14px;
}
.tags a {
    border: 2px solid #ddd;
    color: #a8a8a8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 10px;
}
.tags a:hover {
    color: #3e3e3e;
    border-color: #3e3e3e;
}
.post-thumbnail img {
    display: block;
    margin: 0 auto;
}
.wp-caption,
.post img {
    max-width: 100%;
    background-color: #ddd;
}
.wp-caption .wp-caption-text {
    color: #666;
    padding: 5px 15px;
}
.widget_calendar #calendar_wrap {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.comment-respond .comment-reply-title {
    position: relative;
    width: 100%;
    font-size: 20px;
    margin: 40px 0 20px;
}
.comment-respond .comment-reply-title small {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    text-transform: none;
}
.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;
}
::selection,
::-moz-selection {
    color: #fff;
    background: #e6772e;
}
img::selection,
img::-moz-selection {
    background: transparent;
}
section.parallax-section,
.header-sticky.sticky nav.main-navigation ul li ul.sub-menu li,
.container-fluid .projects-grid,
.container-fluid .project-item,
.projects .container-fluid,
.full-width .aq-block-ptf_map_block {
    padding: 0;
}
.parallax-section,
.blog-search,
.comment-body {
    position: relative;
}
.site-header .top-header a,
footer .footer-widgets .widget_calendar #wp-calendar td a,
.parallax-section .section-header h3,
.testimonials .testimonial-item * {
    color: #fff;
}
.site-header .main-header,
.testimonials .flex-control-paging li a.flex-active {
    background: #fff;
}
.site-header .main-header .logo img,
footer .footer-widgets .widget select,
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form input[type="email"],
.comment-form textarea,
.project-image-placeholder img,
#sidebar .widget select,
#sidebar .widget input[type="text"],
#sidebar .widget textarea,
.post table,
.page-content table,
.widget_calendar #wp-calendar,
.search-wrap input[type="text"] {
    width: 100%;
}
100%,
.section-header h3 {
    margin-top: 0;
}
.search-menu-button a,
.header-right-toggle a,
.blog-classic .blog-post .post-header .post-title a,
.comment-meta .comment-author a,
.comment-body .reply a,
#sidebar .widget a,
.comment-respond .comment-reply-title small a {
    color: #3e3e3e;
}
nav.main-navigation ul,
.slider ul,
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.main-navigation ul a:hover,
nav.main-navigation ul .current-menu-item a,
.blog-classic .blog-post .post-header .post-title a:hover,
.blog-isotope .blog-post .blog-title:hover .blog-title-inner,
.comment-body .reply a:hover,
#projects-filter a:hover,
#sidebar .widget a:hover,
.post table td a,
.page-content table td a,
.sticky .post-title a,
.widget_calendar #wp-calendar td a,
.comment-respond .comment-reply-title small a:hover {
    color: #e6772e;
}
nav.responsive-menu ul li .sub-menu.open,
.blog-classic .blog-post .post-date span,
html[xmlns] .flexslider .slides,
.no-js .flexslider .slides > li:first-child {
    display: block;
}
.sidebar-menu-container,
article.project-post {
    position: relative;
    overflow: hidden;
}
.slide-from-left.sidebar-menu::after,
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,
.comment-meta .comment-author .says,
.comment-meta .comment-metadata a:last-child:after,
span.wpcf7-not-valid-tip {
    display: none;
}
footer a,
footer a:focus,
.blog-classic .blog-post .post-header .post-meta a,
.blog-isotope .blog-post .blog-meta a,
.project-single .project-detail-item *,
.post blockquote p,
.page-content blockquote p {
    color: #a8a8a8;
}
footer .footer-widgets .widget img,
.blog-classic .blog-post .post-thumb img,
.page-content img,
#sidebar .widget_text img,
.post img,
.page-content img {
    max-width: 100%;
    height: auto;
}
footer .footer-widgets .widget .wp-caption,
footer .footer-widgets .widget_calendar #wp-calendar thead {
    background-color: #313131;
}
footer .footer-widgets .widget .wp-caption-text,
#sidebar .widget .wp-caption-text {
    padding: 2px 5px;
}
footer .footer-widgets .widget ul,
.comment-list,
#sidebar .widget ul,
.flickr-feed .flickr-images,
.recent-projects-widget .recent-projects {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .footer-widgets .widget ul li ul,
#sidebar .widget ul li ul {
    padding: 0 0 0 40px;
}
footer .footer-widgets .widget.widget_rss ul li,
.post p,
.page-content p {
    margin-bottom: 25px;
}
footer .footer-widgets .widget.widget_rss ul li:last-child,
.client-quote p:last-child,
.comment-list .children li:last-child,
.comment-content p,
#sidebar .widget:last-of-type,
#sidebar .widget_rss li:last-child,
.post blockquote p:last-child,
.page-content blockquote p:last-child {
    margin-bottom: 0;
}
footer .footer-widgets .flickr-feed .flickr-images li,
footer .footer-widgets .recent-projects-widget .recent-projects li,
#projects-filter li,
.project-single .project-detail-item a,
.flickr-feed .flickr-images li,
.recent-projects-widget li {
    display: inline-block;
}
.team-item,
.project-image-placeholder {
    overflow: hidden;
    margin-bottom: 30px;
}
.team-item .team-thumb img,
.flexslider .slides img {
    width: 100%;
    display: block;
}
.team-item .team-thumb:hover .overlay,
.go-top.go-top-visible {
    visibility: visible;
    opacity: 1;
}
.blog-classic .blog-post,
.project-single .project-services {
    margin-bottom: 40px;
}
.blog-classic .blog-post .post-content,
.comment-form fieldset,
.comment-respond .form-submit {
    margin-top: 20px;
}
.blog-classic .blog-post .post-content .right,
.comment-content,
.project-single .project-detail-item .right,
.single-image {
    overflow: hidden;
}
.blog-isotope .blog-post,
.testimonials .slides {
    margin-bottom: 20px;
}
.blog-isotope .blog-post .blog-title:hover .hover,
article.project-post:hover .project-overlay {
    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.nav-links .nav-previous,
.progress-text span.left {
    float: left;
}
.nav-links .nav-next,
.call-to-action .cta-button,
.progress-text span.right {
    float: right;
}
.contact-map-wrapper,
.page-template-template-projects-full .projects,
.section-header {
    padding-bottom: 0;
}
.projects .project-post,
.project-single .project-description {
    margin-bottom: 30px;
}
article.project-post:hover h5.project-title,
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 .project-detail-item:before,
.project-single .project-detail-item:after,
#sidebar .recent-post-item:before,
#sidebar .recent-post-item:after,
.post:before,
.post:after,
.page-content:before,
.page-content:after,
.progress-text:before,
.progress-text:after {
    content: " ";
    display: table;
}
.project-single .project-detail-item:after,
#sidebar .recent-post-item:after,
.post:after,
.page-content:after,
.progress-text:after {
    clear: both;
}
.project-nav a,
.btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    -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;
    padding: 12px 30px;
}
#sidebar .widget .wp-caption,
.post table thead,
.page-content table thead,
.gallery-caption,
.widget_calendar #wp-calendar thead {
    background-color: #ddd;
}
.single-image img,
.post iframe,
.page-content-content iframe {
    max-width: 100%;
}
.post .wp-caption.alignleft .wp-caption-text,
.page-content .wp-caption.alignleft .wp-caption-text,
.post .wp-caption.alignright .wp-caption-text,
.page-content .wp-caption.alignright .wp-caption-text {
    margin-right: 15px;
}
.post table caption,
.page-content table caption,
.widget_calendar #wp-calendar caption {
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.post table tr,
.page-content table tr,
.widget_calendar #wp-calendar tr {
    border-bottom: 1px solid #ddd;
}
.second-slide .artcore-large,
.third-slide .artcore-large {
    font-size: 45px;
}
.third-slide .artcore-small,
.widget_calendar #wp-calendar th,
.widget_calendar #wp-calendar td {
    text-align: center;
}
.artcore-button .btn-bordered,
.artcore-button .btn-accent {
    color: #fff!important;
}
.service-title,
.flex-pauseplay span {
    text-transform: capitalize;
}
textarea:focus,
input:focus,
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}
@media max-width 991px {
    .projects-holder article.project-post {
        width: 49.99%;
    }
    .go-top {
        right: 20px;
        bottom: 20px;
    }
    .site-header .inner-header,
    .blog-classic,
    #sidebar {
        padding: 0 15px;
    }
    .site-header .top-header .left-header,
    .site-header .top-header .right-header {
        float: none;
        text-align: center;
    }
    .call-to-action .cta-text,
    .call-to-action .cta-button {
        float: none;
    }
}
@media min-width 992px and max-width 1200px {
    nav.main-navigation ul a {
        padding: 10px 0;
    }
}
@media only screen and min-width 40063em {
    .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;
    }
}
@media max-width 767px {
    .blog-classic .blog-post .post-date {
        display: none;
    }
    .projects-holder article.project-post {
        width: 100%;
    }
}
@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%;
    }
}
@media min-width 992px {
    .go-top {
        height: 60px;
        width: 60px;
        line-height: 60px;
        right: 30px;
        bottom: 60px;
    }
}
@media screen and max-width 860px {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}