@charset "UTF-8";
/*Spider Web Worx - March 2019
custom styling for web pages in support of Foundation.css*/
/* TYPOGRAPHY */
body {
  font-family: "Reem Kufi", sans-serif;
  color: #9090a7;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  /*Color variables for The Slide*/
  --color-text: #000;
  --color-bg: #fff;
  --color-link: #000;
  --color-link-hover: #858585;
  --color-nav-bg: #fff;
  --color-nav-hover: #858585;
  --color-cart-bg: #000;
  --color-cart: #fff;
  --color-details-hover: #858585;
}
html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h5, h6 {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  color: #323237;
  margin: 0px;
}
/*[class*="fa-"]::before {
    font-family: "FontAwesome";
    font-weight: 400;
}*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "webworx-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-1ax {
  font-size: 1.5em
}
.icon-2x {
  font-size: 2em
}
.icon-2ax {
  font-size: 2.2em
}
.icon-3x {
  font-size: 3em
}
.icon-4x {
  font-size: 4em
}
.icon-5x {
  font-size: 5em
}
h1, h2.page-title, h2.product-title {
  font-size: 42px;
  line-height: 54px;
  margin-bottom: 20px;
}
h2 {
  font-size: 28px;
  line-height: 44px;
}
h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
}
strong {
  font-weight: 600;
}
p {
  font-size: 20px;
  line-height: 1.8;
  margin: 0px 0px 30px;
  letter-spacing: 0.03rem
}
p.lead {
  font-size: 20px;
  line-height: 34px;
  font-weight: normal;
}
p.subtitle {
  margin-bottom: 30px;
}
p.description {
  margin-bottom: 10px;
}
p.strong {
  font-weight: 700;
}
p strong {
  color: #555;
}
.text-left {
  text-align: left
}
.text-left-imp {
  text-align: left !important
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.center-vert {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
.italic-text {
	font-style: italic;
}
/***********  MISC *************/
.blue {
  color: #0074c8;
}
.green {
  color: #94d500;
}
.orange {
  color: #f26d21 !important;
}
.yellow {
  color: #ffae00
}
.black {
  color: #000;
}
.white {
  color: #fff;
}
.grey {
  color: #363a35;
}
.red {
  color: #FF0004
}
.olive {
  color: #7d7762
}
.dark {
  color: #323237
}
div.clear {
  clear: both;
}
a, button span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button { /*	add border and radiused corners to std button*/
  background-color: #f26d21;
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.btn-outline {
  color: #fff;
  border: 1px solid #fff
}
.btn-outline-white:hover {
  color: #2196f3;
  background-color: #fff !important
}
.btn-right.btn-outline:after {
  border-color: #fff
}
.btn-down.btn-outline:after {
  border-color: #fff
}
.btn-up.btn-outline:after {
  border-color: #fff
}
.btn-left.btn-outline:before {
  border-color: #fff
}
.button:hover, .button:focus {
  color: #2196f3 !important;
  background-color: #fff !important;
  opacity: 1 !important;
  border: solid 1px;
  border-radius: 3px
}
.booknowbutton {
  text-align: center;
  margin: 25px auto 0;
}
.booknowbutton a:hover {
  text-align: center;
  border: solid 1px;
  border-radius: 3px
}
.show-popup:hover {
  cursor: pointer;
}
#showBtn1, #showBtn2, #showBtn3 {
  color: red
}
.btn-view-light-bg {
  flex-flow: row-reverse nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 4.5px;
  color: #e55240;
  border-color: #e55240;
  background-color: rgba(144, 144, 167, 0);
  border-width: 1px;
  border-style: solid;
  padding-top: 15px;
  padding-right: 27px;
  padding-bottom: 15px;
  padding-left: 27px;
  border-radius: 3px;
  box-shadow: none;
  -webkit-flex-flow: row-reverse nowrap;
}
.btn-view-light-bg:hover, .btn-view-light-bg:active, .btn-view-light-bg:focus {
  border: 1px solid #000000;
  background-color: #e55240;
  color: #ffffff;
  transition: border 0.5s ease;
}
.btn-view-purple-infil {
  flex-flow: row-reverse nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 4.5px;
  color: #ffffff;
  border-color: #e55240;
  background-color: #e55240;
  border-width: 1px;
  border-style: solid;
  padding-top: 15px;
  padding-right: 27px;
  padding-bottom: 15px;
  padding-left: 27px;
  border-radius: 3px;
  box-shadow: none;
  -webkit-flex-flow: row-reverse nowrap;
}
.btn-view-purple-infil:hover, .btn-view-purple-infil:active, .btn-view-purple-infil:focus {
  border: 1px solid #ffffff;
  background-color: #000000;
  color: #ffffff;
  transition: border 0.5s ease;
  cursor: pointer
}
.form-contact:hover {
  text-align: center;
  border: solid 1px;
  border-radius: 3px
}
.cd-btn:before {
  content: "\e813";
  font-family: 'webworx-icons';
  color: #98ca41;
  font-size: 18px;
}
.noborder {
  border: none !important
}
.orange-border {
  border-color: #f26d21 !important
}
.orange-text {
  color: #f26d21 !important
}
.trans-bckgnd {
  background-color: rgba(255, 255, 255, 0.7);
}
.right-border {
  border-right: 1px solid #dcdcdc;
  margin-right: 0;
}
.top-border {
  padding-bottom: 12px;
  padding-top: 15px;
  border-top: 1px solid #dcdcdc;
}
.bottom-border {
  padding-bottom: 12px;
  padding-top: 15px;
  border-bottom: 1px solid #dcdcdc;
}
.spacer60 {
  height: 60px;
  width: 100%;
}
.spacer260 {
  height: 260px;
  width: 100%;
}
.spacer200 {
  height: 200px;
  width: 100%;
}
.spacer150 {
  height: 150px;
  width: 100%;
}
.spacer100 {
  height: 100px;
  width: 100%;
}
.spacer80 {
  height: 80px;
  width: 100%;
}
.spacer30 {
  height: 30px;
  width: 100%;
}
@media (min-width: 1000px) {
  #toTop {
    display: block;
    color: #9090a7;
    position: fixed;
    bottom: 80px;
    right: 30px;
    width: 42px;
    overflow: hidden;
    z-index: 20;
  }
  #toTop:hover {
    outline: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 50px;
  height: 70px;
  background: url("../icons/tail-down.svg") center center no-repeat;
}
.cd-img-replace {
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 9999;
}
.mgn-bot22 {
  margin-bottom: 22px
}
.pad-nil {
  padding: 0 !important
}
.pad-top30 {
  padding-top: 30px;
}
.pad-top40 {
  padding-top: 40px;
}
.pad-top50 {
  padding-top: 50px;
}
.pad-top80 {
  padding-top: 80px;
}
.pad-top120 {
  padding-top: 120px;
}
.pad-lr15 {
  padding-left: 15px;
  padding-right: 15px
}
.all-margin20 {
  margin: 20px
}
.adj-width900 {
  max-width: 900px
}
.full-width {
  width: 100%
}
.full-max-width {
  max-width: 100%
}
.pad-9375 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem
}
.break-mgn {
  margin-bottom: 8px
}
.margin-right60 {
  margin-right: 60px
}
.facebook-like {
  position: relative;
  padding-left: 45px;
  margin-top: 13px
}
.facebook-like:before {
  content: '\e808';
  font-family: 'webworx-icons';
  font-size: 4rem;
  color: #484334;
  position: absolute;
  right: 80px;
  top: -28px;
}
.closebtn {
  margin: 10px 15px 0;
  color: gray;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.closebtn:hover {
  color: black;
}
.hr-dark-bg {
  width: 12%;
  color: #9090a7;
  margin: 0 auto;
}
.hr-dark-bg-lg {
  width: 75%;
  color: #9090a7;
  margin: 0 auto 2rem
}
.line-div {
  width: 78%;
  line-height: 1;
  font-size: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0 auto /*display: inline-block;*/
}
.ourwork .line-div {
  padding-top: 47px
}
.line-lge {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgba(144, 144, 167, 0.55);
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  background: 0 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin: 0;
}
/******************* Pagination Overrides **************/
.pagination a, .pagination button {
  color: #555;
  border-radius: 0
}
.pagination .current {
  background-color: transparent;
}
.pagination .current a {
  border-bottom: solid #555 1px
}
/**********************  Hero sections pages *******************/
.home-page .hero {
  background-image: url("../images/hero-1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  /*background-position: 30% 0;*/
  background-size: cover;
  padding-top: 100px;
}
@media (min-width: 780px) {
  .home-page .hero {
    height: 100vh;
    background-position: center
  }
}
@media (min-width: 1200px) {
  .home-page .hero {
    background-attachment: fixed;
  }
}
.home-page .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #000000, #3b6b99);
  opacity: .45;
}
.page-id-002 .hero {
  background-image: url("../images/hero-3_med.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100px
}
@media (min-width: 780px) {
  .page-id-002 .hero {
    height: 100vh;
    background-position: center
  }
}
@media (min-width: 1200px) {
  .page-id-002 .hero {
    background-image: url("../images/hero-3.jpg");
    background-attachment: initial; /* ipad on some images doesn't like FIXED so use Initial  */
  }
}
.page-id-002 .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000, #3b6b99);
  opacity: .45;
}
.page-id-003 .hero {
  background-image: url("../images/hero-5.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100px
}
@media (min-width: 780px) {
  .page-id-003 .hero {
    /*    background-image: url("../images/hero-2-md.jpg");
*/ height: 100vh;
    background-position: center
  }
}
@media (min-width: 1200px) {
  .page-id-003 .hero {
    /*    background-image: url("../images/hero-2.jpg");
*/ background-attachment: fixed;
  }
}
.page-id-003 .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000, #3b6b99);
  opacity: .45;
}
.page-id-004 .hero {
  background-image: url("../images/hero-4_med.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100px
}
@media (min-width: 780px) {
  .page-id-004 .hero {
    height: 100vh;
    background-position: center
  }
}
@media (min-width: 1200px) {
  .page-id-004 .hero {
    background-image: url("../images/hero-4.jpg");
    background-attachment: initial;
  }
}
.page-id-004 .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000, #3b6b99);
  opacity: .45;
}
.page-id-005 .hero {
  background-image: url("../images/clients-bg-bw.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100px
}
@media (min-width: 780px) {
  .page-id-005 .hero {
    height: 100vh;
    background-position: center
  }
}
@media (min-width: 1200px) {
  .page-id-005 .hero {
    background-attachment: fixed;
  }
}
.page-id-005 .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000, #3b6b99);
  opacity: .45;
}
.page-id-006 .hero {
  background-image: url("../images/hero-5.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100px
}
@media (min-width: 780px) {
  .page-id-006 .hero {
    height: 100vh;
    background-position: center
  }
}
@media (min-width: 1200px) {
  .page-id-006 .hero {
    background-attachment: fixed;
  }
}
.page-id-006 .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #212529;
  opacity: .5;
}
.page-id-007 .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #757f9a; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #757f9a, #ffffff); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #757f9a, #ffffff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.page-id-007 .hero {
  padding-top: 100px
}
@media (min-width: 780px) {
  .page-id-007 .hero {
    background-position: center
  }
}
@media (min-width: 1200px) {
  .page-id-007 .hero {
    background-attachment: fixed;
  }
}
.hero .intro {
  padding: 0 0 3rem;
  position: relative;
  top: 50%;
}
@media only screen and (min-width: 780px) {
  .page-id-007 .hero .intro {
    transform: translateY(0%);
  padding: 0 3rem 3rem;	  
  }
}
@media only screen and (min-width: 780px) {
  .page-id-000 .hero .intro, .page-id-001 .hero .intro, .page-id-002 .hero .intro, .page-id-003 .hero .intro, .page-id-004 .hero .intro, .page-id-005 .hero .intro, .page-id-008 .hero .intro {
    transform: translateY(-50%);
  padding: 0 3rem 3rem;
	}
}
.page-id-007 .hero h1 {
  color: #666666
}
.hero h1 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: -0.025em;
  font-weight: 300;
  text-align: center;
}
.hero p {
  color: #fff;
  line-height: 1.75em;
  font-weight: 200;
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40.063em) {
  .hero h1 {
    padding-top: 2.5rem;
    text-align: center;
    font-size: 4.5rem;
    line-height: 1.2
  }
  .page-id-007 .desc-wrapper p {
    color: #666666
  }
  .desc-wrapper p {
    font-family: 'Reem Kufi', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 1.3em;
    color: #ffffff;
    margin: 20px auto;
    -webkit-transform: translatez(0);
    transform: translateZ(0)
  }
  .desc-wrapper {
    text-align: center;
    text-rendering: optimizeLegibility;
    margin-bottom: 85px
  }
}
.site-content {
  padding-bottom: 6em
}
.home .site-content {
  padding-bottom: 0
}
.home .site {
  position: relative;
  display: block
}
.home-main-intro {
  background-repeat: no-repeat;
  position: relative
}
.hero-iso {
  position: relative;
  z-index: 9999;
}
.hero-iso span {
  background: rgba(0, 0, 0, 0) url("../../assets/images/hero-iso.svg") no-repeat scroll 50% 50% / contain;
  height: 15.6rem;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 62%);
  width: 12.5rem;
}

