
@font-face {
	font-family: 'Edwardian';
	src: url(../fonts/edwardianscriptitc.ttf);
}
@font-face {
	font-family: 'Zapfino';
	src: url(../fonts/ZapfinoExtraLT-One.otf);
}

body {
    line-height: 1.5;
}

section {
    padding: 60px 0;
}

img.img-left, img.img-right {
	width: 30%;
	height: auto;
	border: 1px solid #333;
	padding: 3px;
	margin-bottom: 20px;
}
img.img-left {
	margin-right: 20px;
	float: left;
}
img.img-right {
	margin-left: 20px;
	float: right;
}

.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.top-bar-info li a {
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    padding: 0 5px 0;
    display: inline-block;
    margin-bottom: 0;
}
.top-bar-info li a:hover {
    text-decoration: underline;
}

.top-bar-houzz {
    padding: 0;
    margin: 0 40px;
    float: right;
}

ul.ms-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

#wrap-yourself-luxury-banner {
	position: absolute;
	bottom: 100px;
	right: 30vw;
	z-index: 100;
}

span.overlay {
	font-family: 'Edwardian', cursive;
	font-size: 48px;
	font-weight: normal;
	color: #fff;
	background-color: #CDAF95;
	
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	
	right: 0;
	
	padding: 2px 5px;
	border-radius: 15px;
	
	text-transform: capitalize;
	
	opacity: 0.6;
}

.banner-logo img {
	position: absolute;
	top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40vw;
    height: auto;
}

.banner-shape h1 {
	display: inline-block;
	
	position: absolute;
	top: 30%;
    left: 40%;
    /*
    transform: translate(-50%, -50%);
	*/
	font-family: 'Edwardian', cursive;
	font-size: 65px;
	font-weight: normal;
	color: #000;
	background-color: transparent;
	
	rotate: -6deg;
}

div.houzz-button {
	margin-top: 20px;
}

.ms-caption {
	color: #fff;
	background-color: rgba(105,105,105,0.5);
	font-size: 1.2em !important;
	text-align: center;
	
	width: 100%;
	padding: 5px 0;
	
	position: absolute;
	left: 50% !important;
	transform: translateX(-50%) !important;
}
.ms-caption-top {
	top: 5px !important;
	text-align: left;
	padding-left: 20px;
}
.ms-caption-bottom {
	bottom: 5px !important;
	text-align: right;
	padding-right: 20px;
}


.gallery-modal-column {
	margin-bottom: 25px;
}
.gallery-holder img, .gallery-modal-holder img {
	display: block;
	height: 200px;
	max-height: 200px;
    width: auto;
    margin: 20px auto 5px auto;
    padding: 2px;
    border: 1px solid #aaa;
    border-radius: 0;
    cursor: pointer;
}
.gallery-holder img:hover, .gallery-modal-holder img:hover {
	border: 2px solid #72c02c;
}

.gallery-modal-holder figcaption {
	text-align: center;
}

#gallery-modal {
	position: fixed;
	top: 120px;
	left: auto;
	right: auto;
	
}

#gallery-image-container {
	background: #fff;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, 0);
	width: auto;
	height: auto;
	max-width: 60vw;
	max-height: 60vw;
	padding: 5px;
	border: 1px solid #999;
	z-index: 1200;
}


.testimonials-section {
    padding: 20px 0;
}
.testimonials-section .testmonial-holder {
    width: 175px !important;
    float: left;
    border: none;
    border-radius: 0;
}
.testimonials-section .testmonial-holder img {
    width: auto;
    padding: 2px;
    border: 1px solid #aaa;
    border-radius: 0;
}
.testimonials-section .client-info h4 {
    float: right;
}



ul.text-block-list {
	list-style-position: inside !important;
	list-style-type: none;
	list-style: none;
	padding-left: 0.7rem;
}
ul.text-block-list li {
	position: relative;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
ul.text-block-list li i {
  	color: #72c02c;
  	margin-right: 7px;
}

/*
ul.text-block-list li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a4";
	color: #72c02c;
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 900;
}
*/

.home-about-text {
	font-size: 0.9rem;
}
.home-about-text p {
	margin: 0 0 15px;
}
.home-about-text ul {
	list-style-position: inside !important;
	list-style-type: none;
	list-style: none;
	
}
.home-about-text ul li {
	position: relative;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
}
.home-about-text ul li i {
	
}
.home-about-text ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a4";
	color: #72c02c;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	font-weight: 900;
}


