/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@400;700&family=Italianno&display=swap');*/
@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-BoldItalic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/WorkSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Italic.woff2') format('woff2'),
        url('../fonts/WorkSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Regular.woff2') format('woff2'),
        url('../fonts/WorkSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/WorkSans-Bold.woff2') format('woff2'),
        url('../fonts/WorkSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Italianno';
    src: url('../fonts/Italianno-Regular.woff2') format('woff2'),
        url('../fonts/Italianno-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
	height: 100%
}
body {
	font-family: 'Work', sans-serif;
	letter-spacing: 0.4px;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	background: #FFF;
	color: #333333;
	line-height: 1.5em;
	height: 100%
}
.clearboth{
clear:both;
}
.rel{
    position:relative;
}
.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    float: left;
}
.modal{
    z-index: 1100;   
}
.modal-backdrop{
    z-index: 1000;        
}
.modal-header a.close {
    padding: 1rem;
    margin: 0 !important;
}
#galleryModal .modal-footer, #videoModal .modal-footer{
    display:none;
}
#galleryModal .modal-body, #videoModal .modal-body{
    margin:0 auto;
}
.nav-link.dropdown-toggle:focus, .nav-item>.btn-gold:focus, button.btn-nobor:focus,button.btn-nobor2:focus, a.close:focus, a.btn.close:focus {
    outline:none !important;
	box-shadow:none !important;
}
.nav-link.dropdown-toggle, .nav-item>.btn-gold, button.btn-nobor, button.btn-nobor2, button.cookie-button {
    outline:none !important;
	box-shadow:none!important;
}

.mrounded{
    border-radius: 50%;
    width:500px;
    height:500px;
    border: 15px solid #FFFFFF;
    margin: 20px auto;
    background-color:#CCDBD0;
    background-image: url(../img/modbkg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}
.modal-dialog.mr{
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.mrounded .modal-header{
    border:0 !important;
    width: 90%;
    margin: 0 auto;
}
.mrounded .modal-header .close{
    opacity:1!important;
}
.mrounded .modal-body{
    margin: 20px auto;
    overflow: hidden;
    border-radius: 50%;
    position:absolute;
    top: 10px;
    padding: 20px;
}
.mround-container{
    width: 100%;
    margin: 0 auto; 
    border-radius:50%;
}

.btn-group-xl>.btn, .btn-xl {
    padding: 0.75rem;
    font-size:18px !important;
    text-transform:capitalize;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem;
}
button.close, a.close{
    outline: 0 !important;
    background-color: #E0E0E0;
    border-radius: 50%;
    padding: 0.5rem !important;
    width: 40px;
    height: 40px;
    margin-right: 20px !important;
    margin-top: 10px !important;
}
.dropdown-menu.show{
border: 0 !important;
text-align: left;
background-color: #B5A26430;
}
.pl-5, .px-5{
    padding-left: 1rem!important;
}
.pr-5, .px-5{
    padding-right: 1rem!important;
}
.teaser.lazyload {
	opacity: 0;
	transform: scale(0.8);
}
img[data-sizes="auto"] { 
    display: block; width: 100%; 
}
.teaser.lazyloaded {
	opacity: 1;
	transform: scale(1);
	transition: all 700ms;
}
.navbar-nav .dropdown-item{
    text-align: left;
	padding: .25rem 1.25rem;
	font: normal normal normal 16px/16px Work Sans;
}
.dropdown-toggle::after {
float: right;
margin-top: 0.70rem;	
}
    a.link-white{
        color:#FFFFFF;
        text-decoration:none;
    }
    a.link-white:hover{
        text-decoration:underline;
    }
    a.link-green{
        color:#4F7353;
        text-decoration:none;
    }
    a.link-green:hover{
        color:#73A383;
        text-decoration:underline;
    }
    a.link-green2{
        color:#4F7353;
        text-decoration:underline;
    }
    a.link-green2:hover{
        color:#73A383;
        text-decoration:underline;
    }
    a.link-gold{
        color:#B5A264;
        text-decoration:underline;
    }
    a.link-gold:hover{
        color:#B5A264;
        text-decoration:underline;
    }
    a.link-black{
        color:#000000;
        text-decoration:underline;
    }
    a.link-black:hover{
        color:#000000;
        text-decoration:underline;
    }
    .logo-title{
        font-family: 'Italianno', cursive;
        text-align: center;
        font-size: 42px;
        color: #B5A264;
        vertical-align:middle;
    }
    .logo-title a{
        color: #B5A264;
    }
    .navbar{
        width: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box !important;
        box-shadow: 0px 3px 6px #00000029;
        border: 1px solid #F0F0F0;
        opacity: 1;
    }
    
    .nav-item{
        min-width: 110px;
        text-align: left;
        font: normal normal normal 16px/20px Work Sans;
        color: #333333;
        display: inline-block;
        position:relative;
		border-bottom: 1px solid #F0F0F0;
    }
    .nav-item a{
        color: #333333;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0rem;
    }
    a.dropdown-item:hover{
        background-color: #B5A26450;
        color: #333333;
    }
    .text-small{
        font: normal normal normal 14px/18px Work Sans;
    }
    .small{
        font-size: 0.85rem;
    }
	.blurred-bg-modal {
    background-color: rgba(0,0,0,.2)!important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.darkbkg{
	background-color:#333333;
}
.tarokbkg1{
	height:100px;
	 background: url(../img/tarok.png);
	 background-repeat: no-repeat;
    background-position: center  bottom;
	background-size: cover;
}
.eventbkg{
	min-height:300px;
	 background: url(../img/eventbkg.png);
	 background-repeat: no-repeat;
    background-position: center  bottom;
	background-size: auto;
}
.bb_bkg{
	 background: url(../img/big-bench-325.jpg);
	 background-repeat: no-repeat;
    background-position: right  bottom;
	background-size: cover;
    min-height: 250px;
}
.tarokbkg2{
	 background: url(../img/tarokbkg3.png);
	 background-repeat: no-repeat;
    background-position: center  bottom;
	background-size: auto 100%;
}
.home-item {
    text-align: center;
    
}
.home-item .numround {
        width: 3rem;
        height: 3rem;
        background-color: #4F7353;
        border-radius: 50%;
        margin: 0 auto;
        font: normal normal normal 36px/36px 'Playfair Display';
        color: #FFFFFF;
}
.home-item h5, .home-item h5 a{
    font: normal normal normal 24px/24px 'Playfair Display';
    margin: 15px 5px;
    color: #4F7353!important;
    text-decoration:underline;
}
.bggreen{
	background-color:#CCDBD0!important;
	 background: url(../img/lcpointer.png);
    background-repeat: no-repeat;
    background-position: right  bottom;
	background-size: auto 100%;
}
.dddark dt,.dddark dd{
line-height:1.5rem;
color: #698472;	
}
.pb-10{
padding-bottom:3rem!important;	
}
.privacy-cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 99%;
    height: auto;
    bottom: 10px;
    margin: 0 auto;
    border-radius: 30px;
    text-align: center;
    background: #000;
    transition: all 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.8;
    border:1px solid #666666;
    z-index: 99;
    color: #D0D0D0;
    font-size:1rem;
    padding:0.5rem;
}
.cookie-button {
    display: inline-block;
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    margin-left: 0.45rem;
    margin-top: 2px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
    font-size:0.9rem;
    background: none;
    border:0;
}
.cookie-button:focus,.cookie-button:hover{
    color: #C0C0C0;
    background: none;
    border:0!important;
    text-decoration: underline;
}
.cookie-modal .modal-dialog{
    background-color: #FFFFFF;
}
.cookie-modal .modal-content{
    padding: 24px;
    border:0;
}
.cookie-modal .modal-footer{
    text-align:center;
    display:block;
    padding-bottom: 0;
}
.cookie-modal .modal-header{
    border-bottom:none!important;
    display:block;
}
.cookie-modal .modal-header h5{
    font: normal normal bold 21px/28px Work Sans;
    color:#333333;
    display: block;
}
.cookie-modal .modal-body h6{
    font: normal normal bold 16px/24px Work Sans!important;
    display: block;
    padding:0.25rem auto;
}
.priv-p{
    clear:both;
    padding-bottom: 0.75rem;
}
.blue-grey-text {
    color: #F0F0F0 !important;
}
.privacy-cookie--hide{
display:none;
}
    .modal-title{
        font: normal normal bold 24px/32px Playfair Display;
        color: #4F7353;
    }
	.modal-title.tit-small{
		font: normal normal bold 18px/24px Work Sans;
	}
    .modal.fade{
        opacity:1;
      }
      .modal.fade .modal-dialog {
         -webkit-transform: translate(0);
         -moz-transform: translate(0);
         transform: translate(0);
      }
    .year-small{
        text-align: left;
        font: normal normal bold 18px/24px Playfair Display;
        color: #333333;
      }
    .ita-green{
        text-align: left;
        font: italic normal normal 21px/24px Playfair Display;
        color: #4F7353;
    }
    .ita-text{
        text-align: left;
        font: italic normal normal 16px/24px Playfair Display;
        color: #333333;
    }
    .t-center{
    text-align: center !important;
    }  
    .name21{
        font: normal normal normal 21px/24px Playfair Display;
        color: #333333;
    }
    input.form-control, textarea.form-control, select.form-control{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #B5A264;
    }
	 input.form-control, textarea.form-control, select.form-control{
	font: normal normal normal 16px/21px Work Sans;
    letter-spacing: 0.4px!important;
	 }
     select.form-control{
     padding-top: 0.4rem;
     }
     select.form-control option:disabled{
        color: #C0C0C0;
        }
     .counter{
         position:absolute;
         right:1rem;
     }
     #counter{
         font-weight:bold;
     }
     form#donate{
         width:100%;
     }
     .rel > span{
         width: 100%;
         display: block;
     }
	  .half-input {
        width: 50%;
		float: left;
      }
	  .half-input.hid{
		  display: none;
	  }
	  .hid{
		  display: none;
	  }
	 ::-webkit-input-placeholder { /* chrome, safari */
   font: normal normal normal 16px/21px Work Sans;
    letter-spacing: 0.4px!important;
    color:#C0C0C0 !important;
}

