@charset "utf-8";

/* CSS Document */


/* = Globals
====================================================== */

.pad-top-large {
    padding-top: 9.375rem;
}
.pad-bottom-large {
    padding-bottom: 9.375rem;
}
.pad-top-med {
    padding-top: 4.375rem;
}
.pad-top-small {
    padding-top: 2.375rem;
}
.pad-top-1 {
    padding-top: 1rem;
}
.pad-bottom-1 {
    padding-bottom: 1rem;
}
.pad-bottom-small {
    padding-bottom: 2.375rem;
}
.pad-bottom-med {
    padding-bottom: 4.375rem;
}
.mar-bottom-46 {
    margin-bottom: 46px;
}
.mar-bottom-35 {
    margin-bottom: 35px;
}
.mar-bottom-20 {
    margin-bottom: 20px;
}
.mar-bottom-15 {
    margin-bottom: 15px!important;
}
.mar-bottom-10 {
    margin-bottom: 10px;
}
.mar-bottom-30 {
    margin-bottom: 30px;
}
.mar-top-10 {
    margin-top: 10px;
}
.bold, .weight700 {
    font-weight: 700;
}

.mar-top-5p{
    margin-top:5%!important;
}

.mar-top-10p{
    margin-top:10%!important;
}

.mar-top-15p{
    margin-top:15%;
}

.clr{
    float: none;
    clear:both;
}
.no-padLR{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.no-marB{
    margin-bottom:0;
}
.no-marT{
    margin-top:0;
}
.no-marL{
    margin-left:0;
}
.no-marR{
    margin-right:0;
}


/* GENERAL */

body {
    font-size: .875em;
    font-family: proxima-nova, sans-serif;
    color: #3a3a3a;
    overflow-x: hidden;
}
p {
    font-size: 16px;
    line-height: 1.571em;
    color: #3a3a3a;
}
a:hover {
    text-decoration;
}
a {
    -o-transition: .75s;
    -ms-transition: .75s;
    -moz-transition: .75s;
    -webkit-transition: .75s;
    transition: .75s;
}
a, a:hover, a:active, a:focus {
    outline: 0;
}
h1, h2, h3, h4, h5 {
    color: #3a3a3a;
    font-weight: bold;
    margin: 0;
    font-family: proxima-nova, sans-serif;
}
h3 {
    font-size: 1.625em;
    line-height: 1.625em;
    margin: 0 0 0.25em 0;
}
h4 {
    font-size: 1em;
    line-height: 1em;
}
button, .button {
    background: #4b9940;
}
.button.white {
    background: #fff!important;
    color: #3a3a3a;
    border: 0!important;
}

.button.white:hover {
    background: #7dbd00!important;
}
button:hover, button:focus, .button:hover, .button:focus {
    background: #d73232;
}
.row-block {
    padding: 40px 0 60px;
}
.row {
    padding-left: 1em;
    padding-right: 1em;
}
.row .row {
    padding-left: 0;
    padding-right: 0;
}

/*.th {
border:none;
box-shadow:none;
-webkit-box-shadow:none;
}
.th:hover, .th:focus {
border:none;
box-shadow:none;
-webkit-box-shadow:none;
}
*/

.th {
    border: 8px solid rgba(255, 255, 255, 0.75);
}
.th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(169, 34, 34, 0.5);
    box-shadow: 0 0 6px 1px rgba(169, 34, 34, 0.5);
    border: 8px solid rgba(255, 255, 255, 0.75);
}
#portfolio-gallery>li {
    padding: 10px;
}
.portfolio-details img {
    margin-bottom: 0!important;
}
.portfolio-gallery .orbit-bullets {
    margin-top: 1em;
}
.project-details {
    clear: both;
    margin: 0 0 10px;
    width: 100%;
    overflow: hidden;
}
.portfolio-details {
    margin: 1em 0;
}
.portfolio-details label {
    display: block;
    float: left;
    width: 20%;
    margin-right: 10px;
    font-weight: bold;
}
.project-details .pdetail {
    width: 70%;
    float: left;
    overflow: hidden;
    margin: 0 0 12px;
}
.project-details .pdetail .pcolorrow {
    margin: 0 0 12px;
    overflow: hidden;
    height: 50px;
}
.project-details .pdetail .pcolor, .project-details .pdetail .pcolorname {
    width: 15%;
    float: left;
}
.project-details .pdetail .pcolorname {
    width: 80%;
    padding: 16px 0;
    line-height: 18px;
}
.project-details .pdetail .pcolor {
    height: 50px;
    margin-right: 5%;
}
.project-details span.pcolor {
    display: block;
    float: left;
    width: 26px;
    height: 16px;
    margin: 0 6px 0 0;
}

/* Mine Start */


/* Box/Wide */