.home-about-image {
	width: 30%;
	height: auto;
	border: 1px solid #333;
	padding: 3px;
	margin: 0 20px 20px 0;
	float: left;
}









.card {
    border: none;
}
/*
.card ul.text-block-list {
	list-style-position: inside !important;
	list-style-type: none;
	list-style: none;
	
}
.card ul.text-block-list li {
  	position: relative;
    padding: 0 0 5px 24px;
    margin: 0 0 5px 0;
}
.card ul.text-block-list li i {
  	color: #72c02c;
}
*/


.navbar-default {
    background-color: rgba(255, 255, 255, 0.6) !important;
}



.navbar-header-custom {
    padding: 10px 0 10px 0;
}
.navbar-brand img {
    max-height: 60px;
    transition-duration: 0.5s;
}
.navbar-nav > li > a {
    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 500;
    padding: 21px 0.5rem;
    color: #642777;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
.navbar-nav li.current > a, .navbar-nav li.active > a {
    color: #9F79EE;
}


@font-face {
  font-family: Zapfino;
  src: url("../fonts/ZapfinoLinotypeOne.ttf");
}

h1.logo-text {
	font-family: 'Zapfino', 'Tangerine', cursive;
	font-size: 62px !important;
	color: #fff;
	margin: 0;
	padding: 0;
}
h6.logo-text-small {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px !important;
	text-transform: uppercase;
	letter-spacing: 12px;
	color: #fff;
	font-weight: 500;
	
	position: absolute;
	top: 52px;
	left: 65px;
}
p.signature {
	font-family: 'Tangerine', cursive;
	font-size: 46px !important;
	color: #333;
	font-weight: 500;
	line-height: 1.5;
	padding-top: 0;
}

h1.header-page-title {
	font-family: 'Edwardian', cursive;
	font-size: 4.8rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
}

.section-heading h2 {
	font-family: 'Edwardian', cursive;
	color: #72c02c;
	font-size: 3.4rem;
	font-weight: 500;
	text-align: center;
}
.section-heading h2:after, .section-heading h3:after {
	background: #72c02c;
}

.section-heading h3:after {
	content: '';
    display: block;
    width: 200px;
    height: 2px;
    background: #72c02c;
    margin: 0 auto;
    
    position: absolute;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%);
    
    bottom: 0;
}

h2.section-title {
	font-family: 'Edwardian', cursive;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: left;
	color: #72c02c;
	margin-bottom: 1rem !important;
}
h3.section-title {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
	color: #72c02c;
	margin-bottom: 1rem !important;
}
h3.section-title-center {
	text-align: center;
}
h5.section-title {
	font-size: 1rem;
	font-weight: 500;
	text-align: left;
	color: #72c02c;
	margin-bottom: 1rem !important;
}
/*
h3.section-title {
	font-size: 1.4rem;
}
h5.section-title {
	font-size: 1rem;
}
*/


.zigzag-block > p:before {
    display: none;
}
.zigzag-block > p {
    padding-left: 15px;
}



.lg-flip-ver, .lg-flip-hor, .lg-rotate-left, .lg-rotate-right, .lg-fullscreen, .lg-autoplay-button {
	display: none !important;
}
#lg-share, #lg-actual-size, #lg-zoom-out, #lg-zoom-in, #lg-download {
	display: none !important;
}





.project-grid-container {
	position: absolute;
    bottom: 5px !important;
    padding: 0.5rem;
    width: 100%;
}
.project-grid-overlay {
	position: relative;
    bottom: 5px !important;
    left: 50% !important;
    right: 50% !important;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px !important;
}
.project-grid-overlay p {
	display: block;
	color: #000;
	font-weight: normal;
	line-height: 120%;
	margin: 0 auto;
	padding: 0.3rem;
}


.blog-card .card-body {
    padding: 0.2rem 0.5rem 1rem 0.5rem;
}
.blog-card .card-body h3 {
	color: #642777;
    margin-top: 10px;
}
.blog-card .card-body h3 a {
	color: #642777;
}
.blog-card .card-body .read-more {
    text-align: right;
}
.pagination-container .pagination-center {
	display: inline;
	margin: 0 auto;
	text-align: center;
}

