
#titleanim{
	opacity: 0;
	transition: opacity 2s;
}

#titleanim.done{
	opacity: 1;
}

#logoanim{
	opacity: 0;
	transition: opacity 2s;
}

#logoanim.done{
	opacity: 1;
}

#fadeleftanim{
	opacity: 0;
	transition: opacity 2s;
}

#fadeleftanim.done{
	opacity: 1;
}

.loctrueanim{
	opacity: 0;
	transition: opacity 4s;
}

.loctrueanim.done{
	opacity: 1;
}

.h-rest-block{
	width: 318px;
	height: 220px;
}

.h-rest-line{
	width: 100%;
	height: 88px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-position: center;
    background-repeat: no-repeat;
	bottom: -30px;
	opacity: 0;
	transition: all 0.5s;
}
.done .h-rest-line{
	opacity: 1;
	bottom: 0;
	
}
.h-rest-circ{
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	background-image: url(/wp-content/uploads/2015/11/rest_visit_us.png);
	height: 130px;
    background-position: center;
    background-repeat: no-repeat;
	transition: all 1s;
	transition-delay: 0.7s;
	clip: rect(0px,320px,200px,320px);
}
.done .h-rest-circ{
	clip: rect(0px,320px,200px,0px);
}
.h-rest-animal{
    position: absolute;
    top: 55px;
    width: 100%;
    left: 0;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
	transition: all 1s;
	transition-delay: 1.5s;
	transform: rotateY(-270deg);
	opacity: 0;
}
.done .h-rest-animal{
	transform: rotateY(0deg);
	opacity: 1;
}
.h-rest-art{
	background-image: url(/wp-content/uploads/2015/10/almondaccent.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -35px;
	width: 100%;
	height: 40px;
	bottom: -50px;
	transition: all 2s;
	transition-delay: 1s;
	opacity: 0;
}
.done .h-rest-art{
	bottom: -35px;
	opacity: 1;
}
.pw_map_canvas{
	width: auto !important;
	margin-left: -10px;
	margin-right: -10px;
}
.loctrueanim .location-overlay{
	opacity: 0;
	margin-top: 10px;
	transition: all 2s;
	transition-delay: 2s;
}
.loctrueanim.done .location-overlay{
	opacity: 1;
	margin-top: 0;
}

.wpcf7-form-control:not([type="submit"]) option {
	font-family: sans-serif !important;
}

span.follow_word_2 img, span.follow_word_1 img{
	margin-bottom: 0;
}

 

.custom-carousel{
	position: relative;
	white-space: nowrap;
}

.cur_past_block{
	position: fixed;
    top: -75px;
    left: 0px;
	padding: 0 100px;
	box-sizing: border-box;
	width: 100%;
}

.cur_past_block .btn:first-child{
	float:left;
}
.cur_past_block .btn:last-child{
	float:right;
	margin-right: 0;
}

.cur_past_block a{
	margin-right: 20px;
}

.custom-carousel > div{
	display: inline-block;
	float: none;
	margin-left: 0;
	transition: margin-left 1s;
}

.disnone{
	display: none !important;
}

.op-hours h4{
	margin-top: 0 !important;
    background: transparent url("/wp-content/uploads/2015/10/almond-nav-pattern.png") repeat-x scroll left bottom;
    float: left;
    width: 100%;
}

.op-hours{
	float:left;
	width: 100%;
	padding: 0 43px;
	margin-top: 10px !important;
}

#main .entry__content img{
	width: 100%;
}

.op-hours h4 span:last-child{
	float:right;
}
.op-hours h4 span:first-child{
	float:left;
}

/*don't be scared - it's for basecamp tasks*/

#main .entry__content span.follow_word_2 img, #main .entry__content span.follow_word_1 img {
	width:21px !important;
	margin-left: 2px;
    margin-right: 2px;
}

div.custom-carousel div.col-4 img {

}

.cur_past_block .btn{
	text-decoration: none !important;
    border: 1px solid #999999;
    /* padding: 4px 10px; */
    padding: 4px 4px;
    /* padding-bottom: 3px !important; */
    transition: 0.1s ease-in-out;
    border-radius: 4px !important;
	background-color: transparent;
	color: #d9531e;
    font-family: "AmericanTypeWriterCondensed" !important;
	font-size: 16px;
	line-height: 16px;
}

.cur_past_block .btn:hover{
	background-color: #d9531e;
	color: #fff;
}
.nyfriendssppls img{
	display: none;
}
.nyfriendssppls a{
	color: #333 !important;
	text-decoration: none;
}
.brdghmptnfriendssppls a{
	color: #333 !important;
	text-decoration: none;
}
.inside_b_news span:first-child{
	display: none;
}
.inside_b_news span:last-child{
	color: #999;
}

#zooming_out + p img{
	transition: zoom 0.5s;
}
.bridgehampton_news_block p.inside_b_news span:nth-child(2){
	display: none;
}
.brdghmptnfriendssppls img{
	display: none;
}

.cur_past_block ~ .pixcode > div:last-child::after {
    content: '';
    position: relative;
    display: inline-block;
    width: 100%;
    height: 1px;
    /* margin-top: -5px; */
    top: -10px;
    background-color: #D9531E;
}

.modalbox-inner .close-btn {
   
    top: 20% !important;
    right: 20% !important;
    
    z-index: 9999 !important;
     
}


@media(max-width: 600px){
	.cur_past_block{
		padding: 0 20px;
	}
	.staff_page_div img{
		height: auto !important;
	}
}
@media(max-width: 460px){
	.cur_past_block{
		top: -50px;
	}
}