:-moz-placeholder { /* Firefox 18- */
   font: normal normal normal 6px/21px Work Sans;
    letter-spacing: 0.4px!important;  
    color:#C0C0C0 !important
}

::-moz-placeholder {  /* Firefox 19+ */
   font: normal normal normal 6px/21px Work Sans;
    letter-spacing: 0.4px!important;  
    color:#C0C0C0 !important
}

:-ms-input-placeholder {  /* Internet Explorer */
   font: normal normal normal 6px/21px Work Sans;
    letter-spacing: 0.4px!important;
    color:#C0C0C0 !important
}
    .form-control:focus{
        outline: none !important;
        border: 1px solid #B5A264;
        box-shadow: 0 0 0 0.2rem rgb(198 164 90 / 25%);
    }
    .container{
        padding:0px;
        max-width:100%!important;
        width:100%!important;
    }
    .inner-container{
        padding: 2rem;
    }
    .btn-whitegold{
        border: 2px solid #B5A264;
        background-color: white;
        color: #B5A264;
    }
    .btn-whitegold a{
        color: #B5A264 !important;

    }
    .shadow-btn{
        box-shadow: 0px 3px 6px #00000029;
    }
	.jumbotron {
    padding-top: 48%; 
    padding-bottom: 5%; 
    margin-bottom:0;
    border-radius: 0;
    height:500px;
    overflow: hidden;
    position: relative;
	}
	#jhome .jumbotron {
    background: url(../img/jt-home.jpg);
    background-repeat: no-repeat;
    background-position: 45%  0px;
	}
	#jhistory .jumbotron {
	background: url(../img/jt-history.jpg);
    background-repeat: no-repeat;
    background-position: center  0px;
	}
	#jowners .jumbotron {
	background: url(../img/jt-owners.jpg);
    background-repeat: no-repeat;
    background-position: center  center;
	}
	#jestate .jumbotron {
	background: url(../img/jt-estate.jpg);
    background-repeat: no-repeat;
    background-position: center  0px;
	}
	#jevents .jumbotron {
	background: url(../img/jt-events.jpg);
    background-repeat: no-repeat;
    background-position: center  bottom;

	}
	#jvenue .jumbotron {
	background: url(../img/jt-venue.jpg);
    background-repeat: no-repeat;
    background-position: 65%  center;
	}
	#jdonate .jumbotron {
	background: url(../img/jt-donate.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	}
	.jumbohome{
		text-align:center;
	}
	.display-3{
		font: normal normal bold 18px/32px Playfair Display;
		color: #FFFFFF;
	}
	.jumbohome p{
		text-align: center;
		font: normal normal 600 32px/42px Playfair Display;
		color: #FFFFFF;
		text-shadow: 0px 6px 12px #000000B3;
	}
    .jumbopage .display-3{
		text-shadow: 0px 6px 12px #000000B3;
        font: normal normal bold 28px/36px Playfair Display;
	}
    .jumbopage p{
		text-align: left;
		font: normal normal 18px/24px Playfair Display;
		color: #FFFFFF;
		text-shadow: 0px 6px 12px #000000B3;
        background: #00000080 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
        float:left;
        padding: 6px;
        margin-top:18px;
	}
    .badge.badge-white{
        background: #FFFFFF80 0% 0% no-repeat padding-box; 
        border-radius:0;
        color:#333333;
        padding:6px;
        margin-bottom: 8px;
		text-transform: uppercase;
    }
    .boxpad{
        padding: 3rem;
    }
    .sidepad{
        padding: 0 2rem;
    }
	.title-bold-gold{
		font: normal normal bold 28px/36px Playfair Display;
		color: #C6A45A;
	}
    .title-page {
        text-align: left;
        font: normal normal bold 28px/36px Playfair Display;
        color: #C6A45A;
    }
	.title-white-onblack{
		font: normal normal bold 32px/36px Playfair Display;
		color:#FFFFFF;
	}
    .title-box{
        font: normal normal bold 20px/28px Playfair Display;
        color: #C6A45A;
    }
	.title-medium{
		font-weight: bold;
		font-size: 18px;
	}
    .title-small{
		font-weight: bold;
		font-size: 14px;
	}
    .intro-page, .intro-page2, .intro-pageh{
        text-align: left;
        font: italic normal normal 21px/36px Playfair Display;
        color: #333333;
        margin: 1.2rem 0;
    }
    .intro-page2{
        font: italic normal normal 16px/24px Playfair Display;
    }
	.text-paragraph{
		 font: normal normal normal 16px/28px Playfair Display;
		 color: #333333;
	}
	.text-paragraph2{
		 font: normal normal normal 14px/24px Work Sans;
		 color: #333333;
		 margin:0;
		 padding:0;
	}
    .text-paragraph3{
        font: normal normal normal 12px/24px Work Sans;
        color: #999999;
        margin:0;
        padding:0;
   }
   .text-medium{
    font: normal normal normal 16px/24px Work Sans!important;
    color: #333333;
    letter-spacing:0;
    }
   h5.bgtit{
        font: normal normal bold 24px/32px Playfair Display;
        word-wrap:break-word;
   }
    .offwhitebox{
        background: #F4F4F1 0% 0% no-repeat padding-box;
        border: 1px solid #FFFFFF;
        height: 100%;
        margin:auto;
    }
    .greenlbox{
        background:  #CCDBD0 0% 0% no-repeat padding-box;
        border: 1px solid #FFFFFF;
        height: 100%;
        margin:auto;
    }
   .imgbkgmod{
    height: 100%;
    margin: auto;
    background-image: url(../img/modbkg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    z-index: 200;
    position: absolute;
    left:0;
    top:0;
    bottom:0;
    }
    .whitebox{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #FFFFFF;
        height: 100%;
        margin:auto;
    }
    .whitebkg{
        background-color:#FFFFFF; 
    }
    .text-main{
        text-align: left;
        font: normal normal normal 16px/28px Playfair Display;
        color: #333333;
        margin: 1.2rem 0;
    }
    .card-body{
        background: #00000080 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
        opacity: 1;
        bottom:0;
		position:absolute;
		right:0;
		left:0;
		min-height:7.5rem;
    }
    .card-body h3{
        font: normal normal bold 20px/22px Playfair Display;
        letter-spacing: 0px;
        color: #FFFFFF;
        text-shadow: 0px 6px 12px #00000029;
    }
    .card-body .label{
        text-align: right;
        font: normal normal bold 12px/12px Work Sans;
        color: #FFFFFF;
        display: inline-block;
		text-transform: uppercase;
    }
    .cardbig img{
        border-radius: 12px;
    }
    img.w150{
        width:150px;
        border-radius: 1.5rem!important;
        padding:1rem;
       
    }
    .img-inline{
        float:right;
    }
    .cardrect{
        background-color:#FFFFFF;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 12px;
        margin: 0.5rem 0;
        display: flex;
        align-items: flex-start;
        flex-shrink: 0;
    }
    .cardrect img{
        max-width: 60px;
        border-radius: 12px 0 0 12px;
    }
    .cardrect a{
        margin-top: 1rem;
        display: inline-block;
    }
    .cardrect h5.event-title{
        font-size:14px!important;
        line-height:1rem!important;
        text-decoration:underline;
        padding: 0 0.5rem;
        letter-spacing: 0rem;
        word-wrap:break-word;
    }
    a.btn-green, button.btn-green{
        background: #4F7353 0% 0% no-repeat padding-box;
        border-radius: 4px;
        text-align: center;
        font: normal normal normal 14px/18px Work Sans;
        color: #FFFFFF;
    }
    a.btn-green:hover{
        background: #73A383 0% 0% no-repeat padding-box;
    }
    a.btn-green2{
        background: #365039 0% 0% no-repeat padding-box;
        border-radius: 4px;
        font: normal normal normal 14px/18px Work Sans;
        color: #FFFFFF;
    }
    a.btn-green2:hover{
        background: #4F7353 0% 0% no-repeat padding-box;
    }
    a.btn-green3, a.btn-green3:hover{
        background: transparent;
        font: normal normal normal 14px/18px Work Sans;
        color: #B5A264!important;
        vertical-align: middle;
        text-transform: uppercase;
        text-decoration:underline!important;
    }
    a.btn-green3:hover{
        margin-top:1px;
        margin-left:1px;
    }
    a.btn-green3 ion-icon{
        font-size:24px;
        margin-right:4px
    }
  

    a.btn-gold, button.btn-gold{
        background: #B5A264 0% 0% no-repeat padding-box;
        border-radius: 4px;
        text-align: center;
        font: normal normal normal 14px/18px Work Sans;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }
	button.btn-nobor{
    background: transparent 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    font: normal normal bold 14px/18px Work Sans;
    color: #B5A26490;
    border: 1px solid #B5A26490;
    width: 40%;
    margin: 1px;
}
button.btn-nobor2{
    background: none;
    text-align: center;
    font: normal normal bold 18px/18px Work Sans;
    color: #B5A264;
    border: 0;
    width: 40%;
    margin: 1px;
    padding: 0.5rem;
    cursor:pointer!important;
}
.btn-rect .btn-radio, .btn-square .btn-checkbox, .btn-join  .btn-radio, .btn-rect .btn-checkbox{
margin-top: .5rem;
margin-bottom: .5rem;
}
.btn-amount{
   position: relative; 
   box-shadow: 0 0 0 0.2rem rgb(198 164 90 / 25%)!important;
   padding: 1rem 0;
   margin:0.25rem !important;
}
.btn-amount,.txtamount{
    min-width: 60px;
    padding-left: 0;
    padding-right: 0;
}
.btn-amount div label{
    padding-left: 0;
    padding-right: 0;
}
.btn-group-toggle div .btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}
.input-group>.input-group-prepend>.input-group-text {
    background-color:#FFFFFF;
    border-left: 1px solid #B5A264;
    border-top: 1px solid #B5A264;
    border-bottom: 1px solid #B5A264;
    border-right:none;
    color:#B5A264;
    vertical-align: 0.3rem;
    font-size: 14px;
    text-align: right;
}
input.nobl{
    border-left:none;
    color: #B5A264!important;
    font-weight: bold;
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
}
.custam span{
width:100%;
}