.blogs .post .content .post-title h5 {
    color: #642777;
    margin-bottom: 10px;
}
.blogs .blog-card .card-body .meta ul {
    margin: 0 0 20px 0;
}
.blogs .blog-card .card-body .meta li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px;
}
.blogs p {
    font-size: 15px;
    line-height: 1.3;
}





.side-bar .widget li {
	position: relative;
	color: #6f6f6f;
    font-size: 14px;
}
.side-bar .widget li.indent {
    text-indent: -15px;
}
.side-bar .widget li.tags {
    margin-left: -10px;
}
.side-bar .widget li.tags a {
    color: #642777;
}
.side-bar .widget li.tags a:hover {
    text-decoration: underline;
}
.side-bar .widget li i {
	color: #72c02c;
	margin-left: 15px;
    margin-right: 0;
}
.side-bar .widget li a:after {
    content: "";
    display: none;
}
/*
.side-bar .widget li a:before {
    color: #72c02c;
    font-family: "Font Awesome 5 Free"; font-weight: normal; font-size: 1.1em; content: "\f35a";
    list-style-position: inside;
    margin-right: 10px;
}
*/

.p-y-10 {
	padding: 10px 0;
}
.p-y-15 {
	padding: 15px 0;
}
.p-y-20 {
	padding: 20px 0;
}

h3.project-title {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}
h4.project-description {
	color: #000;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 60px;
}
p.project-description {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 0px;
}

footer, footer a, footer li {
	color: #662773;
}
footer a:hover {
	color: #9F79EE;
	text-decoration: underline;
}
footer a:active {
	color: #9F79EE;
	text-decoration: none;
}
footer a:focus {
	color: #9F79EE;
	text-decoration: none;
}

.footer-style9 > .container {
    padding: 40px 15px 30px 15px;
}
h6.Bible-quote, h6.Bible-quote-ref {
	font-style: italic;
	text-align: center;
	margin-top: 40px;
}
h6.Bible-quote-ref {
	margin: 10px 0 0 40%;
}

p.terms {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
}
p.hdouglas {
	color: #333;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5;
}
h2.terms {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin: 20px 0;
	text-transform: uppercase;
}
h2.hdouglas, h2.portfolio {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: capitalize;
}
h3.terms {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin: 20px 0;
}

h6.gallery-link {
	font-size: 15px;
	float: right;
}
h6.gallery-link a {
	color: #662773;
}
h6.gallery-link a:hover {
	color: #662773;
}
h6.gallery-link a:active {
	color: #662773;
}
h6.gallery-link a:focus {
	color: #662773;
}


sup.sup-50p {
	font-size: 50%;
}
sup.sup-60p {
	font-size: 60%;
}

.text-right {
	text-align: right;
}

.bold {
	font-weight: bold;
}
.capitalize {
	text-transform: capitalize;
}


/*
.u-header__section--light .navbar-brand, .u-header__section--light .navbar-toggler, .u-header__section--light--shift.js-header-change-moment .navbar-brand, .u-header__section--light--shift.js-header-change-moment .navbar-toggler {
    color: #a00 !important;
}
.hamburger {
	color: #a00 !important;
}
.hamburger-box {
	color: #a00 !important;
}
.hamburger-inner {
	color: #a00 !important;
	background-color: #a00;
}
*/

.pre-header {
	color: #fff;
	background-color: #662773;
	text-align: right;
}
.u-header__section {
	border-bottom: 2px solid #4A2050;
}
.header-home {
	background-image: url("../../images/site/bg6.jpg");
	background-color: #ccc; /* Used if the image is unavailable */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	height: 630px; /* You must set a specified height */
	border-bottom: 1px solid #000;
}
.header-inner {
	border-bottom: 1px solid #000;
}
.navbar {
	padding: 0;
}
.navbar-brand {
	padding: 0 0 5px 10px;
}
/*
.header-home .overlay {
	position: relative;
	top: 20px;
	left: 20px;
}

.header-home .overlay h2 {
	font-family: 'Tangerine', cursive;
	font-size: 64px;
	color: #fff;
	text-transform: capitalize;
	
}
*/


.text-yellow {
	color: #FCF3AF;
}
.text-black {
	color: #000;
}
.text-light-gray {
	color: #999;
}
.text-dark-gray {
	color: #333;
}
.text-light-purple {
	color: #9F79EE;
}
.text-dark-purple {
	color: #662773;
}
.bg-light-purple {
	background-color: #9F79EE;
}
.bg-dark-purple {
	background-color: #662773;
}
.bg-chocolate {
	background-color: #CDAF95;
}
.bg-opacity-5 {
	opacity: 0.5;
}
.bg-opacity-6 {
	opacity: 0.6;
}
.bg-opacity-7 {
	opacity: 0.7;
}

