@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	 font-family: 'Lato', sans-serif;
	         font-family: 'Lato', sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	 
}
.space{
	margin:0px auto!important;
	
}
.font_text{
font-size:13px; font-weight:600!important;	
	
	
}


/*
@-webkit-keyframes MOVE-BG {
    from {
        background-position: 187% 187%;
    }

    to {
        background-position: 0% 0%;
    }
}*/

.bg1 {
    width: 100%;
    height: auto;
    /*background:url(../images/bg1.jpg) 0% 0% repeat fixed;*/
    text-align: center;
    font-size: 26px;
	z-index:10000000;
    color: #000;
   /* -webkit-animation-name: MOVE-BG;
    -webkit-animation-duration: 100s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;*/
}
/*.bg1{
width: 100%;
margin: auto;
height: auto;
padding: 1em 0em 1em;
background: rgba(255,255,255,0.9);

}*/


.screen {
    max-width: 1180px;
    height: auto;
    margin: auto;
}

.clearfix{
	clear:both;
	
}
.top_header{
border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding:3px 0px;
z-index:10000;
	
}
.lag{
	
float:right;	
	
}
.header_padding{
padding:3px 0px	
	
}
.logo {
	float: left;
	width: 17%;
	z-index: 100000;
	color: #fff;
	font-family: 'Rochester', cursive;
	
	padding: 5px 0px;
}

.logo a{
	float:left; width:100%;
	z-index:100000;
	color:#fff;
	/*transform: rotate(2deg);*/
	      font-family: 'Rochester', cursive;
	font-size:70px;
	font-weight:lighter !important;
	text-decoration:none;
	
}

.navigation {
	float: right;
	
	margin-top:10px;
}


a:hover, a:focus {
	color:#ccc !important;
	text-decoration: none;
}

 .header_top_text1 {
	float: right;
	width: auto;
	margin-left: 15px;

	padding:5px 5px;
	border-radius: 1px;
	color:#f1f1f1;
	
	font-size: 13px;
	letter-spacing:0.5px;
	font-weight: normal;
	
	
}
.header_top_text1 a:hover
{
	color:#f1f1f1;
	
}
.header_top_text1 svg a
{
	color:#ff5d00;
	
	
}




.header_top_text1 a
{
	
	color:#FFF;
	font-size:13px;
	text-decoration:none;
	
	
}


.input_class {
	height: 50px;
	width: 100%;
	background: url(../images/search.png) no-repeat left #FEFFFF;
	border-radius: 25px;
	padding: 0 0 0 38px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	font-size: .6875em;
	color: #a8a8a8;
	font-size:13px;
	line-height: normal;
	border: none;
	outline: none;
}
.p_class

{
	font-size:16px;
	line-height:25px;
	color:#000;
	font-weight:400;
	letter-spacing:0.5px;
	
}






.card {
	margin-bottom:30px;
	position:relative
}