.footer ion-icon.heart{
    font-size: 10px!important;
    color:#E53935;
  }

label > ion-icon.heart{
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    color:#FFFFFF;
    font-size: 22px;
}
  
.btn-amount span.hyp{
    vertical-align: 0.3rem;
    font-size: 14px;
    text-align: right;
}
.offwhitebox .hyp{
    color: #B5A264!important;
    font-size: 18px!important;
    vertical-align: 0.6rem;
}
.input-amount{
border:0!important;
border-bottom: 2px solid #B5A264!important;
margin: 0 5px;
display: inline-block;
background-color:#F4F4F1!important;
font-size: 24px!important;
color: #B5A264!important;
font-weight: bold !important;
}

.input-amount.form-control:focus {
    outline: none !important;
    border: 1px solid #B5A264!important;
    box-shadow: 0 0 0 0.2rem rgb(198 164 90 / 25%)!important;
    cursor:default!important
}
.btn-amount span.big{
    font-size: 18px;
    line-height: 18px;
}

.btn-square label{
    background: transparent 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    font: normal normal normal 16px/18px Work Sans !important;
    color: #B5A264!important;
    border: 1px solid #B5A264;
    margin: 1px;
	height:100px;
	width: 15.8%;
	max-width:120px
}
.btn-rect label{
	 background: transparent 0% 0% no-repeat padding-box;
    border-radius: 4px;
    text-align: center;
    font: normal normal normal 16px/18px Work Sans !important;
    color: #B5A264!important;
    border: 1px solid #B5A264;
    margin: 1px;
    flex-grow: 1;
}
.btn-rect label.small{
    font: normal normal normal 0.85rem/1rem Work Sans !important;
}
.btn-plan label{
	 background:none;
    text-align: center;
    font: normal normal normal 16px/18px Work Sans !important;
    color: #B5A264!important;
    border: 1px solid #B5A264;
    margin: 1px;
	border:0;
}
 .btn-plan label.focus,  .btn-rect label.focus{
	outline:none !important;
	box-shadow: none !important;
}
.btn-plan label.active .circle-active{
        background: #B5A26450 5% 0% no-repeat padding-box;
        width: 90px;
        height: 90px;
        border-radius:50%;
}
.btn-plan label .circle-active{
		display: inline-block;
}
.btn-square label.active, .btn-rect label.active{
	background-color: #B5A26430;
	font-weight:bold !important;
	 color: #B5A264!important;
}
.btn-square .btn-checkbox.focus, .btn-square .btn-checkbox:focus, .btn-rect .btn-radio.focus, .btn-rect .btn-radio:focus, .btn-plan .btn-radio:focus, .btn-rect .btn-checkbox:focus, .btn-rect .btn-checkbox.focus{
	outline:none !important;
	box-shadow: none !important;
}
.custom-check{
	border: 1px solid #B5A26450;
	display: block;
	width:20px;
	height: 20px;
	border-radius: 4px;
	background: #FFFFFF;
	float:right;
	margin:5px;
	font-size: 18px;
}
.custom-radio{
	border: 1px solid #B5A264;
	display: inline-block;
	width:32px;
	height: 32px;
	border-radius: 50%;
	background: #FFFFFF;
	vertical-align:middle;
	margin-right: 1rem;
}

