/* CSS Document */
/*COLOURS*/
/*FOOTER*/
/*Red*/
/*Orange*/
/*Green*/
/*Lime*/
/*Purple*/
/*Magenta*/
/*Red*/
/*White*/
/**********/
/*border*/
/****/
/*TOP NAV*/
/*FORM*/
/*PHONE*/
/***************/
/* CSS Document */
/****/
/**********/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
}
/***MAIN BLOCKS****/
.fw-bg {
    position: relative;
    float: left;
    width: 100%;
}
.phoo_row_wrapper {
    position: relative;
    float: left;
    width: 100%;
}
.phoo_row {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    padding: 0;
    background-size: cover;
    background-position: top center;
}
.page-pad .fw-wrapper {
    height: 140px;
}
.full-width .fw-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
}
.w960-centered .fw-wrapper {
    position: relative;
    width: 90%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0px;
}
.block {
    position: relative;
    float: left;
    padding: 0 48px 0 0;
}
.fw-wrapper .block {
    padding: 0;
}
.block img {
    max-width: 100%;
    height: auto;
}
.block .inner {
    position: relative;
}
.spacer {
    position: relative;
    float: left;
    width: 100%;
}
.wrapper {
    position: relative;
    float: left;
    width: 100%;
}
.hidden {
    display: none;
}
.fl-l {
    float: left;
}
.fl-r {
    float: right;
}
.w-auto {
    width: auto;
}
.highlight {
    padding: 48px;
}
.centered {
    text-align: center;
}
/***************/
.fade_on_scroll {
    opacity: 0.1;
}
.fade_on_load {
    opacity: 0;
    animation: 2s ease-out 0s 1 fade-in;
    animation-fill-mode: both;
}
/*********
BLOCKS
************/
.col1 {
    width: 100%;
}
.col1_4 {
    width: 25%;
}
.col1_2 {
    width: 50%;
}
.col3_4 {
    width: 75%;
}
.col1_3 {
    width: 33.3333%;
}
.col2_3 {
    width: 66.6666%;
}
.col1_5 {
    width: 20%;
}
.col4_5 {
    width: 80%;
}
/*********
STRUCTURE
************/
.w5pc, .w10pc, .w20pc, .w25pc, .w30pc, .w33pc, .w40pc, .w50pc, .w60pc, .w66pc, .w70pc, .w75pc, .w80pc, .w90pc, .w95pc, .w100pc, .w80, .w160, .w240, .w320, .w400, .w480, .w560, .w640, .w720, .w800, .w880, .w960 {
    position: relative;
    float: left;
}
.w5pc {
    width: 5% !important;
}
.w10pc {
    width: 10% !important;
}
.w20pc {
    width: 20% !important;
}
.w25pc {
    width: 25% !important;
}
.w30pc {
    width: 30% !important;
}
.w33pc {
    width: 33.3333% !important;
}
.w40pc {
    width: 40% !important;
}
.w50pc {
    width: 50% !important;
}
.w60pc {
    width: 60% !important;
}
.w66pc {
    width: 66.6666% !important;
}
.w70pc {
    width: 70% !important;
}
.w75pc {
    width: 75% !important;
}
.w80pc {
    width: 80% !important;
}
.w90pc {
    width: 90% !important;
}
.w95pc {
    width: 95% !important;
}
.w100pc {
    width: 100% !important;
}
.w80 {
    width: 160px !important;
}
.w160 {
    width: 160px !important;
}
.w240 {
    width: 240px !important;
}
.w320 {
    width: 320px !important;
}
.w400 {
    width: 400px !important;
}
.w480 {
    width: 480px !important;
}
.w560 {
    width: 560px !important;
}
.w640 {
    width: 640px !important;
}
.w720 {
    width: 720px !important;
}
.w800 {
    width: 800px !important;
}
.w880 {
    width: 880px !important;
}
.w960 {
    width: 960px !important;
}
/************/
#skiptocontent a {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}
#skiptocontent a:focus {
    display: inline-block;
    height: auto;
    width: 240px;
    padding: 16px 32px;
    position: absolute;
    overflow: hidden;
    top: 16px;
    left: 16px;
    z-index: 20000;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}
/***************/
/*FORM*/
/*********************************/
.formRow {
    float: left;
    width: 100%;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}