.wrapper {
    height: auto;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.wide {
    width: 100%;
}
.box:before {
    box-shadow: -10px 0 15px -15px inset;
    content: " ";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 15px;
}
.box:after {
    box-shadow: 10px 0 15px -15px inset;
    content: " ";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 15px;
}
.conta div {
    display:inline-block;
}

.conta .social-media {
    margin: 0 0;
    padding: 0px 10px 0px 5px;
    font-weight: 300 !important;
}


.telephone {
    font-size: 20px;
    font-weight: bold;
    margin: 45px 0 0;
    text-align: right;
    color: #212121;
}
.telephone div{
    display:inline-block;
}
.telephone a {
    color: #212121 !important;
}
.telephone i {
    font-size: 24px;
    position: relative;
    text-align: right;
    top: 5px;
}
.social-media {
    font-size: 24px;
    font-weight: bold;
    margin: 50px 0 0;
}

nav {
    margin-top: 1px;
    position: relative;
}
nav ul li.has-form {
    border: none !important;
}
#CAT_Search {
    border: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    height: 30px;
    margin: 4px 0 0;
    padding: 0 32px 0 10px;
    width: 210px;
}
.search-btn {
    display: block;
    margin: -27px 0 0 185px;
    position: relative;
}
.banner-slider-wrapper {
    background: url(../Images/slider-01.jpg) no-repeat;
    background-position: center;
    border: none;
    height: auto;
    margin: 6px auto 0;
    padding: 0;
    width: 100%;
}
.banner-content h2 {
    color: #3a3a3a;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin-top: 107px;
}
.banner-content h3 {
    color: #3a3a3a;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin-top: 8px;
}
.banner-content button, .banner-content .button, .banner-content a, .banner-content a:hover {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #FFFFFF !important;
    font-weight: bold !important;
    margin: 10px auto 67px;
}
.welcome-wrapper {
    padding: 27px 0 18px
}
.welcome-wrapper h1, .welcome-wrapper p {
    color: #FFFFFF;
}
.welcome-wrapper button, .welcome-wrapper .button, .welcome-wrapper a, .welcome-wrapper a:hover {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold !important;
    margin-top: 12px;
}
.welcome-wrapper button, .welcome-wrapper .button, .welcome-wrapper a, .welcome-wrapper a:hover, .newsletter a {
    background: #1a1a1a;
    color: #FFFFFF !important;
}
.welcome-wrapper a:hover, .newsletter a:hover {
    background: #FFFFFF;
    color: #1a1a1a !important;
}
.services .service {
    padding: 82px 0;
    border-bottom: 1px solid #eaeaea;
}
.services .service:first-child {
    padding-top: 0;
}
.services .service:last-child {
    border-bottom: 0;
}
.services-content {
    /*float:left;
    margin-left:5%;
    width:82%;
    */
}
.services-content h3 {
    font-size: 1.375em!important;
}
.services-tab .tabs.vertical {
    width: 40%;
}
.services-tab .tabs-content.vertical {
    width: 55%
}
.services-tab .tabs dd>a {
    font-size: 0.875em;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #F6F6F6));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #FFFFFF 0%, #F6F6F6 100%);
}
.services-tab .tabs dd {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
.services-tab .tabs dd:last-child {
    border-bottom: 0;
}
.services-tab .tabs dd.active a {
    color: #a92222;
    background: transparent!important;
    /*border-right:1px solid #fff;
    */
}
.services-tab .tabs dd.active {
    border-right: 0;
    background: none;
}
.services-tab .tabs-content.vertical>.content {
    padding-top: 1rem;
    padding-bottom: 1.0625rem;
}
.services-tab .tabs-content.vertical>.content h4 {
    margin: 0 0 1.125em;
    color: #333!important;
}
.services-tab .tabs-content.vertical>.content p {
    line-height: 1.500em;
    color: #8d8d8d;
}
.services-tab .tabs.vertical .content {
    display: none!important;
    font-size: .9em;
}
.style-light .page-content p, .style-light .contact-sidebar p, .style-light .services-tab .tabs-content.vertical>.content h4, .style-light .tabs-content p {
    color: #3A3A3A !important;
}
.style-dark .page-content p, .style-dark .contact-sidebar p, .style-dark .services-tab .tabs-content.vertical>.content h4, .style-dark .tabs-content p {
    color: #fff !important;
}
.style-light .services-tab .tabs dd.active a {
    background: none repeat scroll 0 0 #FFFFFF;
}
.style-dark .services-tab .tabs dd.active a {
    background: none repeat scroll 0 0 #3a3a3a;
}
.style-light .services-tab .tabs dd.active {
    color: #000;
}
.style-dark .services-tab .tabs dd.active {
    color: #fff;
}
.style-light .services-tab .tabs dd>a {
    background-image: linear-gradient(to right, #FFFFFF 0%, #F6F6F6 100%);
    /*border-bottom:1px solid #EDEDED;
    /*border-right:1px solid #EDEDED;
    */
}
.style-dark .services-tab .tabs dd>a {
    background-image: linear-gradient(to right, #303030 0%, #3a3a3a 100%);
    /*border-bottom:1px solid #3a3a3a;
    /*border-right:1px solid #3a3a3a;
    */
}
.style-dark .services-tab .tabs dd {
    border-color: #333333;
}
.style-light .services-tab .tabs dd.active a {
    /*border-right:1px solid #EDEDED;
    */
}
.style-dark .services-tab .tabs dd.active a {
    /*border-right:1px solid #3a3a3a;
    */
}
.style-light #main-content .services-tab a {
    color: #999999!important;
}
.style-dark #main-content .services-tab a {
    color: #e2e2e2!important;
}
.colour-red #main-content .services-tab .active a {
    color: #BB1313!important;
}
.colour-green #main-content .services-tab .active a {
    color: #4A9940!important;
}
.colour-blue #main-content .services-tab .active a {
    color: #085dad!important;
}
.colour-yellow #main-content .services-tab .active a {
    color: #E5B52F!important;
}
.colour-orange #main-content .services-tab .active a {
    color: #E2760C!important;
}
.colour-pink #main-content .services-tab .active a {
    color: #D32D8B!important;
}
.colour-gray #main-content .services-tab .active a {
    color: #9a9a9a!important;
}
.colour-purple #main-content .services-tab .active a {
    color: #7f13d3!important;
}
.services-wrapper{
    border: none;
    margin: 0 auto;
    padding: 40px 0;
}
.photoCollage{
    border: none;
    margin: 0 auto;
    padding: 75px 0;
}
a.hi-icon i.icon-residential:before, a.hi-icon i.icon-commercial:before, a.hi-icon i.icon-painting:before {
    display: block;
    font-size: 50px;
    margin: 12px 0 0;
}
.content-wrapper a:hover.hi-icon {
    text-decoration: none;
}
.carousel-wrapper {
    background: #f4f4f4;
    border-bottom: 1px solid #4c4c4c;
    border-top: 1px solid #4c4c4c;
    margin: 0 auto;
    padding: 0;
}
.carousel-wrapper h3 {
    margin: 63px 0 4px;
}
.carousel-wrapper .button {
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 700!important;
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    padding: 0 25px;
    line-height: 3em;
    margin: 3px 13px 0 0;
}
.carousel-wrapper a.button {
    color: #FFFFFF !important;
}
.carousel-slider-wrapper {
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    height: 248px;
    width: 258px;
}
.carousel-slider-wrapper img {
    background: #e0e0e0;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    max-height: 159px;
    width: 100%;
}
.carousel-slider-wrapper p {
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 0 14px;
}
.testimonial-bg {
    background: url(../Images/bg-quote.png) no-repeat;
    height: 23px;
    margin: 12px 0 0;
    position: absolute;
    width: 28px;
}
.testimonial-wrapper h3 {
    text-align: center;
}
.testimonial-wrapper blockquote {
    border-left: none;
    padding: 0.5625rem 1.25rem 0 3.1875rem;
}
.testimonial-wrapper blockquote cite {
    font-style: normal;
}
.footer-contact {
    background: url(../Images/australia-map.png) center top no-repeat;
    margin: 0;
    z-index: 1;
    min-height: 15rem;
}
footer .columns:nth-child(4) a {
    font-size: 12px;
}
.copyright-wrapper {
    background: #323232;
}
.copyright-wrapper p {
    color: #D9D9D9;
}
.copyright-wrapper .social-media {
    font-size: 24px;
    font-weight: bold;
    margin: 6px 0 0;
    font-weight:300 !important;
}
.copyright-wrapper a:hover {
    color: #FFFFFF;
}
.title-wrapper {
    background: #ededed;
    border-bottom: 1px solid #e4e4e4;
}
.title-wrapper h1 {
    margin: 20px 0 0;
    font-weight: normal;
}
.content-wrapper a:hover, .jcarousel a:hover {
    text-decoration: underline;
}
.contact-form form {
    width: 85%;
}
#catblogoutput a:hover, .sidebar a:hover, .search-result a:hover {
    text-decoration: underline;
}
#catblogoutput h4, .sidebar h4 {
    font-size: 20px;
    margin: 20px 0 10px;
}
.sidebar ul {
    font-size: 14px;
    list-style: none;
}
.sidebar li {
    border-bottom: 1px solid #F0F0F0;
    padding: 0 0 10px;
}
.sidebar li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 1.1em;
    position: relative;
}
h2.post-title {
    font-size: 1.6875rem;
    margin: 0 0 10px;
}
.post-body, .post-body img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5x;
    margin: 15px 0 20px;
}
.comment-list input {
    margin: 0 0 15px;
    width: 100%;
}
.comment-list form {
    margin-left: 10px;
    width: 90%;
}
.comment-list form h5 {
    margin: 10px 0 10px -10px;
}
.comment-list h5 {
    margin: 0 0 10px;
}
#gallery .jcarousel {
    margin: 46px 0 77px;
    overflow: auto;
}
#gallery .jcarousel ul {
    width: auto;
}
#gallery .jcarousel li {
    margin: 0 18px 18px 0;
    width: auto !important;
}
.post-img .wrap {
    background: none !important;
}
.post-img .wrap a img {
    margin: 0 auto 20px;
}
.post-date {
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0 10px;
}
.post-body p a:before {
    content: "Read More ";
}
.post-body p a, a#previouspage, a#nextpage, .pagination a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5x;
    display: block;
    height: 32px;
    line-height: 24px;
    overflow: hidden;
    padding: 5px 10px;
    text-indent: 10px;
    width: 110px;
}
.pagination, .pagination a {
    display: inline;
}
a#previouspage, a#nextpage, .pagination a, a#previouspage:hover, a#nextpage:hover, .pagination a:hover {
    color: #FFFFFF;
}
.breadcrumbs>*:before {
    color: #000;
}
.breadcrumbs a {
    color: #aaa;
}
.breadcrumbs a:hover {
    color: #000;
    text-decoration: none !important;
}
.blog-list {
    margin: 0 0 15px;
}
.sidebar .BlogTagCloud a {
    background: #F6F6F6;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #3A3A3A !important;
    display: inline-block;
    font-size: 1em !important;
    margin: 0.2rem;
    padding: 0.5rem;
}
.sidebar .BlogTagCloud a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* Carousel */

.jcarousel {
    margin: 46px 0 77px 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li {
    width: 200px;
    float: left;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev, .jcarousel-control-next {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6x;
    bottom: -15%;
    color: #FFFFFF !important;
    height: 22px;
    margin-top: -15px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    width: 22px;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
}
a.jcarousel-control-prev, a.jcarousel-control-next {
    background: #cacaca;
}
.jcarousel-control-prev {
    right: /*3%*/
        8%;
}
.jcarousel-control-next {
    right: /*0*/
        30px;
}

/* Carousel Pagination */

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}
.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;
    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;
    margin-right: 7px;
    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}
.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/* default colour */