.page-id-008 .hero {
  background-image: url("../images/hero-8_med.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100px
}
@media (min-width: 780px) {
  .page-id-008 .hero {
    height: 100vh;
    background-position: center
  }
}
@media (min-width: 1200px) {
  .page-id-008 .hero {
	background-image: url("../images/hero-8.jpg");  
    background-attachment: initial;
  }
}
.page-id-008 .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #212529;
  opacity: .5;
}
.page-id-001 .hero {
  background-image: url("../images/hero-9_med.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 100px
}
@media screen and (min-width: 780px) {
  .page-id-001 .hero {
    height: 100vh;
    background-position: center
  }
}
@media screen and (min-width: 1200px) {
  .page-id-001 .hero {
    background-image: url("../images/hero-9.jpg");
    background-attachment: initial; /* ipad on some images doesn't like FIXED so use Initial  */
  }
}
.page-id-001 .hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000, #3b6b99);
  opacity: .45;
}
/**************** Header Menu ******/
.headwrapper {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
  left: 0;
  padding: 0;
  top: -80px;
  position: relative;
  width: 100%;
  z-index: 999;
}
@media (min-width:1250px) {
  .headwrapper {
    padding: 0 80px
  }
}
#hdr-tag {
  font-weight: bold
}
#col-mymenu .colwrapper {
  background-position: left top;
  background-repeat: repeat;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none
}
.section-hdr {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #29293a;
  /*text-transform: uppercase;*/
  align-self: stretch;
  letter-spacing: 8px;
  line-height: 1.23;
  margin-bottom: 40px;
}
.slicknav_btn {
  background-color: #e55240 !important;
}
.slicknav_nav {
  background: #2d2d42 !important
}
@media (min-width:1060px) {
  .slicknav_menu {
    background: transparent !important
  }
}
.navbar-brand {
  float: left;
  font-size: 18px;
  height: 45px;
  line-height: 20px;
  padding: 12.5px 15px;
}
.navbar-brand > .img {
  background: rgba(0, 0, 0, 0) url("../images/swc_logo.svg") no-repeat scroll 0 0 / 100% 100%;
  display: block;
  height: 155px;
  margin-top: -40px;
  transition-duration: 1s;
  width: 200px;
}
@media (min-width:1130px) {
  .navbar-brand > .img {
    width: 220px
  }
}
.navbar-home {
  display: none
}
#homeButton {
  padding: 0px 15px;
  color: #ffffff;
  margin-right: 18px
}
.hometext {
  display: none;
}
.links li:hover > a {
  background-color: rgba(0, 0, 0, 0.08) !important;
  text-decoration: none;
}
.links li + li > a:hover { /*** + sign excludes the first link ***/
  background-color: #333333 !important;
  text-decoration: none;
  color: #ffffff;
}
.links li:first-child a:hover, .links li:last-child(2) a:hover .links li:last-child a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  text-decoration: none;
  color: #424242;
}
.links > li > a.active {
  background-color: rgba(220, 98, 38, 1) !important;
  text-decoration: none;
  color: #0076bd;
}
.links {
  text-align: center;
  margin: 0 auto 0 auto;
  width: 100%;
  display: table;
  padding: 6px 0px 16px;
}
.links > li {
  text-align: center;
  display: table-cell;
}
.links li:first-child a {
  border-radius: 2px;
}
.links li:last-child a {
  -webkit-border-radius: 0px 2px 2px 0px;
  -moz-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
  border-right: 0px solid;
}
.links > li > a .fa {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  margin-right: 0;
}
.links li ul li a .fa.fa-angle-double-right {
  font-size: 12px;
  margin: 0 3px 0 -4px;
}
.links li a .arrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #b3b3b3;
  content: "";
  float: right;
  height: 0;
  margin: 0 0 0 9px;
  position: absolute;
  text-align: right;
  top: 22px;
  width: 0;
}
/*facebook icon*/
.links > li:nth-last-child(2) a {
  padding-right: 6px !important
}
.links > li > a {
  display: block;
  color: #dfe6e9;
  padding: 0px 12px;
  line-height: 48px;
  text-decoration: none;
}
@media (min-width:940px) {
  .links > li > a {
    padding: 0px 24px;
  }
}
.links li:first-child a {
  padding: 0 12px 0 0
}
@media (min-width:940px) {
  .links li:first-child a {
    padding: 0 24px 0 0;
  }
}
.links li:last-child a {
  padding: 0 0 0 6px
}
@media (min-width:940px) {
  .links li:last-child a {
    padding: 0 0 0 6px;
  }
}
.links li a:hover .arrow:after {
  border-top-color: #b3b3b3
}
.links li a.active .arrow:after {
  border-top-color: #b3b3b3
}
.links li:hover > a .arrow:after {
  border-top-color: #b3b3b3
}
.mymenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.menu-item {
  position: relative;
  color: #fff;
}
.menu-item:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 0;
  background-color: rgba(255, 255, 255, .2);
  content: "";
  transition: width 0.3s;
}
.menu-item:hover {
  color: rgba(255, 255, 255, 1);
}
/* HUH? Not sure about this! DESKTOP MENU - Hide local home page scroll menu item on all pages except home page*/
.page-id-001 #menu-001, .page-id-002 #menu-002, .page-id-003 #menu-003, .page-id-004 #menu-004, .page-id-008 #menu-008 {
  /*display: none*/
}
/*** Add bottom border to the currect page menu item*/
.page-id-000 #menu-000 { /*Home*/
  border-bottom: 3px solid #e55240
}
.page-id-001 #menu-001 {  /*Layout*/
  border-bottom: 3px solid #e55240
}
.page-id-002 #menu-002 { /*Locos*/
  border-bottom: 3px solid #e55240
}
.page-id-003 #menu-003 { /*blog*/
  border-bottom: 3px solid #e55240
}
.page-id-004 #menu-004 { /*Pilbara*/
  border-bottom: 3px solid #e55240
}
.page-id-008 #menu-008 {  /*crumbs*/
  border-bottom: 3px solid #e55240
}


