@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900');


/* blue button large */
.as-btn-blue-large {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #009cde;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}

.as-btn-blue-large:hover {
  	color: #fff;
  	background: #0285d2;
}

.as-btn-blue-large:focus {
  	outline: 0;
}

/* blue button medium */
.as-btn-blue-medium {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #009cde;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
}

.as-btn-blue-medium:hover {
  	color: #fff;
  	background: #0285d2;
}

.as-btn-blue-medium:focus {
  	outline: 0;
}

/* blue button small */
.as-btn-blue-small {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #009cde;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

.as-btn-blue-small:hover {
  	color: #fff;
  	background: #0285d2;
}

.as-btn-blue-small:focus {
  	outline: 0;
}

/* blue border large */
.as-btn-blueborder-large {
  	display: inline-block;
  	border: 2px solid #009cde;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: transparent;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #009cde;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}

.as-btn-blueborder-large:hover {
  	color: #fff;
  	background: #009cde;
}

.as-btn-blueborder-large:focus {
  	outline: 0;
}

/* blue border medium */
.as-btn-blueborder-medium {
  	display: inline-block;
  	border: 2px solid #009cde;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: transparent;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #009cde;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
}

.as-btn-blueborder-medium:hover {
  	color: #fff;
  	background: #009cde;
}

.as-btn-blueborder-medium:focus {
  	outline: 0;
}

/* blue border small */
.as-btn-blueborder-small {
  	display: inline-block;
  	border: 2px solid #009cde;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: transparent;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #009cde;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

.as-btn-blueborder-small:hover {
  	color: #fff;
  	background: #009cde;
}

.as-btn-blueborder-small:focus {
  	outline: 0;
}

/* orange button large */
.as-btn-orange-large {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #f7a020;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}

.as-btn-orange-large:hover {
  	color: #fff;
  	background: #ffc030;
}

.as-btn-orange-large:focus {
  	outline: 0;
}

/* orange button medium */
.as-btn-orange-medium {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #f7a020;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
}

.as-btn-orange-medium:hover {
  	color: #fff;
  	background: #ffc030;
}

.as-btn-orange-medium:focus {
  	outline: 0;
}

/* orange button small */
.as-btn-orange-small {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #f7a020;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

.as-btn-orange-small:hover {
  	color: #fff;
  	background: #ffc030;
}

.as-btn-orange-small:focus {
  	outline: 0;
}

/* orange border large */
.as-btn-orangeborder-large {
  	display: inline-block;
  	border: 2px solid #f7a020;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: transparent;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #f7a020;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}

.as-btn-orangeborder-large:hover {
  	color: #fff;
  	background: #f7a020;
}

.as-btn-orangeborder-large:focus {
  	outline: 0;
}

/* orange border medium */
.as-btn-orangeborder-medium {
  	display: inline-block;
  	border: 2px solid #f7a020;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: transparent;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #f7a020;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
}

.as-btn-orangeborder-medium:hover {
  	color: #fff;
  	background: #f7a020;
}

.as-btn-orangeborder-medium:focus {
  	outline: 0;
}

/* orange border small */
.as-btn-orangeborder-small {
  	display: inline-block;
  	border: 2px solid #f7a020;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: transparent;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #f7a020;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

.as-btn-orangeborder-small:hover {
  	color: #fff;
  	background: #f7a020;
}

.as-btn-orangeborder-small:focus {
  	outline: 0;
}

/* white button large */
.as-btn-white-large {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #fff;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #444;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}

.as-btn-white-large:hover {
  	color: #fff;
  	background: #444;
}

.as-btn-white-large:focus {
  	outline: 0;
}

/* white button medium */
.as-btn-white-medium {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #fff;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #444;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
}

.as-btn-white-medium:hover {
  	color: #fff;
  	background: #444;
}

.as-btn-white-medium:focus {
  	outline: 0;
}

/* white button small */
.as-btn-white-small {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #fff;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #444;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

.as-btn-white-small:hover {
  	color: #fff;
  	background: #444;
}

.as-btn-white-small:focus {
  	outline: 0;
}

/* white border large */
.as-btn-whiteborder-large {
  	display: inline-block;
  	border: 2px solid #fff;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: transparent;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}

.as-btn-whiteborder-large:hover {
  	color: #444;
  	background: #fff;
}

.as-btn-whiteborder-large:focus {
  	outline: 0;
}

/* white border medium */
.as-btn-whiteborder-medium {
  	display: inline-block;
  	border: 2px solid #fff;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: transparent;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
}

.as-btn-whiteborder-medium:hover {
  	color: #444;
  	background: #fff;
}

.as-btn-whiteborder-medium:focus {
  	outline: 0;
}

/* white border small */
.as-btn-whiteborder-small {
  	display: inline-block;
  	border: 2px solid #fff;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: transparent;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	vertical-align: baseline;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

.as-btn-whiteborder-small:hover {
  	color: #444;
  	background: #fff;
}

.as-btn-whiteborder-small:focus {
  	outline: 0;
}

/* navy button large */
.as-btn-navy-large {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #334455;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 10px 16px;
	font-size: 24px;
	font-weight: 300;
  	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
  	border-radius: 4px;
}

.as-btn-navy-large:hover {
  	color: #fff;
  	background: #445566;
}

.as-btn-navy-large:focus {
  	outline: 0;
}

/* navy button medium */
.as-btn-navy-medium {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #334455;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: normal;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
}

.as-btn-navy-medium:hover {
  	color: #fff;
  	background: #445566;
}

.as-btn-navy-medium:focus {
  	outline: 0;
}

/* navy button small */
.as-btn-navy-small {
  	display: inline-block;
  	border: none;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
  	background: #334455;
  	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif,Arial;
  	color: #fff;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	text-shadow: none;
  	text-transform: none;
  	white-space: nowrap;
  	-webkit-font-smoothing: antialiased;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: normal;
  	-webkit-border-radius: 0px;
  	-moz-border-radius: 0px;
  	border-radius: 0px;
}

.as-btn-navy-small:hover {
  	color: #fff;
  	background: #445566;
}

.as-btn-navy-small:focus {
  	outline: 0;
}


/* custom code added later*/

.modal.and.carousel {
  position: fixed;
  /*z-index: 10000 !important;*/
  height: auto !important;
  padding: 0;
  margin: 0;
}
.modal.and.carousel .modal-dialog {
  width: 80%;
  height: 80%;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
 /* position: relative;
  z-index: 99999 !important;*/
}
.close {
  position: absolute;
  top: 5%;
  right: 5%;
  background-image: url(../../storage/images/portals/default/close-icon.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.modal.and.carousel .modal-body {
padding: 0;
}
.modal.and.carousel, .modal.and.carousel .item, .modal.and.carousel-inner > .item > img {
  background-color: transparent
}
img.amenity-img {  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*z-index: 9;*/
}
.amenity-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 1;
}
.amenity-overlay-white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.8;
    z-index: 1;
}
.amenity-icon:before {
    position: relative;
    z-index: 9;
    color:  #fff; /*rgb(51, 51, 51);*/
}
.communities {
  border: 1px solid #fff;   
  position: relative;
  background-color: transparent;
}
.communities img {
  padding-right: 0px;
}
.communities a, .communities a:hover, .communities a:focus {
  text-decoration: none !important;
  cursor: default;
}
.communities a.has_image, .communities a.has_image:hover, .communities a.has_image:focus {  
  cursor: pointer;
}
.communities p {
  position: relative;
  z-index: 9;
  color: #fff !important;
}
.amenities-wrap .tab-content ul li{ 
  border: 1px solid #fff; 
  position: relative;
  min-height: 100px;
  display: table;
  margin-right: 20px;
}
.template-2 .communities {    
  min-height: 100px;
  padding: 28px 20px;    
  background-color: #060f31;
}
.template-3 .communities {  
  background-color: #000;
}
.template-3 .communities a {
  display: table-cell;
  vertical-align: middle;
}
.template-4 .communities p {
  color: #444444 !important;
}
.template-4 .communities .amenity-bg {
  display: table;
  text-align: center;
}
.template-4 .communities .amenity-bg a {
  display: table-cell;
  vertical-align: middle;
}
.template-5 .amenity-icon:before {
  color: #ef114c !important;
}
.template-5 .communities p {
  color: #233354 !important;
}
.template-6 .amenity-icon:before {
  color: #f77513 !important;
}
.template-6 .communities-amenities a {
  text-decoration: none !important;
  display: table-cell;
  vertical-align: middle;
}
.template-6 .communities-amenities ul li p {
  position: relative;
  z-index: 9;
  color: rgb(19, 19, 19) !important;
}
.template-6 .amenities-wrap .tab-content ul li {
  border: 1px solid #f77513; 
  padding-top: 0;
}
.template-8 .amenities-wrap .tab-content ul li a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
.template-8 .amenities-wrap .tab-content ul li p {
  position: relative;
  z-index: 9;
  color: #fff !important;
  min-width: 100px;
  max-width: 260px;
}
.template-9 .amenities-tab .amenities-inner .communities p {
  color: rgb(51, 51, 51) !important;
}
.template-9 .amenity-icon:before {
  color: rgb(28, 136, 220);
}
.template-11 .amenities-tab .tab-content .communities p {
  color: rgb(51, 51, 51) !important;
}
.template-11 .amenity-icon:before {
  color: rgb(51, 51, 51);
}


#amazingslider-1 {
  width: auto;
  height: auto;
}
.amazingslider-img-1 img {
object-fit: cover;
}
.amazingslider-nav-1 {
  background-color: #e6ebec;
  margin-top: 0px !important;
  padding: 7px 0 15px;
}
.amazingslider-text-box-1 {
  /*display: block !important;*/
}
.amazingslider-text-1 {
  /*display: block !important;*/
  font-size: 16px;
  font-family: 'Work Sans', sans-serif;
  color: rgb(255, 254, 254);
  line-height: 1.2;
  padding: 30px !important;
  background: rgba(0,0,0,0.5); /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7)); /* Standard syntax */
}
.amazingslider-bullet-1 {
  height: 110px !important;
  opacity: 1 !important;
}
.amazingslider-bullet-text-1 {
  margin-top: 0 !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  height: auto !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  padding: 0 10px;
}
.amazingslider-nav-thumbnail-tite-1:hover {
    text-decoration: none !important;
}
.amazingslider-arrow-left-1, .amazingslider-arrow-right-1 {
  display: block !important;
}
.amazingslider-nav-container-1 {
  margin-left: 17px !important;
  margin-right: 17px !important;
}
.amazingslider-car-left-arrow-1 {
  left: 1px !important;
}
.amazingslider-car-right-arrow-1 {
  right: 1px !important;
}
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  z-index: 1;
}

.amazingslider-space-1 {
   /* min-height: 350px !important;*/
}


/* for floorplan*/

#amazingslider-2 .amazingslider-space-1,
#amazingslider-3 .amazingslider-space-1,
#amazingslider-4 .amazingslider-space-1,
#amazingslider-5 .amazingslider-space-1,
#amazingslider-6 .amazingslider-space-1,
#amazingslider-7 .amazingslider-space-1 {
/*height: 100% !important;*/
}
#amazingslider-2 .amazingslider-img-1 img,
#amazingslider-3 .amazingslider-img-1 img,
#amazingslider-4 .amazingslider-img-1 img,
#amazingslider-5 .amazingslider-img-1 img,
#amazingslider-6 .amazingslider-img-1 img,
#amazingslider-7 .amazingslider-img-1 img {
height: 100% !important;
max-height: 100%;
object-fit: contain;
margin-top: 0 !important;
}
#amazingslider-2 .amazingslider-bullet-1,
#amazingslider-3 .amazingslider-bullet-1,
#amazingslider-4 .amazingslider-bullet-1,
#amazingslider-5 .amazingslider-bullet-1,
#amazingslider-6 .amazingslider-bullet-1,
#amazingslider-7 .amazingslider-bullet-1 {
  height: 75px !important;
  padding: 0 !important;
}
#amazingslider-2 .amazingslider-bullet-text-1,
#amazingslider-3 .amazingslider-bullet-text-1,
#amazingslider-4 .amazingslider-bullet-text-1,
#amazingslider-5 .amazingslider-bullet-text-1,
#amazingslider-6 .amazingslider-bullet-text-1,
#amazingslider-7 .amazingslider-bullet-text-1 {
 /* display: none !important;*/
 color: #fff;
}
#amazingslider-2 .amazingslider-nav-1,
#amazingslider-3 .amazingslider-nav-1,
#amazingslider-4 .amazingslider-nav-1,
#amazingslider-5 .amazingslider-nav-1,
#amazingslider-6 .amazingslider-nav-1,
#amazingslider-7 .amazingslider-nav-1 {
  background-color: transparent !important;
  padding: 7px 0 0 !important;
}
#amazingslider-2 .amazingslider-text-1,
#amazingslider-3 .amazingslider-text-1,
#amazingslider-4 .amazingslider-text-1,
#amazingslider-5 .amazingslider-text-1,
#amazingslider-6 .amazingslider-text-1,
#amazingslider-7 .amazingslider-text-1 {
  padding: 0px !important;
  background: none !important;
  color: transparent !important;
}
#amazingslider-2 .amazingslider-title-1,
#amazingslider-3 .amazingslider-title-1,
#amazingslider-4 .amazingslider-title-1,
#amazingslider-5 .amazingslider-title-1,
#amazingslider-6 .amazingslider-title-1,
#amazingslider-7 .amazingslider-title-1 {
  color: transparent !important;
}





/* Media Screen */

@media screen and (max-width:1024px){
  .modal.and.carousel .modal-dialog {
    margin-top: 12%;
  }
}



@media screen and (max-width:768px){
  .amazingslider-bullet-1 {
    height: 90px !important;
  }
  .close {
    top: 6%;
    right: 4%;
  }
  .amazingslider-text-1 {
    padding: 20px !important;
  }
  .amazingslider-arrow-left-1 {
    left: 30px !important; 
  }
  .amazingslider-arrow-right-1 {
    right: 30px !important;
  }
  #amazingslider-2 .amazingslider-bullet-1, 
  #amazingslider-3 .amazingslider-bullet-1, 
  #amazingslider-4 .amazingslider-bullet-1, 
  #amazingslider-5 .amazingslider-bullet-1, 
  #amazingslider-6 .amazingslider-bullet-1, 
  #amazingslider-7 .amazingslider-bullet-1 {
    height: 62px !important;
  }
  #amazingslider-2 .amazingslider-bullet-text-1,
  #amazingslider-3 .amazingslider-bullet-text-1,
  #amazingslider-4 .amazingslider-bullet-text-1,
  #amazingslider-5 .amazingslider-bullet-text-1,
  #amazingslider-6 .amazingslider-bullet-text-1,
  #amazingslider-7 .amazingslider-bullet-text-1 {
    padding: 0 0px !important;
  }
  #amazingslider-2 .amazingslider-nav-thumbnail-tite-1,
  #amazingslider-3 .amazingslider-nav-thumbnail-tite-1,
  #amazingslider-4 .amazingslider-nav-thumbnail-tite-1,
  #amazingslider-5 .amazingslider-nav-thumbnail-tite-1,
  #amazingslider-6 .amazingslider-nav-thumbnail-tite-1,
  #amazingslider-7 .amazingslider-nav-thumbnail-tite-1 {
    padding: 0 2px !important;
  }
}


@media (min-width: 320px) and (max-width: 767px) { 
  .modal.and.carousel .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  .amazingslider-space-1 {
    height: 350px !important;
  }
  .amazingslider-img-1 img {
    height: 350px !important;
  }
  .amazingslider-bullet-1 {
    height: 70px !important;
  } 
  .amazingslider-bullet-image-1 {
    height: 70px !important;
  }
  .amazingslider-nav-thumbnail-tite-1 {
    font-size: 10px !important;
    padding: 0 5px;
  }  
  .close {
    top: 2%;
    right: 1%;
  }
  .amazingslider-arrow-right-1 {
    right: 15px !important;    
  }
  .amazingslider-arrow-left-1 {
    left: 15px !important;   
  }
  .amazingslider-car-right-arrow-1, .amazingslider-car-left-arrow-1 {
    margin-top: 40px !important;
}
}