@charset "UTF-8";
/* Base Styles
ÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇô */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #000; }

html, body, .content-wrap, .outter {
  height: 100%;
  overflow: hidden;
  width: 100%; }

.warn{
	outline: 1px solid red;
}


.outter {
  position: relative; }

.content-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/* Typography
ÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇôÔÇô */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.7rem; }

h1 {
  font-size: 2.5rem;
  line-height: 1.25; }

h2 {
  font-size: 2.2rem;
  line-height: 1.2; }

h3 {
  font-size: 1.8rem;
  line-height: 1.2; }

h4 {
  font-size: 1.6rem;
  line-height: 1.2; }

h5 {
  font-size: 1.5rem;
  line-height: 1.2; }

h6 {
  font-size: 1.4rem;
  line-height: 1.6; }

@media (min-width: 550px) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.8rem; }

  h3 {
    font-size: 2.5rem; }

  h4 {
    font-size: 2.4rem; }

  h5 {
    font-size: 1.8rem; }

  h6 {
    font-size: 1.5rem; } }
.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-top: 2rem; }

.content p > a {
  color: #e3321c; }

.content p > a:hover {
  background-color: rgba(227, 50, 28, 0.1); }

.intro-text {
  font-size: 1.9rem;
  margin-bottom: 20px; }

/*========== BTNS ==========*/
.btn {
  border-radius: 0;
  transition-duration: 300ms;
  border: 1px solid;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.2rem;
  white-space: pre-line;}

.btn-black {
  background-color: transparent;
  color: #000; }

.btn-black:hover {
  background-color: transparent;
  color: #000; }

.btn-white {
  background-color: transparent;
  color: #fff; }

.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff; }

.btn-grey {
  background-color: transparent;
  color: #959595;
  border-color: #959595; }

.btn-grey:hover {
  background-color: rgba(229, 229, 229, 0.1);
  color: #959595; }

/*========== FORMS ==========*/
.form-control {
  box-shadow: none !important;
  border-radius: 0; }

.form-control-inline {
  min-width: 0;
  width: auto; }

.control-label {
  font-weight: 400; }

/*========== HELPERS ==========*/
.t {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .t .td {
    display: table-cell;
    vertical-align: middle; }

.row.hg {
  margin-left: -8px;
  margin-right: -8px; }
  .row.hg [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px; }

hr.hr-5 {
  margin: 5px 0; }

nav ul {
  list-style: none outside none;
  padding-left: 0;
  margin: 0; }

.mob-block {
  display: block;
  width: 100%; }

.xs-spacer {
  display: inline-block;
  padding: 15px 0;
  width: 100%; }

.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }

.p-0 {
  padding: 0; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.m-t {
  margin-top: 30px; }

.m-b {
  margin-bottom: 30px; }

.text-lg {
  font-size: 120%; }

.g-recaptcha {
  margin-bottom: 0px;
  -webkit-transform: scale(0.77);
  -ms-transform: scale(0.77);
  transform: scale(0.77);
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0; }

.g-recaptcha.sml {
  -webkit-transform: scale(0.72);
  -ms-transform: scale(0.72);
  transform: scale(0.72);
  margin-bottom: -10px; }

/*========== GLOBAL TEXT STYLES ==========*/
a {
  color: #000;
  text-decoration: none !important; }

a:hover {
  color: #616161; }

.large {
  font-size: 170%; }

.text-red {
  color: #e3321c; }

/*========== GLOBAL CONTAINERS ==========*/
.container {
  position: relative; }

.ctn {
  padding: 30px 0; }

.ctn-box {
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-bottom: 15px; }

/*========== SYRUP LOGIN ==========*/
#login, .login-page {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

#email-message, #password-message {
  position: absolute;
  left: 300px;
  white-space: nowrap; }

.login-page {
  background: #f8f8f8; }

#login {
  margin: auto;
  padding: 80px 0 0;
  width: 320px; }

#login img {
  margin: 0 12px 30px; }

#login form {
  border-radius: 6px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
  padding: 24px;
  background: #F1840A;
  margin-bottom: 15px; }

#login .form-control {
  box-shadow: none !important;
  border-color: #fff !important; }

#login .btn-orange {
  background-color: #E67E22;
  color: #fff;
  border: 2px solid #fff; }

#login .btn-orange:hover {
  background-color: #f38b2f;
  color: #fff; }

#login form p {
  margin: 0 0 20px;
  font-size: 13px; }

#login a {
  border-bottom: 1px dotted #ccc; }

#email-message:empty, #password-message:empty {
  opacity: 0;
  transition: all 0s ease 0s; }

#email-message {
  top: 30px; }

#password-message {
  top: 6px; }

.warning {
  background-color: #e74c3c;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  opacity: 1;
  padding: 4px 8px;
  transition-duration: .5s; }

#login .btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  text-transform: none;
  letter-spacing: 0; }