.formRow2 {
    float: left;
    width: 50%;
    padding: 0 0 8px 0;
    margin: 0 0 8px 0;
}
.formRow .th {
    padding: 16px;
    border-right: 16px solid #FFF;
    color: #FFF;
    background-color: #AAA;
}
.formRow .formLabel {
    float: left;
    width: 100%;
    padding: 0 0 6px 0;
    white-space: nowrap;
}
.formRow .formInput {
    float: left;
    width: 100%;
}
.formRow .formError {
    float: left;
    width: 100%;
    padding: 0;
    white-space: nowrap;
}
.formRow .formError .error {
    color: #900;
}
.formRow label.error {
    display: none !important;
}
.formRow .formSingleText, .formRow .formMultiText, .formRow .formSelect, #queue {
    float: left;
    width: 100%;
    padding: 4px 4px 4px 20px;
}
.formRow .formSingleText, .formRow .formMultiText, .formRow .formSelect {
    min-height: 32px;
    border: solid 1px #ededed;
    background-color: #ededed;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.formRow .formSingleText.error, .formRow .formMultiText.error, .formRow .formSelect.error {
    border: solid 1px #900;
    -webkit-box-shadow: 0 0 3px 1px #900;
    box-shadow: 0 0 3px 1px #900;
}
.formRow .formMultiText {
    height: 100px;
}
.form-btn, .hero-holder .hero-item-inner .hero-item-block.ht_a a, .portfolio_item .inner .text a, .pageheader_text .pageheader_text_inner a, .block.lime .inner a, .block.orange .inner a, .block.magenta .inner a, .block.red .inner a, .grey_img_left a, .phoo_row.show_more .show-more, .testimonialHolder .promoInner .testimonital-btn {
    position: relative;
    padding: 8px 22px;
    border: none;
    background-color: #dd0a88;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
a.form-btn, .hero-holder .hero-item-inner .hero-item-block.ht_a a, .portfolio_item .inner .text a, .pageheader_text .pageheader_text_inner a, .block.lime .inner a, .block.orange .inner a, .block.magenta .inner a, .block.red .inner a, .grey_img_left a, .phoo_row.show_more a.show-more, .testimonialHolder .promoInner a.testimonital-btn {
    color: #FFFFFF !important;
}
.socialBTN {
    width: 100%;
    padding: 10px;
    display: none;
}
.fbBTN {
    border: solid 1px #AAA;
    background-color: #3B5998;
    color: #FFF;
}
.fc {
    float: left;
}
.formRow .fc {
    padding-right: 16px;
}
.fc br {
    margin-bottom: 6px;
}
.fc5pc {
    width: 5%;
}
.fc10pc {
    width: 10%;
}
.fc15pc {
    width: 15%;
}
.fc20pc {
    width: 20%;
}
.fc25pc {
    width: 25%;
}
.fc30pc {
    width: 30%;
}
.fc33pc {
    width: 33.3333%;
}
.fc35pc {
    width: 35%;
}
.fc40pc {
    width: 40%;
}
.fc45pc {
    width: 45%;
}
.fc50pc {
    width: 50%;
}
.fc55pc {
    width: 50%;
}
.fc60pc {
    width: 60%;
}
.fc65pc {
    width: 60%;
}
.fc66pc {
    width: 66.6666%;
}
.fc70pc {
    width: 70%;
}
.fc75pc {
    width: 75%;
}
.fc80pc {
    width: 80%;
}
.fc85pc {
    width: 85%;
}
.fc90pc {
    width: 90%;
}
.fc95pc {
    width: 90%;
}
.fc100pc {
    width: 100%;
}
.fc .input1, .fc .input2, .fc .input3 {
    padding: 4px;
    border: solid 1px #CCC;
}
.fc .input1 {
    width: 100%;
}
.fc .input2 {
    width: 50%;
}
.fc .input3 {
    width: 25%;
}
/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
    float: left;
    width: 100%;
}
.QapTcha .clr {
    float: left;
}
.QapTcha .bgSlider {
    float: left;
    width: 100%;
    height: 30px;
    margin: 0px 12px 0px 0px;
    border: 1px solid #AAA;
    background-color: #DDDDDD;
    background-image: url(../images/slider-bg.gif);
    background-position: center left;
    background-repeat: repeat-x;
    color: #FFF;
}
.QapTcha .Slider {
    width: 36px;
    height: 28px;
    cursor: e-resize;
    position: relative;
    top: 0;
    left: 0;
    background: #666 no-repeat center center url(../images/slider-arrow.png);
}
.QapTcha .TxtStatus {
    float: left;
    text-align: left;
    margin: 6px 0px 0px 0px;
    text-transform: capitalize;
}
.QapTcha .dropSuccess {
    color: #44B441;
}
.QapTcha .dropError {
    color: #DB0003;
}
/* CSS Document */
/* CSS Document */
.phoo_row.full-width.home_hero .fw-wrapper {
    padding: 0;
}
/********************/
.carousell .carousell-prev,
.carousell .carousell-next {
	position: absolute;
	z-index: 2000;
	top: 303px;
	cursor: pointer;
}
.carousell .carousell-prev {
	left: 12px;
}
.carousell .carousell-next {
	right: 12px;
}
/********************/
.hero-holder {
    position: relative;
    float: left;
    width: 100%;
    height: 914px;
    background-color: #000000;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
}
.hero-holder .hero-item {
    width: 100%;
    height: 100%;
}
.hero-holder .hero-item-bg, .hero-holder .hero-item-vid video, .hero-holder .hero-item-tint {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
}
.hero-holder .hero-item-vid video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero-holder .hero-item-bg {
    z-index: 10;
}
.hero-holder .hero-item-vid video {
    z-index: 12;
}
.hero-holder .hero-item-tint {
    z-index: 15;
}
.hero-holder .hero-item-bg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.hero-holder .hero-item-inner-wrapper {
    position: relative;
    width: 90%;
    max-width: 1600px;
    height: auto;
    margin: 0 auto 0 auto;
}
.hero-holder .hero-item-inner {
    position: absolute;
    width: 50%;
    padding: 48px;
    height: auto;
    z-index: 20;
}
.hero-holder .hero-item-tint {
    background-color: rgba(0, 0, 0, 0.4);
}
.hero-holder .hero-item-inner.pos-t-l {
    top: 300px;
    bottom: auto;
    text-align: left;
}
.hero-holder .hero-item-inner.pos-t-c {
    top: 300px;
    bottom: auto;
    text-align: center;
}
.hero-holder .hero-item-inner.pos-t-r {
    top: 300px;
    bottom: auto;
    text-align: right;
}
.hero-holder .hero-item-inner.pos-b-l {
    top: auto;
    bottom: 0px;
    text-align: left;
}
.hero-holder .hero-item-inner.pos-b-c {
    top: auto;
    bottom: 0px;
    text-align: center;
}
.hero-holder .hero-item-inner.pos-b-r {
    top: auto;
    bottom: 0px;
    text-align: right;
}
.hero-holder .hero-item-inner .hero-item-block {
    position: relative;
    width: 100%;
}
/*TYPES*/
.hero-holder .hero-item-inner .hero-item-block.ht_h1 {
    font-weight: 600;
    font-size: 56px;
    margin: 0 0 24px 0;
}
.hero-holder .hero-item-inner .hero-item-block.ht_h2 {
    font-size: 36px;
    margin: 0 0 48px 0;
}
.hero-holder .hero-item-inner .hero-item-block.ht_h3 {
    font-size: 22px;
    margin: 0 0 24px 0;
}
.hero-holder .hero-item-inner .hero-item-block.ht_img {
    opacity: 0;
}
.hero-holder .hero-item-inner .hero-item-block.ht_img img {
    width: 240px;
    height: auto;
    margin: 0 0 12px 0;
}
.hero-holder .hero-item-inner .hero-item-block.ht_a a {
    padding: 6px 24px;
    margin: 0 0 12px 0;
    background-color: #95c93f;
    font-size: 18px;
}
/*STYLES*/
.hero-holder .hero-item-inner .hero-item-block.hero_drk_txt {
    color: #ef3c40;
    text-shadow: 0 0 2px #000000;
}
.hero-holder .hero-item-inner .hero-item-block.hero_lght_txt {
    color: #FFFFFF;
    text-shadow: 0 0 2px #000000;
}
/*PAGER*/
.hero-pager {
    position: absolute;
    right: 30px;
    bottom: 30px;
    z-index: 120;
}
.hero-pager span {
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    padding: 0 0 0 16px !important;
    background: #FFF;
    line-height: 1 !important;
    overflow: hidden;
    margin: 0 4px 0 0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.hero-pager span.cycle-pager-active {
    background: #ef3c40;
}
/***************/
.slide-in-from-left {
    opacity: 0;
    animation: 3s ease-out 0s 1 slide-in-from-left;
    animation-fill-mode: both;
}
.slide-in-from-right {
    opacity: 0;
    animation: 3s ease-out 0s 1 slide-in-from-right;
    animation-fill-mode: both;
}
.slide-in-from-bottom {
    opacity: 0;
    animation: 3s ease-out 0s 1 slide-in-from-bottom;
    animation-fill-mode: both;
}
.fade-in {
    opacity: 0;
    animation: 3s ease-out 0s 1 fade-in;
    animation-fill-mode: both;
}
/*********************/
@keyframes slide-in-from-left {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-from-right {
    0% {
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slide-in-from-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*******************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .phoo_row.full-width.home_hero .block {
        padding: 0;
    }
    .hero-holder {
        height: 360px;
    }
    .hero-holder .hero-item-inner-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .hero-holder .hero-item-inner.pos-t-l, .hero-holder .hero-item-inner.pos-t-c, .hero-holder .hero-item-inner.pos-t-r {
        top: 0;
        padding: 12px;
    }
    /***************/
    .hero-holder .hero-item-inner {
        width: 100%;
    }
    /*TYPES*/
    .hero-holder .hero-item-inner .hero-item-block.ht_h1 {
        font-size: 40px;
        margin: 0 0 14px 0;
    }
    .hero-holder .hero-item-inner .hero-item-block.ht_h2 {
        font-size: 20px;
        margin: 0 0 12px 0;
    }
    .hero-holder .hero-item-inner .hero-item-block.ht_h3 {
        font-size: 16px;
        margin: 0 0 12px 0;
    }
    /*****/
}
/*****/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .hero-holder {
        height: 480px;
    }
    /*****/
    .hero-holder .hero-item-inner.pos-t-l, .hero-holder .hero-item-inner.pos-t-c, .hero-holder .hero-item-inner.pos-t-r {
        top: 0;
        padding: 24px;
    }
    /*TYPES*/
    .hero-holder .hero-item-inner .hero-item-block.ht_h1 {
        font-size: 56px;
        margin: 0 0 18px 0;
    }
    .hero-holder .hero-item-inner .hero-item-block.ht_h2 {
        font-size: 32px;
        margin: 0 0 14px 0;
    }
    .hero-holder .hero-item-inner .hero-item-block.ht_h3 {
        font-size: 24px;
        margin: 0 0 14px 0;
    }
}
/*****/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    .hero-holder {
        height: 800px;
    }
    .hero-holder .hero-item-inner.pos-t-l, .hero-holder .hero-item-inner.pos-t-c, .hero-holder .hero-item-inner.pos-t-r {
        top: 0;
    }
}
/*****/
/* CSS Document */
/*Blog*/
.blogHolder {
    float: left;
    width: 100%;
    margin: 0;
}
.blogHolder .blogLeft {
    float: left;
    width: 80%;
    margin: 0;
    padding: 0 40px 0 0;
}
.blogHolder .blogSignup {
    display: none;
}
.blogHolder .blogLeft .blogItem {
    float: left;
    width: 100%;
    border-bottom: solid 1px #c3c3c3;
    margin: 0px 0px 30px 0px;
}
.blogHolder .blogLeft .blogItem .blogHeader {
    margin: 0px 0px 16px 0px;
}
.blogHolder .blogLeft .blogItem .blogSub, .blogHolder .blogLeft .blogItem .blogContent, .blogHolder .blogLeft .blogItem .blogComments, .blogHolder .blogLeft .blogItem .blogShare {
    float: left;
    width: 100%;
    margin: 0px 0px 8px 0px;
}
.blogHolder .blogLeft .blogItem .blogComments .commentButton, .blogHolder .blogLeft .blogItem .blogShare .shareButton {
    float: left;
    margin: 0px 4px 0px 0px;
}
.blogHolder .blogLeft .blogItem .blogComments {
    display: none;
}
.blogHolder .blogLeft .blogItem .blogContent img {
    width: 100% !important;
    height: auto !important;
}
.blogHolder .blogLeft .blogItem .blogSub {
    font-style: italic;
}
.blogHolder .blogLeft .blogItem .blogCommHolder {
    float: left;
    width: 100%;
    background-color: #DDD;
    color: #333;
    border: solid 1px #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0px 0px 8px 0px;
    padding: 8px;
}
.blogHolder .blogLeft .blogItem .blogCommHolder .blogCommTitle {
    font-weight: bold;
    margin: 0px 0px 4px 0px;
}
.blogHolder .blogLeft .blogItem .blogCommHolder .blogCommContent {
    margin: 0px 0px 4px 0px;
}
/*****************/
.blogHolder .blogRight {
    float: left;
    width: 20%;
    margin: 0;
}
.blogHolder .blogRight h2 {
    width: 100%;
    padding: 0px 0px 12px 0px;
    border-bottom: solid 1px #c3c3c3;
}
.blogHolder .blogRight ul {
    padding: 0px 0px 0px 12px;
    margin: 0px 0px 4px 0px;
}
.blogHolder .blogLeft .blogFooter {
    float: left;
    width: 100%;
    border-bottom: solid 1px #c3c3c3;
    margin: 0px 0px 12px 0px;
}
.blogHolder .blogLeft .blogFooter .blogFooterLeft {
    float: left;
    width: 30%;
    text-align: left;
    padding: 0px 0px 8px 0px;
}
.blogHolder .blogLeft .blogFooter .blogFooterCentre {
    float: left;
    width: 40%;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 8px 0px;
}
.blogHolder .blogLeft .blogFooter .blogFooterRight {
    float: left;
    width: 30%;
    text-align: right;
    padding: 0px 0px 8px 0px;
}
/**********************/
.phoo320 .blogHolder, .phoo320 .blogHolder .blogLeft, .phoo320 .blogHolder .blogRight {
    position: relative !important;
    float: left !important;
    left: 0px !important;
    top: 0px !important;
    width: 100% !important;
    height: auto !important;
    margin: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.phoo320 .blogHolder .blogLeft {
    padding: 0;
}
/*************************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    .blogHolder {
        display: flex;
        flex-flow: column;
    }
    .blogHolder .blogLeft {
        order: 2;
    }
    .blogHolder .blogLeft h1 a {
        font-size: 24px;
        line-height: auto;
    }
    .blogHolder .blogRight {
        order: 1;
    }
    .blogHolder .blogLeft, .blogHolder .blogRight {
        width: 100% !important;
        padding: 0;
    }
    .blogHolder .blogRight h2 {
        width: 100%;
        padding: 0;
        border-bottom: none;
        font-size: 18px;
    }
    .blogHolder .blogRight, .blogHolder .blogRight ul {
        padding: 0 0 12px;
        margin: 0 0 12px;
        border-bottom: solid 1px #c3c3c3;
    }
}
/* CSS Document */
/**************/
.portfolio_holder {
    width: 100%;
    padding: 0;
}
.portfolio_item {
    position: relative;
    float: left;
    width: 33.3333%;
}
.portfolio_item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.portfolio_item .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #252525;
}
.portfolio_item .inner .img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center top;
    background-color: #252525;
    z-index: 3;
}
.portfolio_item .inner .text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: calc(48px * 2);
    text-align: center;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.6);
}
.portfolio_item .inner .text h3, .portfolio_item .inner .text p {
    color: #FFFFFF;
}
.portfolio_item .inner .text h3 {
    padding: 50px 0px 10px 0px;
}
.portfolio_item .inner .text a {
    background-color: #95c93f;
}
.portfolio_item:nth-child(3n+2) .inner .text a {
    background-color: #dd0a88;
}
.portfolio_item:nth-child(3n+3) .inner .text a {
    background-color: #f99e1b;
}
/****************/
.PFDHeader {
    width: 100%;
    height: 500px;
    margin-bottom: 48px;
}
.PFDHeader .PFDimg {
    position: relative;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}