#head {
    border-top: 6px solid #a92121;
    height: 164px;
}
.contain-to-grid, .top-bar, .top-bar-section .has-form, .banner-content button, .banner-content .button, .banner-content a, .welcome-wrapper, .hi-icon-effect-3 .hi-icon:after, .newsletter, .carousel-wrapper a.button, a:hover.jcarousel-control-prev, a:hover.jcarousel-control-next, form button, form .button, .post-body p a, .BlogTagCloud a:hover, a#previouspage, a#nextpage, .pagination a {
    background: #a92121;
}
.top-bar-section li:first-child {
    border-left: 1px solid #9f2020;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #a92121;
    border-right: 1px solid #9f2020;
    color: #FFFFFF;
}
.top-bar-section li:not(.has-form) a:not(.button):hover, ul#nav_14623 li.selected a, body.colour-red.banner-content a:hover, .newsletter a:hover.sign-up-btn, .carousel-wrapper a:hover.button, form button:hover, form .button:hover, .post-body p a:hover, #filterOptions li a:hover, #filterOptions li.active a, a#previouspage:hover, a#nextpage:hover, .pagination a:hover {
    background: #9f2020;
    color: #FFFFFF;
}
.hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #9f2020;
}
a:hover.hi-icon i, .newsletter a.sign-up-btn, .fourofour, dd.active a, .blog-list h4 a, .BlogRecentPost a, .BlogPostArchive a, .jcarousel a, .search-result a {
    color: #a92121 !important;
}
#logo {
    background: url(../Images/logo.png) 0 0 no-repeat;
}
.carousel-wrapper {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
#head, .services-wrapper, .testimonial-wrapper, .content-wrapper {
    background: #FFFFFF;
}
.post-body p a {
    color: #FFFFFF !important;
}

/* Red */

body.colour-red #head {
    border-top: 6px solid #a92121;
    height: 164px;
}
body.colour-red .contain-to-grid, body.colour-red .top-bar, body.colour-red .top-bar-section .has-form, body.colour-red .banner-content button, body.colour-red .banner-content .button, body.colour-red .banner-content a, body.colour-red .welcome-wrapper, body.colour-red .hi-icon-effect-3 .hi-icon:after, body.colour-red .newsletter, body.colour-red .carousel-wrapper a.button, body.colour-red a:hover.jcarousel-control-prev, body.colour-red a:hover.jcarousel-control-next, body.colour-red form button, body.colour-red form .button, body.colour-red .post-body p a, body.colour-red .BlogTagCloud a:hover, body.colour-red a#previouspage, body.colour-red a#nextpage, body.colour-red .pagination a {
    background: #a92121;
}
body.colour-red .top-bar-section li:first-child {
    border-left: 1px solid #9f2020;
}
body.colour-red .top-bar-section li:not(.has-form) a:not(.button) {
    background: #a92121;
    border-right: 1px solid #9f2020;
    color: #FFFFFF;
}
body.colour-red .top-bar-section li:not(.has-form) a:not(.button):hover, body.colour-red ul#nav_14623 li.selected a, body.colour-red.banner-content a:hover, body.colour-red .newsletter a:hover.sign-up-btn, body.colour-red .carousel-wrapper a:hover.button, body.colour-red form button:hover, body.colour-red form .button:hover, body.colour-red .post-body p a:hover, body.colour-red #filterOptions li a:hover, body.colour-red #filterOptions li.active a, body.colour-red a#previouspage:hover, body.colour-red a#nextpage:hover, body.colour-red .pagination a:hover {
    background: #9f2020;
    color: #FFFFFF !important;
}
body.colour-red .hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #9f2020;
}
body.colour-red a:hover.hi-icon i, body.colour-red .newsletter a.sign-up-btn, body.colour-red .fourofour, body.colour-red dd.active a, body.colour-red .blog-list h4 a, body.colour-red .BlogRecentPost a, body.colour-red .BlogPostArchive a, body.colour-red .jcarousel a, body.colour-red .search-result a {
    color: #a92121 !important;
}

/* Green */

body.colour-green #head {
    border-top: 6px solid #4a9940;
    height: 164px;
}
body.colour-green .contain-to-grid, body.colour-green .top-bar, body.colour-green .top-bar-section .has-form, body.colour-green .banner-content button, body.colour-green .banner-content .button, body.colour-green .banner-content a, body.colour-green .welcome-wrapper, body.colour-green .hi-icon-effect-3 .hi-icon:after, body.colour-green .newsletter, body.colour-green .carousel-wrapper a.button, body.colour-green a:hover.jcarousel-control-prev, body.colour-green a:hover.jcarousel-control-next, body.colour-green form button, body.colour-green form .button, body.colour-green .post-body p a, body.colour-green .BlogTagCloud a:hover, body.colour-green a#previouspage, body.colour-green a#nextpage, body.colour-green .pagination a {
    background: #4a9940;
}
body.colour-green .top-bar-section li:first-child {
    border-left: 1px solid #3b7f32;
}
body.colour-green .top-bar-section li:not(.has-form) a:not(.button) {
    background: #4a9940;
    border-right: 1px solid #3b7f32;
    color: #FFFFFF;
}
body.colour-green .top-bar-section li:not(.has-form) a:not(.button):hover, body.colour-green ul#nav_14623 li.selected a, body.colour-green .banner-content a:hover, body.colour-green .newsletter a:hover.sign-up-btn, body.colour-green .carousel-wrapper a:hover.button, body.colour-green form button:hover, body.colour-green form .button:hover, body.colour-green .post-body p a:hover, body.colour-green #filterOptions li a:hover, body.colour-green #filterOptions li.active a, body.colour-green a#previouspage:hover, body.colour-green a#nextpage:hover, body.colour-green .pagination a:hover {
    background: #3b7f32;
    color: #FFFFFF !important;
}
body.colour-green .hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #3b7f32;
}
body.colour-green a:hover.hi-icon i, body.colour-green .newsletter a.sign-up-btn, body.colour-green .fourofour, body.colour-green dd.active a, body.colour-green .blog-list h4 a, body.colour-green .BlogRecentPost a, body.colour-green .BlogPostArchive a, body.colour-green .jcarousel a, body.colour-green .search-result a {
    color: #4a9940 !important;
}

/* Blue */

body.colour-blue #head {
    border-top: 6px solid #085dad;
    height: 164px;
}
body.colour-blue .contain-to-grid, body.colour-blue .top-bar, body.colour-blue .top-bar-section .has-form, body.colour-blue .banner-content button, body.colour-blue .banner-content .button, body.colour-blue .banner-content a, body.colour-blue .welcome-wrapper, body.colour-blue .hi-icon-effect-3 .hi-icon:after, body.colour-blue .newsletter, body.colour-blue .carousel-wrapper a.button, body.colour-blue a:hover.jcarousel-control-prev, body.colour-blue a:hover.jcarousel-control-next, body.colour-blue form button, body.colour-blue form .button, body.colour-blue .post-body p a, body.colour-blue .BlogTagCloud a:hover, body.colour-blue a#previouspage, body.colour-blue a#nextpage, body.colour-blue .pagination a {
    background: #085dad;
}
body.colour-blue .top-bar-section li:first-child {
    border-left: 1px solid #2069d4;
}
body.colour-blue .top-bar-section li:not(.has-form) a:not(.button) {
    background: #085dad;
    border-right: 1px solid #2069d4;
    color: #FFFFFF;
}
body.colour-blue .top-bar-section li:not(.has-form) a:not(.button):hover, body.colour-blue ul#nav_14623 li.selected a, body.colour-blue .banner-content a:hover, body.colour-blue .newsletter a:hover.sign-up-btn, body.colour-blue .carousel-wrapper a:hover.button, body.colour-blue form button:hover, body.colour-blue form .button:hover, body.colour-blue .post-body p a:hover, body.colour-blue #filterOptions li a:hover, body.colour-blue #filterOptions li.active a, body.colour-blue a#previouspage:hover, body.colour-blue a#nextpage:hover, body.colour-blue .pagination a:hover {
    background: #2069d4;
    color: #FFFFFF;
}
body.colour-blue .hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #2069d4;
}
body.colour-blue a:hover.hi-icon i, body.colour-blue .newsletter a.sign-up-btn, body.colour-blue .fourofour, body.colour-blue dd.active a, body.colour-blue .blog-list h4 a, body.colour-blue .BlogRecentPost a, body.colour-blue .BlogPostArchive a, body.colour-blue .jcarousel a, body.colour-blue .search-result a {
    color: #085dad !important;
}

/* Yellow */