/*========== SYRUP ADMIN BAR ==========*/
.admin-navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #106489;
  z-index: 999; }

.admin-navbar .navbar-brand {
  background-color: #106489;
  width: 220px;
  font-size: 14px;
  border-left: 4px solid #e67e22;
  padding: 8px; }

.admin-navbar a:hover {
  color: #e67e22; }

.admin-navbar a {
  color: #fff; }

.admin-navbar .icon-bar {
  background-color: #fff; }

.admin-navbar .nav .open > a, .admin-navbar .nav .open > a:focus, .admin-navbar .nav .open > a:hover {
  background-color: #207499;
  border-color: #fff;
  color: #fff; }

.admin-navbar .nav > li > a:focus, .admin-navbar .nav > li > a:hover {
  background-color: inherit;
  color: #ff7d34; }

.admin-navbar .dropdown-menu {
  background-color: #207499;
  border: none;
  border-radius: 0; }

.admin-navbar .dropdown-menu > li > a {
  color: #fff; }

.admin-navbar .dropdown-menu > li > a:hover {
  background-color: #106489;
  color: #fff; }

.admin-navbar .syrup-sml {
  background-image: url(http://icandydesign.com/syrup-assets/sprites.png);
  background-position: 0 -76px;
  background-repeat: no-repeat;
  height: 34px;
  padding: 0 0 0 80px; }

#contact-message {
  display: none; }

/*========== COOKIE NOTICE ==========*/
#cookie-notice-container {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #e5e5e5;
  color: #000;
  padding: 10px 0;
  font-size: 12px;
  z-index: 5; }

#cookie-notice-container p {
  margin-bottom: 0; }

#cookie-notice-container a {
  color: #000;
  text-decoration: underline !important; }

#cookie-notice-container .btn {
  display: block !important;
  margin-top: 5px;
  width: 100%;
  border-radius: 0;
  background-color: #e5e5e5;
  border: none;
  opacity: 0.2; }

#cookie-notice-container .btn:hover {
  color: #000;
  border: none;
  opacity: 0.3; }

/*========== OUTDATED BROWSER NOTICE ==========*/
#browser-notice-container {
  width: 100%;
  background-color: #175caa;
  padding: 10px 0;
  z-index: 9;
  color: #fff; }

#browser-notice-container p {
  width: 990px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  color: #fff; }

#browser-notice-container a {
  color: #fff;
  text-decoration: underline; }

#browser-notice-container button {
  margin: 0 10px;
  color: #fff; }

#browser-notice-container i {
  margin-right: 5px; }

