/*

Color Codes
=============
Primary blue: #27afbe
Gray text: #777777
Light gray nav button bg: #F2F2F2;
	
*/

html, body { overflow-x: hidden; }
body { 
    font-family: 'Kumbh Sans', sans-serif;
    font-weight: 400;
}
body { 
    webkit-tap-highlight-color: rgba(39, 175, 190, 0.25); 
}

::-moz-selection {
    background: rgba(39, 175, 190, 0.25);
}
::selection {
    background: rgba(39, 175, 190, 0.25);
}
img::selection {
    background: rgba(39, 175, 190, 0.25);
}
img::-moz-selection {
    background: rgba(39, 175, 190, 0.25);
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(39, 175, 190, 0.75);
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(39, 175, 190, 0.75);
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(39, 175, 190, 0.75);
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(39, 175, 190, 0.75);
}

.scr-only {
    position: absolute;
    left: 9999px;
}


.h2-1 {
    padding-left: 40px;
}
.h2-2 {
    padding-left: 22px;
}
.h2-3 {
    padding-left: 35px;
}
.h2-4 {
    padding-left: 22px;
}
.h2-0 {
    padding-left: 0;
}


@media (min-width: 992px) {
    .h2-1 {
        padding-left: 0;
    }
    .h2-2 {
        padding-left: 0;
    }
    .h2-3 {
        padding-left: 0;
    }
    .h2-4 {
        padding-left: 0;
    }
    .h2-0 {
        padding-left: 0;
    }
}



.top-title-fonts {
    margin: 30px auto 0;
    width: 310px;
}

.top-title-fonts h2 {
    font-size: 1.85em;
}
.top-title-fonts h3 {
    font-size: 2em;
}
.top-title-fonts h4 {
    font-size: 1.2em;
}

@media (min-width: 380px) {
    .top-title-fonts {
        width: 320px;
    }
    .top-title-fonts h2 {
        font-size: 1.9em;
    }
}

@media (min-width: 430px) {
    .top-title-fonts {
        width: 350px;
    }
    .top-title-fonts h2 {
        font-size: 2.15em;
    }
    .top-title-fonts h3 {
        font-size: 2.25em;
    }
    .top-title-fonts h4 {
        margin-left:  20px;
        font-size: 1.25em;
    }
    .pt-first {
        padding-top: 5px;
    }
}

@media (min-width: 500px) {
    .top-title-fonts {
        width: 380px;
    }
    .top-title-fonts h2 {
        font-size: 2.3em;
    }
    .top-title-fonts h3 {
        font-size: 2.4em;
    }
    .top-title-fonts h4 {
        margin-left:  20px;
        font-size: 1.3em;
    }
    .pt-first {
        padding-top: 5px;
    }
}

@media (min-width: 701px) {
    .top-title-fonts {
        width: 480px;
    }
    .top-title-fonts h2 {
        font-size: 2.9em;
    }
    .top-title-fonts h3 {
        font-size: 3.1em;
    }
    .top-title-fonts h4 {
        margin-left:  40px;
        font-size: 1.5em;
    }
    .pt-first {
        padding-top: 5px;
    }
}

@media (min-width: 992px) {
    .top-title-fonts {
        margin-top: 20px
    }
}

@media (min-width: 1200px) {
    .top-title-fonts {
        margin: 3vw 0 0 0;
    }
}

@media (min-width: 1400px) {
    .top-title-fonts {
        margin: 5vw 0 0 0;
    }
}

@media (min-width: 1600px) {
    .top-title-fonts {
        margin: 7.5vw 0 0 0;
    }
}

@media (min-width: 1800px) {
    .top-title-fonts {
        margin: 10vw 0 0 0;
    }
}