body.colour-yellow #head {
    border-top: 6px solid #e5b52f;
    height: 164px;
}
body.colour-yellow .contain-to-grid, body.colour-yellow .top-bar, body.colour-yellow .top-bar-section .has-form, body.colour-yellow .banner-content button, body.colour-yellow .banner-content .button, body.colour-yellow .banner-content a, body.colour-yellow .welcome-wrapper, body.colour-yellow .hi-icon-effect-3 .hi-icon:after, body.colour-yellow .newsletter, body.colour-yellow .carousel-wrapper a.button, body.colour-yellow a:hover.jcarousel-control-prev, body.colour-yellow a:hover.jcarousel-control-next, body.colour-yellow form button, body.colour-yellow form .button, body.colour-yellow .post-body p a, body.colour-yellow .BlogTagCloud a:hover, body.colour-yellow a#previouspage, body.colour-yellow a#nextpage, body.colour-yellow .pagination a {
    background: #e5b52f;
}
body.colour-yellow .top-bar-section li:first-child {
    border-left: 1px solid #daab26;
}
body.colour-yellow .top-bar-section li:not(.has-form) a:not(.button) {
    background: #e5b52f;
    border-right: 1px solid #daab26;
    color: #FFFFFF;
}
body.colour-yellow .top-bar-section li:not(.has-form) a:not(.button):hover, body.colour-yellow ul#nav_14623 li.selected a, body.colour-yellow .banner-content a:hover, body.colour-yellow .newsletter a:hover.sign-up-btn, body.colour-yellow .carousel-wrapper a:hover.button, body.colour-yellow form button:hover, body.colour-yellow form .button:hover, body.colour-yellow .post-body p a:hover, body.colour-yellow #filterOptions li a:hover, body.colour-yellow #filterOptions li.active a, body.colour-yellow a#previouspage:hover, body.colour-yellow a#nextpage:hover, body.colour-yellow .pagination a:hover {
    background: #daab26;
    color: #FFFFFF !important;
}
body.colour-yellow .hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #daab26;
}
body.colour-yellow a:hover.hi-icon i, body.colour-yellow .newsletter a.sign-up-btn, body.colour-yellow .fourofour, body.colour-yellow dd.active a, body.colour-yellow .blog-list h4 a, body.colour-yellow .BlogRecentPost a, body.colour-yellow .BlogPostArchive a, body.colour-yellow .jcarousel a, body.colour-yellow .search-result a {
    color: #e5b52f !important;
}

/* Orange */

body.colour-orange #head {
    border-top: 6px solid #e2750c;
    height: 164px;
}
body.colour-orange .contain-to-grid, body.colour-orange .top-bar, body.colour-orange .top-bar-section .has-form, body.colour-orange .banner-content button, body.colour-orange .banner-content .button, body.colour-orange .banner-content a, body.colour-orange .welcome-wrapper, body.colour-orange .hi-icon-effect-3 .hi-icon:after, body.colour-orange .newsletter, body.colour-orange .carousel-wrapper a.button, body.colour-orange a:hover.jcarousel-control-prev, body.colour-orange a:hover.jcarousel-control-next, body.colour-orange form button, body.colour-orange form .button, body.colour-orange .post-body p a, body.colour-orange .BlogTagCloud a:hover, body.colour-orange a#previouspage, body.colour-orange a#nextpage, body.colour-orange .pagination a {
    background: #e2750c;
}
body.colour-orange .top-bar-section li:first-child {
    border-left: 1px solid #d56e09;
}
body.colour-orange .top-bar-section li:not(.has-form) a:not(.button) {
    background: #e2750c;
    border-right: 1px solid #d56e09;
    color: #FFFFFF;
}
body.colour-orange .top-bar-section li:not(.has-form) a:not(.button):hover, body.colour-orange ul#nav_14623 li.selected a, body.colour-orange .banner-content a:hover, body.colour-orange .newsletter a:hover.sign-up-btn, body.colour-orange .carousel-wrapper a:hover.button, body.colour-orange form button:hover, body.colour-orange form .button:hover, body.colour-orange .post-body p a:hover, body.colour-orange #filterOptions li a:hover, body.colour-orange #filterOptions li.active a, body.colour-orange a#previouspage:hover, body.colour-orange a#nextpage:hover, body.colour-orange .pagination a:hover {
    background: #d56e09;
    color: #FFFFFF !important;
}
body.colour-orange .hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #d56e09;
}
body.colour-orange a:hover.hi-icon i, body.colour-orange .newsletter a.sign-up-btn, body.colour-orange .fourofour, body.colour-orange dd.active a, body.colour-orange .blog-list h4 a, body.colour-orange .BlogRecentPost a, body.colour-orange .BlogPostArchive a, body.colour-orange .jcarousel a, body.colour-orange .search-result a {
    color: #e2750c !important;
}

/* Pink */

body.colour-pink #head {
    border-top: 6px solid #d22d8b;
    height: 164px;
}
body.colour-pink .contain-to-grid, body.colour-pink .top-bar, body.colour-pink .top-bar-section .has-form, body.colour-pink .banner-content button, body.colour-pink .banner-content .button, body.colour-pink .banner-content a, body.colour-pink .welcome-wrapper, body.colour-pink .hi-icon-effect-3 .hi-icon:after, body.colour-pink .newsletter, body.colour-pink .carousel-wrapper a.button, body.colour-pink a:hover.jcarousel-control-prev, body.colour-pink a:hover.jcarousel-control-next, body.colour-pink form button, body.colour-pink form .button, body.colour-pink .post-body p a, body.colour-pink .BlogTagCloud a:hover, body.colour-pink a#previouspage, body.colour-pink a#nextpage, body.colour-pink .pagination a {
    background: #d22d8b;
}
body.colour-pink .top-bar-section li:first-child {
    border-left: 1px solid #c62882;
}
body.colour-pink .top-bar-section li:not(.has-form) a:not(.button) {
    background: #d22d8b;
    border-right: 1px solid #c62882;
    color: #FFFFFF;
}
body.colour-pink .top-bar-section li:not(.has-form) a:not(.button):hover, body.colour-pink ul#nav_14623 li.selected a, body.colour-pink .banner-content a:hover, body.colour-pink .newsletter a:hover.sign-up-btn, body.colour-pink .carousel-wrapper a:hover.button, body.colour-pink form button:hover, body.colour-pink form .button:hover, body.colour-pink .post-body p a:hover, body.colour-pink #filterOptions li a:hover, body.colour-pink #filterOptions li.active a, body.colour-pink a#previouspage:hover, body.colour-pink a#nextpage:hover, body.colour-pink .pagination a:hover {
    background: #c62882;
    color: #FFFFFF !important;
}
body.colour-pink .hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #c62882;
}
body.colour-pink a:hover.hi-icon i, body.colour-pink .newsletter a.sign-up-btn, body.colour-pink .fourofour, body.colour-pink dd.active a, body.colour-pink .blog-list h4 a, body.colour-pink .BlogRecentPost a, body.colour-pink .BlogPostArchive a, body.colour-pink .jcarousel a, body.colour-pink .search-result a {
    color: #d22d8b !important;
}

/* Gray */

body.colour-gray #head {
    border-top: 6px solid #9a9a9a;
    height: 164px;
}
body.colour-gray .contain-to-grid, body.colour-gray .top-bar, body.colour-gray .top-bar-section .has-form, body.colour-gray .banner-content button, body.colour-gray .banner-content .button, body.colour-gray .banner-content a, body.colour-gray .welcome-wrapper, body.colour-gray .hi-icon-effect-3 .hi-icon:after, body.colour-gray .newsletter, body.colour-gray .carousel-wrapper a.button, body.colour-gray a:hover.jcarousel-control-prev, body.colour-gray a:hover.jcarousel-control-next, body.colour-gray form button, body.colour-gray form .button, body.colour-gray .post-body p a, body.colour-gray .BlogTagCloud a:hover, body.colour-gray a#previouspage, body.colour-gray a#nextpage, body.colour-gray .pagination a {
    background: #9a9a9a;
}
body.colour-gray .top-bar-section li:first-child {
    border-left: 1px solid #898989;
}
body.colour-gray .top-bar-section li:not(.has-form) a:not(.button) {
    background: #9a9a9a;
    border-right: 1px solid #898989;
    color: #FFFFFF;
}
body.colour-gray .top-bar-section li:not(.has-form) a:not(.button):hover, body.colour-gray ul#nav_14623 li.selected a, body.colour-gray .banner-content a:hover, body.colour-gray .newsletter a:hover.sign-up-btn, body.colour-gray .carousel-wrapper a:hover.button, body.colour-gray form button:hover, body.colour-gray form .button:hover, body.colour-gray .post-body p a:hover, body.colour-gray #filterOptions li a:hover, body.colour-gray #filterOptions li.active a, body.colour-gray a#previouspage:hover, body.colour-gray a#nextpage:hover, body.colour-gray .pagination a:hover {
    background: #898989;
    color: #FFFFFF !important;
}
body.colour-gray .hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #898989;
}
body.colour-gray a:hover.hi-icon i, body.colour-gray .newsletter a.sign-up-btn, body.colour-gray .fourofour, body.colour-gray dd.active a, body.colour-gray .blog-list h4 a, body.colour-gray .BlogRecentPost a, body.colour-gray .BlogPostArchive a, body.colour-gray .jcarousel a, body.colour-gray .search-result a {
    color: #9a9a9a !important;
}

