

/** COOWNERSHIP **/
.Coownership {
	font-size:0px;
  margin:0px auto;
  max-width:1280px;
}
.Coownership .CoownershipCol {
	width:50%;
}
.Coownership .CoownershipCol--left {
	float:left;
}
.Coownership .CoownershipCol--right {
	float:right;
}
.Coownership .CoownershipCol-spacing {
	font-size:16px;
	padding:40px;
}
.Coownership .CoownershipCol-coown .CoownershipCol-spacing {
	background:#E83A4F;
  margin:0px 20px 0px 0px;
}
.Coownership .CoownershipCol-renttoown .CoownershipCol-spacing {
	background:#47B49E;
  margin:0px 0px 0px 20px;
}
.Coownership .CoownershipCol-logo {
  display:block;
  margin:0px auto 40px auto;
  max-width:240px;
  text-align:center;
}
.Coownership .CoownershipCol-logo img {
  width:100%;
  max-width:300px;
  max-height:74px;
}
.Coownership .CoownershipCol-video {
  display:block;
  position:relative;
}
.Coownership .CoownershipCol-video .play {
  position:absolute;
  top:50%;
  left:50%;
  margin:-95px 0px 0px -95px;
  display:block;
  width:190px;
  height:190px;
  padding:20px;
  -webkit-border-radius:50% 50% 50% 50%;
  -moz-border-radius:50% 50% 50% 50%;
  -ms-border-radius:50% 50% 50% 50%;
  -o-border-radius:50% 50% 50% 50%;
  border-radius:50% 50% 50% 50%;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  -webkit-animation:playButton 2s infinite;
  -moz-animation:playButton 2s infinite;
  -o-animation:playButton 2s infinite;
  animation:playButton 2s infinite;
}
.Coownership .CoownershipCol-coown .CoownershipCol-video .play {
  background:rgba(232,58,79,0.8);
}
.Coownership .CoownershipCol-renttoown .CoownershipCol-video .play {
  background:rgba(71,180,158,0.8);
}
@-webkit-keyframes playButton {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}
@-moz-keyframes playButton {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}
@-o-keyframes playButton {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}
@keyframes playButton {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}
.Coownership .play img {
  width:100%;
  max-width:187px;
  max-height:187px;
}
.Coownership .CoownershipCol-video .background {
  width:100%;
  max-width:840px;
  max-height:473px;
}
.Coownership video {
	display:none;
}
.fancybox-inner video {
	width:100%;
}
.Coownership .CoownershipCol-text h3,
.Coownership .CoownershipCol-text p,
.Coownership .CoownershipCol-base {
	color:#FFFFFF !important;
}
.Coownership .CoownershipCol-text h3 {
  font-size:1.5em;
  line-height:1.2em;
  font-weight:bold;
  margin:40px 0px 20px 0px;
  padding:0px;
}
.Coownership .CoownershipCol-base {
  position:relative;
  font-weight:200;
  padding:40px 90px 0px 0px;
  min-height:68px;
}
.Coownership .CoownershipCol-base a {
  display:block;
  color:#FFFFFF;
  font-weight:400;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.Coownership .CoownershipCol-base a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.Coownership .CoownershipCol-base .icon {
  position:absolute;
  bottom:0;
  right:0;
  width:70px;
}
.Coownership .CoownershipCol-base .icon img {
  width:100%;
  max-width:280px;
  max-height:274px;
}
@media screen and (max-width:1080px){
  .Coownership .CoownershipCol-coown .CoownershipCol-spacing {
    margin:0px 10px 0px 0px;
  }
  .Coownership .CoownershipCol-renttoown .CoownershipCol-spacing {
    margin:0px 0px 0px 10px;
  }
  .Coownership .CoownershipCol-video .play {
    margin:-65px 0px 0px -65px;
    width:130px;
    height:130px;
    padding:10px;
  }
}
@media screen and (max-width:840px){
  .Coownership .CoownershipCol,
  .Coownership .CoownershipCol--left,
  .Coownership .CoownershipCol--right {
  	float:none;
    width:100%;
  }
  .Coownership .CoownershipCol-coown .CoownershipCol-spacing,
  .Coownership .CoownershipCol-renttoown .CoownershipCol-spacing {
  	margin:40px 0px 0px 0px;
  }
}
@media screen and (max-width:480px){
  .Coownership .CoownershipCol-spacing {
  	padding:40px 20px;
  }
}
@media screen and (max-width:380px){
  .Coownership .CoownershipCol-video .play {
    margin:-50px 0px 0px -50px;
    width:100px;
    height:100px;
  }

  .Coownership .CoownershipCol-base {
    text-align:center;
    padding:40px 0px 0px 0px;
    min-height:unset;
  }
  .Coownership .CoownershipCol-base .icon {
    position:static;
    bottom:unset;
    right:unset;
    margin:40px auto 0px auto;
  }
}
