@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('../webfonts/PlayfairDisplay-Bold.woff2') format('woff2'),
         url('../webfonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'elephantregular';
    src: url('../webfonts/elephant-webfont.woff2') format('woff2'),
         url('../webfonts/elephant-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Epilogue-Regular';
  src: url('../webfonts/Epilogue-Regular.woff2') format('woff2'),
       url('../webfonts/Epilogue-Regular.woff') format('woff'),
       url('../webfonts/Epilogue-Regular.ttf')  format('truetype');
}


body {
    font-family: 'Epilogue-Regular';
    /* background-color: #ffffff; */
    background: url(/wp-content/uploads/2021/09/cfcf-bg-4.png) fixed bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
}

h1,h2,h3,h4 {
    font-family: 'elephantregular';	
}

.category h1  {
    visibility: hidden;
}

.category h1 .page-description {
    visibility: visible;
	font-family: 'elephantregular';
	color: #000000;
}

h1 {
    font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
    margin-bottom: 0px;
}

a,a:hover {
	text-decoration: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;		
}

.popdon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #7dbbe0;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    text-align: center;
    color: #ffffff;
	z-index: 30;
}

p {
    font-size: 15px;
}

small {
    font-size: 14px;
}

.hheight {
    height: 65vh;
}

.vheight {
    height: 100vh;
}

.bg-white {
	background: #ffffff;
}

.btn-custom.bg-white:hover {
	background: #111111;
}

.bg-grey {
	background: #eeeeee;
}

.bg-dgrey {
	background: #151515;
}

.bg-lgreen {
	background: #E4F5FF;
}

.bg-black {
	background: #000000;
}

.bg-dblue {
	background: #071628;	
}

.bg-lblue {
    background: #f8fbff;
}

.text-dblue {
	color: #071628; 
}

.text-black {
	color: #000000; 
}

.text-white {
	color: #ffffff;
}

.btn-custom {
    font-family: 'PlayfairDisplay-Bold';
    border-radius: 30px;
    width: 200px;
    font-size: 15px;
    text-transform: uppercase;
}

.section {
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.dark-overlay {
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.sec-pads {
	padding-top: 150px;
	padding-bottom: 150px;
}

.sec-pads-sm {
	padding-top: 0px;
	padding-bottom: 100px;
}

.pads {
    padding: 40px 80px;
}

.no-pads {
	padding-left: 0px;
	padding-right: 0px;
}

header {
	background: #ffffff;
    position: relative;
	width: 100%;
    top: 0;
	left: 0;
	padding: 20px 80px 20px 80px;
	z-index: 20;	
	height: 85px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;	
}

/*body.scrolled header {
	background: #ffffff;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;	
}*/

header i#mmenu {
    font-size: 35px;
    color: #ffffff;
    padding: 10px;
	display: none;
}

/*header ul {
	float: right;
}*/

header ul li a {
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	border-bottom: 3px solid transparent;	
	padding-bottom: 24px;
}

header ul li a.active,header ul li a:hover,header ul li a.highlight {
	color: #000000;
	border-bottom-color: #1E88C9;
}


li.nav-item.log-cont {
    margin-left: 0px;
}

li.nav-item.log-cont a {
    float: left;
    margin-left: 10px;
}

header img {
    opacity: 1;	
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;		
}

#breadcrumbs a {
	color: #333333;
	font-size: 13px;
}

#breadcrumbs a:hover,.breadcrumb_last {
	color: #1E88C9;
}

.wrapper {
	margin-top: 150px;
}

.single .wrapper, .page .wrapper {
    margin-top: 130px;
}

header .logo img {
    width: 50px;
}

header .btn-custom {
    margin-top: 5px;
	width: auto;
}

nav ul li {
    margin-right: 5px;
    margin-left: 5px;
}

nav ul li.dropdown img {
    border: 2px solid #fff;
    width: 40px;
}

nav ul li a.dropdown-item {
    font-size: 12px;
}

/*nav ul li .dropdown-menu {
    margin-top: 15px;
}

#hright {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;	
}*/

.img-top {
    margin-top: 100px;
}

.col-pads {
    padding: 60px;
}

.col-pads-tb {
    padding-top: 60px;
	padding-bottom: 60px;
}

#phero h1 {
    margin-top: 130px;
}

#phero .dark-overlay {
	z-index: 0;
}