/* Purple */

body.colour-purple #head {
    border-top: 6px solid #7f13d3;
    height: 164px;
}
body.colour-purple .contain-to-grid, body.colour-purple .top-bar, body.colour-purple .top-bar-section .has-form, body.colour-purple .banner-content button, body.colour-purple .banner-content .button, body.colour-purple .banner-content a, body.colour-purple .welcome-wrapper, body.colour-purple .hi-icon-effect-3 .hi-icon:after, body.colour-purple .newsletter, body.colour-purple .carousel-wrapper a.button, body.colour-purple a:hover.jcarousel-control-prev, body.colour-purple a:hover.jcarousel-control-next, body.colour-purple form button, body.colour-purple form .button, body.colour-purple .post-body p a, body.colour-purple .BlogTagCloud a:hover, body.colour-purple a#previouspage, body.colour-purple a#nextpage, body.colour-purple .pagination a {
    background: #7f13d3;
}
body.colour-purple .top-bar-section li:first-child {
    border-left: 1px solid #6c0bb7;
}
body.colour-purple .top-bar-section li:not(.has-form) a:not(.button) {
    background: #7f13d3;
    border-right: 1px solid #6c0bb7;
    color: #FFFFFF;
}
body.colour-purple .top-bar-section li:not(.has-form) a:not(.button):hover, body.colour-purple ul#nav_14623 li.selected a, body.colour-purple .banner-content a:hover, body.colour-purple .newsletter a:hover.sign-up-btn, body.colour-purple .carousel-wrapper a:hover.button, body.colour-purple form button:hover, body.colour-purple form .button:hover, body.colour-purple .post-body p a:hover, body.colour-purple #filterOptions li a:hover, body.colour-purple #filterOptions li.active a, body.colour-purple a#previouspage:hover, body.colour-purple a#nextpage:hover, body.colour-purple .pagination a:hover {
    background: #6c0bb7;
    color: #FFFFFF !important;
}
body.colour-purple .hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #6c0bb7;
}
body.colour-purple a:hover.hi-icon i, body.colour-purple .newsletter a.sign-up-btn, body.colour-purple .fourofour, body.colour-purple dd.active a, body.colour-purple .blog-list h4 a, body.colour-purple .BlogRecentPost a, body.colour-purple .BlogPostArchive a, body.colour-purple .jcarousel a, body.colour-purple .search-result a {
    color: #7f13d3 !important;
}

/* Dark/Light */

body.style-light #logo {
    background: url(../Images/logo.png) 0 0 no-repeat;
}
body.style-light .carousel-wrapper {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}
body.style-light #head, body.style-light .services-wrapper, body.style-light .testimonial-wrapper, body.style-light .content-wrapper {
    background: #FFFFFF;
}
body.style-dark #logo {
    background: url(../Images/logo.png) 0 -30px no-repeat;
    height: 31px;
}
body.style-dark #head, body.style-dark .services-wrapper, body.style-dark .carousel-wrapper, body.style-dark .testimonial-wrapper, body.style-dark .content-wrapper, body.style-dark .services-tab .tabs dd a, body.style-dark .services-tab .tabs dd.active a {
    background: #303030;
}
body.style-dark .title-wrapper {
    background: #3b3b3b;
}
body.style-dark .telephone, body.style-dark .social-media a:hover, body.style-dark .services-wrapper h3, body.style-dark .services-wrapper p, body.style-dark .carousel-wrapper h3, body.style-dark .carousel-wrapper p, body.style-dark .testimonial-wrapper h3, body.style-dark .testimonial-wrapper p, body.style-dark .testimonial-wrapper blockquote, body.style-dark .testimonial-wrapper cite, body.style-dark .content-wrapper h3, body.style-dark .content-wrapper p, body.style-dark .title-wrapper h1, body.style-dark .breadcrumbs>*:before, body.style-dark .breadcrumbs, body.style-dark .breadcrumbs a:hover, body.style-dark .services-tab .tabs-content.vertical>.content h4, body.style-dark .services-tab .tabs-content.vertical>.content p, body.style-dark .project-details, body.style-dark .project-details label, body.style-dark .post-body p a, body.style-light .post-body p a, body.style-dark .portfolio-list a {
    color: #FFFFFF !important;
}
body.style-dark .content-wrapper a:hover, body.style-dark .content-wrapper ul, body.style-dark .services-tab .tabs dd a, body.style-dark .sidebar h4, body.style-dark .post-date, body.style-dark h2.post-title, body.style-dark .post-details, body.style-dark .comment-list, body.style-dark .comment-list h5, body.style-dark .comment-list label, body.style-dark .trackbacks, body.style-dark .links, body.style-dark .system-message h1, body.style-dark .pagination {
    color: #FFFFFF;
}
body.style-dark .sidebar li:before {
    border-color: transparent #FFF;
}
body.style-dark .orbit-container .orbit-prev>span {
    border-color: rgba(0, 0, 0, 0) #303030 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
body.style-dark .orbit-container .orbit-prev:hover>span {
    border-color: rgba(0, 0, 0, 0) #FFFFFF rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
body.style-dark .orbit-container .orbit-next>span {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #303030;
}
body.style-dark .orbit-container .orbit-next:hover>span {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #FFFFFF;
}

/* Mine End */


/* HEADER */

.boxed #header-home-bg {
    background: url(../Images/header-boxed.jpg) center top no-repeat!important;
    width: 1341px;
    height: 678px;
    margin: 0 auto;
}
#header-bg {
    background: url(../Images/bg1.jpg) repeat-x;
    height: 233px;
    width: 1341px;
    margin: 0 auto;
}
#logo {
    display: block;
    margin: 43px 0 38px;
    width: 131px;
    height: 30px;
    text-decoration: none;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}
