/*@import url(https://fonts.googleapis.com/css?family=Staatliches);
@import url(https://fonts.googleapis.com/css?family=Montserrat:200, 300, 400, 700, 900);*/
@font-face {
    font-family: "font";
    src: url(../fonts/CaslBdRg.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "font2";
    src: url(../fonts/poppins.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: "feathericons";
    src: url(../fonts/feathericons/feathericons.eot?-8is7zf);
    src: url("../fonts/feathericons/feathericons.eot?#iefix-8is7zf") format("embedded-opentype"), url(../fonts/feathericons/feathericons.woff?-8is7zf) format("woff"), url(../fonts/feathericons/feathericons.ttf?-8is7zf) format("truetype"),
        url("../fonts/feathericons/feathericons.svg?-8is7zf#feathericons") format("svg");
}
.vertically-centered{
	display: flex;
	flex-direction: column;
	justify-content: center; 
}

.modal {
	display: none; padding-top: 30px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width: 600px;
}
.multi-column-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.multi-column-dropdown {
    padding: 0 0 0;
}
.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 25px;
    color: #333;
    white-space: normal;
}
.multi-column-dropdown li a:hover {
    text-decoration: none;
    color: rgb(15, 15, 15);
    background-color: rgb(201, 173, 153);
}
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    font-family: "font2";
}
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}
.tab button:hover {
    background-color: #ddd;
}
.tab button.active {
    background-color: #ccc;
}
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.tabcontent h3 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "font";
    text-align: center;
    font-size: 2rem;
    color: rgb(246, 177, 24);
}
.top-header {
    position: fixed;
    width: 100%;
    z-index: 1;
    padding: 10px 0 10px 0;
    background: rgb(255, 255, 255);
    z-index: 5;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-header div[class*="col-"]:first-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-header div[class*="col-"]:first-child a {
    padding: 0;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-header div[class*="col-"]:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-header div[class*="col-"]:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-header div[class*="col-"]:nth-child(3) a {
    color: rgb(60, 60, 60);
    font-weight: 600;
    font-size: 14px;
}
.top-header div[class*="col-"]:nth-child(3) a:hover {
    color: rgb(20, 20, 20);
}
.top-header div[class*="col-"]:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-header div[class*="col-"]:nth-child(4) a {
    color: rgb(60, 60, 60);
    font-weight: 600;
    font-size: 14px;
}
.top-header div[class*="col-"]:nth-child(4) a:hover {
    color: rgb(20, 20, 20);
}
.top-header div[class*="col-"]:nth-child(5) {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.top-header div[class*="col-"]:nth-child(5) a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    border: 1px solid rgb(88, 6, 21);
    background: rgb(88, 6, 21);
    border-radius: 100px;
    height: 34px;
    width: 34px;
    margin: 0 4px;
}
.top-header div[class*="col-"]:nth-child(5) a:hover {
    background: transparent;
    text-decoration: none !important;
    color: rgb(88, 6, 21);
    content: 'google';
}
.top-header .dropdown-menu {
    background: whitesmoke;
    border-radius: 0;
}
.top-header .dropdown-menu a {
    color: #222;
    padding: 3px 20px !important;
}
.top-header .dropdown-toggle {
    background: #21212100;
    padding: 6px 25px;
    outline: none !important;
    border-color: #f3f3f3b5;
}
.top-header .dropdown-toggle:hover {
    background-color: white !important;
    color: #000 !important;
}
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #000;
    background-color: rgb(255, 255, 255);
    border-color: #666e76;
    box-shadow: none !important;
}
.top-header .btn-secondary.focus,
.btn-secondary:focus {
    outline: none !important;
    box-shadow: none !important;
}
.navbar-inverse .navbar-inner {
    display: none;
}
.navbar-sidebar {
    display: none;
}
.dropdown-wrapper {
    margin: 0;
    padding: 0;
}
.navbar-sidebar .dropdown-menu-mobile, .navbar-sidebar .dropdown-menu-mobile-2, .navbar-sidebar .dropdown-menu-mobile-3 , .navbar-sidebar .dropdown-menu-mobile-4{
    position: relative;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    float: left;
    height: 0;
    margin: 0;
    width: 100%;
    padding: 0;
    font-size: 18px;
    color: #e6e6e6 !important;
    list-style: none;
    background-color: rgb(255, 255, 255);
    border: 0;
    visibility: hidden;
    border-radius: 0;
    transform: scale(1, 0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dip {
    font-weight: 600;
    font-size: 15px;
    color: rgb(201, 173, 153);
    padding-left: 15px;
    padding-top: 8px;
}
.dip2 {
    font-weight: 600;
    font-size: 15px;
    color: rgb(201, 173, 153);
    padding-left: 15px;
    padding-top: 25px;
}
.dropdown-menu-animate, .dropdown-menu-animate-2, .dropdown-menu-animate-3 , .dropdown-menu-animate-4{
    display: inline-block !important;
    transform: scale(1, 1) !important;
    height: auto !important;
    visibility: visible !important;
}
.navbar-sidebar .dropdown-menu-mobile a, .navbar-sidebar .dropdown-menu-mobile-2 a, .navbar-sidebar .dropdown-menu-mobile-3 a, .navbar-sidebar .dropdown-menu-mobile-4 a {
    color: rgb(10, 10, 10);
    font-weight: 600 !important;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}
.navbar-sidebar {
    padding-top: 175px;
    height: 100%;
    width: 260px;
    background: rgb(88, 6, 21);
    position: fixed !important;
    z-index: 4;
    overflow: auto;
}
.bar-block .dropdown-hover,
.bar-block .dropdown-click {
    width: 100%;
}
.bar-block .dropdown-hover .dropdown-content,
.bar-block .dropdown-click .dropdown-content {
    min-width: 100%;
}
.bar-block .dropdown-hover .button,
.bar-block .dropdown-click .button {
    width: 100%;
    text-align: left;
    padding: 8px 16px;
}
.main,
#main {
    transition: margin-left 0.4s;
}
.bar {
    width: 100%;
    overflow: hidden;
}
.center .bar {
    display: inline-block;
    width: auto;
}
.bar .bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}
.bar .dropdown-hover,
.bar .dropdown-click {
    position: static;
    float: left;
}
.bar .button {
    white-space: normal;
}
.bar-block .bar-item {
    width: 100%;
    display: block;
    padding: 5px 16px;
    text-align: left;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 15px;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
}
.nav-link {
    display: block;
    padding: 8px 16px;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.bar-block .bar-btn {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0;
    color: rgb(10, 10, 10);
    font-weight: 600;
    background: rgb(255, 255, 255);
}
.bar-block.center .bar-item {
    text-align: center;
}
.block {
    display: block;
    width: 100%;
}
.bg-primary {
    background: rgb(83, 82, 82) !important;
}
.home-header-section {
    padding-top: 125px;
}
.home-header-section .slider-logo span {
    font-family: "font";
    color: rgb(196, 41, 56);
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    padding: 0.5rem 0;
    margin: 0 0 0 0;
    font-size: 15px;
    line-height: 25px;
    color: rgb(33, 37, 41);
    text-align: left;
    list-style: none;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu h5 {
    font-size: 15px;
    color: rgb(15, 15, 15);
    text-transform: uppercase;
    padding: 10px 0 0 10px;
    line-height: 0;
    font-weight: 600;
}
.dropdown-menu.columns-3 {
    min-width: 850px;
}
.dropdown-menu li a {
    padding: 0 0 0 10px;
    font-weight: 500;
}
.dropdown-item {
    display: block;
    width: 100%;
    font-weight: 500;
    padding: 0 0 0 10px;
    clear: both;
    line-height: 25px;
    color: rgb(15, 15, 15);
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}
.dropdown-item:hover {
    color: rgb(15, 15, 15);
    text-decoration: none;
    background: rgb(201, 173, 153);
}







/**/
/*HOMEPAGE SLIDER INTRO*/
/**/
 
.home-slider-intro {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* LEFT aligned */
  text-align: left;
  padding: 0 8%;
  height: 90vh;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.75) 0%,
      rgba(0,0,0,0.55) 40%,
      rgba(0,0,0,0.2) 70%,
      rgba(0,0,0,0) 100%
    ),
    var(--slider-bg);
  background-position: center;
  background-size: cover;
}

/* Content block */
.hero-inner {
  max-width: 700px;

  opacity: 0;
  transform: translateY(25px);
  animation: heroFadeUp 0.9s ease-out 0.4s forwards;
}
.hero-inner h1 {
  font-size: clamp(2.5rem, 6vw, 5.5rem);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 25px;
  font-family: font; 
}

/* Smaller prefix inside H1 */
.hero-prefix {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  opacity: 0.85;
  margin-bottom: 15px;
}

.hero-inner h1 span {
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    opacity: 0.9;
}

/* Supporting text */
.hero-inner p {
  font-size: 1.2rem;
  max-width: 500px;
  margin-bottom: 35px;
  opacity: 0.9;
}

/* Primary CTA */
.hero-main-cta {
  display: inline-block;
  padding: 16px 36px;
  background: #c19a6b;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}


.hero-prefix {
  animation: heroFadeUp 0.8s ease-out 0.3s forwards;
  opacity: 0;
  transform: translateY(15px);
}

.hero-inner h1 {
  animation: heroFadeUp 0.9s ease-out 0.5s forwards;
  opacity: 0;
  transform: translateY(20px);
}

.hero-inner p {
  animation: heroFadeUp 1s ease-out 0.7s forwards;
  opacity: 0;
  transform: translateY(20px);
}

.hero-main-cta {
  animation: heroFadeUp 1s ease-out 0.9s forwards;
  opacity: 0;
  transform: translateY(20px);
}

.hero-main-cta:hover {
  background: #a67c52;
  transform: translateY(-2px);
}
@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@media(max-width: 991px){
.hero-inner h1 span {
    display: block;
    font-weight: 400;
    font-size: 1.15rem;
    opacity: 0.9;
}
 .hero-main-cta {
    display: inline-block;
    padding: 16px 16px;
    background: #c19a6b;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.hero-inner p {
    font-size: 1.2rem;
    max-width: 1000px;
    margin-bottom: 35px;
    opacity: 0.9;
}

}
/*Home Slider Video START*/
.video-background {
  position: relative;
  width: 100%;
  height: 100vh; /* Full viewport height */
  overflow: hidden;
	
	
  /*background: url('/img/homepage/hvac-parallax.jpg') no-repeat center center;*/
  background-size: cover;
}
.background-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/**/
/*HOMEPAGE SLIDER INTRO*/
/**/












.home-quality {
    padding: 70px 40px;
    position: relative;
    overflow: hidden;
}


 
.home-quality .container-fluid {
	padding: 75px 0 75px 0;
}
.home-quality h2 {
	font-size: 2rem;
    font-family: 'Montserrat';
		font-weight: 600; 
	text-align: center;
}
.home-quality h4 {
	font-size: 25px;
	color: rgb(255,255,255);
    font-family: 'Montserrat';
	text-align: center;
}
.home-quality p {
	font-weight: 600;
	color: rgb(12,12,12);
  font-size: 16px;
}
.home-quality span {
	font-size: 20px;
	font-family: 'font';
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-quality strong {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0,0,0);
}
.home-quality .hq-left{opacity: 0; transform: translateY(35px);   z-index: 3;
  position: relative; transition: 0.75s;}
.home-quality .hq-right{opacity: 0; transform: translateY(-35px);   z-index: 1;
  position: relative;transition: 0.75s;}
 
.home-quality .hq-left.show{opacity: 1; transform: translateY(0px);}
.home-quality .hq-right.show{opacity: 1; transform: translateY(-0px);}

.hq-wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
}
.hq-text {
    background: white;
    padding: 60px;
    max-width: 600px;
    z-index: 2;
    box-shadow: 0 30px 60px rgba(0,0,0,0.35);
    position: relative;
}
.hq-text h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
		    font-weight: 600;
            font-family: font;
            
            color:rgb(88, 6, 21);
            
}

.hq-text p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}
.hq-image {
    height: 720px;
    background-image: url("/img/homepage/home-quality-001.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    margin-left: -120px; /* overlap */
    z-index: 1;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
		    border-radius: 10px;
}

.intro-points {
    list-style: none;
    padding: 0;
    margin: 0;
}

.intro-points li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 500;
    
}

.intro-points li::before {
    content: "";
    width: 10px;
    height: 10px;
    background:rgb(88 6 21 / 71%);
    position: absolute;
    left: 0;
    top: 7px;
}
@media (max-width: 991px) {
	
.home-quality {
    padding: 70px 10px;
    position: relative;
    overflow: hidden;
}
    .hq-wrap {
        grid-template-columns: 1fr;
    }

    .hq-image {
        margin-left: 0;
        margin-top: 40px;
        height: 260px;
    }

    .hq-text {
        max-width: 100%;
				padding: 60px 15px;
		}
}









.home-why {
    padding: 120px 40px;
    background: #f6f6f6;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.6)), url(../img/kitchen-gallery/017.jpg) 0 no-repeat;
    background-size: cover;
}

.home-why .hq-wrap {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    position: relative;
}

.home-why .hq-images {
    position: relative;
    height: 550px;
}



.home-why .hq-image {
    position: absolute;
    width: 520px;
    height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
}

.home-why .hq-image.primary {
    background-image: url("/img/homepage/eric-card-01.jpg");
    z-index: 1;
    top: 0;
left: 0;
opacity: 0.15;
transform: rotate(-13.5deg) translateX(-40px);
    
    
    
 		
		transition: all  0.75s;
		
}

.home-why .hq-image.secondary {
    background-image: url("/img/homepage/eric-card-02.jpg");
    z-index: 2;
    top: 40px;

		opacity: 0.15;

right: 70px;
transform: rotate(13.5deg) translateX(40px);
		transition: all  0.75s;

}

.home-why .hq-image.primary.show {
	    transform: rotate(0deg) translateX(0);
		
				opacity: 1;

}

.home-why .hq-image.secondary.show {
	    transform: rotate(0deg) translateX(0);

				opacity: 1;
				

}

.home-why .hq-image.secondary::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid rgb(88 6 21 / 46%);
    border-radius: 6px;
    pointer-events: none;
}


@media (max-width: 991px) {
.home-why {
    padding: 120px 11px;
    background: linear-gradient(to right, rgb(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0.6)), url(../img/kitchen-gallery/017.jpg) 0 no-repeat;
}
	
    .home-why .hq-wrap {
        grid-template-columns: 1fr;
    }

    .home-why .hq-images {
        height: 320px;
        margin-top: 40px;
    }

    .home-why .hq-image {
        width: 100%;
        height: 100%;
        right: 0;
        transform: translateX(50%);
    }

    .home-why .hq-image.secondary {
        display: none;
    }
}










/*areas served section*/

.service-intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  align-items: stretch; /* important */
}
.city-link {
  display: block;
  height: 100%;
  text-decoration: none;
}

.city-item {
  background: rgba(255,255,255,0.95);
  border-radius: 16px;
  padding: 22px 15px;
  text-align: center;

  display: flex;
  flex-direction: column;
  justify-content: center; /* vertically centers content */
  align-items: center;
  gap: 12px;

  height: 100%; /* ensures equal-height cards */
  transition: 0.35s ease;
}

.city-item i {
  font-size: 1.8rem;
  color: rgb(221 0 0 / 85%);
}

.city-item span {
  font-weight: 600;
  font-size: 0.95rem;
  color: #222;
  line-height: 1.2;
}

.city-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.city-link:focus-visible {
  outline: 3px solid rgb(221 0 0 / 60%);
  border-radius: 18px;
}

.areas-heading {
    font-size: 2.5rem;
    color: #b4f1c4;
    font-family: font;
    text-align: center;
    margin-bottom: 75px;
}

/* Responsive tweak */
@media (max-width: 768px) {
  .service-intro-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .service-intro-grid {
    grid-template-columns: 1fr;
  }
}

.areas-cta {
  margin-top: 45px;
  text-align: center;
}

.areas-more-link {
  display: inline-block;
  padding: 14px 32px;
  border-radius: 30px;
  background: #1d8538;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.areas-more-link:hover {
  background: #7bc78f;
  transform: translateY(-2px);
}




.review-section-eric {
  padding: 100px 8%;
  background-color: #f1f1f1; /* matches services section tone */
}

.review-container-eric {
  max-width: 1200px;
  margin: 0 auto;
}

.review-title-eric {
  font-size: 3.3rem;
  text-align: center; /* match your left-aligned aesthetic */
  color: #111;
  margin-bottom: 50px;
  font-weight: 700;
}

@media (max-width: 991px){
    
.review-title-eric {
    font-size: 2.8rem;
    text-align: center;
    color: #111;
    margin-bottom: 50px;
    font-weight: 700;
}
    
}

/* Grid */
.review-grid-eric {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

/* Cards */
.review-card-eric {
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card-eric:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* Review text */
.review-body-eric {
  font-size: 1.05rem;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.6;
}

/* Meta */
.review-meta-eric {
  font-size: 0.9rem;
  color: #666;
}

.review-stars-eric {
  color: #c19a6b; /* brand gold */
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.review-author-eric {
  font-weight: 600;
  color: #111;
}

.review-date-eric {
  font-style: italic;
  margin-bottom: 6px;
  opacity: 0.7;
}

/* Platform link */
.review-platform-eric {
  display: inline-block;
  color: #c19a6b;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.review-platform-eric:hover {
  opacity: 0.7;
}

/* Button */
.review-button-container-eric {
  text-align: left;
  margin-top: 40px;
}

.review-button-eric {
  background-color: #c19a6b;
  color: #fff;
  border: none;
  padding: 14px 34px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.review-button-eric:hover {
  background-color: #a67c52;
  transform: translateY(-2px);
}

.hidden-review-eric {
  display: none;
}

/* Responsive */
@media (min-width: 991px) {
  .review-grid-eric {
    grid-template-columns: repeat(3, 1fr);
  }

}

/* View All Link */
.review-link-container-eric {
  text-align: left;
  margin-top: 25px;
}

.review-testimonial-link-eric {
  color: #c19a6b;
  font-size: 1rem;
  text-decoration: none;
  font-weight: 600;
  transition: opacity 0.3s ease;
}

.review-testimonial-link-eric:hover {
  opacity: 0.7;
}










.home1 {
    padding: 75px 0 75px 0;
    background: rgb(255, 255, 255);
}
.home1 h1 {
    font-family: font;
    font-size: 45px;
    text-align: center;
    line-height: 40px;
    padding-bottom: 35px;
    text-transform: uppercase;
    color: rgb(142, 11, 11);
    font-weight: 600;
}
.home1 h1 span {
    font-size: 20px;
    text-transform: none;
}
.home1 .card {
    max-height: 100%;
    height: 100%;
    color: #fff;
    margin: 0 0 0 0;
    border-radius: 0.7rem;
    padding: 25px;
    background: rgb(255, 255, 255);
    border: 3px solid rgb(88, 6, 21);
    visibility: hidden;
}


 a.service-link{
    max-height: 100%;
    height: 100%;
    color: rgb(255, 255, 255);;
    margin: 0 0 0 0;
    border-radius: 0.7rem;
    padding: 10px;
    background: rgb(88, 6, 21);
    border: 3px solid black;
}


 a.service-link:hover{
    color: rgb(88, 6, 21);
    background:rgb(255, 255, 255);
}
.home1 .card h2 {
    font-family: font;
    font-size: 25px;
    color: rgb(142, 11, 11);
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.home1 .card h2 span {
    font-family: font;
    font-size: 15px;
    color: rgb(142, 11, 11);
}
.home1 .card h3 {
    font-family: font;
    font-size: 17px;
    color: rgb(142, 11, 11);
}
.home1 .card hr {
    border-top: 2px solid rgb(142, 11, 11);
}
.home1 .card p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: rgb(60, 60, 60);
}



/**/
/*HOMEPAGE SERVICES SECTION*/
/**/
/* ============================= */
/* HOMEPAGE SERVICES SECTION */
/* ============================= */

.home-services {
  padding: 100px 25px;
  background: #f1f1f1;
}
.home-services .container-fluid{
max-width: 1700px ;
}
.home-services .main-title {
    text-align: center;
    font-size: 4rem;
    
    padding-top: 70px;
    padding-bottom: 70px;
    color: rgb(88, 6, 21);
    font-weight:600;
}
/* GRID LAYOUT */
.services-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
}

/* Top row */
.residential { grid-column: span 7; }
.commercial  { grid-column: span 5; }

/* Bottom row */
.small { grid-column: span 3; }


@media (max-width: 991px){
    
.services-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;;
}

  .services-grid > * {
    grid-column: span 1 !important;
  }
.home-services .main-title {
    text-align: center;
    font-size: 3rem;
    padding-top: 70px;
    padding-bottom: 70px;
    color: rgb(88, 6, 21);
    font-weight: 600;
}

  
}
/* ============================= */
/* CARD BASE */
/* ============================= */

.serv-card {
  position: relative;
  display: block; /* important if using <a> */
  text-decoration: none;
  border-radius: 12px;
  min-height: 400px;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.serv-card {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

/* Taller main cards */
.h-main {
  min-height: 550px;
}

/* ============================= */
/* BACKGROUND IMAGE LAYER */
/* ============================= */

.serv-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transition: transform 0.6s ease;
}

/* Dark overlay */
.serv-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.75) 0%,
    rgba(0,0,0,0.45) 50%,
    rgba(0,0,0,0.15) 75%,
    rgba(0,0,0,0) 100%
  );
  opacity: 0.85;
  z-index: 2;
  transition: opacity 0.5s cubic-bezier(.22,.61,.36,1);
}