#herocont {
    position: absolute;
    top: 20%;
    width: 100%;
    z-index: 2;
    margin: 0 auto;
	overflow: hidden;
}

#lncarousel .item {
	padding: 25px;
    border-radius: 30px;
    background: #ebffe8;
}

#herocont p {
    margin-top: 20px;
}

.heading-sm {
	font-size: 20px;
	margin-bottom: 40px;
}

.spost-cont h1 {
    margin-top: 100px;
}

.mortgage-calculator__card.card-result {
    padding-top: 30px;
}

.dticont span {
    font-family: 'montserratmedium';
    font-size: 1.813em;
}

.search .col-cont,.archive .col-cont {
    margin-bottom: 20px;
}

.search h1,.archive h1 {
    margin-bottom: 40px;
}

h1 span {
    color: #1e88c9;
}

.dticont {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 15px solid rgb(121, 145, 217);
    padding-top: 40px;
    margin: 0 auto 30px auto;
}

.dticont p {
	font-family: 'montserratmedium';
	margin-bottom: 0px;
}

.card-result .table td {
    font-family: 'montserratlight';   
    font-size: 16px; 
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #e0e0e0;
}

.card-result .table td span {
    font-weight: 600;
    font-size: 1rem;
}

.card-result .table td:nth-child(2) {
    text-align: right;
}

/*#hero {
	padding-top: 150px;	
	padding-bottom: 150px;		
}*/

#hero video {
    position: fixed;
	top: 0;
}

.home #hero .container {
	position: relative;
	z-index: 2;
}

.col-row {
    margin-top: 20px;
	padding: 30px 20px 30px 20px;
	border-radius: 20px;
}

.page-pg #hero {
    padding-bottom: 0px;
}

.col-mb {
    margin-bottom: 20px;
	font-size: 18px;
}

.col-mb hr {
    width: 100%;
    float: left;
}

.single .section img {
	border-radius: 30px;
}

.col-mid {
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

#profilecont img {
    border: 3px solid #ffffff;
	width: 130px;
}

#hero h1 {
    font-size: 40px;
}

.profile-pg #hero h1,.page-pg #hero h1 {
    font-size: 30px;
}

#hero p {
    font-size: 15px;
}

#hero a,.text-link {
	font-size: 16px;
	color: #000000;
	border-bottom: 3px solid #1E88C9;;
}

#pagecont small {
	margin-bottom: 20px;
	display: block;
}

#pagecont h2 strong {
    font-size: 20px;
}

.col-cont {
    /* border: 1px solid #cccccc; */
    padding: 40px;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.2);
}

.section.sec-top {
    padding-top: 60px;
}

#amenities img {
    border-radius: 20px;
    border: 5px solid #ffffff;
	height: 200px;
}

.single #amenities #amenselthumb img {
	height: 150px;
}

.single #amenities #amenselbg img {
    border-radius: 0px;
	height: auto;
	border: 0px;
}

#amenities .modal img {
	height: auto;
}

.single #amenities h2 {
	margin-bottom: 40px;
}

#news {
    margin-top: -115px;
}

#news h2, #flagship h2 {
    margin-bottom: 40px;
}

#news img {
    border-radius: 20px;
}

#properties,#page404 {
    z-index: 2;
}

#properties .container,#page404 .container {
    margin-top: -200px;
}

.single .section .card-columns img {
    border-radius: 30px 30px 0px 0px;
}

#awards .item {
    height: 350px;
    width: 100%;
    background-size: cover!important;
    border-radius: 30px;
}

.cat-cont {
	background: #000000;
    color: #ffffff;
    border-radius: 20px;
    font-size: 10px;
    text-transform: uppercase;
    padding: 3px;
    width: 75px;
    display: block;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 25px;
}

.col-desc p {
    font-size: 15px;
    margin-top: 10px;
}

.col-desc a {
    color: #333333;
}

.col-desc a:hover {
    text-decoration: none;
}

.col-desc h3 {
    margin-top: 20px;
}

.col-desc small {
    font-size: 12px;
    font-weight: 600;
}

.all-col .col-12:nth-child(1){
	display: none;
}

.all-col h3 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 0px;
    overflow: hidden;
    height: 65px;	
}

ul#llinks li {
    list-style: none;
    font-size: 18px;
}

ul#llinks li a {
    color: #aaaaaa;
}