.top-bar {
    height: 52px;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    line-height: 52px;
    padding: 0 25px;
}
.top-bar-section ul li>a {
    font-size: .875em;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
}
.top-bar {
    position: relative;
}
.top-bar:before, .top-bar:after {
    width: 318px;
    height: 14px;
    display: block;
    position: absolute;
    top: 52px;
}
.top-bar:before {
    left: 0;
    background: none;
}
.top-bar:after {
    right: 0;
    background: none;
}
.breadcrumbs {
    background: none;
    border: none;
    font-size: 0.750em;
    margin: 30px 0 20px;
    padding: 10px 20px;
    text-align: right;
}
.breadcrumbs:after {
    display: none;
}
.breadcrumbs>* {
    font-size: 12px;
    text-transform: none;
}
.breadcrumbs>*:before {
    color: #CCCCCC;
    content: ">";
    margin: 0 6px;
}
.header-message {
    margin: 0;
    padding: 2.571em 5.429em;
    text-align: center;
    border: 1px solid #ffffff;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #DFDFDF 0%, #FFFFFF 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #DFDFDF 0%, #FFFFFF 100%);
    /* Opera */
    background-image: -o-linear-gradient(top, #DFDFDF 0%, #FFFFFF 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DFDFDF), color-stop(1, #FFFFFF));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #DFDFDF 0%, #FFFFFF 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #DFDFDF 0%, #FFFFFF 100%);
}

/* HOME PAGE */

.pods h3 {
    font-size: 22px;
    line-height: 1.571em;
}
.newsletter {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 20px 16px;
}
.newsletter p {
    font-weight: 300;
    font-size: 21px;
    line-height: 44px;
    color: #fff;
}
.newsletter .column {
    margin-right: 20px;
}
.newsletter .button {
    background: #1a1a1a;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 700!important;
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    padding: 0 25px;
    line-height: 3em;
    margin: 3px 13px 0 0;
}
.newsletter a {
    color: #FFFFFF !important;
}
.newsletter a:hover.button {
    background: #FFFFFF;
    color: #1a1a1a !important;
}
.newsletter .sign-up-btn {
    background: #FFFFFF;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: 700!important;
    font-size: 1em;
    font-family: proxima-nova, sans-serif;
    padding: 0 25px;
    line-height: 3em;
    margin: 3px 13px 0 0;
}
.newsletter a:hover.sign-up-btn {
    color: #FFFFFF !important;
}
h3.heading {
    background: url(../Images/heading.gif) center center repeat-x;
}
h3.heading span {
    color: #4b9940;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    padding: 0 10px;
    display: block;
    width: 350px;
    margin: 0 auto;
}
.orbit-bullets {
    float: none;
}
.orbit-bullets li {
    width: 11px;
    height: 11px;
    border: 0;
    background: url(../Images/pagination.png) no-repeat;
    cursor: pointer;
    margin: 0 6px;
}
.orbit-bullets li.active, .orbit-bullets li:hover {
    background: url(../Images/pagination.png) 0 -11px no-repeat!important;
}

.event-banner {
    margin-bottom:40px;
}
.homeColCont{
    display:none;
}
.latest-event h2{
    text-align:center;
}
.latest-event img{
    width:auto;
    max-width:100%;
    margin:auto;
}
.more-Previous a, .more-Upcomming a {
    font-size: 1.2em;
    color: #333;
    text-decoration: underline;
}

/* SERVICES */

.services {
    margin: 30px 0;
}
.services .service {
    padding: 82px 0;
    border-bottom: 1px solid #eaeaea;
}
.services .service:last-child {
    border-bottom: 0;
}
.services-content {
    /*float:left;
    margin-left:5%;
    width:82%;
    */
}
.services-content h3 {
    font-size: 1.375em!important;
}
.services-tab .tabs.vertical {
    width: 40%;
}
.services-tab .tabs-content.vertical {
    width: 55%
}
.services-tab .tabs dd>a {
    font-size: 0.875em;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    font-family: proxima-nova, sans-serif;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #F6F6F6));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #FFFFFF 0%, #F6F6F6 100%);
}
.services-tab .tabs dd.active a {
    color: #4b9940;
    border-right: none;
    background: #fff;
}
.services-tab .tabs-content.vertical>.content {
    padding-top: 1rem;
    padding-bottom: 1.0625rem;
}
.services-tab .tabs-content.vertical>.content h4 {
    margin: 0 0 1.125em;
    color: #333!important;
}
.services-tab .tabs-content.vertical>.content p {
    line-height: 1.500em;
    color: #8d8d8d;
}




/* GALLERY */

#gallery .clearing-thumbs li, [data-clearing] li {
    margin: 0 0 1em!important;
}
#gallery li img, #gallery li .th {
    margin-bottom: 0;
}
#gallery table tr.even, #gallery table tr.alt, #gallery table tr:nth-of-type(even) {
    background: none!important;
}
#gallery .photogalleryTable {
    border: 0!important;
    background: none!important;
}

/* CONTACT */

#map_div {
    width: 100%;
    height: 21.875em;
    margin: 50px auto;
}
input[type=submit] {
    width: 100%;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
}
.captcha img {
    height: 37px;
    width: 100%;
}

/* FOOTER */

.boxed-footer {
    background: #3B3B3B;
    border-top: medium none;
    margin: 0 auto;
}
footer {
    color: #d9d9d9;
    padding: 3.5em 0;
}
footer ul {
    font-size: 1em;
    list-style: none;
}
footer ul li {
    line-height: 30px;
    margin-left: -18px;
}
footer p, footer ul li {
    color: #d9d9d9;
    font-size: 1em;
    position: relative;
    z-index: 9;
}
footer h3 {
    color: #FFFFFF;
    font-size: 1.143em;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 9;
}
footer a {
    color: #d9d9d9;
}
footer a:hover {
    color: #fff!important;
    text-decoration: underline;
    ;
}
footer .footer-top {
    padding: 0;
    overflow: hidden;
}
.footer-bottom {
    border-top: 1px solid #3a3a3a;
    padding: 20px 0 0;
    overflow: hidden;
}
#footer-logo {
    margin-right: 14px;
}
footer .pages-col {
    padding-left: 80px;
}

/* FORMS */
form {
    margin: 1rem 0;
    overflow: hidden;
}

#head form {
    margin:0!important;
}
.latest-event h2 {
    font-size:1.5rem;
}

/* SYSTEM PAGES */

.fourofour {
    font-size: 20em;
    color: #4b9940;
    padding: 0;
    font-weight: 700;
    line-height: .75em;
}
.confirmed {
    font-size: 10em;
    color: #4b9940;
    padding: 0;
    font-weight: 700;
    line-height: .75em;
}
.webform-results table {
    width: 100%;
}
.webform-results table td table {
    padding: 0;
    margin: 0;
    border: 0;
    margin: 0;
    background: none;
}
.webform-results table td table td {
    padding-left: 0;
    padding-right: 0;
    background: none;
}
.webform-results table td table tr {
    background: none;
}

/* Font Icon */

@font-face {
    font-family: 'Dulux-Template';
    src: url('../fonts/Dulux-Template.eot?mk56d0');
    src: url('../fonts/Dulux-Template.eot?#iefixmk56d0') format('embedded-opentype'), url('../fonts/Dulux-Template.woff?mk56d0') format('woff'), url('../fonts/Dulux-Template.ttf?mk56d0') format('truetype'), url('../fonts/Dulux-Template.svg?mk56d0#Dulux-Template') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: 'Dulux-Template';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-right-arrow:before {
    content: "\e608";
}
.icon-left-arrow:before {
    content: "\e607";
}
.icon-linkedIn:before {
    content: "\e606";
}
.icon-pinterest:before {
    content: "\e605";
}
.icon-twitter:before {
    content: "\e604";
}
.icon-facebook:before {
    content: "\e602";
}
.icon-search:before {
    content: "\e601";
}
.icon-phone:before {
    content: "\e600";
}
.icon-commercial:before {
    content: "\e60b";
}
.icon-painting:before {
    content: "\e60a";
}
.icon-residential:before {
    content: "\e609";
}
.icon-googleplus:before {
    content: "\e603";
}

/* Filter Options */

#main-content #filterOptions a {
    color: #FFFFFF !important;
}
#filterOptions {
    height: 30px;
    margin-bottom: 40px;
    text-align: center;
}
#filterOptions li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 0 10px 10px;
}
#filterOptions li a {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2x;
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    font-size: 0.7em;
    padding: 6px 14px;
    text-transform: uppercase;
}
#portfolio-list {
    clear: both;
}
.services {
    /*margin:30px 0;
    */
}
.services .service {
    padding: 82px 0;
    border-bottom: 1px solid #eaeaea;
}
.services .service:first-child {
    padding-top: 0;
}
.services .service:last-child {
    border-bottom: 0;
}
.services-content {
    /*float:left;
    margin-left:5%;
    width:82%;
    */
}
.services-content h3 {
    font-size: 1.375em!important;
}
.services-tab .tabs-content.vertical {
    width: 55%
}
.services-tab .tabs dd>a {
    font-size: 0.875em;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #FFFFFF), color-stop(1, #F6F6F6));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #FFFFFF 0%, #F6F6F6 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #FFFFFF 0%, #F6F6F6 100%);
}
.services-tab .tabs dd {
    border-bottom: none;
    border-right: none;
}
.services-tab .tabs dd:last-child {
    border-bottom: 0;
}
.services-tab .tabs dd.active a {
    color: #a92222;
    background: transparent!important;
    /*border-right:1px solid #fff;
    */
}
.services-tab .tabs dd.active {
    border-right: 0;
    background: none;
}
.services-tab .tabs-content.vertical>.content {
    padding-top: 1rem;
    padding-bottom: 1.0625rem;
}
.services-tab .tabs-content.vertical>.content h4 {
    margin: 0 0 1.125em;
    color: #333!important;
}
.services-tab .tabs-content.vertical>.content p {
    line-height: 1.500em;
    color: #8d8d8d;
}
.services-tab .tabs.vertical .content {
    display: none!important;
    font-size: .9em;
}
@media only screen and (max-width:40em) {
    .portfolio-gallery .orbit-next, .portfolio-gallery .orbit-prev {
        /*z-index:9998*/
        ;
        display: block!important;
        background: #fff;
    }
    .portfolio-gallery .orbit-container .orbit-next:hover>span {
        border-left-color: #303030;
    }
    .portfolio-gallery .orbit-container .orbit-next>span {
        border-left-color: #303030;
    }
    .portfolio-gallery .orbit-container .orbit-prev:hover>span {
        border-right-color: #303030;
    }
    .portfolio-gallery .orbit-container .orbit-prev>span {
        border-right-color: #303030;
    }
    .portfolio-gallery .orbit-prev {
        top: 45%;
        left: 0!important;
        right: inherit;
    }
    .portfolio-gallery .orbit-next {
        top: 45%;
        right: 0!important;
        left: inherit;
    }
    .project-details .pdetail .pcolor {
        width: 45%;
    }
    .project-details .pdetail .pcolorname {
        width: 50%;
    }
    .box:after {
        display: none !important;
    }
}