/********* Mobile Menu ***************/
.slicknav_menu {
  display: none;
}
@media screen and (max-width: 840px) {
  /* #menu is the original menu */
  .js #menu {
    display: none;
  }
  #social-tbl {
    background-color: black
  }
  .js .slicknav_menu {
    display: block;
  }
  .navbar-brand {
    display: none !important
  }
  .navbar-home {
    display: block !important
  }
}
.menu li {
  display: inline-block
}
.slicknav_menu li:last-child a {
  padding: 5px 10px 20px 10px
}
/*.facebook {
    margin: 0 0 28px
}*/
/******* End Mobile Menu *******/
/**** Containers and wrappers *****/
section, .section {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
}
section.no-padding-top, .section.no-padding-top {
  padding-top: 0;
}
section.no-padding-bottom {
  padding-bottom: 0;
}
#engadget-social-share-details {
  padding: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.column, .columns {
  position: relative
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    position: relative
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
/*@media (min-width: 768px) {
.container {
    max-width: 750px;
}
} SWC */
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.mainwrap {
  height: auto !important;
  margin: 0 auto -110px;
  min-height: 100%;
  position: relative;
}
#container-3 {
  background-position: left top;
  background-repeat: repeat;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  margin-top: -81px
}
#container-9 {
  background-position: left top;
  background-repeat: repeat;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none
}
.container-gallery {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  min-width: 320px
}
@media (min-width: 640px) {
  .container-gallery {
    margin-top: -100px;
  }
}
#viewblog {
  padding-bottom: 0
}
.hovea-row {
  max-width: 1170px;
  padding-top: 0;
  padding-bottom: 30px;
}
@media (min-width:640px) {
  .hovea-row {
    padding-bottom: 100px;
  }
}
#hovea {
  max-width: 100%
}
#hovea-2 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  /*margin-top: 20px;*/
  margin-top: 0;
}
@media (min-width: 640px) {
  #hovea-2 {
    padding-left: 0;
    padding-right: 0;
    left: -.9375rem
  }
}
@media (min-width: 1200px) {
  #hovea-2 {
    margin-right: 0;
    left: 0
  }
}
#wrapper-acacia {
  background-color: #ffffff;
  padding: 0
}
#wrapper-acacia .kitchensink {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 5vw 0;
}
@media (min-width: 720px) {
  #wrapper-acacia .kitchensink {
    margin-bottom: 50px;
  }
}
#wrapper-banksia {
  background-color: #ffffff;
  background-position: left top;
  background-repeat: repeat;
  border-top-style: none;
  border-bottom-style: none;
  overflow: visible !important;
  padding: 0;
  /* min-height: 100vh;*/
  z-index: 12
}
#wrapper-banksia a.facebook .fa-facebook {
  color: #0074c8;
}
#wrapper-banksia a.instagram .fa-instagram {
  color: #F28E00;
}
#wrapper-waratah {
  background-color: #ffffff;
  padding: 0
}
#wrapper-waratah .kitchensink {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 5vw 0;
}
@media (min-width: 720px) {
  #wrapper-waratah .kitchensink {
    margin-bottom: 50px;
  }
}
#wrapper-callistemon {
  padding-bottom: 0;
  padding-top: 0;
  overflow: visible
}
#wrapper-mallee {
  background-image: url("../images/process-bg-bw.jpg");
  background-position: left top;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  padding-top: 60px;
  overflow: visible
}
#wrapper-myrtle {
  background-color: #ffffff;
  padding: 0
}
#wrapper-myrtle .kitchensink {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 0;
}
@media (min-width: 720px) {
  #wrapper-myrtle .kitchensink {
    margin-bottom: 50px;
  }
}
#wrapper-rose {
  background-color: #ffffff;
  padding: 0
}
#wrapper-rose .kitchensink {
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0;
}
@media (min-width: 720px) {
  #wrapper-rose .kitchensink {
    margin-bottom: 50px;
  }
}
#wrapper-ironbark {
  padding-bottom: 0;
  padding-top: 0;
  overflow: visible
}
#wrapper-grevillea {
  background-color: #ffffff;
  background-position: left top;
  background-repeat: repeat;
  border-top-style: none;
  border-bottom-style: none;
  overflow: visible !important;
  color: #323237;
  text-align: left;
}
#wrapper-grevillea fa {
  display: block;
}
#wrapper-grevillea a {
  font-size: 15px;
}
@media (min-width: 500px) {
  #wrapper-grevillea a {
    font-size: 16px;
  }
}
#wrapper-grevillea a.facebook .fa-facebook {
  color: #0074c8;
}
#wrapper-grevillea a.instagram .fa-instagram {
  color: #F28E00;
}
#wrapper-hakea {
  background-color: #ffffff;
  padding: 0
}
#wrapper-hakea .kitchensink {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 5vw 0;
}
@media (min-width: 720px) {
  #wrapper-hakea .kitchensink {
    margin-bottom: 50px;
  }
}
#wrapper-hovea {
  background-color: #ffffff;
  padding: 0
}
#wrapper-hovea .kitchensink {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 5vw 0;
}
@media (min-width: 720px) {
  #wrapper-hovea .kitchensink {
    margin-bottom: 50px;
  }
}
#wrapper-paperbark {
  color: #323237;
  padding: 0 0 50px;
  margin-top: -70px;
  text-align: center;
  overflow: visible
}
#wrapper-paperbark fa {
  display: block;
}
#wrapper-paperbark a {
  font-size: 15px;
  color: #323237;
}
@media (min-width: 500px) {
  #wrapper-paperbark a {
    font-size: 18px;
  }
}
#wrapper-cassia {
  background-image: url("../images/backgnd-sketch.jpg");
  background-position: 50% 54%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: visible;
  padding: 0 0 100px;
  /*    min-height: 325vh;
*/ position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20
}
#wrapper-gallery {
  color: #fff;
  overflow: visible;
  padding: 0 0 100px;
 position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20
}
#wrapper-orchid {
  background-color: #ffffff;
  padding: 0
}
#wrapper-orchid .kitchensink {
  margin-top: 30px;
  margin-bottom: 25px;
  padding: 5vw 0;
}
@media (min-width: 720px) {
  #wrapper-orchid .kitchensink {
    margin-bottom: 50px;
  }
}
#wrapper-zamia { /*not used*/
  background: #a29c88 none repeat scroll 0 0;
  color: #fff;
  padding-bottom: 0;
  padding-top: 0;
  overflow: visible
}
#wrapper-kauri {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 50px 0
}
#wrapper-kauri .kitchensink {
  max-width: 875px;
  padding: 0;
}
#wrapper-gardenia {
  color: #323237;
  padding: 80px 0 40px;
  text-align: center;
  overflow: visible
}
#wrapper-gardenia fa {
  display: block;
}
#wrapper-gardenia a {
  font-size: 15px;
  color: #323237;
}
@media (min-width: 500px) {
  #wrapper-gardenia a {
    font-size: 18px;
  }
}
#wrapper-gardenia a.facebook .fa-facebook {
  color: #0074c8;
}
#wrapper-gardenia a.instagram .fa-instagram {
  color: #F28E00;
}
/***TOP HEADER ONLY VISIBLE WHEN MOBILE MENU VISIBLE ***/
.header-top {
  display: block;
  padding-bottom: 0;
  padding-top: 0;
  overflow: visible
}
@media (min-width: 841px) {
  .header-top {
    display: none
  }
}
@media (max-width:1010px) {
  .hdr-main {
    width: 100%
  }
}
@media (max-width:992px) {
  .header-bgnd {
    width: 100% !important
  }
}
.header-bgnd {
  background-color: #000; /* swc */
}
.hdr-brand {
  float: left;
  font-size: 18px;
  width: 100%;
  line-height: 20px;
  padding: 10px 0;
}
@media (min-width:1300px) {
  .hdr-brand {
    padding: 10px 15px
  }
}
.hdr-brand img {
  max-width: 180px;
  max-height: 120px;
}
@media (min-width: 1300px) {
  .hdr-brand img {
    max-width: 380px;
  }
}
/*********** PHONE NO STYLING *******/
.telno {
  color: #e55240;
  font-size: 22px
}
.telno:hover {
  color: #f89c27
}
/*************  Fixed Menu bar - when scrolling *****************/
.myfixed .menu-home {
  visibility: visible;
}
.myfixed .mybottomborder {
  visibility: hidden;
}
.myfixed {
  margin: 0 auto !important;
  float: none !important;
  border: 0px !important;
  background: none !important;
  max-width: 100% !important;
  background-position: 0 10px !important;
}
.myfixed .links {
  padding: 0
}
/*facebook icon 2nd last icon*/
.links > li:nth-last-child(2) a {
  padding-left: 8px !important;
  padding-right: 8px !important
}
/*instagram icon*/
.links > li:last-child a {
  padding-left: 8px !important;
  padding-right: 8px !important
}
.myfixed .links a {
  padding: 10px 15px 10px !important;
  color: #ffffff;
}
@media (min-width: 1024px) {
  .myfixed .links a {
    padding: 10px 25px 10px !important;
  }
}
.myfixed #homeButton {
  margin: 6px 0 6px
}
.myfixed .navbar-brand > .img {
  background: rgba(0, 0, 0, 0) url("../images/swc_logo_sm.svg") no-repeat scroll 0 0 / 100% 100%;
  display: block;
  height: 125px;
  margin-top: -36px;
  transition-duration: 1s;
  width: 128px;
}
/************** menu items 'UL' **********/
.links {
  margin: 0 auto;
  display: table;
  position: relative;
}
.links a {
  padding: 0 14px 0;
  line-height: 48px;
  letter-spacing: 1px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #323237;
  text-align: center;
  text-decoration: none;
}
.links .menu-bar {
  display: block;
  position: absolute;
  right: -100px;
  bottom: 0;
  height: 5px;
  width: 100px;
  background-color: rgba(242, 130, 54, 0);
  transition: all .2s linear;
}
.links a:hover ~ .menu-bar {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../assets/images/mouse_over.png);
}
.menu-item a:hover {
  color: #000;
}
.links a:last-of-type:hover ~ .menu-bar {
  right: 115px;
}
.links a:nth-last-of-type(2):hover ~ .menu-bar {
  right: 185px;
}
.links a:nth-last-of-type(3):hover ~ .menu-bar {
  right: 266px;
}
.links a:nth-last-of-type(4):hover ~ .menu-bar {
  right: 360px;
}
.links a:nth-last-of-type(5):hover ~ .menu-bar {
  right: 490px;
}
.links a:nth-last-of-type(6):hover ~ .menu-bar {
  right: 650px;
}
.links a:nth-last-of-type(7):hover ~ .menu-bar {
  right: 780px;
}
.links a:nth-last-of-type(8):hover ~ .menu-bar {
  right: 925px;
}
/**************** Our Work *****************/
.card-user-profile {
  position: relative;
  z-index: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1rem;
  border: 0;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #8a8a8a;
}
.card-user-profile > :last-child {
  margin-bottom: 0;
}
.card-user-profile:hover .card-user-profile-img {
  opacity: 1;
}
.card-user-profile-content {
  position: relative;
}
.card-user-profile-content::before {
  position: absolute;
  content: '';
  top: -3.4375rem;
  left: -1.875rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.4375rem 0 0 31.25rem;
  z-index: 0;
  border-color: transparent transparent transparent #fefefe;
}
.card-user-profile-actions {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
  background: #fefefe;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.card-user-profile-actions > :last-child {
  margin-bottom: 0;
}
.card-user-profile-img {
  max-width: 100%;
  opacity: 0.85;
  transition: all 0.25s ease;
}
.card-user-profile-avatar {
  position: absolute;
  bottom: 100%;
  left: 1rem;
  z-index: 2;
  max-width: 5.625rem;
}
.card-user-profile-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.6);
}
.card-user-profile-name {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #323237;
}
.card-user-profile-button {
  margin-bottom: 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.card-user-profile-button + .card-user-profile-button {
  margin-left: 1rem;
}
.card-user-profile-info {
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.4;
  opacity: 1.0;
}
/*.marketing-site-content-section {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.marketing-site-content-section .button.round {
    border-radius: 5000px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.marketing-site-content-section .marketing-site-content-section-img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
.marketing-site-content-section .marketing-site-content-section-img img {
    width: 100%;
}

@media screen and (min-width: 40em) {
.marketing-site-content-section .marketing-site-content-section-img {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}
}
.marketing-site-content-section .marketing-site-content-section-block {
    padding: 1rem;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background: #eeeeee;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (min-width: 40em) {
.marketing-site-content-section .marketing-site-content-section-block {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 2rem;
}
}
.marketing-site-content-section-block-header {
    font-size: 24px;
}
.marketing-site-content-section-block-subheader {
    font-size: 16px;
}*/
/*************** Quick Card *******************/
.at-a-glance p {
  letter-spacing: 1px
}
.at-a-glance a {
  letter-spacing: 0;
}
/*.facebook a {
    padding-right: 58px
}
.facebook p {
    margin-bottom: 6px;
    color: #484334
}*/
.ourlinks-hdr {
  margin: 0 0 20px !important
}
#links-hdr {
  margin-bottom: 50px
}
.card {
  background: #fcfcfc none repeat scroll 0 0;
  overflow: visible;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem
}
@media (min-width: 770px) {
  .card {
    margin-left: 0;
    margin-right: 0
  }
}
.card-ourlinks {
  margin-bottom: 32px
}
.card-ourlinks p {
  color: #323237;
  font-size: 1.6em;
  margin-top: -15px;
  padding: 0 10px 0 40px;
  text-align: left;
}
.card-ourlinks p strong {
  color: #323237;
}
.card-ourlinks img {
  width: 120px;
  margin-top: -35px;
  border-radius: 50%;
  -webkit-box-shadow: 4px 3px 39px 2px rgba(0, 0, 0, .75);
  box-shadow: 4px 3px 39px 2px rgba(0, 0, 0, .75);
}
@media (min-width: 1024px) {
  .card-ourlinks img {
    width: 160px;
    margin-top: -55px;
  }
}
.links-row {
  text-align: center
}
@media (min-width: 1024px) {
  .card-ourlinks {
    margin-bottom: 0
  }
}
.view360:before {
  /* display none while static image is used */
  display: none;
  color: #323237;
  content: "\e828";
  font-family: "webworx-icons";
  font-size: 60px;
  right: 65px;
  position: absolute;
  bottom: -20px;
  width: auto;
}
.view360 h5 {
  /* display none while static image is used */
  display: none
}
#degrees360-hdr {
  padding-top: 20px
}
#img-360 {
  height: auto;
  /*height: 45%;*/
  width: 100%;
  position: relative;
  margin-top: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: rgba(102, 115, 141, 0);
  border-style: solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 7px 8px 28px 0px rgba(17, 17, 48, 0.18);
}
/*@media (min-width: 1024px) {*/
@media (min-width: 640px) {
  #degrees360-hdr {
    padding-top: 80px
  }
  #img-360 {
    /*    height: 527px;
    max-width: 527px;*/
    height: 45%;
    margin-left: 0;
    position: absolute;
    margin-top: 180px;
    z-index: 10
  }
}
@media (min-width: 1024px) {
  #img-360 {
    height: 65%;
  }
}
@media (min-width: 1200px) {
  #img-360 {
    margin-left: 20px;
  }
}
.img-curtain::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-linear-gradient(bottom, #000000, #3b6b99);
  background-image: -moz-linear-gradient(bottom, #000000, #3b6b99);
  background-image: linear-gradient(to top, #000000, #3b6b99);
  opacity: .45;
}
/****************** Promo Cards *******************/
.rh-img {
  width: 100%
}
.promo-hero {
  width: 100%;
  text-align: left;
  /*height: 420px;*/
  height: auto;
  /*position: relative;*/
  color: white;
}
.promo-hero .btn-white-hollow {
  flex-flow: row-reverse nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 4.5px;
  color: #fefefe;
  border-color: #fefefe;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  padding-top: 15px;
  padding-right: 27px;
  padding-bottom: 15px;
  padding-left: 27px;
  border-radius: 3px;
  box-shadow: none;
  -webkit-flex-flow: row-reverse nowrap;
}
.promo-hero .btn-white-hollow:hover, .promo-hero .btn-white-hollow:active, .promo-hero .btn-white-hollow:focus {
  background-color: #e55240;
  color: #ffffff;
  border: 1px solid #b2b2b2;
  transition: border 0.5s ease;
}
.promo-hero .btn-black-hollow {
  flex-flow: row-reverse nowrap;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 4.5px;
  color: rgba(76, 76, 131, 1);
  border-color: rgba(76, 76, 131, 1);
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  padding-top: 15px;
  padding-right: 7px;
  padding-bottom: 15px;
  padding-left: 7px;
  border-radius: 3px;
  box-shadow: none;
  -webkit-flex-flow: row-reverse nowrap;
}
@media (min-width:460px) {
  .promo-hero .btn-black-hollow {
    padding-left: 27px;
    padding-right: 27px
  }
}
.promo-hero .btn-black-hollow:hover, .promo-hero .btn-black-hollow:active, .promo-hero .btn-black-hollow:focus {
  background-color: #e55240;
  color: #ffffff;
  border: 1px solid #000000;
  transition: border 0.5s ease;
}
.promo-hero-content {
  z-index: 10;
  width: 70%;
  position: absolute;
  /*margin-top: 200px;
	margin-top: -50px;*/
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width:1024px) { /*} and (max-width:1024px) and (orientation:portrait) {*/
  .promo-hero-content {
    /*    top: 35%;*/
    width: 80% /* SWC added this width % */
  }
}
@media (min-width:1024px) {
  .promo-hero-content {
    margin-top: -120px;
  }
}
.promo-hero-content-light-bg {
  z-index: 10;
  position: absolute;
  width: 70%;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 0;
  padding-right: 15px
}
@media (min-width:620px) {
  .promo-hero-content-light-bg {
    width: 70%;
    left: 45%;
    padding-left: 15px;
  }
}
.promo-hero-title-white {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 1.25em;
  margin-bottom: 1rem;
}
@media (min-width:1024px) {
  .promo-hero-title-white {
    font-size: 36px;
  }
}
.promo-hero-title-black {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 36px;
  color: #000000 !important;
  line-height: 1.25em;
  margin-bottom: 1rem;
}
.promo-hero-description-dark-bg {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}
@media (min-width:620px) {
  .promo-hero-description-dark-bg {
    font-size: 16px; /*swc 19 - 16 */
    line-height: 1.8;
  }
}
.promo-hero-author-blue span {
  background: #2f395e;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2rem;
  color: #e55240;
  text-transform: uppercase;
}
.promo-hr-dark-bg {
  width: 22%;
  color: #9090a7;
  margin: 0
}
.promo-hero-ctas {
  margin-top: 60px;
  margin-bottom: 30px
}
@media (min-width:1024px) {
  .promo-hero-ctas {
    margin-top: 60px;
    margin-bottom: 0
  }
}
.promo-bg {
  background: #e1e7f2;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: rgba(102, 115, 141, 0);
  border-style: solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 7px 8px 28px 0px rgba(17, 17, 48, 0.18);
  position: relative;
  top: 0;
  left: 0;
  margin: 30px auto 0;
  width: 100%;
  height: 525px;
  overflow: hidden
}
@media (min-width:640px) {
  .promo-bg {
    height: 438px;
    margin-top: -90px;
    width: 542px;
  }
}
@media (min-width:720px) {
  .promo-bg {
    margin-top: -110px;
    width: 542px;
  }
}
/*@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait){
.promo-bg {
    margin-top: -310px;
	}
}*/
@media (min-width:920px) {
  .promo-bg {
    margin-top: -200px;
    width: 542px;
  }
}
@media (min-width:1024px) {
  .promo-bg {
    margin-top: -300px;
  }
}
.center-image {
  display: flex;
  justify-content: center;
  width: 100%;
}
.rich-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  margin: 10px 0
}
.rich-text p, rich-text span {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-shadow: none;
  text-transform: initial;
  text-decoration: initial;
}
.tp-subtitle {
  font-family: Reem Kufi, sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 1.7em;
}
.text-lg-center {
  text-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.rich-text a, .rich-text em, .rich-text span {
  display: inline;
}
.rich-text p, .rich-text span {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-shadow: none;
  text-transform: initial;
  text-decoration: initial;
}
.rich-text span {
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.cp-color3 {
  color: #e55240;
}
.cp-color7 {
  color: #9090a7;
}
.cp-color9 {
  color: #ffffff;
}
.cp-color9a {
	color: antiquewhite
}
.rich-text p {
  display: block;
}
.rich-text p, .rich-text span {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-shadow: none;
  text-transform: initial;
  text-decoration: initial;
}
.tp-paragraph {
  font-family: "Reem Kufi", sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.6em;
}
@media (max-width:767px) {
  .text-xs-center {
    text-align: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }
}
.tp-heading2 {
  font-family: "Roboto", sans-serif;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 7px;
  line-height: 1.3em;
}
@media screen and (min-width: 53em) {
  .tp-heading2 {
    font-size: 50px
  }
}
.text-lg-center {
  text-align: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.cp-color1 {
  color: #29293a;
}
/******** parralax styling *********/
.parallax-background1 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../assets/images/hero-2.jpg);
  background-attachment: scroll;
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width:768px) {
  .parallax-background1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../assets/images/hero-2.jpg);
  }
}
@media (min-width: 1200px) {
  .parallax-background1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../assets/images/hero-2.jpg);
    background-attachment: fixed;
    background-size: cover;
  }
}
.parallax-background4 {
  background-image: linear-gradient(rgba(41, 41, 58, 0.78), rgba(41, 41, 58, 0.78)), url(../../assets/images/parallax-1.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*min-height: 100vh;*/
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 500px;
}
@media (min-width:768px) {
  .parallax-background4 {
    background-image: linear-gradient(rgba(41, 41, 58, 0.78), rgba(41, 41, 58, 0.78)), url(../../assets/images/parallax-1.jpg);
  }
}
@media (min-width: 1200px) {
  .parallax-background4 {
    background-image: linear-gradient(rgba(41, 41, 58, 0.78), rgba(41, 41, 58, 0.78)), url(../../assets/images/parallax-1.jpg);
  }
}
.intro-text1 {
  font-size: 50px;
  color: #fff;
  text-align: center;
  margin-top: 15%;
}
.intro-text1 h1 {
  color: #fff
}
.intro-text1 p {
  margin-top: 52px
}
.intro-text1 a {
  margin-top: -50px
}
.intro-text2 {
  font-size: 50px;
  color: #fff;
  text-align: center;
}
.page-id-004 #wrapper-callistemon .parallax-content1 {
  padding-bottom: 0
}
.parallax-content1 {
  max-width: 100%;
  position: relative;
  padding: 0 0 50px;
  font-size: 20px;
  /*background-color: #fff;*/
  color: #9090a7
}
.parallax-content1 h4 {
  font-weight: 700;
  margin-bottom: 0
}
.parallax-content1 ul {
  list-style: none
}
.parallax-content1 ul li {
  font-size: 20px;
  line-height: 1.75
}
.parallax-content1 span {
  font-size: 16px
}
@media (min-width: 500px) {
  .parallax-content1 span {
    font-size: 20px
  }
}
/****************  home page portfolio Section *************/
.overlay-blinds {
  overflow: hidden;
  position: relative;
}
.overlay-blinds * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.overlay-blinds:before, .overlay-blinds:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000000;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  opacity: 0.6;
  z-index: 1;
}
.overlay-blinds:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}
.overlay-blinds:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}
.overlay-blinds img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}
.overlay-blinds .caption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}
.overlay-blinds h3 {
  background-color: #000000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}
.overlay-blinds a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.overlay-blinds:hover > img, .overlay-blinds.hover > img {
  opacity: 0.5;
}
.overlay-blinds:hover:before, .overlay-blinds.hover:before {
  -webkit-transform: skew(45deg) translateX(-55%);
  transform: skew(45deg) translateX(-55%);
}
.overlay-blinds:hover:after, .overlay-blinds.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}
.overlay-blinds:hover .caption, .overlay-blinds.hover .caption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.portfolio-site-content-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portfolio-site-content-section .button.round {
  border-radius: 5000px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 0.9rem
}
.portfolio-site-content-section .portfolio-site-content-section-img {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
.portfolio-site-content-section .portfolio-site-content-section-img img {
  width: 100%;
}
@media screen and (min-width: 40em) {
  .portfolio-site-content-section .portfolio-site-content-section-img {
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.portfolio-site-content-section .portfolio-site-content-section-block {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
  background: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 40em) {
  .portfolio-site-content-section .portfolio-site-content-section-block {
    -webkit-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.portfolio-site-content-section-block-header {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 26px;
  color: #29293a;
  text-transform: uppercase;
  align-self: stretch;
  letter-spacing: 8px;
  line-height: 1.5em;
  margin-bottom: 40px
}
.portfolio-wrapper {
  align-self: stretch;
  text-align: center;
  padding: 16px 16px 30px
}
@media (min-width: 640px) {
  .portfolio-wrapper {
    padding: 16px
  }
}
.portfolio-site-content-section-block-subheader {
  font-family: "Reem Kufi", sans-serif;
  font-size: 19px;
  line-height: 30px;
  color: #9090a7;
  margin: 2.5rem 0
}
.view-more {
  position: absolute;
  left: 0;
  top: 90%;
  width: 100%;
  text-align: right;
}
.view-more p {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.0rem;
  padding-right: 45px
}
.view-more span {
  display: inline-block;
  color: #ffffff;
  padding: 0 16px;
  position: absolute;
  top: -10%;
  right: 0px;
  z-index: 1;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
/***********  Portfolio accordion styling *****************/
.accordion li {
  font-family: "Reem Kufi", sans-serif;
  font-weight: 300;
  font-size: 15px !important
}
.accordion ul {
  list-style: square !important
}
.accordion-content img {
  width: 100%
}
@media (min-width: 668px) {
  .accordion-content img {
    width: auto
  }
}
.accordion-content h4 {
  margin-top: 20px
}
.accordion-title:before {
  content: "\e82a";
  font-family: "webworx-icons";
  font-size: 20px;
}
.is-active > .accordion-title::before {
  content: "\e804";
  font-family: "webworx-icons";
  font-size: 20px;
  color: #60c121
}
.accordion-list {
  list-style: square !important
}
.accordion-item span, .faq-hdr span {
  color: #f26d21;
  font-size: 32px !important
}
.accordion-item p {
  color: #323237;
  margin-bottom: 0
}
.accordion-title:focus, .accordion-title:hover {
  background-color: #ebe9e2;
}
.accordion-title {
  color: #f26d21
}
.accordion-title img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  margin-right: 15px;
  width: 135px;
  float: left
}
.accordion-title img:hover {
  box-shadow: 0 0 2px 1px rgba(125, 119, 98, 0.5);
}
.accordion-item a {
  padding-bottom: 2rem
}
.accordion .home-details {
  background-color: transparent;
  border-top: none;
  border-radius: 0 0 .15em .15em;
}
.accordion .home-details > ul.home-overview {
  list-style: none;
  margin: 0;
  padding: 0;
  padding: .5em 0 0;
}
.accordion .home-details > ul.home-overview li {
  display: inline;
  color: #7d7762;
  font: 0.9rem 'Arial', Helvetica, sans-serif !important;
  padding: 0 2.2em 0 .8em;
}
.accordion .home-details > ul.home-overview li i {
  padding-left: 0.4em
}
/*********** Portfolio Page *************/
@media (max-width: 1200px) {
  #intropanel h1 {
    font-size: 3.5rem
  }
}
.show-opts {
  position: absolute;
  left: 0;
  top: 90%;
  width: 100%;
  text-align: right;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}
.show-opts p {
  color: #ffffff;
  font-size: 16px;
  font-size: 1.0rem;
  padding-right: 45px
}
div.snip0019 .show-opts span {
  display: inline-block;
  color: #ffffff;
  padding: 0 16px;
  position: absolute;
  top: -35%;
  right: 0px;
  z-index: 1;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
div.snip0019 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
div.snip0019 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
div.snip0019 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
div.snip0019 .fcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
div.snip0019 .fcaption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}
div.snip0019 .fcaption::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  width: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
div.snip0019 .left-box, div.snip0019 .right-box {
  margin: 0;
  padding: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, -webkit-transform 0.45s, -moz-transform 0.45s, -o-transform 0.45s, transform 0.45s;
}
div.snip0019 .left-box {
  text-align: left;
  display: inline-block;
  font-weight: 300;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
div.snip0019 .left-box h4 {
  color: #fff
}
div.snip0019 .left-box p {
  color: #fff;
  font-size: 15px
}
div.snip0019 .right-box li {
  font-size: 15px
}
div.snip0019 .right-box {
  display: block;
  bottom: 0;
  text-align: left;
  font-weight: 300;
  top: 0%;
  color: #000;
  background: #ffffff;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
div.snip0019 .right-box h4 {
  color: #000
}
.features-overview ul {
  list-style: square !important;
}
.features-overview p {
  margin-bottom: 1rem;
}
div.snip0019:hover img {
  opacity: 0.7;
}
div.snip0019:hover .fcaption .left-box, div.snip0019:hover .fcaption .right-box {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
div.snip0019:hover .fcaption .left-box {
  opacity: 1;
}
div.snip0019:hover .fcaption .right-box {
  opacity: 1;
}
div.snip0019:hover .fcaption::before {
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
div.snip0019 span {
  display: inline-block;
  color: #ffffff;
  padding: 0 16px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.05s linear;
  transition: 0.05s linear;
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
div.snip0019 .curl {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all .4s ease;
}
div.snip0019 .curl:before, div.snip0019 .curl:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}
div.snip0019 .curl:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  transform: skew(-15deg) rotate(-84deg);
}
div.snip0019 a {
  left: 0;
  bottom: -5px;
  position: absolute;
  color: #ffffff;
}
div.snip0019:hover > div::before, div.snip0019.hover > div::before {
  opacity: 1;
}
div.snip0019 span, div.snip0019 span {
  opacity: 0.7;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
div.snip0019 .curl, div.snip0019 .curl {
  width: 90px;
  height: 90px;
}
.show-text {
  display: block
}
.hide-text {
  display: none
}
.show-text-hdr {
  display: none
}
.vertical-text {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .vertical-text {
    font-size: 2rem;
    height: 40%;
    /*-ms-writing-mode: tb-rl; old syntax. IE */
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl; /* new syntax */
    filter: flipv fliph;
  }
}
/**************** Our Work ***********************/
.work-txt a {
  color: #dc6226
}
.work-txt img {
  height: 120px;
  width: 120px
}
#photo-container {
  background-color: #fff;
  padding: 0 /*	padding: 80px 0 200px*/
}
#photo-container #photo-wrapper {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto
}
#photo-container #photo-wrapper #orange-center:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(bottom, #000000, #3b6b99);
  background: linear-gradient(to top, #000000, #3b6b99);
  opacity: .45;
}
#photo-container #photo-wrapper #orange-center {
  /* background-color: #6f6fcb;*/
  margin: 0 auto;
  display: block;
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
  /*background-image: url(../../assets/images/backgnd-1.jpg);*/
  background-size: cover;
  background-position: 50%;
  text-align: center
}
@media (min-height:920px) {
  #orange-center {
    /*  min-height: 100vh;*/
  }
}
#photo-container #photo-wrapper #orange-center #left-image {
  position: absolute;
  top: -50px;
  left: -400px;
  max-width: none;
  box-shadow: 4px 3px 39px 2px rgba(0, 0, 0, 0.75);
}
#photo-container #photo-wrapper #orange-center #right-image {
  position: absolute;
  right: -350px;
  bottom: -150px;
  max-width: none;
  box-shadow: 4px 3px 39px 2px rgba(0, 0, 0, 0.75);
}
#photo-container #photo-wrapper #orange-center #photo-logo {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  -webkit-box-shadow: 4px 3px 39px 2px rgba(0, 0, 0, .75);
  -moz-box-shadow: 4px 3px 39px 2px rgba(0, 0, 0, .75);
  box-shadow: 4px 3px 39px 2px rgba(0, 0, 0, .75);
  position: relative;
  top: 40px;
  z-index: 1000
}
#photo-container h3 {
  color: #dc6226;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: 12px;
  text-align: left;
  bottom: -140px;
  margin-left: 10px;
  position: relative
}
#foot-note {
  font-size: 0.7em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.2em;
}
/********** Color Section Intro Panels Styling ***********/
.panel-intro:after {
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 27px;
  content: '';
  left: 0px;
  right: 0px;
  z-index: 999;
  display: block;
}
.panel-intro:after {
  margin: 5px auto;
}
.panel-intro:after {
  bottom: -31px;
  width: 107px;
  position: absolute;
}
.panel-intro {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media screen and (max-width: 900px) {
  .panel-intro img {
    /*    display: none;
*/
  }
}
@media screen and (max-width: 640px) {
  .panel-intro h1 {
    text-align: center;
  }
}
@media screen and (max-width: 1060px) {
  .panel-intro {
    padding-top: 10px;
  }
  .panel-intro .inner-top80 {
    padding-bottom: 60px;
  }
  .panel-intro {
    width: 100%;
  }
  .panel-intro h1 {
    font-size: 29px;
    display: block;
  }
}
@media screen and (max-width: 1060px) and (min-width:900px) {
  .panel-intro {
    padding-top: 65px;
  }
}
.panel-intro h1 {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 45px;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 30px;
  color: #fff;
}
.lead-callout {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
  padding: 0 8px
}
.lead-callout h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 20px
}
.lead-callout h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .lead-callout h1 {
    font-size: 28px;
  }
}
.small-device {
  display: none
}
@media (min-width: 640px) {
  .small-device {
    display: inline-block
  }
}
.block-content, .block-content-title-black {
  padding: 0 0.9375rem
}
.block-content p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 30px;
  color: #9090a7;
  margin-bottom: 1rem;
}
.block-content p strong {
  color: #9090a7;
}
.call2action .thumbnail {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-color: rgba(102, 115, 141, 0);
  border-style: solid;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 7px 8px 28px 0px rgba(17, 17, 48, 0.38);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow .2s ease-out;
  border-radius: 0;
  margin-bottom: 1rem;
}
.call2action {
  background: #eeeeee;
}
.call2action {
  position: relative;
  color: #fff;
  z-index: 1;
}
.call2action:after {
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 27px;
  content: '';
  left: 0px;
  right: 0px;
  z-index: 999;
  display: block;
}
.call2action:after {
  margin: 0 auto;
}
.call2action:after {
  bottom: -25px;
  width: 107px;
  position: relative;
}
.promo-services .promo-hero {
  height: auto;
  margin-bottom: 35px
}
.services-intro:after {
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 27px;
  content: '';
  left: 0px;
  right: 0px;
  z-index: 999;
  display: block;
}
.services-intro:after {
  margin: 5px auto;
}
.services-intro:after {
  bottom: -31px;
  width: 107px;
  position: absolute;
}
.services-intro {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.services-intro {
  min-height: 400px;
}
@media screen and (max-width: 1024px) {
  .services-intro h1 {
    text-align: center;
  }
}
@media screen and (max-width: 1060px) {
  .services-intro {
    padding-top: 50px;
  }
  .services-intro .inner-top80 {
    padding-bottom: 60px;
  }
  .services-intro {
    width: 100%;
  }
  .services-intro h1 {
    font-size: 29px;
    display: block;
  }
}
@media screen and (max-width: 1060px) and (min-width:900px) {
  .services-intro {
    padding-top: 65px;
  }
}
.services-intro h1 {
  font-size: 45px;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 30px;
  color: #fff;
}
#core-hdr, #core-hdr1, #core-hdr2 {
  margin-bottom: 25px
}
.page-id-005 #core-hdr {
  margin-top: 3rem
}
#wrapper-mallee #core-hdr1 {
  margin-bottom: 0
}
#feature-hdr {
  margin-bottom: 25px
}
#core-ftr {
  margin: 25px 0
}
#core-ftr em {
  font-weight: bold
}
#core-ftr p {
  line-height: inherit
}
#info-note {
  margin-bottom: 20px
}
#info-ico {
  margin-left: 10px
}
.steppanels {
  display: none;
  border: solid #323237 1px;
  border-radius: 6px;
  margin: 25px auto;
  padding: 20px 16px 0
}
.steppanels p {
  margin-bottom: 0.8rem
}
.relative-div {
  position: relative
}
/********************* Services Grid *********************/
.product-feature-section {
  background: #ffffff;
  padding: 1rem;
  margin-bottom: 30px
}
.product-feature-section-outer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*max-width: 100%;*/
  margin: 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .product-feature-section-outer {
    /*max-width: 75%;*/
  }
}
.product-feature-section-headline {
  margin: 2rem 0;
  text-align: center;
}
.product-feature-section-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-feature-section-feature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1rem;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-feature-section-feature.top-left {
  border-right: none;
  border-bottom: 1px solid #cacaca;
}
@media print, screen and (min-width: 60em) {
  .product-feature-section-feature.top-left {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
  }
}
.product-feature-section-feature.top-right {
  border-right: none;
  border-bottom: 1px solid #cacaca;
}
@media print, screen and (min-width: 60em) {
  .product-feature-section-feature.top-right {
    border-bottom: 1px solid #cacaca;
  }
}
.product-feature-section-feature.bottom-left {
  border-right: none;
  border-bottom: 1px solid #cacaca;
}
@media print, screen and (min-width: 60em) {
  .product-feature-section-feature.bottom-left {
    border-right: 1px solid #cacaca;
    border-bottom: none
  }
}
.product-feature-section-feature .feature-title {
  margin-bottom: 20px;
  line-height: 16px;
  font-size: 18px;
  font-weight: 600
}
.product-feature-section-feature .feature-desc {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5
}
.product-feature-section-feature .fa {
  margin-right: 1.25rem;
  font-size: 2rem;
}
.product-feature-section-feature {
  padding: 2rem;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media print, screen and (min-width: 60em) {
  .product-feature-section-feature {
    padding: 2rem;
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.service-icon {
  width: 90px;
  height: 90px; /*margin-right: 15px*/
}
.service-content-block {
  margin-left: 15px
}
/***********  Services Icons ******/
.marketing-site-contents {
  padding: 0 15px;
  max-width: 100% !important
}
.marketing-site-features {
  text-align: left;
  padding: 2rem 0;
}
.marketing-site-features p {
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.325rem;
  font-weight: 400;
  line-height: 30px;
  color: #dddde4;
  margin-bottom: 20px
}
.marketing-site-features .fa {
  font-size: 6rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.marketing-site-features .marketing-site-features-title {
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.825rem;
  font-weight: 500;
  line-height: 48px;
  color: #e55240;
  margin: 1rem 0;
}
.marketing-site-features .marketing-site-features-desc {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 30px;
  color: #dddde4;
  margin-bottom: 1rem;
}
.marketing-site-features h2 {
  text-transform: uppercase
}
/*@media screen and (min-width: 40em) {
.marketing-site-features {
    text-align: left;
}
}*/
.marketing-site-features-headline {
  font-family: "Roboto", sans-serif;
  font-size: 2.225rem;
  font-weight: 500;
  line-height: 48px;
  color: #e55240;
  text-align: center;
  margin-bottom: 2rem;
}
.marketing-site-features-subheadline {
  margin-bottom: 4rem;
  text-align: center;
}
/******** About & Process Page *********/
.meet-section {
  padding: 0
}
.about-the-author {
  background-color: #fefefe;
  padding: 1rem;
  border: 1px solid #cacaca;
}
.about-the-author .separator-left {
  text-align: left;
}
.about-the-author .separator-left::before, .about-the-author .separator-left::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.about-the-author .separator-left::after {
  clear: both;
}
.about-the-author .separator-left::after {
  position: relative;
  width: 5rem;
  border-bottom: 0.125rem solid #1779ba;
  margin: 0.3rem auto 0;
  margin-left: 0;
}
.about-the-author .author-title {
  text-transform: uppercase;
}
.about-the-author .author-social {
  text-align: center;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}
.about-the-author .author-image {
  border: 1px solid #cacaca;
}
#meet-about-img {
  margin-top: 20px
}
@media (min-width:640px) {
  #meet-about-img {
    margin-top: 60px
  }
}
.meet-container {
  max-width: 100%;
  margin: 30px 0 0
}
@media (min-width:640px) {
  .meet-container {
    /*	max-width: 525px;
*/ margin: 0
  }
}
.meet-head {
  margin: 0
}
.meet-head {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 26px;
  font-size: 3.2rem;
  text-transform: uppercase;
  align-self: stretch;
  letter-spacing: 8px;
  line-height: 1.5em;
  color: #000000 !important;
  margin-bottom: 18px;
}
.meet-container p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
  color: #9090a7;
  margin-bottom: 1rem;
}
.meet-container p strong {
  color: #9090a7;
}
/*.about-us {
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 5vw 0;
}*/
/*.about-us-content {
    padding-right: 7.5vw;
    padding-left: 7.5vw;
}

@media (min-width:1024px) {
.about-us-content {
    padding-right: .9375rem;
    padding-left: .9375rem;
}
}
*/ .meet-content {
  background-color: #eeeeee;
  padding-right: 7.5vw;
  padding-left: 7.5vw;
}
@media (min-width:1024px) {
  .meet-content {
    padding: 100px 2.5vw 100px 3.0vw;
  }
}
@media (min-width:1360px) {
  .meet-content {
    padding: 100px 2.5vw 100px 7.5vw;
  }
}
.container.bleed {
  max-width: 100%;
  width: 100%;
}
#meet-content-text {
  /*		display: none;
*/
}
.steps-hdr {
  color: #323237;
}
.sidebar-quote {
  color: #a29c88;
  font-size: 17px;
  font-family: "Reem Kufi", sans-serif;
  font-style: italic;
  font-weight: 300;
  margin-top: 42px
}
.search {
  margin-top: 28px
}
.search .text-input {
  padding: .7rem 1rem;
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  outline: none;
  color: #444;
  line-height: 1.5rem;
  font-size: 1.2em;
  font-family: "Reem Kufi", sans-serif;
}
.sep-line {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
  margin-top: 20px;
}
.aboutus {
  display: none
}
@media (min-width:1024px) {
  .aboutus {
    display: block;
    top: 10%;
    z-index: 9999;
    position: absolute !important;
  }
}
.step-col-2 {
  margin-top: 52px
}
.img-holder {
  position: relative;
  display: inline-block;
}
.img-holder:after, .img-holder:before {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.img-holder:after {
  content: '\a';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(249, 120, 91, 0.6);
}
.img-holder:before {
  content: '\e82b';
  font-family: "webworx-icons";
  font-size: 3rem;
  cursor: pointer;
  width: 100%;
  color: #fff;
  z-index: 1;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.img-holder:hover:after, .img-holder:hover:before {
  opacity: 1;
}
.step2-img {
  height: 300px;
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  padding: 5px;
  margin: 4px 0 4px
}
.pull-quote {
  font-weight: 400;
  letter-spacing: 1.5px;
  font-style: normal;
  font-size: 1.125rem;
  max-width: 50%;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #323237;
  float: right;
  margin: 10px 0 0 20px;
  /*background: linear-gradient(#767676, #1779ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.pull-quote:before {
  content: '';
}
.pull-quote:after {
  content: '';
}
@media print, screen and (min-width: 40em) {
  .pull-quote {
    font-size: 1.375rem;
    max-width: calc(50% - 5%);
    /*margin-right: -15%;*/
  }
}
@media print, screen and (min-width: 64em) {
  .pull-quote {
    max-width: calc(50% + 5%);
    /*margin-right: -25%;*/
  }
}
/************* Process Section *******************/
.flexible-article-image-full .thumbnail {
  width: 100%;
}
.flexible-article-image-full .thumbnail img {
  width: 100%;
}
.flexible-article-image-full .caption {
  font-size: 0.9rem;
}
.flexible-article-image-left {
  float: left;
  margin: 1rem 1.5rem 0 0;
  max-width: 21.875rem;
}
.flexible-article-image-left .caption {
  font-size: 0.9rem;
}
@media screen and (max-width: 39.9375em) {
  .flexible-article-image-left {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  .flexible-article-image-left .thumbnail {
    width: 100%;
  }
  .flexible-article-image-left .thumbnail img {
    width: 100%;
  }
}
.flexible-article-image-right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  max-width: 21.875rem;
  ;
}
.flexible-article-image-right .caption {
  font-size: 0.9rem;
}
@media screen and (max-width: 39.9375em) {
  .flexible-article-image-right {
    float: none;
    max-width: 100%;
    margin: 0;
  }
  .flexible-article-image-right .thumbnail {
    width: 100%;
  }
  .flexible-article-image-right .thumbnail img {
    width: 100%;
  }
}
.flexible-article-content p {
  margin-bottom: 20px;
  line-height: 1.5
}
.set-color {
  color: #9090a7
}
/******************  original testimonial section  ********************/
.slick-inner {
  min-height: 175px;
}
.slider {
  background-color: transparent
}
.test-hdr h3 {
  font-size: 26px;
  line-height: 1;
  color: #fff;
  text-align: center;
  margin-top: 3%;
}
@media print, screen and (min-width: 48em) {
  .test-hdr h3 {
    font-size: 45px;
  }
}
@media print, screen and (min-width: 66em) {
  .test-hdr h3 {
    font-size: 50px;
  }
}
.full-width-testimonial-icon .quote-path {
  fill: none;
  stroke: #ffae00;
  stroke-width: 2.5192;
  stroke-miterlimit: 10;
}
.full-width-testimonial-content, .full-width-testimonial-icon {
  text-align: center;
}
.full-width-testimonial-section {
  padding: 2rem .9375rem 0;
}
.toggle-reading {
  font-weight: 300;
  font-family: "Reem Kufi", sans-serif;
  color: #e55240;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -5px;
  font-size: 1.125rem;
}
.toggle-reading:hover {
  color: #ffae00
}
.full-width-testimonial-section .full-width-testimonial-text {
  font-weight: 300;
  font-family: "Reem Kufi", sans-serif;
  color: #dddde4;
  margin-top: -5px;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 66em) {
  .full-width-testimonial-section .full-width-testimonial-text {
    font-size: 1.6rem;
  }
}
.full-width-testimonial-section .full-width-testimonial-source {
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 0;
  margin-bottom: 0.2em;
  font-size: 1.0rem;
}
.full-width-testimonial-section .full-width-testimonial-source-context {
  display: block;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
}
.full-width-testimonial-section .slick-slider {
  margin-bottom: 0px;
}
.full-width-testimonial-text, .full-width-testimonial-content, .full-width-testimonial-source, .full-width-testimonial-icon {
  padding-bottom: 0;
}
.full-width-testimonial-content {
  width: 100%;
}
/****************** About Your Designer Section ***********************/
.assoc-row {
  margin-top: 65px;
  padding-left: .9375rem;
  padding-right: .9375rem
}
.assoc-imgs {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 25px
}
.assoc-imgs img {
  max-width: 18%;
  margin-right: auto;
  margin-left: auto;
  align-self: center
}
@media screen and (min-width: 720px) {
  .assoc-imgs img {
    max-width: 15%;
  }
}
@media screen and (min-width: 1024px) {
  .assoc-imgs img {
    margin-right: auto;
    margin-left: auto;
  }
  .assoc-imgs {
    flex-direction: row;
  }
}
/******** Contact Us Section ***********/
[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
  -moz-appearance: none;
  background-color: #fefefe;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dashed #cacaca;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #0a0a0a;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  height: 2.4375rem;
  margin: 0 0 2rem;
  padding: 0.5rem;
  width: 100%;
}
[type="color"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="datetime"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, textarea:focus {
  background-color: #fefefe;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px dashed #cacaca;
  border-radius: 0;
  box-shadow: none;
  outline: medium none;
}
.contact-row {
  margin-top: 40px
}
@media print, screen and (max-width: 920px) and (min-width: 640px) {
  .contact-row .columns {
    flex: 1 1 50% !important
  }
}
.contact-icon {
  font-size: 3rem;
  color: #e55240;
  margin-bottom: 12px;
}
#meet-contact-img {
  margin-top: 20px;
  width: 100%
}
@media (min-width:640px) {
  #meet-contact-img {
    margin-top: 60px
  }
}
.reqd {
  font-style: italic
}
.hidenseek {
  display: none !important
}
.input-user {
  position: relative;
}
.input-user:before {
  font-family: "webworx-icons";
  font-size: 20px;
  color: #cacaca;
  content: "\e820";
  position: absolute;
  left: 14px;
  top: 28px;
}
.input-email {
  position: relative;
}
.input-email:before {
  font-family: "webworx-icons";
  font-size: 20px;
  color: #cacaca;
  content: "\e807";
  position: absolute;
  left: 14px;
  top: 28px;
}
.input-phone {
  position: relative;
}
.input-phone::before {
  color: #cacaca;
  content: "\e810";
  font-family: "webworx-icons";
  font-size: 20px;
  left: 14px;
  position: absolute;
  top: 28px;
}
.input-subject {
  position: relative;
}
.input-subject:before {
  font-family: "webworx-icons";
  font-size: 20px;
  color: #cacaca;
  content: "\e81c";
  position: absolute;
  left: 14px;
  top: 28px;
}
.input-message {
  position: relative;
}
.input-message:before {
  font-family: "webworx-icons";
  font-size: 20px;
  color: #cacaca;
  content: "\e80d";
  position: absolute;
  left: 14px;
  top: 28px;
}
#name {
  padding-left: 45px
}
#email {
  padding-left: 45px
}
#phone {
  padding-left: 45px
}
#subject {
  padding-left: 45px
}
#message {
  resize: vertical;
  padding-left: 45px
}
#submit_btn {
  margin-top: 20px
}
.ebook img {
  border: 1px solid #BFBFBF;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
}
.info {
  margin-bottom: 30px;
  text-align: left;
  padding: 40px 0 0 0;
}
@media (min-width: 1024px) {
  .info {
    padding: 40px 40px 0 0;
  }
}
.info p {
  letter-spacing: 1px
}
.info a {
  letter-spacing: 0
}
.contact-form {
  padding: 0 5px
}
#contact-form .modal {
  bottom: 0;
  display: none;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1050;
}
.contact_form .success {
  width: 100%;
  background: #98ca41;
  color: #444;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #666;
  border-radius: 6px;
  font-weight: 400
}
.contact_form .error {
  width: 100%;
  background: #FFDFDF;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #666;
  font-weight: 400;
  border-radius: 6px;
  color: #444
}
.contactinfo a {
  color: #e55240 !important;
  font-style: normal
}
.contactinfo:hover {
  color: #f89c27
}
.loc-info {
  text-align: center
}
.sending-loader {
  text-align: center
}
#sending-image {
  margin: 0 auto
}
/******************* Our Awards *****************/
.award-img {
  text-align: center
}
.award-circle {
  display: none
}
@media (min-width:1024px) {
  .award-circle {
    display: block;
    top: 10%;
    z-index: 9999;
    position: absolute !important;
  }
}
/********************** Our Partners ****************/
#partner-img {
  padding: 15px 0 12px;
  text-align: center;
  border-top: 1px solid #f1f1f1;
}
#partner-endorse {
  font-style: italic;
  text-align: left
}
/******************** Our Clients *******************/
.testimonial-txt {
  text-align: left
}
.client-comment {
  padding-left: 45px;
  margin-top: 30px
}
.client-comment p:first-child:before {
  content: "\e80d";
  font-family: 'webworx-icons';
  font-size: 30px;
  color: #e55240;
  position: absolute;
  left: 15px;
}
.author {
  margin-bottom: 0
}
.author strong {
  font-family: "Reem Kufi", sans-serif;
  font-size: 0.825rem;
  font-weight: 500;
  line-height: 48px;
  color: #e55240;
  text-transform: uppercase
}
.gold-div {
  width: 75px;
  margin: 0 auto;
  border: 0;
  height: 15.5px;
  background: transparent url("../images/bottom_bar.png") 50% 50%/cover;
}
hr.style3 {
  width: 300px;
  height: 19px;
  border-bottom: none;
  background-image: url("../images/divider_lg.png");
}
/*************** Footer ***************/
.marketing-site-footer {
  background: url("../images/footer_bg.jpg") no-repeat center;
  /* background: #2c3840; */
  /* color: #8aa0ae; */
  padding: 2rem 0 0;
  height: 25rem;
  /* display: block; */
  /* width: 100%; */
  /* max-width: none; */
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .marketing-site-footer {
    height: 20.83333rem;
  }
}
.marketing-site-footer .marketing-site-footer-menu-social a {
  color: #fefefe;
}
.marketing-site-footer .column-block {
  margin-bottom: 30px;
}
.marketing-site-footer > .row {
  margin-bottom: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .marketing-site-footer .columns {
    margin-bottom: 2rem;
  }
}
.marketing-site-footer-name {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.marketing-site-footer-title {
  color: #fefefe;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.marketing-site-footer-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.marketing-site-footer-block .fa {
  font-size: 2rem;
  color: #020304;
}
.marketing-site-footer-block p {
  margin-left: 1rem;
  line-height: 1.125rem;
}
.marketing-site-footer-bottom {
  background: #020304;
  padding: 1rem 0;
}
.marketing-site-footer-bottom p, .marketing-site-footer-bottom .menu {
  margin-bottom: 0;
}
.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #8aa0ae;
}
@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center;
  }
}
#engadget-footer-contact-details {
  bottom: 0;
  position: absolute;
  width: 100%;
}
/*.bar li {
    padding: 0 16px;
    color: #797485
}
.footer-right {
    text-align: center;
    color: #797485
}
.footer-right a {
    color: #797485
}
.contact-details {
    text-align: center;
    margin-top: 22px;
    color: #9090a7
}
.left-offset {
    left: -15px
}
footer.footer {
    background: #eeeeee;
    padding: 2rem 0.9375rem;
}

@media screen and (min-width: 768px) {
footer.footer {
    padding: 2rem;
}
}
footer.footer h2 {
    color: #484334
}
footer.footer .footer-navigation {
    display: table;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
footer.footer .footer-navigation li {
    list-style-type: disc;
    color: #484334;
    font-size: 14px;
    font-weight: bold;
}
footer.footer .footer-navigation li a {
    color: #ebe9e2;
    letter-spacing: 1px;
}
footer.footer .footer-navigation li a:hover {
    color: #f26d21;
}

@media screen and (max-width: 768px) {
footer.footer .footer-navigation li a {
    padding: 5px 0px;
}
footer.footer .footer-navigation {
    margin-bottom: 0 !important
}
}
footer.footer .footer-navigation li:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
footer.footer .footer-navigation li {
    float: none;
    margin: 0;
}
}

@media screen and (max-width: 768px) {
footer.footer .footer-navigation {
    display: block;
}
}
#engadget-footer-social-container {
    margin-bottom: 1.5rem
}

.soc-item + .soc-item {
    margin: 0 0 0 18px; 
}
*/
.marketing-site-footer-bottom {
  background: #444554;
  padding: 1rem 0;
}
.marketing-site-footer-bottom p, .marketing-site-footer-bottom .menu {
  margin-bottom: 0;
}
.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
  color: #9090a7;
  font-weight: 300;
  font-family: "Reem Kufi", sans-serif;
  font-size: 1.25rem;
}
.marketing-site-footer-bottom .marketing-site-footer-bottom-links a:hover {
  color: #ffae00
}
@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 63.9375em) {
  .marketing-site-footer-bottom {
    text-align: center;
  }
} /*
.geotrust {
	margin-bottom: 0
}

.geotrust > tbody {
	background-color: transparent;
	border: none;
}
.geotrust > tbody > tr > td > a > img {
	width: 25%
}*/
/**********************  Hero error pages *******************/
.sleepyhero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #7f8c8d, #3b6b99);
  opacity: .3;
}
.sleepyhero {
  background: url("../images/404-error-sm.jpg") no-repeat left center;
  background-size: cover;
  padding-top: 100px
}
@media screen and (min-width:768px) {
  .sleepyhero {
    background: url("../images/404-error-md.jpg") no-repeat left center;
  }
}
@media screen and (min-width:900px) {
  .sleepyhero {
    background: url("../images/404-error.jpg") no-repeat left center;
  }
}
@media (min-width: 880px) {
  .sleepyhero {
    height: calc(100vh - 197px);
    background-position: center
  }
}
.sleepyhero .intro {
  position: relative;
}
@media only screen and (min-height: 820px) {
  .sleepyhero .intro {}
}
.sleepyhero h1 {
  font-family: 'PT Sans', sans;
  color: #fff;
  font-size: 2.8em;
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 400;
  text-align: center;
}
.sleepyhero h2 {
  font-size: 2.0em;
  color: #fff;
  font-weight: 200;
  text-align: center;
}
.sleepyhero h3 {
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  font-style: italic;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .sleepyhero h1 {
    font-size: 4.8rem;
  }
  .sleepyhero p {
    text-align: center;
    margin-top: 15px
  }
  .sleepyhero strong:hover {
    color: #dc6226;
  }
}
/**************** Blog & Slug Page *************************/
.neat-article-container {
  margin-top: 1.5rem;
}
.neat-article-container .neat-article-header {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.neat-article-container .neat-article-header .article-header-avatar {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.neat-article-container .neat-article-header .article-header-avatar .header-avatar {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
}
.neat-article-container .neat-article-header .article-header-author {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.neat-article-container .neat-article-header .article-header-author .author-name {
  color: #0a0a0a;
  margin-bottom: 0;
}
.neat-article-container .neat-article-header .article-header-author .author-description, .neat-article-container .neat-article-header .article-header-author .article-date-read {
  color: #8a8a8a;
  margin-bottom: 0;
  font-size: 0.85em;
  letter-spacing: 0
}
.neat-article-container .neat-article-title {
  margin-top: 1rem;
}
.neat-article-container .neat-article-title .article-title {
  color: #0a0a0a;
  font-weight: 600;
}
.neat-article-container .neat-article-image-hidden {
	 margin-top: 0rem;
  border: none;
}
.neat-article-container .neat-article-image {
  margin-top: 1.5rem;
  border: 2px solid #555;
}
.neat-article-container .neat-article-image .article-image {
  width: auto;
  height: auto
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .neat-article-container .neat-article-image .article-image {
    /*    height: 65vh;
*/
  }
}
@media screen and (max-width: 39.9375em) {
  .neat-article-container .neat-article-image .article-image {
    /*    height: 45vh;
*/
  }
}
.neat-article-container .neat-article-content {
  margin-top: 2rem;
  margin-bottom: 2rem
}
.neat-article-container .neat-article-content p {
  font-family: 'roboto', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 2.12;
  letter-spacing: 0.03rem
}
#blog_image {
  text-align: center
}
#blog_image_alt {
  text-align: center
}
#wrapper-rose .neat-article-container .neat-article-content h3:first-of-type:first-letter {
  line-height: 80%;
  font-size: 200%;
}
.blogdetail-social-share {
  background: #ffffff;
  padding: 0;
}
.blogdetail-social-share .blogdetail-social-share-links {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 63.9375em) {
  .blogdetail-social-share .blogdetail-social-share-links {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.blogdetail-social-share p, .blogdetail-social-share .menu {
  margin-bottom: 0;
}
@media screen and (max-width: 63.9375em) {
  .blogdetail-social-share {
    text-align: center;
  }
}
.blogdetail-social-share .returnblog {
  padding-left: 1.875rem;
  margin-bottom: 1.875rem
}
@media screen and (max-width: 63.9375em) {
  .blogdetail-social-share .returnblog {
    margin-bottom: 2rem
  }
}
@media screen and (max-width: 63.9375em) {
  .blogdetail-social-share .returnblog a {
    padding-left: 0.9375rem;
  }
}
.blogdetail-social-share .returnblog h4 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.blogdetail-social-share .returnblog a {
  color: #323237;
}
.blogdetail-social-share .returnblog a:hover {
  color: #ffffff
}
.blogdetail p {
  font-family: 'roboto', sans-serif;
  color: #666666;
  font-weight: 400;
  font-size: 1.0rem;
}
.blogdetail a {
  color: #666666;
}
.blogdetail em {
  font-style: normal;
}
.blogdetail-social-share .social {
  padding-right: 0.9375rem; /*margin: auto;
	display: flex;
	justify-content: right*/
}
.blogdetail-social-share .social ul li h4 {
  text-transform: uppercase;
  margin-right: 1.2rem
}
.blogdetail-social-share .social ul li {
  align-self: center
}
.blogdetail-social-share .social h4 {
  margin-bottom: 0
}
.blogdetail-social-share .rounded-social-buttons {
  /*display: flex;*/
  padding-right: 0
}
@media screen and (min-width: 63.9375em) {
  .blogdetail-social-share .rounded-social-buttons {
    padding-right: 0.9375rem;
  }
}
/*.neat-article-container .rounded-social-buttons h4 {
	text-transform: uppercase;
	margin: auto 1.2rem
}*/
.blogdetail-social-share .rounded-social-buttons .social-icon-button {
  border-radius: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  background: none;
}
.blogdetail-social-share .rounded-social-buttons .social-icon-button + .social-icon-button {
  margin-left: 0.25rem;
}
.blogdetail-social-share .rounded-social-buttons .social-icon-button .fab {
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 3.6rem;
  transition: all 0.3s ease-in-out;
}
.blogdetail-social-share .rounded-social-buttons .social-icon-button span {
  display: block;
  border-radius: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.blogdetail-social-share .rounded-social-buttons .social-icon-button:hover .fab {
  color: #fefefe;
}
.blogdetail-social-share .rounded-social-buttons .social-icon-button:hover span {
  display: block;
  border-radius: 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
}
.blogdetail-social-share .rounded-social-buttons .social-icon-button.facebook {
  color: #3b5998;
}
.blogdetail-social-share .rounded-social-buttons .social-icon-button.facebook span {
  background-color: #3b5998;
}
.neat-article-container .neat-article-content .article-content {
  color: #8a8a8a;
}
.sticky {
  margin-top: 6.0rem !important /*SWW override JS*/
}
.blogbox {
  margin-bottom: 2rem
}
.readmore {
  width: 100%;
  text-align: right;
  padding-top: 0.8rem
}
.readmore a strong:hover {
  color: #e55240
}
.readmore-left {
  width: 100%;
  text-align: left;
  padding-top: 0.8rem
}
.readmore-left a strong:hover {
  color: #e55240
}
#wrapper-myrtle .posts-panel {
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.2);
}
.posts-panel {
  max-width: 75rem;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  padding-bottom: 2.6rem;
  margin: 1.25rem auto;
  background-color: #fefefe;
  border-radius: 0;
}
.posts-panel::before, .posts-panel::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.posts-panel::after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .posts-panel {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.posts-panel:last-child:not(:first-child) {
  float: right;
}
.posts-panel, .posts-panel:last-child {
  float: none;
}
.posts-panel .panel-header {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.2rem;
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-bottom: 0.25rem solid #e6e6e6;
}
.posts-panel .panel-header::before, .posts-panel .panel-header::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.posts-panel .panel-header::after {
  clear: both;
}
@media print, screen and (min-width: 40em) {
  .posts-panel .panel-header {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.posts-panel .panel-header:last-child:not(:first-child) {
  float: right;
}
.posts-panel .panel-header, .posts-panel .panel-header:last-child {
  float: none;
}
.posts-panel .panel-header .panel-title {
  margin: 0;
  padding: 0.9375rem 0;
  color: #8a8a8a;
  font-size: 1.625rem;
}
.posts-panel .posts-list {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.posts-panel .posts-list::before, .posts-panel .posts-list::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.posts-panel .posts-list::after {
  clear: both;
}
.posts-panel .posts-list:last-child:not(:first-child) {
  float: right;
}
.posts-panel .posts-list, .posts-panel .posts-list:last-child {
  float: none;
}
.posts-panel .posts-list .post-item:not(:last-child) {
  border-bottom: 0.0625rem solid #e6e6e6;
}
.posts-panel .post-item {
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 0.9375rem;
}
@media screen and (min-width: 64em) {
  .posts-panel .post-item {
    margin-left: 0;
    margin-right: 0;
    max-width: 75rem;
  }
}
.posts-panel .post-item::before, .posts-panel .post-item::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.posts-panel .post-item::after {
  clear: both;
}
.posts-panel .post-item .meta {
  display: inline-block;
  margin-right: 0.9375rem;
}
.posts-panel .post-item .meta-icon, .posts-panel .post-item .meta-text {
  display: inline-block;
  padding-right: 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .posts-panel .posts-list .post-title {
    font-size: 1.125rem;
  }
}
.posts-panel .posts-list .post-meta {
  font-size: 0.75rem;
}
.posts-panel .posts-list .post-summary {
  font-size: 0.75rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .posts-panel .posts-list .post-title {
    font-size: 1.25rem;
  }
  .posts-panel .posts-list .post-meta {
    font-size: 0.875rem;
  }
  .posts-panel .posts-list .post-summary {
    font-size: 0.875rem;
  }
}
.posts-panel.grid .posts-list {
  width: 100%;
  float: left;
  padding-right: 0;
  padding-left: 0;
}
.posts-panel.grid .posts-list:last-child:not(:first-child) {
  float: right;
}
@media screen and (max-width: 39.9375em) {
  .posts-panel.grid .posts-list {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0;
  }
  .posts-panel.grid .posts-list::before, .posts-panel.grid .posts-list::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .posts-panel.grid .posts-list::after {
    clear: both;
  }
  .posts-panel.grid .posts-list:last-child:not(:first-child) {
    float: right;
  }
  .posts-panel.grid .posts-list, .posts-panel.grid .posts-list:last-child {
    float: none;
  }
}
.posts-panel.grid .posts-list .post-title {
  font-size: 1.125rem;
}
.posts-panel.grid .posts-list .post-meta {
  font-size: 0.75rem;
}
.posts-panel.grid .posts-list .post-summary {
  font-size: 0.75rem;
}
.news-card-tag {
  margin-bottom: 0.5rem;
}
.news-card-tag .label {
  border-radius: 0.125rem;
  background-color: #1779ba;
  color: #fefefe;
}
.news-card-tag .label a {
  background-color: inherit;
  color: inherit;
}
.news-card-tag .label:hover, .news-card-tag .label:focus {
  background-color: #14679e;
}
.news-card-tag .label:hover a, .news-card-tag .label:focus a {
  background-color: inherit;
  color: inherit;
}
.news-card {
  background-color: #fefefe;
  font-weight: 400;
  margin-bottom: 1.6rem;
  border-radius: 0.125rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-left: auto;
  margin-right: auto;
  max-width: 360px
}
@media screen and (min-width: 64em) {
  .news-card {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
  }
}
.news-card .card-section {
  background-color: inherit;
}
.news-card .card-section .news-card-date {
  font-size: 1em;
  color: #8a8a8a;
}
.news-card .card-section .news-card-article {
  text-align: center;
  background-color: inherit;
}
.news-card .card-section .news-card-article .readmore:empty {
  display: none
}
.news-card .card-section .news-card-article h3 {
  text-transform: uppercase;
  margin-bottom: 0
}
.news-card .card-section .news-card-article h4 {
  margin-bottom: 0.2rem
}
.profile .card-section .news-card-article h4 {
  text-align: center !important
}
.profile .card-section .news-card-article h4:hover {
  color: #ffae00
}
.profile .card-section .news-card-article h3 {
  font-size: 1.25rem
}
.news-card .card-section .news-card-article .news-card-title {
  line-height: 1.3;
  font-weight: bold;
  text-align: left
}
.news-card .card-section .news-card-article p {
  text-align: left;
  background-color: inherit;
  font-size: 0.75rem;
  color: #8a8a8a;
}
.news-card .card-section .news-card-article .news-card-title a {
  text-decoration: none;
  color: #8a8a8a;
  transition: color 0.5s ease;
}
.news-card .card-section .news-card-article .news-card-title a:hover {
  color: #1779ba;
}
.news-card .card-section .news-card-article .news-card-description {
  color: #8a8a8a;
}
.news-card .card-section .news-card-author {
  overflow: hidden;
  padding-bottom: 1.6rem;
}
.news-card .card-section .news-card-author .news-card-author-image {
  display: inline-block;
  vertical-align: middle;
}
.news-card .card-section .news-card-author .news-card-author-image img {
  border-radius: 50%;
  margin-right: 0.6em;
}
.news-card .card-section .news-card-author .news-card-author-name {
  display: inline-block;
  vertical-align: middle;
}
/**** Video view *****/
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*********** page Loader *************/
.loader {
  display: none;
}
.app-loader-wrapper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-loader {
  width: 11em;
  height: 15em;
  font-size: 10px;
  z-index: 999
}
.app-loader-train {
  width: 6em;
  height: 6em;
  background: radial-gradient(circle at 20% 80%, currentColor .6em, transparent .6em), radial-gradient(circle at 80% 80%, currentColor .6em, transparent .6em), #e55240;
  border-radius: 1em;
  position: relative;
  left: 1em;
  color: #bbb;
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.app-loader-train::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 2.3em;
  background-color: currentColor;
  border-radius: .4em;
  top: 1.2em;
  left: 10%
}
.app-loader-train::after {
  content: '';
  position: absolute;
  width: 25%;
  height: .4em;
  background-color: currentColor;
  border-radius: .3em;
  top: .4em;
  left: calc((100% - 25%)/ 2)
}
.app-loader-track {
  width: 8em;
  position: relative
}
.app-loader-track::after, .app-loader-track::before {
  content: '';
  position: absolute;
  width: .3em;
  height: 4em;
  background-color: #bbb;
  border-radius: .4em;
  transform-origin: bottom
}
.app-loader-track::before {
  left: 0;
  transform: skewX(-27deg)
}
.app-loader-track::after {
  right: 0;
  transform: skewX(27deg)
}
.app-loader-track span {
  width: inherit;
  height: .3em;
  background-color: #bbb;
  position: absolute;
  top: 4em;
  animation: track-animate 1s linear infinite
}
.app-loader-track span:nth-child(2) {
  animation-delay: -.33s
}
.app-loader-track span:nth-child(3) {
  animation-delay: -.66s
}
@keyframes track-animate {
  0% {
    transform: translateY(-.5em) scaleX(.9);
    filter: opacity(0)
  }
  10%, 90% {
    filter: opacity(1)
  }
  100% {
    transform: translateY(-4em) scaleX(.5);
    filter: opacity(0)
  }
}
/* *********************   Loco Gallery  ******************/
.loco-feature-card-header {
  margin-top: 30px;
  background-color: rgb(34, 34, 34);
  padding: 10px 15px 5px 45px;
  position: relative;
  margin-top: 15px;
}
.caption-content p {
  font-size: 16px
}
.loco-feature-card {
  width: 100%
}
.loco-feature-card-header .loco-feature-card-subtitle {
  float: left;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  margin-left: auto
}
.loco-feature-card-image {
  margin-top: 5px;
}
.loco-feature-card-details {
  background: #f0f0f0;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  color: #8a8a8a;
}
@media screen and (max-width: 39.9375em) {
  .loco-feature-card-content {
    padding-bottom: 15px;
    border-bottom: 1px solid #cacaca;
  }
}
.loco-feature-card-title {
  font-weight: 500;
  font-size: 1.25em;
  color: #0a0a0a;
}
.loco-feature-card-header-controls {
  display: flex
}
.scrollingtrain {
  height: 100px;
  display: flex;
  align-items: flex-end;
}
.traintrack {
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px
}
.scrolltrack {
  width: 100%;
  height: 100%;
  border: 0;
}
.scrolltrain-1 {
  position: absolute;
  border: 0;
  width: 444px;
  height: 88px;
  -moz-animation: marquee 20s linear infinite;
-moz-animation-direction: reverse;	
  -webkit-animation: marquee 20s linear infinite;
  -webkit-animation-direction: reverse;
	animation: marquee 20s linear infinite left;
	animation-direction: reverse
}
.scrolltrain-2 {
  position: absolute;
  border: 0;
  width: 444px;
  height: 88px;
  -moz-animation: marquee 20s linear infinite;
-moz-animation-direction: reverse;	
  -webkit-animation: marquee 20s linear infinite;
  -webkit-animation-direction: reverse;
	animation: marquee 20s linear infinite left;
	animation-direction: Normal
}
@-webkit-keyframes marquee {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -25%;
  }
}
@-moz-keyframes marquee {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -25%;
  }
}
@-o-keyframes marquee {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -25%;
  }
}
@keyframes marquee {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -444px;
  }
}
#loco {
  max-width: 100%;
/*    padding-left: 0.975rem;
    padding-right: 0.975rem*/
}
.gallery {
	padding-left: 0.975rem;
    padding-right: 0.975rem
}