label.active .custom-check,  label.active .custom-radio{
	border: 1px solid #B5A264;
}

.custom-check:after, .custom-radio:after {
  content: "";
  position: absolute;
  display: none;
  font-family:Arial, Helvetica, sans-serif;
}

label.active .custom-check:after {
  display: block;
  width: 10px;
  height: 10px;
  content: "✓";
  color:#B5A264;
  margin-left:3px;
}
label.active .custom-radio:after {
  display: block;
  width: 32px;
  height: 32px;
  content: "✓";
  color:#B5A264;
  margin-left:3px;
  font-size: 36px;
  margin-top:5px;
}
.form-check{
    padding: 0;
    margin-bottom: 2rem;
}
.form-check label{
	white-space: normal;
    text-align: left;
}
.form-check .custom-check{
	border: 1px solid #B5A264;
	float: left;
	width:20px;
	height: 20px;
	border-radius: 4px;
	background: #FFFFFF;
	margin:5px;
	font-size: 18px;
}
#joinRequest .form-check label{
	font-weight: normal !important;
	font: normal normal bold 14px/14px Work Sans;
}
.phcredit{
    background-color: #33333390;
    color: #F0F0F0;
    font-size: 13px;
    text-align: right;
    padding: 2px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-style: italic
}
.phcredit a{
  color: #F0F0F0;
  text-decoration: underline;
}

.bfhide{
display: none;
}
.block-plan{
	display: inline-block;
	vertical-align:middle;
	width: 112px;
}
.block-plan span{
	text-align: left;
}
.block-plan .hyp{
vertical-align: 1rem;
font-size:18px;
text-align: right;
}
.block-plan .hyp2{
vertical-align: .5rem;
}
.gpslbl{
position: absolute;
float: right;
top: -10px;
right: 10px;
background-color: #4F7353;
padding:0.2rem 0.4rem;
border-radius: 8px;
color:#FFFFFF;	
font: normal normal normal 14px/14px Work Sans;
cursor: pointer;
}
.plan-lbl{
text-align: center;
margin-bottom:0;
}
.sel-plan2 > .plan-lbl{
    text-align:left;
    line-height:2.3rem;
    font-size: 1rem;
}
.sel-plan2{
min-width: 250px;
margin-top: 1rem;

}
.bkgcol{
    background-color: #F4F4F1;
    margin:30px -15px 0 -15px!important;
}
.row.like-table-row {
    padding: 0.2rem 0;
}
.txt-sub{
    font-size:14px;
    font-weight: 700;
    color:#ACACAC;
}
.txt-sub2{
    font-size:18px;
    font-weight: 700;
    color:#333333;
}
.row.like-table-row > div {
    display: table-cell;
    vertical-align: middle;
    border-bottom: 1px dashed #B5A26450;
    float:none;
    padding: 10px;
}
.block-plan .big{
	font-size: 36px;
}
.sel-plan2 .big{
	font-size: 24px;
}
#extrainfo{
display: none;
}
.fsmall{
	font-size: 10px;
	text-transform:uppercase;
	display: inline-block;
}
.modal h6, .mod h6{
	font-size: 14px;
	font-weight: bold;
	float: left;
	padding-right:6px;
}
.modal h3, .mod h3{
	font: normal normal bold 14px/21px Work Sans;
    color: #C0C0C0;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.blackbkg{
background-color:#333333;
}
.txtwhite{
	color: #FFFFFF important!;
}
 /*.modal-scrollable{
	max-height:90%;
}*/
.modal-scrollable .modal-content{
	max-height: calc(100vh - 150px);
    overflow-y: auto;
	padding-top: 30px;
	padding-bottom: 10px;
}
.modal-scrollable .modal-header{
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
	position: fixed;
	left:0;
	right:0;
	top:0;
	background-color:#FFFFFF;
	z-index:2;
	padding: 1.5rem;
}
.modal-scrollable .modal-footer, #checkoutModal .modal-footer, .mod .modal-footer{
	display: block;
	align-items: flex-start;
	flex-shrink: 0;
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	background-color:#FFFFFF;
	z-index:2;
	padding: 1rem;
    width: 100%;
}
.mod .modal-footer{

	position: relative;
	
}
#donatedone{
display:none;
}
#paynow,#paylater{
    width:100%
}
.plan_details dt{
	font: normal normal bold 14px/32px Work Sans;
}
.plan_details dd{
	display: list-item;
    list-style-type: disc;
	margin-left: 20px;
}

@keyframes spinner {
  to {transform: rotate(360deg);}
}
.spinner{
	position:relative;
	left: -20px;
	}
.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid #B5A26440;
  border-top-color: #FFFFFF;
  animation: spinner .6s linear infinite;
}
.vl_btntxt2,.nl_btntxt2,.vh_btntxt2,.st_btntxt2{
	display:none;
}


    .form-signup{
        text-align: center;
    }
    .msg_fb{
        text-align: left;
        font: normal normal normal 12px/14px Work Sans !important;
        margin-top:0.2rem;
    }
	.slashtxt{
		text-align: center;
        font: normal normal normal 18px/24px Work Sans !important;
        padding: 0.3rem 0.5rem 0rem 0.5rem !important;
		display: inline-block;
	}
	.txtbig{
		font: normal normal normal 32px/32px Work Sans !important;
		padding: 0;
	}
	.ccard-ico img{width: 54px}
    .form-signup .msg_fb p{
        padding: 0.5rem 0.75rem;
        margin-top: 0.25rem;
    }
 