a, .btn, .transition, .nav ul ul, .gfield .medium {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}
.card-image {

	background:#f4f4f4;
	position:relative;
	overflow:hidden
}
.card-image .card-image-inner {
	background:50% 0% no-repeat;
	background-size:cover;
	left:0;
	right:-30px;
	width:auto
}
.card-image .overlay {
	opacity:0
}
.card-content {
	padding: 35px 7px;
	line-height:40px;
}
.card-hover {
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	text-align:left;
	padding-bottom:2px;
	position:absolute;
	top:50%;
	left:10%;
	transform:translateY(-50%);
	width:0;
	overflow:hidden;
	white-space:nowrap
}
.card-hover .icon-click {
	background:url(//www.carmanfriend.com/wp-content/themes/carmanfriend/images/icon-click.svg) no-repeat 0 0;
	background-size:30px auto;
	width:30px;
	height:35px;
	float:left;
	margin-right:10px
}
.card-hover .arrow {
	width:0;
	height:1px;
	background:#b99379;
	position:absolute;
	left:0;
	bottom:10px
}
.card-hover .arrow:before, .card-hover .arrow:after {
	content:"";
	width:10px;
	height:1px;
	background:#b99379;
	position:absolute;
	right:0;
	bottom:0;
	transform:rotate(45deg);
	transform-origin:100%
}
.card-hover .arrow:after {
	transform:rotate(-45deg)
}
.card-link:hover .card-image-inner, .card-link:focus .card-image-inner {
	left:-30px;
	right:0;
	transition-duration:1.2s !important
}
.card-link:hover .card-image .overlay, .card-link:focus .card-image .overlay {
	opacity:.8
}
.card-link:hover .card-hover, .card-link:focus .card-hover {
	left:20%;
	width:240px;
transition-delay:.3s !important
}
.card-link:hover .card-hover .arrow, .card-link:focus .card-hover .arrow {
	width:200px;
	left:40px;
transition-delay:.6s !important
}
.card-block {
	text-align:center
}
.page-blocks-team .col-md-4 .card-content {
	font-size:14px
}
.card-news-container {
	padding:0 15px
}
.card-news {
	background:#f4f4f4
}
.card-news .card-hover {
	transform:translateY(-50%) scale(.8);
	left:5%
}

.card-news:hover .card-hover {
	left:10%
}
.card-news .card-content {
	height:265px;
	position:relative;
	text-align:left
}

.card-news .card-content h3 {
font-size:20px !important;

}
.card-news .the-date {
	text-transform:uppercase;
	color:#b99379;
	margin:0
}
.card-news h3 a {
	color:#02313b
}
.card-news h3 a:hover {
	color:#b99379
}
.card-news .btn {
	position:absolute;
	bottom:30px;
	left:30px
}
.card-news-alt .card-image {
	height:230px
}
.card-property .btn-wishlist::before {
	content: "Add to Wishlist";
	position: absolute;
	right: 42px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 32px;
	color: #fff;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(10px,0,0);
	transition: all .6s ease;
}

.card-property {
	margin-bottom:50px;
	text-align:left
}
.card-property h3 a {
	color:#111;
	font-size:18px;
	font-weight:400;
}
.card-property:hover h3 a {
	color:#e13c46
}
.card-property p {
	margin-bottom:16px;
	color:#000;
}
.card-property .price {
	font-weight:700;
	font-size:22px;
	color:#e13c46;
	margin:0;
	line-height:1.2
}
.properties .col:nth-child(3n+1) {
clear:both
}
.properties .card-property {
	margin-right:2px
}
.property-mini {
	padding:20px 0;
	border-bottom:1px solid rgba(255, 255, 255, .1)
}
.property-mini:last-child {
	border-bottom:none
}
.property-mini h5 {
	font-weight:700
}
.property-mini h5 .gold {
	white-space:nowrap
}
.property-mini .btn {
	padding:4px 18px
}
.property-mini-image {
	max-height:75px;
	margin-right:20px;
	overflow:hidden;
	display:block
}
.property-mini-content {
	position:relative
}
.property-mini-content .btn-wishlist-remove {
	position:absolute;
	right:0;
	bottom:7px;
	color:#fff;
	font-weight:700;
	font-size:13px;
	text-transform:uppercase
}
.property-mini-content .btn-wishlist-remove:hover {
	text-decoration:underline
}
.property-icons1{
	padding:1px;
	text-align:center;
	background:#ecf0f3;
	text-align:LEFT;
	padding:0PX 10PX;
}
.property-icons {
	padding: 10px 0px;
	text-align: center;
	background: #f2f2f2;
	 text-align: center; 
	font-size: 30px;
	color: #000;
	font-weight: 300;
}
.property-icon {
	display: inline-block;
	margin: 5px 8px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
}

.property-icon img {
	margin-right:10px;
	max-width:26px;
	max-height:18px;
	width:auto;
	display:inline-block
}
.property-icon span {
	display:block;
	font-weight:400;
	font-size:12px;
	padding-top:3px
}
.section-dark .property-icons {
	background:0 0
}
.property-media {
	color:#fff;
	background:#000;
	position:absolute;
	top:10px;
	left:10px;
	padding:5px 10px;
	border-right:3px solid #e13c46;
	font-size:13px
}
.property-media .fa {
	margin-right:5px
}
.property-media span:not(:last-child) {
margin-right:10px
}
.property-search-form .form-group {
	padding:0 10px;
	margin:0;
	text-align:left
}
.property-search-form select {
	width:47%;
	float:left
}
.property-search-form select+select {
	float:right
}
.property-search-form label {
	display:block;
	text-transform:uppercase;
	font-size:13px
}
.property-search-sold-stc {
	padding-top:15px !important;
	display:block
}
.property-search-sold-stc input {
	margin-right:5px
}
.property-search-full .property-search-form {
	padding-top:20px
}
.property-search-full .property-search-form .property-search-sold-stc {
	margin-bottom:30px;
	text-align:right
}
.property-search-mini .property-search-location {
	width:100%;
	margin:0;
	padding:0 205px 0 0
}
.property-search-mini .property-search-location label {
	display:none
}
.property-search-mini .btn {
	width:205px;
	height:55px;
	line-height:51px;
	padding:0;
	position:absolute;
	top:0;
	right:0
}
.property-search-advanced {
	display:none;
	padding:15px 0;
	margin-top:30px;
	background:rgba(0, 0, 0, .3);
	border:1px solid rgba(255, 255, 255, .1)
}
.property-search-advanced .form-control {
	height:45px
}
.property-search-mini .btn-advanced {
	color:#fff;
	padding-top:15px;
	text-transform:uppercase;
	font-size:13px;
	display:inline-block
}
.property-search-mini .btn-advanced:hover {
	color:#b99379
}
.property-search-mini .btn-advanced .fa {
transition:all .6s ease;
	color:#fff
}
.property-search-mini .btn-advanced.open .fa {
	transform:rotate(180deg)
}
.property-search-advanced .form-group {
	padding:0 3%;
	width:50%;
	margin:0
}
.page-banner .property-search-mini {
	margin:30px 20%;
	position:relative
}
.page-banner .property-search-mini .property-search-location {
	box-shadow:0 0 50px 0px rgba(0, 0, 0, .5)
}
.property-search-mini-hold {
	text-align:left
}
.property-search-mini-hold label {
	font-size:18px
}
.property-search-mini-hold .property-search-location {
	padding-right:110px
}
.property-search-mini-hold .btn {
	top:auto;
	bottom:0;
	width:110px;
	background-color:#02313b
}
.property-search-mini-hold .btn:hover {
	background-color:#35646e
}
.property-search-mini-hold .btn span {
	display:none
}
.property-search-mini-hold .btn-advanced {
	display:none
}
.form-group.property-sort {
	margin-bottom:80px
}
.form-group.property-sort>div {
	width:50%;
	float:left;
	padding-left:20px
}
.card-viewing {
	text-align:center
}
.card-viewing .card-image {
	height:200px
}
.card-viewing .card-image h3 {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:12px 15px;
	background:rgba(2, 49, 59, .8);
	margin-bottom:0
}
.price-after {
	font-size:65%
}
.single .page-banner {
	padding-bottom:50px
}
.single-property .page-banner-image {
	filter:blur(5px)
}
.room {
	margin-bottom:50px
}
.room-image {
	width:27%;
	height:130px;
	float:right;
	margin:0 0 20px 40px;
	background:#02313b;
	position:relative
}
.room-image:after {
	content:"\f00e";
	font-family:'FontAwesome';
	position:absolute;
	bottom:8px;
	right:8px;
	line-height:1;
	color:#fff;
	pointer-events:none
}
.room-image-inner {
	background:50% 50% no-repeat;
	background-size:cover
}
.room-image .property-media {
	transform:scale(.8);
	transform-origin:0 0
}
.room-image:hover .room-image-inner {
	opacity:.2
}
.room-content {
	overflow:hidden
}
.room-content p {
	margin-bottom:15px
}
.room-content .list li {
	width:49%;
	display:inline-block
}
.room-content .list li h4 {
	margin-bottom:0;
	font-size:18px
}
.tab-pane .room-title .border-title {
	margin-left:0;
	margin-right:0
}
.room-no-image .room-image {
	background:#fff
}
.room-no-image .room-image:after {
	display:none
}
.room-content-images-text {
	display:inline-flex;
	width:100%;
	margin-top:30px
}
.room-content-images-text h3 {
	flex:0 0 85%;
	max-width:85%
}
.room-content-images-text p {
	flex:0 0 15%;
	max-width:15%;
	text-align:right;
	padding-top:5px
}
.room-content-images {
	margin-left:-10px;
	margin-right:-10px
}
.room-content-end {
	margin-bottom:40px
}
.room-content .col-cards img {
	padding:10px
}
.tab-pane .btn+.btn {
	margin-left:10px
}
.floor-plan {
	margin-bottom:40px
}
.btn-brochure {
	display:none
}
#mapview {
	margin-bottom:40px
}
.row-equal {
	display:flex;
	flex-wrap:wrap
}
.row-equal:before, .row-equal:after {
	display:none
}
.row-equal .col {
	margin-bottom:30px
}
.row-equal .card {
	height:100%;
	margin-bottom:0
}
.slider-gallery {
	width:100%
}
.slider-gallery .slide {
	width:100%;
	height:500px;
	background-size:cover;
	background-position:50% 50%
}
.slider-gallery .slide:not(:first-child) {
display:none
}
.slider-gallery .slick-slide:not(:first-child) {
display:initial
}
.slider-gallery h4 {
	position:absolute;
	top:30px;
	left:0;
	padding:10px 25px;
	text-transform:uppercase;
	font-size:15px;
	color:#fff;
	background:#02313b;
	transform:translateX(-100%)
}
.slider-gallery .slick-current h4 {
	transform:translateX(0);
transition-delay:.3s !important
}
.image-zoom .fa {
	position:absolute;
	bottom:0;
	right:0;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#fff;
	background:rgba(255, 255, 255, .5);
	font-size:30px;
	transform:translateX(100%)
}
.image-zoom:hover .fa {
	transform:translateX(0)
}
.slider-navigation {
	width:100%;
	padding:0 80px;
	margin:20px 0 20px;
	height:80px;
	overflow:hidden
}
.slider-navigation .slick-slide {
	cursor:pointer
}
.slider-navigation .slide-inner {
	display:block;
	margin:7px;
	height:65px;
	overflow:hidden;
	position:relative
}
.slider-navigation .slick-current .slide-inner:after {
	content:"";
	border:4px solid #b99379;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0
}
.slider {
	opacity:0;
transition:all .6s ease
}
.slider.slick-initialized {
	opacity:1
}
.property-gallery-container {
	display:flex;
	margin-bottom:20px
}
.view-360 {
	flex:0 0 125px;
	max-width:125px;
	display:flex;
	align-items:center
}
.view-360-container {
	position:relative;
	padding:10px;
	border:1px solid #ddd;
transition:.6s
}
.view-360-container:hover {
	background-color:#f9f9f9
}
.view-360-container img {
	display:block;
	margin:auto
}
.view-360-container p {
	margin-bottom:0;
	font-weight:700
}
.view-360+.slider-navigation .slick-slide img {
	min-height:65px;
	object-fit:cover
}
.instagram-container {
	clear:both
}
.instagram-feed {
	position:relative;
	width:33%;
	padding-top:33%;
	float:left;
	background:50% 50% no-repeat;
	background-size:cover;
	color:#fff
}
.instagram-feed:before {
	content:"\f16d";
	font-family:'FontAwesome';
	position:absolute;
	top:8px;
	left:8px;
	line-height:1;
	font-size:16px;
	pointer-events:none;
	z-index:1
}
.instagram-feed .instagram-content {
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:11px;
	font-weight:700;
	opacity:0;
	transform:translateX(60px)
}
.instagram-feed .instagram-content .fa {
	margin-right:5px;
	font-weight:400
}
.instagram-feed .overlay {
	opacity:0
}
.instagram-feed:hover .overlay {
	opacity:.7
}
.instagram-feed:hover .instagram-content {
	opacity:1;
	transform:translateX(0)
}
.blue_bg1 {
	padding: 80px 0;
	background:#2c2e3e;
	
	/*background: rgb(228,197,125);
	background: linear-gradient(90deg, rgba(228,197,125,1) 0%, rgba(197,169,103,1) 47%, rgba(171,143,82,1) 100%);*/

	
}