ul#llinks li a:hover,ul#llinks li a:focus,ul#llinks li a.active {
    color: #ffffff;	
    font-weight: bold;
    text-decoration: none;
}

#awards img {
    border-radius: 20px;
}

#pills-tab .nav-link {
	font-family: 'Roboto-Light';
	font-size: 22px;
    padding: 20px;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	transition: 3s;	
}

#pills-tab .nav-link:hover,#pills-tab .nav-link.active {
	font-family: 'Roboto-Regular';
	-webkit-transition: 3s;
	-moz-transition: 3s;
	transition: 3s;	
}

#pills-tab .nav-link.active::after,#create .nav-link:hover::after { 
	content:'';
	position:absolute;
	bottom:-5px;
	left:0;
	right:0;
	background:#ff8d06;
	height:10px;
	border-radius:10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;	
}

#pills-products img {
    margin-bottom: -100px;
}

#pills-class .owl-carousel,#pills-products img, #pills-tickets .col-md-4 {
	margin-top: 40px;
}

#pgtabs #pills-tab {
    margin-top: -73px;
}

#pills-single-trans .form-group {
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 20px;
}

.mac-float {
    margin-top: -295px;
}

.mac-float img {
    position: relative;
    z-index: 2;
    width: 445px;
}

.p-cont {
    font-family: 'Roboto-Regular';		
    font-size: 25px;
}

.scont span {
    font-family: 'Roboto-Regular';	
    background: #ff8d06;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 30px;
}

.row-cont {
    margin-bottom: 100px;
}

.org-title {
	margin-bottom: 10px;
}

.org-name {
    margin-top: 10px;
    display: block;
}

.org-img {
    border-radius: 50%;
}

#subfoot h2 {
    text-transform: none;
}

footer.section {
	padding-top: 60px;
	padding-bottom: 20px
}

footer p, footer a {
    font-size: 14px;
	color: #000000;
}

footer a {
	text-transform: uppercase;
}

footer img {
    margin-bottom: 20px;
}

footer ul.nav {
    display: inline-flex;
}

footer a:hover {
	text-decoration: none;
}

footer a.btn-custom:hover {
	color: #000000;
}

footer .app-cont img {
    width: 150px;
    margin-top: 10px;
}

footer .copyr-cont {
    margin-top: 20px;
	font-size: 12px;
}

footer .copyr-cont a {
	text-transform: normal;
}

footer i {
    font-size: 20px;
    margin-right: 10px;
    margin-bottom: 20px;
}

footer h4 {
    margin-bottom: 5px;
}

#announcement .modal-body {
    padding: 0;
}

#announcement .modal-body img {
    border-radius: 20px 20px 0px 0px;
    margin-bottom: 40px;
}

#announcement .modal-body p {
    padding: 0px 20px 0px 20px;
}

/* Overrides */

.page-id-995 .col-mb h3 {
	display: inline;
}

.page-id-996 #donate {
    margin-top: -130px;
}

.page-id-996 #donate .heading-sm {
	display: none;
}

input[type="tel"],input[type="number"] {
	border-radius: 10px;
}

.page-id-99 input[type="tel"],.page-id-99 input[type="number"] {
    padding: 20px;
}

.form__label-container--pseudo-content::after {
    top: 2.3em;
    font-size: 15px;
}

ul li {
    font-size: 15px;
}

hr {
    background-color: #eeeeee;
}

textarea.form-control {
    height: 100px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea.form-control {
    border-radius: 30px!important;
    margin-top: 5px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
    height: 40px;
}

input#mailpoetsignup-347 {
    margin-right: 10px;
}

.wpcf7-list-item {
    width: 100%;
}

form label {
    font-size: 17px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #2eb715;
    border-radius: 10px;
    font-size: 17px;
    padding: 15px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 2px solid #ff0000;
    border-radius: 10px;
    font-size: 17px;
    padding: 15px;
}