#payment-form .form-group {
	padding: 0.5rem
	
}
.form-group.card{
    padding:0.5rem;
}
    #ml-form  .form-group{
        margin-bottom:10px;
    }
    #ml-form .form-label-group {
        position: relative;
        margin-bottom: 0.25rem;
    }
   
	form label.alert.alert-danger, form label.alert.alert-success, form span.alert.alert-warning{
	padding: .25rem 0.5rem;
    display: block;
    text-align: left;
    font: normal normal normal 12px/14px Work Sans !important;
	border: 1px dashed #f0c6cb;
    color: #CC0000!important;
	background-color: #f8d7da80;
	margin-bottom: 0.2rem!important;
	}
	.form-control.alert.alert-danger, .form-control.alert.alert-success{
	margin-bottom: 0rem!important;
	background-color: #FFFFFF;
	}
	form label.alert.alert-success{
	color: #155724!important;
	background-color: #d4edda80;
	border-color:#c3e6cb
	}
	form span.alert.alert-warning{
	color: #856404!important;
	background-color: #fff3cd80;
	border-color: #ffeeba;
	}
	 #enteraddrbtn.hid{
		display: none;
	 }
	 form .txtsr, form .txtsr a{
	padding: .25rem 1rem;
    float: right;
    text-align: right;
    font: normal normal normal 12px/14px Work Sans !important;
    color: #333333!important;
	margin-bottom: 0rem!important;
	}
	.nobutton, .nobutton:focus{
		background:none;
		border:none;
		outline:none;
		/*text-decoration:underline;*/
	}
   /*#ml-form  .msg_fb{
        width: 270px;
    }*/
	.img-logo{
	margin-right: 5px;	
	max-height: 65px;	
	}
    .form-signup .form-label-group button{
        width: 100px;
        padding: 0.60rem;
        border: 1px solid #FFFFFF;
        box-shadow: 0 3px 6px 0.2rem rgb(198 164 90 / 25%);
    }
    .lblfl input.form-control{
        padding-bottom: 0!important;
        padding-top: 1rem!important;
    }
    ::-webkit-input-placeholder {
        font-size: 1rem !important;
     }
     
     :-moz-placeholder { /* Firefox 18- */
        font-size: 1rem !important;
     }
     
     ::-moz-placeholder {  /* Firefox 19+ */
        font-size: 1rem !important;
     }
     
     :-ms-input-placeholder {
        font-size: 0.8rem !important;
     }

    /*.form-signup .form-label-group input{
        width: 270px;
    }*/
    .form-inline .form-label-group{
        margin-bottom: 0;
    }
    .copy{
        background: #000000 0% 0% no-repeat padding-box;
        padding: 1rem !important;
    }
    button.navbar-toggler{
        outline: none !important;
        box-shadow: none !important;
		border:none;
		padding: 0.5rem;
    }
   
    .bg-light{
        background-color: #FFFFFF!important;
    }
    .copy ul li{
        padding: 0.5rem;
    }
    .copy ul li a{
        text-align: left;
        font: normal normal normal 14px/18px Work Sans;
        letter-spacing: 0px;
        color: #FFFFFF
    }
    .footer{
        background: #789F85 0% 0% no-repeat padding-box;
        color: #FFFFFF;
		width:100%;
    }
    .footer-title-b{
    text-align: left;
    font: normal normal bold 18px/24px Playfair Display;
    color: #FFFFFF;
    }
    .footer-title-s{
        text-align: left;
        font: normal normal bold 16px/24px Playfair Display;
        color: #FFFFFF;
    }
    .list-footer dd{
    font-size:14px;
    }
    .footer .small{
        font-size: 0.85rem;

    }
    ion-icon{
        vertical-align: middle;
     }
    .footer ion-icon{
       color: #FFFFFF;
       font-size:24px; 
    }
	
	.list-footer dd a{
		text-transform:capitalize;
	}
	#navbarLoze .navbar-nav > .nav-item > .nav-link{
		text-transform:uppercase;
	}
    .year-line, .donate-line  {
        position: absolute;
        width: 99%;
        top: 45px;
        left: 0px;
        content: "";
        border-bottom: 1px solid #333333;
        z-index: 0;
    }
	.plan-line  {
        position: absolute;
        width: 99%;
        top: 10px;
        left: 0px;
        border-bottom: 1px solid #B5A264;
        z-index: 0;
    }
    .history__item .year, .history__itemow .year{
        font: normal normal normal 32px/32px Playfair Display;
        color: #333333;
        background-color: #FFFFFF;
        padding: 0 1.5rem;
        display: inline-block;
        margin-left: -1.2rem;
        position:relative;
        z-index: 1;
    }
	.plan__label{
	margin-bottom: 1rem;

	}
	.plan__label .plan{
        font: normal normal normal 14px/14px Work Sans;
        color: #FFFFFF;
		text-transform: uppercase;
        background-color: #B5A264;
        padding: .25rem .5rem;
		border-radius: 12px;
        display: inline-block;
        margin-left: -1.2rem;
        position:relative;
        z-index: 1;
    }
	.plan__label .block-plan{
		float: right;
		background-color:#FFFFFF; 
		position: relative;
		margin-top: -20px;
		color:#B5A264;
		margin-right:0;
	}
	 .plan__label .block-plan .big{
	font-size: 32px;
	line-height:32px;	
	}
	 .plan__label .block-plan .plan-lbl{
	font-size: 12px;
	line-height:12px;	
	}
	
    .history__itemow .year{
        background-color: #F4F4F1;
    }
    .donate__item .dtitle, .donate__itemow .dtitle{
        font: normal normal normal 30px/30px Playfair Display;
        color: #333333;
        background-color: #FFFFFF;
        padding: 0 1.5rem;
        display: inline-block;
        margin-left: -1.5rem;
        position:relative;
        z-index: 1;
    }
    .donate__itemow .dtitle{
        background-color: #F4F4F1;
    }
    .donate-line{ 
    top: 70px;
    }
    .card-img-top{
        height: 100%;
        overflow:hidden;
    }
    .circle-owner, .circle-mayer{
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-right: 2px solid #707070;
        border-bottom: 2px solid #707070;
        opacity: 1;
        width: 152px;
        height: 152px;
        border-radius:50%;
        margin: 0 auto 1.2rem;
    }
    .circle-mayer{
       
        border-right: 2px solid #707070;
        border-bottom: 2px solid #707070;
       
        width: 252px;
        height: 252px;
        border-radius:50%;
        margin: 0 auto 3rem;
    }


    .circle-vol {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border-right: 3px solid #707070;
        border-bottom: 3px solid #707070;
        opacity: 1;
        width: 250px;
        height: 250px;
        border-radius: 50%;
        margin: 0 auto 3rem;
    }
	.circle-oval{
		 border-right: 2px solid #707070;
        border-bottom: 2px solid #707070;
        opacity: 1;
        width: 162px;
        height: 192px;
        border-radius:50%;
		margin: 0 auto 1.2rem;
		overflow:hidden;
	}
	.rounded-oval {
    border-radius: 50%!important;
    width: 115%;
    /* height: 100%; */
    margin: -15px -10px!important;
	}
 .youtube-player {
    position: relative;
    padding-bottom: 55%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #B5A26430;
    margin: 25px 5px 25px 5px;
	 border-top: 5px solid #B5A26480;
        border-right: 5px solid #B5A26480;
        border-radius:12px;
		
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
  }

  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url('../img/playbtn.png') no-repeat;
    cursor: pointer;
    background-size: contain;
    opacity: 0.8;
  }
  .bbottom{
	border-bottom: 1px solid #333333;  
  }
    #map{
        border: 1px solid #4F7353;
    }
    gmp-map {
        height: 100%;
      }
    .greenbox{
        background: #789F85 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
    }
    ul.no-bull{
            list-style-type: none;
            margin: 0;
            padding: 0;
    }
    ul.no-bull li{
        padding-bottom:0.5rem;
    }
    .price{
        font: normal normal bold 18px/18px Work Sans;
        color: #333333;
        text-align: right;
    }     
    .pricelist{
        border:none;
        padding:1rem 0;
    }
    .pricelist .item{
        padding: .25rem 1.25rem;
    }
    .pricelist .item{
    border:none;
    border-bottom: 1px dashed #A0A0A0;
    margin-bottom:0px;
    padding-left: 0;
    }  
	.bradius{
        border-radius: 12px;
    }
    .bright{
        border-right: 1px dotted #AABEB0; 
    }
    .bleft{
        border-left: 1px dotted #AABEB0; 
    }
	.plan_box{
		background-color: #FFFFFF;
		border: 2 px solid #B5A264;
		box-shadow: 0px 8px 12px #00000029;
		border-radius:12px;
	}
	.circle-plan{
        background: #B5A26425 5% 0% no-repeat padding-box;
        width: 110px;
        height: 110px;
        border-radius:50%;
        margin: 0 auto 1.2rem;
		padding: 5px
    }
    .circle-plan2{
        background: #ECE8D8 5% 0% no-repeat padding-box;
        width: 90px;
        height: 90px;
        border-radius:50%;
        margin: 0 2.5rem;
		padding: 5px;
        float: left;
        z-index: 1;
        margin-top: 2rem;
    }
    .circle-plan2:nth-child(2){
        background: #ECE8D8 5% 0% no-repeat padding-box;  
        margin-left: 6.5rem;
        position: absolute;
        z-index: 0;
    }
    .circle-plan2 img{
        width: 90px;
    }
  
	p.center-block span{
		display: block;
		text-align: center;
    font: normal normal normal 14px/21px Work Sans;
    color: #333333;
	letter-spacing:-1px;
	}
	p.center-block span.small{   
    color: #666666;
	}
	p.center-block span.big{
    font: normal normal normal 21px/24px Work Sans;
    color: #B5A264;
	}
    .img-wrap{
        position: relative;
    }
    .img-wrap.img-content{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .img-wrap.img-content > img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
      
    .img-wrap.ratio-4-3{
        padding-top: 75%;
    }
    .img-wrap.ratio-16-9{
        padding-top: -56.25%;
    }
    .img-wrap.ratio-3-2{
        padding-top: 66.66%;
    }
    .img-wrap.ratio-8-5{
        padding-top: 62.5%;
    }
    .event-card .card-body{
        background-color:#ffffffe5;
        border:0;
    }
    .event-card .event-date-primary {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border:1px solid  #B3BFB760;
        width: 4rem;
        height: 4rem;
        border-radius: 50%;
        float: left;
        background-color: #FFFFFF;
    }
    .event-card .event-info {
        display: flex;
        flex-direction: column;
        padding-left: 1rem;
    }
    
    h5.event-title{
    text-align: left;
    font: normal normal bold 18px/24px Work Sans!important;
    color: #333333;
    margin-bottom:0;
    padding-bottom:0;
    }
    .event-text{    
    text-align: left;
    font: normal normal normal 14px/18px Work Sans!important;
    color: #333333;
    }
    .champ-text{    
        text-align: left;
        font: normal normal normal 0.9rem/1.3rem Work Sans!important;
        color: #666666;
        }
    .event-time{
        text-align: left;
        font: normal normal normal 14px/18px Work Sans;
        color: #999999;
		font-weight:bold;
        padding-bottom:0.5rem;
    }
    .event-date-month{
    text-align: center;
    font: normal normal normal 18px/22px Work Sans;
    color: #707070;
    text-transform: uppercase;
    }
    .event-date-day{
        text-align: center;
        font: normal normal normal 24px/32px Work Sans;
        color: #333333;
    }
    h3.title-green{
        text-align: left;
        font: normal normal normal 28px/36px Playfair Display;
        color: #789F85;
    }
    .border-green{
    border: 1px solid #D0D0D0;
    }
    .no-border{
        border:0;
    }
    a.btn-white{
        background-color: #FFFFFF;
        border-radius: 50% !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 2.5rem;
        height: 2.5rem;
        margin: 0 0.4rem;
    }
    .btn-group.abs{
        position:absolute;
        right: 1rem;
        bottom: 1rem;
    }
    .abs2{
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: left;
        font-size: 1.5rem;
        color:#B5A264;
        padding: 5px;
    }
    .media-btn a ion-icon{
        font-size:18px !important;
        color:#B5A264;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 50%;
        transform: translate(-50%, -50%);
        display: block;
        }
    .media-btn a:hover ion-icon{
        font-size:18px;
        color:#C6A45A;
    }
    .media-btn a ion-icon.disabled{
        opacity:0.5;
        cursor:default;
        }
    .highlight{
        border-bottom: 2px dashed #789F85;
    }
    .btn-border{
        box-shadow: 0px 3px 6px #00000029;
        border: 2px solid #789F85;
        border-radius: 4px; 
        text-align: center;
        font: normal normal bold 14px/18px Work Sans;
        color: #FFFFFF;
    }
    .btn-border:hover{
        background: #789F85 0% 0% no-repeat padding-box;
        color: #FFFFFF;
    }
    .relative{
        position:relative;
    }
    .title-page-italic{
        text-align: center;
        font: italic normal normal 36px/36px Playfair Display;
        letter-spacing: 0px;
        color: #C6A45A;
    }
    .small-ul{
        text-align: center;
        font: normal normal normal 12px/12px Work Sans;;
        color: #333333;
		padding-bottom: 3px;
        border-bottom:2px solid #B5A264;
    }
    .sub-line {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 45px;
        left: 0px;
        content: "";
        border-bottom: 1px solid #707070;
        z-index: -1;
    }
    .sub-text{
        background-color:#FFFFFF;
        text-align: center;
        font: normal normal normal 21px/24px Playfair Display;
        color: #707070;
        padding: 0 1.5rem;
        display: inline-block;
        margin: 0 auto;
        z-index: 1;
        position: relative;
    }
    #eventRequest label, #volunteerRequest label, #joinRequest label, #recipeSubmission label{
        font: normal normal bold 16px/16px  Work Sans;
        letter-spacing: 0px;
        color: #333333;
        opacity: 1;
    }
    #donation_form label{
        font: normal normal bold 14px/16px  Work Sans;
        letter-spacing: 0px;
        color: #333333;
    }
    #eventRequest .form-control::placeholder { 
        opacity: 0.8; 
        font: normal normal normal 14px/14px  Work Sans;
}
#donation_form h6{
    font-size:16px;
}
#donation_form h5.more{
padding: 2rem 0rem 0.5rem 0rem;
font: normal normal normal 18px/21px Playfair Display;
}
.boxh200{
    height:200px;
}
.boxh400{
    height:400px;
}
.scroll {
    color: #fff;
    margin-top: 100px
}
.rounded1 {
    border-radius: 0 1rem 0 1rem!important;
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    background-color: #000000AA;
    text-align:  center; 
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background-color: hsla(5, 76%, 62%, .8);
    border-radius: 50%;
    padding-top: 10px;
}
.btn-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.btn-container  button {
   flex-grow: 1; 
}	