.blue_bg {
	padding: 80px 0;
	background: url(../images/bg.jpg) no-repeat fixed center;
	text-align: center;
}
 .blue_bg {
	text-align: center;
}
.blue_bg h3 {
	font-size: 26px;
	line-height: 29px;
}

.blue_bg h3 {
	color: #fff;
	font-size: 32px;
	line-height: 36px;
	font-weight: 300;
	text-align: left;
}
.blue_bg p {
	padding: 20px 70px 20px 0px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: left;
}
.blue_bg .btn {
	letter-spacing: 3px;
	float:left;
}
.blue_bg .btn {
	font-weight: normal;
	letter-spacing: 4px;
	border-color: #fff;
	padding: 10px 20px;
	color: #fff;
}










/* slider CSS */
#promotional_slider {
  width: 100%;
  padding: 20px 10px;
  margin: 0 auto;
  overflow: hidden;
  background: #FFF;
}
#promotional_slider .promotionalslider_wrapper {
  width: 100%;
  display: flex;
  /* slick initialized */
}
#promotional_slider .promotionalslider_wrapper .slick-arrow {
	font-size: 0;
	width: 44px;
	height: 44px;
	-webkit-appearance: none;
	border: 0;
	background: #f2f2f2;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	outline: none;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow:before {
  font-size:17px;
  color: #000;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-next:before {
  content: ">";
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-prev:before {
  content: "<";
}
#promotional_slider .promotionalslider_wrapper .slick-arrow:hover {
  cursor: pointer;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled {
  opacity: 0.5;
  background: #ccc;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled:hover {
  cursor: not-allowed;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized {
  position: relative;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-arrow {
	position: absolute;
	top: -32%;
	transform: translateY(100%);
	z-index: 9;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-next {
  left:50%;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-prev {
  left:45%;
}
#promotional_slider .promotionalslider_wrapper .promotionalslider_single {
  display: flex;
  width: 20%;
  flex: 0 0 20%;
  flex-direction: column;
 
  margin: 0 5px;
}
#promotional_slider .promotionalslider_wrapper .promotionalslider_single section {
  background: no-repeat center center/cover;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#promotional_slider .promotionalslider_wrapper .promotionalslider_single p {
   
 
}




/* slider CSS */
#promotional_slider {
  width: 100%;
  padding: 100px 10px;
  margin: 0 auto;
  overflow: hidden;
  background: #FFF;
}
#promotional_slider .promotionalslider_wrapper1 {
  width: 100%;
  display: flex;
  /* slick initialized */
}