/* ============================= */
/* CONTENT LAYER */
/* ============================= */

.serv-content {
  position: absolute;
  bottom: 20px;   /* anchor properly */
  left: 20px;
  right: 20px;
  z-index: 3;
  transition: transform 0.4s ease;
}

/* Text styling */
.serv-card h2 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

.serv-card p {
  color: #fff;
}

/* Hidden paragraph initially */
.serv-hover {
  margin-top: 14px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

/* ============================= */
/* HOVER EFFECTS */
/* ============================= */

.serv-card:hover {
  transform: scale(1.02);
}

.serv-card:hover::before {
  transform: scale(1.06);
}

.serv-card:hover::after {
  opacity: 0.6;
}

.serv-card:hover .serv-content {
  transform: translateY(-40px);
}

.serv-card:hover .serv-hover {
  opacity: 1;
  transform: translateY(0);
}


/* ============================= */
/* SCROLL REVEAL INITIAL STATE */
/* ============================= */

.serv-card {
  opacity: 0;
  transform: translateY(60px);
  transition: 
    opacity 0.8s cubic-bezier(.22,.61,.36,1),
    transform 0.8s cubic-bezier(.22,.61,.36,1);
}

/* When revealed */
.serv-card.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1440px){
    
.serv-card h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}


}

@media (max-width: 991px){
    
.serv-card h2 {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
}
}
/* ============================= */
/* BACKGROUND IMAGES */
/* ============================= */

.residential::before {
  background-image: url("/img/homepage/residential-prev.jpg");
}

.commercial::before {
  background-image: url("/img/homepage/commercial-prev.jpg");
}

.kitchen::before {
  background-image: url("/img/homepage/kitchen-prev.jpg");
}

.bathroom::before {
  background-image: url("/img/homepage/bathroom-prev.jpg");
}

.general-contracting::before {
  background-image: url("/img/homepage/gc-prev.jpg");
}

.custom-homes::before {
  background-image: url("/img/homepage/home-prev.jpg");
}

/**/
/*HOMEPAGE SERVICES SECTION END */
/**/


/* ========= Shipley Tabs (Eric's Unified Style) ========= */

.shipley-services-tabs{
  --ink: #111;
  --accent: #c19a6b;
  --accent-dark: #a67c52;
  --muted: #6b7280;
  --bg: #f1f1f1;
  --card: #ffffff;

  background: var(--bg);
  border-top: 5px solid var(--accent);
  padding: 80px 0 100px;
  font-family: 'Montserrat', sans-serif;
}

.shipley-services-tabs .shipley-container{
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
}

/* ===== Section Header ===== */

.shipley-services-tabs .shipley-sec-head{
  text-align:center;
  margin-bottom:50px;
}

.shipley-services-tabs .shipley-sec-head h2{
    text-align: center;
    font-size: 4rem;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(88, 6, 21);
    font-weight: 600;
}

.shipley-services-tabs .shipley-sec-head h2 span{
  color: var(--accent);
}

.shipley-services-tabs .shipley-sec-head p{
  color: var(--muted);
  font-weight: 400;
  font-size: 1rem;
}

/* ===== Layout ===== */

.shipley-panels{
  grid-area: panels;
}

.shipley-tablist{
  grid-area: tabs;
}

.shipley-tabs-wrap{
  display: grid;
  grid-template-areas:
    "panels"
    "tabs";
  gap: 28px;
  opacity: 1;
  transform: translateY(25px);
  transition: 0.5s ease;
}

.shipley-tabs-wrap.show{
  transform:translateY(0);
  opacity:1;
}

@media (max-width: 992px){
  .shipley-tabs-wrap{ grid-template-columns:1fr; }
.shipley-services-tabs .shipley-sec-head h2 {
    text-align: center;
    font-size: 3rem;
    padding-top: 30px;
    padding-bottom: 30px;
    color: rgb(88, 6, 21);
    font-weight: 600;
}
  
}

/* ===== Tab List ===== */

.shipley-tablist{
  background: var(--card);
  border-radius: 16px;
  padding: 16px;
  display:grid;
  grid-template-columns: repeat(5, 1fr);
  gap:14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.08);
  opacity: 0.15;
  transition:0.7s ease;
}

.shipley-tablist.show{
  opacity:1;
}

/* ===== Individual Tabs ===== */

.shipley-tab{
  appearance:none;
  background:#f5f5f5;
  border:2px solid transparent;
  color:var(--ink);
  text-align:center;
  padding:14px 16px;
  border-radius:12px;
  cursor:pointer;
  font-weight:700;
  font-family:'Montserrat', sans-serif;
  transition: 
    background .25s ease,
    transform .2s ease,
    box-shadow .2s ease,
    border-color .25s ease;
}

.shipley-tab:hover{
  background:#ececec;
  transform: translateY(-3px);
}

.shipley-tab.is-active{
  background: rgba(193,154,107,0.15);
  border-color: var(--accent);
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.shipley-tab:focus-visible{
  outline:3px solid rgba(193,154,107,.35);
  outline-offset:2px;
}

/* ===== Panels Container ===== */

.shipley-panels{
  background:var(--card);
  border-radius:20px;
  padding:18px;
  box-shadow: 0 20px 45px rgba(0,0,0,.10);
}

.shipley-panel{ display:none; }
.shipley-panel.is-active{ display:block; }

/* ===== Media Card ===== */

.shipley-panel-media{
  position:relative;
  overflow:hidden;
  border-radius:12px;
  aspect-ratio:16/9;
  background:#000;
}

.shipley-panel-media > img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:contrast(1.02) saturate(1.02) brightness(.98);
  transition: transform .4s ease;
}

.shipley-panel-media:hover > img,
.shipley-panel-media:focus-within > img{
  transform: scale(1.05);
}

/* ===== Hover Overlay ===== */

.shipley-panel-overlay{
  position:absolute;
  inset:auto 0 0 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,.55) 30%,
    rgba(0,0,0,.85) 100%
  );
  color:#fff;
  padding:20px;
  transform: translateY(70%);
  transition: transform .3s ease;
}

.shipley-panel-media:hover .shipley-panel-overlay,
.shipley-panel-media:focus-within .shipley-panel-overlay{
  transform: translateY(0);
}

.shipley-panel-overlay h3{
  margin:0 0 8px;
  font-family:'Montserrat', sans-serif;
  font-size:22px;
  font-weight:700;
  letter-spacing:0.5px;
  text-transform: uppercase;
}

.shipley-panel-overlay p{
  margin:0 0 8px;
  line-height:1.6;
  font-weight:400;
}

.shipley-panel-overlay ul{
  margin:10px 0 0 18px;
}

.shipley-panel-overlay li{
  margin:4px 0;
}

/* ===== CTA ===== */

.areas-cta{
  margin-top: 50px;
  text-align:center;
}

.projects-more-link{
  display:inline-block;
  padding:14px 34px;
  border-radius:30px;
  background: var(--accent);
  color:#fff;
  font-weight:600;
  font-family:'Montserrat', sans-serif;
  text-decoration:none;
  transition: all .3s ease;
}

.projects-more-link:hover{
  background: var(--accent-dark);
  transform: translateY(-2px);
}

.projects-more-link .arrow{
  display:inline-block;
  margin-left:6px;
  transition: transform .4s ease;
}

.projects-more-link:hover .arrow{
  transform: translateX(7px);
}

/* ===== Mobile Adjustments ===== */

@media (max-width: 690px){

  .shipley-tablist{
    grid-template-columns: 1fr;
  }

  .shipley-panel-overlay p,
  .shipley-panel-overlay ul{
    display:none;
  }

}







.home2 {
    background: rgb(88, 6, 21);
    padding: 75px 0 75px 0;
}
.home2 p {
    color: rgb(255, 255, 255);
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 3rem;
}
.home2 h5 {
    text-align: center;
    font-weight: 300;
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 18px;
    color: rgb(255, 255, 255);
}
.home3 {
    background: rgb(255, 255, 255);
    padding: 75px 0 75px 0;
}
.home3 h3 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 30px;
    color: rgb(60, 60, 60);
}
.home3 span {
    color: rgb(142, 11, 11);
}
.home3 .pad {
    padding-top: 20px;
}
.home3 p {
    font-weight: 500;
    font-size: 16px;
    color: rgb(60, 60, 60);
    text-align: justify;
}
.home3 img {
    border-radius: 0.6rem;
}
.home4 {
    padding: 75px 0 75px 0;
    background: rgb(88, 6, 21);
}
.home4 p {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 30px;
}
.home5 {
    background: rgb(255, 255, 255);
    padding: 75px 0 50px 0;
}
.home5 h3 {
    color: rgb(88, 6, 21);
    font-weight: 600;
    font-size: 40px;
    padding-bottom: 30px;
    text-align: center;
}
.home5 h4 {
    font-weight: 600;
    font-size: 25px;
    color: rgb(0, 0, 0);
}
.home5 span {
    color: rgb(88, 6, 21);
}
.home5 li {
    font-size: 22px;
    color: rgb(60, 60, 60);
}
.home5 p {
    font-size: 16px;
    color: rgb(60, 60, 60);
    text-align: justify;
}
.home5 h5 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(60, 60, 60);
}
.home5 iframe {
    width: 100%;
    height: 100%;
}
.home6 {
    padding: 25px 0 75px 0;
    background: rgb(255, 255, 255);
}
.home6 h4 {
    font-size: 25px;
    text-align: center;
    color: rgb(0, 0, 0);
}
.home6 p {
    font-size: 13px;
    color: rgb(0, 0, 0);
}
.home6 hr {
    border-top: 2px solid rgb(0, 0, 0);
    opacity: 1;
}
.home7 {
    background: rgb(88, 6, 21);
    padding: 75px 0 75px 0;
}
.home7 h3 {
    font-weight: 600;
    font-size: 30px;
    color: rgb(255, 255, 255);
}
.home7 p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-align: justify;
}
.home7 .txt {
    font-size: 14px;
}
.home7 h4 {
    color: rgb(255, 255, 255);
    text-decoration: underline;
    font-weight: 600;
    font-size: 20px;
}
.home8 {
    background: rgb(255, 255, 255);
    padding: 75px 0 75px 0;
}
.home8 h3 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.home8 span {
    color: rgb(142, 11, 11);
}


.slider-intro{
    padding:40px;
    /* background: linear-gradient(0deg, #000000e0 25%, #000000e0 90%), url(/img/services/ms-1.jpg); */
  background:
    linear-gradient(0deg, #ffffff12 25%, #0000002e 90%),
    var(--slider-bg);
    background-position: center center;
    background-attachment: fixed;
    color: #fff;
    background-size: cover;
    height: 80vh; 
}



.about1 {
    background: rgb(255, 255, 255);
    padding: 80px 0 75px 0;
}
.about1 h1 {
    text-align: center;
    color: rgb(0, 0, 0);
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 45px;
}
.about1 p {
    color: rgb(60, 60, 60);
    font-size: 17px;
    text-align: center;
}
.about2 {
    background: rgb(88, 6, 21);
    padding: 75px 0 75px 0;
}
.about2 h4 {
    font-family: "font";
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}
.about2 a {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 20px 50px 20px 50px;
}
.news1 {
    background: rgb(251, 251, 251);
    padding: 75px 0 75px 0;
}
.wood-service-1 {
    padding: 75px 0 75px 0;
    background: rgb(255, 255, 255);
}
.wood-service-1 h1 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 45px;
    text-align: center;
}
.wood-service-1 h2 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 45px;
    text-align: center;
}
.wood-service-1 p {
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-align: center;
}
.wood-service-2 {
    padding: 75px 0 75px 0;
    background: rgb(88,6,21);
}
.wood-service-2 h2 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255,255,255);
    font-size: 45px;
    text-align: center;
}
.wood-service-2 p {
    font-size: 17px;
    color: rgb(255,255,255);
    text-align: center;
}
.service1 {
    padding: 75px 0 75px 0;
    background: rgb(255, 255, 255);
}
.service1 h1 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 45px;
    text-align: center;
}
.service1 h2 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 33px;
    text-align: center;
}
.service1 strong {
    font-size: 30px;
    color: rgb(93, 179, 83);
    text-shadow: 1px 1px 1px #000;
}
.service1 h4 {
    font-family: font;
    text-align: right;
    font-weight: 600;
    color: rgb(0, 0, 0);
    font-size: 17px;
    text-transform: uppercase;
}
.service1 h5 {
    text-align: left;
    font-weight: 500;
    color: rgb(12, 12, 12);
    font-size: 17px;
}
.service1 p {
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-align: center;
}
.service2 {
    padding: 75px 0 75px 0;
    background: rgb(88, 6, 21);
}
.service2 h1 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 45px;
    text-align: center;
}
.service2 h2 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
}
.service2 h2.alternate {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
}

.service2 strong {
    font-size: 30px;
    color: rgb(93, 179, 83);
    text-shadow: 1px 1px 1px #000;
}
.service2 h3{
    font-family: font;
    text-align: center;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-transform: uppercase;
}
.service2 h4 {
    font-family: font;
    text-align: right;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 17px;
    text-transform: uppercase;
}
.service2 h5 {
    text-align: left;
    font-weight: 500;
    color: rgb(255, 255, 255);
    font-size: 17px;
}
.service2 p {
    font-size: 17px;
    color: rgb(255, 255, 255);
    text-align: center;
}
.service2 a {
    font-size: 17px;
    color: rgb(88, 6, 21);;
    text-align: center;
    
    background: white;
    padding: 10px; 
}

.service2 a:hover {
    color: white;
    
    background: rgb(0 0 0 / 23%);;;
}

.service2 .sub-box{
   border-radius: 15px;
   color: black !important;
   padding: 20px;
   background: white;
    
}
.service2 .sub-box h3{
   color: rgb(88, 6, 21);
   font-size: 1.4rem;
    
}
.service2 .sub-box p{
   color: black; 
    
}
.service2 .sub-box span{
    font-weight: 700;;
    font-size: 1.5rem; 
    
}
.service2 ul{
    padding: 0; 
    list-style-type: none; 
}


.service3 {
    padding: 75px 0 75px 0;
    background: rgb(88,6,21);
}
.service3 h2 {
    font-weight: 600;
    padding-bottom: 20px;
    color: rgb(255, 255, 255);
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'font';
}
.service3 h3 {
    font-weight: 600;
    padding-top: 15px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    text-align: center;
}
.service3 a {
    color: rgb(255, 255, 255);
}
.service3 a:hover {
    color: rgb(255, 255, 255, 0.8);
}
.service3 p {
    text-align: center;
    font-size: 17px;
    color: rgb(255, 255, 255);
}
.service4 {
    background: rgb(255, 255, 255);
    padding: 75px 0 25px 0;
}
.service4 h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(88, 6, 21);
}
.service4 h2 {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(88, 6, 21);
}
.service4 h3 {
    color: rgb(12, 12, 12);
    font-size: 23px;
    text-align: left;
    font-weight: 500;
}
.service4 h4 {
    text-align: center;
    color: rgb(88, 6, 21);
    font-size: 19px;
    text-decoration: underline;
}
.service4 .pad {
    padding-top: 50px;
}
.service4 p {
    font-size: 17px;
    color: rgb(0, 0, 0);
}
.service5 {
    padding: 25px 0 50px 0;
}
.service5 .box {
    background: rgb(88, 6, 21);
    padding: 25px 100px;
    border-radius: 1.5rem;
}
.service5 h3 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 25px;
}
.service5 p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
}
.service5 hr {
    margin: auto;
    border-top: 2px solid rgb(255, 255, 255);
    width: 70%;
    opacity: 1;
}
.service5 ul {
    padding-top: 20px;
}
.service5 li {
    color: rgb(255, 255, 255);
}
.service6 {
    padding: 0 0 25px 0;
    background: rgb(255, 255, 255);
}
.service6 h3 {
    text-align: left;
    font-size: 23px;
    padding-top: 15px;
    font-weight: 600;
    color: rgb(88, 6, 21);
}
.service6 h4 {
    text-align: right;
    font-size: 23px;
    padding-top: 15px;
    font-weight: 600;
    color: rgb(88, 6, 21);
}
.service6 h5 {
    text-align: center;
    font-size: 23px;
    padding-top: 15px;
    font-weight: 600;
    color: rgb(88, 6, 21);
}
.service6 .txt-l {
    text-align: left;
}
.service6 .txt-r {
    text-align: right;
}
.service6 .txt-c {
    text-align: center;
}
.service7 {
    background: rgb(255, 255, 255);
    padding: 75px 0 25px 0;
}
.service7 h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(88, 6, 21);
}
.service7 h2 {
    font-size: 31px;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(88, 6, 21);
}
.service7 p {
    font-size: 17px;
    color: rgb(0, 0, 0);
}
.service8 {
    padding: 25px 0 50px 0;
}
.service8 .box {
    background: rgb(88, 6, 21);
    padding: 25px 75px;
    border-radius: 1.5rem;
}
.service8 h3 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 25px;
}
.service8 p {
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding-top: 20px;
    text-align: center;
}
.service8 hr {
    margin: auto;
    border-top: 2px solid rgb(255, 255, 255);
    width: 70%;
    opacity: 1;
}
.service8 ul {
    padding-top: 20px;
}
.service8 li {
    color: rgb(255, 255, 255);
    font-size: 15px;
}
.service9 {
    padding: 50px 0 50px 0;
    background: rgb(255, 255, 255);
}
.service9 h3 {
    text-align: left;
    color: rgb(88, 6, 21);
    font-size: 28px;
}
.service9 h4 {
    text-align: right;
    color: rgb(88, 6, 21);
    font-size: 28px;
}
.service9 strong {
    background: rgb(88, 6, 21);
    color: rgb(255, 255, 255);
    padding: 5px;
}
.service9 p {
    font-size: 17px;
    color: rgb(0, 0, 0);
}
.service9 .txt1 {
    text-align: left;
}
.service9 .txt2 {
    text-align: right;
}









/**** Commercial Fencing Page Revamp ****/

.eric-service-hero {
    position: relative;
    padding: 165px 0 125px 0;
    background: url("/img/services/ehr-fence-003.webp");
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.eric-service-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.78) 0%,
        rgba(0,0,0,0.58) 45%,
        rgba(0,0,0,0.18) 100%
    );
    z-index: 1;
}

.eric-service-hero .container {
    position: relative;
    z-index: 2;
}

.eric-service-hero-content {
    max-width: 760px;
}

.eric-service-hero-content span,
.eric-service-section-heading span,
.eric-service-science-content span,
.eric-service-roi-card span,
.eric-service-why-content span {
    display: inline-block;
    margin-bottom: 14px;
    color: #c19a6b;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eric-service-hero-content h1 {
    font-family: font;
    color: #fff;
    font-size: clamp(2.7rem, 6vw, 5.25rem);
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 22px;
}

.eric-service-hero-content p {
    color: rgba(255,255,255,0.92);
    font-size: 1.15rem;
    line-height: 1.75;
    max-width: 650px;
}

.eric-service-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.eric-service-btn {
    display: inline-block;
    padding: 15px 30px;
    background: #c19a6b;
    color: #fff !important;
    border: 2px solid #c19a6b;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none !important;
    transition: .3s ease;
}

.eric-service-btn:hover {
    background: #a67c52;
    border-color: #a67c52;
    transform: translateY(-3px);
}