/*========== HEADER ==========*/
.topHeader {
  font-size: 2.3rem;
  display: table;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e5e5e5; }
  .topHeader .container {
    padding: 0; }
  .topHeader .headLeft {
    position: absolute; }
  .topHeader .headRight {
    position: relative;
    margin-left: 135px;
    height: 60px;
    float: right;
    width: 160px; }
    .topHeader .headRight .t {
      height: 100%;
      table-layout: auto;
      width: 100px;
      float: right; }
  .topHeader .logo {
    background-image: url("/images/site/logo.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 20px;
    margin: 20px 10px;
    position: relative;
    width: 140px; }
    .topHeader .logo a {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .topHeader .headSearch {
    padding-right: 30px;
    font-weight: 300; }
    .topHeader .headSearch .btn {
      padding: 6px; }
  .topHeader .headBtn {
    height: 100%;
    text-align: center;
    font-size: 2rem;
    position: inherit;
    padding: 0 15px 0 0;
    color: #959595; }
    .topHeader .headBtn a {
      position: relative; }
    .topHeader .headBtn.callBack, .topHeader .headBtn.tel {
      font-size: 2.3rem; }
      .topHeader .headBtn.callBack a, .topHeader .headBtn.tel a {
        cursor: pointer; }
        .topHeader .headBtn.callBack a i, .topHeader .headBtn.tel a i {
          color: #e3321c; }
    .topHeader .headBtn.menu a {
      cursor: pointer; }
    .topHeader .headBtn.socialIcons a {
      color: #959595;
      transition-duration: 200ms; }
      .topHeader .headBtn.socialIcons a:hover {
        color: #000; }

/*========== SLIDE MENU ==========*/
.menu-wrap {
  position: absolute;
  z-index: 1001;
  width: 300px;
  height: 100%;
  right: 0;
  background: #e5e5e5;
  -webkit-transform: translate3d(320px, 0, 0);
  transform: translate3d(320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  padding: 50px 15px;
  font-size: 1.5rem; }

/* Close Button */
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  left: 20px;
  top: 20px;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
  border: none;
  background: transparent;
  color: transparent; }

.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #bdc3c7; }

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu,
.icon-list {
  height: 100%; }

.icon-list {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.icon-list a {
  display: block;
  padding: 5px 10px;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.2rem;
  position: relative;
  font-size: 1.8rem; }

.icon-list,
.icon-list a {
  -webkit-transition: -webkit-transform 0s 0.4s;
  transition: transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.icon-list a:nth-last-child(4)::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  height: 1px;
  margin: 5px 0 20px;
  width: 100%; }

/* Shown menu */
.show-menu .menu-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list,
.show-menu .icon-list a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.show-menu .icon-list a {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s; }

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/*========== FOOTER ==========*/
.mobileFooter {
  text-align: center;
  padding: 15px 0 0;
  border-top: 1px solid #e5e5e5; }
  .mobileFooter .footerLogo {
    text-align: center;
    margin: 0 0 15px; }
    .mobileFooter .footerLogo img {
      width: 150px;
      margin: 0 auto; }
  .mobileFooter .footerAddress a {
    color: #e3321c;
    font-size: 1.8rem; }

footer .footerSocial {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 15px; }
footer .footerCopyright {
  text-align: center;
  padding: 15px 0;
  font-size: 1.1rem;
  border-top: 1px solid #e5e5e5; }
footer .footerNav {
  text-align: center;
  margin: 0 0 15px; }
  footer .footerNav a {
    color: #fff;
    padding: 4px 0;
    display: block; }

.ftr-signature {
  background-color: #e5e5e5;
  font-size: 1.1rem;
  padding: 12px 0; }
  .ftr-signature .syrup-text, .ftr-signature .icd-text {
    position: relative;
    margin: 0 auto;
    display: table; }
  .ftr-signature .icd-text {
    padding-left: 40px; }
  .ftr-signature .syrup-text {
    padding-left: 60px; }
  .ftr-signature .ftr-icon {
    position: absolute;
    display: block;
    background: url("/images/site/sprites.png") no-repeat; }
  .ftr-signature .ftr-icon.syrup {
    background-position: 0 -27px;
    height: 25px;
    left: 0;
    top: -4px;
    width: 54px; }
  .ftr-signature .ftr-icon.icd {
    background-position: 0 0;
    width: 40px;
    height: 18px;
    left: 10px;
    top: -2px;
    background-size: 100% auto; }

/*========== ITEM ==========*/
.fullWidthItem {
  height: 250px;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .fullWidthItem .fullWidthItem--img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    text-align: center;
    width: 100%; }
  .fullWidthItem .fullWidthItem--title {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%; }
    .fullWidthItem .fullWidthItem--title h2 {
      color: #fff;
      text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7); }

.i {
  margin: 0 0 30px;
  text-align: center; }
  .i .i-content {
    background-color: #e5e5e5;
    padding: 10px; }
  .i .i-title {
    margin: 0;
    letter-spacing: 0.2rem; }
  .i p {
    margin-top: 10px; }

/*========== HOME ==========*/
.homeSlider {
  display: inline-block;
  width: 100%;
  margin-bottom: -5px; }

.featSlider {
  width: 100%;
  float: left; }
  .featSlider .slick-track {
    height: 100%; }
  .featSlider .image {
    background-size: cover;
    background-position: center center;
    height: 100%; }

.featSliderNav {
  width: 100%;
  float: left; }
  .featSliderNav .slide {
    padding: 0;
    width: 100%;
    float: left;
    position: relative; }
    .featSliderNav .slide .slide--contentContainer {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .featSliderNav .slide .slide--content {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      padding: 0 15px;
      transform: translate(0, -50%);
      text-align: center; }
      .featSliderNav .slide .slide--content h3 {
        color: #fff;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
        margin: 0; }
      .featSliderNav .slide .slide--content .btn {
        margin-top: 15px; }

/*========== CATEGORY ==========*/
/*========== ARTICLE ==========*/
.page-title {
  margin: 30px 0; }

.page-content {
  margin: 30px 0; }

.breadcrumb-container {
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: -30px; }

.breadcrumb {
  background-color: #fff;
  border-radius: 0;
  list-style: outside none none;
  margin-bottom: 0px;
  padding: 0;
  color: #fff; }

.breadcrumb > li {
  color: #ccc !important; }

.breadcrumb > li + li::before {
  color: #ccc;
  content: "> "; }

/*========== CTAS ==========*/
.cta {
  padding: 10px 0;
  text-align: center;
  font-size: 1.6rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  letter-spacing: 0.2rem; }
  .cta i {
    color: #e3321c; }
    .cta i.fa-phone {
      margin-left: 10px; }

/*========== SLICES ==========*/
.slice {
  background-size: cover;
  background-position: center center;
  padding: 30px 15px;
  position: relative; }
  .slice .slice--container {
    position: relative;
    overflow: hidden; }
  .slice.hasBg.fullWidth::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.65); }
  .slice.hasBg.fullWidth .slice--content {
    background-color: transparent !important; }
  .slice .slice--content {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    position: relative;
    z-index: 2; }
    .slice .slice--content ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: left; }
      .slice .slice--content ul li {
        padding-bottom: 4px;
        padding-left: 18px;
        position: relative; }
        .slice .slice--content ul li::before {
          height: 8px;
          width: 8px;
          font-size: 0.9rem;
          font-family: 'FontAwesome';
          content: "\f1db";
          position: absolute;
          left: 5px;
          top: 5px; }
    .slice .slice--content .btn {
      margin-top: 15px; }
  .slice .slice--img img {
    padding: 20px; }

/*========== STICKY NAV ==========*/
.stickyNav {
  background-color: #e5e5e5;
  z-index: 99; }
  .stickyNav ul {
    display: table;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    table-layout: fixed; }
    .stickyNav ul li {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }
      .stickyNav ul li a {
        display: block;
        width: 100%;
        text-align: center;
        height: 100%;
        color: #000 !important;
        font-size: 2rem;
        letter-spacing: 0.2rem;
        text-transform: uppercase;
        padding: 25px 15px;
        transition-duration: 100ms; }
        .stickyNav ul li a:hover {
          color: #000; }
        .stickyNav ul li a > span {
          display: block;
          text-align: center; }

.is-sticky > .stickyNav {
  background-color: rgba(229, 229, 229, 0.95); }
  .is-sticky > .stickyNav ul li a {
    padding: 15px 15px 20px; }

.stickyNav a span.lineWrap {
  padding: 8px 0;
  position: relative; }

.stickyNav a span.lineWrap::after {
  background: #e3321c;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transform: translateY(10px);
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  width: 100%; }

.stickyNav a.active span.lineWrap::after {
  opacity: 1;
  transform: translateY(-3px); }

.stickyNav a:hover span.lineWrap::after, .stickyNav a:focus span.lineWrap::after {
  opacity: 1;
  transform: translateY(-3px); }

/*========== CONTACT PAGE ==========*/
#map-canvas {
  width: 100%;
  height: 250px;
  margin-top: 1px; }

#contact-form textarea {
  resize: vertical; }
#contact-form input.form-control {
  height: 40px; }
#contact-form .form-control {
  background-color: #e5e5e5;
  border: none;
  color: #000; }
  #contact-form .form-control::-webkit-input-placeholder {
    color: #000; }
  #contact-form .form-control:-moz-placeholder {
    color: #000; }
  #contact-form .form-control::-moz-placeholder {
    color: #000; }
  #contact-form .form-control:-ms-input-placeholder {
    color: #000; }

.galleryMain {
  margin-bottom: 70px; }
  .galleryMain .slick-prev, .galleryMain .slick-next {
    color: #959595 !important;
    bottom: -50px;
    height: 50px;
    top: auto; }
    .galleryMain .slick-prev::before, .galleryMain .slick-next::before {
      font-size: 50px; }
  .galleryMain .slick-prev::before, .galleryMain .slick-next::before {
    opacity: 1; }
  .galleryMain .slick-slide {
    background-color: #e5e5e5; }
  .galleryMain img {
    max-height: 300px; }

.credit-banner .credit {
  padding: 0 10px; }

/*home testimonials*/
.testimonial-container {
  text-align: center;
  padding: 30px 0;
  position: relative;
  background-color: #ebebeb; }
  .testimonial-container .testimonial-slider {
    position: relative; }
    .testimonial-container .testimonial-slider::before, .testimonial-container .testimonial-slider::after {
      color: #fff;
      font-size: 100px;
      position: absolute;
      font-family: 'FontAwesome';
      opacity: 0.5; }
    .testimonial-container .testimonial-slider::before {
      content: "\f10d";
      left: 0;
      top: 0; }
    .testimonial-container .testimonial-slider::after {
      bottom: 0;
      content: "\f10e";
      right: 0; }
  .testimonial-container .testimonial--title {
    margin: 15px 0 0;
    color: #959595; }
  .testimonial-container .slick-dots li {
    width: 10px; }
  .testimonial-container .slick-dots li button:before {
    background-color: transparent;
    border: 1px solid #000; }
  .testimonial-container .slick-dots li.slick-active button:before {
    background-color: #e3321c;
    border-color: #e3321c; }
  .testimonial-container .testimonial {
    position: relative;
    height: 200px;
    display: table !important;
    width: 100%; }
    .testimonial-container .testimonial .testimonial-in {
      display: table-cell;
      vertical-align: middle; }
    .testimonial-container .testimonial .quote {
      display: block;
      margin: 0 auto;
      font-size: 2rem;
      font-style: italic;
      max-width: 600px; }
    .testimonial-container .testimonial .name {
      display: block;
      font-size: 1.4rem;
      margin: 30px 0 0; }

.testimonial-nav-container {
  background-color: #ebebeb;
  padding: 30px 0 0; }
  .testimonial-nav-container .slick-no-slide .slick-slide {
    float: none;
    display: inline-block; }
  .testimonial-nav-container .slick-no-slide .slick-track {
    width: 100% !important;
    text-align: center;
    transform: inherit !important; }

.testimonial-nav-slide {
  padding: 0 10px;
  display: table !important;
  height: 200px !important; }
  .testimonial-nav-slide .testimonial-nav-in {
    display: table-cell;
    vertical-align: middle; }
  .testimonial-nav-slide img {
    border-radius: 150px;
    width: 70%; }
  .testimonial-nav-slide.slick-current img {
    width: 100%; }

/* Small Devices, Tablets IPAD*/
@media only screen and (min-width: 768px) {
  html {
    min-height: 100%;
    position: relative; }

  /*========== BTNS ==========*/
  /*========== FORMS ==========*/
  /*========== HELPERS ==========*/
  .mob-block {
    display: inline-block;
    width: auto; }

  /*========== GLOBAL TEXT STYLES ==========*/
  /*========== GLOBAL CONTAINERS ==========*/
  .ctn {
    padding: 60px 0; }

  /*========== SYRUP LOGIN ==========*/
  /*========== SYRUP ADMIN BAR ==========*/
  /*========== COOKIE NOTICE ==========*/
  #cookie-notice-container p {
    font-size: 14px;
    text-align: center; }

  /*========== OUTDATED BROWSER NOTICE ==========*/
  /*========== HEADER ==========*/
  .topHeader .container {
    padding: 0 15px; }
  .topHeader .logo {
    height: 25px;
    margin: 30px 15px;
    width: 175px; }
  .topHeader .headRight {
    margin-left: 205px;
    height: 85px;
    width: auto; }
    .topHeader .headRight .t {
      width: 100%;
      float: none; }
    .topHeader .headRight .headBtn {
      font-size: 2rem;
      padding: 0 5px; }
      .topHeader .headRight .headBtn span {
        font-size: 1.4rem; }
      .topHeader .headRight .headBtn.menu {
        padding-right: 30px;
        padding-left: 10px; }

  .callbackDropdown {
    background-color: #e5e5e5;
    position: relative;
    text-align: center;
    display: none;
    padding: 30px 0; }
    .callbackDropdown h5 {
      font-size: 2rem; }
    .callbackDropdown .container {
      max-width: 800px; }
    .callbackDropdown .form-control {
      font-weight: 300;
      height: 36px;
      border: none; }
    .callbackDropdown .closeBtn {
      position: absolute;
      top: 10px;
      left: 10px;
      cursor: pointer;
      opacity: 0.1; }

  /*========== SLIDE MENU ==========*/
  .menu-wrap {
    padding: 60px 30px;
    font-size: 2rem; }

  .icon-list a {
    padding: 10px; }

  /*========== FOOTER ==========*/
  footer .footerTop {
    padding: 30px 0;
    border-top: 1px solid #e5e5e5; }
  footer h5 {
    margin: 0 0 15px;
    letter-spacing: 0.2rem; }
  footer .footerDetails a i, footer .footerDetails i {
    color: #e3321c; }
  footer .footerSocial {
    text-align: left;
    font-size: 2.8rem;
    margin: 0 0 15px; }
    footer .footerSocial a {
      transition-duration: 300ms;
      color: #000;
      color: #e3321c; }
  footer .footerCallback .form-group {
    margin-bottom: 10px; }
    footer .footerCallback .form-group .form-control {
      background-color: #e5e5e5;
      color: #000;
      border: none; }
      footer .footerCallback .form-group .form-control::-webkit-input-placeholder {
        color: #000; }
      footer .footerCallback .form-group .form-control:-moz-placeholder {
        color: #000; }
      footer .footerCallback .form-group .form-control::-moz-placeholder {
        color: #000; }
      footer .footerCallback .form-group .form-control:-ms-input-placeholder {
        color: #000; }
  footer .footerCopyright {
    text-align: left;
    font-size: 1.2rem;
    padding: 0;
    border-top: 0; }
  footer .footerNav {
    text-align: left;
    margin: 0; }
    footer .footerNav a {
      color: #fff;
      padding: 0;
      display: block;
      transition-duration: 300ms; }
      footer .footerNav a:hover {
        opacity: 0.6; }

  .footerBottom {
    padding: 10px 0;
    border-top: 1px solid #e5e5e5; }

  .footerNav {
    text-align: left;
    margin: 0; }
    .footerNav li {
      float: left;
      position: relative; }
      .footerNav li + li::before {
        content: "";
        left: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background-color: #000;
        position: absolute;
        opacity: 0.1; }
      .footerNav li a {
        color: #000;
        padding: 0 10px;
        font-size: 1.2rem;
        display: block;
        transition-duration: 300ms;
        opacity: 1; }
        .footerNav li a:hover {
          opacity: 0.6; }
      .footerNav li:last-child a {
        padding-right: 0; }

  .ftr-signature {
    background-color: #e5e5e5; }
    .ftr-signature .syrup-text, .ftr-signature .icd-text {
      position: relative;
      margin: 0 auto;
      display: inline; }
    .ftr-signature .icd-text {
      padding-left: 30px; }
    .ftr-signature .syrup-text {
      padding-left: 60px;
      float: right; }
    .ftr-signature .ftr-icon {
      position: absolute;
      display: block;
      background: url("/images/site/sprites.png") no-repeat;
      opacity: 0.5; }
    .ftr-signature .ftr-icon.syrup {
      background-position: 0 -20px;
      height: 21px;
      left: 7px;
      top: -2px;
      background-size: 100% auto;
      width: 42px; }
    .ftr-signature .ftr-icon.icd {
      background-position: 0 0;
      width: 40px;
      height: 18px;
      left: 0;
      top: -2px;
      background-size: 100% auto; }

  .credit-banner {
    max-width: 1400px;
    margin: 0 auto !important;
    padding: 0 50px; }
    .credit-banner * {
      outline: none !important; }
    .credit-banner .credit {
      padding: 0 10px;
      text-align: center; }
    .credit-banner .slick-prev::before, .credit-banner .slick-next::before {
      color: #959595; }

  /*========== HOME ==========*/
  .featSliderNav .slide {
    width: 50%; }

  /*========== SLIDER ==========*/
  .swiper-content h4 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 3rem;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7); }
  .swiper-content p {
    font-size: 2rem;
    color: #fff;
    margin: 0 0 20px; }
  .swiper-content .btn {
    margin-top: 15px; }

  /*========== ITEM ==========*/
  .fullWidthItem {
    height: 400px; }
    .fullWidthItem .fullWidthItem--img {
      height: 400px; }
    .fullWidthItem .btn {
      opacity: 0;
      transition: all 0.3s ease 0s; }
    .fullWidthItem:hover .btn {
      opacity: 1;
      padding-left: 40px;
      padding-right: 40px; }

  .i-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .i {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column; }
    .i .i-content {
      padding: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0;
      -ms-flex: 1 1 0;
      flex: 1 1 0; }
      .i .i-content .i-title {
        margin: 15px; }

  /*========== GALLERY ==========*/
  .galleryNav {
    margin: 0 -6px; }
    .galleryNav .galleryNavImg {
      margin-top: 12px;
      padding: 0 6px; }
      .galleryNav .galleryNavImg img {
        border: 1px solid #fff;
        padding: 2px; }
      .galleryNav .galleryNavImg.active img {
        border: 1px solid #959595; }
      .galleryNav .galleryNavImg .i-play {
        font-size: 4rem; }

  .galleryMain {
    margin-bottom: 0px; }
    .galleryMain .slick-prev, .galleryMain .slick-next {
      color: #e3321c !important;
      bottom: 50%;
      top: auto;
      margin: 0 0 -20px; }

  .i-play {
    position: absolute;
    font-size: 6rem;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none; }

  .galleryMain {
    height: 480px; }
    .galleryMain img {
      max-height: 480px; }

  /*========== CATEGORY ==========*/
  /*========== EVENT ==========*/
  /*========== ARTICLE ==========*/
  /*========== SLICES ==========*/
  /*========== CTAS ==========*/
  .cta {
    padding: 20px 0;
    font-size: 2rem; }

  /*========== CONTACT PAGE ==========*/
  #map-canvas {
    width: 100%;
    height: 400px; }

  /* Medium Devices, Desktops */ }
@media only screen and (min-width: 992px) {
  /*========== HEADER ==========*/
  .topHeader .headRight .headBtn {
    font-size: 2rem;
    padding: 0 15px; }
    .topHeader .headRight .headBtn span {
      font-size: 1.8rem; }

  /*========== BTNS ==========*/
  /*========== FORMS ==========*/
  /*========== HELPERS ==========*/
  /*========== GLOBAL TEXT STYLES ==========*/
  /*========== GLOBAL CONTAINERS ==========*/
  /*========== SYRUP LOGIN ==========*/
  /*========== SYRUP ADMIN BAR ==========*/
  /*========== COOKIE NOTICE ==========*/
  #cookie-notice-container .btn {
    display: inline-block !important;
    width: auto;
    float: right;
    margin-top: 0;
    font-size: 16px; }

  /*========== OUTDATED BROWSER NOTICE ==========*/
  /*========== HEADER ==========*/
  .mainDropdown .linkItemRow {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; }

  /*========== FOOTER ==========*/
  /*========== HOME ==========*/
  .featSlider, .featSliderNav {
    width: 50%; }

  .featSliderNav .slide .slide--contentContainer {
    opacity: 0;
    transition-duration: 300ms;
    background-color: rgba(255, 255, 255, 0.75); }
  .featSliderNav .slide:hover .slide--contentContainer {
    opacity: 1; }
  .featSliderNav .slide .slide--content h3 {
    color: #000;
    text-shadow: none;
    margin: 0 0 15px; }

  /*========== CATEGORY ==========*/
  /*========== EVENT ==========*/
  /*========== ARTICLE ==========*/
  /*========== GALLERY ==========*/
  .galleryMain {
    height: 627px; }
    .galleryMain img {
      max-height: 627px; }

  /*========== SLICES ==========*/
  .slice {
    padding: 0; }
    .slice .slice--container {
      display: table;
      width: 100%;
      table-layout: fixed;
      height: 400px;
      position: relative; }
      .slice .slice--container .slice--content {
        display: table-cell;
        vertical-align: middle;
        float: none;
        padding: 30px; }
      .slice .slice--container .slice--img {
        display: table-cell;
        vertical-align: middle;
        float: none;
        position: relative; }
        .slice .slice--container .slice--img img {
          padding: 0; }
        .slice .slice--container .slice--img.left {
          padding: 60px 30px 60px 0; }
        .slice .slice--container .slice--img.right {
          padding: 60px 0 60px 30px; }

  /*========== ITEM ==========*/
  .fullWidthItem {
    height: 500px; }
    .fullWidthItem .fullWidthItem--img {
      height: 500px; }

  /*========== CTAS ==========*/
  /*========== PRODUCT =========*/
  /*========== PAGE - CART ==========*/
  /*========== PAGE - LOGIN ==========*/
  /*========== PAGE - CHECKOUT ==========*/
  /*========== PAGE - CHECKOUT CONFIRM ==========*/
  /*========== PLUGIN - TOUCHSPIN ==========*/
  /* Large Devices, Wide Screens */ }
@media only screen and (min-width: 1200px) {
  /*========== HEADER ==========*/
  .topHeader .headRight .headBtn span {
    font-size: 2rem; }

  .container {
    width: 1050px !important; }

  /*========== BTNS ==========*/
  /*========== FORMS ==========*/
  /*========== HELPERS ==========*/
  /*========== GLOBAL TEXT STYLES ==========*/
  /*========== GLOBAL CONTAINERS ==========*/
  /*========== SYRUP LOGIN ==========*/
  /*========== SYRUP ADMIN BAR ==========*/
  /*========== COOKIE NOTICE ==========*/
  /*========== OUTDATED BROWSER NOTICE ==========*/
  /*========== HEADER ==========*/
  /*========== FOOTER ==========*/
  /*========== HOME ==========*/
  /*========== CATEGORY ==========*/
  /*========== EVENT ==========*/
  /*========== ARTICLE ==========*/
  /*========== SLICES ==========*/
  /*========== CTAS ==========*/
  /*========== PRODUCT =========*/
  /*========== PAGE - CART ==========*/
  /*========== PAGE - LOGIN ==========*/
  /*========== PAGE - CHECKOUT ==========*/
  /*========== PAGE - CHECKOUT CONFIRM ==========*/
  /*========== PLUGIN - TOUCHSPIN ==========*/
  .galleryMain {
    height: 680px; }
    .galleryMain img {
      max-height: 680px; }

  /*mobile only*/ }
@media only screen and (max-width: 768px) {
  /*anti sticky js for mobile*/
  #checkoutBox {
    position: relative !important; }

  .video-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden; }
    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

/*# sourceMappingURL=base.css.map */