#promotional_slider .promotionalslider_wrapper1 .slick-arrow {
  font-size: 0;
	width: 44px;
	height: 44px;
	-webkit-appearance: none;
	border: 0;
	background: #f2f2f2;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
	outline: none;
}
#promotional_slider .promotionalslider_wrapper1 .slick-arrow:before {
  font-size: 17px;
  color: #000;
}
#promotional_slider .promotionalslider_wrapper1 .slick-arrow.slick-next:before {
  content: ">";
}
#promotional_slider .promotionalslider_wrapper1 .slick-arrow.slick-prev:before {
  content: "<";
}
#promotional_slider .promotionalslider_wrapper1 .slick-arrow:hover {
  cursor: pointer;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled {
  opacity: 0.5;
  background: #ccc;
}
#promotional_slider .promotionalslider_wrapper1 .slick-arrow.slick-disabled:hover {
  cursor: not-allowed;
}
#promotional_slider .promotionalslider_wrapper1.slick-initialized {
  position: relative;
}
#promotional_slider .promotionalslider_wrapper1.slick-initialized .slick-arrow {
	position: absolute;
	bottom: 10%;
	transform: translateY(100%);
	z-index: 9;
}
#promotional_slider .promotionalslider_wrapper1.slick-initialized .slick-next {
  left:76px;
}
#promotional_slider .promotionalslider_wrapper1.slick-initialized .slick-prev {
  left:6px;
}
#promotional_slider .promotionalslider_wrapper1 .promotionalslider_single1 {
  display: flex;
  width: 20%;
  flex: 0 0 20%;
  flex-direction: column;
 
  margin: 0 10px;
}
#promotional_slider .promotionalslider_wrapper1 .promotionalslider_single section {
  background: no-repeat center center/cover;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