.text-small {
	font-size: 75%;
}

.zigzag-block .title {
    color: #fff;
    background: #72c02c;
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
/*
.zigzag-block .title {
    color: #2a8ae2;
    background: rgba(42,138,226,0.15);
    padding: 5px 20px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 15px;
}
*/

.mslider-container {
	background-color: transparent;
	width: 620px;
	height: 470px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}
.ms-container {
	margin: 0;
	padding: 4px 2px 2px 2px;
}

.nav-item a {
	color: #fff !important;
}
.nav-item a:hover {
	color: #FCF3AF !important;
}

.img-padded-border {
	padding: 3px;
	border: 1px solid #000;
}

.service-text, .portfolio-text {
	font-size: 15px !important;
}
.service-text p, .portfolio-text p {
	font-size: 15px !important;
}

.portfolio-gallery-link {
    text-align: right;
    margin-right: 20px;
}
.portfolio-gallery-link a {
	color: #72c02c;
	font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.portfolio-gallery-link a:hover {
	text-decoration: underline;
}

.gallery-image {
	max-height: 350px;
	margin-bottom: 40px;
}
/*
.project-image {
	max-height: 260px;
	width: auto;
}
*/

.testimonial-image {
	max-width: 380px;
	max-height: 350px;
}
.testimonial, .testimonial-noimage {
	margin: 0;
}
.testimonial-noimage p {
	text-align: left;
}
.testimonial-text {
	font-size: 20px !important;
	font-style: italic !important;
	margin: 0 10px 5px 20px;
}
.testimonial-author {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	margin-right: 40px;
	text-align: right;
	text-transform: capitalize;
}

.port-thumb {
	margin: 0;
	padding: 0;
}
.thumb-bordered {
	padding: 3px;
	border: 1px solid #f00;
}

.alert-contact {
	padding: 5px 20px;
	text-align: center;
}

.image-label {
	color: #fff;
	font-size: 13px;
	padding: 3px 5px;
	border-radius: 5px;
	position: absolute;
	top: 20px;
	left: 35px;
}
.image-label-before {
	background-color: #a00;
}
.image-label-after {
	background-color: #659D32;
}
.image-label-detail {
	background-color: #662773;
}
.hidden {
	display: none;
}

.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}

.fs-09rem {
	font-size: 0.9rem;
}

.divide-25 {
	height: 25px;
}
.divide-40 {
	height: 40px;
}
.divide-50 {
	height: 50px;
}
.divide-70 {
	height: 70px;
}
.divide-100 {
	height: 100px;
}


.m-0 {
	margin: 0;
}
.p-0 {
	padding: 0;
}
.p-10 {
	padding: 10px;
}

.m-l-5 {
	margin-left: 5px !important;
}
.m-l-40 {
	margin-left: 40px !important;
}

.m-t--60 {
	margin-top: -60px;
}
.m-t-0 {
	margin-top: 0;
}
.m-t-5 {
	margin-top: 5px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-t-35 {
	margin-top: 35px;
}
.m-t-40 {
	margin-top: 40px;
}
.m-t-50 {
	margin-top: 50px;
}
.m-t-55 {
	margin-top: 55px;
}
.m-t-60 {
	margin-top: 60px;
}

.m-b-10 {
	margin-bottom: 10px;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-40 {
	margin-bottom: 40px;
}
.m-b-60 {
	margin-bottom: 60px;
}

.p-t-10 {
	padding-top: 10px;
}
.p-t-15 {
	padding-top: 15px;
}
.p-t-20 {
	padding-top: 20px;
}
.p-t-100 {
	padding-top: 100px;
}

.p-b-0 {
	padding-bottom: 0;
}
.p-b-10 {
	padding-bottom: 10px;
}
.p-b-20 {
	padding-bottom: 20px;
}
.p-b-30 {
	padding-bottom: 30px;
}


@media (max-width: 1400px) {
	.banner-logo img {
	    width: 50vw;
	    height: auto;
	}
	.banner-shape h1 {
		top: 20px;
	    left: 40%;
		font-size: 56px;
	}
}
@media (max-width: 1200px) {
	.banner-logo img {
	    width: 50vw;
	    height: auto;
	}
	.banner-shape h1 {
		top: -10%;
	    left: 40%;
		font-size: 56px;
	}
	h2.section-title, h3.section-title, h5.section-title {
		font-weight: normal;
		margin-bottom: 0.9rem !important;
	}
	h2.section-title {
		font-size: 2.6rem;
	}
	h3.section-title {
		font-size: 1.5rem;
	}
	h5.section-title {
		font-size: 1.2rem;
	}
	.home-about-text {
	    font-size: 1.2rem;
	}
	.ms-container {
		max-width: 500px !important;
		max-height: 378px !important;
		padding: 3px 9px 9px 3px;
	}
}
@media (max-width: 992px) {
	.navbar-brand img {
	    max-height: 40px;
	}
	.banner-logo img {
	    width: 60vw;
	    height: auto;
	}
	.banner-shape h1 {
		top: -10%;
	    left: 30%;
		font-size: 46px;
	}
	h2.section-title, h3.section-title, h5.section-title {
		font-weight: normal;
		margin-bottom: 0.9rem !important;
	}
	h2.section-title {
		font-size: 2.6rem;
	}
	h3.section-title {
		font-size: 1.5rem;
	}
	h5.section-title {
		font-size: 1.2rem;
	}
	.home-about-text {
	    font-size: 1.0rem;
	}
	.home-about-image {
		width: 50%;
		height: auto;
		border: 1px solid #333;
		padding: 3px;
		margin: 0 20px 20px 0;
		float: left;
	}
	#admin-link {
		display: none;
	}
}
@media (max-width: 768px) {
	.navbar-brand img {
	    max-height: 40px;
	}
	.banner-logo img {
	    width: 50vw;
	    height: auto;
	}
	.banner-shape h1 {
		top: 0;
	    left: 30%;
		font-size: 44px;
	}
	h2.section-title, h3.section-title, h5.section-title {
		font-weight: normal;
		margin-bottom: 0.9rem !important;
	}
	h2.section-title {
		font-size: 2.2rem;
	}
	h3.section-title {
		font-size: 1.5rem;
	}
	h5.section-title {
		font-size: 1rem;
	}
	.mslider-container {
		width: 100%;
		height: auto;
		padding: 3px 6px 2px 2px;
	}
	.home-about-image {
		width: 50%;
		height: auto;
		border: 1px solid #333;
		padding: 3px;
		margin: 0 20px 20px 0;
		float: left;
	}
}
@media (max-width: 600px) {
	.banner-shape h1 {
		top: -20%;
	    left: 30%;
		font-size: 36px;
	}
	div.houzz-button {
		margin: 10px 0 30px 0;
	}
	.header-home .overlay {
		top: 0;
		left: 60px;
	}
	.mslider-container {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 442px) {
	.navbar-brand img {
	    max-height: 40px;
	}
	.header-home .overlay {
		left: 20px;
	}
	
	
	.banner-logo img {
	    width: 70vw;
	    height: auto;
	}
	.banner-shape h1 {
		top: -20%;
	    left: 30%;
		font-size: 24px;
	}
	
	/*
	span.overlay {
		font-size: 26px;
		position: relative;
		top: 50%;
		right: 0;
		transform: translate(-50%,-50%);
	}
	*/
	
	div.houzz-button {
		margin: 10px 0 30px 0;
	}
	ul {
	    padding-left: 1rem;
	}
	
	h2.section-title, h3.section-title, h5.section-title {
		font-weight: normal;
		margin-bottom: 0.9rem !important;
	}
	h2.section-title {
		font-size: 2.2rem;
	}
	h3.section-title {
		font-size: 1rem;
	}
	h5.section-title {
		font-size: 1rem;
	}
	
	.home-about-text {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.testimonials-section {
	    padding-top: 0;
	}
	.mslider-container {
		width: 100%;
		height: auto;
	}
	.ms-container {
		margin: 0;
		padding: 3px 5px 2px 2px;
	}
	.footer-style9 > .container {
	    padding: 0 15px 20px 15px;
	}
}
@media (max-width: 340px) {
	.banner-shape h1 {
		top: -70%;
	    left: 20%;
		font-size: 22px;
	}
}



/*

@media (max-width: 1200px) {

}
@media (max-width: 992px) {

}
@media (max-width: 768px) {

}
@media (max-width: 600px) {

}
@media (max-width: 442px) {

}
@media (max-width: 340px) {

}

*/