.PFD-img-nav {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.PFD_Prev, .PFD_Next {
    position: absolute;
    top: calc(240px - 15px);
    font-size: 30px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #B7B7B7;
    z-index: 3000;
}
.PFD_Prev, .PFD_Next, .PFD_paging {
    display: none;
}
.PFD_Prev {
    left: 30px;
}
.PFD_Next {
    right: 30px;
}
.PFD_paging {
    position: absolute;
    width: 100%;
    top: 450px;
    z-index: 2000;
    text-align: center;
}
.PFD_paging span {
    display: inline-block;
    margin: 0 0 0 4px;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0);
    cursor: pointer;
}
.PFD_paging span.cycle-pager-active {
    color: #95c93f;
    background: #95c93f;
}
.PFD_copy .importInfo {
    width: 100%;
    padding: 20px;
    background-color: #f4edf5;
}
.PFD_np {
    text-align: right;
}
.PFnav {
    display: inline-block;
    width: 100px;
    background-color: #e5e3e4;
    margin-right: 8px;
    padding: 8px;
    color: #2b2b2d;
    text-align: center;
    text-decoration: none !important;
}
.PFnav.blank {
    display: none;
}
.PFnav.prev {
    background: #e5e3e4 url(../images/PF-prev.png) 10px center no-repeat;
}
.PFnav.next {
    background: #e5e3e4 url(../images/PF-next.png) 151px center no-repeat;
}
.PFnav:last-child {
    margin-right: 0;
}
/**************/
/* CSS Document */
/****************************/
.galleryHolder {
    float: left;
    width: 100%;
}
.galleryHolder .galleryThumbs {
    float: left;
    width: 100%;
}
.galleryHolder .gallery_item {
    float: left;
    overflow: hidden;
    width: 25%;
    height: 242px;
    padding: 0 10px 20px;
}
.galleryHolder .gallery_item:nth-child(4n+1) {
    padding-left: 0;
}
.galleryHolder .gallery_item:nth-child(4n) {
    padding-right: 0;
}
.galleryHolder .gallery_link, .galleryHolder .gallery_img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
}
/***************/
.header-bg {
    position: absolute;
    z-index: 1000;
    height: 162px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.header-bg * {
    overflow: visible;
    color: #FFFFFF;
}
.header-bg .fw-wrapper {
    position: relative;
    padding: 48px 0px 0;
    overflow: visible;
}
.header-bg .phoo_row_wrapper:before {
    float: left;
    content: " ";
    height: 8px;
    width: 100%;
    background: url(../images/stripe-1.png) repeat-y;
    background-size: 100% 1px;
}
/***************/
.header-bg .logo-holder {
    position: absolute;
    top: 30px;
    width: 148px;
    height: 162px;
    padding-top: 6px;
    z-index: 3000;
}
.header-bg .logo-holder img {
    -webkit-filter: drop-shadow(0px 0px 5px #222);
    filter: drop-shadow(0px 0px 5px #222);
}
.header-bg .contact-holder {
    float: right;
}
.header-bg .contact-holder * {
    text-transform: uppercase;
    font-size: 16px;
}
.header-bg .contact-holder a {
    color: #95c93f;
}
#header {
    display: block;
}
#mobile-header {
    display: none;
}
.top-nav-holder {
    float: right;
    z-index: 2000;
    margin: 0 0 16px 0;
    text-align: right;
}
.top-nav-holder * {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
}
.top-nav-holder ul.nav li ul {
    display: none;
}
.top-nav-holder ul {
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
}
.top-nav-holder li {
    position: relative;
    float: left;
    list-style: none;
}
.top-nav-holder li a {
    display: block;
    float: left;
    height: auto;
    padding: 6px 18px;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
}
.top-nav-holder li:last-child a {
    padding-right: 0;
}
.top-nav-holder li a:hover {
    color: #95c93f;
}
.top-nav-holder li.selected a {
    font-weight: 500;
    color: #95c93f;
}
.top-nav-holder ul.L1 {
    padding: 0;
}
.top-nav-holder .L1 {
    position: absolute;
    top: 33px;
    background: transparent;
    width: auto;
    z-index: 5000;
}
.top-nav-holder .L1 li, .top-nav-holder .L1 li a {
    width: 100%;
    min-width: 200px;
    text-align: left;
    font-weight: normal;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
}
.top-nav-holder .L1 li {
    padding: 0;
}
.top-nav-holder .L1 li a {
    border: none;
}
.top-nav-holder .L1 li a:hover {
    color: #95c93f;
}
.top-nav-holder .L1, .top-nav-holder .L2, .top-nav-holder .L3, .top-nav-holder .L4, .top-nav-holder .L5, .top-nav-holder .L6, .top-nav-holder .L7 {
    display: block;
}
/*MOBILE HEADER*/
#mobile-nav-wrapper {
    position: absolute;
    z-index: 500;
    width: 100%;
}
#mobile-nav-wrapper .toggle-nav {
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 46px;
    width: auto;
    padding: 5px 8px;
    background-color: #95c93f;
    font-size: 20px;
    font-weight: bolder;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.mobile-header {
    position: absolute;
    z-index: 1000;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.mobile-header .contact-holder a {
    color: #95c93f;
    text-transform: uppercase;
}
.mobile-header p {
    margin: 0 0 12px 0;
}
.mobile-header-inner {
    padding: 12px;
}
.mobile-header * {
    color: #FFFFFF;
}
.mobile-header .logo-holder {
    float: left;
    width: 50%;
    text-align: left;
    margin-bottom: 12px;
}
.mobile-header .logo-holder img {
    max-width: 140px;
    height: auto;
}
.mobile-header .contact-holder {
    float: left;
    width: 50%;
    text-align: right;
    padding-bottom: 12px;
    margin-top: 15px;
}
.mobile-header .contact-holder .call {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    font-size: 18px;
    line-height: 24px;
    background: url("icons/phone-blue.png") no-repeat left 10px center;
}
.mobile-header .contact-holder .call a {
    color: #95c93f;
}
.mobile-nav-holder {
    float: right;
    width: 100%;
    max-width: 375px;
    padding: 12px;
    display: none;
    background-color: rgba(0, 0, 0, 0.9);
}
.mobile-nav-holder.mobile-visible {
    display: block;
    animation: 0.3s ease-out 0s 1 slideInFromBottom;
}
.mobile-nav-holder ul {
    min-width: 320px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.mobile-nav-holder a:hover, .mobile-nav-holder .selected a {
    color: #95c93f;
}
.mobile-nav-holder .nav.L0 a {
    display: inline;
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
/*************************/
.mobile-nav-holder ul .L1 {
    padding-left: calc(12px * 2);
}
.mobile-nav-holder ul .L2 {
    padding-left: calc(12px * 4);
}
/* CSS Document */
.news-list-holder, .news-list-pager, .news-list, .latest-news {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 25px;
}
.news-list-pager {
    padding: calc(48px / 2) 0;
}
.news-list-pager .news_pager_info {
    padding: 0 calc(48px / 2) 0 0;
}
.news-list-pager .news_pager_more {
    cursor: pointer;
    color: #f99e1b;
    text-transform: uppercase;
}
.news-list {
    margin: 0 0 calc(48px / 2) 0;
    padding: 0 0 calc(48px / 2) 0;
    border-bottom: solid 1px #AAA;
}
.news-list .news-list-img {
    float: left;
    width: 200px;
    height: 200px;
    margin: 0 calc(48px / 2) 0 0;
    background-size: cover;
    background-position: center center;
}
.latest-news {
	width: 50%; 
    margin: 0 0 0 0;
    padding: 0 calc(48px / 2) calc(48px / 2) 0;
}
.latest-news .latest-news-img {
	display: none;
    float: left;
    width: 30%;
    margin: 0 20px calc(48px / 2) 0;
}
.latest-news .latest-news-img img {
	float: left;
    width: 100%;
    height: auto;
}
.home-news h2, h2 a {
    font-size: 22px !important;
    margin-bottom: 10px;
}
.home-news h4, h4 a {
    margin-bottom: 10px;
}
.news-detail .news-detail-img {
    float: right;
    width: 33.333%;
    height: auto;
    margin: 0 0 0 25px;
}
/* CSS Document */
.pageheader_wrapper {
    position: relative;
    float: left;
    width: 100%;
    height: 914px;
    background-color: #000000;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
}
.pageheader_text, .pageheader_overlay, .pageheader_imgs, .pageheader_img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.pageheader_img {
    background-size: cover;
    background-position: center center;
    z-index: 10;
}
.pageheader_overlay {
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.4);
}
/*************/
.pageheader_text {
    z-index: 300;
}
.pageheader_text .pageheader_text_wrapper {
    position: relative;
    width: 90%;
    max-width: 1600px;
    top: 300px;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: left;
}
.pageheader_text .pageheader_text_inner {
    position: absolute;
    width: 75%;
    padding: 48px;
    height: auto;
    z-index: 20;
}
/*************/
.pageheader_text .pageheader_text_inner .ht_h1 {
    font-weight: 600;
    font-size: 56px;
    margin: 0 0 24px 0;
    color: #FFFFFF;
    text-shadow: 0 0 2px #000000;
}
.pageheader_text .pageheader_text_inner .ht_h2 {
    font-size: 36px;
    margin: 0 0 48px 0;
    color: #FFFFFF;
    text-shadow: 0 0 2px #000000;
}
.pageheader_text .pageheader_text_inner a {
    padding: 6px 24px;
    margin: 0 0 12px 0;
    background-color: #95c93f;
    font-size: 18px;
}
/*************/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    /******/
    .pageheader .block {
        padding: 0;
    }
    .pageheader_wrapper {
        height: 720px;
    }
    .pageheader_text .pageheader_text_wrapper {
        width: 100%;
        max-width: 100%;
        top: 120px;
    }
    /******/
}
/*************/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    /******/
    .pageheader .block {
        padding: 0;
    }
    .pageheader_wrapper {
        height: 540px;
    }
    .pageheader_text .pageheader_text_wrapper {
        width: 100%;
        max-width: 100%;
        top: 110px;
    }
    .pageheader_text .pageheader_text_inner {
        width: 70%;
    }
    .pageheader_text .pageheader_text_inner .ht_h1 {
        font-size: 48px;
        margin: 0 0 18px 0;
    }
    .pageheader_text .pageheader_text_inner .ht_h2 {
        font-size: 32px;
        margin: 0 0 36px 0;
    }
    /******/
}
/*************/
@media only screen and (min-width: 0px) and (max-width: 767px) {
    /******/
    .pageheader .block {
        padding: 0;
    }
    .pageheader_wrapper {
        height: 540px;
    }
    .pageheader_text .pageheader_text_wrapper {
        width: 100%;
        max-width: 100%;
        top: 150px;
    }
    .pageheader_text .pageheader_text_inner {
        width: 100%;
        padding: 12px;
    }
    /*************/
    .pageheader_text .pageheader_text_inner .ht_h1 {
        font-size: 36px;
        margin: 0 0 26px 0;
    }
    .pageheader_text .pageheader_text_inner .ht_h2 {
        font-size: 24px;
        margin: 0 0 26px 0;
    }
    .pageheader_text .pageheader_text_inner a {
        padding: 4px 12px;
        margin: 0 0 12px 0;
        font-size: 18px;
    }
    /******/
}
/*************/
/***************/
* {
    font-family: "Montserrat", sans-serif;
    color: #262626;
    font-size: 16px;
}
a {
    color: #95c93f;
    text-decoration: none;
}
p {
    margin-top: 0;
    line-height: 24px;
}
h1, h1 a, h2, h2 a, h3, h3 a {
    margin-top: 0;
    font-weight: 400;
}
h1, h1 a {
    font-size: 30px;
}
h2, h2 a, h3, h3 a {
    font-size: 26px;
    font-weight: bold;
}
h4, h4 a {
    margin-top: 0;
    font-size: 18px;
}
strong {
    font-weight: 500;
}
hr {
    border: 1px solid #CCCCCC;
    margin: 30px 0px 40px 0px;
}
.small, .small * {
    font-size: 14px;
}
ul, ol {
    list-style: none;
    line-height: 26px;
}
.link_me {
    cursor: pointer;
}
/******************/
i.fab {
    font-size: 32px;
    margin-right: 16px;
}
/******************/
.phoo_row.full-width.full_width_img_bg {
    min-height: 512px;
    padding: 64px 0;
    background-size: cover;
}
/***************/
.page_header {
    min-height: 500px;
}
.page_header h1 {
    font-size: 60px;
    margin: 0 0 20px 0;
}
.page_header p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 25% 0 0;
}
/***************/
.title_header h1 {
    font-size: 40px;
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
}
.title_header p {
    font-size: 18px;
    text-align: center;
    line-height: 28px;
}
/***************/
.fw-bg.main-bg {
    padding-bottom: 0;
}
/************/
.bg_grey_1 {
    background-color: #282828;
}
.bg_grey_2 {
    background-color: #1f1f1f;
}
.bg_grey_3 {
    background-color: #161616;
}
.block.bg_grey_1 .inner, .block.bg_grey_2 .inner, .block.bg_grey_3 .inner {
    padding: 60px;
}
.block.bg_grey_1 *, .block.bg_grey_2 *, .block.bg_grey_3 *, .block.white * {
    color: #FFFFFF;
}
.block.bg_grey_1 p, .block.bg_grey_2 p, .block.bg_grey_3 p {
    margin-bottom: 35px;
}
.bg_grey_2 h2, .bg_grey_1 h2, .bg_grey_2 .formRow .formLabel {
    color: #ffffff;
}
/************/
.block.lime .inner a, .block.orange .inner a, .block.magenta .inner a {
    background-color: #95c93f;
}
.block.lime .inner h3, .block.orange .inner h3, .block.magenta .inner h3 {
    color: #95c93f;
}
.block.lime .inner ul, .block.orange .inner ul, .block.magenta .inner ul, .block.lime .inner ol, .block.orange .inner ol, .block.magenta .inner ol {
    padding: 0;
    margin: 0 0 48px 0;
}
.block.lime .inner li, .block.orange .inner li, .block.magenta .inner li {
    padding-left: 16px;
}
.block.lime .inner ol, .block.orange .inner ol, .block.magenta .inner ol:before {
    counter-reset: li
}
.block.lime .inner li:before, .block.orange .inner li:before, .block.magenta .inner li:before {
	content: ">";
    padding-right: 8px;
    color: #95c93f;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
}
.block.lime .inner ol li:before, .block.orange .inner ol li:before, .block.magenta .inner ol li:before {
   content: counter(li);
}
.block.lime .inner ol li, .block.orange .inner ol li, .block.magenta .inner ol li {
    counter-increment: li
}
/************/
.block.orange .inner a {
    background-color: #f99e1b;
}
.block.orange .inner h3 {
    color: #f99e1b;
}
.block.orange .inner li:before {
    color: #f99e1b;
}
/************/
.block.magenta .inner h3 {
    color: #dd0a88;
}
.block.magenta .inner a {
    background-color: #dd0a88;
}
.block.magenta .inner li:before {
    color: #dd0a88;
}
/************/
.block.red .inner a {
    background-color: #bd2222;
    top: 10px;
}
.block.calltoaction .inner a {
    background-color: #ffffff;
    color: #dd0a88 !important;
    top: 10px;
}
/************/
.img_overlay {
    padding: 0;
}
.img_overlay .inner {
    background-size: cover;
    padding: 0 48px 0 0;
}
.img_overlay .inner * {
    color: #FFFFFF;
}
.img_overlay .overlay_inner {
    padding: calc(48px * 2);
    text-transform: uppercase;
}
/************/
.img_overlay_why {
    padding: 0;
    background-image: url("../../../uploads/assets/why-choose-us-1.jpg");
    background-position: center center;
}
.img_overlay_why .inner {
    background-size: cover;
    padding: 0 48px 0 0;
}
.img_overlay_why .inner * {
    color: #FFFFFF;
}
.img_overlay_why .overlay_inner {
    padding: calc(48px * 2);
    text-transform: uppercase;
}
.img_overlay_why img {
    float: left;
    width: 33.333%;
    padding-right: 0px;
    padding: 30px;
}
/************/
.calltoaction p {
    font-size: 18px;
}
/************/
.benefits_light {
    padding: 140px 40px 140px 40px !important;
    text-align: center;
}
.benefits_light p {
    color: #ffffff;
}
/************/
.img_bg, .img_bg_1_3 {
    padding: 0;
}
.img_bg .inner {
    background-size: cover;
    background-position: center top;
    padding: 0 48px 0 0;
    min-height: 700px;
}
.img_bg_1_3 .inner {
    background-size: cover;
    background-position: center top;
    padding: 0 48px 0 0;
    min-height: 390px;
}
/***************/
.grey_img_left {
    background-color: #ededed;
    border-bottom: 1px solid #9f9f9f;
}
.grey_img_left .grey_img_left_img {
    float: left;
    width: 33.3333%;
    height: 338px;
    margin-right: 48px;
    background-size: cover;
    background-position: top center;
}
.grey_img_left h2 {
    padding-top: 35px;
    margin-right: 25px;
}
.grey_img_left p {
    padding-bottom: 25px;
    margin-right: 25px;
}
.grey_img_left a {
    background-color: #95c93f;
}
/***************/
.ui-state-default {
    background-color: #d9d9d9;
}
.ui-accordion-header-active {
    background-color: #363636;
    color: #FFFFFF;
}
/***************/
.slide_right_on_scroll .fw-wrapper {
    display: none;
}
.fade_on_scroll {
    opacity: 0.0;
}
.fade_on_load {
    opacity: 0;
    animation: 2s ease-out 0s 1 fade-in;
    animation-fill-mode: both;
}
/***************/
.phoo_row.show_more .block {
    display: none;
}
.phoo_row.show_more .w100pc {
    text-align: center;
}
.phoo_row.show_more .show-more {
    margin-top: 50px;
    margin-bottom: 50px;
    display: none;
}
/***************/
.block.bg-color1 .inner {
    background-color: #ef3c40;
}
.block.bg-color2 .inner {
    background-color: #f99e1b;
}
.block.bg-color3 .inner {
    background-color: #3bb651;
}
.block.bg-color4 .inner {
    background-color: #95c93f;
}
/***************/
.block.text-color1 * {
    color: #ef3c40;
}
.block.text-color2 * {
    color: #f99e1b;
}
.block.text-color3 * {
    color: #3bb651;
}
.block.text-color4 * {
    color: #95c93f;
}
.block.text-white * {
    color: #FFFFFF;
}
.block.text-black * {
    color: #000000;
}
.block.border-color1 .inner {
    border: solid 4px #ef3c40;
}
.block.border-color2 .inner {
    border: solid 4px #f99e1b;
}
.block.border-color3 .inner {
    border: solid 4px #3bb651;
}
.block.border-color4 .inner {
    border: solid 4px #95c93f;
}
/***************/
.phoo_row.bg-color1 {
    background-color: #ef3c40;
}
.phoo_row.bg-color2 {
    background-color: #f99e1b;
}
.phoo_row.bg-color3 {
    background-color: #3bb651;
}
.phoo_row.bg-color4 {
    background-color: #95c93f;
}
.phoo_row.bg-color5 {
    background-color: #9c2990;
}
.phoo_row.bg-color6 {
    background-color: #dd0a88;
}
.phoo_row.bg-color7 {
    background-color: #efefef;
}
/***************/
.phoo_row.add-padding {
    padding: 48px;
}
.phoo_row.add-more-padding {
    padding: 48px calc(48px * 2) calc(48px * 2);
}
.block.add-padding .inner {
    padding: calc(48px * 2);
}
.block.add-more-padding .inner {
    padding: 48px calc(48px * 2) calc(48px * 2);
}
.pad_left {
    padding-left: calc(48px * 4) !important;
}
.pad_right {
    padding-right: calc(48px * 4) !important;
}
.pad_top {
    padding-top: calc(48px * 4) !important;
}
.pad_bottom {
    padding-bottom: calc(48px * 4) !important;
}
.pad_top_bottom {
    padding-top: calc(48px * 4) !important;
    padding-bottom: calc(48px * 4) !important;
}
.pad_top_80px {
    padding-top: 80px !important;
}
.pad_bottom_80px {
    padding-bottom: 80px !important;
}
.pad_top_bottom_80px {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.pad_top_bottom_120px {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
}
.border_bottom {
    border-bottom: solid 24px;
}
.text_white * {
    color: #FFFFFF;
}
.phoo_row.tint_20:after, .phoo_row.tint_40:after, .phoo_row.tint_50:after, .phoo_row.tint_60:after, .phoo_row.tint_80:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    opacity: 0.2;
}
.phoo_row.tint_40:after {
    opacity: 0.4;
}
.phoo_row.tint_50:after {
    opacity: 0.5;
}
.phoo_row.tint_60:after {
    opacity: 0.6;
}
.phoo_row.tint_80:after {
    opacity: 0.8;
}
.phoo_row.tint_20 .fw-wrapper, .phoo_row.tint_40 .fw-wrapper, .phoo_row.tint_50 .fw-wrapper, .phoo_row.tint_60 .fw-wrapper, .phoo_row.tint_80 .fw-wrapper {
    z-index: 2;
}
/**************/
.block.tint_20 .inner:after, .block.tint_40 .inner:after, .block.tint_50 .inner:after, .block.tint_60 .inner:after, .block.tint_80 .inner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #000000;
    opacity: 0.2;
}
.block.tint_40 .inner:after {
    opacity: 0.4;
}
.block.tint_50 .inner:after {
    opacity: 0.5;
}
.block.tint_60 .inner:after {
    opacity: 0.6;
}
.block.tint_80 .inner:after {
    opacity: 0.8;
}
.block.tint_20 .overlay_inner, .block.tint_40 .overlay_inner, .block.tint_50 .overlay_inner, .block.tint_60 .overlay_inner, .block.tint_80 .overlay_inner {
    position: relative;
    z-index: 2;
}
/***************/
.latest_news {
    padding: 0 48px 48px 0;
}
.latest_news .img {
    width: 100%;
    height: 280px;
    margin-bottom: 48px;
    background-size: cover;
    background-position: center top;
}
/***************/
.footer-bg {
    background-color: #282828;
}
.footer-bg .fw-wrapper {
    padding-top: 48px;
}
.footer-bg .phoo_row_wrapper:before {
    float: left;
    content: " ";
    height: 8px;
    width: 100%;
    background: url(../images/stripe-1.png) repeat-y;
    background-size: 100% 1px;
}
.footer-bg .fw-wrapper .block.col1_4 {
    padding-bottom: 48px;
}
.footer-bg .fw-wrapper * {
    color: #FFFFFF;
}
.footer-bg .fw-wrapper a {
    color: #95c93f;
}
.footer-bg .fw-wrapper .social {
    text-align: right;
}
.footer-bg .fw-wrapper .footer_logo {
    height: auto;
    width: 204px;
}
/***************/
.sub-footer-bg {
    background-color: #161616;
    padding: 28px 0 16px;
}
.sub-footer-bg .fw-wrapper * {
    color: #FFFFFF;
    font-size: 14px;
}
/***************/
.privacy-holder {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2000;
    background-color: #f99e1b;
}
.privacy-holder .privacy-inner {
    width: 100%;
    padding: 48px;
    text-align: center;
}
.privacy-holder .form-btn, .privacy-holder .hero-holder .hero-item-inner .hero-item-block.ht_a a, .hero-holder .hero-item-inner .hero-item-block.ht_a .privacy-holder a, .privacy-holder .portfolio_item .inner .text a, .portfolio_item .inner .text .privacy-holder a, .privacy-holder .pageheader_text .pageheader_text_inner a, .pageheader_text .pageheader_text_inner .privacy-holder a, .privacy-holder .block.lime .inner a, .block.lime .inner .privacy-holder a, .privacy-holder .block.orange .inner a, .block.orange .inner .privacy-holder a, .privacy-holder .block.magenta .inner a, .block.magenta .inner .privacy-holder a, .privacy-holder .block.red .inner a, .block.red .inner .privacy-holder a, .privacy-holder .grey_img_left a, .grey_img_left .privacy-holder a, .privacy-holder .phoo_row.show_more .show-more, .phoo_row.show_more .privacy-holder .show-more, .privacy-holder .testimonialHolder .promoInner .testimonital-btn, .testimonialHolder .promoInner .privacy-holder .testimonital-btn {
    background-color: #ffffff;
    color: #f99e1b;
}
.privacy-holder p {
    color: white;
}
.privacy-holder a {
    color: #ffffff;
}
/**************/
.testItem {
    float: left;
    width: 100%;
    padding: 40px 0px 40px 0px;
    border-bottom: 1px solid #cccccc;
}
.testimonialHolder {
    width: 100%;
    overflow: hidden;
}
.testimonialHolder .promoItem {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.testimonialHolder .promoInner {
    width: 100%;
    margin: 0 auto 0 0;
    padding: 0;
}
.testimonialHolder .testimonital-teaser {
    color: #95c93f;
}
.testimonialHolder .promoInner .testimonital-image {
    padding-top: 48px calc(48px * 2);
    padding-bottom: 48px calc(48px * 2);
    padding-left: 48px calc(48px * 2);
    padding-right: 15px;
}
.testimonialHolder .promoInner .testimonital-text {
    padding-top: 30px;
    padding-right: 48px;
    padding-bottom: 48px;
    min-height: 250px;
}
.testimonialHolder .promoInner * {
    color: #FFFFFF;
}
.testimonialHolder .promoInner .testimonital-teaser {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.testimonialHolder .promoInner .testimonital-btn {
    background-color: #95c93f;
}
/*******************/
#testimonialPager {
    width: 96%;
    text-align: center;
    margin-top: 20px;
}
#testimonialPager span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: solid 1px #FFFFFF;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 0 2px;
    cursor: pointer;
    line-height: 100;
    overflow: hidden;
}
#testimonialPager span.cycle-pager-active {
    background-color: #FFFFFF;
}
/***************/
@keyframes rotate360 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.footer-bg .footer .fab {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-color: #FFF;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #282828;
}
.footer-bg .footer .fab:hover {
    animation: 0.5s ease-out 0s 1 rotate360;
}
/***************/
#privacy {
    display: none;
    position: fixed;
    float: left;
    width: 100%;
    padding: 48px;
    background-color: #282828;
    z-index: 5000;
}
#privacy * {
    color: FFFFFF;
    text-align: center;
}
/***************/
/* CSS Document */
@media only screen and (min-width: 1200px) and (max-width: 1380px) {
    .top-nav-holder li a {
        padding: 6px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    #header {
        display: none;
    }
    #mobile-header {
        display: block;
    }
    /*********/
    .w960-centered {
        width: 100%;
        padding: 24px 0 0 24px;
    }
    .block {
        padding: 0 24px 0 0;
    }
    .header-bg .fw-wrapper {
        position: relative;
        padding: 0;
        overflow: visible;
    }
    .header-bg .logo-holder {
        top: 0;
    }
    /*********/
    .w960-centered {
        width: 100%;
        padding: 16px;
    }
    .w960-centered .fw-wrapper {
        width: 100%;
        padding: 0;
    }
    .full-width .fw-wrapper {
        width: 100%;
    }
    /*********/
    .phoo_row.page_header {
        height: 320px;
    }
    /**********/
    .phoo_row.page_header {
        height: 260px;
    }
    .block.bg_grey_1 .inner, .block.bg_grey_2 .inner, .block.bg_grey_3 .inner, .phoo_row.add-padding, .img_overlay .overlay_inner, .block.add-padding .inner, .block.add-more-padding .inner {
        padding: 24px;
    }
    /***************/
    .grey_img_left {
        width: 100%;
        padding-bottom: 0;
    }
    .grey_img_left img {
        width: 33.3333%;
        margin-right: calc(24px * 2);
    }
    .grey_img_left p {
        padding-bottom: 24px;
    }
    /*********/
    .form-btn, .hero-holder .hero-item-inner .hero-item-block.ht_a a, .portfolio_item .inner .text a, .pageheader_text .pageheader_text_inner a, .block.lime .inner a, .block.orange .inner a, .block.magenta .inner a, .block.red .inner a, .grey_img_left a, .phoo_row.show_more .show-more, .testimonialHolder .promoInner .testimonital-btn, .hero-holder .hero-item-inner .hero-item-block.ht_a a, .block.lime .inner a, .block.orange .inner a, .block.magenta .inner a, .block.orange .inner a, .block.magenta .inner a, .grey_img_left a {
        padding: 4px 8px;
        font-size: 16px;
    }
    /*********/
    .pad_top {
        padding-top: 170px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #header {
        display: none;
    }
    #mobile-header {
        display: block;
    }
    /*********/
    .w960-centered {
        width: 100%;
        padding: 24px 0 0 24px;
    }
    .block {
        padding: 0 24px 0 0;
    }
    .header-bg .fw-wrapper {
        position: relative;
        padding: 0;
        overflow: visible;
    }
    .w960-centered .fw-wrapper {
        width: 100%;
        padding: 0;
    }
    .full-width .fw-wrapper {
        width: 100%;
    }
    /*********/
    .top-nav-holder {
        top: 114px;
    }
    .header-bg .header {
        padding-bottom: 30px;
    }
    .top-nav-holder {
        top: 115px;
    }
    /**********/
    .phoo_row.page_header {
        height: 260px;
    }
    .block.bg_grey_1 .inner, .block.bg_grey_2 .inner, .block.bg_grey_3 .inner, .phoo_row.add-padding, .img_overlay .overlay_inner, .block.add-padding .inner, .block.add-more-padding .inner {
        padding: 24px;
    }
    /*********/
    .block.bg_grey_1, .block.bg_grey_2, .block.bg_grey_3, .img_bg, .img_bg_1_3, .img_overlay_why {
        width: 100%;
    }
    .hide {
        display: none;
    }
    /***************/
    .grey_img_left {
        width: 100%;
        padding-bottom: 0;
    }
    .grey_img_left img {
        margin-right: 24px;
        text-align: center;
    }
    .grey_img_left p {
        padding-bottom: 24px;
    }
    /*****************************/
    .col3_flex {
        padding: 0;
    }
    .col3_flex .fw-wrapper {
        display: flex;
        flex-direction: column;
    }
    .block.col1_3.bg_grey_1, .block.col1_3.bg_grey_2, .block.col1_3.bg_grey_3 {}
    .col3_flex .fw-wrapper .block.col1_3:nth-child(1) {
        order: 1;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(2) {
        order: 3;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(3) {
        order: 5;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(4) {
        order: 2;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(5) {
        order: 4;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(6) {
        order: 6;
    }
    .img_bg_1_3 .inner {
        background-size: contain;
        background-position: left center;
        background-repeat: no-repeat;
    }
    /*********/
    .pageheader_text .pageheader_text_inner {
        width: 100%;
    }
    .page_header {
        min-height: 400px;
    }
    /***************/
    .pad_top {
        padding-top: 110px !important;
    }
    .pad_top_bottom_120px, .pad_top_bottom_80px {
        padding: 60px 0px 60px 0px !important;
    }
    .block.add-padding .inner {
        padding: calc(48px * 1);
    }
    /***************/
    .col3_4 {
        padding-right: 20px !important;
    }
    .col1_2 {
        padding: 25px !important;
    }
    /***************/
    .benefits_light {
        padding: 100px 15px 100px 15px !important;
    }
    /***************/
    .footer-bg .fw-wrapper .footer_logo {
        width: 120px;
    }
    /***************/
    .formRow2 {
        width: 100%;
    }
    /***************/
    .portfolio_item {
        width: 50%;
    }
    .portfolio_item .inner .text {
        padding: calc(48px * 1);
    }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
    #header {
        display: none;
    }
    #mobile-header {
        display: block;
    }
    #mobile-nav-wrapper .toggle-nav {
        top: 56px;
    }
    .w960-centered, .full-width .fw-wrapper {
        width: 100%;
        padding: 0;
    }
    .block.img_overlay, .block.img_overlay .inner {
        padding: 0;
    }
    .block {
        width: 100%;
        padding: 12px;
    }
    .block.img_overlay .overlay_inner {
        padding: calc(12px * 2);
    }
    .w960-centered .fw-wrapper {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .page-pad .fw-wrapper {
        display: none;
    }
    /***************/
    .block.bg_grey_1 .inner, .block.bg_grey_2 .inner, .block.bg_grey_3 .inner, .phoo_row.add-padding, .img_overlay .overlay_inner, .block.add-padding .inner, .block.add-more-padding .inner {
        padding: 12px;
    }
    /*****************************/
    .col3_flex .fw-wrapper {
        display: flex;
        flex-direction: column;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(1) {
        order: 1;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(2) {
        order: 3;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(3) {
        order: 5;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(4) {
        order: 2;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(5) {
        order: 4;
    }
    .col3_flex .fw-wrapper .block.col1_3:nth-child(6) {
        order: 6;
    }
    /**************************/
    /***************/
    .grey_img_left .grey_img_left_img {
        float: left;
        width: 100%;
        height: 200px;
        margin-right: 0;
        margin-bottom: 12px;
        background-position: center center;
    }
    .grey_img_left h2, .grey_img_left p {
        margin: 0 12px 12px;
    }
    .grey_img_left p {
        margin-right: 0;
        padding-bottom: 12px;
    }
    /***************/
    .footer-bg .fw-wrapper .block.col1_4 {
        padding-bottom: 12px;
    }
    /***************/
    .formRow2 {
        width: 100%;
    }
    /***************/
    .hide_header_item {
        display: none;
    }
    /***************/
    .block {
        padding: 10px !important;
    }
    .pageheader .block {
        padding: 0px !important;
    }
    .page_header p {
        margin: 0 0 0 0;
        font-size: 17px;
        line-height: 27px;
    }
    .page_header h1 {
        font-size: 50px;
        margin: 0 0 20px 0;
    }
    /***************/
    .pad_top {
        padding-top: 150px !important;
    }
    .pad_bottom_80px {
        padding-bottom: 80px !important;
    }
    /***************/
    .bg_grey_2 {
        min-height: 140px;
    }
    .w80pc {
        width: 100% !important;
    }
    .w20pc {
        width: 100% !important;
    }
    .portfolio_item {
        width: 100%;
    }
    .full-width .block {
        padding: 0px !important;
    }
    .portfolio_item .inner .text {
        padding: calc(48px * 1);
    }
    .PFDHeader {
        height: 350px;
    }
    .hide {
        display: none;
    }
    .phooFormHolder {
        padding: 10px;
    }
    .PFDHeader {
        margin-bottom: 0px;
    }
    /***************/
    .news-list-holder, .news-list-pager, .news-list, .latest-news {
        padding-right: 0px;
    }
    .news-list .news-list-img {
        width: 100%;
        margin-bottom: 15px;
    }
	.latest-news .latest-news-img {
        width: 100%;
        margin-bottom: 15px;
	}
	/***************/
	.latest-news {
		width: 100%; 
		padding: 0 0 calc(48px / 2) 0;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .col1-home-hero h3 {
        width: 50%;
        font-size: 16px;
    }
}
@media only screen and (device-width: 768px), only screen and (max-width: 768px) {
    #header {
        display: none;
    }
    #mobile-header {
        display: block;
    }
}
/* iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* CSS */
}
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* CSS */
}
/**************/