#promotional_slider .promotionalslider_wrapper1 .promotionalslider_single p {
   
 
}
.button_conatiner{
float:left; margin:auto;
background: linear-gradient(90deg, rgba(228,197,125,1) 0%, rgba(197,169,103,1) 47%, rgba(171,143,82,1) 100%); 
	
}


.image_story {
	float: right;
	position: absolute;
	right: 43px;
	margin-top: 60px;
	cursor:pointer;
}

.image_story:hover{
	opacity: 0.5;
	
	
}

.wifth{

margin:auto; width:40%;

}

footer{
	background:#2c2e3e;
	padding:20px 0px;
	margin-top:20px;
	
}

footer ul li {
	margin-bottom: 6px;
	line-height: 18px;
	font-size: 15px;
	list-style:none;
}

footer ul li a {
	font-size: 14px;
	line-height: 17px;
}

footer ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

footer ul li a:hover {
	color:#d69e1b !important;
	
	
}
.contact-info {
	color: #fff;
	font-size: 13px;
	line-height:25px;
}

footer h3 {
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #fff;
	font-size: 19px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: 300;
	text-align:left;
}

.slick-slide img {
	display: initial !important;
}




.wrap {
  background:white;
  position:fixed;
  right:0;left:0;top:0;
  display:flex;
  flex-direction:row;
  justify-content:space-around;
  align-items:center;
  padding:21px 0;
  nav a { 
    margin:0 1em;
    color:black;
    text-decoration:none;
    font-family:sans-serif;
    font-size:18px
  }
  .logo img { 
    width:120px;
    clip-path:inset(0 0 0 0);
    margin-top:0;
    transition:200ms clip-path 0ms, 200ms margin-top 0ms;
  }
}
.wrap.scrolled {
  .logo img {
    clip-path: inset(96px 0 0 0);
    margin-top:-96px
  }
}



.form-control {
	display: block;
	width: 100%;
	height: 44px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin: 18px 0px;
}

