.property-name{
    position: absolute;
    display: inline-block;
    font-size: 16px;
    font-family: "MacklinSans-Medium";
    letter-spacing: 0.03em;
    line-height: 16px;
    /*color: #568d9a;*/
    text-transform: uppercase;
    bottom: 12px;
    left: 28px;
    }
.property-name.type-1{
    /*color: #46727d;*/
    color: #000;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1), 0px 0px 1px rgba(255, 255, 255, 1);
    }
.property-name.type-2{
    color: #FFF;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 1), 0px 0px 1px rgba(0, 0, 0, 1), 0px 0px 1px rgba(0, 0, 0, 1), 0px 0px 1px rgba(0, 0, 0, 1);
    }
.jgsLink {
    position: relative;
    display: inline-block;
    font-size: 21px;
    line-height: 1.1em;
    font-family: "MacklinDisplay-Italic";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	cursor:pointer;
	}
.jgsLink a{
	color:#FFF;
	transition:all ease-in-out 400ms;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	}
.jgsLink a:hover{
	color:#093036;
	}
.jgsLink::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0px;
    background-color: #c1f7f9;
    top: 16px;
    left: 102%;
	}
.jgsLink:hover::before {
	background-color: #093036;
    width: 30px;
	margin-right: -35px;
	transition: all ease-in-out 400ms;
	}
@media only screen and (min-width:992px){
.jgsLink {
    font-size: 26px;
    }
}
@media only screen and (min-width:1200px){
.property-name{
    font-size: 18px;
    line-height: 18px;
    }
}
@media only screen and (min-width:1900px){
.property-name{
    font-size: 21px;
    line-height: 21px;
    }
}