.wpcf7-not-valid-tip {
    font-size: 15px;
    margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-submit,input.search-submit {
    background: #00a7ba;
    border-radius: 30px;
    padding: 15px;
    width: 200px;
    font-size: 15px;
    text-transform: uppercase;	
	color: #ffffff;
}

input.search-submit {
    padding: 10px;
}

form.search-form label {
    margin-bottom: 0;
}

input.wpcf7-form-control.wpcf7-submit:hover,.calculator-btn:hover {
    background: #00a7ba;
	color: #ffffff;
}

h1:not(.site-title):before, h2:before {
	display: none;
}

.btn-sm {
	border-radius: 20px;
}

.page-item.active .page-link,.page-item:hover .page-link {
    background: #ff8d06;
    border-color: transparent;
    color: #ffffff;
}

.page-item .page-link {
    color: #333333;
}

nav ul.pagination li {
    margin-left: 0px;
    margin-right: 0pc;
}

.table th {
	font-family: 'Roboto-Regular';
}

.table td,.pagination {
	font-family: 'Roboto-Light';
}

.table thead th {
    border-top: 0px;
}

.table th span {
    font-family: 'Roboto-Light';
    font-size: 12px;
}

.table-hover th,.table-hover td {
	cursor: pointer;
}

.modal {
  overflow-y:auto;
}

#applynow .modal-body {
    padding: 0;
    border-radius: 30px 30px 30px 30px;
    background: #19274c;
    color: #ffffff;
}

#applynow .modal-body img {
    border-radius: 30px 30px 0px 0px;
}

#applynow .modal-body .pads {
    padding: 30px;
}

#awards .nav.nav-tabs li a:hover {
    border: 0px;
    border-color: transparent;
    border-bottom: 5px solid #ffffff;
    color: #ffffff;
}


.container-fluid {
	max-width: 100%;
}

.accordion .card {
    border-radius: 30px 30px 30px 30px!important;
    margin-bottom: 20px;
}

.accordion .card-header {
    background-color: transparent;
    border-bottom: 0px;
	padding: 0px;
}

.accordion .card-header button {
    padding: 20px 30px 20px 30px;
    color: #333333;
    background: #000000;
    color: #ffffff;
    border-radius: 30px 30px 0px 0px; 
	font-size: 20px;
}

.accordion .card-header span.badge {
    background: #000000;
    border-radius: 50%;
    color: #ffffff;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
	padding-top: 8px;
}

.accordion .card-header button.collapsed {
    background: #ffffff;
    color: #333333;
    border-radius: 30px 30px 30px 30px;
}

.accordion .card-header button:hover,.accordion .card-header button:focus {
	text-decoration: none;
}

.accordion .card-body {
	font-family: 'Roboto-Light';
    padding: 30px;
}

.accordion#accordionFaq .card {
    box-shadow: none;
    border-radius: 0px 0px 0px 0px!important;
    border-bottom: 1px solid #eeeeee;
}

.accordion#accordionFaq .card-header button {
    background: transparent;
    color: #333333;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid #eeeeee;
    padding: 0px 0px 20px 0px;
}

.accordion#accordionFaq .card-body {
    padding: 30px 0px 30px 0px;
}

.dropdown-menu {
    box-shadow: 0px 5px 20px -10px rgba(0,0,0,0.3);
}

.dropdown-menu a {
    margin-top: 5px;
    margin-bottom: 5px
 }

.dropdown-menu a:hover,.dropdown-menu a:focus {
    background: transparent;
    color: #1E88C9;
 }

#amenities .modal-body,#awards .modal-body,.modal-media .modal-body {
    padding: 0px;
}

#amenities .nav.nav-tabs {
    display: block;
    border-bottom: 0px;
}

#amenities .nav.nav-tabs li a,#amenities .nav.nav-tabs li a.active {
    background: transparent;
    border: 0;
    color: #ffffff;
    padding-bottom: 5px;
    padding-top: 5px;
}

#amenities .nav.nav-tabs li a:hover, #amenities .nav.nav-tabs li a.active {
	font-weight: 600;
}

#awards {
    margin-top: -100px;
}

#awards .nav.nav-tabs {
    margin: 0 auto;
    border-bottom: 0px;    
}

#awards .nav.nav-tabs ul a, #awards .nav.nav-tabs li a.active {
    background: transparent;
    border: 0;
}

#awards .nav.nav-tabs ul a {
    border-bottom: 2px solid transparent;
}


#awards .nav.nav-tabs li a.active {
    border-bottom: 5px solid #ffffff;
    color: #ffffff;
}

#awards .nav.nav-tabs li a {
    color: #c5c5c5;
}

#awardstab {
    padding: 40px;
}

.modal-content {
    border-radius: 30px;
    border: 0px;
    background: transparent;
}

.modal-content #pills-tab.nav {
    margin-top: -20px;
}