.eric-service-btn-outline {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}

.eric-service-btn-outline:hover {
    background: #fff;
    border-color: #fff;
    color: rgb(88, 6, 21) !important;
}

.eric-service-hero-card {
    padding: 40px;
    background: rgba(255,255,255,0.94);
    border-radius: 12px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.35);
    border-left: 8px solid #c19a6b;
}

.eric-service-hero-card h2 {
    color: rgb(88, 6, 21);
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.eric-service-hero-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.eric-service-hero-card li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 14px;
    color: #222;
    font-weight: 600;
}

.eric-service-hero-card li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: rgb(88 6 21 / 71%);
}


/**** Intro / Shared ****/

.eric-service-intro,
.eric-service-science,
.eric-service-budget,
.eric-service-faq,
.eric-service-why {
    padding: 95px 0;
    background: #fff;
}

.eric-service-section-heading {
    max-width: 980px;
    margin: 0 auto 50px auto;
    text-align: center;
}

.eric-service-section-heading h2,
.eric-service-science-content h2,
.eric-service-roi-card h2,
.eric-service-why-content h2,
.eric-service-cta h2 {
    font-family: font;
    color: rgb(88, 6, 21);
    font-size: 3.3rem;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 20px;
}

.eric-service-section-heading p,
.eric-service-science-content p,
.eric-service-roi-card p,
.eric-service-why-content p,
.eric-service-cta p {
    color: #333;
    font-size: 17px;
    line-height: 1.75;
    font-weight: 500;
}


/**** Value Cards ****/

.eric-service-value-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.eric-service-value-card {
    padding: 30px 24px;
    background: #f1f1f1;
    border-radius: 12px;
    border-bottom: 6px solid #c19a6b;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
    transition: .3s ease;
}

.eric-service-value-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 45px rgba(0,0,0,0.1);
}

.eric-service-value-card h3 {
    color: rgb(88, 6, 21);
    font-size: 1.55rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.eric-service-value-card p {
    color: #333;
    line-height: 1.65;
    margin-bottom: 0;
}


/**** Fencing Options ****/

.eric-service-options {
    padding: 105px 25px;
    background: #f1f1f1;
}

.eric-service-main-title {
    text-align: center;
    font-size: 4rem;
    padding-bottom: 65px;
    color: rgb(88, 6, 21);
    font-weight: 700;
}

.eric-service-options-grid {
    max-width: 1600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.eric-service-option-card {
    position: relative;
    min-height: 560px;
    border-radius: 14px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 25px 60px rgba(0,0,0,0.28);
    transition: .4s ease;
}

.eric-service-option-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.82),
        rgba(0,0,0,0.45),
        rgba(0,0,0,0.08)
    );
    z-index: 1;
}

.eric-service-option-card:hover {
    transform: scale(1.02);
}

.eric-service-option-card.pine {
    background-image: url("/img/services/ehr-fence-002.webp");
}

.eric-service-option-card.cedar {
    background-image: url("/img/services/ehr-fence-001.webp");
}

.eric-service-option-card.picket {
    background-image: url("/img/services/ehr-fence-004.webp");
}


/**** Commercial Cabinet Page Modifiers ****/

.eric-service-hero.commercial-cabinet-page {
    background-image: url("/img/services/ehr-cabinet-001.webp");
}

.eric-service-option-card.option-cabinet-installation {
    background-image: url("/img/services/ehr-cabinet-002.webp");
}

.eric-service-option-card.option-cabinet-repairs {
    background-image: url("/img/services/ehr-cabinet-003.webp");
}

.eric-service-option-card.option-cabinet-upgrades {
    background-image: url("/img/services/ehr-cabinet-004.webp");
}

.eric-service-roi.commercial-cabinet-roi {
    background-image:
        linear-gradient(to right, rgba(0,0,0,0.72), rgba(0,0,0,0.55)),
        url("/img/homepage/kitchen-prev.jpg");
}


/**** Custom Home Addition Page Modifiers ****/

.eric-service-hero.custom-additions-page {
    background-image: url("/img/services/ehr-add-001.webp");
}

.eric-service-option-card.option-room-additions {
    background-image: url("/img/services/ehr-add-002.webp");
}

.eric-service-option-card.option-living-expansions {
    background-image: url("/img/services/ehr-add-003.webp");
}

.eric-service-option-card.option-second-story {
    background-image: url("/img/services/ehr-add-004.webp");
}

.eric-service-roi.custom-additions-roi {
    background-image:
        linear-gradient(to right, rgba(0,0,0,0.72), rgba(0,0,0,0.55)),
        url("/img/homepage/commercial-prev.jpg");
}

/**** General Contractor Page Modifiers ****/

.eric-service-hero.general-contractor-page {
    background-image: url("/img/services/ehr-contract-001.webp");
}

.eric-service-option-card.option-residential-contracting {
    background-image: url("/img/services/ehr-contract-002.webp");
}

.eric-service-option-card.option-commercial-contracting {
    background-image: url("/img/services/ehr-contract-003.webp");
}

.eric-service-option-card.option-renovation-management {
    background-image: url("/img/services/ehr-contract-004.webp");
}

.eric-service-roi.general-contractor-roi {
    background-image:
        linear-gradient(to right, rgba(0,0,0,0.72), rgba(0,0,0,0.55)),
        url("/img/homepage/gc-prev.jpg");
}


/**** Mini Split Page Modifiers ****/

.eric-service-hero.mini-split-page {
    background-image: url("/img/mini-split-slide.jpg");
}

.eric-service-option-card.option-garage-mini-splits {
    background-image: url("/img/services/ehr-split-001.webp");
}

.eric-service-option-card.option-addition-mini-splits {
    
    background-image: url("/img/services/ehr-split-002.webp");
}

.eric-service-option-card.option-room-mini-splits {
    background-image: url("/img/services/ehr-split-003.webp");
}

.eric-service-roi.mini-split-roi {
    background-image:
        linear-gradient(to right, rgba(0,0,0,0.72), rgba(0,0,0,0.55)),
        url("/img/homepage/commercial-prev.jpg");
}



/**** Commercial Expansion Page Modifiers ****/

.eric-service-hero.commercial-expansion-page {
    background-image: url("/img/services/ehr-expand-001.webp");
}

.eric-service-option-card.option-office-expansions {
    background-image: url("/img/services/ehr-expand-002.webp");
}

.eric-service-option-card.option-retail-expansions {
    background-image: url("/img/services/ehr-expand-003.webp");
}

.eric-service-option-card.option-facility-expansions {
    background-image: url("/img/services/ehr-expand-004.webp");
}

.eric-service-roi.commercial-expansion-roi {
    background-image:
        linear-gradient(to right, rgba(0,0,0,0.72), rgba(0,0,0,0.55)),
        url("/img/homepage/commercial-prev.jpg");
}


/* Optional: only needed if .eric-service-process does not already inherit spacing */
.eric-service-process {
    padding: 95px 0;
    background: #f1f1f1;
}

.eric-service-option-content {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    z-index: 2;
    transition: .35s ease;
}

.eric-service-option-card:hover .eric-service-option-content {
    transform: translateY(-18px);
}

.eric-service-option-content h3 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 16px;
}

.eric-service-option-content p {
    color: #fff;
    line-height: 1.65;
    font-size: 15px;
}


/**** Science ****/

.eric-service-science {
    background: #fff;
}

.eric-service-science-content {
    padding: 50px;
    background: #fff;
    box-shadow: 0 30px 60px rgba(0,0,0,0.18);
    border-radius: 12px;
}

.eric-service-science-list {
    display: grid;
    gap: 18px;
}

.eric-service-science-list div {
    padding: 24px;
    background: #f1f1f1;
    border-left: 6px solid #c19a6b;
    border-radius: 10px;
}

.eric-service-science-list strong {
    display: block;
    color: rgb(88, 6, 21);
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.eric-service-science-list p {
    margin-bottom: 0;
    color: #333;
    line-height: 1.6;
}


/**** ROI ****/

.eric-service-roi {
    padding: 105px 20px;
    background:
        linear-gradient(to right, rgba(0,0,0,0.72), rgba(0,0,0,0.55)),
        url("/img/homepage/commercial-prev.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.eric-service-roi-card {
    max-width: 950px;
    margin: 0 auto;
    padding: 55px;
    background: rgba(255,255,255,0.95);
    border-radius: 14px;
    box-shadow: 0 30px 65px rgba(0,0,0,0.32);
}


/**** Budget ****/

.eric-service-budget {
    background: #f1f1f1;
}

.eric-service-budget-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.eric-service-budget-card {
    padding: 28px 22px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 35px rgba(0,0,0,0.06);
    transition: .3s ease;
}

.eric-service-budget-card:hover {
    transform: translateY(-6px);
}

.eric-service-budget-card h3 {
    color: rgb(88, 6, 21);
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.eric-service-budget-card p {
    color: #333;
    line-height: 1.65;
    margin-bottom: 0;
}

.eric-service-budget-note {
    max-width: 920px;
    margin: 38px auto 0 auto;
    padding: 28px;
    background: rgb(88, 6, 21);
    border-radius: 10px;
    text-align: center;
}

.eric-service-budget-note p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1.7;
}


/**** FAQ ****/

.eric-service-faq {
    background: #fff;
}

.eric-service-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.eric-service-faq-item {
    padding: 30px;
    background: #f1f1f1;
    border-radius: 12px;
    border-top: 6px solid #c19a6b;
    transition: .3s ease;
}

.eric-service-faq-item:hover {
    background: rgb(88, 6, 21);
    transform: translateY(-6px);
}

.eric-service-faq-item h3 {
    color: rgb(88, 6, 21);
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 12px;
}

.eric-service-faq-item p {
    color: #333;
    line-height: 1.65;
    margin-bottom: 0;
}

.eric-service-faq-item:hover h3,
.eric-service-faq-item:hover p {
    color: #fff;
}


/**** Why Choose ****/

.eric-service-why {
    background:
        linear-gradient(to right, rgba(0,0,0,0.72), rgba(0,0,0,0.58)),
        url("/img/kitchen-gallery/017.jpg");
    background-size: cover;
    background-position: center;
}

.eric-service-why-content {
    padding: 50px;
    background: rgba(255,255,255,0.96);
    border-radius: 12px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.28);
}

.eric-service-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.eric-service-why-grid div {
    padding: 25px 20px;
    background: rgba(193,154,107,0.92);
    color: #fff;
    border-radius: 8px;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 16px 35px rgba(0,0,0,0.25);
}


/**** CTA ****/

.eric-service-cta {
    padding: 105px 20px;
    background: rgb(88, 6, 21);
    text-align: center;
}

.eric-service-cta h2 {
    color: #fff;
}

.eric-service-cta p {
    color: #fff;
    max-width: 900px;
    margin: 0 auto 28px auto;
}


/**** Responsive ****/

@media(max-width: 1199px) {
    .eric-service-value-grid,
    .eric-service-budget-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .eric-service-options-grid,
    .eric-service-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 991px) {
    .eric-service-hero {
        padding: 125px 0 85px 0;
        text-align: center;
    }

    .eric-service-hero-content {
        margin: 0 auto 30px auto;
    }

    .eric-service-actions {
        justify-content: center;
    }

    .eric-service-intro,
    .eric-service-science,
    .eric-service-budget,
    .eric-service-faq,
    .eric-service-why,
    .eric-service-options,
    .eric-service-roi,
    .eric-service-cta {
        padding: 75px 15px;
    }

    .eric-service-section-heading h2,
    .eric-service-science-content h2,
    .eric-service-roi-card h2,
    .eric-service-why-content h2,
    .eric-service-cta h2,
    .eric-service-main-title {
        font-size: 2.45rem;
    }

    .eric-service-science-content,
    .eric-service-roi-card,
    .eric-service-why-content {
        padding: 35px 24px;
        text-align: center;
    }

    .eric-service-science-list {
        margin-top: 28px;
    }

    .eric-service-roi {
        background-attachment: scroll;
    }

    .eric-service-why-grid {
        margin-top: 28px;
    }
}

@media(max-width: 575px) {
    .eric-service-btn {
        width: 100%;
        text-align: center;
    }

    .eric-service-value-grid,
    .eric-service-budget-grid,
    .eric-service-why-grid {
        grid-template-columns: 1fr;
    }

    .eric-service-option-card {
        min-height: 700px;
    }

    .eric-service-hero-card {
        padding: 30px 22px;
    }

    .eric-service-hero-content h1,
    .eric-service-section-heading h2,
    .eric-service-science-content h2,
    .eric-service-roi-card h2,
    .eric-service-why-content h2,
    .eric-service-cta h2,
    .eric-service-main-title {
        font-size: 2rem;
    }
}







.area1 iframe {
    width: 100%;
    height: 100%;
}
.area1 {
    background: rgb(255, 255, 255);
    padding: 50px 25px 50px 25px;
}
.area1 h1 {
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    color: rgb(12, 12, 12);
}
.area1 h2 {
    font-size: 19px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
}
.area1 h3 {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-align: left;
}
.area1 h5 {
    font-size: 25px;
    color: rgb(0, 0, 0);
    text-align: center;
}
.area1 h4 {
    font-size: 13px;
    color: rgb(0, 0, 0);
}
.area1 h6 {
    font-size: 13px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}
.area1 hr {
    border-top: 2px solid rgb(0, 0, 0);
    opacity: 1;
}
.area1 p {
    font-size: 17px;
    text-align: justify;
    color: rgb(12, 12, 12);
}
.area1 a {
    padding: 13px 30px;
    background: rgb(88, 6, 21);
    font-weight: 800;
    font-size: 17px;
    border: 5px double rgb(255, 255, 255);
    border-radius: 1.5rem;
    font-family: "font";
    color: rgb(255, 255, 255);
}
.area1 a:hover {
    background: rgb(255, 255, 255);
    border: 5px solid rgb(88, 6, 21);
    color: rgb(142, 11, 11);
}
.area1 iframe {
    width: 100%;
    height: 100%;
}
.area11 {
    background: rgb(198, 198, 198);
    padding: 50px 50px 50px 50px;
}
.area11 h1 {
    font-weight: 600;
    font-size: 38px;
    text-align: left;
    color: rgb(88, 6, 21);
}
.area11 h1 strong {
    background: rgb(88, 6, 21);
    color: rgb(255, 255, 255);
    padding: 5px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #aaa;
}
.area11 h2 {
    font-size: 25px;
    color: #580615;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}
.area11 h2 strong {
    background: rgb(88, 6, 21);
    color: rgb(255, 255, 255);
    padding: 5px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #aaa;
}
.area11 h3 {
    font-size: 1rem;
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-align: left;
}
.area11 h5 {
    font-size: 25px;
    color: rgb(0, 0, 0);
    text-align: center;
}
.area11 h4 {
    font-size: 13px;
    color: rgb(0, 0, 0);
}
.area11 h6 {
    font-size: 13px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: center;
}
.area11 hr {
    border-top: 1px solid rgb(0, 0, 0);
    opacity: 1;
}
.area11 p {
    font-size: 17px;
    text-align: justify;
    color: rgb(12, 12, 12);
}
.area11 li p span{
    font-weight: 700;
    text-decoration: underline; 
}
.area11 a {
    color: inherit;
}
.area11 a:hover {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.area11 iframe {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 10px 1px #000;
}
.spin i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    writing-mode: lr-tb;
}
.ehr {
    background: rgb(88, 6, 21);
    box-shadow: 1px 1px 10px 1px #000;
    padding: 25px;
    color: #fff;
}
.ehr a {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.ehr hr {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #000;
}
.area2 iframe {
    width: 100%;
    height: 100%;
}
.area2 {
    background: rgb(251, 251, 251);
    padding: 50px 0 50px 0;
}
.area2 h2 {
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    color: rgb(12, 12, 12);
}
.area2 h3 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-align: left;
}
.area2 h5 {
    font-size: 25px;
    color: rgb(0, 0, 0);
    text-align: center;
}
.area2 h4 {
    font-size: 13px;
    color: rgb(0, 0, 0);
}
.area2 p {
    font-size: 17px;
    text-align: justify;
    color: rgb(12, 12, 12);
}
.area2 a {
    padding: 13px 30px;
    background: rgb(88, 6, 21);
    font-weight: 800;
    font-size: 20px;
    border: 5px double rgb(255, 255, 255);
    border-radius: 1.5rem;
    font-family: "font";
    color: rgb(255, 255, 255);
}
.area2 a:hover {
    background: rgb(255, 255, 255);
    border: 5px solid rgb(88, 6, 21);
    color: rgb(142, 11, 11);
}
.area2 hr {
    border-top: 2px solid rgb(0, 0, 0);
    opacity: 1;
}
.area3 iframe {
    width: 100%;
    height: 100%;
}
.area3 {
    background: rgb(255, 255, 255);
    padding: 50px 0 50px 0;
}
.area3 h2 {
    font-weight: 600;
    font-size: 40px;
    text-align: left;
    color: rgb(12, 12, 12);
}
.area3 h3 {
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-align: left;
}
.area3 h5 {
    font-size: 25px;
    color: rgb(0, 0, 0);
    text-align: center;
}
.area3 h4 {
    font-size: 13px;
    color: rgb(0, 0, 0);
}
.area3 hr {
    border-top: 2px solid rgb(0, 0, 0);
    opacity: 1;
}

.area3 a {
    padding: 13px 30px;
    background: rgb(88, 6, 21);
    font-weight: 800;
    font-size: 20px;
    border: 5px double rgb(255, 255, 255);
    border-radius: 1.5rem;
    font-family: "font";
    color: rgb(255, 255, 255);
}
.area3 a:hover {
    background: rgb(255, 255, 255);
    border: 5px solid rgb(88, 6, 21);
    color: rgb(142, 11, 11);
}

.area3 p {
    font-size: 17px;
    text-align: justify;
    color: rgb(12, 12, 12);
}
.temp1 {
    padding: 100px 0 0 0;
    background: rgb(255, 255, 255);
}
.temp1 h1 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(142, 11, 11);
    font-size: 35px;
    text-align: left;
}
.temp1 h2 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(142, 11, 11);
    font-size: 27px;
    text-align: left;
}
.temp1 h5 {
    color: rgb(12, 12, 12);
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}
.temp1 p {
    font-size: 17px;
    color: rgb(0, 0, 0);
    text-align: left;
}
.career1 {
    background: rgb(255, 255, 255);
    padding: 75px 0 75px 0;
}
.career1 h1 {
    text-align: left;
    font-weight: 600;
    font-size: 35px;
    color: rgb(88, 6, 21);
}
.career1 h2 {
    text-align: left;
    font-weight: 600;
    padding-top: 25px;
    font-size: 35px;
    color: rgb(88, 6, 21);
}
.career1 h3 {
    text-align: left;
    font-weight: 600;
    padding-top: 25px;
    font-size: 35px;
    color: rgb(88, 6, 21);
}
.career1 p {
    font-size: 18px;
    text-align: justify;
    color: rgb(12, 12, 12);
}
.career1 .txt {
    padding-bottom: 25px;
}


/**** Process Page ****/ 
.process {
	padding: 100px 0 100px 0;
	/*background: rgb(255,255,255);*/
	background: white;
}
.process .process-card{
	
    max-height: 100%;
    height: 100%;
    color: #fff;
    margin: 0 0 0px;
    border-radius: 5px;
    padding: 7px;
    background: rgb(255,255,255);
    visibility: visible;
    border: 3px solid rgb(88, 6, 21);
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
	
}
.process .process-card p {
	font-size: 19px;
	/*text-align: justify;*/
	/*color: rgb(110,110,110);*/
	color: black;;
}
.process h1 {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    /*color: rgb(0, 0, 0);*/
    color: black;;
    font-size: 2.5rem;
    text-align: center;
}
.process h2 {
	font-family: 'font';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process h3.card-title {
    font-family: font;
    text-transform: uppercase;
    font-weight: 600;
    color: black;
	font-size: 1.3rem;;
    text-align: center;

}
.process h5 {
	font-family: 'font';
	font-size: 25px;
	text-align: center;
	font-weight: 900;
	padding-bottom: 30px;
	color: rgb(110,110,110);
}
.process p {
	font-size: 19px;
	text-align: justify;
	/*color: rgb(110,110,110);*/
	color: black;;
}
.process li {
	font-size: 19px;
	font-family: 'font';
	color: rgb(110,110,110);
}
.process strong {
	color: rgb(194,3,16);
	font-family: 'font';
}


.gallery1 {
    background: rgb(88, 6, 21);
    padding: 75px 0 75px 0;
}
.gallery1 h2 {
    color: rgb(255, 255, 255);
    font-weight: 600;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-size: 45px;
    text-align: center;
}
.gallery1 h4 {
    font-weight: 600;
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.gallery1 .carousel {
    --current-slide: 0;
    position: relative;
    overflow: hidden;
}
.gallery1 .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0;
    margin: 0.1rem;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 0.9;
    color: rgb(255, 255, 255);
    background-color: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    transition: color 0.1s;
}
.gallery1 .carousel-button:hover {
    color: rgba(255, 255, 255, 0.7);
    border: none;
}
.gallery1 .carousel-button.active {
    border: none !important;
}
.gallery1 .carousel-button_next {
    right: 0;
    border: none;
}
.gallery1 .slides {
    display: flex;
    transition: transform 0.5s;
    transform: translateX(calc(-100% * var(--current-slide)));
}
.gallery1 .slide {
    flex: 0 0 100%;
    padding: 0 50px 0 50px;
}
.gallery1 .slide p {
    color: rgb(255, 255, 255);
    text-align: justify;
    font-size: 17px;
    font-weight: 500;
}
.gallery-slide .container {
    padding: 75px 0 75px 0;
}
.parallax9 {
    background-image: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0)), url(/img/project-slide-1.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}