.label{
	font-size:16px;
	text-align:left !important;
	color:#fff;
	font-weight:400;
	padding:0!important;
	
}
.form-control11 {
	display: block;
	width: 100%;
	height: 237px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	
	margin: 18px 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.wrapper .property_worth .btn {
	font-weight: normal;
	font-family: 'Glacial Indifference Regular';
	letter-spacing: 4px;
	border-color: #fff;
	float: right;
	color: #fff;
	text-transform: none;
	margin-top: 25px;
}


.sell_submit{
	background:none;
	border: solid 2px #fff;
	padding:10px 10px;
	text-align:center;
	float:right;
	color:#fff;
	border-radius:0;
	margin:auto 15px;
	
	
	
}

.sell_submit:hover{
	color:#fff;
	background: rgb(228,197,125);
background: linear-gradient(90deg, rgba(228,197,125,1) 0%, rgba(197,169,103,1) 47%, rgba(171,143,82,1) 100%);
	
	
	
	
}

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
	height:100vh!important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
	z-index:10 !important;
	
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    border-radius: 50%;
    margin-right: 5px;
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    transition: box-shadow 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
	right:0;
    top: 40%;

    margin: auto!important;
    padding: 10px;
    position: absolute;
    text-align: center!important;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 47px;
	
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 1px !important;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


.image_of_Blog {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	width: 37%;
}
.text_blog{
	
color:#000; font-weight:400; font-size:20px !important;

	
}
.p_class_blog{
	
text-align:center; font-size:14px; padding:10px 10px; line-height:25px;	
	
}

.maasters_saathi{
	background:#fafafa;
	padding:50px 0px 150px 0px;
	
	
}
.heading_hide{
background:#fafafa; width:100%; padding:55px; border-right:20px solid #ddbe78; left:0; right:0; margin:auto;  position:absolute; z-index:10000;	
	
}
.heading_hide2{
background:#fff; width:100%; padding:30px; border-right:20px solid #ddbe78; left:0; right:0; margin:auto;  position:absolute; z-index:10000;
}

.tour-wrap {
	width: 100%;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
.js .animate-box {
	opacity: 0;
}

.tour-wrap .tour-entry:hover .tour-img {
	top: -55%;
}

.tour-wrap .tour-entry {
	width: 33.3%;
	float: left;
	position: relative;
	height: 250px;
	z-index: 0;
	padding: 0;
	margin: 0;
}

.tour-wrap .tour-entry .tour-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 250px;
	display: block;
	z-index: 1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.f-tour-img, .room-img, .tour-img, .intro-img, .blog-img, .hotel-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.tour-wrap .tour-entry .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	padding: 15px;
}

.tour-wrap .tour-entry .desc .star {
	margin-bottom: 0;
	font-size: 12px;
	color: #b3b3b3;
}

.tour-wrap .tour-entry .desc h2 {
	font-size: 18px;
	text-transform:capitalize;
	margin-bottom: 10px;
	color: #000;
}
.tour-wrap .tour-entry .desc .city {
	display: block;
	color: #666;
	margin-bottom: 5px;
}

.tour-wrap .tour-entry .desc .price {
	color: #000;
	font-size: 20px;
}






.overlay{
  position: fixed;
  top:0px;
  left: 0px;
  height:100%;
  width:100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.9);
  opacity:0.9;
  display:none; 
}


.close {
	position: fixed;
	top: 88px !important;
	right: 30px;
	width: 26px;
	height:25px;
	z-index: 9999;
	color: #fff !important;
	display: none;
	font-weight:700;
	cursor: pointer;
	opacity: 1;
}

.main-vid-box{
  position: fixed;
   width: 100%;
  height:100vh;
  display:none;
  top:50px;
  left:0px;
  z-index: 999;
}


.videoWrapper {
  position: relative;
  z-index:999;
  background-color:#000;
  width:100%;
  height: 100%;
  margin:0 auto;
}
.videoWrapper video {
	position: relative;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100% !important;
	height: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-width: 40px;
	border-style: solid;
	border-color: transparent;
}



.wrap {
  padding: 1.8rem;
  position:relative;
  width: 100%;
}
h3 {
	font-size: 2.4rem;
	font-weight: 300;
	text-align: center;
}
.clients {
    align-items: center;
    -webkit-box-align:center;
    display: grid;
    gap:1.8rem 1.8rem;
    grid-template-columns: auto auto;
    justify-items: center;
    margin: 1.8rem auto;
    width: 100%; }

