/* CSS Document */
/*COLOURS*/
/****/
/*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; }

/*********
BLOCKS
************/
.col1, .col1-page-title, .pfListHolder {
  width: 100%; }

.col1_4 {
  width: 25%; }

.col1_2 {
  width: 50%; }

.col1_2 h1 {
  color: #f0832a;
  font-weight: 400;
  font-size: 29px; }

.col3_4 {
  width: 75%; }

.col1_3, .col1_3_hm_grey {
  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; }

/***************/
* {
  font-family: "Open Sans", sans-serif;
  color: #959594;
  font-size: 15px; }

a {
  color: #f0832a;
  text-decoration: none; }

p {
  line-height: 24px;
  margin-top: 0;
  font-weight: 400; }

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 600;
  margin-bottom: 10px; }

h1,
h1 a {
  color: #f0832a;
  font-weight: 500;
  font-size: 36px; }

h2,
h2 a {
  color: #f0832a;
  font-weight: 400;
  font-size: 29px; }

h3,
h3 a {
  color: #3c3c3c;
  font-size: 19px; }

h5 {
  margin: 15px 0px 10px 0px;
  font-size: 18px;
  color: #fd8001; }

strong {
  font-weight: 500; }

.small, .small * {
  font-size: 14px; }

ul {
  list-style: none;
  line-height: 26px; }

/***MAIN BLOCKS****/
.fw-bg {
  position: relative;
  float: left;
  width: 100%; }

.w960-centered {
  position: relative;
  width: 97%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 20px 0 0 20px; }

.block {
  position: relative;
  float: left;
  padding: 0 20px 20px 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%; }

/***************/
.header-bg {
  background-color: #FFFFFF; }

.header-bg .header {
  position: relative;
  height: 100%;
  padding-bottom: 20px; }

.header-bg .header .logo-holder {
  height: auto;
  width: auto; }

.header-bg .header .logo-holder img {
  height: auto; }

.header-bg .contact-holder {
  position: absolute;
  top: 20px;
  right: 30px;
  width: auto; }

.header-bg .contact-holder * {
  color: #f0832a;
  font-weight: 500; }

/****************/
.search-header-bg {
  padding: 18px 0 0;
  background-color: #505153; }

.search-header-bg .search-header {
  height: auto;
  position: relative; }

.search-holder {
  position: absolute;
  top: 0px;
  right: 17px;
  padding: 0px;
  /*background-color:#505153;*/
  background-color: none;
  border-top: none;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.search-holder .search-field {
  width: 160px;
  margin: 0 6px 0 0;
  padding: 2px 8px;
  color: #A3A3A3;
  border: none; }

.search-holder .search-btn {
  background-color: #FD8001;
  color: #FFF;
  border: none;
  padding: 1px 8px;
  cursor: pointer; }

/************/
.fw-bg.page-title {
  background-color: #e6f3f6;
  margin-bottom: 34px; }

.col1-page-title {
  padding-top: 48px;
  padding-bottom: 48px; }

.col1-page-title h1 {
  font-weight: 300;
  font-size: 60px; }

/*************/
/***************/
.top-nav-holder * {
  font-size: 15px;
  color: #959594;
  font-weight: 400; }

/*****************/
.col1_3_hm_grey .inner {
  background-color: #f2f2f3;
  padding: 40px 32px 32px 32px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.col1_3_hm_grey .inner h2 {
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase; }

.col1_3_hm_grey .inner a[href^="tel:"] {
  color: #3c3c3c;
  font-size: 24px; }

/***************/
.hportLink {
  display: inline-block;
  float: left;
  width: 100%;
  height: 248px;
  background-size: cover;
  background-position: center center; }

.greyBack {
  float: left;
  margin-bottom: 0px;
  padding: 36px 36px;
  width: 100%;
  height: 100%;
  background-color: #f9f9f9; }

.orangeBack {
  float: left;
  margin-bottom: 0px;
  padding: 36px 36px;
  width: 100%;
  height: 100%;
  background-color: #f0832a;
  color: #ffffff; }

.orangeBack h2,
.orangeBack p {
  color: #ffffff; }

.orangeBack p {
  font-size: 18px; }

.orangeBack .form-btn {
  width: 170px;
  padding: 4px 32px;
  border: none;
  background-color: #ffffff;
  font-size: 17px;
  text-align: center;
  color: #f0832a;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  font-weight: bold; }

.aboutLeft {
  float: left;
  width: 50%;
  border-right: 4px solid #fff !important; }

.aboutRight {
  float: left;
  width: 50%;
  border-left: 4px solid #fff !important; }

.aboutGreyBack {
  margin-bottom: 0px;
  padding: 20px 36px 36px 36px;
  width: 100%;
  min-height: 310px;
  background-color: #f9f9f9; }

/***************/
.footer-bg {
  background-color: #505153; }

.footer-bg .footer * {
  color: #868585; }

.footer-bg .footer a {
  text-transform: uppercase;
  color: #FFF; }

.footer-bg .footer .social {
  text-align: right; }

/***************/
@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: #505153; }

.footer-bg .footer .fab:hover {
  animation: 0.5s ease-out 0s 1 rotate360; }

/** what we do **/
.downLine,
.horzLine {
  position: relative;
  background-color: #FFF; }

.downLine {
  width: 1px;
  height: 22px;
  margin-left: 50%; }

.horzLine {
  height: 1px;
  width: 100%;
  margin-top: 13px; }

.wedoBtn {
  background-position: top center;
  background-size: 100% 100%;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out; }

.wedoBtn a {
  display: block;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 2px 6px 2px 6px; }

.wedoBtn .title {
  font-size: 28px;
  font-weight: bold;
  padding-top: 17px !important; }

.wedoBtn:hover {
  background-color: #fd8001 !important; }

/*****/
/***************/
#privacy {
  display: none;
  position: fixed;
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #505153;
  z-index: 5000; }

#privacy * {
  color: FFFFFF;
  text-align: center; }

/*FORM*/
/*********************************/
.formRow {
  float: left;
  width: 100%;
  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; }

.formRow .formSingleText,
.formRow .formMultiText,
.formRow .formSelect {
  border: solid 1px #AAA; }

.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: 150px; }

.form-btn {
  padding: 4px 32px;
  border: none;
  background-color: #f0832a;
  font-size: 17px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 16px;
  border-radius: 16px; }

.socialBTN {
  width: 100%;
  padding: 10px;
  display: none; }

.fbBTN {
  border: solid 1px #AAA;
  background-color: #3B5998;
  color: #FFF; }

.fc {
  float: left; }

.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;
  width: 260px;
  text-align: left;
  margin: 6px 0px 0px 0px;
  text-transform: capitalize; }

.QapTcha .dropSuccess {
  color: #44B441; }

.QapTcha .dropError {
  color: #DB0003; }

/* CSS Document */
/* CSS Document */
.hero-holder {
  position: relative;
  float: left;
  width: 100%;
  height: 640px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable; }

.hero-holder .hero-item {
  width: 100%;
  height: 100%; }

.hero-holder .hero-item .w960-centered {
  height: 100%; }

.hero-holder .hero-item-bg,
.hero-holder .hero-item-vid video,
.hero-holder .hero-item-tint {
  position: absolute;
  width: 100%;
  height: 640px;
  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 {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 20; }

.hero-holder .hero-item-inner.pos-t-l {
  top: 0px;
  bottom: auto;
  text-align: left; }

.hero-holder .hero-item-inner.pos-t-c {
  top: 0px;
  bottom: auto;
  text-align: center; }

.hero-holder .hero-item-inner.pos-t-r {
  top: 0px;
  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; }

.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: #f0832a; }

#color-picker {
  height: 120px;
  width: 100%; }

.fancybox-type-iframe .fancybox-inner {
  min-width: 100% !important;
  min-height: 640px !important; }

@keyframes slide-in-from-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
    visibility: visible; }
  10% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; } }
@keyframes slide-in-from-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
    visibility: visible; }
  10% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translateX(0);
    opacity: 1;
    visibility: visible; } }
@keyframes slide-in-from-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
    visibility: visible; }
  10% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; }
  100% {
    transform: translateY(0);
    opacity: 1;
    visibility: visible; } }
@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; }
  10% {
    opacity: 1;
    visibility: visible; } }
/***************/
.slide-in-from-left {
  animation: 15s ease-out 0s 1 slide-in-from-left; }

.slide-in-from-right {
  animation: 15s ease-out 0s 1 slide-in-from-right; }

.slide-in-from-bottom {
  animation: 15s ease-out 0s 1 slide-in-from-bottom; }

.fade-in {
  animation: 15s ease-out 0s 5 fade-in; }

.hero-holder .hero-item-inner {
  padding: 50px 0px 0px 0px; }

.hero-holder .hero-item-tint {
  background-color: rgba(0, 0, 0, 0.5); }

/*TYPES*/
.hero-holder .hero-item-inner .hero-item-block {
  visibility: hidden; }

.hero-holder .hero-item-inner .hero-item-block.ht_h1 {
  color: #FD8001;
  font-size: 44px;
  font-weight: 600;
  margin: 0 0 12px 0; }

.hero-holder .hero-item-inner .hero-item-block.ht_h2 {
  font-size: 36px;
  margin: 0 0 12px 0; }

.hero-holder .hero-item-inner .hero-item-block.ht_h3 {
  font-size: 20px;
  margin: 0 0 5px 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: 0px;
  margin: 0px 0 12px 0;
  color: #FD8001;
  cursor: pointer;
  font-size: 20px;
  line-height: 45px; }

/*STYLES*/
.hero-holder .hero-item-inner .hero-item-block.hero_lght_txt {
  color: #FFFFFF; }

/*PHONE***/
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hero-holder {
    height: 480px; }

  .hero-holder .hero-item-inner {
    padding-left: 8px;
    padding-right: 8px; }

  .hero-holder .hero-item-inner {
    text-align: left !important; } }
/*TABLET PORTRAIT ***/
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-holder {
    height: 560px; }

  .hero-holder .hero-item-inner {
    padding-left: 16px;
    padding-right: 16px; }

  .hero-holder .hero-item-inner {
    text-align: left !important; } }
/*TABLET LANDSCAPE ***/
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .hero-holder {
    height: 520px; }

  .hero-holder .hero-item-inner {
    padding-left: 16px;
    padding-right: 16px; }

  .hero-holder .hero-item-inner {
    text-align: left !important; } }
/* 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 8px;
    margin: 0 0 8px;
    border-bottom: solid 1px #c3c3c3; } }
/***************************/
.pfListItem.blog-rectent-item {
  position: relative; }

.pfListItem.blog-rectent-item .pfTint h2,
.pfListItem.blog-rectent-item .pfTint h2 a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400; }

.pfListItem.blog-rectent-item .pfTint {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 60px 20px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }

/* CSS Document */
/**************/
.portfolio_holder {
  width: 100%;
  padding: 0; }

.portfolio_item {
  float: left;
  width: 33.3333%;
  padding: 12px; }

.portfolio_item .inner {
  background-color: #f9f9f9; }

.portfolio_item .inner .img {
  height: 264px;
  background-size: cover;
  background-position: center top;
  background-color: #f9f9f9; }

.portfolio_item .inner .text {
  padding: 12px 15px;
  text-align: center; }

.portfolio_item .inner .text p {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.portfolio_item .inner .text a {
  text-transform: uppercase; }

/**********************/
.orange {
  color: #FB9124; }

.pfFilter, .pfCopy {
  padding: 36px;
  background-color: #f9f9f9;
  border-bottom: 4px solid #FFF; }

.pfFilter label {
  display: block;
  width: 100%;
  margin: 0 0 10px 0; }

.pfFilter .col1_3, .pfFilter .col1_3_hm_grey, .pfFilter .col2_3 {
  padding: 0px; }

.pfListHolder .block.col1_4 {
  padding: 0 4px 4px 0; }

.pfListHolder .pfListItem {
  float: left;
  width: 24.9999%;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 4px solid #FFF;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  cursor: pointer; }

.pfListHolder .pfListItem * {
  color: #FFF; }

.pfListHolder .pfListCopy {
  display: none;
  width: 100%;
  height: 100%;
  padding: 60px 20px 20px;
  background-color: #FB9124;
  opacity: 0.9;
  text-align: center; }

.pfListHolder .pfListCopy h2,
.pfListHolder .pfListCopy h2 a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400; }

/**********************/
.pfCopy .pfNav {
  width: 100%; }

.pfCopy .pfNav.prev {
  width: 50%;
  float: left; }

.pfCopy .pfNav.next {
  width: 50%;
  float: right;
  text-align: right; }

.pfGallery div {
  min-height: 100px; }

.pfThumbHolder .pfThumb {
  display: block;
  float: left;
  width: 50%;
  height: 200px;
  border-bottom: 4px solid #FFF;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.pfThumbHolder .pfThumb:nth-child(2n+1) {
  border-left: none; }

.pfThumbHolder .pfThumb:nth-child(2n) {
  border-right: none; }

.pfImg p {
  margin: 6px 0 12px 0; }

.pfImg img {
  width: 100%; }

.pfCopy a {
  font-family: 'gotham_mediumregular';
  color: #727171; }

/****************/
.PFDHeader {
  width: 100%;
  height: 820px; }

.PFD_head,
.PFD_copy,
.PFD_np {
  background-color: #f9f9f9; }

.PFD_head .col2_3 {
  padding: 30px; }

.PFDHeader .PFDimg {
  position: relative;
  width: 100%;
  height: 100%;
  background: top center no-repeat;
  background-size: contain; }

.w33pc {
  padding: 20px 30px 30px 30px;
  background-color: #ffffff; }

.PFD-img-nav {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.PFD_Prev,
.PFD_Next {
  position: absolute;
  top: calc(30% - 15px);
  font-size: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: #B7B7B7;
  z-index: 3000; }

.PFD_Prev {
  left: 30px; }

.PFD_Next {
  right: 30px; }

.PFD_paging {
  width: 100%;
  position: relative;
  margin: -70px auto 0;
  padding: 0 30px 0 0;
  z-index: 2000;
  text-align: center;
  display: none; }

.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: #f0832a;
  background: #f0832a; }

.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; }

/**************/
@media screen and (max-width: 450px) {
  .pfListHolder .pfListItem {
    width: 100% !important; }

  .pfCopy div {
    display: block !important;
    width: 100% !important; } }
@media screen and (max-width: 768px) {
  .PFDHeader {
    height: 320px; }

  .PFDHeader .PFDimg {
    background-size: cover; }

  .PFD_Prev, .PFD_Next {
    top: calc(50% - 15px); }

  .PFD_copy {
    padding-left: 0;
    padding-right: 0; }

  #pfMainImg, .pfThumbHolder {
    width: 100% !important; }

  .pfListHolder .pfListItem {
    width: 50% !important; } }
@media only screen and (min-width: 736px) and (max-width: 1023px) {
  .PFDHeader {
    height: 640px; }

  .PFDHeader .PFDimg {
    background-size: cover; } }
/**************/
#header {
  display: block; }

#mobile-header {
  display: none; }

.top-nav-holder {
  width: auto;
  height: 80px;
  z-index: 2000;
  margin: 0;
  padding: 0 20px 0 0;
  text-align: right; }

.top-nav-holder * {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase; }

.top-nav-holder ul {
  float: right;
  width: auto;
  padding: 0; }

.top-nav-holder li {
  position: relative;
  float: left;
  list-style: none; }

.top-nav-holder li a {
  display: block;
  float: left;
  height: auto;
  padding: 0 0 12px 0;
  margin: 0 0 0 28px;
  border-bottom: 7px #ffffff solid;
  border-collapse: collapse;
  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 a:hover {
  color: #f0832a;
  border-bottom: solid 7px #f0832a; }

.top-nav-holder li.selected a {
  font-weight: 500;
  color: #f0832a;
  border-bottom: solid 7px #f0832a; }

.top-nav-holder .L1 {
  position: absolute;
  top: 33px;
  background: #2596c7;
  width: auto;
  z-index: 5000; }

.top-nav-holder .L1 li, .top-nav-holder .L1 li a {
  width: 100%;
  font-weight: normal;
  background-color: #109DB7;
  color: #FFF; }

.top-nav-holder .L1 li a {
  border: none; }

.top-nav-holder .L1 li a:hover {
  background-color: #109DB7;
  color: #FFF; }

.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: none; }

.top-nav-holder .L0 li:first-child a {
  margin-left: 0; }

/*MOBILE HEADER*/
#mobile-nav-wrapper {
  position: absolute;
  z-index: 200;
  width: 100%; }

#mobile-nav-wrapper .toggle-nav {
  display: inline-block;
  position: absolute;
  right: 8px;
  top: -50px;
  width: auto;
  padding: 8px;
  background-color: #f0832a;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bolder;
  cursor: pointer; }

.mobile-header {
  background-color: #FFFFFF; }

.mobile-header p {
  margin: 0 0 8px 0; }

.mobile-header-inner {
  padding: 32px 8px 8px; }

.mobile-header * {
  color: #FFFFFF; }

.mobile-header .logo-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 8px; }

.mobile-header .logo-holder img {
  max-width: 100%; }

.mobile-header .contact-holder {
  max-width: 100%;
  text-align: left; }

.mobile-nav-holder {
  width: 100%;
  padding: 8px;
  display: none;
  background-color: #3c3c3c; }

.mobile-nav-holder.mobile-visible {
  display: block;
  animation: 0.3s ease-out 0s 1 slideInFromBottom; }

.mobile-nav-holder ul {
  padding: 0;
  margin: 0; }

.mobile-nav-holder a:hover,
.mobile-nav-holder .selected a {
  color: #f0832a; }

.mobile-nav-holder .nav.L0 a {
  display: inline;
  width: 100%; }

.mobile-nav-holder .nav.L0 li {
  padding-bottom: 8px; }

/*
.mobile-nav-holder {
	position:relative;
	float:left;
	width:100%;
	z-index:2000;
	margin:0;
	padding:0;
	background-color: $dark-blue;
}
.mobile-nav-holder * {
	
}
.mobile-nav-holder ul {
	float:left;
	width:100%;
	padding:0;
	margin: 0;
}
.mobile-nav-holder li {
	position:relative;
	float:left;
	list-style:none;
}
.mobile-nav-holder li a {
	display: block;
	float: left;
	height:auto;
	padding:6px 0;
	margin:0 0 0 48px;	
	border-collapse:collapse;
	text-decoration:none;
	white-space:nowrap;
}
.mobile-nav-holder li a:hover {
    color: $light-blue;
}
.mobile-nav-holder li.selected a {
	font-weight: 500;
    color: $light-blue;
}

.mobile-nav-holder .L1 {
	position:absolute;
	top:33px;
	background:#2596c7;
	width:auto;
	z-index:5000;
}
.mobile-nav-holder .L1 li, .mobile-nav-holder .L1 li a {
	width:100%;	
	font-weight:normal;
	background-color:#109DB7;
	color:#FFF;
}
.mobile-nav-holder .L1 li a {
	border:none;
}
.mobile-nav-holder .L1 li a:hover {
	background-color:#109DB7;
	color:#FFF;
}

.mobile-nav-holder .L1, .mobile-nav-holder .L2, .mobile-nav-holder .L3, .mobile-nav-holder .L4, .mobile-nav-holder .L5, .mobile-nav-holder .L6, .mobile-nav-holder .L7 {
	display:none;
}

.mobile-nav-holder .L0 li:first-child a {
	margin-left:0;
}

*/
/* CSS Document */
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  #header {
    display: none; }

  #mobile-header {
    display: block; }

  /*********/
  .w960-centered {
    width: 100%;
    padding: 16px 0 0 16px; }

  .block {
    padding: 0 16px 16px 0; }

  .top-nav-holder {
    top: 115px; }

  .col1-home-hero h1 {
    font-size: 55px; }

  @keyframes slide-in-from-left {
    0% {
      transform: translateY(50px);
      opacity: 0;
      visibility: visible; }
    10% {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    100% {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; } }
  @keyframes slide-in-from-right {
    0% {
      transform: translateY(50px);
      opacity: 0;
      visibility: visible; }
    10% {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    100% {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; } }
  .pfListHolder .pfListCopy {
    padding: 30px 20px 20px; }

  .pfListHolder .pfListCopy a {
    text-transform: uppercase; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #header {
    display: block; }

  #mobile-header {
    display: none; }

  .w66pc,
  .w33pc,
  .w960-centered {
    width: 100% !important; }

  /*********/
  .w960-centered {
    padding: 16px 0 0 16px; }

  .block {
    padding: 0 16px 16px 0; }

  /*********/
  .fw-bg.home-hero {
    overflow: hidden;
    margin-bottom: 16px; }

  .col1-home-hero {
    height: 420px;
    background-position: top 16px right 16px;
    background-size: 50% auto; }

  .col1-home-hero .inner {
    padding-top: 60px; }

  .col1-home-hero h1 {
    width: 50%;
    font-size: 45px; }

  .col1-home-hero h2 {
    width: 50%;
    font-size: 45px; }

  .col1-home-hero h3 {
    width: 50%;
    font-size: 24px; }

  .logoRight, .logoLeft {
    width: 100%;
    text-align: left;
    margin-top: 15px; }

  .top-nav-holder {
    top: 114px; }

  .header-bg .header {
    padding-bottom: 30px; }

  .top-nav-holder {
    top: 115px; } }
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #header {
    display: none; }

  #mobile-header {
    display: block; }

  .w66pc,
  .w33pc,
  .w960-centered,
  .block {
    width: 100% !important; }

  .w960-centered {
    padding: 0; }

  .block {
    padding: 8px; }

  .fw-bg.page-title {
    padding: 16px 8px 0 8px;
    margin-bottom: 32px; }

  .col1-page-title h1 {
    text-align: center;
    font-size: 32px; }

  /*********/
  .fw-bg.home-hero {
    overflow: hidden;
    margin-bottom: 32px; }

  .col1-home-hero {
    height: 300px;
    background-position: top calc(8px * 2) right 8px;
    background-size: 50% auto; }

  .col1-home-hero .inner {
    padding-top: 8px; }

  .col1-home-hero h1 {
    width: 52%;
    font-size: 30px;
    margin-bottom: 6px; }

  .col1-home-hero h2 {
    width: 50%;
    font-size: 30px;
    margin-bottom: 6px !important; }

  .col1-home-hero h3 {
    width: 50%;
    font-size: 16px; }

  .logoRight, .logoLeft {
    width: 100%;
    text-align: left;
    margin-top: 15px; }

  .col1-home-hero h2 {
    margin: 0 0 20px 0; }

  .aboutLeft {
    width: 100%;
    border-right: 0px solid #fff !important; }

  .aboutRight {
    width: 100%;
    border-left: 0px solid #fff !important; }

  .pfListHolder .pfListItem {
    width: 100% !important;
    border-right: 0px solid #FFF; }

  @keyframes slide-in-from-left {
    0% {
      transform: translateY(50px);
      opacity: 0;
      visibility: visible; }
    10% {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    100% {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; } }
  @keyframes slide-in-from-right {
    0% {
      transform: translateY(50px);
      opacity: 0;
      visibility: visible; }
    10% {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; }
    100% {
      transform: translateY(0);
      opacity: 1;
      visibility: visible; } } }
@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 */
  #header {
    display: none; }

  #mobile-header {
    display: block; } }
/* iPad Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* CSS */ }
/**************/

/*# sourceMappingURL=main-scss.css.map */