div, a, p { color: #777777; }
a { color: rgba(39, 175, 190, 0.7); }
p, address { line-height: 1.8; }
a {	transition: all 0.3s ease; }
a:hover {
	color: #27afbe;
	text-decoration: none;
}
a.admin-btn:hover,
a.admin-btn:focus {
	color: #be2727;
	text-decoration: none;
}

.container-fluid { margin-left: 0; }

.btn-primary {
	padding: 12px 50px;
    border-radius: 0;
    background: #27afbe;
    font-size: 1.2rem;
    border: 0;
}

.btn-primary:hover { background: #068ccf; }
.tm-text-primary { color: #27afbe; }
.tm-text-golden { color: #ffa600; }
.tm-text-secondary { color: #009999; }
hr { border-top: 2px solid rgba(212, 212, 212, 0.6); }

.tm-hr-short {
	border-top: 1px solid #27afbe;
	width: 238px;
	margin-left: auto;
	margin-right: auto;
}


/* Layout */

.tm-main { width: 100%; }
.tm-main p {
    max-width: 1600px;
}

.tm-row-home { 
	padding-left: 15px;
	padding-right: 15px;
}

.tm-mt-100 { margin-top: 100px; }

.tm-sidebar {
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding-left: 35px;
	padding-top: 40px;
	width: 280px;
}

.tm-section-wrap {
	width: calc(100% - 340px);
	margin-left: 340px;
	margin-right: 0;
	position: relative;
}

.tm-section { padding: 50px 70px 50px 0; }

#gallery,
#about,
#contact {
	padding-bottom: 150px;
}

.tm-parallax {
	min-height: 100%;
	height: auto;
	background: transparent;
	position: absolute;
    width: 0px;
    left: -470px;
    top: 0;
}


.tm-parallax-widescreen {
    display: none;
}
@media (min-width: 992px) {
    .tm-parallax-widescreen {
        display: block;
        height: 768px;
        background: transparent;
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }
}

/* Hide scrollbar */
.tm-sidebar {
	overflow-y: scroll;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.tm-sidebar::-webkit-scrollbar {
	/* WebKit */
	width: 0;
	height: 0;
}

.tm-sidebar-sticky {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.tm-nav {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.navbar-toggler { 
    display: block;
    position: fixed;
    left: -80px;
}

.tm-brand-box {
	width: 245px;
    height: 180px;
    background-color: rgba(39, 175, 190, 0.8);
    color: white;
    display: flex;
    align-items: center;
	justify-content: center;
	margin-bottom: 50px;
}

select#sort-by-select {
    border: 1px solid rgba(39, 175, 190, 0.5);
    padding: 10px;
    cursor: pointer;
    padding: 14px 20px;
    width: 200px;
}
select#sort-by-select:hover,
select#sort-by-select:active,
select#sort-by-select:focus {
    border: 1px solid rgba(39, 175, 190, 0.65);
    outline: none;
}

.pagination-box {
    margin-right: 8px;
    padding: 7px 16px;
    background-color: #fff;
    width: 42px;
    height 30px;
    display: inline-block;
    cursor: pointer;
    color: #777;
    transition: all .2s ease-in;
}
.pagination-box-current {
    background-color: #27afbe;
    color: #fff;
    transition: all .2s ease-in;
}
.pagination-box:hover {
    background-color: #27afbe;
    color: #fff;
    transition: all .2s ease-in;
}
.fa-gold {
    color: #ffd800;
}

.media-body-stars {
    width : 115px;
    text-align: right;
    padding-right: 12px;
}

img.page-image {
    width: 100%;
    max-width: 100%;
}

img.page-logo-image {
    width: 100%;
    max-width: 100%;
    display: block;
}


img.page-image-home-widescreen {
    display: none;
}

@media (min-width: 992px) {
    img.page-image-home-widescreen {
        display: block;
        position: relative;
        top: 50%;
        left: 340px;
        transform: translateX(-50%)translateY(-50%);
        max-height: 100%;
        max-width: 110%;
    }
    img.page-logo-image {
        display: none;
    }
}

img.page-image-home {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)translateY(-50%);
    max-height: 90%;
    max-width: 110%;
}

@media (min-width: 500px) {
    img.page-image-home {
        max-height: 95%;
    }
}

@media (min-width: 701px) {
    img.page-image-home {
        max-height: 100%;
    }
}

.pools-logo {
    width: 100%;
    max-width: 300px;
}

.blue {
    color: #4bb8f2;
}

.idaho-business {
    position: relative;
    top: -58px;
    left: 105px;
    line-height: 1.5;
}

.less-line-height {
    line-height: 1.4;
}
.more-line-height {
    line-height: 1.8;
}

.left-side {
    margin-top: 2em;
    padding-right: 1em;
}

.right-side {
    margin-top: 1em;
    padding-left: 1em;
}

.login-form {
    width: 95%;
    max-width: 300px;
    margin-left: 5%;
}

.pass-color {
    color: #27afbe;
}
.fail-color {
    color: #ae0000;
}

p.audio-p {
    max-width: 880px;
}

ol.numbered {
    padding-left: 1.75em;
}

ul.offerings li {
    margin-bottom: 7px;
}

ul.sub-offerings {
    display: inline-block;
    list-style-type: disc;
    margin: 0px .75rem;
}

.submit-msg {
    color: #27afbe;
    margin-bottom: 5px;
}
.submit-msg.success {
    color: #00ae00;
}
.submit-msg.failure {
    color: #ae0000;
}

.hidden {
    display: none;
}

.nobreak {
    display: inline-block;
}

.float-clear {
    clear: both;
}

.pt-5-mobile {
    margin-top: 35px;
}
.pt-6-mobile {
    margin-top: 55px;
}
@media (min-width: 992px) {
    .pt-5-mobile {
        margin-top: 0px;
    }
    .pt-6-mobile {
        margin-top: 0px;
    }
    .pl-3-wide {
        padding-left: 5px;
    }
    .pl-4-wide {
        padding-left: 20px;
    }
    .pl-5-wide {
        padding-left: 32px;
    }
    .pl-6-wide {
        padding-left: 40px;
    }
    .pl-7-wide {
        padding-left: 46px;
    }
}



@media (min-width: 1320px) {
    .col-1xl-4 {
        width: 33.33%;
        max-width: 33.33%;
    }
}
@media (min-width: 1600px) {
    .col-2xl-3 {
        width: 25%;
        max-width: 25%;
    }
    .col-2xl-4 {
        width: 33.33%;
        max-width: 33.33%;
    }
}


.table {
  width: 100%;
  max-width: 550px;
  margin-bottom: 1rem; }
  .table tr th,
  .table tr td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table tr td {
    padding-left: 10px;
}
.table tr td.head {
    color: #27afbe;
    font-size: 90%;
    padding-left: 5px;
}

.table.show {
    display: table;
}
.table.hide {
    display: none;
}


.spa-table {
    font-size: 90%;
}





#tm-main-nav {
	padding: 0;
	margin: 0;
}

.nav-item {
	list-style: none;
	margin-top: 8px;
	margin-bottom: 8px;
}

.nav-link {
	position: relative;
	color: #27afbe;
	font-size: 1.1rem;
	padding-top: 12px;
	padding-bottom: 12px;
}

.triangle-right {
	position: absolute;
	top: 9px;
	left: -40px;
	width: 0;
	height: 0;
	border-top: 21px solid transparent;
	border-left: 20px solid #27afbe;
	border-bottom: 21px solid transparent;
	opacity: 0;
	transition: all 0.3s ease;
}

.nav-item:hover .nav-link,
.nav-link.current {
	background-color: #F2F2F2;
	color: #27afbe;
	padding-left: 30px;
}

.nav-item:hover > .nav-link > .triangle-right,
.nav-link.current > .triangle-right {
	opacity: 1;
}

.nav-icon {
	width: 40px;
	margin-right: 0px;
}

/* Home section */
#home { min-height: 100vh; }
.tm-col-home-l { width: calc(100% - 300px); }

@media (min-width: 992px) {
    #home { min-height: 50vh; }
}

.tm-img-home-container {
	width: 250px;
	height: 500px;
	background: url(../img/img-home-01.jpg) no-repeat center;
	background-size: cover;
	margin-right: 0;
	margin-left: auto;
}

@media (max-width: 1600px) {
	.tm-col-home-l { width: calc(100% - 250px); }

	.tm-img-home-container {
		width: 200px;
		height: 400px;
	}
}

.tm-icon-container {
	border: 1px solid #CCC;
    width: 122px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-text-container { max-width: 97%; }

.tm-post-icon {
	width: 100px;
	height: 100px;
	margin-right: 20px;
}

.tm-post-link:hover {
	color: #068ccf;
}

/* Gallery section */
.tm-gallery {
	position: relative;
	margin: 0 -10px;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.tm-gallery-links {
	padding-left: 0;
    display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-bottom: 0;
}

.tm-gallery-links li {
	list-style: none;
	margin-bottom: 20px;
	margin-right: 10px;
}

.tm-gallery-link {
	padding: 15px;
	color: #27afbe;	
}

.tm-gallery-link.active { color: #777777; }
.tm-gallery-link-icon { width: 25px; }


@media (max-width: 1800px) { .tm-gallery-links {max-width: 880px;} }

.tm-paging { 
    padding-left: 20px;
	margin-top: 35px;
	overflow: auto;
    display: flex;
    justify-content: flex-start;
    max-width: 75%;
}

.tm-paging-link {
    display: flex;
    float: left;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: white;
    color: #999;
    margin-right: 10px;
    margin-bottom: 15px;
}

a.tm-paging-link.active,
a.tm-paging-link:hover {
    background: #27afbe;
    color: white;
}



@media (max-width: 1972px) { .tm-paging { max-width: 80%; } }
@media (max-width: 1562px) { .tm-paging { max-width: 840px; } }
@media (max-width: 1232px) { .tm-paging { max-width: 570px; } }
@media (max-width: 991px) { .tm-paging { max-width: 95%; } }
@media (max-width: 898px) { .tm-paging { max-width: 570px; } }

@media (max-width: 602px) {
	.tm-paging {
		max-width: 290px;
		flex-wrap: wrap;
	}

	.tm-paging-link { margin-right: 5px; }
}

.tm-gallery figure {
	position: relative;
	z-index: 50;
	float: left;
	overflow: hidden;
	margin: 1%;
	min-width: 270px;
	max-width: 270px;
	max-height: 180px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.tm-gallery figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tm-gallery figure figcaption {
	padding: 1em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-gallery figure figcaption::before,
.tm-gallery figure figcaption::after {
	pointer-events: none;
}

.tm-gallery figure figcaption,
.tm-gallery figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-gallery figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.tm-gallery figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.tm-gallery figure h2 span { font-weight: 800; }

.tm-gallery figure h2,
.tm-gallery figure p {
	margin: 0;
}

.tm-gallery figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey { background: #4a3753; }

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img { opacity: 0.5; }

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #27afbe;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
    left: 0;
    font-size: 1rem;
	padding: 1em;
	width: 100%;
	text-align: left;
    word-spacing: 3px;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey ul li a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i,
figure.effect-honey:hover ul li a {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* About */

.tm-row-about {
	padding-left: 15px;
	padding-right: 15px;
}

.tm-col-about-l { width: calc(100% - 500px); }

.tm-col-about-r {
	width: 400px;
	margin-right: 0;
	margin-left: auto;
}

@media (max-width: 1660px) {
	.tm-col-about { width: 50%; }
	.tm-col-about-l { padding-right: 30px; }
}

@media (max-width: 1200px) {
	.tm-col-about { width: 100%; }
	.tm-col-about-l { padding-right: 0; }
}

.tm-social {
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
}

.tm-social li { list-style: none; }

.tm-social li a {
	font-size: 1.4rem;
	padding: 10px;
	color: white;
}

.fab { transition: all 0.3s ease; }
.tm-social-link:hover .fa-instagram { color: #8134AF; }
.tm-social-link:hover .fa-facebook { color: #3b5998; }
.tm-social-link:hover .fa-twitter { color:  #00acee; }
.tm-social-link:hover .fa-youtube { color: #c4302b; }

.slick-dots {
	position: static;
    margin-top: 50px;
}

.slick-dots li {
	width: 24px;
	margin-bottom: 10px;
}

.slick-dots li button { width: 24px; }

.slick-dots li button:before {
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    content: "\f04d";
    color: #eee;
    opacity: 1;
	width: 24px;
	height: 24px;
    transition: all 0.3s ease;
}

.slick-dots li button:hover:before, 
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    color: #27afbe;
}

.tm-carousel {
	width: 100%;
	max-width: 1800px;
	margin-left: -15px;
	margin-right: -15px;
}

.tm-carousel-item {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 300px;
}

.tm-carousel figure {
	position: relative;
	float: left;
	overflow: hidden;	
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	max-width: 270px;
}

.tm-carousel figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tm-carousel figure figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
  
.tm-carousel figure figcaption::before,
.tm-carousel figure figcaption::after {
	pointer-events: none;
}
  
.tm-carousel figure figcaption,
.tm-carousel figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
  
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-carousel figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.tm-about-title { font-size: 24px; }
.tm-about-subtitle { font-size: 20px; }

/* Contact */

.tm-contact-col-l { padding-right: 25px; max-width: 700px }

.form-control {
	padding: 15px 20px 10px;
	width: 100%;
	height: auto;
}


.form-group { margin-bottom: 25px; }
select.form-control { border-radius: 0; }
select.form-control option { height: 30px; }

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url(../img/select-arrow.png);
    padding: 14px 20px;
    padding-right: 20px;
    color: #777;
}

.mapouter{
    position:relative;
    height:360px;
    width:100%;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:360px;
    width:100%;
}

.tm-contact-links {
	padding-left: 0;
	margin: 0;
}

.tm-contact-links li { list-style: none; }

.tm-contact-social {
	padding: 0;
	margin: 0;
	display: flex;
}

.tm-contact-social li {
	list-style: none;
	margin-right: 5px;
}

.tm-contact-social li a {
	width: 40px;
	height: 40px;
	display: block;
}

.tm-contact-col-r {
    padding-top: 130px;
}

.tm-copyright-right {
    width: 300px;
    height: 220px;
    float:right;
    margin-right: -20px;
}

.tm-copyright { 
    font-size: 90%;
    padding: 50px 50px 20px 0; 
}

@media (max-width: 1400px) {
	.tm-section-wrap {
		width: calc(100% - 320px);
		margin-left: 320px;
	}
}

@media (max-width: 1200px) {
	.tm-col-home {
		flex: 0 0 100%;
		max-width: 100%;
		padding-right: 15px;
	}

	.tm-img-home-container {
		width: 100%;
		height: 0;
		padding-top: 133.28%;
		background-image: url('../img/img-home-01-big.jpg');
		background-size: contain;		
	}
}

.navbar-toggler-green {
    display: block;
    position: fixed;
    left: 0px;
    top: 100px;
    cursor: pointer;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 15px;
    color: white;
    background-color: rgba(39, 190, 74, 0.8);
    transition: all 0.3s ease;
    width: 50px;
    height: 42px;
    z-index: 1000;
}

/* Hide the leftside bar */
@media (max-width: 991px) {
	.tm-sidebar {
		left: -280px;
		transition: all 0.3s ease;
	}

	.navbar-toggler {
		display: block;
		position: fixed;
		left: 0px;
		top: 40px;
        cursor: pointer;
		border-radius: 0;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		padding: 10px 15px;
		color: white;
		background-color: rgba(39, 175, 190, 0.8);
		transition: all 0.3s ease;
        width: 50px;
        height: 42px;
		z-index: 1000;
	}

	.navbar-toggler:focus { outline: none; }
	.tm-sidebar.show { left: 0; }
	.tm-sidebar.show .navbar-toggler { left: 280px; }
	.tm-sidebar.show .navbar-toggler { left: 280px; }
    
    #nav-toggler.show {
        left: 280px;
    }


    /*
	.tm-parallax {
		width: 280px;
    	left: -280px;
	}

	.tm-section-wrap {
		width: calc(100% - 0px);
		margin-left: 0px;		
	}
    */
    .tm-parallax {
		position: static;
		height: 720px;
		width: 100%;
	}

	.tm-section-wrap {
		width: 100%;
		margin-left: 0;
	}
    
	.tm-section {
		padding-left: 30px;
		padding-right: 30px;
	}

	.tm-text-container { max-width: 100%; }	
}
@media (max-width: 799px) {
	.tm-parallax {
		position: static;
		height: 600px;
		width: 100%;
	}
}
@media (max-width: 700px) {
	.tm-parallax {
		position: static;
		height: 480px;
		width: 100%;
	}

	.tm-section-wrap {
		width: 100%;
		margin-left: 0;
	}
}