.modal-content .tab-content {
    padding-top: 20px;
	padding-bottom: 20px;
    border-top: 1px solid #cccccc;
}

.modal-content a {
    font-family: 'Roboto-Regular';		
}

.modal-content .slog-cont i {
    font-size: 20px;
}

.modal-content .slog-cont a {
	margin-left: 5px;
    margin-right: 5px;
    background: #333333;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 8px 10px;
    display: inline-block;
    color: #ffffff;
}

.modal-header {
    border-radius: 30px 30px 0px 0px;
    border: 0px;
    padding: 20px 40px 20px 40px;
    background: #000000;
    color: #ffffff;
}

.modal-header h5 {
	font-family: 'Roboto-Bold';		
}

.modal-body {
    background: #ffffff;
    padding: 40px 40px 20px 40px;
	border-radius: 20px;
}

.modal ul {
    padding-left: 0px;
}

.modal ul li {
    list-style: none;
}

#galphoto .modal-body {
	border-radius: 30px;
	padding: 10px;
}

#amenities .modal-body img,#awards .modal-body img,.modal-media .modal-body img,.modal-media .modal-body iframe,.modal-media .modal-body {
    border-radius: 0px 0px 30px 30px;
	border: 0;
}

.modal-body iframe {
	margin-bottom: 0px;
}

#media {
    margin-top: 100px;
}

#media h2 {
    margin-bottom: 50px;
}

#addpayment .modal-body {
    border-radius: 0px 0px 30px 30px;
    padding-bottom: 40px;
}

.modal-media .modal-body {
	background: transparent;
}

.modal-footer {
    display: block;
    padding-top: 30px;
    border-radius: 0px 0px 30px 30px;
}

button.close {
	position: absolute;
    right: 10px;
    top: 10px;
    background: #ffffff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    opacity: 1;
    padding: 0!important;
    margin: 0px!important;
	z-index: 2;
}

button.close i {
    margin-left: 1px;
}

.form-control {
    border-radius: 10px!important;
    /*padding: 20px;*/
}

select, input {
    font-family: 'Roboto-Regular';		
}

.card {
    border-radius: 30px;
	margin-bottom: 50px;
}

.card .card-img img {
    border-radius: 20px 20px 0px 0px;
	/*height: 200px;*/	
}

.card .card-body h3 {
    height: 45px;
    overflow: hidden;
}

.card .card-footer {
    border-radius: 0px 0px 20px 20px;
	font-size: 15px;
}

#pills-tickets .card-body {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*.tab-content {
    padding-top: 100px;
	padding-bottom: 100px;
}

.tab-content p {
    margin-bottom: 80px;
}*/

.card {
    border: 0px;
    box-shadow: 0px 5px 30px -10px rgba(0,0,0,0.3);
}

.card-body h3 {
    height: 50px;
    overflow: hidden;
}

form .card-body h3,.org-pg .card-body h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
}

#pills-messages .card-body h3 span {
    font-family: 'Roboto-Light';
}

form .card-body input,form .card-body select {
	font-family: 'Roboto-Light';
}

.card-body p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.action-cont a {
    margin-right: 10px;
    margin-top: 20px;
}

#subsel.owl-carousel {
	margin-top: 80px;
}

#herosel.owl-carousel {
	margin-top: 0px;
}

.reg-btn i,.log-btn i {
    display: none;
}

/*#bannersel #vidcont {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}*/

#subsection {
    margin-top: -200px;
    z-index: 3;
}

/*.owl-stage-outer {
    padding-bottom: 40px;
}*/

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #27a7c0;
}

#herosel .owl-dots .owl-dot,#amenities .owl-dots .owl-dot {
    margin: 0;
}

#herosel .owl-dots .owl-dot span,#amenities .owl-dots .owl-dot span,#awards .owl-dots .owl-dot span {
    border: 0;
    margin-left: 5px;
    margin-right: 5px;
}

#subsel .owl-dots .owl-dot span {
    border: 0;
    margin-left: 0;
    margin-right: 0;	
}

#subsel .owl-dots {
	margin-top: 20px;	
}

#amenities .owl-nav {
	display: block!important;
}

#amenities #amenselbg .owl-nav {
	display: none!important;
}

#amenbottombg {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    width: 100%;
    position: absolute;
    bottom: -42px;
    z-index: 1;
    height: 270px;	
}