#donation_form .projecttitle{
    display:none;
}

.wizard > .steps .current-info, .wizard > .steps .number {
  display: none; }

.steps .current-info, .wizard > .steps .number {
  display: none; }

.wizard > .steps .current-info, .wizard > .steps .number {
  display: none; }

#wizard {
/*height: 100%;
min-height: 100%;*/
  background: #fff;
  padding:20px; }
/*.closefx{
    position: fixed;
    top: 10px;
    z-index: 3;
    right: 10px;
	
}
.steps {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #FFFFFF;
    z-index: 2;
    padding: 1.5rem 0 1.5rem 1.5rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
  
   }*/
   .steps {
    padding: 0 0 1.5rem 1.5rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
   }
   
  .steps ul:before {
	  width: 65%!important;
      font-size: 22px;
      color: #333;
      top: -38px;
      /*position: absolute;*/ 
	  text-align: left;
	  font: normal normal bold 18px/24px Work Sans;
  	  color: #4F7353;
  }
  .steps ul {
	  top:15px;
list-style-type: none;
  margin: 0;
  padding: 0 0 10px 0;
    display: flex;
    position: relative;
	width:100%!important}
    .steps ul li {
      width: 5%;
      margin-right: 10px;
      margin-top:4px;}
      .steps ul li a {
        display: inline-block;
        width: 100%;
        height: 7px;
        background: #e6e6e6;
        border-radius: 3.5px; }
      .steps ul li.first a, .steps ul li.checked a {
        background: #82B593;
        transition: all 0.5s ease;
		 }
		  .steps ul li.disabled a {
        background: #e6e6e6!important;
        cursor: default;
		 }
  .steps ul li a, .steps ul li.first a, .steps ul li.checked a{
	   outline:none !important;
	box-shadow:0 !important;
  }