.clients li {
  list-style: none;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.clients img {
  height:110px;

}
.clients:hover li {
filter: blur(0px);
-webkit-filter: blur(0px);
}
.clients:hover li:not(:hover)  {
filter: blur(2px);
-webkit-filter: blur(2px);
}
.clients li:hover {
-webkit-transform: translateY(-0.3rem);
transform: translateY(-0.3rem); 
}

@media (min-width: 1024px) {
.clients {
    grid-template-columns: auto auto auto auto; }
    
.clients img {
  height:110px; }}

/* --- Images (gray logo) --- */
.clients img {
  /*-webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
          filter: grayscale(100%) brightness(10%) contrast(10%);*/ }

.clients img:hover {
  background: none;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  
  
  
  .card1 {
 
   display:inline;
    margin: 50px 10px;
 

}

.cards1 {
 
  margin: 20px 30px;
  display:inline;
  
}



.site_map {
	width: 100%;
	margin: auto;
	padding:8px 5px;
}

    .site_map ul {
        margin: 0px;
        padding: 0px;
	
		clear:both;
    }

        .site_map ul li {
            padding: 5px;
            font-size: 15px;
            display: inline;
            letter-spacing: 0.5px;
            color: #d0b26e;
			        }

            .site_map ul li a {
                padding: 0px;
                font-size: 11px;
                display: inline;
                color: #ccc;
				margin:10px auto;
                text-decoration: none;
            }

                .site_map ul li a:hover {
                    padding: 0px;
                    font-size: 11px;
                    display: inline;
                    color: #000;
					text-decoration:underline;
                }
.image_class{
	
margin:auto; width:30%; text-align:center;	
	
}

.border_radius{
	
border:solid 1px #ccc; border-radius:50%; padding:3px;	
	
}

.morecontent span {
	display: none;
}
.morelink {
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}
.morelink:hover {
	display: block;
	text-decoration: none;
	color: #bfa362 !important;
	font-weight: 600;
}

.border_shadow{
	
border: solid 1px #CCC;
border-radius:20px;

/*-webkit-box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);
box-shadow: 0px 0px 12px -3px rgba(0,0,0,0.75);*/
cursor:pointer;

}

.border_shadow:hover{
	-webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
	
}



/* PRODUCT HIGHLIGHTS */

.m-3{ float:left;
padding:0px 10px;
	
	
	
}


.ph-wrap img{
	
	
	
	
}
.ph-wrap {
  position: relative;
  z-index:2;
  
  
}

ph-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}

.ph-trigger {
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  width: 34px;
  height: 34px;
 
}


.ph-trigger1 {
  position: inherit;
  cursor: pointer;
  border-radius: 50%;
  width: 34px;
  height: 34px;
 
}

.ph-trigger:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top:5px;
  left: 0;
  border-radius: 100%;
  
}


.padding_class{
	
padding:150px 50px;	
}

.padding_2{
padding:50px;	
	
}

.ph-trigger_element {
	color: #fff;
	float: left;
	font-size: 12px;
	padding: 5px 8px;
	width: 300px;
	vertical-align: middle !important;
	text-align: left;
	
	background: rgb(228,197,125);
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 47%, rgb(0, 0, 0) 100%);
}

.ph-trigger_element2 {
	color: #fff;
	float: left;
	font-size: 11px;
	padding: 5px 8px;
	width: 300px;
	vertical-align: middle !important;
	text-align: left;
	
	background: rgb(228,197,125);
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 47%, rgb(0, 0, 0) 100%);
}

.ph-trigger_element3 {
	color: #fff;
	float: left;
	font-size: 11px;
	padding: 5px 8px;
	width: 300px;
	vertical-align: middle !important;
	text-align: left;
	
	background: rgb(228,197,125);
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 47%, rgb(0, 0, 0) 100%);
}


@keyframes ph-pulse {
  0% {
    transform: scale(0.7);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.9);
  }
  60% {
    transform: scale(1.6);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0);
  }
  100% {
  }
}

.ph-trigger-icon {
  left: 50%;


  top: 50%;
  position: absolute;
  z-index: 2;
   background-color: transparent;
  animation: ph-pulse 2.5s ease-out infinite;
  
}

.ph-trigger-icon:before,
.ph-trigger-icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-49%) translateY(-50%);
  background-color: #e0ad3c;
}

.ph-trigger-icon:after {
	
  height: 2px;
  width: 12px;
}

.ph-trigger-icon:before {
  height: 12px;
  width: 2px;
}
.icon1 {
	background-image:url(images/loc1.png);
	background-repeat:no-repeat;
	background-position:left;
	margin-right:20px;
	margin-left:5px;


	
	  
  height:20px;
}
.animation-group [data-animation]:nth-child(1) {
  animation-delay: 1s !important;
}
.animation-group [data-animation]:nth-child(2) {
  animation-delay: 2s!important;
}
.animation-group [data-animation]:nth-child(3) {
  animation-delay: 3s!important;
}
.animation-group [data-animation]:nth-child(4) {
  animation-delay: 4s!important;
}
.animation-group [data-animation]:nth-child(5) {
  animation-delay: 5s!important;
}