#amenselthumb {
    margin-top: -225px;
}

#amenselthumb a {
    font-size: 18px;
} 

.card-body h3 a {
    color: #000000;
}

.card-body h3 a:hover {
    text-decoration: none;
}

.owl-theme .owl-nav .owl-prev,.owl-theme .owl-nav .owl-next,.owl-theme .owl-nav .owl-prev:hover,.owl-theme .owl-nav .owl-next:hover {
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    position: absolute;
    top: 35%;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
}

.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.owl-theme .owl-nav .owl-next {
    right: 0;
}

.owl-theme .owl-nav .owl-prev i {
    margin-top: 8px;
    display: block;
    margin-right: 3px;
}

.owl-theme .owl-nav .owl-next i {
    margin-top: 8px;
    display: block;
    margin-left: 3px;
}

.owl-carousel .owl-stage {
    z-index: 2;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}

#logswitch .btn.log-link i {
	display: none;
}

.search-cont {
    font-size: 15px;
    margin-top: 10px;
}

#search input.search-submit {
    margin-top: 10px;
    width: 245px;
}

#search .modal-body {
    border-radius: 0px 0px 30px 30px;
}

#html5-watermark {
    display: none;
}

#mailpoet_form_1 form.mailpoet_form {
    padding: 30px!important;
    background: #ffffff!important;
    border-radius: 30px!important;	
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.2);
}

.mob {
	display: none;
}

@media (min-width: 1920px) {

	
}

@media (max-width: 1440px) {
	#hero .img-top {
		padding-top: 100px;
	}	
}

@media (max-width: 1359px) {
	
	.home #hero .img-top {
		padding-top: 0px;
	}
	
	header #logswitch {
		right: 50px;
	}	
	
	.page #hero .img-top {
		padding-top: 50px;
	}	
	
	header .btn-custom.create-btn {
		padding-left: 20px;
		padding-right: 20px;
	}	
	
	.mac-float {
		margin-top: -278px;
	}	
	
	.mac-float img {
		width: 415px;
	}
	
}

