/*
* ----------------------------------------------------
Author 	: PCPal Computer Services
Name	: Lake of the Woods Water Company
Date	: April 26, 2024
* ----------------------------------------------------
*/

/*
* -----------------------------------------------------
*  01.Common Styles
*  02.Preloader 
*  03.Scroll Top
*  04.Home Section
*  05.About Section 
*  06.Fun Facts
*  07.Services Section 
*  08.Portfolio Section 
*  09.Blog Section
*  10.Testimonials Section
*  11.Contact Section 
*  12.Footer
* -----------------------------------------------------
*/

/*=================================*/
/*  01.Common Styles 
/*=================================*/

* {
    margin: 0;
    padding: 0
}

body{
	font-family: Raleway, Arial, sans-serif;
    font-size:18px;
    font-weight:500;
	line-height: 1.4em;
    color:#6d6d6d;
	overflow-x:hidden;
    -webkit-font-feature-settings: "lnum";
       -moz-font-feature-settings: "lnum";
        -ms-font-feature-settings: "lnum";
         -o-font-feature-settings: "lnum";
            font-feature-settings: "lnum";
}

a{
	color:#F28C83;
	text-decoration:none
}

a:hover,a:focus{
	color:#5ca4d5;
	text-decoration:underline
}

a:focus,
.btn:focus {
	outline: none;
}

.load-main {
    height: 100vh;
    overflow: hidden;
}

.main-content {
    height: auto;
}

img {
    border-style: none;
/*    width: 100%;*/
    height: auto;
    max-width: 100%;
    vertical-align: top; 
}

a, a:hover, a:focus  {
    text-decoration: none;
    outline: none;
    color: inherit;
}

h1 {
    font-size: 50px;
    color: #1C1E71;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 14px;
}

p {
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
	margin-bottom: 10px;
    padding: 0;
}

.media {
    margin: 0;
}