/*.actions{	  
display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0!important;
    background-color: #FFFFFF;
    z-index: 2;
    padding: 1.5rem;
}*/
.actions{
    border-top: 1px solid #e9ecef;
    background-color: #FFFFFF;
    padding: 1.5rem;
}
.actions ul{
	list-style-type: none;
	width:50%;
	margin:0 0 0.3rem 0;
	padding:0;
	float: right;
}

.actions ul li{
	width:	65%;
	display: inline-block;
	text-align:center;
}
.actions ul li:first-child{
width: 35%!important;
}

.actions > .msg_fb{
	clear: both;
}

.actions li:first-child a {
	color: #69847290;
	background: transparent 0% 0% no-repeat padding-box;
    border-radius: 4px;
    border: 1px solid #69847280!important;
    margin: 1px;
}
.actions li[aria-disabled="true"] a {
    display: none;
}

.actions li a {
	  border-radius: 4px;
    border: 1px solid #698472!important;
    padding: 0;
	 margin: 1px;
    border: none;
    display: block;
   color:#FFFFFF;
    align-items: center;
    background: #698472;
    cursor: pointer;
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: .5rem;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	text-decoration: none;
	text-transform: uppercase;
	 font: normal normal bold 14px/18px Work Sans;
}
	  
	 @-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

/* Small devices landscape phones, 576px and up*/
@media (min-width: 576px) { 
	.navbar-nav .dropdown-menu {
    font: normal normal normal 14px/14px Work Sans;
    text-align: center;
    font-size:0.9rem;
	} 
    .jumbotron{
    padding-top: 35%; 
    }
	
 }
 @media (max-width: 425px){ 

 .pr-5, .px-5, .p-5{
	padding-right:1.2rem !important;	
}
.pl-5, .px-5, .p-5{
	padding-left:1.2rem !important;	
}
.pt-5, .py-5, .p-5{
	padding-top:1.2rem !important;	
}
.pb-5, .py-5, .p-5{
	padding-bottom:1.2rem !important;
}
.mr-5, .mx-5, .m-5{
	margin-right:1.2rem !important;	
}
.ml-5, .mx-5, .m-5{
	margin-left:1.2rem !important;	
}
.mt-5, .my-5, .m-5{
	margin-top:1.2rem !important;	
}
.mb-5, .my-5, .m-5{
	margin-bottom:1.2rem !important;
}
h5.event-title {
    font: normal normal bold 14px/18px Work Sans;
}
.event-card .card-body {
    padding:0.5rem;
    position: relative;
}
nav.navbar .btn-gold{
    display:none;
}
.logo-title {
    font-size: 36px!important;
    margin-left: 10px;
}
.jumbohome p {
    text-align: center;
    font: normal normal bold 26px/36px Playfair Display;
}
.form-signup .form-row .form-group{
    margin-bottom:10px!important
}
.copy ul li{
    text-align:center;
    display: block;
}
.copy .small{
    text-align: center !important;
}
}

 @media (min-width: 320px) and  (max-width: 768px){ 
 .img-logo{
	margin-right: 2px;	
	max-height: 50px;	
	}
	a.btn-gold, button.btn-gold {
    font: normal normal normal 12px/18px Work Sans;
	}
	
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}
.navbar-brand {
	margin-right: 0.2rem!important;
}
.navbar.pl-4{
 	padding-left: 0.5rem!important;
	padding-right: 0.5rem!important;
}
  .logo-title{
    font-size: 32px;
 }
 .text-main{
 
    font: normal normal normal 16px/24px Playfair Display;
}
.title-page {
    font: normal normal bold 21px/32px Playfair Display;
}
.intro-page, .intro-page2 {
    text-align: left;
    font: italic normal normal 18px/28px Playfair Display;
    color: #333333;
    margin: 1.2rem 0;
}
.intro-pageh {
    font: italic normal normal 18px/28px Playfair Display;

}
.px-5{
            padding-right: 0.5rem!important;
			 padding-left: 0.5rem!important;
        }
.intro-page.pt-5{
 padding-top: 0.5rem!important;
}