.gallery-slide .square7 {
    background: rgb(255, 255, 255, 0);
    margin: 0 180px 0 180px;
    padding: 80px 0 80px 0;
}
.gallery-slide h1 {
    font-family: "Montserrat";
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 45px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 2px 2px 1px rgb(12, 12, 12);
}
.gallery-slide p {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 50px 70px 0 70px;
    text-align: center;
    font-family: "Montserrat";
    text-shadow: 2px 2px 1px rgb(12, 12, 12);
}
.gallery-slide span {
    color: rgb(246, 177, 24);
}
.gallery-slide ul {
    list-style: none;
}
.gallery-slide a.btn1,
.gallery-slide a.btn2,
.gallery-slide a.btn3,
.gallery-slide a.btn4,
.gallery-slide a.btn5,
.gallery-slide a.btn6,
.gallery-slide a.btn7,
.gallery-slide a.btn8,
.gallery-slide a.btn9,
.gallery-slide a.btn10,
.gallery-slide a.btn11,
.gallery-slide a.btn12,
.gallery-slide a.btn13,
.gallery-slide a.btn14,
.gallery-slide a.btn15,
.gallery-slide a.btn16,
.gallery-slide a.btn17,
.gallery-slide a.btn18,
.gallery-slide a.btn19,
.gallery-slide a.btn20,
.gallery-slide a.btn21{
    display: block;
    position: relative;
    padding: 10px 40px;
    margin: 0 0 4px;
    left: 0;
    text-decoration: none;
    border-radius: 10px;
    font-size: 24px;
    color: rgb(255, 255, 255);
}
.gallery-slide a.btn1 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/bathroom-gallery/001.JPG) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn2 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/bedroom-gallery/005.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn3 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/before-and-after-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn4 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/roofing-and-ceiling-gallery/006.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn5 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/flooring-gallery/001.jpeg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn6 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/kitchen-gallery/001.JPG) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn7 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/full-deck-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn8 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/fencing-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn9 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/misc-gallery/001.JPG) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn10 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/new-additions-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn11 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/cabinet-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn12 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/retaining-walls-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn13 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/conversion-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn14 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/open-concepts-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn14 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/open-concepts-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn15 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/door-gallery/0.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn16 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/door-gallery/0.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn17{
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/door-gallery/0.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn18{
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/door-gallery/0.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn19{
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/door-gallery/0.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn20{
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/door-gallery/0.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide a.btn21{
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/door-gallery/0.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 .container {
    padding: 75px 0 75px 0;
}
.parallax10 {
    background-image: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0)), url(/img/project-slide-1.jpg);
    min-height: auto;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: cover;
}
.gallery-slide2 .square7 {
    background: rgb(255, 255, 255, 0);
    margin: 0 180px 0 180px;
    padding: 80px 0 80px 0;
}
.gallery-slide2 h1 {
    font-family: "Montserrat";
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 44px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: 2px 2px 1px rgb(12, 12, 12);
}
.gallery-slide2 p {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding: 50px 70px 0 70px;
    text-align: center;
    font-family: "Montserrat";
    text-shadow: 2px 2px 1px rgb(12, 12, 12);
}
.gallery-slide2 span {
    color: rgb(246, 177, 24);
}
.gallery-slide2 ul {
    list-style: none;
}
.gallery-slide2 a.btn1,
.gallery-slide2 a.btn2,
.gallery-slide2 a.btn3,
.gallery-slide2 a.btn4,
.gallery-slide2 a.btn5,
.gallery-slide2 a.btn6,
.gallery-slide2 a.btn7,
.gallery-slide2 a.btn8,
.gallery-slide2 a.btn9,
.gallery-slide2 a.btn10,
.gallery-slide2 a.btn11,
.gallery-slide2 a.btn12,
.gallery-slide2 a.btn13 {
    display: block;
    position: relative;
    padding: 10px 40px;
    margin: 0 0 4px;
    left: 0;
    text-decoration: none;
    border-radius: 10px;
    font-size: 24px;
    color: rgb(255, 255, 255);
}
.gallery-slide2 a.btn1 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/bathroom-gallery/001.JPG) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn2 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/bedroom-gallery/005.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn3 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/before-and-after-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn4 {
    background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/roofing-and-ceiling-gallery/006.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn5 {
    background: linear-gradient(to bottom, rgb(12, 12, 12, 0.5) 65%, rgba(12, 12, 12, 0)), url(../img/flooring-gallery/001.jpeg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn6 {
    background: linear-gradient(to top, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/kitchen-gallery/001.JPG) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn7 {
    background: linear-gradient(to left, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/full-deck-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn8 {
    background: linear-gradient(to left, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/fencing-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn9 {
    background: linear-gradient(to left, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/misc-gallery/001.JPG) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn10 {
    background: linear-gradient(to left, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/new-additions-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn11 {
    background: linear-gradient(to left, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/cabinet-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn12 {
    background: linear-gradient(to left, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/retaining-walls-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-slide2 a.btn13 {
    background: linear-gradient(to left, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/conversion-gallery/001.jpg) 0 no-repeat;
    background-size: cover;
}
.gallery-buttons {
    padding: 200px 0 75px 0;
    background: rgb(255, 255, 255);
}
.gallery-buttons h1 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgb(142, 11, 11);
}
.gallery-buttons img {
    width: 498px;
    height: 400px;
    border-radius: 0.3rem;
}
.gallery-page {
    padding: 80px 0 75px 0;
    background: rgb(255, 255, 255);
}
.gallery-page h1 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: rgb(142, 11, 11);
}
.gallery-page span {
    color: rgb(0, 0, 0);
}
.testimonials {
    padding: 125px 0 75px 0; background: rgb(245,245,245);
}
.contact1 {
    background: rgb(255, 255, 255);
    padding: 75px 0 40px 0;
}
.contact1 h1 {
    font-family: font;
    font-size: 35px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    text-align: center;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}
.contact1 span {
    color: rgb(142, 11, 11);
}
.contact1 p {
    color: rgb(15, 15, 15);
    font-size: 20px;
    padding-top: 20px;
    text-align: center;
}
.contact1 a {
    color: rgb(222, 67, 67);
    font-weight: 700;
    font-size: 17px;
}
.contact2 {
    background: rgb(255, 255, 255);
    padding: 0 0 75px 0;
}
.contact2 iframe {
    width: 100%;
    height: 100%;
}



/*FAQ Page*/
.faq {
	padding: 240px 0 75px 0;
	background: white;;
}
.faq h1 {
	font-size: 2.7rem;
	font-weight: 800;
	padding-bottom: 15px;
	color:  rgb(88, 6, 21);
	text-align: center;
	
	
}
.faq h2 {
	font-size: 1.3rem;
	font-weight: 800;
	padding-bottom: 5px;
	color: black; 
	text-align: center;
}
.faq .box{
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.faq span{
  transition: 200ms;
  font-weight: 600;
  font-size: 1.1rem;
}
.faq .bg-dark {
  background-color: black  !important;
}
.faq .bg-dark:hover {
  background-color:black  !important;
}
.faq .content, .faq .content_2, .faq .content_3, .faq .content_4, .faq .content_5,
.faq .content_6, .faq .content_7, .faq .content_8, .faq .content_9, .faq .content_10, .faq .content_11, .faq .content_12 {
  overflow: hidden;
  max-height: 0px;
  transition: 300ms ease-in;
	background: rgb(255,255,255);
	border: 0px solid black !important;
}
.faq .header, .faq .header_2, .faq .header_3, .faq .header_4, .faq .header_5,
.faq .header_6, .faq .header_7, .faq .header_8, .faq .header_9, .faq .header_10, .faq .header_11, .faq .header_12 {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
	text-transform: capitalize;
    margin: 10px 0;
    border-radius: 10px; 
}
/*FAQ Page END*/


.owl-carousel .owl-stage-outer {
    padding: 40px 0;
}
.owl-nav {
    position: absolute;
    width: 100%;
    top: 10%;
    display: none;
}
.owl-carousel .item {
    display: block;
    height: 100%;
}
.owl-carousel .owl-item span {
    font-size: 20px;
    font-weight: 500;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    background: transparent !important;
    color: #212121 !important;
    opacity: 0.5 !important;
}
.owl-nav .owl-next {
    left: 100%;
}
.owl-nav .owl-prev {
    right: 100%;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    font-size: 3em;
    display: block;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}
.pre-footer-section {
    padding: 0 !important;
    overflow: ;
}
.pre-footer-section div[class*="col-"]:last-child {
    background: url(/img/home-image-2.jpg) bottom no-repeat;
    background-size: cover;
}
.pre-footer-section .hours {
    display: flex;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    padding: 120px;
    background: #1d1d1d;
}
.pre-footer-section div[class*="col-"]:last-child {
    padding: 165px;
}
.pre-footer-section .hours p {
    display: flex;
    padding: 0 200px 0 0;
    flex-direction: row;
    justify-content: space-between;
}
.pre-footer-section a {
    margin: 40px 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}
.pre-footer-section a:hover {
    color: #8a8a8a;
}
body {
    font-family: "Montserrat", sans-serif;
}
body#barbajs {
    visibility: visible;
}
a,
button,
.btn {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a {
    cursor: pointer;
    text-decoration: none !important;
}
a:hover {
    color: #252525;
    text-decoration: underline;
}
.btn {
    cursor: pointer;
    border-radius: 0;
}
.btn.alert-trigger {
    color: #fdfdfd;
    background-color: #333;
}
.btn:hover {
    opacity: 0.9;
}
.inner-content-section .btn {
    background: rgba(135, 170, 188);
    border-color: #949494;
    color: rgba(255, 255, 255, 1);
}
.inner-content-section .btn:hover {
    background-color: rgba(135, 170, 188, 0.4);
    color: #fff;
}
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    outline: none;
    box-shadow: none;
    background-color: #444;
    border-color: #949494;
    color: #fff;
}
.btn-primary:hover {
    border-color: #949494;
}
.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}
.section-divider {
    position: relative;
    padding: 50px 0;
}
.estimate-section-divider .alert,
.estimate-section-divider .alert p {
    text-align: left;
    font-size: inherit;
}
.block-overlay {
    position: absolute;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.fadeDiv {
    position: fixed;
    display: inline-block;
    z-index: 1050;
    color: #fff;
    background: #300e87;
    padding: 50px;
    top: 150px;
    bottom: 150px;
    left: 300px;
    right: 300px;
    transform: scale(0, 0);
    box-shadow: 0 0 20px -1px #000;
    transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.menu-scaler {
    position: fixed;
    display: inline-block;
    padding: 50px;
    z-index: 1050;
    top: 150px;
    bottom: 150px;
    left: 300px;
    right: 300px;
    transform: scale(1, 1);
}
.fadeDiv .fadeDiv-close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: 900;
    font-size: 2em;
    font-family: "Lato";
    cursor: pointer;
}
.navbar-collapse ul {
    width: 100%;
    justify-content: center;
    align-items: center;
}
.overlay {
    height: 100%;
    width: 100%;
    background: #ffffffbf;
}
#myBtn {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 100%;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding-top: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#myBtn i {
    color: #fff;
}
#myBtn:hover {
    background-color: #424242;
    color: #fff;
}
.top-header-animate .dropdown-toggle {
    color: #0a0a0a;
    font-size: 16px;
}
.top-header-animate .navbar-brand {
    font-size: 1.5em;
}
body {
    padding: 0;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}
.navbar-scroll {
    padding: 115px 0 0;
    position: fixed;
    background: rgb(88, 6, 21);
    box-shadow: 0 0 10px -4px #000000bd;
    width: 100%;
    z-index: 4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-scroll .container {
    background: rgb(60, 36, 17, 0);
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
#projects .navbar-scroll {
    background: #fdfdfd;
    position: relative !important;
}
#projects .navbar-scroll li a {
    color: #333;
}
#projects .navbar-scroll .navbar-brand {
    color: #252525;
}
#projects .navbar-light .lnr {
    color: #222;
}
.navbar-light .lnr {
    color: #fdfdfd;
    font-size: 1.5em;
    position: absolute;
    top: 6px;
    right: 10px;
}
.navbar-light .navbar-brand {
    color: #e8e8e8;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}
.navbar-brand {
    font-size: 2.5em;
    font-weight: 700;
    text-transform: uppercase;
}
.navbar-brand:focus,
.navbar-brand:hover {
    color: #f3f3f3 !important;
}
.navbar-light .navbar-nav .nav-link {
    margin: 0 20px;
    padding: 6px 0;
    font-weight: 600;
    font-size: 15px;
    color: rgb(255, 255, 255);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(255, 255, 255);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}
.navbar-light .navbar-nav li a {
    position: relative;
}
.navbar-collapse {
    height: 100%;
}
.mobile-top-header {
    display: none !important;
}
[id^="portfolio"] input {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    position: absolute; 
    margin: 0; 
    top: 0; 
    left: -60px; 
    z-index: 2; 
    width: 60px; 
    height: 60px; 
    -webkit-appearance: none; 
    background-image: url(/img/icons/close-btn-icon-red.png); 
    background-repeat: no-repeat; 
    background-color: transparent; 
    background-size: contain; 
    color: #ffffff; 
    border: none; 
    cursor: pointer; 
    outline: none !important; 
    -webkit-transition: all 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -o-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}

[id^="portfolio"] input:hover {
    background-color: #fff;
    opacity: 1; /* Adjusted to ensure hover effect is visible */
}

button.mfp-close, button.mfp-arrow {
    outline: none !important;
}

[id^="portfolio"] {
    display: flex; 
    padding: 0; 
    overflow: hidden; 
    flex-wrap: wrap; 
    justify-content: center;
}

[id^="portfolio"] li {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    float: left; 
    position: relative; 
    overflow: hidden; 
    margin: 0 10px 20px;
}

[id^="portfolio"] li a {
    transform: scale(1,1); 
    display: block; 
    width: 100%; 
    height: 295px; 
    width: 490px; 
    overflow: hidden; 
    -o-transition: all 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -webkit-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}

[id^="portfolio"] li a:hover {
    transform: scale(1.1,1.1) !important;
}

[id^="portfolio"] li a img {
    display: block; 
    position: absolute; 
    top: 0%; 
    bottom: 0%; 
    left: 0%; 
    right: 0%; 
    margin: auto; 
    width: 100%; 
    height: auto; 
    transform: scale(1,1);
}

[id^="portfolio"] li:hover .block-overlay {
    background-color: #000000cc;
}

[id^="portfolio"] li:hover input {
    left: 0;
}

[id^="portfolio"] .block-overlay {
    background: rgba(0,0,0,0.1); 
    z-index: 1; 
    -webkit-transition: all 0.30s ease; 
    -moz-transition: all 0.30s ease; 
    -o-transition: all 0.30s ease; 
    transition: all 0.30s ease;
}
.mfp-ready .mfp-figure {
    opacity: 0;
    margin-left: -100px;
}
.mfp-zoom-in .mfp-figure,
.mfp-zoom-in .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 0;
    margin-left: -100px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.mfp-zoom-in.mfp-bg,
.mfp-zoom-in .mfp-preloader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-image-loaded .mfp-figure,
.mfp-zoom-in.mfp-ready .mfp-iframe-holder .mfp-iframe-scaler {
    opacity: 1;
    margin-left: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready .mfp-preloader {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-figure,
.mfp-zoom-in.mfp-removing .mfp-iframe-holder .mfp-iframe-scaler {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    margin-left: -100px;
}
.mfp-zoom-in.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing .mfp-preloader {
    opacity: 0;
    margin-left: -20px;
}
.mfp-iframe-scaler {
    overflow: visible;
}
.mfp-zoom-out-cur {
    cursor: auto;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}
.carousel-indicators li {
    position: relative;
    top: 51px;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(191, 190, 190);
}
.carousel-indicators .active {
    background-color: #0f8029;
}
.footer-section .vms-link-wrapper img {
    width: 50%;
}
.footer-section .vms-link-wrapper a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-section {
    padding: 0 0 10px;
    background: rgb(88, 6, 21);
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: 400;
}
.footer-section h3 {
    font-size: 1.3rem;
    color: rgb(30, 30, 30);
    font-weight: 700;
}
.footer-section p {
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.footer-section a {
    color: rgb(255, 255, 255);
    font-size: 14px;
}
.footer-section .service-cities p {
    margin: 0 0 3px;
}
.service-cities {
    margin-bottom: 1em;
}
.service-cities iframe{
    width: 100%;
}
.service-cities img {
    padding-bottom: 20px;
}
.service-cities h5 {
    line-height: 8px;
}
.service-cities h2 {
    font-size: 30px;
    font-family: font2;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
}
.service-cities h3 {
    font-size: 30px;
    font-family: font2;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    color: rgb(255, 255, 255);
}
.service-cities h4 {
    font-size: 20px;
    font-family: "font2";
    font-weight: 600;
    text-decoration: underline;
    color: rgb(255, 255, 255);
}
.service-cities h5 {
    font-size: 17px;
    font-family: font2;
    line-height: 22px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}
.service-cities h6 {
    font-size: 14px;
    font-family: font2;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    color: rgb(255, 255, 255);
}
.service-cities li {
    font-size: 14px;
    list-style: "▸";
}
.service-cities p.cities {
    font-size: 16px;
    text-align: center;
    color: rgb(255, 255, 255);
}
.bottom-footer .vms-link-wrapper {
    position: relative;
    top: -10px;
}
.bottom-footer div[class*="col-"]:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bottom-footer div[class*="col-"]:nth-child(3) {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}
.bottom-footer div[class*="col-"]:nth-child(3) a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 32px;
    width: 32px;
    margin: 0 4px;
}
.bottom-footer div[class*="col-"]:nth-child(3) a:hover {
    background: transparent;
    text-decoration: none !important;
    color: rgb(255, 255, 255);
}

/* === Portfolio Hub base === */
.portfolio-hub {
  padding: 150px 135px;
  background: linear-gradient(to right, #ffffff7d, #ffffff7d), url(/img/backgrounds/stucco-01.png);
  background-size: cover;
  background-color: #e1d98f;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .portfolio-hub { padding: 48px 24px; background-attachment: scroll; }
}

.portfolio-hub h1 {
	font-family: font4; font-size: 50px; letter-spacing: 1px; text-align: center; background:  rgb(88, 6, 21); margin: 50px 0px 50px 0px; text-transform: uppercase; padding: 75px 25px 75px 25px; border-radius: 25px; color: #fff;
}

.portfolio-grid { display: grid; gap: 2.5rem; }
@media (min-width: 992px) { .portfolio-grid { grid-template-columns: 1fr 1fr; } }

/* === Each section === */
.pf-section { border: 1px solid #e5e7eb; border-radius: 1rem; overflow: hidden; background: rgb(88, 6, 21); }
.pf-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; border-bottom: 1px solid #f1f5f9; }
.pf-header h2 {     font-size: 30px;
    color: #fff;    
    margin: 0;
    font-family: font3;
    text-transform: uppercase; }
.pf-header a.pf-link { display:inline-flex; align-items:center; gap:.5rem; background: rgba(35, 6, 21, 0.7);text-decoration:none; padding:.5rem .75rem; border:1px solid #e5e7eb; border-radius:.5rem; font-weight:600; color: #fff; }
.pf-header a.pf-link:hover { background:/*#f8fafc*/rgba(95, 6, 21, 0.7); }


@media (max-width: 992px) {
    
    
    .pf-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
}
    
    
    
}



/* === Slider === */
.pf-slider { position: relative; }
.pf-slides {
  position: relative; width: 100%;
  height: 0; padding-top: 56.25%; /* 16:9 fallback */
  overflow: hidden; background: #0b1220;
}
@supports (aspect-ratio: 16/9) { .pf-slides { height: auto; padding-top: 0; aspect-ratio: 16/9; } }
.pf-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .35s ease-in-out; }
.pf-slide.is-active { opacity: 1; }
.pf-slide img { width: 100%; height: 100%; object-fit: cover; display: block; user-select: none; }

/* === Arrows === */
.pf-nav { position: absolute; inset: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 .5rem; pointer-events: none; }
.pf-nav button { pointer-events: all; border: 0; background: rgba(0,0,0,.45); color: #fff; width: 42px; height: 42px; border-radius: 999px; display: grid; place-items: center; cursor: pointer; }
.pf-nav button:hover { background: rgba(0,0,0,.65); }

/* === Thumbnails === */
.pf-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: .5rem; padding: .75rem; background: #0b1220; }
@media (max-width: 576px) { .pf-thumbs { grid-template-columns: repeat(5, 1fr); overflow-x: auto; } }
.pf-thumb { border: 2px solid transparent; border-radius: .4rem; padding: 0; cursor: pointer; overflow: hidden; background: #111827; aspect-ratio: 1/1; }
.pf-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pf-thumb[aria-current="true"] { border-color: #60a5fa; box-shadow: 0 0 0 2px rgba(96,165,250,.35); }

/* === A11y utility === */
.visually-hidden { position:absolute; width:1px; height:1px; margin:-1px; border:0; padding:0; white-space:nowrap; clip-path:inset(50%); clip:rect(0 0 0 0); overflow:hidden; }


@media screen and (max-width: 1260px) and (min-width: 1025px){
    
.navbar-light .navbar-nav .nav-link {
    margin: 0 10px;
    padding: 6px 0;
    font-weight: 600;
    font-size: 15px;
    color: rgb(255, 255, 255);
}





}


@media screen and (max-width: 1024px){
    
.navbar-light .navbar-nav .nav-link {
    margin: 0 6px;
    padding: 6px 0;
    font-weight: 600;
    font-size: 15px;
    color: rgb(255, 255, 255);
}





}

/*@media screen and (max-width: 768px) {*/
@media screen and (max-width: 991px) {
.modal {
	display: none; padding-top: 30px; position: fixed;	left: 0; top: 0; width: 100%;	height: 100%;	overflow: auto; background-color: rgb(0,0,0);	background-color: rgba(0,0,0,0.4);
}
.modal-content {
	margin:auto; background-color:#fff;	position:relative; padding:0;	outline:0; width: auto;
}    
    .bg-primary {
        background: rgb(83, 82, 82) !important;
    }
    .home-header-section {
        padding-top: 105px;
    }
    .home-header-section .slider-logo span {
        font-family: "font";
        color: rgb(196, 41, 56);
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 200px;
        padding: 0.5rem 0;
        margin: 0 0 0 0;
        font-size: 15px;
        line-height: 25px;
        color: rgb(33, 37, 41);
        text-align: left;
        list-style: none;
        background-color: rgb(255, 255, 255);
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }
    .dropdown-menu h5 {
        font-size: 15px;
        color: rgb(15, 15, 15);
        text-transform: uppercase;
        padding: 10px 0 0 10px;
        line-height: 0;
        font-weight: 600;
    }
    .dropdown-menu.columns-3 {
        min-width: 850px;
    }
    .dropdown-menu li a {
        padding: 0 0 0 10px;
        font-weight: 500;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        font-weight: 500;
        padding: 0 0 0 10px;
        clear: both;
        line-height: 25px;
        color: rgb(15, 15, 15);
        text-align: inherit;
        white-space: nowrap;
        background: 0 0;
        border: 0;
    }
    .dropdown-item:hover {
        color: rgb(15, 15, 15);
        text-decoration: none;
        background: rgb(201, 173, 153);
    }
    
 
.home-slider-intro {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    
    padding: 40px;
    background: linear-gradient(
180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 40%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0) 100%), var(--slider-bg);
    background-position: center center;
    background-attachment: unset;
    color: #fff;
    background-size: cover;
    height: 80vh;
    background-repeat: no-repeat;
}

    .home1 {
        padding: 75px 0 75px 0;
        background: rgb(255, 255, 255);
    }
    .home1 h1 {
        font-family: font;
        font-size: 35px;
        text-align: center;
        line-height: 40px;
        padding-bottom: 35px;
        text-transform: uppercase;
        color: rgb(142, 11, 11);
        font-weight: 600;
    }
    .home1 .card {
        max-height: 100%;
        height: 100%;
        color: #fff;
        margin: 0 0 0 0;
        border-radius: 0.7rem;
        padding: 15px;
        background: rgb(255, 255, 255);
        border: 3px solid rgb(88, 6, 21);
        visibility: hidden;
    }
    .home1 .card h2 {
        font-family: font;
        font-size: 20px;
        color: rgb(142, 11, 11);
        font-weight: 600;
        padding-bottom: 20px;
        text-transform: uppercase;
        text-align: center;
    }
    .home1 .card p {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        color: rgb(60, 60, 60);
    }
    .home2 {
        background: rgb(88, 6, 21);
        padding: 75px 0 75px 0;
    }
    .home2 p {
        color: rgb(255, 255, 255);
        font-size: 25px;
        font-weight: 500;
        text-align: center;
        line-height: 3rem;
    }
    .home2 p.mid-quote{
        font-size:1rem;
        line-height: 2.3rem;

    }
    .home2 h5 {
        text-align: center;
        font-weight: 300;
        padding-top: 20px;
        padding-bottom: 30px;
        font-size: 18px;
        color: rgb(255, 255, 255);
    }
    .home3 {
        background: rgb(255, 255, 255);
        padding: 75px 0 75px 0;
    }
    .home3 h3 {
        text-align: center;
        font-size: 40px;
        padding-bottom: 30px;
        color: rgb(60, 60, 60);
    }
    .home3 span {
        color: rgb(142, 11, 11);
    }
    .home3 .pad {
        padding-top: 20px;
    }
    .home3 p {
        font-weight: 500;
        font-size: 16px;
        color: rgb(60, 60, 60);
        text-align: justify;
    }
    .home3 img {
        border-radius: 0.6rem;
    }
    .home4 {
        padding: 75px 0 75px 0;
        background: rgb(88, 6, 21);
    }
    .home4 p {
        color: rgb(255, 255, 255);
        text-align: center;
        font-size: 30px;
    }
    .home5 {
        background: rgb(255, 255, 255);
        padding: 75px 0 50px 0;
    }
    .home5 h3 {
        color: rgb(88, 6, 21);
        font-weight: 600;
        font-size: 40px;
        padding-bottom: 30px;
        text-align: center;
    }
    .home5 h4 {
        font-weight: 600;
        font-size: 25px;
        color: rgb(0, 0, 0);
    }
    .home5 span {
        color: rgb(88, 6, 21);
    }
    .home5 li {
        font-size: 22px;
        color: rgb(60, 60, 60);
    }
    .home5 p {
        font-size: 16px;
        color: rgb(60, 60, 60);
        text-align: justify;
    }
    .home5 h5 {
        font-size: 16px;
        font-weight: 600;
        color: rgb(60, 60, 60);
    }
    .home5 iframe {
        width: 100%;
        height: 100%;
    }
    .home6 {
        padding: 25px 0 75px 0;
        background: rgb(255, 255, 255);
    }
    .home6 h4 {
        font-size: 25px;
        text-align: center;
        color: rgb(0, 0, 0);
    }
    .home6 p {
        font-size: 13px;
        color: rgb(0, 0, 0);
    }
    .home6 hr {
        border-top: 2px solid rgb(0, 0, 0);
        opacity: 1;
    }
    .home7 {
        background: rgb(88, 6, 21);
        padding: 75px 0 75px 0;
    }
    .home7 h3 {
        font-weight: 600;
        font-size: 30px;
        color: rgb(255, 255, 255);
    }
    .home7 p {
        color: rgb(255, 255, 255);
        font-size: 16px;
        text-align: justify;
    }
    .home7 .txt {
        font-size: 14px;
    }
    .home7 h4 {
        color: rgb(255, 255, 255);
        text-decoration: underline;
        font-weight: 600;
        font-size: 20px;
    }
    .home8 {
        background: rgb(255, 255, 255);
        padding: 75px 0 75px 0;
    }
    .home8 h3 {
        text-align: center;
        font-size: 45px;
        font-weight: 600;
        padding-bottom: 30px;
        text-transform: uppercase;
    }
    .home8 span {
        color: rgb(142, 11, 11);
    }

.slider-intro {
    padding: 40px;
  background:
    linear-gradient(0deg, #ffffff12 25%, #0000002e 90%),
    var(--slider-bg);
    background-position: center center;
    background-attachment: unset;
    color: #fff;
    background-size: 100%;
    height: 61vh;
    background-repeat: no-repeat;
}


@media (max-width: 690px){
    
    
 
.slider-intro {
    padding: 40px;
  background:
    linear-gradient(0deg, #ffffff12 25%, #0000002e 90%),
    var(--slider-bg);
    background-position: center center;
    background-attachment: unset;
    color: #fff;
    background-size: 100%;
    height: 31vh;
    background-repeat: no-repeat;
}

    
    
}
    

    
    .about1 {
        background: rgb(255, 255, 255);
        padding: 80px 0 75px 0;
    }
    .about1 h1 {
        text-align: center;
        color: rgb(0, 0, 0);
        padding-bottom: 20px;
        text-transform: uppercase;
        font-size: 45px;
    }
    .about1 p {
        color: rgb(60, 60, 60);
        font-size: 17px;
        text-align: center;
    }
    .about2 {
        background: rgb(88, 6, 21);
        padding: 75px 0 75px 0;
    }
    .about2 h4 {
        font-family: "font";
        color: rgb(255, 255, 255);
        font-weight: 600;
        font-size: 30px;
        text-transform: uppercase;
    }
    .about2 a {
        background: rgb(255, 255, 255);
        color: rgb(0, 0, 0);
        padding: 20px 50px 20px 50px;
    }
    .news1 {
        background: rgb(251, 251, 251);
        padding: 75px 0 75px 0;
    }
    .service1 {
        padding: 75px 0 75px 0;
        background: rgb(255, 255, 255);
    }
    .service1 h1 {
        font-family: font;
        text-transform: uppercase;
        font-weight: 600;
        color: rgb(0, 0, 0);
        font-size:28px;
        text-align: center;
    }
    .service1 strong {
        font-size: 30px;
        color: rgb(93, 179, 83);
        text-shadow: 1px 1px 1px #000;
    }
    .service1 h4 {
        font-family: font;
        text-align: right;
        font-weight: 600;
        color: rgb(0, 0, 0);
        font-size: 17px;
        text-transform: uppercase;
    }
    .service1 h5 {
        text-align: left;
        font-weight: 500;
        color: rgb(12, 12, 12);
        font-size: 17px;
    }
    .service1 p {
        font-size: 17px;
        color: rgb(0, 0, 0);
        text-align: center;
    }
    .service2 {
        padding: 75px 0 75px 0;
        background: rgb(88, 6, 21);
    }
    .service2 h1 {
        font-family: font;
        text-transform: uppercase;
        font-weight: 600;
        color: rgb(255, 255, 255);
        font-size: 2rem;
        text-align: center;
    }

    .service2 strong {
        font-size: 30px;
        color: rgb(93, 179, 83);
        text-shadow: 1px 1px 1px #000;
    }
    .service2 h4 {
        font-family: font;
        text-align: right;
        font-weight: 600;
        color: rgb(255, 255, 255);
        font-size: 17px;
        text-transform: uppercase;
    }
    .service2 h5 {
        text-align: left;
        font-weight: 500;
        color: rgb(255, 255, 255);
        font-size: 17px;
    }
    .service2 p {
        font-size: 17px;
        color: rgb(255, 255, 255);
        text-align: center;
    }
    .service3 {
        padding: 75px 0 75px 0;
        background: rgb(88, 6, 21);
    }
    .service3 h2 {
        font-weight: 600;
        padding-bottom: 20px;
        color: rgb(255, 255, 255);
        font-size: 30px;
        text-align: center;
    }
    .service3 h3 {
        font-weight: 600;
        padding-top: 15px;
        color: rgb(255, 255, 255);
        font-size: 30px;
        text-align: center;
    }
    .service3 a {
        color: rgb(255, 255, 255);
    }
    .service3 a:hover {
        color: rgb(255, 255, 255, 0.8);
    }
    .service3 p {
        text-align: center;
        font-size: 17px;
        color: rgb(255, 255, 255);
    }
    .service4 {
        background: rgb(255, 255, 255);
        padding: 75px 0 25px 0;
    }
    .service4 h1 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 500;
        color: rgb(88, 6, 21);
    }
    .service4 h3 {
        color: rgb(12, 12, 12);
        font-size: 23px;
        text-align: left;
        font-weight: 500;
    }
    .service4 h4 {
        text-align: center;
        color: rgb(88, 6, 21);
        font-size: 19px;
        text-decoration: underline;
    }
    .service4 .pad {
        padding-top: 50px;
    }
    .service4 p {
        font-size: 17px;
        color: rgb(0, 0, 0);
    }
    .service5 {
        padding: 25px 0 50px 0;
    }
    .service5 .box {
        background: rgb(88, 6, 21);
        padding: 25px 100px;
        border-radius: 1.5rem;
    }
    .service5 h3 {
        text-align: center;
        color: rgb(255, 255, 255);
        font-weight: 600;
        font-size: 25px;
    }
    .service5 p {
        color: rgb(255, 255, 255);
        font-size: 16px;
        padding-top: 20px;
        text-align: center;
    }
    .service5 hr {
        margin: auto;
        border-top: 2px solid rgb(255, 255, 255);
        width: 70%;
        opacity: 1;
    }
    .service5 ul {
        padding-top: 20px;
    }
    .service5 li {
        color: rgb(255, 255, 255);
    }
    .service6 {
        padding: 0 0 25px 0;
        background: rgb(255, 255, 255);
    }
    .service6 h3 {
        text-align: left;
        font-size: 23px;
        padding-top: 15px;
        font-weight: 600;
        color: rgb(88, 6, 21);
    }
    .service6 h4 {
        text-align: right;
        font-size: 23px;
        padding-top: 15px;
        font-weight: 600;
        color: rgb(88, 6, 21);
    }
    .service6 h5 {
        text-align: center;
        font-size: 23px;
        padding-top: 15px;
        font-weight: 600;
        color: rgb(88, 6, 21);
    }
    .service6 .txt-l {
        text-align: left;
    }
    .service6 .txt-r {
        text-align: right;
    }
    .service6 .txt-c {
        text-align: center;
    }
    .service7 {
        background: rgb(255, 255, 255);
        padding: 75px 0 25px 0;
    }
    .service7 h1 {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 500;
        color: rgb(88, 6, 21);
    }
    .service7 h2 {
        font-size: 31px;
        text-transform: uppercase;
        font-weight: 500;
        color: rgb(88, 6, 21);
    }
    .service7 p {
        font-size: 17px;
        color: rgb(0, 0, 0);
    }
    .service8 {
        padding: 25px 0 50px 0;
    }
    .service8 .box {
        background: rgb(88, 6, 21);
        padding: 25px 75px;
        border-radius: 1.5rem;
    }
    .service8 h3 {
        text-align: center;
        color: rgb(255, 255, 255);
        font-weight: 600;
        font-size: 25px;
    }
    .service8 p {
        color: rgb(255, 255, 255);
        font-size: 16px;
        padding-top: 20px;
        text-align: center;
    }
    .service8 hr {
        margin: auto;
        border-top: 2px solid rgb(255, 255, 255);
        width: 70%;
        opacity: 1;
    }
    .service8 ul {
        padding-top: 20px;
    }
    .service8 li {
        color: rgb(255, 255, 255);
        font-size: 15px;
    }
    .service9 {
        padding: 50px 0 50px 0;
        background: rgb(255, 255, 255);
    }
    .service9 h3 {
        text-align: left;
        color: rgb(88, 6, 21);
        font-size: 28px;
    }
    .service9 h4 {
        text-align: right;
        color: rgb(88, 6, 21);
        font-size: 28px;
    }
    .service9 strong {
        background: rgb(88, 6, 21);
        color: rgb(255, 255, 255);
        padding: 5px;
    }
    .service9 p {
        font-size: 17px;
        color: rgb(0, 0, 0);
    }
    .service9 .txt1 {
        text-align: left;
    }
    .service9 .txt2 {
        text-align: right;
    }
    .area1 iframe {
        width: 100%;
        height: 100%;
    }
    .area1 {
        background: rgb(255, 255, 255);
        padding: 50px 0 50px 0;
    }
    .area1 h1 {
        font-weight: 600;
        font-size: 40px;
        text-align: left;
        color: rgb(12, 12, 12);
    }
    .area1 h3 {
        font-size: 18px;
        color: rgb(0, 0, 0);
        font-weight: 600;
        text-align: left;
    }
    .area1 h5 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        text-align: center;
    }
    .area1 h4 {
        font-size: 13px;
        color: rgb(0, 0, 0);
    }
    .area1 hr {
        border-top: 2px solid rgb(0, 0, 0);
        opacity: 1;
    }
    .area1 p {
        font-size: 17px;
        text-align: justify;
        color: rgb(12, 12, 12);
    }
    .area1 a {
        padding: 13px 30px;
        background: rgb(88, 6, 21);
        font-weight: 800;
        font-size: 20px;
        border: 5px double rgb(255, 255, 255);
        border-radius: 1.5rem;
        font-family: "font";
        color: rgb(255, 255, 255);
    }
    .area1 a:hover {
        background: rgb(255, 255, 255);
        border: 5px solid rgb(88, 6, 21);
        color: rgb(142, 11, 11);
    }
    .area2 iframe {
        width: 100%;
        height: 100%;
    }
    .area2 {
        background: rgb(251, 251, 251);
        padding: 50px 0 50px 0;
    }
    .area2 h2 {
        font-weight: 600;
        font-size: 40px;
        text-align: left;
        color: rgb(12, 12, 12);
    }
    .area2 h3 {
        font-size: 18px;
        color: rgb(0, 0, 0);
        font-weight: 600;
        text-align: left;
    }
    .area2 h5 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        text-align: center;
    }
    .area2 h4 {
        font-size: 13px;
        color: rgb(0, 0, 0);
    }
    .area2 p {
        font-size: 17px;
        text-align: justify;
        color: rgb(12, 12, 12);
    }
    .area2 a {
        padding: 13px 30px;
        background: rgb(88, 6, 21);
        font-weight: 800;
        font-size: 20px;
        border: 5px double rgb(255, 255, 255);
        border-radius: 1.5rem;
        font-family: "font";
        color: rgb(255, 255, 255);
    }
    .area2 a:hover {
        background: rgb(255, 255, 255);
        border: 5px solid rgb(88, 6, 21);
        color: rgb(142, 11, 11);
    }
    .area2 hr {
        border-top: 2px solid rgb(0, 0, 0);
        opacity: 1;
    }
    .area3 iframe {
        width: 100%;
        height: 100%;
    }
    .area3 {
        background: rgb(255, 255, 255);
        padding: 50px 0 50px 0;
    }
    .area3 h2 {
        font-weight: 600;
        font-size: 40px;
        text-align: left;
        color: rgb(12, 12, 12);
    }
    .area3 h3 {
        font-size: 18px;
        color: rgb(0, 0, 0);
        font-weight: 600;
        text-align: left;
    }
    .area3 h5 {
        font-size: 25px;
        color: rgb(0, 0, 0);
        text-align: center;
    }
    .area3 h4 {
        font-size: 13px;
        color: rgb(0, 0, 0);
    }
    .area3 hr {
        border-top: 2px solid rgb(0, 0, 0);
        opacity: 1;
    }
    .area3 p {
        font-size: 17px;
        text-align: justify;
        color: rgb(12, 12, 12);
    }
    .temp1 {
        padding: 100px 0 0 0;
        background: rgb(255, 255, 255);
    }
    .temp1 h1 {
        font-family: font;
        text-transform: uppercase;
        font-weight: 600;
        color: rgb(142, 11, 11);
        font-size: 35px;
        text-align: left;
    }
    .temp1 h2 {
        font-family: font;
        text-transform: uppercase;
        font-weight: 600;
        color: rgb(142, 11, 11);
        font-size: 27px;
        text-align: left;
    }
    .temp1 h5 {
        color: rgb(12, 12, 12);
        font-weight: 600;
        font-size: 20px;
        text-align: left;
    }
    .temp1 p {
        font-size: 17px;
        color: rgb(0, 0, 0);
        text-align: left;
    }
    .career1 {
        background: rgb(255, 255, 255);
        padding: 75px 0 75px 0;
    }
    .career1 h1 {
        text-align: left;
        font-weight: 600;
        font-size: 35px;
        color: rgb(88, 6, 21);
    }
    .career1 h2 {
        text-align: left;
        font-weight: 600;
        padding-top: 25px;
        font-size: 35px;
        color: rgb(88, 6, 21);
    }
    .career1 p {
        font-size: 18px;
        text-align: justify;
        color: rgb(12, 12, 12);
    }
    .career1 .txt {
        padding-bottom: 25px;
    }
    .gallery1 {
        background: rgb(88, 6, 21);
        padding: 75px 0 75px 0;
    }
    .gallery1 h2 {
        color: rgb(255, 255, 255);
        font-weight: 600;
        padding-bottom: 30px;
        text-transform: uppercase;
        font-size: 45px;
        text-align: center;
    }
    .gallery1 h4 {
        font-weight: 600;
        text-align: center;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
    }
    .gallery1 .carousel {
        --current-slide: 0;
        position: relative;
        overflow: hidden;
    }
    .gallery1 .carousel-button {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        padding: 0;
        margin: 0.1rem;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        line-height: 0.9;
        color: rgb(255, 255, 255);
        background-color: transparent;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        transition: color 0.1s;
    }
    .gallery1 .carousel-button:hover {
        color: rgba(255, 255, 255, 0.7);
        border: none;
    }
    .gallery1 .carousel-button.active {
        border: none !important;
    }
    .gallery1 .carousel-button_next {
        right: 0;
        border: none;
    }
    .gallery1 .slides {
        display: flex;
        transition: transform 0.5s;
        transform: translateX(calc(-100% * var(--current-slide)));
    }
    .gallery1 .slide {
        flex: 0 0 100%;
        padding: 0 50px 0 50px;
    }
    .gallery1 .slide p {
        color: rgb(255, 255, 255);
        text-align: justify;
        font-size: 17px;
        font-weight: 500;
    }
    .gallery-slide .container {
        padding: 75px 0 75px 0;
    }
    .parallax9 {
        background-image: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0)), url(/img/project-slide-1.jpg);
        min-height: auto;
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
    }
    .gallery-slide .square7 {
        background: rgb(255, 255, 255, 0);
        margin: 0 180px 0 180px;
        padding: 80px 0 80px 0;
    }
    .gallery-slide h1 {
        font-family: "Montserrat";
        font-weight: 600;
        color: rgb(255, 255, 255);
        font-size: 45px;
        padding-bottom: 20px;
        text-align: center;
        text-shadow: 2px 2px 1px rgb(12, 12, 12);
    }
    .gallery-slide p {
        font-size: 22px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        padding: 50px 70px 0 70px;
        text-align: center;
        font-family: "Montserrat";
        text-shadow: 2px 2px 1px rgb(12, 12, 12);
    }
    .gallery-slide span {
        color: rgb(246, 177, 24);
    }
    .gallery-slide ul {
        list-style: none;
    }
    .gallery-slide a.btn1,
    .gallery-slide a.btn2,
    .gallery-slide a.btn3,
    .gallery-slide a.btn4,
    .gallery-slide a.btn5,
    .gallery-slide a.btn6,
    .gallery-slide a.btn7,
    .gallery-slide a.btn8,
    .gallery-slide a.btn9,
    .gallery-slide a.btn10 {
        display: block;
        position: relative;
        padding: 10px 40px;
        margin: 0 0 4px;
        left: 0;
        text-decoration: none;
        border-radius: 10px;
        font-size: 24px;
        color: rgb(255, 255, 255);
    }
    .gallery-slide a.btn1 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/bathroom-gallery/001.JPG) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide a.btn2 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/bedroom-gallery/005.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide a.btn3 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/before-and-after-gallery/001.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide a.btn4 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/roofing-and-ceiling-gallery/006.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide a.btn5 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/flooring-gallery/001.jpeg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide a.btn6 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/kitchen-gallery/001.JPG) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide a.btn7 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/full-deck-gallery/001.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide a.btn8 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/fencing-gallery/001.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide a.btn9 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/misc-gallery/001.JPG) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide a.btn10 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/new-additions-gallery/001.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 .container {
        padding: 75px 0 75px 0;
    }
    .parallax10 {
        background-image: linear-gradient(rgb(0, 0, 0, 0), rgb(0, 0, 0, 0)), url(/img/project-slide-1.jpg);
        min-height: auto;
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
    }
    .gallery-slide2 .square7 {
        background: rgb(255, 255, 255, 0);
        margin: 0 180px 0 180px;
        padding: 80px 0 80px 0;
    }
    .gallery-slide2 h1 {
        font-family: "Montserrat";
        font-weight: 600;
        color: rgb(255, 255, 255);
        font-size: 45px;
        padding-bottom: 20px;
        text-align: center;
        text-shadow: 2px 2px 1px rgb(12, 12, 12);
    }
    .gallery-slide2 p {
        font-size: 22px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        padding: 50px 70px 0 70px;
        text-align: center;
        font-family: "Montserrat";
        text-shadow: 2px 2px 1px rgb(12, 12, 12);
    }
    .gallery-slide2 span {
        color: rgb(246, 177, 24);
    }
    .gallery-slide2 ul {
        list-style: none;
    }
    .gallery-slide2 a.btn1,
    .gallery-slide2 a.btn2,
    .gallery-slide2 a.btn3,
    .gallery-slide2 a.btn4,
    .gallery-slide2 a.btn5,
    .gallery-slide2 a.btn6,
    .gallery-slide2 a.btn7,
    .gallery-slide2 a.btn8,
    .gallery-slide2 a.btn9,
    .gallery-slide2 a.btn10 {
        display: block;
        position: relative;
        padding: 10px 40px;
        margin: 0 0 4px;
        left: 0;
        text-decoration: none;
        border-radius: 10px;
        font-size: 24px;
        color: rgb(255, 255, 255);
    }
    .gallery-slide2 a.btn1 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/bathroom-gallery/001.JPG) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 a.btn2 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/bedroom-gallery/005.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 a.btn3 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/before-and-after-gallery/001.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 a.btn4 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/roofing-and-ceiling-gallery/006.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 a.btn5 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/flooring-gallery/001.jpeg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 a.btn6 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/kitchen-gallery/001.JPG) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 a.btn7 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/full-deck-gallery/001.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 a.btn8 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/fencing-gallery/001.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 a.btn9 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/misc-gallery/001.JPG) 0 no-repeat;
        background-size: cover;
    }
    .gallery-slide2 a.btn10 {
        background: linear-gradient(to right, rgb(12, 12, 12) 65%, rgba(12, 12, 12, 0)), url(../img/new-additions-gallery/001.jpg) 0 no-repeat;
        background-size: cover;
    }
    .gallery-buttons {
        padding: 200px 0 75px 0;
        background: rgb(255, 255, 255);
    }
    .gallery-buttons h1 {
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        color: rgb(142, 11, 11);
    }
    .gallery-buttons img {
        width: 498px;
        height: 400px;
        border-radius: 0.3rem;
    }
    .gallery-page {
        padding: 80px 0 75px 0;
        background: rgb(255, 255, 255);
    }
    .gallery-page h1 {
        font-size: 3rem;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        color: rgb(142, 11, 11);
    }
    .gallery-page span {
        color: rgb(0, 0, 0);
    }
    .contact1 {
        background: rgb(255, 255, 255);
        padding: 75px 0 40px 0;
    }
    .contact1 h1 {
        font-family: font;
        font-size: 35px;
        font-weight: 600;
        color: rgb(0, 0, 0);
        text-align: center;
        position: relative;
        overflow: hidden;
        text-transform: uppercase;
    }
    .contact1 span {
        color: rgb(142, 11, 11);
    }
    .contact1 p {
        color: rgb(15, 15, 15);
        font-size: 20px;
        padding-top: 20px;
        text-align: center;
    }
    .contact1 a {
        color: rgb(222, 67, 67);
        font-weight: 700;
        font-size: 17px;
    }
    .contact2 {
        background: rgb(255, 255, 255);
        padding: 0 0 75px 0;
    }
    .contact2 iframe {
        width: 100%;
        height: 100%;
    }
    .mobile-top-header {
        display: block !important;
        padding: 0 30px 0;
        background: rgb(135, 170, 188);
        z-index: 5;
        overflow: visible;
    }
    .header-contact_info a {
        color: rgb(255, 255, 255);
        margin: 0;
    }
    .top-header a,
    .top-header i,
    .top-header p {
        color: rgb(0, 0, 0);
    }
    .top-header-animate a,
    .top-header-animate i,
    .top-header-animate p {
        color: rgb(0, 0, 0);
    }
    .btn {
        background: rgb(249, 78, 1);
        width: 50%;
        padding: 10px 0;
        color: #fff;
        cursor: pointer;
        outline: none;
        border: none;
    }
    .footer-section {
        padding-top: 30px;
        text-align: center;
    }
    .footer-section img {
        max-width: 210px;
        padding-bottom: 25px;
    }
    .service-cities h4 {
        font-size: 24px;
        font-weight: 600;
        color: rgb(255, 255, 255);
    }
    .service-cities h5 {
        font-size: 20px;
        font-family: font2;
        text-align: center;
        line-height: 22px;
        color: rgb(255, 255, 255);
    }
    .service-cities h6 {
        font-size: 15px;
        font-family: font2;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
        text-decoration: underline;
        color: rgb(255, 255, 255);
    }
    .service-cities li {
        font-size: 15px;
    }
    .service-cities a {
        font-size: 18px;
        line-height: 10px;
        color: rgb(255, 255, 255);
    }
    .service-cities .footer-title .midcities {
        text-align: center;
    }
    .service-cities .footer-title .rightcities {
        text-align: center;
    }
    .service-content-section {
        padding: 0 !important;
    }
    .service-content-section p {
        padding: 0;
        margin: 0;
        background: #fff;
    }
    .service-content-section div[class*="col-"] {
        padding: 30px 30px;
    }
    .contact-content-section div[class*="col-"]:last-child {
        padding-top: 40px;
    }
    .about-info-section div[class*="col-"]:first-child {
        border-right: none;
        border-bottom: 1px solid #b5b5b5;
    }
    .about-header-section {
        background: linear-gradient(to bottom, rgba(2, 2, 2, 0.76), rgba(4, 4, 4, 0.2)), url(../img/slider/slider-bg-2.jpg) bottom left no-repeat;
    }
    .pre-footer-section .hours {
        padding: 50px 20px;
    }
    .pre-footer-section .hours h1 {
        font-size: 34px;
    }
    .pre-footer-section .hours p {
        padding: 0;
    }
    .section-divider {
        padding: 40px 10px;
    }
    .home-service-section {
        padding-bottom: 0 !important;
        background-position: bottom right;
    }
    .bottom-footer div[class*="col-"]:nth-child(3) {
        justify-content: center;
    }
    .lnr-star {
        font-size: 15px !important;
        position: relative;
        top: -6px;
    }
    .projects-section .row {
        height: inherit;
    }
    .projects-section div[class*="col-"] {
        padding: 0;
        position: relative;
    }
    .top-header {
        background: #fff;
        display: none;
    }
    .header-contact_info {
        font-size: 1.5em;
    }
    .navbar-scroll {
        display: none;
    }
    .header-contact_info .navbar-brand {
        font-size: 1.3em;
    }
    .top-header div[class*="col-"]:first-child {
        justify-content: flex-start;
    }
    .top-header div[class*="col-"] {
        display: flex;
        justify-content: left;
        width: 33.333%;
        padding: 15px 0;
    }
    .top-header div[class*="col-"]:nth-child(3) {
        display: flex;
        justify-content: flex-end;
        width: 33.333%;
        padding: 15px 0;
    }
    .top-header div[class*="col-"]:nth-child(2) {
        background: none;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .top-header div[class*="col-"]:nth-child(1) a {
        font-size: 1.5em;
    }
    .top-header div[class*="col-"]:nth-child(2) p {
        font-size: inherit;
        line-height: inherit;
    }
    .alert h1,
    .alert p {
        top: 2em;
        opacity: 0;
        position: relative;
    }
    .alert h1 {
        margin-top: 0;
        color: #2b1663;
    }
    .custom-show {
        position: fixed;
        transform: scale(1, 1);
        border: 0;
        background: #fff;
        border-radius: 0;
        z-index: 1100;
        overflow: inherit;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }
    .mobile-menu {
        text-align: center;
        position: fixed;
        height: 100%;
        width: 100%;
        display: block;
        padding-top: 6em;
        top: 100%;
        border: 0;
        background: #232323;
        border-radius: 0;
        z-index: 1100;
        overflow: auto;
        -webkit-transition-property: all;
        -webkit-transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
    }
    .mobile-menu .nav-link {
        font-size: 2em;
        color: #c5c5c5 !important;
    }
    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        background: transparent;
        border: none;
        padding: 0.75rem 1.25rem;
        color: rgb(80, 80, 80);
        font-family: "font2";
        outline: none;
        z-index: 3;
    }
    .alert-dismissible .close span {
        font-size: 35px;
    }
    .lnr {
        display: inline-block;
        fill: currentColor;
        width: 1em;
        height: 1em;
        vertical-align: -0.2em;
        cursor: pointer;
    }
    .mobile-menu-custom-show {
        top: 0%;
    }
    .mobile-menu-top-hero {
        background-size: cover;
        padding: 40px 0 0;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .mobile-menu-top-hero h2 {
        padding: 0 25px;
    }
    #mobile-menu-header {
        margin-top: 0;
        background: #fff0;
        box-shadow: none;
    }
    #mobile-menu-header ul {
        list-style: none;
        padding: 0 20px;
        margin-top: 8em;
        position: relative;
        width: inherit;
    }
    #mobile-menu-header ul li a {
        color: #fff;
        padding: 20px 20px;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #0084b4 !important;
    text-decoration: underline !important;
}
.tp-caption.medium_grey,
.medium_grey {
    background-color: #888;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 2px 4px;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.tp-caption.small_text,
.small_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.tp-caption.medium_text,
.medium_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.tp-caption.large_text,
.large_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.tp-caption.very_large_text,
.very_large_text {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 60px;
    margin: 0;
    position: absolute;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}
.tp-caption.very_big_white,
.very_big_white {
    background-color: #000;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    margin: 0;
    padding: 1px 4px 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap;
}
.tp-caption.very_big_black,
.very_big_black {
    background-color: #fff;
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: Arial;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin: 0;
    padding: 1px 4px 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap;
}
.tp-caption.modern_medium_fat,
.modern_medium_fat {
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap;
}
.tp-caption.modern_medium_fat_white,
.modern_medium_fat_white {
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap;
}
.tp-caption.modern_medium_light,
.modern_medium_light {
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 20px;
    margin: 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap;
}
.tp-caption.modern_big_bluebg,
.modern_big_bluebg {
    background-color: #4e5b6c;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 36px;
    margin: 0;
    padding: 3px 10px;
    position: absolute;
    text-shadow: none;
}
.tp-caption.modern_big_redbg,
.modern_big_redbg {
    background-color: #de543e;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 36px;
    margin: 0;
    padding: 1px 10px 3px;
    position: absolute;
    text-shadow: none;
}
.tp-caption.modern_small_text_dark,
.modern_small_text_dark {
    border-style: none;
    border-width: 0;
    color: #555;
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    position: absolute;
    text-shadow: none;
    white-space: nowrap;
}
.tp-caption.boxshadow,
.boxshadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black,
.black {
    color: #000;
    text-shadow: none;
}
.tp-caption.noshadow,
.noshadow {
    text-shadow: none;
}
.tp-caption.thinheadline_dark,
.thinheadline_dark {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    position: absolute;
    text-shadow: none;
}
.tp-caption.thintext_dark,
.thintext_dark {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    position: absolute;
    text-shadow: none;
}
.tp-caption.largeblackbg,
.largeblackbg {
    background-color: #000;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    text-shadow: none;
}
.tp-caption.largepinkbg,
.largepinkbg {
    background-color: #db4360;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    text-shadow: none;
}
.tp-caption.largewhitebg,
.largewhitebg {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    text-shadow: none;
}
.tp-caption.largegreenbg,
.largegreenbg {
    background-color: #67ae73;
    border-radius: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 50px;
    font-weight: 300;
    line-height: 70px;
    padding: 0 20px;
    position: absolute;
    text-shadow: none;
}
.tp-caption.excerpt,
.excerpt {
    background-color: rgba(0, 0, 0, 1);
    border-color: #fff;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Arial;
    font-size: 36px;
    font-weight: 700;
    height: auto;
    letter-spacing: -1.5px;
    line-height: 36px;
    margin: 0;
    padding: 1px 4px 0;
    text-decoration: none;
    text-shadow: none;
    white-space: normal !important;
    width: 150px;
}
.tp-caption.large_bold_grey,
.large_bold_grey {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #666;
    font-family: "Open Sans";
    font-size: 60px;
    font-weight: 800;
    line-height: 60px;
    margin: 0;
    padding: 1px 4px 0;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.medium_thin_grey,
.medium_thin_grey {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #666;
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 30px;
    margin: 0;
    padding: 1px 4px 0;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.small_thin_grey,
.small_thin_grey {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #757575;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    margin: 0;
    padding: 1px 4px 0;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.lightgrey_divider,
.lightgrey_divider {
    background-color: rgba(235, 235, 235, 1);
    background-position: initial;
    background-repeat: initial;
    border-color: #222;
    border-style: none;
    border-width: 0;
    height: 3px;
    text-decoration: none;
    width: 370px;
}
.tp-caption.large_bold_darkblue,
.large_bold_darkblue {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #34495e;
    font-family: "Open Sans";
    font-size: 58px;
    font-weight: 800;
    line-height: 60px;
    text-decoration: none;
}
.tp-caption.medium_bg_darkblue,
.medium_bg_darkblue {
    background-color: #34495e;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding: 10px;
    text-decoration: none;
}
.tp-caption.medium_bold_red,
.medium_bold_red {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #e33a0c;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.medium_light_red,
.medium_light_red {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #e33a0c;
    font-family: "Open Sans";
    font-size: 21px;
    font-weight: 300;
    line-height: 26px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.medium_bg_red,
.medium_bg_red {
    background-color: #e33a0c;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding: 10px;
    text-decoration: none;
}
.tp-caption.medium_bold_orange,
.medium_bold_orange {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #f39c12;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    text-decoration: none;
}
.tp-caption.medium_bg_orange,
.medium_bg_orange {
    background-color: #f39c12;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding: 10px;
    text-decoration: none;
}
.tp-caption.grassfloor,
.grassfloor {
    background-color: rgba(160, 179, 151, 1);
    border-color: #222;
    border-style: none;
    border-width: 0;
    height: 150px;
    text-decoration: none;
    width: 4000px;
}
.tp-caption.large_bold_white,
.large_bold_white {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 58px;
    font-weight: 800;
    line-height: 60px;
    text-decoration: none;
}
.tp-caption.medium_light_white,
.medium_light_white {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.mediumlarge_light_white,
.mediumlarge_light_white {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.mediumlarge_light_white_center,
.mediumlarge_light_white_center {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.tp-caption.medium_bg_asbestos,
.medium_bg_asbestos {
    background-color: #7f8c8d;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    padding: 10px;
    text-decoration: none;
}
.tp-caption.medium_light_black,
.medium_light_black {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.large_bold_black,
.large_bold_black {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: "Open Sans";
    font-size: 58px;
    font-weight: 800;
    line-height: 60px;
    text-decoration: none;
}
.tp-caption.mediumlarge_light_darkblue,
.mediumlarge_light_darkblue {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #34495e;
    font-family: "Open Sans";
    font-size: 34px;
    font-weight: 300;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.small_light_white,
.small_light_white {
    background-color: transparent;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.roundedimage,
.roundedimage {
    border-color: #222;
    border-style: none;
    border-width: 0;
}
.tp-caption.large_bg_black,
.large_bg_black {
    background-color: #000;
    border-color: #ffd658;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: 800;
    line-height: 40px;
    padding: 10px 20px 15px;
    text-decoration: none;
}
.tp-caption.mediumwhitebg,
.mediumwhitebg {
    background-color: #fff;
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #000;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    padding: 5px 15px 10px;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.maincaption,
.maincaption {
    background-color: transparent;
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #212a40;
    font-family: roboto;
    font-size: 33px;
    font-weight: 500;
    line-height: 43px;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.miami_title_60px,
.miami_title_60px {
    background-color: transparent;
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Source Sans Pro";
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.miami_subtitle,
.miami_subtitle {
    background-color: transparent;
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 0.65);
    font-family: "Source Sans Pro";
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 24px;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.divideline30px,
.divideline30px {
    background: #fff;
    background-color: #fff;
    border-color: #222;
    border-style: none;
    border-width: 0;
    height: 2px;
    min-width: 30px;
    text-decoration: none;
}
.tp-caption.Miami_nostyle,
.Miami_nostyle {
    border-color: #222;
    border-style: none;
    border-width: 0;
}
.tp-caption.miami_content_light,
.miami_content_light {
    background-color: transparent;
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.miami_title_60px_dark,
.miami_title_60px_dark {
    background-color: transparent;
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #333;
    font-family: "Source Sans Pro";
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.miami_content_dark,
.miami_content_dark {
    background-color: transparent;
    border-color: #000;
    border-style: none;
    border-width: 0;
    color: #666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 28px;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.divideline30px_dark,
.divideline30px_dark {
    background-color: #333;
    border-color: #222;
    border-style: none;
    border-width: 0;
    height: 2px;
    min-width: 30px;
    text-decoration: none;
}
.tp-caption.ellipse70px,
.ellipse70px {
    background-color: rgba(0, 0, 0, 0.14902);
    border-color: #222;
    border-radius: 50px 50px 50px 50px;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    line-height: 1px;
    min-height: 70px;
    min-width: 70px;
    text-decoration: none;
}
.tp-caption.arrowicon,
.arrowicon {
    border-color: #222;
    border-style: none;
    border-width: 0;
    line-height: 1px;
}
.tp-caption.MarkerDisplay,
.MarkerDisplay {
    background-color: transparent;
    border-color: #000;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    font-family: "Permanent Marker";
    font-style: normal;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.Restaurant-Display,
.Restaurant-Display {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 120px;
    font-style: normal;
    font-weight: 700;
    line-height: 120px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Restaurant-Cursive,
.Restaurant-Cursive {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: "Nothing you could do";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Restaurant-ScrollDownText,
.Restaurant-ScrollDownText {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Restaurant-Description,
.Restaurant-Description {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Restaurant-Price,
.Restaurant-Price {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #fff;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Restaurant-Menuitem,
.Restaurant-Menuitem {
    background-color: rgba(0, 0, 0, 1);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 10px 30px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Furniture-LogoText,
.Furniture-LogoText {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(230, 207, 163, 1);
    font-family: Raleway;
    font-size: 160px;
    font-style: normal;
    font-weight: 300;
    line-height: 150px;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.Furniture-Plus,
.Furniture-Plus {
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    border-radius: 30px 30px 30px 30px;
    border-style: none;
    border-width: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
    color: rgba(230, 207, 163, 1);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 7px 4px;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.Furniture-Title,
.Furniture-Title {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(0, 0, 0, 1);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.Furniture-Subtitle,
.Furniture-Subtitle {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(0, 0, 0, 1);
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.Gym-Display,
.Gym-Display {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 70px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Gym-Subline,
.Gym-Subline {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 5px;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Gym-SmallText,
.Gym-SmallText {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 22;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.Fashion-SmallText,
.Fashion-SmallText {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Fashion-BigDisplay,
.Fashion-BigDisplay {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(0, 0, 0, 1);
    font-family: Raleway;
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 60px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Fashion-TextBlock,
.Fashion-TextBlock {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(0, 0, 0, 1);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 40px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Sports-Display,
.Sports-Display {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 130px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 13px;
    line-height: 130px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Sports-DisplayFat,
.Sports-DisplayFat {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 130px;
    font-style: normal;
    font-weight: 900;
    line-height: 130px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Sports-Subline,
.Sports-Subline {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(0, 0, 0, 1);
    font-family: Raleway;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 32px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Instagram-Caption,
.Instagram-Caption {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.News-Title,
.News-Title {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Roboto Slab";
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.News-Subtitle,
.News-Subtitle {
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Roboto Slab";
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.News-Subtitle:hover,
.News-Subtitle:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 0;
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}
.tp-caption.Photography-Display,
.Photography-Display {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 80px;
    font-style: normal;
    font-weight: 100;
    letter-spacing: 5px;
    line-height: 70px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Photography-Subline,
.Photography-Subline {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(119, 119, 119, 1);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Photography-ImageHover,
.Photography-ImageHover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Photography-ImageHover:hover,
.Photography-ImageHover:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Photography-Menuitem,
.Photography-Menuitem {
    background-color: rgba(0, 0, 0, 0.65);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 3px 5px 3px 8px;
    text-decoration: none;
}
.tp-caption.Photography-Menuitem:hover,
.Photography-Menuitem:hover {
    background-color: rgba(0, 255, 222, 0.65);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Photography-Textblock,
.Photography-Textblock {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Photography-Subline-2,
.Photography-Subline-2 {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 0.35);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Photography-ImageHover2,
.Photography-ImageHover2 {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 22;
    padding: 0;
    text-decoration: none;
}
.tp-caption.Photography-ImageHover2:hover,
.Photography-ImageHover2:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.WebProduct-Title,
.WebProduct-Title {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(51, 51, 51, 1);
    font-family: Raleway;
    font-size: 90px;
    font-style: normal;
    font-weight: 100;
    line-height: 90px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.WebProduct-SubTitle,
.WebProduct-SubTitle {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(153, 153, 153, 1);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.WebProduct-Content,
.WebProduct-Content {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(153, 153, 153, 1);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    text-decoration: none;
}
.tp-caption.WebProduct-Menuitem,
.WebProduct-Menuitem {
    background-color: rgba(51, 51, 51, 1);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 3px 5px 3px 8px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.WebProduct-Menuitem:hover,
.WebProduct-Menuitem:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(153, 153, 153, 1);
    text-decoration: none;
}
.tp-caption.WebProduct-Title-Light,
.WebProduct-Title-Light {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 90px;
    font-style: normal;
    font-weight: 100;
    line-height: 90px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.tp-caption.WebProduct-SubTitle-Light,
.WebProduct-SubTitle-Light {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 0.35);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.tp-caption.WebProduct-Content-Light,
.WebProduct-Content-Light {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 0.65);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.tp-caption.FatRounded,
.FatRounded {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(211, 211, 211, 1);
    border-radius: 50px 50px 50px 50px;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    padding: 20px 22px 20px 25px;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.FatRounded:hover,
.FatRounded:hover {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(211, 211, 211, 1);
    border-radius: 50px 50px 50px 50px;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    padding: 10px 0;
    text-decoration: none;
}
.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 20px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.tp-caption.NotGeneric-CallToAction,
.NotGeneric-CallToAction {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 14px;
    padding: 10px 30px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.NotGeneric-CallToAction:hover,
.NotGeneric-CallToAction:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.NotGeneric-Icon,
.NotGeneric-Icon {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 30px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.tp-caption.NotGeneric-Menuitem,
.NotGeneric-Menuitem {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 14px;
    padding: 27px 30px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.NotGeneric-Menuitem:hover,
.NotGeneric-Menuitem:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.MarkerStyle,
.MarkerStyle {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Permanent Marker";
    font-size: 17px;
    font-style: normal;
    font-weight: 100;
    line-height: 30px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Gym-Menuitem,
.Gym-Menuitem {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 0);
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 20px;
    padding: 3px 5px 3px 8px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Gym-Menuitem:hover,
.Gym-Menuitem:hover {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 0.25);
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 12px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(168, 216, 238, 1);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Roboto Slab";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    padding: 0 0 10px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Newspaper-Title-Centered,
.Newspaper-Title-Centered {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: "Roboto Slab";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    padding: 0 0 10px;
    text-align: center;
    text-decoration: none;
}
.tp-caption.Hero-Button,
.Hero-Button {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 14px;
    padding: 10px 30px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Hero-Button:hover,
.Hero-Button:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.tp-caption.Video-Title,
.Video-Title {
    background-color: rgba(0, 0, 0, 1);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
    background-color: rgba(0, 0, 0, 0.35);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 12px;
    padding: 5px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.NotGeneric-Button,
.NotGeneric-Button {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 14px;
    padding: 10px 30px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.NotGeneric-Button:hover,
.NotGeneric-Button:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.NotGeneric-BigButton,
.NotGeneric-BigButton {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 14px;
    padding: 27px 30px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.NotGeneric-BigButton:hover,
.NotGeneric-BigButton:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.WebProduct-Button,
.WebProduct-Button {
    background-color: rgba(51, 51, 51, 1);
    border-color: rgba(0, 0, 0, 1);
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 48px;
    padding: 0 40px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.WebProduct-Button:hover,
.WebProduct-Button:hover {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 2px;
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
}
.tp-caption.Restaurant-Button,
.Restaurant-Button {
    background-color: rgba(10, 10, 10, 0);
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 17px;
    padding: 12px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Restaurant-Button:hover,
.Restaurant-Button:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 224, 129, 1);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Gym-Button,
.Gym-Button {
    background-color: rgba(139, 192, 39, 1);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 13px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Gym-Button:hover,
.Gym-Button:hover {
    background-color: rgba(114, 168, 0, 1);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Gym-Button-Light,
.Gym-Button-Light {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    padding: 12px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Gym-Button-Light:hover,
.Gym-Button-Light:hover {
    background-color: rgba(114, 168, 0, 0);
    border-color: rgba(139, 192, 39, 1);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Sports-Button-Light,
.Sports-Button-Light {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 12px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Sports-Button-Light:hover,
.Sports-Button-Light:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Sports-Button-Red,
.Sports-Button-Red {
    background-color: rgba(219, 28, 34, 1);
    border-color: rgba(219, 28, 34, 0);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 17px;
    padding: 12px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Sports-Button-Red:hover,
.Sports-Button-Red:hover {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Photography-Button,
.Photography-Button {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 15px;
    padding: 13px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Photography-Button:hover,
.Photography-Button:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 1px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Newspaper-Button-2,
.Newspaper-Button-2 {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 15px;
    padding: 10px 30px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Newspaper-Button-2:hover,
.Newspaper-Button-2:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1);
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Feature-Tour,
.Feature-Tour {
    background-color: rgba(139, 192, 39, 1);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    padding: 17px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Feature-Tour:hover,
.Feature-Tour:hover {
    background-color: rgba(114, 168, 0, 1);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Feature-Examples,
.Feature-Examples {
    background-color: transparent;
    border-color: rgba(33, 42, 64, 0.15);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 2px;
    color: rgba(33, 42, 64, 0.5);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    padding: 15px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Feature-Examples:hover,
.Feature-Examples:hover {
    background-color: transparent;
    border-color: rgba(139, 192, 39, 1);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 2px;
    color: rgba(139, 192, 39, 1);
    text-decoration: none;
}
.tp-caption.subcaption,
.subcaption {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 1);
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(111, 124, 130, 1);
    font-family: roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.menutab,
.menutab {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 1);
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(41, 46, 49, 1);
    font-family: roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.menutab:hover,
.menutab:hover {
    background-color: transparent;
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(213, 0, 0, 1);
    text-decoration: none;
}
.tp-caption.maincontent,
.maincontent {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 1);
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(41, 46, 49, 1);
    font-family: roboto;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.minitext,
.minitext {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 1);
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(185, 186, 187, 1);
    font-family: roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
}
.tp-caption.Feature-Buy,
.Feature-Buy {
    background-color: rgba(0, 154, 238, 1);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    padding: 17px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Feature-Buy:hover,
.Feature-Buy:hover {
    background-color: rgba(0, 133, 214, 1);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Feature-Examples-Light,
.Feature-Examples-Light {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.15);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    padding: 15px 35px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Feature-Examples-Light:hover,
.Feature-Examples-Light:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    border-radius: 30px 30px 30px 30px;
    border-style: solid;
    border-width: 2px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Facebook-Likes,
.Facebook-Likes {
    background-color: rgba(59, 89, 153, 1);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 5px 15px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Twitter-Favorites,
.Twitter-Favorites {
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(136, 153, 166, 1);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Twitter-Link,
.Twitter-Link {
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    border-radius: 30px 30px 30px 30px;
    border-style: none;
    border-width: 0;
    color: rgba(135, 153, 165, 1);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    padding: 11px 11px 9px;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Twitter-Link:hover,
.Twitter-Link:hover {
    background-color: rgba(0, 132, 180, 1);
    border-color: transparent;
    border-radius: 30px 30px 30px 30px;
    border-style: none;
    border-width: 0;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.tp-caption.Twitter-Retweet,
.Twitter-Retweet {
    background-color: rgba(255, 255, 255, 0);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(136, 153, 166, 1);
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}
.tp-caption.Twitter-Content,
.Twitter-Content {
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: rgba(41, 47, 51, 1);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    padding: 30px 30px 70px;
    text-align: left;
    text-decoration: none;
}
.revtp-searchform input[type="text"],
.revtp-searchform input[type="email"],
.revtp-form input[type="text"],
.revtp-form input[type="email"] {
    font-family: "Arial", sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 0;
    width: 400px;
    margin-bottom: 0;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
}
.tp-caption.BigBold-Title,
.BigBold-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 110px;
    line-height: 100px;
    font-weight: 800;
    font-style: normal;
    font-family: Raleway;
    padding: 10px 0 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.BigBold-SubTitle,
.BigBold-SubTitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 1px;
}
.tp-caption.BigBold-Button,
.BigBold-Button {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.5);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 1px;
}
.tp-caption.BigBold-Button:hover,
.BigBold-Button:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
}
.tp-caption.FoodCarousel-Content,
.FoodCarousel-Content {
    color: rgba(41, 46, 49, 1);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 30px 30px 30px 30px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(41, 46, 49, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.FoodCarousel-Button,
.FoodCarousel-Button {
    color: rgba(41, 46, 49, 1);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 70px 15px 50px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(41, 46, 49, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 1px;
}
.tp-caption.FoodCarousel-Button:hover,
.FoodCarousel-Button:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1);
    border-color: rgba(41, 46, 49, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
}
.tp-caption.FoodCarousel-CloseButton,
.FoodCarousel-CloseButton {
    color: rgba(41, 46, 49, 1);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px;
}
.tp-caption.FoodCarousel-CloseButton:hover,
.FoodCarousel-CloseButton:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1);
    border-color: rgba(41, 46, 49, 0);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
}
.tp-caption.Video-SubTitle,
.Video-SubTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.35);
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 2px;
    text-align: left;
}
.tp-caption.Video-Title,
.Video-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Travel-BigCaption,
.Travel-BigCaption {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Travel-SmallCaption,
.Travel-SmallCaption {
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Travel-CallToAction,
.Travel-CallToAction {
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 20px 12px 20px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    letter-spacing: 1px;
}
.tp-caption.Travel-CallToAction:hover,
.Travel-CallToAction:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 5px 5px 5px;
}
.tp-caption.RotatingWords-TitleWhite,
.RotatingWords-TitleWhite {
    color: rgba(255, 255, 255, 1);
    font-size: 70px;
    line-height: 70px;
    font-weight: 800;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.RotatingWords-Button,
.RotatingWords-Button {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 20px 50px 20px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.15);
    border-style: solid;
    border-width: 2px;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 3px;
}
.tp-caption.RotatingWords-Button:hover,
.RotatingWords-Button:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 0 0 0 0;
}
.tp-caption.RotatingWords-SmallText,
.RotatingWords-SmallText {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    text-shadow: none;
}
.tp-caption.ContentZoom-SmallTitle,
.ContentZoom-SmallTitle {
    color: rgba(41, 46, 49, 1);
    font-size: 33px;
    line-height: 45px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.ContentZoom-SmallSubtitle,
.ContentZoom-SmallSubtitle {
    color: rgba(111, 124, 130, 1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.ContentZoom-SmallIcon,
.ContentZoom-SmallIcon {
    color: rgba(41, 46, 49, 1);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.ContentZoom-SmallIcon:hover,
.ContentZoom-SmallIcon:hover {
    color: rgba(111, 124, 130, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
}
.tp-caption.ContentZoom-DetailTitle,
.ContentZoom-DetailTitle {
    color: rgba(41, 46, 49, 1);
    font-size: 70px;
    line-height: 70px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.ContentZoom-DetailSubTitle,
.ContentZoom-DetailSubTitle {
    color: rgba(111, 124, 130, 1);
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.ContentZoom-DetailContent,
.ContentZoom-DetailContent {
    color: rgba(111, 124, 130, 1);
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.ContentZoom-Button,
.ContentZoom-Button {
    color: rgba(41, 46, 49, 1);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.5);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 1px;
}
.tp-caption.ContentZoom-Button:hover,
.ContentZoom-Button:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1);
    border-color: rgba(41, 46, 49, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
}
.tp-caption.ContentZoom-ButtonClose,
.ContentZoom-ButtonClose {
    color: rgba(41, 46, 49, 1);
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    font-style: normal;
    font-family: Raleway;
    padding: 14px 14px 14px 16px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(41, 46, 49, 0.5);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: left;
    letter-spacing: 1px;
}
.tp-caption.ContentZoom-ButtonClose:hover,
.ContentZoom-ButtonClose:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(41, 46, 49, 1);
    border-color: rgba(41, 46, 49, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
}
.tp-caption.Newspaper-Title,
.Newspaper-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    line-height: 55px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Slab";
    padding: 0 0 10px 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Newspaper-Subtitle,
.Newspaper-Subtitle {
    color: rgba(168, 216, 238, 1);
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Newspaper-Button,
.Newspaper-Button {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    line-height: 17px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
    letter-spacing: 2px;
    text-align: left;
}
.tp-caption.Newspaper-Button:hover,
.Newspaper-Button:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
}
.tp-caption.rtwhitemedium,
.rtwhitemedium {
    font-size: 22px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: rgb(0, 0, 0);
    border-style: none;
    text-shadow: none;
}
@media only screen and (max-width: 767px) {
    .revtp-searchform input[type="text"],
    .revtp-searchform input[type="email"],
    .revtp-form input[type="text"],
    .revtp-form input[type="email"] {
        width: 200px !important;
    }
}
.revtp-searchform input[type="submit"],
.revtp-form input[type="submit"] {
    font-family: "Arial", sans-serif;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: 0;
    background: #009aee;
    color: #fff;
    border-radius: 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #0084b4 !important;
    text-decoration: underline !important;
}
.tp-caption.Concept-Title,
.Concept-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    font-style: normal;
    font-family: "Roboto Condensed";
    padding: 0 0 10px 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 5px;
}
.tp-caption.Concept-SubTitle,
.Concept-SubTitle {
    color: rgba(255, 255, 255, 0.65);
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    font-style: italic;
    font-family: "" Playfair Display "";
    padding: 0 0 10px 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
}
.tp-caption.Concept-Content,
.Concept-Content {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Condensed";
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1);
    border-style: none;
    border-width: 2px;
    border-radius: 0 0 0 0;
}
.tp-caption.Concept-MoreBtn,
.Concept-MoreBtn {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 10px 8px 7px 10px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0;
    border-radius: 50px 50px 50px 50px;
    letter-spacing: 1px;
    text-align: left;
}
.tp-caption.Concept-MoreBtn:hover,
.Concept-MoreBtn:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0;
    border-radius: 50px 50px 50px 50px;
}
.tp-caption.Concept-LessBtn,
.Concept-LessBtn {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 10px 8px 7px 10px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0;
    border-radius: 50px 50px 50px 50px;
    letter-spacing: 1px;
    text-align: left;
}
.tp-caption.Concept-LessBtn:hover,
.Concept-LessBtn:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0;
    border-radius: 50px 50px 50px 50px;
}
.tp-caption.Concept-SubTitle-Dark,
.Concept-SubTitle-Dark {
    color: rgba(0, 0, 0, 0.65);
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    font-style: italic;
    font-family: "Playfair Display";
    padding: 0 0 10px 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
}
.tp-caption.Concept-Title-Dark,
.Concept-Title-Dark {
    color: rgba(0, 0, 0, 1);
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
    font-style: normal;
    font-family: "Roboto Condensed";
    padding: 0 0 10px 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 5px;
}
.tp-caption.Concept-MoreBtn-Dark,
.Concept-MoreBtn-Dark {
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 10px 8px 7px 10px;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0;
    border-radius: 50px 50px 50px 50px;
    letter-spacing: 1px;
    text-align: left;
}
.tp-caption.Concept-MoreBtn-Dark:hover,
.Concept-MoreBtn-Dark:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0;
    border-radius: 50px 50px 50px 50px;
}
.tp-caption.Concept-Content-Dark,
.Concept-Content-Dark {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Condensed";
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1);
    border-style: none;
    border-width: 2px;
    border-radius: 0 0 0 0;
}
.tp-caption.Concept-Notice,
.Concept-Notice {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    line-height: 15px;
    font-weight: 400;
    font-style: normal;
    font-family: "Roboto Condensed";
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1);
    border-style: none;
    border-width: 2px;
    border-radius: 0 0 0 0;
    letter-spacing: 2px;
}
.tp-caption.Concept-Content a,
.tp-caption.Concept-Content a:visited {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
    font-weight: 700 !important;
}
.tp-caption.Concept-Content a:hover {
    border-bottom: 1px solid transparent !important;
}
.tp-caption.Concept-Content-Dark a,
.tp-caption.Concept-Content-Dark a:visited {
    color: #000 !important;
    border-bottom: 1px solid #000 !important;
    font-weight: 700 !important;
}
.tp-caption.Concept-Content-Dark a:hover {
    border-bottom: 1px solid transparent !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #0084b4 !important;
    text-decoration: underline !important;
}
.tp-caption.Creative-Title,
.Creative-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    font-style: normal;
    font-family: "Playfair Display";
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
}
.tp-caption.Creative-SubTitle,
.Creative-SubTitle {
    color: rgba(205, 176, 131, 1);
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 2px;
}
.tp-caption.Creative-Button,
.Creative-Button {
    color: rgba(205, 176, 131, 1);
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 15px 50px 15px 50px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(205, 176, 131, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
    letter-spacing: 2px;
}
.tp-caption.Creative-Button:hover,
.Creative-Button:hover {
    color: rgba(205, 176, 131, 1);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(205, 176, 131, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
}
.tp-caption.subcaption,
.subcaption {
    color: rgba(111, 124, 130, 1);
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 1);
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-shadow: none;
    text-align: left;
}
.tp-caption.RedDot,
.RedDot {
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-style: normal;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: rgba(213, 0, 0, 1);
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 5px;
    border-radius: 50px 50px 50px 50px;
}
.tp-caption.RedDot:hover,
.RedDot:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(213, 0, 0, 1);
    border-style: solid;
    border-width: 5px;
    border-radius: 50px 50px 50px 50px;
}
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: "Playfair Display";
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
}
.tp-caption.SlidingOverlays-Title,
.SlidingOverlays-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: "Playfair Display";
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: "Playfair Display";
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.Woo-Rating,
.Woo-Rating {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
    letter-spacing: 2px;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
    color: rgba(0, 0, 0, 1);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 75px 12px 50px;
    text-decoration: none;
    background-color: rgba(254, 207, 114, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    text-align: left;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(243, 168, 71, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(254, 207, 114, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    text-align: left;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(243, 168, 71, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
}
.tp-caption.Woo-TitleLarge,
.Woo-TitleLarge {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: "Playfair Display";
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.Woo-SubTitle,
.Woo-SubTitle {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    line-height: 18px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
    letter-spacing: 2px;
}
.tp-caption.Woo-PriceLarge,
.Woo-PriceLarge {
    color: rgba(0, 0, 0, 1);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.Woo-ProductInfo,
.Woo-ProductInfo {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 75px 12px 50px;
    text-decoration: none;
    background-color: rgba(254, 207, 114, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    text-align: left;
}
.tp-caption.Woo-ProductInfo:hover,
.Woo-ProductInfo:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(243, 168, 71, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
}
.tp-caption.Woo-AddToCart,
.Woo-AddToCart {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 12px 35px 12px 35px;
    text-decoration: none;
    background-color: rgba(254, 207, 114, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
    text-align: left;
}
.tp-caption.Woo-AddToCart:hover,
.Woo-AddToCart:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(243, 168, 71, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px 4px 4px 4px;
}
.tp-caption.FullScreen-Toggle,
.FullScreen-Toggle {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    padding: 11px 8px 11px 12px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 3px;
    text-align: left;
}
.tp-caption.FullScreen-Toggle:hover,
.FullScreen-Toggle:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 0 0;
}
.tp-caption.Agency-Title,
.Agency-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 10px;
}
.tp-caption.Agency-SubTitle,
.Agency-SubTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.Agency-PlayBtn,
.Agency-PlayBtn {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 71px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    text-align: center;
}
.tp-caption.Agency-PlayBtn:hover,
.Agency-PlayBtn:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer;
}
.tp-caption.Agency-SmallText,
.Agency-SmallText {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 5px;
}
.tp-caption.Agency-Social,
.Agency-Social {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
}
.tp-caption.Agency-Social:hover,
.Agency-Social:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(51, 51, 51, 1);
    border-color: rgba(51, 51, 51, 1);
    border-style: solid;
    border-width: 2px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
}
.tp-caption.Agency-CloseBtn,
.Agency-CloseBtn {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0;
    border-radius: 100px 100px 100px 100px;
    text-align: center;
}
.tp-caption.Agency-CloseBtn:hover,
.Agency-CloseBtn:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0);
    border-style: none;
    border-width: 0;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer;
}
.tp-caption.Dining-Title,
.Dining-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 10px;
}
.tp-caption.Dining-SubTitle,
.Dining-SubTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Dining-BtnLight,
.Dining-BtnLight {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 15px;
    font-weight: 700;
    font-style: normal;
    font-family: Lato;
    padding: 17px 73px 17px 50px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 2px;
}
.tp-caption.Dining-BtnLight:hover,
.Dining-BtnLight:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
}
.tp-caption.Dining-Social,
.Dining-Social {
    color: rgba(255, 255, 255, 1);
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
}
.tp-caption.Dining-Social:hover,
.Dining-Social:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
}
tp-caption.Team-Thumb,
.Team-Thumb {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Team-Thumb:hover,
.Team-Thumb:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.Team-Name,
.Team-Name {
    color: rgba(255, 255, 255, 1);
    font-size: 70px;
    line-height: 70px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Team-Position,
.Team-Position {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Georgia, serif;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Team-Description,
.Team-Description {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Team-Social,
.Team-Social {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.Team-Social:hover,
.Team-Social:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.VideoControls-Play,
.VideoControls-Play {
    color: rgba(0, 0, 0, 1);
    font-size: 50px;
    line-height: 120px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 7px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 100px 100px 100px 100px;
    text-align: center;
}
.tp-caption.VideoControls-Play:hover,
.VideoControls-Play:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer;
}
.tp-caption.VideoPlayer-Title,
.VideoPlayer-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 10px;
}
.tp-caption.VideoPlayer-SubTitle,
.VideoPlayer-SubTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.VideoPlayer-Social,
.VideoPlayer-Social {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.VideoPlayer-Social:hover,
.VideoPlayer-Social:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.VideoControls-Mute,
.VideoControls-Mute {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 100px 100px 100px 100px;
    text-align: center;
}
.tp-caption.VideoControls-Mute:hover,
.VideoControls-Mute:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer;
}
.tp-caption.VideoControls-Pause,
.VideoControls-Pause {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 100px 100px 100px 100px;
    text-align: center;
}
.tp-caption.VideoControls-Pause:hover,
.VideoControls-Pause:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 100px 100px 100px 100px;
    cursor: pointer;
}
.soundcloudwrapper iframe {
    width: 100% !important;
}
.tp-caption.SleekLanding-Title,
.SleekLanding-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 5px;
}
.tp-caption.SleekLanding-ButtonBG,
.SleekLanding-ButtonBG {
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-style: normal;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0;
    border-radius: 5px 5px 5px 5px;
    text-align: left;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.15);
}
.tp-caption.SleekLanding-SmallTitle,
.SleekLanding-SmallTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 2px;
}
.tp-caption.SleekLanding-BottomText,
.SleekLanding-BottomText {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.SleekLanding-Social,
.SleekLanding-Social {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.SleekLanding-Social:hover,
.SleekLanding-Social:hover {
    color: rgba(0, 0, 0, 0.25);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
#rev_slider_429_1_wrapper .tp-loader.spinner2 {
    background-color: #555555 !important;
}
.tp-fat {
    font-weight: 900 !important;
}
.tp-caption.PostSlider-Category,
.PostSlider-Category {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 3px;
    text-align: left;
}
.tp-caption.PostSlider-Title,
.PostSlider-Title {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    font-family: "Playfair Display";
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.PostSlider-Content,
.PostSlider-Content {
    color: rgba(119, 119, 119, 1);
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.PostSlider-Button,
.PostSlider-Button {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    line-height: 40px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 1px 56px 1px 32px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.PostSlider-Button:hover,
.PostSlider-Button:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(238, 238, 238, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.LandingPage-Title,
.LandingPage-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 70px;
    line-height: 80px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 10px;
}
.tp-caption.LandingPage-SubTitle,
.LandingPage-SubTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    font-family: Georgia, serif;
    padding: 0 0 0 0;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.LandingPage-Button,
.LandingPage-Button {
    color: rgba(0, 0, 0, 1);
    font-size: 15px;
    line-height: 54px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 35px 0 35px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
    letter-spacing: 3px;
}
.tp-caption.LandingPage-Button:hover,
.LandingPage-Button:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.App-Content a,
.tp-caption.App-Content a:visited {
    color: #89124e !important;
    border-bottom: 1px solid transparent !important;
    font-weight: bold !important;
}
.tp-caption.App-Content a:hover {
    border-bottom: 1px solid #89124e !important;
}
.tp-caption.RockBand-LogoText,
.RockBand-LogoText {
    color: rgba(255, 255, 255, 1);
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    font-family: Oswald;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #fff !important;
    text-decoration: underline !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.soundcloudwrapper iframe {
    width: 100% !important;
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
    letter-spacing: 1px;
}
.tp-caption.ComingSoon-Highlight,
.ComingSoon-Highlight {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 37px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 20px 3px 20px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 154, 238, 1);
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.ComingSoon-Count,
.ComingSoon-Count {
    color: rgba(255, 255, 255, 1);
    font-size: 50px;
    line-height: 50px;
    font-weight: 900;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.ComingSoon-CountUnit,
.ComingSoon-CountUnit {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.ComingSoon-NotifyMe,
.ComingSoon-NotifyMe {
    color: rgba(164, 157, 143, 1);
    font-size: 27px;
    line-height: 35px;
    font-weight: 600;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
#mc_embed_signup input#mce-EMAIL {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    color: #000;
    background-color: #fff;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 1px solid #fff;
    width: 400px;
    margin-bottom: 0;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    border-radius: 0;
}
#mc_embed_signup input#mce-EMAIL[type="email"]:focus {
    background-color: #fff;
    border: 1px solid #666;
    border-right: 0;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
    font-family: "Lato", sans-serif;
    line-height: 46px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    padding: 0 20px;
    border: 1px solid #009aee;
    background: #009aee;
    color: #fff;
    border-radius: 0;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
    background: #0083d4;
}
@media only screen and (max-width: 767px) {
    #mc_embed_signup input#mce-EMAIL {
        width: 200px;
    }
}
.tp-caption.Agency-SmallTitle,
.Agency-SmallTitle {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
    letter-spacing: 6px;
}
.tp-caption.Agency-SmallContent,
.Agency-SmallContent {
    color: rgba(255, 255, 255, 1);
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.Agency-SmallLink,
.Agency-SmallLink {
    color: rgba(248, 124, 9, 1);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #f87c09 !important;
}
.tp-caption.Agency-SmallLink:hover,
.Agency-SmallLink:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.Agency-NavButton,
.Agency-NavButton {
    color: rgba(51, 51, 51, 1);
    font-size: 17px;
    line-height: 50px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.Agency-NavButton:hover,
.Agency-NavButton:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(51, 51, 51, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.Agency-SmallLinkGreen,
.Agency-SmallLinkGreen {
    color: rgba(109, 177, 155, 1);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #6db19b !important;
}
.tp-caption.Agency-SmallLinkGreen:hover,
.Agency-SmallLinkGreen:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.Agency-SmallLinkBlue,
.Agency-SmallLinkBlue {
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    font-style: normal;
    font-family: lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #999 !important;
}
.tp-caption.Agency-SmallLinkBlue:hover,
.Agency-SmallLinkBlue:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.Agency-LogoText,
.Agency-LogoText {
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
    letter-spacing: 1px;
}
.tp-caption.Agency-ArrowTooltip,
.Agency-ArrowTooltip {
    color: rgba(51, 51, 51, 1);
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    font-family: "Permanent Marker";
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.Agency-SmallSocial,
.Agency-SmallSocial {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    font-style: normal;
    font-family: Arial;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.Agency-SmallSocial:hover,
.Agency-SmallSocial:hover {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #0084b4 !important;
    text-decoration: underline !important;
}
.tp-caption.CreativeFrontPage-Btn,
.CreativeFrontPage-Btn {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 60px;
    font-weight: 900;
    font-style: normal;
    font-family: Roboto;
    padding: 0 50px 0 50px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(0, 104, 92, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 4px 4px 4px 4px;
    letter-spacing: 2px;
}
.tp-caption.CreativeFrontPage-Btn:hover,
.CreativeFrontPage-Btn:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
}
.tp-caption.CreativeFrontPage-Menu,
.CreativeFrontPage-Menu {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    font-family: roboto;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 2px;
}
.tp-flip-index {
    z-index: 1000 !important;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #0084b4 !important;
    text-decoration: underline !important;
}
.tp-caption.FullScreenMenu-Category,
.FullScreenMenu-Category {
    color: rgba(17, 17, 17, 1);
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    font-family: BenchNine;
    padding: 21px 30px 16px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 3px;
}
.tp-caption.FullScreenMenu-Title,
.FullScreenMenu-Title {
    color: rgba(255, 255, 255, 1);
    font-size: 65px;
    line-height: 70px;
    font-weight: 700;
    font-style: normal;
    font-family: BenchNine;
    padding: 21px 30px 16px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(17, 17, 17, 0.9);
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #0084b4 !important;
    text-decoration: underline !important;
}
.tp-caption.TechJournal-Button,
.TechJournal-Button {
    color: rgba(255, 255, 255, 1);
    font-size: 13px;
    line-height: 40px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 1px 30px 1px 30px;
    text-decoration: none;
    text-align: left;
    background-color: rgba(138, 0, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 3px;
}
.tp-caption.TechJournal-Button:hover,
.TechJournal-Button:hover {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.TechJournal-Big,
.TechJournal-Big {
    color: rgba(255, 255, 255, 1);
    font-size: 120px;
    line-height: 120px;
    font-weight: 900;
    font-style: normal;
    font-family: Raleway;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    letter-spacing: 0;
}
.rev_slider {
    overflow: hidden;
}
.effect_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #0084b4 !important;
    text-decoration: underline !important;
}
#menu_forcefullwidth {
    z-index: 5000;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
    color: rgba(51, 51, 51, 1);
    font-size: 55px;
    line-height: 65px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
    color: rgba(0, 150, 255, 1);
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
    color: rgba(0, 150, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(0, 150, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
    color: rgba(51, 51, 51, 1);
    font-size: 55px;
    line-height: 65px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
    color: rgba(0, 150, 255, 1);
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
    color: rgba(0, 150, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(0, 150, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
    color: rgba(51, 51, 51, 1);
    font-size: 55px;
    line-height: 65px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
    color: rgba(0, 150, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(0, 150, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
    color: rgba(51, 51, 51, 1);
    font-size: 55px;
    line-height: 65px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
    color: rgba(0, 150, 255, 1);
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.FullSiteBlock-DownButton,
.FullSiteBlock-DownButton {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    font-style: normal;
    font-family: Roboto;
    padding: 1px 1px 1px 1px;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: rgba(51, 51, 51, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
}
.tp-caption.FullSiteBlock-DownButton:hover,
.FullSiteBlock-DownButton:hover {
    color: rgba(0, 150, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: rgba(0, 150, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 30px 30px 30px 30px;
    cursor: pointer;
}
.rev_slider {
    overflow: hidden;
}
.effect_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gyges .tp-thumb {
    opacity: 1;
}
.gyges .tp-thumb-img-wrap {
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.gyges .tp-thumb-image {
    padding: 3px;
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, 0.25);
}
.gyges .tp-thumb:hover .tp-thumb-img-wrap,
.gyges .tp-thumb.selected .tp-thumb-img-wrap {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.tp-caption.FullSiteBlock-Title,
.FullSiteBlock-Title {
    color: rgba(51, 51, 51, 1);
    font-size: 55px;
    line-height: 65px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
    color: rgba(0, 150, 255, 1);
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-Link:hover,
.FullSiteBlock-Link:hover {
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.FullSiteBlock-FooterLink,
.FullSiteBlock-FooterLink {
    color: rgba(85, 85, 85, 1);
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: left;
}
.tp-caption.FullSiteBlock-FooterLink:hover,
.FullSiteBlock-FooterLink:hover {
    color: rgba(0, 150, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.fb-share-button.fb_iframe_widget iframe {
    width: 115px !important;
}
#tp-socialwrapper {
    opacity: 0;
}
.tp-caption.Twitter-Content a,
.tp-caption.Twitter-Content a:visited {
    color: #0084b4 !important;
}
.tp-caption.Twitter-Content a:hover {
    color: #0084b4 !important;
    text-decoration: underline !important;
}
#menu_forcefullwidth {
    z-index: 5000;
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}
#tp-menubg {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9000000',endColorstr='#00000000',GradientType=0);
}
#mc_embed_signup input[type="email"] {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    color: #888 !important;
    line-height: 46px;
    padding: 0 20px;
    cursor: text;
    border: 0;
    width: 400px;
    margin-bottom: 0;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#mc_embed_signup input[type="email"]::-webkit-input-placeholder {
    color: #888 !important;
}
#mc_embed_signup input[type="email"]::-moz-placeholder {
    color: #888 !important;
}
#mc_embed_signup input[type="email"]:-ms-input-placeholder {
    color: #888 !important;
}
#mc_embed_signup input[type="email"]:focus {
    background-color: #f5f5f5;
    color: #454545;
}
#mc_embed_signup input#mc-embedded-subscribe,
#mc_embed_signup input#mc-embedded-subscribe:focus {
    font-family: "Lato", sans-serif;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 30px;
    border: 0;
    background: #f04531;
    text-transform: none;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#mc_embed_signup input#mc-embedded-subscribe:hover {
    background: #e03727;
}
@media only screen and (max-width: 767px) {
    #mc_embed_signup input[type="email"] {
        width: 260px;
    }
}
@media only screen and (max-width: 480px) {
    #mc_embed_signup input[type="email"] {
        width: 160px;
    }
}
#rev_slider_167_6 .uranus.tparrows {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0);
}
#rev_slider_167_6 .uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#rev_slider_167_6 .uranus.tparrows:hover:before {
    opacity: 0.75;
}
.tp-caption.FullSiteBlock-SubTitle,
.FullSiteBlock-SubTitle {
    color: rgba(51, 51, 51, 1);
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
.tp-caption.ParallaxWebsite-FooterItem,
.ParallaxWebsite-FooterItem {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
}
.tp-caption.ParallaxWebsite-FooterItem:hover,
.ParallaxWebsite-FooterItem:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    cursor: pointer;
}
.fb-share-button.fb_iframe_widget iframe {
    width: 115px !important;
}
iframe.twitter-share-button {
    display: none;
}
.fb-share-button.fb_iframe_widget iframe {
    display: none;
}
.tp-caption.FullSiteBlock-Link,
.FullSiteBlock-Link {
    color: rgba(0, 150, 255, 1);
    font-size: 25px;
    line-height: 24px;
    font-weight: 300;
    font-style: normal;
    font-family: Lato;
    padding: 0 0 0 0;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-radius: 0 0 0 0;
    text-align: center;
}