.full_height {
    height: 100vh;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.space50 {
	padding-top: 50px;
}

.space100 {
	padding-top: 100px;
}

.cityspace {
	padding-top: 120px;	
}

.xtra180 {
	padding-top: 180px;	
	padding-bottom: 180px;
}

.width700 {
    display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
/*	margin-bottom: 40px;*/
	width:84%;
	max-width: 960px;	
}

.width350 {
    display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
/*	margin-bottom: 40px;*/
	width:90%;
	max-width: 960px;	
}

.space90 {
	margin-top: 90px;
}

.padding-top-25 {
    padding-top: 25px;
}

.padding-bottom-25 {
    padding-bottom: 25px;
}

.padding-top-45 {
    padding-top: 45px;
}

.padding-bottom-45 {
    padding-bottom: 45px;
}

.padding-top-90 {
    padding-top: 130px;
    margin-top: -40px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.parallax-bottom {
	padding-bottom: 18px;
}

.parallax-bottom-54 {
		padding-bottom: 54px;

}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

main {
    overflow-x: hidden;
}

section:not(.home) {
    position: relative;
    z-index: 5;
}


.sec_title {
    padding-bottom: 58px;
    text-align: center;
    position: relative;
    margin-top: 13px;
}

.sec_title p {
    position: absolute;
    display: block;
    left: -15px;
    top: -71px;
    width: calc(100% + 30px);
    text-align: center;
    font-size: 80px;
    font-weight: 900;
    color: #b8844238;
    text-transform: uppercase;
    z-index: -1;
    font-family: "montserrat";
}

.sec_title h2 {
    font-size: 30px;
    font-weight: 800;
    color: #5A3611;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding-bottom: 17px;
}

.primary_bg {
    background-color: #fff;
}

.map_bg {
    background-color: #FAF1DA;
}


.bg_image {
    background-size: cover;
    background-position: bottom right;
}

.terms {
	font-style:italic;
	
}
/*	bg_image MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

@media only screen and (max-width : 768px) {

}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}



h1, h2, h3, h4,
.navbar-nav > li > a,
.navbar-default .navbar-brand,
.home .content span,
.more-about-me span,
.skills .skill span,
.fun_facts .content p,
.portfolio ul li,
.testimonials .name-job .name {
	font-family: Raleway, Arial, sans-serif;
}

#rest li {
    list-style-type: none;
    list-style-position: inside;
    text-indent: -24px;
    padding-left: 30px;
	margin-top: 10px;
    margin-bottom: 10px;
}

.bullitlist {
	margin-top: 5px;
    margin-bottom: 10px;
	text-align: left;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 9px 23px;
    font-size: 18px;
	font-weight: 500;
    line-height: 1.3333333;
    border-radius: 20px;
	border: 2px solid #5053A1;
    background-color: #5053A1;
    color: #FFF;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-primary:hover {
	border: 2px solid #FFF;
    background-color: #5CA4D5;
    color: #FFF;
}

.btn-primary:focus, .btn-primary.focus {
	border: 2px solid #5CA4D5;
    color: #FFF;
    background-color: #5CA4D5;
    border-color: #5CA4D5;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	border: 2px solid #FFF;
    color: #FFF;
    background-color: #5CA4D5;
    border-color: #5CA4D5;
}

/*End Common Styles*/



/*=================================*/
/*  02.Preloader 
/*=================================*/

.page-loader,
.preloader {
    display:block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background: #fff;   
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% + 130px);
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0,0,0, 0.08);
    border-right: 2px solid rgba(0,0,0, 0.08);
    border-bottom: 2px solid rgba(0,0,0, 0.08);
    border-left: 2px solid rgba(0,0,0, 1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes introPreloader {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@keyframes introPreloader {
    from {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
    to {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
}

@-webkit-keyframes introPreloader2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

@keyframes introPreloader2 {
    from {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0
    }
    to {
        -webkit-mask-position: 0 0;
        mask-position: 0 0
    }
}

.page-loader {
    -webkit-mask: url(../images/sprite.png);
    mask: url(../images/sprite.png);
    -webkit-mask-size: 2300% 100%;
    mask-size: 2300% 100%;
    -webkit-animation: introPreloader2 .7s steps(22) forwards;
    animation: introPreloader2 .7s steps(22) forwards;
}

.animi-loader {
    -webkit-animation: introPreloader .7s steps(22) forwards;
    animation: introPreloader .7s steps(22) forwards
}

/*End Preloader*/



/*=================================*/
/*  03.Scroll Top
/*=================================*/

.top {
    position: fixed;
    bottom: 8px;
    right: 10px;
    z-index: 1000;
    transform: translateX(50px);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.scroll_top_show {
    transform: translateX(0);
    opacity: 1;
}

.top i {
    background: #1C1E71;
    color: #fff;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

/*End Scroll Top*/


/*=================================*/
/*  04.Home Section
/*=================================*/


.main_img {
    position: absolute;
    top: calc(50% - 100px);
    left: 0;
    z-index: 5;
    width: 100%;
    text-align: center;
    transition: all 0.9s ease-in-out;
}

.new_top {
    top: calc(40% - 150px);
}

.new_top h1 {
    color: #fff;
    font-weight: 500;	
	font-size: 60px;
	margin-top: 7px;	
	margin-bottom: 7px;	
	text-shadow:  1px 1px 5px #252525;
}

.new_top h2 {
    color: #fff;
    font-weight: 500;	
	margin-top: 7px;	
	margin-bottom: 7px;	
	text-shadow:  1px 1px 5px #252525;
}

/*
.main_img div {
    display: inline-block;
    padding: 9px;
    background-color: #fafafa;
    border-radius: 50%;
    position: relative;
}
*/

/*
.img-shadow div {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.11);
}
*/

.main_img div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 1.5px);
    z-index: -1;
    border-radius: 50%;
}

/*
.main_img img {
    width: 350px;
    height: auto;
    position: relative;
    z-index: 5;
}
*/

.homelogo {
    width: 400px;
    height: auto;
    position: relative;
    z-index: 5;
}

.restlogo {
    width: 300px;
    height: auto;
    position: relative;
    z-index: 5;
}


.new_top img {
    transform: scale(1);
}

.navbar-default {
    z-index: 10;
    background-color: transparent;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-brand {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.navbar-default .navbar-brand:hover, 
.navbar-default .navbar-brand:focus {
    color: #fff;
}

.navbar-nav > li,
.navbar-brand {
    padding: 35px 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav > li > a {
    padding: 0 13px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
	text-shadow:  1px 1px 5px #000000;
}

.navbar-default .navbar-nav a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    right: 0;
    height: 2px;
    width: 50%;
    background: rgba(255, 255, 255, 0.85);
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: width .3s cubic-bezier(0.55,.085,.68,.53),opacity .2s cubic-bezier(0.55,.085,.68,.53);
    transition: width .3s cubic-bezier(0.55,.085,.68,.53),opacity .2s cubic-bezier(0.55,.085,.68,.53);
}

.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after,
.navbar-default .navbar-nav > li.active > a:after {
    width: calc(100% + 5px);
    opacity: 1;
    transition: width .3s cubic-bezier(0.25,.46,.45,.94),opacity 0s linear;
    transition: width .3s cubic-bezier(0.25,.46,.45,.94),opacity 0s linear;
}

.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
	text-shadow: 1px 1px 5px #252525;
    background-color: transparent;
}

.nav_scroll {
    background-color: rgba(255,255,255,0.99);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    z-index: 900;
}

.nav_scroll .navbar-nav > li,
.nav_scroll .navbar-brand {
    padding: 20px 6px;
}

.nav_scroll .navbar-brand {
    color: #333;
}

.nav_scroll .navbar-brand:hover, 
.nav_scroll .navbar-brand:focus {
    color: #333;
}

.nav_scroll .navbar-nav > li > a,
.nav_scroll .navbar-nav > li > a:hover, 
.nav_scroll .navbar-nav > li > a:focus,
.nav_scroll .navbar-nav > .active > a,
.nav_scroll .navbar-nav > .active > a:hover,
.nav_scroll .navbar-nav > .active > a:focus {
    color: #333;
	text-shadow: 1px 1px 5px #FFF;

}

.nav_scroll .navbar-nav a:after {
    background: #5ca4d5;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    height: 2px;
    width: 22px;
    transition: all 0.2s;
}

.nav_scroll .navbar-toggle .icon-bar {
    background-color: #111;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-of-type(4) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.logo {
    background: url(../images/PMI-Logo.png) no-repeat 0 0;
    width: 208px;
    height: 137px;
    margin-top: 12px;
    -webkit-transition: background-position 0.4s;
    -moz-transition: background-position 0.4s;
    transition: background-position 0.4s;
}

.navbar-fixed-top.logodark .logo, .blog-single .navbar-fixed-top {
    background-position: 0 -137px;
	    margin-top: 0px;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 540px;
}

.navbar {
    position: relative;
    min-height: 50px;
    max-height: 65px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.collapsed .icon-bar {
    transform: none !important;
    opacity: 1 !important;
}

.home .overlay {
    height: 100%;
    background-color: rgba(0,0,0,0.15);
}

.overlay {
    height: 100%;
    background-color: rgba(0,0,0,0.15);
}

.home .wrapper {
    height: 100%;
}

.home .content {
    text-align: center;
    background-color: #fafafa;
    width: 500px;
    max-width: calc(100% - 30px);
    margin: auto;
    padding: 30px 0;
    padding-top: 80px;
    position: relative;
    z-index: 5;
    top: calc(55% - 50px);
    transition: all 1.4s;
}

.opacity-zero {
    opacity: 0;
}

.home .content:after {
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.23);
}

.home h1 {
    font-size: 45px;
    font-weight: 900;
    color: #232323;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 35px;
}

.home h1:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%);
    width: 20px;
    height: 3px;
    background: #000;
}

.home .content span:not(.cd-words-wrapper) {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111;
}

#particles-js{
    position: absolute;
    top: 0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: left;
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    font-weight: 500;
    color: #111;
    left: 0;
    top: 0;
}

.cd-words-wrapper b.is-visible {
    position: relative;
}

.no-js .cd-words-wrapper b {
    opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1;
}

/* -- clip -- */
.cd-headline.clip span {
    display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top;
}

.cd-headline.clip b {
    opacity: 0;
}

.cd-headline.clip b.is-visible {
    opacity: 1;
}


/*End Home Section */



/*=================================*/
/*  05.About Section 
/*=================================*/


.rest h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.rest h3:after {
    content: "";
    width: 39px;
    height: 2px;
    background-color: #000;
    display: block;
    margin-top: 20px;
    margin-bottom: 25px;
}

.more-about-me span {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    width: 100px;
    margin-right: 5px;
}

.more-about-me span:after {
    content: ":";
    position: absolute;
    right: 0;
}

.more-about-me a {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #BDBDBD;
    margin: 0 6px;
}

.more-about-me a:after {
    content: attr(hover-name);
    color: #111;
    position: absolute;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    height: 100%;
    width: 0%;
    transition: all 0.3s ease-in-out;
}

.more-about-me a:hover:after {
    width: 100%;
}

.about .follow a,
.about .hire a {
    margin-right: 18px;
}

.about .follow a:before,
.about .hire a:before {
    content: "-";
    position: absolute;
    right: -18px;
    top: 1px;
}

.about .follow a:last-of-type:before,
.about .hire a:last-of-type:before {
    content: "";
}

.about .skills {
    margin-top: 20px;
}

.about .skills .skill {
    margin-bottom: 30px;
    visibility: hidden;
}

.about .skills .skill .progress_bg {
    background-color: rgba(0, 0, 0, 0.06);
}

.about .skills .skill .progress_bar {
    height: 5px;
    background-color: #222;
}

.about .skills .skill span {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.about .skills .skill span:last-of-type {
    float: right;
}

/*End About Section*/

.parallax {
  /* The image used */
  background-image: url("../images/header-bg.jpg");

  /* Set a specific height */
  min-height: 80px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url("../images/officemap.jpg");

  /* Set a specific height */
  min-height: 80px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.room-text {
  display: inline-block;
}

.second-col {
	margin-top: 22px;
	margin-bottom:25px;
}

/*	CONTENT BLOCK 3-10
/*----------------------------------------------------*/

.content-3-10 {
	padding: 0px;
	position: relative;
}

.content-3-10 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
}

.content-3-10 .image-container .background-image-holder {
	background: url('../images/room-club.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-10 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-3-10 h3 {
	margin-bottom: 32px;
}

.content-3-10 p {
	margin-bottom: 0px;
}



/*	CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-10 .image-container {
		height: 100%;
	}
	
	.content-3-10 .content {
		margin-top: 0px;
		padding: 40px 0px 55px 70px;
	}
	.content-3-10 .row {
	    margin-right: 25px;
	}
}

@media only screen and (max-width : 768px) {
	.content-3-10 .row {
	    margin-right: -15px;
	}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/*	CONTENT BLOCK 3-11
/*----------------------------------------------------*/

.content-3-11 {
	padding: 0px;
	position: relative;
}

.content-3-11 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

.content-3-11 .image-container .background-image-holder {
	background: url('../images/room-jordan.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-11 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-3-11 h3 {
	margin-bottom: 32px;
}

.content-3-11 p {
	margin-bottom: 0px;
}


/*	CONTENT BLOCK 3-11 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-11 .image-container {
		height: 100%;
	}
	
	.content-3-11 .content {
		margin-top: 0px;
		padding: 40px 70px 55px 5px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}


/*	CONTENT BLOCK 3-12
/*----------------------------------------------------*/

.content-3-12 {
	padding: 0px;
	position: relative;
}

.content-3-12 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
}

.content-3-12 .image-container .background-image-holder {
	background: url('../images/room-mountain-trail.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-12 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-3-12 h3 {
	margin-bottom: 32px;
}

.content-3-12 p {
	margin-bottom: 0px;
}



/*	CONTENT BLOCK 3-12 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-12 .image-container {
		height: 100%;
	}
	
	.content-3-12 .content {
		margin-top: 0px;
		padding: 40px 0px 55px 70px;
	}
	.content-3-12 .row {
	    margin-right: 25px;
	}
}

@media only screen and (max-width : 768px) {
	.content-3-12 .row {
	    margin-right: -15px;
	}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/*	CONTENT BLOCK 3-13
/*----------------------------------------------------*/

.content-3-13 {
	padding: 0px;
	position: relative;
}

.content-3-13 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

.content-3-13 .image-container .background-image-holder {
	background: url('../images/room-pinecone.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-13 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-3-13 h3 {
	margin-bottom: 32px;
}

.content-3-13 p {
	margin-bottom: 0px;
}



/*	CONTENT BLOCK 3-13 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-13 .image-container {
		height: 100%;
	}
	
	.content-3-13 .content {
		margin-top: 0px;
		padding: 40px 70px 55px 5px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}



/*	CONTENT BLOCK 3-14
/*----------------------------------------------------*/

.content-3-14 {
	padding: 0px;
	position: relative;
}

.content-3-14 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
}

.content-3-14 .image-container .background-image-holder {
	background: url('../images/room-rose.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-14 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-3-14 h3 {
	margin-bottom: 32px;
}

.content-3-14 p {
	margin-bottom: 0px;
}



/*	CONTENT BLOCK 3-14 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-14 .image-container {
		height: 100%;
	}
	
	.content-3-14 .content {
		margin-top: 0px;
		padding: 40px 0px 55px 70px;
	}
	
	.content-3-14 .row {
	    margin-right: 25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/*	CONTENT BLOCK 3-15
/*----------------------------------------------------*/

.content-3-15 {
	padding: 0px;
	position: relative;
}

.content-3-15 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

.content-3-15 .image-container .background-image-holder {
	background: url('../images/room-star.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-15 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-3-15 h3 {
	margin-bottom: 32px;
}

.content-3-15 p {
	margin-bottom: 0px;
}



/*	CONTENT BLOCK 3-15 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-15 .image-container {
		height: 100%;
	}
	
	.content-3-15 .content {
		margin-top: 0px;
		padding: 40px 70px 55px 5px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}


/*	CONTENT BLOCK 3-16
/*----------------------------------------------------*/

.content-3-16 {
	padding: 0px;
	position: relative;
}

.content-3-16 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
}

.content-3-16 .image-container .background-image-holder {
	background: url('../images/room-wildflower.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-16 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-3-16 h3 {
	margin-bottom: 32px;
}

.content-3-16 p {
	margin-bottom: 0px;
}



/*	CONTENT BLOCK 3-16 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-16 .image-container {
		height: 100%;
	}
	
	.content-3-16 .content {
		margin-top: 0px;
		padding: 40px 0px 55px 70px;
	}

	.content-3-16 .row {
	    margin-right: 25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/*	CONTENT BLOCK 3-17
/*----------------------------------------------------*/

.content-3-17 {
	padding: 0px;
	position: relative;
}

.content-3-17 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

.content-3-17 .image-container .background-image-holder {
	background: url('../images/room-entire-inn.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-3-17 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-3-17 h3 {
	margin-bottom: 32px;
}

.content-3-17 p {
	margin-bottom: 10px;
}



/*	CONTENT BLOCK 3-17 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-3-17 .image-container {
		height: 100%;
	}
	
	.content-3-17 .content {
		margin-top: 0px;
		padding: 40px 70px 55px 5px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

.ilightbox-container{
	width: 50%;
	Height: 50%;	
}

@media only screen and (min-width : 768px) {
	
	.ilightbox-container{
		width: 80%;
		Height: 80%;	
	}
	
}


/*	CONTENT BLOCK 4-10
/*----------------------------------------------------*/

.content-4-10 {
	padding: 0px;
	position: relative;
}

.content-4-10 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
}

.content-4-10 .image-container .background-image-holder {
	background: url('../images/activities-golf-course.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-4-10 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-4-10 h3 {
	margin-bottom: 32px;
}

.content-4-10 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 4-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-4-10 .image-container {
		height: 100%;
	}
	
	.content-4-10 .content {
		margin-top: 0px;
		padding: 40px 0px 55px 70px;
	}
	.content-4-10 .row {
	    margin-right: 25px;
	}
}

@media only screen and (max-width : 768px) {
	.content-4-10 .row {
	    margin-right: -15px;
	}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/*	CONTENT BLOCK 4-11
/*----------------------------------------------------*/

.content-4-11 {
	padding: 0px;
	position: relative;
}

.content-4-11 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

.content-4-11 .image-container .background-image-holder {
	background: url('../images/activities-clubhouse.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-4-11 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-4-11 h3 {
	margin-bottom: 32px;
}

.content-4-11 p {
	margin-bottom: 20px;
}


/*	CONTENT BLOCK 3-11 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-4-11 .image-container {
		height: 100%;
	}
	
	.content-4-11 .content {
		margin-top: 0px;
		padding: 40px 70px 55px 5px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}


/*	CONTENT BLOCK 3-12
/*----------------------------------------------------*/

.content-4-12 {
	padding: 0px;
	position: relative;
}

.content-4-12 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
}

.content-4-12 .image-container .background-image-holder {
	background: url('../images/activities-clubhouse-pool.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-4-12 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-4-12 h3 {
	margin-bottom: 32px;
}

.content-4-12 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 4-12 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-4-12 .image-container {
		height: 100%;
	}
	
	.content-4-12 .content {
		margin-top: 0px;
		padding: 40px 0px 55px 70px;
	}
	.content-4-12 .row {
	    margin-right: 25px;
	}
}

@media only screen and (max-width : 768px) {
	.content-4-12 .row {
	    margin-right: -15px;
	}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/*	CONTENT BLOCK 4-13
/*----------------------------------------------------*/

.content-4-13 {
	padding: 0px;
	position: relative;
}

.content-4-13 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

.content-4-13 .image-container .background-image-holder {
	background: url('../images/activities-hiking-trails.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-4-13 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-4-13 h3 {
	margin-bottom: 32px;
}

.content-4-13 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 4-13 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-4-13 .image-container {
		height: 100%;
	}
	
	.content-4-13 .content {
		margin-top: 0px;
		padding: 40px 70px 55px 5px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}



/*	CONTENT BLOCK 4-14
/*----------------------------------------------------*/

.content-4-14 {
	padding: 0px;
	position: relative;
}

.content-4-14 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
}

.content-4-14 .image-container .background-image-holder {
	background: url('../images/activities-ferns-lake.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-4-14 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-4-14 h3 {
	margin-bottom: 32px;
}

.content-4-14 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 4-14 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-4-14 .image-container {
		height: 100%;
	}
	
	.content-4-14 .content {
		margin-top: 0px;
		padding: 40px 0px 55px 70px;
	}
	
	.content-4-14 .row {
	    margin-right: 25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/*	CONTENT BLOCK 4-15
/*----------------------------------------------------*/

.content-4-15 {
	padding: 0px;
	position: relative;
}

.content-4-15 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

.content-4-15 .image-container .background-image-holder {
	background: url('../images/activities-lampkin-park.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-4-15 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-4-15 h3 {
	margin-bottom: 32px;
}

.content-4-15 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 4-15 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-4-15 .image-container {
		height: 100%;
	}
	
	.content-4-15 .content {
		margin-top: 0px;
		padding: 40px 70px 55px 5px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}


/*	CONTENT BLOCK 4-16
/*----------------------------------------------------*/

.content-4-16 {
	padding: 0px;
	position: relative;
}

.content-4-16 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
}

.content-4-16 .image-container .background-image-holder {
	background: url('../images/activities-equestrian-center.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-4-16 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-4-16 h3 {
	margin-bottom: 32px;
}

.content-4-16 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 4-16 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-4-16 .image-container {
		height: 100%;
	}
	
	.content-4-16 .content {
		margin-top: 0px;
		padding: 40px 0px 55px 70px;
	}

	.content-4-16 .row {
	    margin-right: 25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

/*	CONTENT BLOCK 4-17
/*----------------------------------------------------*/

.content-4-17 {
	padding: 0px;
	position: relative;
}

.content-4-17 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
	right: 0px;
}

.content-4-17 .image-container .background-image-holder {
	background: url('../images/activities-village-center.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-4-17 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-4-17 h3 {
	margin-bottom: 32px;
}

.content-4-17 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 4-17 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-4-17 .image-container {
		height: 100%;
	}
	
	.content-4-17 .content {
		margin-top: 0px;
		padding: 40px 70px 55px 5px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
		
	
}


/*	CONTENT BLOCK 4-18
/*----------------------------------------------------*/

.content-4-18 {
	padding: 0px;
	position: relative;
}

.content-4-18 .image-container {
	position: absolute;
	height: 400px;
	padding: 0px;
	top: 0px;
}

.content-4-18 .image-container .background-image-holder {
	background: url('../images/activities-pilates.jpg') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}

.content-4-18 .content {
	margin-top: 400px;
	padding: 40px;
}

.content-4-18 h3 {
	margin-bottom: 32px;
}

.content-4-18 p {
	margin-bottom: 20px;
}



/*	CONTENT BLOCK 4-18 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.content-4-18 .image-container {
		height: 100%;
	}
	
	.content-4-18 .content {
		margin-top: 0px;
		padding: 40px 0px 55px 70px;
	}

	.content-4-18 .row {
	    margin-right: 25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	
	
}

.ilightbox-container{
	width: 50%;
	Height: 50%;	
}

@media only screen and (min-width : 768px) {
	
	.ilightbox-container{
		width: 80%;
		Height: 80%;	
	}
	
}





/*=================================*/
/*  06.Fun Facts
/*=================================*/

.fun_facts {
/*    background: #B88442;*/
}

.fun_facts .content {
    text-align: center;
}

.fun_facts h1 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 22px;
	text-shadow: 1px 1px 5px #252525;
}


.fun_facts .content p {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    text-transform: capitalize;
}

.fun_facts .content .counter {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.91);
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 2px;
}

/*End Fun Facts*/



/*=================================*/
/*  07.Services Section 
/*=================================*/

.services .content {
    position: relative;
    z-index: 55;
    text-align: center;
    padding: 45px 25px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.78);
    margin-bottom: 30px;
}

.services .icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.9);
    border: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom-width: 3px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.services i {
    font-size: 30px;
    color: #fff;
    line-height: 80px;
}

.services h3 {
    font-size: 17px;
    font-weight: 600;
    color: #101010;
    margin-bottom: 15px;
}

.services .item p {
    margin-bottom: 0;
    font-size: 15px;
}

/*End Services Section*/



/*=================================*/
/*  08.Portfolio Section 
/*=================================*/

.zoom-anim-dialog {
    padding-top: 40px;
}

.portfolio .ul-filter {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
}

.portfolio ul li {
    display: inline-block;
    padding: 0 10px;
    margin-left: 10px;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out 0.2s;
    transition: all 0.2s ease-in-out 0.2s;
}

.portfolio ul li.active_filter,
.portfolio ul li:hover {
    color: #000;
}

.portfolio .grid-item {
    margin-bottom: 30px;
}

.portfolio .box {
    position: relative;
    overflow: hidden;
}

.portfolio .box img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio .box:hover img{
    -webkit-filter: blur(12px);
    filter: blur(12px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.portfolio .box .boxContent {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    color: #222;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transform: scale(1.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.portfolio .box:hover .boxContent {
    opacity: 1;
    transform: scale(1);
}

.portfolio .box .title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 5px;
}

.portfolio .box .post {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

.zoom-anim-dialog .project__slider {
    position: relative;
}

.zoom-anim-dialog .display-table-cell {
    padding-top: 50px;
}

.zoom-anim-dialog h3 {
    margin-bottom: 15px;
    color: #232323;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}

.my-mfp-zoom-in button.mfp-close,
.my-mfp-zoom-in .mfp-close:active {
	font-size: 36px;
    background-color: rgb(91 55 18);
    color: #fff;
    border-radius: 0;
    top: 14px;
    right: 14px;
    transition: all 0.3s ease-in-out;
}

.zoom-anim-dialog a.demo {
    padding: 10px 26px;
    color: #252525;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border: 2px solid #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.zoom-anim-dialog a.demo:hover {
    color: #fff;
    background-color: #000;
}

.zoom-anim-dialog iframe {
    width: 100%;
    max-width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: transparent;
}

.project_info span {
    color: #000;
    font-weight: 400;
    padding-right: 10px;
}
.project_info li {
    font-size: 16px;
}

/*End Portfolio Section*/

.etspacing {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*=================================*/
/*  09.Blog Section
/*=================================*/

.maps .item,
.maps .item .maps__img {
    overflow: hidden;
    position: relative;
}

.maps .content {
    background-color: #FFF;
    padding: 15px 15px;
    padding-bottom: 5px;
    padding-top: 0;
/*    border: 1px solid #eee;*/
}

.maps .content .maps-date {
    display: block;
    padding-top: 28px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.55);
}

.maps h3 {
    color: #5A3611;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 7px;
    margin-top: 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.maps h3:hover {
    color: #B88442;
}

.maps .content p {
    font-size: 16px;
}

/*End Blog Section*/


/*=================================*/
/*  10a.Locations Section
/*=================================*/

.location {
	width: 100%;
/*	max-width:1920px;*/
	height: 800px;
    background-image: url(../images/map_bg.jpg);
    background-size: cover;
    background-position: center;
/*	background-color: #f9f1da;*/
	margin-left: auto;
	margin-right: auto;
}
	
.locationbutton {
	background-color: #f9f1da;
	margin: auto;
	height: 120px;
}

/*=================================*/
/*  10b.Testimonials Section
/*=================================*/

.testimonials {
    background-color: #141414;
}

.testimonials .quotes {
    width: 40px;
    margin: auto;
    display: block;
    margin-bottom: 25px;
}

.testimonials .testimonial {
    width: 90%;
    margin: auto;
    cursor: move;
    text-align: center;
}

.testimonials .name-job {
    text-align: center;
    margin-top: 25px;
    line-height: 1.8;
}

.testimonials .testimonial p {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.testimonials .name-job .name {
    color: #f5f5f5;
    font-size: 17px;
    font-weight: 500;
}

.testimonials .name-job .job {
    color: rgba(185, 185, 185, 0.53);
    margin-top: 8px;
    font-weight: 500;
}

.testimonials .name-job .job:before {
    content: "";
    width: 8px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.34);
    display: inline-block;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.owl-pagination {
    margin-top: 40px;
}

.owl-theme .owl-controls .owl-page span {
    background-color: #AFAFAF;
    width: 10px;
    height: 10px;
    margin-bottom: 0;
    border-radius: 50%;
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    transform: scale(1);
    background: rgba(255, 255, 255, 0.97);
}

/*End Testimonials Section*/



/*=================================*/
/*  11.Contact Section 
/*=================================*/

input.form-control {
    /*width: calc(50% - 10px);
    float: left;
    margin-right: 20px;*/
    color: #555;	
}

input.form-control:last-of-type {
    margin-right: 0;
}

.form-control {
    color: #555;
}

input:-internal-autofill-selected {
	background-color: #FFF!important;
    color: #555;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #555;
	background-color: #FFF !important;
    color: #555;
}

input:-webkit-autofill:focus {
    -webkit-text-fill-color: #555;
	background-color: #FFF!important;	
} 

label {
    display: inline;
    max-width: 100%;
    margin-bottom: 5px;
	margin-left: 20px;
    padding-left: 0px;
    font-weight: 400;
}

.ui-datepicker-div { 
	z-index: 999999; 
}

#ui-datepicker-div ,.ui-datepicker { z-index: 99999 !important; }

.contact .form-control {
	height: 54px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #FFF;
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
/*    margin-bottom: 20px;*/
    font-size: 17px;
}

.contact .form-control:focus {
    border-color: #000;
}

.contact textarea {
    height: 135px !important; 
}

.contact2 .form-control {
	height: 54px;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
	background: rgba(146, 146, 146, 0.07);
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
/*    margin-bottom: 20px;*/
    font-size: 17px;
}

.contact2 .form-control:focus {
    border-color: #000;
}

.contact2 textarea {
    height: 135px !important; 
}


.btnphotostay {
	width: 120px;
}

.btnphotostay2 {
	width: 200px;
}

.btnphotostaytemp {
	margin-bottom: 50px
}


input[type='checkbox']{
  width: 14px !important;
  height: 14px !important;
  margin: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: 1px solid gray;
  box-shadow: none;
  font-size: 0.8em;
  text-align: center;
  line-height: 1em;
  background: #5A3611;
}

input[type='checkbox']:checked:after {
  content: '✔';
  color: white;
}

/*.contact form .btn {
    color: #fff;
    border: 2px solid #000000;
    line-height: 1;
    background: #141414;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0;
    width: 165px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    margin-left: 50%;
    transform: translateX(-50%);
}*/

.form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 1; 
}

.form-control:-ms-input-placeholder {
    color: #000;
    opacity: 1; 
}

.form-control::-ms-input-placeholder {
    color: #000;
    opacity: 1; 
}

.form-control::placeholder {
    color: #000;
    opacity: 1; 
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 0px solid #e5e5e5;
}

/*.contact form .btn:active,
.contact form .btn:focus,
.contact form .btn:hover {
    color: #000;
    background-color: transparent;
    border-color: #111;
}*/

.btn:focus,
.btn:active,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;    
}

.errorForm {
    border-bottom: 2px solid #da4856 !important;
}

.checkbox {
	margin-right: 10px;
}

.msg_success,
.msg_error {
    display: none;
    font-size: 17px;
    padding-top: 5px;
    position: absolute;
	margin-left: -15px;
    bottom: -60px;
/*    text-transform: capitalize;*/
    width: 100%;
    text-align: center;
	
}

.msg_success2,
.msg_error2 {
    display: none;
    font-size: 17px;
    padding-top: 5px;
    position: absolute;
	margin-left: -15px;
    bottom: -60px;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
	
}

.msg_success,
.msg_error p {
    font-size: 24px;
    text-align: center;	
}

.msg_error {
    color: #CE3D3D;
}

.msg_success {
  color: #1C1E71;
}

.msg_error2 {
    color: #CE3D3D;
}

.msg_success2 {
  color: #1C1E71;
}

.bigtype {
	font-size: 24px;
}

/*End Contact Section*/



/*=================================*/
/*  12.Footer
/*=================================*/

footer .footer-info {
    padding: 90px 0;
    background-color: #5053a1;
}

.footerlogo {
	margin-top: 0px;
}

.footercontent {
	display: inline-block; 
	text-align: center;	
	color: #FFF;
}

footer .footer-bottom {
    padding-bottom: 20px;
    padding-top: 35px;
    background: #FFF;
}

.footer-bottom p {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

footer .info span {
    font-size: 32px;
    display: block;
    position: relative;
    color: #fff;
}

footer .info span:after {
    content: "";
    position: absolute;
    top: 30px;
    right: -16px;
    width: 1px;
    height: 41px;
    background-color: rgba(206, 204, 204, 0.38);
}

footer .info .item:last-of-type span:after {
    background-color: transparent;
}

footer .content div {
    margin-top: 15px;
}

footer p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

footer .social-links {
    margin-bottom: 15px;
}

footer .social-links a {
    display: inline-block;
    margin: 15px 4px;
    font-size: 18px;
    color: #ffffff;
    background: #d6b892;
    width: 42px;
    height: 42px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .social-links a:hover {
    color: #5e3b17;
    background-color: #faf1da;
}

footer .social-links a i {
    line-height: 42px;
}

/*End Footer*/


.containermod {
    display: flex;
    flex-wrap: wrap;
	width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.column {
    flex: 1;
    background-color: lightgray;
    padding: 40px;
    padding-bottom: 60px;
    margin: 15px;
    box-sizing: border-box; /* Ensure padding doesn't affect width */
    width: 23%; /* Each column takes 25% of the container width */
	min-width: 260px;
}

@media (min-width:992px) { 
    .column {
        width: 50%; /* On smaller screens, each column takes 50% of the container width */
    }
}

@media (min-width:768px) {
    .column {
        width: 100%; /* On smaller screens, each column takes 100% of the container width */
    }
}
.item1 {
    text-align: left;
    background-color: #224007;
    color: #fff;
}

.item2 {
    text-align: left;
    background-color: #385893;
    color: #fff;
}

.item3 {
    text-align: left;
    background-color: #5053A1;
    color: #fff;
}

.item4 {
    text-align: left;
    background-color: #1C1E71;
    color: #fff;
}

.column a {
	color: #fff;
}

.headwave {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 38px;
}

.headwave2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 15px;
}

.read_more:before {
    content: "\25BA";
    margin-right: 6px;
}

.bg-gradient {
    background-image: linear-gradient(135deg, var(--colorMain4) 0%, var(--colorMain2) 100%);
}

.divider-wave {
    -webkit-mask: url(../images/head_wave.png);
    -webkit-mask-repeat: no-repeat;
    margin-top: 25px;
    height: 7px;
    width: 75px !important;
    -webkit-mask-size: 100%;
}

.alert-notice {
    color: #f00 !important; 
}

.front {
	
}

/*ADA Compliance*/
a:focus, button:focus, input:focus {
    outline: 2px solid #0055ff; /* Change this color to match your design */
}