/*========================[Slick Slider Fix]========================*/
.slick-list{
    width:100%;
}
.slick-slide img {
    margin:auto;
}
.slick-initialized .slick-slide{
    display:inline-block;
    vertical-align:middle;
    float: none;
    text-align:center;
    background-color:#000;
    background-size:cover;
}
.photo-carousel.slick-initialized .slick-slide {
    margin: 10px;
    max-height: 188px;
    overflow: hidden;
}

.gallery-carousel.slick-initialized .slick-slide{
    margin:10px;
}

.gallery-carousel .jcarousel-control-prev{
    /*left:3%;
    */
}

.slick-dots{
    display:none!important;
}


/*========================[Customs]========================*/
.top-bar .top-bar-section #CAT_Search{
    height: auto;
    margin: 0 0 1rem 0;
    padding: 9px 32px 9px 10px;
}
.top-bar .top-bar-section .search-btn{
    position: absolute;
    margin: 0px;
    top: 9px;
    right: 7px;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
a.logo-anchor{
    display:block;
}
.dfa-container a.button {
    padding:1rem;
}
.head-image{
    margin-bottom: 30px;
}
.about-btn.button{
    padding:1rem;
}
#gallery .pics{
    padding-bottom: 0;
}

/*== added 10/24/2017 by mj --*/
.wtg .button:hover {
    color: #fff!important;
}



/* CUSTOM MEDIA QUERIES */

@media (max-width:320px) {
    .jcarousel-control-prev {
        right: 11% !important;
    }
    .jcarousel-control-next {
        right: 3% !important;
    }
    .jcarousel {
        margin: 46px 0 77px 23px !important;
    }
    #filterOptions {
        margin-bottom: 50px;
    }
    .contact-form {
        margin-left: 1% !important;
    }
    .contact-form form {
        width: 95%;
    }
    .icon, .services-content h3 {
        text-align: center;
    }
    .services-content h3 {
        margin: 15px 0;
    }
}
@media only screen and (min-width:321px) and (max-width:480px) {
    .carousel-slider-wrapper {
        width: 230px;
    }
    .jcarousel {
        margin: 46px 0 77px !important;
    }
    .jcarousel-control-prev {
        right: 8% !important;
    }
    .jcarousel-control-next {
        right: 3% !important;
    }
    .carousel-slider-wrapper img {
        max-height: 142px;
    }
    .contact-form {
        margin-left: 1% !important;
    }
    .contact-form form {
        width: 95%;
    }
    .icon, .services-content h3 {
        text-align: center;
    }
    .services-content h3 {
        margin: 15px 0;
    }
}
// Small screens @media only screen {
}
/* Define mobile styles */
@media (max-width:480px) {
    #gallery .jcarousel li {
        margin: 0 0 18px;
    }
}
@media only screen and (max-width:40em) {
    .portfolio-gallery, .portfolio-details {
        padding-left: 0;
        padding-right: 0;
    }
    .services-content {
        margin-top: 2em;
    }
    .services-tab {
        margin: 0 0 2em;
    }
    .services-tab .tabs-content.vertical, .services-tab .tabs.vertical {
        width: 100%;
        clear: both;
    }
    .services-tab .tabs-content.vertical>.content {
        padding-left: 0;
        padding-right: 0;
    }
    .services-tab .tabs.vertical dd:last-child {
        border-bottom: 0;
    }
    .services-tab .tabs.vertical .content {
        display: none!important;
    }
    .services-tab .tabs.vertical .active .content {
        display: block!important;
    }
    .services-tab .tabs.vertical .active .content h4 {
        display: none!important;
    }
    .services .service img {
        width: 100%;
    }
    .services-content {
        margin-top: 2em;
    }
    .services-tab {
        margin: 0 0 2em;
    }
    .services-tab .tabs-content.vertical, .services-tab .tabs.vertical {
        width: 100%;
        clear: both;
    }
    .services-tab .tabs-content.vertical>.content {
        padding-left: 0;
        padding-right: 0;
    }
    .services-tab .tabs.vertical dd:last-child {
        border-bottom: 0;
    }
    .services-tab .tabs.vertical .content {
        display: none!important;
    }
    .services-tab .tabs.vertical .active .content {
        display: block!important;
    }
    .services-tab .tabs.vertical .active .content h4 {
        display: none!important;
    }
    .services .service img {
        width: 100%;
    }
    body {
        background: url(../Images/bg1.jpg) repeat-x;
    }
    #logo {
        margin: 15px auto;
    }
    .telephone {
        margin: 45px 0 15px;
        text-align: center;
    }
    nav {
        margin: 0 10%;
        z-index: 9;
    }
    .top-bar-section .dropdown li.title h5 a {
        font-weight: bold;
        line-height: 52px;
        text-transform: uppercase;
    }
    #menu-mobile {
        max-height: 416px;
    }
    .banner-slider-wrapper {
        background-size: cover;
        text-align: center;
    }
    .banner-content h2, .banner-content h3 {
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #000000, 3px 3px 5px #3A3A3A;
    }
    .services-wrapper, .copyright-wrapper {
        text-align: center;
    }
    .testimonial-bg {
        margin: 12px 0 0 12px;
    }
    .copyright-wrapper .social-media {
        margin: 0 0 15px;
    }
    .jcarousel {
        margin: 46px 0 77px 9px;
    }
    .jcarousel-control-prev {
        right: 8%;
    }
    .jcarousel-control-next {
        right: 3%;
    }
    .home.boxed {
        background: url(../Images/header-boxed.jpg) center top no-repeat!important;
    }
    #header-home-bg, #header-bg {
        width: 100%!important;
        background: none!important;
    }
    .boxed-footer {
        width: 100%;
    }
    .newsletter p {
        font-size: 1.25em;
        line-height: 1.4em;
        text-align: center;
        margin: 0 0 .5em;
    }
    .newsletter .button {
        margin: 0 0 .5em;
        width: 100%;
    }
    .header-message {
        padding: 20px 0;
    }
    .captcha img {
        margin: 0 0 1rem 0;
    }
    #logo {
        margin-bottom: 5px;
    }
    .telephone, .social-media {
        margin-top: 5px;
    }
    .wrapper {
        width: 100%;
    }
    footer .pages-col {
        padding-left: 0.625em;
        padding-right: 0.625em;
    }
    ul#portfolio-list {
        margin: 0 10px;
    }
    .page-nav {
        margin: 0 0 25px;
    }
    .contact-form {
        margin-left: 1% !important;
    }
    .contact-form form {
        width: 95%;
    }
    .icon, .services-content h3 {
        text-align: center;
    }
    .services-content h3 {
        margin: 15px 0;
    }
    .box:after {
        display: none !important;
    }
}

/* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width:40.063em) {
}

/* min-width 641px, medium screens */

@media only screen and (min-width:40.063em) and (max-width:64em) {
    body {
        background: url(../Images/bg1.jpg) repeat-x;
    }
    .home.boxed {
        background: url(../Images/header-boxed.jpg) center top no-repeat!important;
    }
    #header-home-bg, #header-bg {
        width: 100%!important;
        background: none!important;
    }
    .boxed-footer {
        width: 100%!important;
    }
    .header-message {
        padding: 50px 0!important;
    }
    .newsletter {
        text-align: center;
    }
    .newsletter p {
        margin-bottom: 0 !important;
    }
    .header-message {
        padding: 0;
    }
    .wrapper {
        width: 100%;
    }
    .telephone {
        /*margin:20px 0 0;
        */
    }
    .social-media {
        /*margin:20px 0 0;
        */
        text-align: right;
    }
    ul#portfolio-list {
        margin: 0 10px;
    }
    footer .pages-col {
        padding-left: 0.625em;
        padding-right: 0.625em;
    }
    .contact-form {
        margin-left: 1% !important;
    }
    .contact-form form {
        width: 95%;
    }
    nav ul li.has-form {
        display: none;
    }
    #gallery .jcarousel {
        margin: 46px 0 77px 100px;
    }
    .services-image {
        margin: 40px 0 0;
    }
    .icon, .services-content h3, .services-image {
        text-align: center;
    }
    .services-content h3 {
        margin: 15px 0;
    }
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