/******  LAYOUT  IMAGE DISPLAY  ******/
.face {
    overflow: hidden;
    transition: .4s;
	width: 100%;
	height: auto
}
.face1{
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    z-index: 1;
    transform: translateY(100px);
}
.face2{
    background: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    transform: translateY(-100px);
}
.layout-card:hover .face.face1{
    transform: translateY(0);
    box-shadow: inset 0 0 60px whitesmoke,
    inset 20px 0 80px #6ab04c,
    inset -20px 0 80px #535c68,
    inset 20px 0 300px #6ab04c,
    inset -20px 0 300px #535c68,
    0 0 50px #fff,
    -10px 0 80px #6ab04c,
    10px 0 80px #535c68;
}
.outer{
    opacity: .5;
    text-align: center;
    transition: 0.5s;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.layout-card:hover .outer{
    opacity: 1;
}
.layout-card:hover .face.face2{
    transform: translateY(0);
}
.inner p, a{
    font-size: 10pt;
    margin: 0;
    padding: 0;
    color: #333;
	letter-spacing: 0rem;
    line-height: inherit;
}
.outer img {
	width: 100%;
	height: auto
}
.outer h1{
	position: absolute;
	margin-bottom: 0;
	left: 8px;
    color: #fff;
	font-family: 'roboto', sans-serif;
    font-weight: 400;
    font-size: 30px;
	line-height: inherit;
}
/* Lightgallery */
.light-gallery {
	background-color: #152836;
}
.light-gallery-pics {
	background-color: #06402B;
}
.small {
  font-size: 11px !important;
  color: #999 !important;
  display: block;
  margin-top: -10px
}

.cont {
  text-align: center;
}

.page-head {
  padding: 60px 0;
  text-align: center;
}

.page-head .lead {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 50px;
  margin-top: 0;
}

.btn {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
}

.btn-lg {
  border-radius: 2px;
  font-size: 18px;
  line-height: 1.33333;
  padding: 10px 16px;
}

.btn-primary:hover {
  background-color: #fff;
  color: #152836;
}

.btn-primary {
  background-color: #152836;
  border-color: #0e1a24;
  color: #ffffff;
}

.btn-primary {
  border-color: #eeeeee;
  color: #eeeeee;
  transition: color 0.1s ease 0s, background-color 0.15s ease 0s;
}

.page-head h1 {
  font-size: 42px;
  margin: 0 0 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
}

.page-head h1 .version {
  bottom: 0;
  color: #ddd;
  font-size: 11px;
  font-style: italic;
  position: absolute;
  width: 58px;
  right: -58px;
}

.layout-gallery > ul {
  margin-bottom: 0;
  padding-left: 15px;
}

.layout-gallery > ul > li {
  margin-bottom: 15px;
  width: 180px;
  display: inline-block;
  margin-right: 15px;
  list-style: outside none none;
}

.layout-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}

.layout-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.layout-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.layout-gallery > ul > li a:hover .layout-gallery-poster > img {
  opacity: 1;
}
.layout-gallery > ul > li a:hover .layout-gallery-poster > h6 {
  opacity: 1;
}

.layout-gallery > ul > li a .layout-gallery-poster {
  display: flex;
  justify-content: center;
  align-items: center;	
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.layout-gallery > ul > li a .layout-gallery-poster > img {
  /*left: 50%;
  margin-left: -10px;*/
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.layout-gallery > ul > li a .layout-gallery-poster > h6 {
  color: #ffffff;	
  font-size: 12px;	
  /*left: 50%;
  margin-left: -10px;*/
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  margin-bottom: 5px;	
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.layout-gallery > ul > li a:hover .layout-gallery-poster {
   background-color: rgba(0, 0, 0, 0.5);
}

.layout-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.layout-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.layout-gallery .justified-gallery > a:hover .layout-gallery-poster > img {
  opacity: 1;
}

.layout-gallery .justified-gallery > a .layout-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.layout-gallery .justified-gallery > a .layout-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.layout-gallery .justified-gallery > a:hover .layout-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.layout-gallery .video .layout-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

.layout-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.lg-sub-html h4 {
	color: antiquewhite !important
}
