﻿




.our-team{
    text-align: center;
    transition: all 0.5s ease 0s;
	margin-bottom: 30px;
}
.our-team:hover{
    box-shadow: 0 15px 10px -10px rgba(80,119,156, 0.5), 0 1px 4px rgba(80,119,156, 0.3), 0 0 40px rgba(80,119,156, 0.1) inset;
}
.our-team .pic{
    overflow: hidden;
    position: relative;
}
.our-team .pic:before,
.our-team .pic:after{
    content: "";
    width: 200%;
    height: 80%;
    background: rgba(38,37,37,0.8);
    position: absolute;
    top: -100%;
    left: -4%;
    transform: rotate(45deg);
    transition: all 0.5s ease 0s;
}
.our-team .pic:after{
    background: rgba(214,81,6,0.8);
    top: auto;
    left: auto;
    bottom: -100%;
    right: -4%;
}
.our-team:hover .pic:before{ top: 0; }
.our-team:hover .pic:after{ bottom: 0; }
.our-team .pic img{
    width: 100%;
    height: auto;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 45%;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.5s ease 0.3s;
}
.our-team:hover .social{ opacity: 1; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #50779C;
    border-radius: 0 20px 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover:after{ transform: rotate(180deg); }
.our-team .team-content{ padding: 20px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #50779C;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.our-team .post{
    display: block;
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
}


@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}


.border-grey {
	border: 1px #50779C solid;
padding: 10px;

}


.our-team-texas{
    text-align: left;
    transition: all 0.5s ease 0s;
	margin-bottom: 30px;
}

.team-content h3 {
	font-weight: bold;
color: #50779C;
}

.our-team li:hover {
	margin-left: 40px;
}


.blog-box-inner .blog-detail{
	position: absolute;
	top: 0;
	background: #fff;
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
}

.blog-detail h4 {
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.blog-detail ul li {
    display: inline-block;
    padding: 0px 5px;
}
.blog-detail ul li span{
	color: #50779C;
	cursor: pointer;
}
.blog-detail ul li span:hover{
	color: #010101;
}

.blog-detail ul li:first-child {
    padding-left: 0px;
}

.blog-detail p {
    padding: 10px 0px 0 0;
	margin: 0px;
	font-size: 13px;
}

.blog-detail a{
	color: #ffffff;
	margin-top: 20px;
}

.blog-box-inner .blog-detail:hover{
	background: rgba(255, 255, 255, .9);
}


.blog-box{
	padding: 70px 0px;
}
.blog-box-inner{
	position: relative;
	margin-bottom: 30px;
}

.blog-box-inner .blog-img-box{
	position: relative;
	display: block;
}

.blog-box-inner .blog-detail{
	position: absolute;
	top: 0;
	background: #fff;
	padding: 30px 25px;
	border: 1px solid #ddd;
	transition-duration: .5s;
	height: 100%;
}


.cta{
    background-image: url('../images/join-swingers-new-york.jpg');
}

#page_header {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/cover.jpg');
text-align: center;
background-size: cover;
position: relative;
}


#page_header-new-york-city {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/new-york-city-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-hempstead {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/hempstead-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-brookhaven {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/brookhaven-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-islip {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/islip-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-oyster-bay {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/oyster-bay-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-buffalo {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/buffalo-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-babylon {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/babylon-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-rochester {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/rochester-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-huntington {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/huntington-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-yonkers {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/yonkers-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-syracuse {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/syracuse-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header-smithtown {
height: 100vh;
padding-top: 200px;
background-position: center;
background-image: url('../images/smithtown-750.jpg');
text-align: center;
background-size: cover;
position: relative;  
}

#page_header:after,
#page_header-new-york-city:after, 
#page_header-hempstead:after, 
#page_header-brookhaven:after, 
#page_header-islip:after, 
#page_header-oyster-bay:after, 
#page_header-buffalo:after, 
#page_header-babylon:after, 
#page_header-rochester:after, 
#page_header-huntington:after, 
#page_header-yonkers:after, 
#page_header-syracuse:after, 
#page_header-smithtown:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}


a.normal-link {
	color: #404040;
font-weight: bold;
}

a.normal-link:hover {
	color: #cc0033;
font-weight: bold;
}

.text-left {
	text-align: left;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
#page_header,
#page_header-new-york-city, 
#page_header-hempstead, 
#page_header-brookhaven, 
#page_header-islip, 
#page_header-oyster-bay, 
#page_header-buffalo, 
#page_header-babylon, 
#page_header-rochester, 
#page_header-huntington, 
#page_header-yonkers, 
#page_header-syracuse, 
#page_header-smithtown {
   height: 100vh;
    background-image: url('../images/red.jpg');
    text-align: center;
    background-size: cover;
    position: relative;
}

}




.terms {
float: left;
width: 90%;
font-weight: bold;
border-top: 2px #CC0033 solid;
border-left: 2px #CC0033 solid;
border-right: 2px #CC0033 solid;
padding: 3px 3px 3px 3px;
text-align: left;
color: #CC0033;
	}

.terms a {
	color: #000;
}

.terms a:hover {
	color: #0E74A5;
text-decoration: underline;
}

.defined {
float: left;
width: 90%;
border-top: 1px #fff solid;
border-left: 2px #CC0033 solid;
border-right: 2px #CC0033 solid;
padding: 3px 3px 3px 3px;
}

.defined-bottom {
float: left;
width: 90%;
border-left: 2px #CC0033 solid;
border-right: 2px #CC0033 solid;
border-bottom: 2px #CC0033 solid;
padding: 3px 3px 3px 3px;
margin-bottom: 30px;
}

li .link {
	color: #cc0033;
}

li .link:hover {
	color: #cc0033;
text-decoration: underline;
}