@media (max-width: 1024px) {
	
	#donate .col-cont {
		margin-bottom: 20px;
	}	
	
	.single .wrapper, .page .wrapper {
		margin-top: 0px;
	}	

	.desk {
		display: none;
	}	
	
	.mob {
		display: block;
	}	
	
	.btn {
		width: 100%;
	}
	
	section#hero-events,#bannersel.owl-carousel,#bannersel.owl-carousel img {
		height: auto;
		background-position: center center!important;
	}		
	
	#infocont {
		padding: 40px 20px;
		position: relative;
    	margin-top: -47px;		
	}		

	#bannersel.owl-carousel video,#bannersel.owl-carousel img {
		width: 100%;
		height: auto;		
	}		
	
	#bannersel.owl-carousel	{
		overflow: hidden;		
	}
	
	#bannersel .owl-item {
		overflow: hidden;
	}	
	
	header.container-fluid {
		padding: 0px;
	}
	
	header .logo {
		padding: 15px;
		position: fixed;
		top: 0;
		height: 85px;
		z-index: 20;
		width: 100%;
		left: 0;
		max-width: 100%;
		border-bottom: 4px solid #1e88c9;
    	background: #ffffff;
    	text-align: left!important;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;			
	}
	
	body.scrolled header .logo {
		box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;	
		left: 0;
	}
	
	header .logo img {
    	width: 190px;
    	margin-left: 15px;
	}
	
	
	header i#mmenu {
		display: block;
		font-size: 25px;
		color: #000000;
		padding: 15px 10px;	
		float: left;
	}
	
	.owl-carousel .item {
		padding-left: 25px;
		padding-right: 25px;
	}


	header ul li {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	header ul {
		display: block!important;
		float: none;		
	}
	
	header ul li a {
    	font-size: 15px;
	}

	#hright {
		position: fixed;
		left: -100%;
		width: 100%;
		top:85px;
    	margin-left: 0px!important;		
		z-index: 19;
		height: 100%;
		padding: 20px 50px 60px 50px;
		background: rgba(255,255,255,0.9);
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;		
	}	
	
	#hright.active {
		left: 0;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;		
	}
	
	#hright li.nav-item a.btn-custom {
    	display: inline-block;
	}
	
	#hero video {
    	width: auto;
    	height: 100%;
    	left: -440px;
	}
	
	#herocont {
    	background: #000000;
    	padding-top: 50px;
    	padding-bottom: 50px;
	}
	
	#herocont .col-6 img {
		margin-bottom: 20px;
	}

	#herocont .col-md-8 {
		padding-left: 60px;
		padding-right: 60px;
	}	
	
	#subsection {
		margin-top: -310px;
	}	
	
	#amenities img {
		height: auto;
	}
	
	#amenities .nav.nav-tabs {
    	display: inline-flex;
    	margin-bottom: 30px;
	}
	
	.item .dark-overlay {
		background: transparent;
	}
	
	/*#hero.page {
		background-size: 240%;
		background-position: top;
		padding-top: 50px;
		padding-bottom: 50px;
	}*/	

	#hero h1 {
		font-size: 35px;
	}

	#hero p {
		font-size: 20px;
	}

	#hero .img-top {
		padding: 60px;
	}

	#infocont h1 {
		font-size: 25px;
	}
	
	.section {
		padding: 60px 10px 60px 10px;
	}
	

	footer {
		text-align: center;
	}

	footer ul.nav {
		margin: 20px auto;
		text-align: center;
		width: 275px;
	}


	/*#pgtabs #pills-tab {
		margin-top: -64px;
	}*/	
	
	.col-pads {
		padding-right: 15px;
    	padding-left: 15px;
	}
	
	.mtt .col-row img {
    	margin-bottom: 20px;
	}

	.mtt .col-row h3, .mtt .col-row small {
		text-align: center;
		width: 100%;
		display: block;
	}
	
	#subnav ul li a {
		font-size: 13px;
	}	
	
	.search {
		width: 100%;
		margin-bottom: 0px;
	}	
	
	.card .btn-custom {
		width: 100%;
	}	
	
	#transform a {
		margin-bottom: 170px;
		display: inline-block;
	}	
	
	#profilecont {
		/* text-align: center; */
		margin-top: 0px;
	}	
	
	#infocont {
		padding: 40px 20px;
		position: relative;
    	margin-top: -47px;		
	}
	
	.page-pg #infocont {
		padding-top: 0px;
	}
	
	span.edit-badge {
		margin: -35px auto 20px;
		font-size: 20px;
		width: 40px;
		height: 40px;
	}	
	
	footer.section {
		background: #e4f5ff;
	}	
	

	
	/*#bannersel.owl-carousel	{
		height: 260px;			
	}
	
	#bannersel .owl-item {
		overflow: hidden;
		height: 210px;
	}*/		
}

@media (max-width: 767px) {
	
	input.search-submit {
		width: 100%;
		margin-top: 10px;
	}	
	
	.single #herosel.owl-carousel {
		height: auto;
	}
	
	.single #herocont {
		position: relative;
	}
	
	.spost-cont h1 {
    	margin-top: 0px;
	}
	
	.pads {
    	padding: 20px 40px;
	}
	
	.hheight {
    	height: 50vh;
	}
	
	#amenities #amenselbg,#amenities #amenbottombg {
		display: none;
	}
	
	.col-mid {
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	#amenselthumb {
		margin-top: 0px;
	}
	
	#awards .nav.nav-tabs li a.active {
		color: #000000;
	}
	
	.col-mid {
		border-left: 0px;
		border-right: 0px;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;		
	}	
	
	section#subfoot .col-md-6:nth-child(2) {
    	margin-top: 60px;
	}	
	
	.page-id-99 .col-row:nth-child(4) {
		margin-bottom: 40px;
	}	
	
	#hright ul {
		float: left;
	}
	
	#contactus {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		margin-top: -1px;
		padding-bottom: 0px;
	}

	#contactus .left-img {
		height: 500px;
		background-size: 100%!important;
		background-position: center;
		background-attachment: local!important;
	}	
	
	input.wpcf7-form-control.wpcf7-submit {
		width: 100%;
	}
	
	footer ul {
    	padding-left: 0px;
	}
	
	footer ul li {
		border-right: 0px;
	}
}

@media (max-width: 360px) {

	header #logswitch .create-btn {
		padding-top: 6px;
	}
	
	#infocont.scrolled .btn-custom {
        width: 140px;
    }
	
	.events-pg .accordion .card-header button {
		font-size: 17px;
	}	
	
	.profile-pg #hero, .page-pg #hero {
		padding-top: 115px;
	}	
}