h3.title-green {
    font: normal normal bold 21px/28px Playfair Display;
}
.mbe-4{
	margin-bottom: 1rem;
}
.actions ul{
	width: 100%;
}
.actions ul li{
	width:	65%;
	display: inline-block;
	text-align:center;
}
.actions ul li:first-child{
width: 35%!important;
}
.steps ul:before {
    position: absolute;
    left: 0;
    top: -40px;
    right: 0;
	width: 100%!important;
 }
 }
  @media (min-width: 768px) and  (max-width: 992px){ 
 .title-page {
    font: normal normal bold 21px/32px Playfair Display;
}
.intro-page, .intro-page2,.intro-pageh {
    text-align: left;
    font: italic normal normal 18px/28px Playfair Display;
    color: #333333;
    margin: 1.2rem 0;
}

.px-5{
            padding-right: 0.5rem!important;
			 padding-left: 0.5rem!important;
        }
.intro-page.pt-5{
 padding-top: 0.5rem!important;
}
h3.title-green {
    font: normal normal bold 21px/28px Playfair Display;
}
  }

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
 
	.navbar-nav .dropdown-menu {
    font: normal normal normal 14px/14px Work Sans;
	} 
   
    .jumbotron{
        padding-top: 20%; 
        }
        .pl-5, .px-5{
            padding-left: 2rem!important;
        }
        .pr-5, .px-5{
            padding-right: 2rem!important;
        }
        .title-page {
            font: normal normal bold 38px/46px Playfair Display;
        }
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
   .navbar-nav .dropdown-item{
    text-align: left;
	padding: .25rem 1.5rem;
	font: normal normal normal 14px/14px Work Sans;
	}
	.navbar-nav .dropdown-menu {
    background-color: #FFF;
    box-shadow:0px 1px 3px #00000029!important
	} 
   .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 0.3rem;
            padding-left: 0.3rem;
            font-size: 11px;
        }
        .navbar{
            height: 75px;
        }
        .navbar-expand-md .navbar-nav .nav-link {
            padding-right: 0.8rem;
            padding-left: 0.8rem;
            font-size: 14px;
        }
        a.nav-link.active:before{
            content: ""; 
            display: block; 
            border-bottom:1px solid #C6A45A;
            bottom: 10%;
            left: 30%;
            right: 30%;
            position: absolute;
        }
		.nav-item{
		border-bottom: none;	
		}
       
        .jumbotron{
            padding-bottom: 100px!important; 
            padding-left:100px;
            padding-right:100px;
            }
            #jhome .jumbotron {
                background: url(../img/jt-home@2x.jpg);
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-position: center  top;
                background-size:cover;
                }
                #jhistory .jumbotron {
                background: url(../img/jt-history@2x.jpg);
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-position: center  center;
                background-size:cover;
                }
                #jowners .jumbotron {
                background: url(../img/jt-owners@2x.jpg);
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-position: center  bottom;
                background-size:cover;
                }
                #jestate .jumbotron {
                background: url(../img/jt-estate@2x.jpg);
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-position: center  65px;
                background-size:cover;
                }
                #jevents .jumbotron {
                background: url(../img/jt-events@2x.jpg);
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-position: center  center;
                background-size:cover;
                }
                #jvenue .jumbotron {
                background: url(../img/jt-venue@2x.jpg);
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-position: center  center;
                background-size:cover;
                }
                #jdonate .jumbotron {
                background: url(../img/jt-donate@2x.jpg);
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-position: center  bottom;
                background-size:cover;
                }
 }
 @media (min-width: 992px) and  (max-width: 1440px){ 
.offwhitebox img, .whitebox img{
	margin: auto;
    /*width: 100%;*/
}
.d-mm-hidden{
display:none!important;
}
.title-page {
    font: normal normal bold 26px/32px Playfair Display;
}
.intro-page, .intro-page2{
    text-align: left;
    font: italic normal normal 18px/28px Playfair Display;
    color: #333333;
    margin: 1.2rem 0;
}
.intro-pageh {
    text-align: left;
    font: italic normal normal 24px/42px Playfair Display !important;
    color: #333333;
    margin: 1.2rem 0;
}
.pr-5, .px-5, .p-5{
	padding-right:1.2rem !important;	
}
.pl-5, .px-5, .p-5{
	padding-left:1.2rem !important;	
}
.pt-5, .py-5, .p-5{
	padding-top:1.2rem !important;	
}
.pb-5, .py-5, .p-5{
	padding-bottom:1.2rem !important;
}
.mr-5, .mx-5, .m-5{
	margin-right:1.2rem !important;	
}
.ml-5, .mx-5, .m-5{
	margin-left:1.2rem !important;	
}
.mt-5, .my-5, .m-5{
	margin-top:1.2rem !important;	
}
.mb-5, .my-5, .m-5{
	margin-bottom:1.2rem !important;
}
 }

 @media (max-width: 994px){ 
     
.btn-square label{
	width: 30%;
	max-width:250px;
}
.modal-scrollable .inner-container{
	padding-left: .10rem;
	padding-right: .10em;
 }
 .modal{
    min-width: 100% !important;
    margin: 0 !important;
}

 /*.modal .modal-content {
   min-height: 100vh !important;
}*/

#galleryModal .modal-header .modal-title, #videoModal  .modal-header .modal-title{
    font-size:18px!important
}

.modal .modal-dialog {
    min-width: 100% !important;
    margin: 0 !important;
}
.modal .modal-footer{
    position: fixed;
    bottom:0;
    left:0;
    right:0;
}
 }

 @media (min-width: 500px) and (max-width: 994px){ 
    .modal .modal-content.mrounded{

        min-height:500px!important;
        max-height:500px!important;
    }
 }

 @media (min-width: 992px) and  (max-width: 1140px){ 
.nav-item {
    min-width: 70px;
    text-align: center;
    font: normal normal normal 12px/18px Work Sans!important;
	padding-right: 0.3rem;
    	padding-left: 0.3rem;
	
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .3rem;
    padding-left: .3rem;
}
.dropdown.langpicker{
	margin-left: 1rem !important;
}
 }
 @media (min-width:1141px) and  (max-width: 1691px){ 
    .nav-item {
        min-width: 80px;
        text-align: center;
        font: normal normal normal 14px/18px Work Sans!important;
		padding-right: 0.5rem;
    	padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .6rem;
        padding-left: .6rem;
    }
    .dropdown.langpicker{
        margin-left: 0.6rem !important;
    }
     }
     
     @media (min-width: 1440px) { 
     
        .jumbotron {
            height: 800px;
            overflow: hidden;
        }
       
     }

 @media (min-width: 1440px) { 
 
    .jumbotron {
        height: 800px;
        overflow: hidden;
    }
    .dropdown.langpicker {
        margin-left: 0.6rem !important;
    }
   
 }
 @media (min-width:1691px) and  (max-width: 2560px){ 
    .nav-item {
        min-width: 150px;
        text-align: center;
        font: normal normal normal 14px/18px Work Sans!important;
		padding-right: 1rem;
    	padding-left: 1rem;
    }
   
 }
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1440px) { 
	  .logo-title{
            font-size: 54px;
        }
 }
 
@media (min-width: 2560px) { 
  .nav-item {
        min-width: 170px;
        text-align: center;
        font: normal normal normal 14px/18px Work Sans!important;
		padding-right: 1rem;
    	padding-left: 1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
     padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
	 font-size: 16px;
	}
	 .navbar-expand-lg .navbar-nav .nav-item.btn-whitegold {
    margin-left: 2.4rem !important;
	 font-size: 16px;
	}
    .dropdown.langpicker {
        margin-left: 0.6rem !important;
    }
}
@media (max-width: 499px) { 
    .modal .modal-content.mrounded{
    min-height: 350px!important;
    max-height: 350px!important;
   border-width: 5px;;
    width:350px!important;
   
}


}