.jcarousel li {
    width: 260px !important;
    margin-right: 15px;
}
.jcarousel {
    width: auto !important;
}
.carousel-slider-wrapper {
    width: 220px !important;
    margin:0 24px;
}
.carousel-slider-wrapper img {
    height: auto !important;
    width: 100% !important;
    min-height: 160px;
}
.page-nav {
    text-align: center;
}


/* NY Added */

body.colour-blue .jcarousel a {
    color: #3a3a3a!important;
}
body.colour-blue a:hover.jcarousel-control-next, body.colour-blue a:hover.jcarousel-control-prev {
    background: #7dbd00;
}
.dfa-section {
    background-color: #fff;
    padding: 3rem 2rem;
}
.dfa-section h3 {
    color: #fff;
    font-weight: 300;
}
.dfa-container, .row .row.dfa-container {
    padding: 1rem;
    background-color: #3a3a3a;
    border-radius: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media only screen and (max-width:1200px) {
    .wrapper {
        width: 100%
    }
}
@media only screen and (min-width:40.063em) and (max-width:1341px) {
    body {
        background: url(../Images/bg1.jpg) repeat-x;
    }
    /*.home.boxed {
    background:url(../Images/header-boxed.jpg) center top no-repeat!important;
}
    */
    #header-home-bg, #header-bg {
        width: 100%!important;
        background: none!important;
    }
    .boxed-footer {
        width: 100%;
    }
}
// Large screens
@media only screen and (min-width:64.063em) {
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width:90.063em) {
}

/* min-width 1441px, xlarge screens */

@media only screen and (min-width:90.063em) and (max-width:120em) {
}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width:120.063em) {
}

/* min-width 1921px, xlarge screens */

.welcome-wrapper {
    max-width: 80.5em;
    margin: 0 auto;
    position: relative;
    margin-top: -110px;
}

.welcome-wrapper a.button {
    width:40%!important;
    padding:1rem;
}
@media only screen and (max-width:1700px) {
    .welcome-wrapper {
        margin-top: -1px;
    }
}
body.retina .welcome-wrapper {
    margin-top: -50px;
}

@media only screen and (max-width: 39.9375em){
    body.retina .welcome-wrapper {
        margin-top: 0px;
    }

}

@media only screen and (max-width:863px) {

    .welcome-wrapper a.button {
        width:100%!important;
    }
}

@media only screen and (max-width:641px) {

    .welcome-wrapper  .mar-top-10p {
        margin-top:20px!important;
    }

}


@media only screen and (max-width: 40em) {
    a.logo-anchor{
        display:block;
        text-align:center;
    }
}
body.style-light .services-wrapper {
    background-color: #f4f4f4;
    max-width: 80.5em;
    margin: 0 auto;
}
.welcome-wrapper button, .welcome-wrapper .button, .welcome-wrapper a, .newsletter a, services-wrapper button, .services-wrapper .button, .dfa-section .button, .slide-item .button, a.button, body.colour-blue form .button, .dfa-cta-button a{
    background-color: #7dbd00;
    background: #7dbd00;
    background-color .25s ease-out;
    border:solid 1px #7dbd00;
    border-radius: 4px;
    margin-bottom: 0;
    transition: border-color .25s ease-out, color .25s ease-out, background .25s ease-out;
    padding:0 1rem;
}
.photoCollage{
    background-color: none;
}

.welcome-wrapper button:hover, .welcome-wrapper .button:hover, .welcome-wrapper a:hover, .newsletter a:hover, services-wrapper button:hover, .services-wrapper .button:hover, .dfa-section .button:hover, .slide-item .button:hover, a.button:hover, body.colour-blue form .button:hover, .dfa-cta-button a:hover{
    background-color: #fff;
    background: #fff;
    color: #7dbd00;
    text-decoration:none;
    border:1px solid #7dbd00;
}
.dfa-cta-button a{
    color: #fff;
    padding: 0.5rem 2rem;
}

.logo-anchor img {
    margin: 10px;
}
.banner-text {
    position: absolute;
    color: #ffffff;
    text-align: left;
    /*width: 100%;
    */
    width: 440px;
    top: 25%;
}
.banner-text h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
}
.banner-text h2 {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
}
footer a.foot-links {
    color: #7dbd00;
    text-decoration: none;
}
body.retina .banner-text {
    top: 15%;
}

#cbo {
    font-size:14px;
}

/*Small Only*/

@media only screen and (max-width: 40em) {
    #head, body.colour-blue #head {
        height: auto;
    }


    .banner-text {
        position: relative;
        margin: 0 0 1rem 0;
    }
    .banner-text h1, .banner-text h2 {
        color: #3a3a3a;
        margin-bottom: 0;
    }
    .banner-text h1 {
        font-size: 25px;
    }
    .banner-text h2 {
        font-size: 17px;
        margin-bottom: 1rem;
    }
    .text-right {
        text-align: center!important;
    }
    .button.right {
        float: left!important;
    }
    nav {
        margin: 0;
    }
    #main-slider {
        margin-top: 0%;
    }

    .breadcrumbs-container{
        margin-top:8%;
    }
    .jcarousel-control-prev{
        left:0;
    }
    .event-carousel{
        margin-top:2rem;
    }
}

/* iPad - Landscape */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .banner-text {
        top: 10%;
    }
}

/* iPad - Portrait */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .banner-text {
        top: 5%;
    }
    .banner-text h1 {
        font-size: 30px;
    }
    .banner-text h1, .banner-text h2 {
        margin-bottom: 10px;
    }
    body.retina .welcome-wrapper, body .welcome-wrapper {
        margin-top: 0;
    }
}

.flex-align-middle{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    align-items: center;

}

.add-remove-links{
    margin-bottom:1rem;
}
.add-remove-links a{
    color: #085dad;
}

/** Gallery **/

#galleries div > a {
    display: inline-block;
    margin-bottom: 2rem;
}
#galleries div > a img {
    display: block;
    margin-bottom: 0.5rem;
    width: 100%;
    height: 100%;
    background-size: auto auto;
    background-size: cover;
    border: 8px solid rgba(255, 255, 255, 0.75);
}
#galleries div > a span {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}
#galleries div > a:hover,
#galleries div > a:hover span {
    color: #000;
    text-decoration: none;
}
.gallery-title {
    font-size: 1.3rem;
}
[class*="column"] + [class*="column"]:last-child {
    float: left;
}
.photo_goback {
    border: solid 1px #7dbd00;
    border-radius: 4px;
    margin-bottom: 0;
    transition: border-color .25s ease-out, color .25s ease-out, background .25s ease-out;
    padding: 0.5rem 1rem;
    display: inline-block;
    color: #fff;
    background-color: #7dbd00;
}
.photo_goback:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none!important;
}

/** Section Tabs **/

.tabs-content > .content {
    display: block;
}
.section-tabs {
    list-style: none;
    margin: 10px 0;
    width: 100%;
}
.section-tab-title {
    float: left;
    display: inline-block;
    background: #085dad;
    color: #FFFFFF;
    cursor: pointer;
    transition: border-color .25s ease-out, color .25s ease-out, background .25s ease-out;
    text-align: center;
    padding: 1rem;
    min-width: 100px;
    border-left: 2px solid #085dad;
    position: relative;
    border-top: 2px solid #085dad;
}
.section-tab-title:last-child {
    border-right: 2px solid #085dad;
}
.section-tab-title:hover {
    background: #2069d4;
    color: #FFFFFF;
}
.section-tab-title.active {
    background: #fff;
    color: #085dad;
}
.section-tab-title.active:after {
    position: absolute;
    content: '';
    width: 100%;
    background-color: #fff;
    height: 4px;
    bottom: -4px;
    left: 0px;
}
.section-tabs-content {
    border-top: 2px solid #085dad;
    overflow: auto;
    width: 100%;
    clear: both;
    padding: 1rem 0;
}
.section-tabs-content .content {
    display: none;
}
.section-tabs-content .content.active {
    display: block;
}

/** In the Media **/

.media-item {
    margin-bottom: 2rem;
}

.media-item.row {
    margin-bottom: 2rem;
}

.media-item p:last-child { margin-bottom: 0; }

.media-item .img img {
    width: 100%;
}
.media-item .info h3 {
    margin-bottom: 0;
}
.media-item .info .title {
    margin-bottom: 1rem;
    font-size: 14px;
    color: #ccc;
}
.media-item .info a {
    color: #8BB93A;
}