/*.ph-trigger-spot {
	  background:url(images/loc.png)left no-repeat;
 
  transform: translateX(-49%) translateY(-50%) scale(1);
  border-radius: 50%;
  width: 25px;
  height:25px;
 
 
  left:0;
  top: 50%;
  position: absolute;
  z-index: 1;
  transition-property: transform;
  transition-duration: 0.2s;
 
}

.ph-trigger:hover .ph-trigger-spot {
  transform: translateX(-49%) translateY(-50%) scale(1.2);
}*/

/* STICKY POSITIONING */
.sticky-offset  {
  top: 0;
  bottom: 0;
}


.Infinite_Image_text {
	font-size: 30px;
	text-align: center !important;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #000;
	font-weight: 300;
	margin: 10px auto;
}
.Infinite_Image_des {
	text-align: center;
	font-size: 16px;
	color: #000;
	width: 100%;
	padding: 0px;
	font-weight: 300;
	margin: auto;
	letter-spacing: auto;
	line-height:22px;
}


.avatar {
	
	height: auto;
	box-sizing: border-box;
	
	
	overflow: hidden;
	/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	
}
@keyframes float {
	0% {
	/*	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px);
	}
	50% {
		/*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
		transform: translatey(-5px);
	}
	100% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px);
	}
}



.avatar3 {
	
	height: auto;
	box-sizing: border-box;
	
	
	overflow: hidden;
	/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
	transform: translatey(0px);
	animation: float3 1s ease-in infinite;
	
}
@keyframes float3 {
	0% {
	/*	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px);
	}
	50% {
		/*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
		transform: translatey(-20px);
	}
	100% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px);
	}
}




.avatar2 {
	
	height: auto;
	box-sizing: border-box;
	
	
	overflow: hidden;
	/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
	transform: translatey(0px);
	animation: float2 1s ease-in infinite;
	
}
@keyframes float2 {
	0% {
	/*	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(-20px);
	}
	50% {
		/*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
		transform: translatey(0px);
	}
	100% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(-20px);
	}
}



.banner_text1 {
	text-transform: uppercase;
	position: absolute;
	left: 15px;
	/* background: rgba(255,255,255,0.9); */
	float: left;
	width: auto;
	top: 20%;
	text-align: left;
	z-index: 1000;
	vertical-align: baseline;
	font-weight: 900;
	color: #fff;
	font-size: 45px;
	text-transform: uppercase;
	border-radius: 1px;
	padding: 12px 0px;
	border-radius: 50px;
	text-align: left;
	margin: auto;
}
	


.full-landing-image{
  width: 100%;
   height: 80%;
  
  
 
  
}

.class_for_heading {
	margin-top: 10px;
	margin-bottom: 0rem;
	color: #333;
	font-size: 18px;
}
	
	
	
.snip1527 {

  color: #fff;
  float: left;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 16px;
  margin: 20px 2.1%;
  border: solid 1px #ccc;
  border-bottom:none;
  border-radius:20px;
 
 
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 29%;
}

.snip1527 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;  
}

.snip1527 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
}

.snip1527 figcaption {
	padding: 25px 20px 25px;
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.snip1527 figcaption:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 background: rgb(228,197,125);
background: linear-gradient(90deg, rgba(228,197,125,1) 0%, rgba(197,169,103,1) 47%, rgba(171,143,82,1) 100%);
  content: '';
  
  opacity: 0.9;
  z-index: -1;
}

.snip1527 .date {
  background-color: #fff;
  border-radius: 50%;
  color: #700877;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 10px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
  display: block;
  line-height: 14px;
}

.snip1527 .date .month {
  font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
  margin: 0;
  padding: 0;
}

.snip1527 h3 {
	display: inline-block;
	font-weight: 400;
	letter-spacing: -0.4px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 20px;
}

.snip1527 p {
  font-size: 0.8em;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.snip1527 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.fancybox-toolbar {
	right: 10px !important;
	top:90%  !important;
	
}


.fancybox-button--share{
	display:none !important;
	
	
	
}
.fancybox-image, .fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 40px !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}


.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
	text-align: left;
	font-size: 28px;
}
.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  border:solid 1px #ccc;
  
}.main .card-image:hover{
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
}


.readmore {
	font-size: 30px;
	color: #000 !important;
	font-weight: bold;
	float: right;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

