@charset "UTF-8";
.wrapper.splash {
    background-image: url(../assets/images/cambridge-ma-realtor.jpg);
    min-height: 560px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 500;
}
.splash .rslogo {
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.60) 0%,rgba(0,0,0,0.00) 100%);
    width: 100%;
    padding-bottom: 20px;
}
.splash .rslogo img {
    max-width: 350px;
    width: 60%;
}
.topsocial  {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.70) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.70) 100%);
    background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.70) 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.70) 100%);
    padding-right: 15px;
}
.topsocial img {
    width: 44px;
}
a img:hover {
    opacity: 0.75;
    top: auto;
}
.main.goldoverlay  {
    background-color: rgba(0,44,86,0.80);
    color: #FFFFFF;
    font-family: 'Jost', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 50px;
    font-weight: 500;
    padding: 5px 15px;
    line-height: 1em;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 501;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 60px;
    margin: auto auto 0px;
}
.rayrow {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 600;
    /* [disabled]display: flex; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rayrow .info {
    width: 270px;
    text-align: right;
    padding-top: 20px;
    position: absolute;
    top: 0px;
}
.rayrow .info p {
    font-weight: 300;
    line-height: 1.2em;
    font-size: 18px;
}
.social {
    padding-top: 10px;
    padding-bottom: 5px;
}
.social img {
    width: 46px;
}
.ray {
    position: relative;
    left: 0px;
    width: 24%;
    max-width: 375px;
    bottom: 0px;
    height: 100%;
    text-align: right;
}
.ray img {
    width: 100%;
    position: absolute;
    padding-bottom: 0px;
    padding-left: 0px;
    bottom: 0px;
    right: 0px;
}
.gold {
    color: #002c56;
}
.goldbg {
    background-color: #002c56;
}
.transactions {
    color: #FFFFFF;
}
.white {
    color: #FFFFFF;
}
p.connect {
    font-size: 34px;
    margin: 25px 0 2vw;
    line-height: 1em;
}
p {
    font-size: 18px;
    line-height: 1.3em;
}
h1, h2 {
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 1.1em;
}
h1 em {
    color: #002c56;
}
h3 {
    font-weight: 300;
    font-size: 50px;
}
h4 {
    font-weight: 300;
    font-size: 35px;
    text-transform: uppercase;
    padding-bottom: 10px;
}
h5 {
    font-weight: 300;
    font-size: 40px;
    padding-bottom: 10px;
    line-height: 1.1em;
}

.transactions p {
    line-height: 1.1em;

}
.transactions p:nth-of-type(3n+0) {
  font-style: italic;
}
.transactions .title {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 25px;
    box-sizing: border-box;
    margin-left: 4%;
    float: left;
}
.transactions .column {
    width: 35%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 25px;
    box-sizing: border-box;
    float: left;
}
p.house {
    padding-top: 25px;
}
p.connect a {
    text-decoration: none;
    color: #002c56;
}
p.testimonial {
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-style: italic;
    font-size: 18px;
    line-height: 1.2em;
    padding: 10px 10px 10px 16px;
    color: #FFFFFF;
    text-indent: -6px;
}
p.client {
    color: #DEDEDE;
    padding: 10px;
    text-align: right;
}
p.specs {
    font-weight: 700;
    font-size: 22px;
}
.lr {
    background-image: url(../assets/images/new-home-living-room.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.kt {
    background-image: url(../assets/images/new-home-kitchen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#readmore, #readless, #showmore, #showless {
	display:none;
	text-align: right;
}
#readmore a, #readless a, #showmore a, #showless a {
	padding: 15px;
    font-family: 'Jost', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: auto;
}	
#readmore a, #readless a {
	color: #AFAFAF;

	}
#showmore a, #showless a {
	color: #FFF;

	}

.intro {
	width: 60%;	
}

.info img.plat {
    position: absolute;
    left: -150px;
    width: 180px;
    right: auto;
}

footer {
	padding: 25px;
}
footer .logo {
    width: 80%;
    max-width: 300px;
}

footer p {
	color: #C4C4C4;
}


@media only screen and (min-width: 1501px) {
	
.rayrow .info {
    right: 25%;
}	
}

@media only screen and (max-width: 1500px) {
	
.rayrow .info {
    right: 26%;
}	
}

@media only screen and (max-width: 1250px) {
	
.info img.plat {

	left: -110px;
	width: 150px;
}
}


@media only screen and (max-width: 1150px) {
	.intro {
	width: 50%;	
}	
	
	.info img.plat {
	left: -110px;
	width: 120px;
}

}

@media only screen and (max-width: 1000px) {

.transactions .title {
    width: 100%;
    padding: 10px 20px 0;
    margin-left: 0;
    float: none;
}
.transactions .column {
    width: 50%;
    padding: 10px 20px;
    float: left;
}
}

@media only screen and (min-width: 901px) {
.introboxm {
		display: none;
	}	
	
}

@media only screen and (max-width: 900px) {

/*
.rayrow .info {
    width: 240px;
    padding-top: 25px;
    right: 35%;
}
.rayrow .info h1 {
		font-size: 28px;
	}	

.social img {
    width: 46px;
}
.ray {
    width: 35%;
}
*/
.info img.plat {
display: none;
}	

img.platm {
	width:20%;
	float: left;
	margin-right: 10px;
		
	}	
	
.platmo {
		display: flex;
		position: relative;
	}	
	
.platmo img {
		position: absolute;
		bottom: -25px;
		width: 20%;
    	align-self: top;
		height: auto;
		margin-right: 10px;
	}

.platmo p {
		width: 70%;	
		margin-left: 25%;
	}
	
.introbox {
		display: none;
	}

.rayrow .info {
    width: 58%;
    position: relative;
    right: auto;
    padding-top: 25px;
    float: none;
}
.rayrow .info h1 {
		font-size: 32px;
	}	

.social div {
		margin: auto;
	}	
.social img {
    width: 62px;
}
.ray {
    width: 36%;
	margin-left: auto;
}	
	
p.client {
    padding-bottom: 40px;
}
	
.info img.plat {
	left: 20px;
}	


}


@media only screen and (max-width: 800px) {

.main.goldoverlay  {
    font-size: 45px;
    padding: 5px 38% 5px 15px;
    height: 100px;
}	

}


@media only screen and (min-width: 701px) {

	#moretest {
		
	display:none;	
	}
	}

@media only screen and (max-width: 700px) {

.wrapper.splash {
    min-height: 400px;
}	
	
.test2 {
		display: none;
	}
	
.transactions .column {
    width: 100%;
    padding: 10px 20px;
    float: none;
}

.platmo img {
		bottom: -15px;
		width: 20%;

	}	
	
#readmore, #showmore {	
	display:block;
	}
	
#moretest, #moretrans {
	display:none;
	}	
}

@media only screen and (max-width: 600px) {

.main.goldoverlay  {
    font-size: 40px;
    padding: 5px 35% 5px 15px;
    height: 90px;
}	

.rayrow .info {
padding-top: 10px;
	}
.rayrow .info h1 {
		font-size: 30px;
	}		
.rayrow .info p {
    font-size: 16px;
	line-height: 1.2em;
}
	
.platmo img {
		bottom: -5px;
		width: 28%;
	}

.platmo p {
		width: 65%;	
		margin-left: 32%;
	}
		
	
}


@media only screen and (max-width: 500px) {

.platmo img {
		top: -5px;
		bottom: auto;
	}
	
}
