/* Author:
Clay Cooper @ LookingLA
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { 
  font-size: 100%; 
  -webkit-text-size-adjust: 100%; 
  -ms-text-size-adjust: 100%; 
}
html, button, input, select, textarea { 
  font-family: 'Maven Pro', sans-serif; 
  color: #222; 
}
body { 
  margin: 0; 
  font-size: 14px;
  line-height: 1.4; 
}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

/* ===============================================
  LINKS
  =============================================== */
a { color: #555; }
a:visited { color: #555; }
a:hover { color: #000; }
a:focus-visible {
  outline: solid;
  outline-color: blue !important;
  z-index: 99 !important;
}

/* ===============================================
  HEADERS
  =============================================== */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: bold;
  margin: 0;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #fff; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

body {
text-align: center;
}

#container {
width: 1024px;
height: 768px;
margin: 0 auto;
position: relative;
text-align: left;
display:inline-block;
}

#ross-design-logo {
  color: transparent !important;
  position: absolute;
  height: 69px;
  width: 329px;
  background-image: url(../img/ross-design-logo.jpg);
  left: 50%;
  margin-left: -163px;
  top: 50%;
  margin-top: -30px;
  display:block;
}



/* ===============================================
  TOP NAVIGATION BAR
  =============================================== */
nav#top-nav {
  margin-bottom: 10px;
  min-width: 500px;
}
nav#bottom-nav ul,
nav#top-nav ul { 
  list-style: none; 
  padding: 5px 20px 5px 0;
  position: relative; 
}
nav#top-nav ul li { 
  display: inline; 
}
nav#bottom-nav ul li a,
nav#top-nav ul li a {
  font-size: 14px;
  display: block;
  float: left;
  padding: 0 16px;
  text-decoration: none; 
  margin-top: 2px;
  margin-bottom: 10px;
}
nav#bottom-nav ul li a.current,
nav#top-nav ul li a.current {
  color:#000;
  text-decoration: underline;
}
nav#top-nav a.nav-logo {
  float: left;
  margin: 4px;
}
nav#top-nav a.nav-logo h1 {
  margin: 0;
}
nav#top-nav a.nav-logo img {
  max-height: 36px;
}
@media only screen and (max-width: 650px) {
  nav#top-nav ul {
    clear: left;
  }
}
.nav-spacer {
  clear: both;
  height: 5px;
}

/* ===============================================
  TOP NAVIGATION BAR
  =============================================== */

nav#bottom-nav {
  clear: both;
  margin-top: 30px;
}
nav#bottom-nav ul {
  display: flex;
  justify-content: center;
}

/* ===============================================
  TEAM NAV
  =============================================== */
.current-2 {
  font-weight:bold;
}


/* ===============================================
  FLUID 3-COLUMNS FOR TEAMS PAGES
  =============================================== */
.fluid-image-column {
  width:317px;
  height:317px;
  -webkit-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  -moz-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  float: left;
  margin: 0 50px;
}
.fluid-text-column {
  width: 270px;
  float: left;
}
.fluid-top-right-menu {
  display: inline-block;
  list-style-type: none;
  line-height: 1.875em;
}

/* ===============================================
  FLUID 3-COLUMNS FOR TEAMS PAGES
  =============================================== */
.fluid-single-column {
  margin-left: 20px;
}

/* ===============================================
  FIXED COLUMNS
  =============================================== */
.text-column {
  position:absolute;
  left:600px;
  top:30px;
  width:270px;
}

.image-column {
  position:absolute;
  left:239px;
  top:0;
  width:317px;
  height:317px;
  -webkit-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  -moz-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
}

.image-column img {
  width: 317px;
}

.caption {
  position: absolute;
  left: 600px;
  top: 305px;

  font-size:16px;
  display: block;
  color: #555;
  font-weight: bold;
}

#p-image {
  width:317px;
  height:317px;
}

.top-right-menu {
  position:absolute;
  top:30px;
  left:846px;
  list-style-type: none;
  line-height: 1.875em;
}
.fluid-top-right-menu a,
.top-right-menu a {
  text-decoration: none;
  color: #000;
}
.fluid-top-right-menu a:hover,
.top-right-menu a:hover {
  font-weight:bold;
}
.dot-underline {
 border-bottom: 1px dotted #000;
width: 161px;
}

/* ||||| BEGIN IMAGE CONTAINERS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
.lg-thumb, .lg-thumb-s {
  color: transparent !important;
  position: absolute;
  height: 108px;
  width: 108px;
  text-decoration:none;
  -webkit-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  -moz-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  cursor: pointer;
}

.sm-thumb, .sm-thumb-s {
  color: transparent !important;
  position: absolute;
  height: 72px;
  width: 72px;
  text-decoration:none;
  -webkit-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  -moz-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
  cursor: pointer;
}

.thumb-s {
text-decoration:none;
-webkit-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
-moz-box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
box-shadow: 5px 5px 7px 1px rgba(0, 0, 0, .25);
}

.shuffle-i {
  list-style-type: none;
}
.shuffle-ic {
  list-style-type: none;
  display: inline-block;
  margin-left: -500px;
}
.static-i {
  list-style-type: none;
}


  /* ||||| ABOUT PAGE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
.r1 {
background-image: url(../img/2face.jpg);
background-size:100%;
}
.r2 {
background-image: url(../img/alena-light.jpg);
background-size:100%;
}
.r3 {
background-image: url(../img/placeholder1.jpg);
background-size:100%;
}
.r4 {
background-image: url(../img/azzo.jpg);
background-size:100%;
}
.r5 {
background-image: url(../img/baaa.jpg);
background-size:100%;
}
.r6 {
background-image: url(../img/big-foot.jpg);
background-size:100%;
}
.r7 {
background-image: url(../img/boo.jpg);
background-size:100%;
}
.r8 {
background-image: url(../img/brewery-loft-01.jpg);
background-size:100%;
}
.r9 {
background-image: url(../img/brewery-loft-02.jpg);
background-size:100%;
}
.r10 {
background-image: url(../img/brewery-loft-03.jpg);
background-size:100%;
}
.r11 {
background-image: url(../img/brewery-loft-04.jpg);
background-size:100%;
}
.r12 {
background-image: url(../img/brewery-loft-05.jpg);
background-size:100%;
}
.r13 {
background-image: url(../img/brewery-loft-06.jpg);
background-size:100%;
}
.r14 {
background-image: url(../img/brewery-loft-07.jpg);
background-size:100%;
}
.r15 {
background-image: url(../img/deborah.jpg);
background-size:100%;
}
.r16 {
background-image: url(../img/edgee.jpg);
background-size:100%;
}
.r17 {
background-image: url(../img/findings-la-01.jpg);
background-size:100%;
}
.r18 {
background-image: url(../img/findings-la-02.jpg);
background-size:100%;
}
.r19 {
background-image: url(../img/findings-la-03.jpg);
background-size:100%;
}
.r20 {
background-image: url(../img/findings-la-04.jpg);
background-size:100%;
}
.r21 {
background-image: url(../img/findings-la-05.jpg);
background-size:100%;
}
.r22 {
background-image: url(../img/findings-la-06.jpg);
background-size:100%;
}
.r23 {
background-image: url(../img/findings-la-07.jpg);
background-size:100%;
}
.r24 {
background-image: url(../img/freeman-rim-residence-01.jpg);
background-size:100%;
}
.r25 {
background-image: url(../img/freeman-rim-residence-02.jpg);
background-size:100%;
}
.r26 {
background-image: url(../img/freeman-rim-residence-03.jpg);
background-size:100%;
}
.r27 {
background-image: url(../img/freeman-rim-residence-04.jpg);
background-size:100%;
}
.r28 {
background-image: url(../img/freeman-rim-residence-05.jpg);
background-size:100%;
}
.r29 {
background-image: url(../img/freeman-rim-residence-06.jpg);
background-size:100%;
}
.r30 {
background-image: url(../img/freeman-rim-residence-07.jpg);
background-size:100%;
}
.r31 {
background-image: url(../img/graham-residence-01.jpg);
background-size:100%;
}
.r32 {
background-image: url(../img/graham-residence-02.jpg);
background-size:100%;
}
.r33 {
background-image: url(../img/graham-residence-03.jpg);
background-size:100%;
}
.r34 {
background-image: url(../img/graham-residence-04.jpg);
background-size:100%;
}
.r35 {
background-image: url(../img/graham-residence-05.jpg);
background-size:100%;
}
.r36 {
background-image: url(../img/graham-residence-06.jpg);
background-size:100%;
}
.r37 {
background-image: url(../img/graham-residence-07.jpg);
background-size:100%;
}
.r38 {
background-image: url(../img/james.jpg);
background-size:100%;
}
.r39 {
background-image: url(../img/kristi-harris-sales-01.jpg);
background-size:100%;
}
.r40 {
background-image: url(../img/kristi-harris-sales-02.jpg);
background-size:100%;
}
.r41 {
background-image: url(../img/kristi-harris-sales-03.jpg);
background-size:100%;
}
.r42 {
background-image: url(../img/kristi-harris-sales-04.jpg);
background-size:100%;
}
.r43 {
background-image: url(../img/kristi-harris-sales-05.jpg);
background-size:100%;
}
.r44 {
background-image: url(../img/kristi-harris-sales-06.jpg);
background-size:100%;
}
.r45 {
background-image: url(../img/kristi-harris-sales-07.jpg);
background-size:100%;
}
.r46 {
background-image: url(../img/linda-ridge-01.jpg);
background-size:100%;
}
.r47 {
background-image: url(../img/linda-ridge-02.jpg);
background-size:100%;
}
.r48 {
background-image: url(../img/linda-ridge-03.jpg);
background-size:100%;
}
.r49 {
background-image: url(../img/linda-ridge-04.jpg);
background-size:100%;
}
.r50 {
background-image: url(../img/linda-ridge-05.jpg);
background-size:100%;
}
.r51 {
background-image: url(../img/linda-ridge-06.jpg);
background-size:100%;
}
.r52 {
background-image: url(../img/linda-ridge-07.jpg);
background-size:100%;
}
.r53 {
background-image: url(../img/low-boy.jpg);
background-size:100%;
}
.r54 {
background-image: url(../img/matrix.jpg);
background-size:100%;
}
.r55 {
background-image: url(../img/mooo.jpg);
background-size:100%;
}
.r56 {
background-image: url(../img/mosaic.jpg);
background-size:100%;
}
.r57 {
background-image: url(../img/oak-knoll-terrace-01.jpg);
background-size:100%;
}
.r58 {
background-image: url(../img/oak-knoll-terrace-02.jpg);
background-size:100%;
}
.r59 {
background-image: url(../img/oak-knoll-terrace-03.jpg);
background-size:100%;
}
.r60 {
background-image: url(../img/oak-knoll-terrace-04.jpg);
background-size:100%;
}
.r61 {
background-image: url(../img/oak-knoll-terrace-05.jpg);
background-size:100%;
}
.r62 {
background-image: url(../img/oak-knoll-terrace-06.jpg);
background-size:100%;
}
.r63 {
background-image: url(../img/oak-knoll-terrace-07.jpg);
background-size:100%;
}
.r64 {
background-image: url(../img/placeholder1.jpg);
background-size:100%;
}
.r65 {
background-image: url(../img/pine-stack.jpg);
background-size:100%;
}
.r66 {
background-image: url(../img/poseley-residence-01.jpg);
background-size:100%;
}
.r67 {
background-image: url(../img/poseley-residence-02.jpg);
background-size:100%;
}
.r68 {
background-image: url(../img/poseley-residence-03.jpg);
background-size:100%;
}
.r69 {
background-image: url(../img/poseley-residence-04.jpg);
background-size:100%;
}
.r70 {
background-image: url(../img/poseley-residence-05.jpg);
background-size:100%;
}
.r71 {
background-image: url(../img/poseley-residence-06.jpg);
background-size:100%;
}
.r72 {
background-image: url(../img/poseley-residence-07.jpg);
background-size:100%;
}
.r73 {
background-image: url(../img/r2d2.jpg);
background-size:100%;
}
.r74 {
background-image: url(../img/redcube.jpg);
background-size:100%;
}
.r75 {
background-image: url(../img/relax.jpg);
background-size:100%;
}
.r76 {
background-image: url(../img/rodney.jpg);
background-size:100%;
}
.r77 {
background-image: url(../img/meche-01.jpg?080113);
background-size:100%;
display:none;
}
.r78 {
background-image: url(../img/meche-02.jpg?080113);
background-size:100%;
display:none;
}
.r79 {
background-image: url(../img/meche-03.jpg?080113);
background-size:100%;
display:none;
}
.r80 {
background-image: url(../img/meche-04.jpg?080113);
background-size:100%;
display:none;
}
.r81 {
background-image: url(../img/meche-05.jpg?080113);
background-size:100%;
display:none;
}
.r82 {
background-image: url(../img/meche-06.jpg?080113);
background-size:100%;
display:none;
}
.r83 {
background-image: url(../img/meche-07.jpg?080113);
background-size:100%;
display:none;
}
.r84 {
background-image: url(../img/spider.jpg);
background-size:100%;
}
.r85 {
background-image: url(../img/sqfir.jpg);
background-size:100%;
}
.r86 {
background-image: url(../img/tryke-three.jpg);
background-size:100%;
}
.r87 {
background-image: url(../img/twins.jpg);
background-size:100%;
}
.r88 {
background-image: url(../img/view-4-and-5.jpg);
background-size:100%;
}
.r89 {
background-image: url(../img/wally.jpg);
background-size:100%;
}
.r90 {
background-image: url(../img/woody.jpg);
background-size:100%;
}



.shuffle-i li:nth-child(1) {
position:absolute;
left:56px;
top:104px;
z-index:1;
height: 108px;
width: 108px;
}
.shuffle-i li:nth-child(2) {
position:absolute;
left:245px;
top:61px;
z-index:1;
height: 108px;
width: 108px;
}
.shuffle-i li:nth-child(3) {
position:absolute;
left:332px;
top:114px;
z-index:2;
height: 108px;
width: 108px;
}
.shuffle-i li:nth-child(4) {
position:absolute;
left:202px;
top:355px;
z-index:1;
height: 108px;
width: 108px;
}
.shuffle-i li:nth-child(5) {
position:absolute;
left:121px;
top:490px;
z-index:1;
height: 108px;
width: 108px;
}
.shuffle-i li:nth-child(6) {
position:absolute;
left:281px;
top:557px;
z-index:1;
height: 108px;
width: 108px;
}
.shuffle-i li:nth-child(7) {
position:absolute;
left:151px;
top:197px;
z-index:2;
height: 72px;
width: 72px;
}
.shuffle-i li:nth-child(8) {
position:absolute;
left:92px;
top:313px;
z-index:2;
height: 72px;
width: 72px;
}
.shuffle-i li:nth-child(9) {
position:absolute;
left:65px;
top:472px;
z-index:2;
height: 72px;
width: 72px;
}
.shuffle-i li:nth-child(10) {
position:absolute;
left:29px;
top:583px;
z-index:2;
height: 72px;
width: 72px;
}
.shuffle-i li:nth-child(11) {
position:absolute;
left:228px;
top:645px;
z-index:2;
height: 72px;
width: 72px;
}
.shuffle-i li:nth-child(12), .shuffle-i li:nth-child(13), .shuffle-i li:nth-child(14), .shuffle-i li:nth-child(15), .shuffle-i li:nth-child(16), .shuffle-i li:nth-child(17), .shuffle-i li:nth-child(18), .shuffle-i li:nth-child(19), .shuffle-i li:nth-child(20), .shuffle-i li:nth-child(21), .shuffle-i li:nth-child(22), .shuffle-i li:nth-child(23), .shuffle-i li:nth-child(24), .shuffle-i li:nth-child(25), .shuffle-i li:nth-child(26), .shuffle-i li:nth-child(27), .shuffle-i li:nth-child(28), .shuffle-i li:nth-child(29), .shuffle-i li:nth-child(30), .shuffle-i li:nth-child(31), .shuffle-i li:nth-child(32), .shuffle-i li:nth-child(33), .shuffle-i li:nth-child(34), .shuffle-i li:nth-child(35), .shuffle-i li:nth-child(36), .shuffle-i li:nth-child(37), .shuffle-i li:nth-child(38), .shuffle-i li:nth-child(39), .shuffle-i li:nth-child(40), .shuffle-i li:nth-child(41), .shuffle-i li:nth-child(42), .shuffle-i li:nth-child(43), .shuffle-i li:nth-child(44), .shuffle-i li:nth-child(45), .shuffle-i li:nth-child(46), .shuffle-i li:nth-child(47), .shuffle-i li:nth-child(48), .shuffle-i li:nth-child(49), .shuffle-i li:nth-child(50), .shuffle-i li:nth-child(51), .shuffle-i li:nth-child(52), .shuffle-i li:nth-child(53), .shuffle-i li:nth-child(54), .shuffle-i li:nth-child(55), .shuffle-i li:nth-child(56), .shuffle-i li:nth-child(57), .shuffle-i li:nth-child(58), .shuffle-i li:nth-child(59), .shuffle-i li:nth-child(60), .shuffle-i li:nth-child(61), .shuffle-i li:nth-child(62), .shuffle-i li:nth-child(63), .shuffle-i li:nth-child(64), .shuffle-i li:nth-child(65), .shuffle-i li:nth-child(66), .shuffle-i li:nth-child(67), .shuffle-i li:nth-child(68), .shuffle-i li:nth-child(69), .shuffle-i li:nth-child(70), .shuffle-i li:nth-child(71), .shuffle-i li:nth-child(72), .shuffle-i li:nth-child(73), .shuffle-i li:nth-child(74), .shuffle-i li:nth-child(75), .shuffle-i li:nth-child(76), .shuffle-i li:nth-child(77), .shuffle-i li:nth-child(78), .shuffle-i li:nth-child(79), .shuffle-i li:nth-child(80), .shuffle-i li:nth-child(81), .shuffle-i li:nth-child(82), .shuffle-i li:nth-child(83), .shuffle-i li:nth-child(84), .shuffle-i li:nth-child(85), .shuffle-i li:nth-child(86), .shuffle-i li:nth-child(87), .shuffle-i li:nth-child(88), .shuffle-i li:nth-child(89), .shuffle-i li:nth-child(90) {
display:none;
}

  /* ||||| TEAM PAGE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */

  /* ||||| PORTFOLIO PAGE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
.fp-menu {
  position:absolute;
  top:55px;
  left:846px;
  list-style-type: none;
  line-height: 1.5em;
}
.fp-menu a {
  text-decoration: none;
  color: #000;
}
.fp-menu a:hover {
  font-weight:bold;
}

.client-column {
position:absolute;
left:704px;
top:30px;
width:270px;
list-style-type: none;
line-height:1.25em;
}
.client-column a {
color: #000;
text-decoration:none;
}

#pf1 {
left: 467px;
top: 0px;
background-image: url(../img/oak-knoll-terrace-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pf1:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pf2 {
left: 335px;
top: 47px;
background-image: url(../img/brewery-loft-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pf2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pf3 {
left: 81px;
top: 48px;
background-image: url(../img/graham-residence-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pf3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pf4 {
left: 27px;
top: 146px;
background-image: url(../img/poseley-residence-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pf4:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pf5 {
left: 367px;
top: 215px;
background-image: url(../img/poseley-residence-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pf5:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pf6 {
left: 241px;
top: 403px;
background-image: url(../img/brewery-loft-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pf6:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pf7 {
left: 334px;
top: 522px;
background-image: url(../img/meche-06.jpg?080113);
background-size:100%;
z-index: 0;
display:none;
transition: all .2s ease-in-out;
}
#pf7:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pf8 {
left: 64px;
top: 570px;
background-image: url(../img/linda-vista-05.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pf8:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pf9 {
left: 212px;
top: 615px;
background-image: url(../img/oak-knoll-terrace-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pf9:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pf10 {
left: 478px;
top: 551px;
background-image: url(../img/findings-la-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pf10:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#pfs1 {
left: 206px;
top: 98px;
background-image: url(../img/oak-knoll-terrace-05.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs2 {
left: 252px;
top: 162px;
background-image: url(../img/freeman-rim-residence-04.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#pfs2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs3 {
left: 459px;
top: 155px;
background-image: url(../img/kristi-harris-sales-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs4 {
left: 114px;
top: 239px;
background-image: url(../img/linda-ridge-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs5 {
left: 0;
top: 287px;
background-image: url(../img/poseley-residence-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs5:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs6 {
left: 212px;
top: 293px;
background-image: url(../img/oak-knoll-terrace-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs6:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs7 {
left: 92px;
top: 375px;
background-image: url(../img/graham-residence-03.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#pfs7:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs8 {
left: 44px;
top: 440px;
background-image: url(../img/graham-residence-05.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs8:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs9 {
left: 399px;
top: 428px;
background-image: url(../img/linda-ridge-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs9:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs10 {
left: 136px;
top: 525px;
background-image: url(../img/findings-la-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs10:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs11 {
left: 114px;
top: 695px;
background-image: url(../img/freeman-rim-residence-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs11:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs12 {
left: 388px;
top: 622px;
background-image: url(../img/meche-02.jpg?080113);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs12:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs13 {
left: 519px;
top: 206px;
background-image: url(../img/graham-residence-06.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs13:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs14 {
left: 498px;
top: 452px;
background-image: url(../img/linda-vista-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#pfs14:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#pfs15 {
left: 144px;
top: 420px;
background-image: url(../img/linda-vista-02.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#pfs15:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}


#design-within-reach1 {
left: 90px;
top: 54px;
background-image: url(../img/design-within-reach-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#design-within-reach1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#design-within-reach2 {
left: 141px;
top: 412px;
background-image: url(../img/design-within-reach-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#design-within-reach2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#design-within-reach3 {
left: 198px;
top: 507px;
background-image: url(../img/design-within-reach-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#design-within-reach3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#design-within-reach-s1 {
left: 18px;
top: 193px;
background-image: url(../img/design-within-reach-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#design-within-reach-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#design-within-reach-s2 {
left: 77px;
top: 253px;
background-image: url(../img/design-within-reach-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#design-within-reach-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#design-within-reach-s3 {
left: 28px;
top: 363px;
background-image: url(../img/design-within-reach-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#design-within-reach-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#design-within-reach-s4 {
left: 90px;
top: 466px;
background-image: url(../img/design-within-reach-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#design-within-reach-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}


#addidas1 {
left: 90px;
top: 54px;
background-image: url(../img/addidas-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#addidas1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#addidas2 {
left: 141px;
top: 412px;
background-image: url(../img/addidas-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#addidas2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#addidas3 {
left: 198px;
top: 507px;
background-image: url(../img/addidas-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#addidas3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#addidas-s1 {
left: 18px;
top: 193px;
background-image: url(../img/addidas-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#addidas-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#addidas-s2 {
left: 77px;
top: 253px;
background-image: url(../img/addidas-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#addidas-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#addidas-s3 {
left: 28px;
top: 363px;
background-image: url(../img/addidas-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#addidas-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#addidas-s4 {
left: 90px;
top: 466px;
background-image: url(../img/addidas-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#addidas-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}

#tools-for-living1 {
left: 90px;
top: 54px;
background-image: url(../img/tools-for-living-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#tools-for-living1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#tools-for-living2 {
left: 141px;
top: 412px;
background-image: url(../img/tools-for-living-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#tools-for-living2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#tools-for-living3 {
left: 198px;
top: 507px;
background-image: url(../img/tools-for-living-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#tools-for-living3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#tools-for-living-s1 {
left: 18px;
top: 193px;
background-image: url(../img/tools-for-living-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#tools-for-living-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#tools-for-living-s2 {
left: 77px;
top: 253px;
background-image: url(../img/tools-for-living-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#tools-for-living-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#tools-for-living-s3 {
left: 28px;
top: 363px;
background-image: url(../img/tools-for-living-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#tools-for-living-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#tools-for-living-s4 {
left: 90px;
top: 466px;
background-image: url(../img/tools-for-living-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#tools-for-living-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}



#brewery1 {
left: 90px;
top: 54px;
background-image: url(../img/brewery-loft-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#brewery1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#brewery2 {
left: 141px;
top: 412px;
background-image: url(../img/brewery-loft-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#brewery2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#brewery3 {
left: 198px;
top: 507px;
background-image: url(../img/brewery-loft-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#brewery3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#brewery-s1 {
left: 18px;
top: 193px;
background-image: url(../img/brewery-loft-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#brewery-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#brewery-s2 {
left: 77px;
top: 253px;
background-image: url(../img/brewery-loft-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#brewery-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#brewery-s3 {
left: 28px;
top: 363px;
background-image: url(../img/brewery-loft-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#brewery-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#brewery-s4 {
left: 90px;
top: 466px;
background-image: url(../img/brewery-loft-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#brewery-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}


#findings1 {
left: 90px;
top: 54px;
background-image: url(../img/findings-la-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#findings1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#findings2 {
left: 141px;
top: 412px;
background-image: url(../img/findings-la-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#findings2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#findings3 {
left: 198px;
top: 507px;
background-image: url(../img/findings-la-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#findings3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#findings-s1 {
left: 18px;
top: 193px;
background-image: url(../img/findings-la-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#findings-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#findings-s2 {
left: 77px;
top: 253px;
background-image: url(../img/findings-la-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#findings-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#findings-s3 {
left: 28px;
top: 363px;
background-image: url(../img/findings-la-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#findings-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#findings-s4 {
left: 90px;
top: 466px;
background-image: url(../img/findings-la-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#findings-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}

#freeman1 {
left: 90px;
top: 54px;
background-image: url(../img/freeman-rim-residence-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#freeman1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#freeman2 {
left: 141px;
top: 412px;
background-image: url(../img/freeman-rim-residence-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#freeman2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#freeman3 {
left: 198px;
top: 507px;
background-image: url(../img/freeman-rim-residence-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#freeman3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#freeman-s1 {
left: 18px;
top: 193px;
background-image: url(../img/freeman-rim-residence-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#freeman-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#freeman-s2 {
left: 77px;
top: 253px;
background-image: url(../img/freeman-rim-residence-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#freeman-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#freeman-s3 {
left: 28px;
top: 363px;
background-image: url(../img/freeman-rim-residence-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#freeman-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#freeman-s4 {
left: 90px;
top: 466px;
background-image: url(../img/freeman-rim-residence-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#freeman-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}




#graham1 {
left: 90px;
top: 54px;
background-image: url(../img/graham-residence-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#graham1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#graham2 {
left: 141px;
top: 412px;
background-image: url(../img/graham-residence-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#graham2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#graham3 {
left: 198px;
top: 507px;
background-image: url(../img/graham-residence-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#graham3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#graham-s1 {
left: 18px;
top: 193px;
background-image: url(../img/graham-residence-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#graham-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#graham-s2 {
left: 77px;
top: 253px;
background-image: url(../img/graham-residence-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#graham-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#graham-s3 {
left: 28px;
top: 363px;
background-image: url(../img/graham-residence-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#graham-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#graham-s4 {
left: 90px;
top: 466px;
background-image: url(../img/graham-residence-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#graham-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}

#kristi1 {
left: 90px;
top: 54px;
background-image: url(../img/kristi-harris-sales-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#kristi1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#kristi2 {
left: 141px;
top: 412px;
background-image: url(../img/kristi-harris-sales-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#kristi2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#kristi3 {
left: 198px;
top: 507px;
background-image: url(../img/kristi-harris-sales-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#kristi3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#kristi-s1 {
left: 18px;
top: 193px;
background-image: url(../img/kristi-harris-sales-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#kristi-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#kristi-s2 {
left: 77px;
top: 253px;
background-image: url(../img/kristi-harris-sales-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#kristi-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#kristi-s3 {
left: 28px;
top: 363px;
background-image: url(../img/kristi-harris-sales-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#kristi-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#kristi-s4 {
left: 90px;
top: 466px;
background-image: url(../img/kristi-harris-sales-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#kristi-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}





#linda1 {
left: 90px;
top: 54px;
background-image: url(../img/linda-ridge-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#linda2 {
left: 141px;
top: 412px;
background-image: url(../img/linda-ridge-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#linda2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#linda3 {
left: 198px;
top: 507px;
background-image: url(../img/linda-ridge-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#linda-s1 {
left: 18px;
top: 193px;
background-image: url(../img/linda-ridge-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#linda-s2 {
left: 77px;
top: 253px;
background-image: url(../img/linda-ridge-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#linda-s3 {
left: 28px;
top: 363px;
background-image: url(../img/linda-ridge-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#linda-s4 {
left: 90px;
top: 466px;
background-image: url(../img/linda-ridge-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#linda-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}



#linda-vista1 {
left: 90px;
top: 54px;
background-image: url(../img/linda-vista-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda-vista1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#linda-vista2 {
left: 141px;
top: 412px;
background-image: url(../img/linda-vista-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#linda-vista2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#linda-vista3 {
left: 198px;
top: 507px;
background-image: url(../img/linda-vista-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda-vista3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#linda-vista-s1 {
left: 18px;
top: 193px;
background-image: url(../img/linda-vista-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda-vista-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#linda-vista-s2 {
left: 77px;
top: 253px;
background-image: url(../img/linda-vista-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda-vista-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#linda-vista-s3 {
left: 28px;
top: 363px;
background-image: url(../img/linda-vista-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#linda-vista-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#linda-vista-s4 {
left: 90px;
top: 466px;
background-image: url(../img/linda-vista-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#linda-vista-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
  


#oak1 {
left: 90px;
top: 54px;
background-image: url(../img/oak-knoll-terrace-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#oak1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#oak2 {
left: 141px;
top: 412px;
background-image: url(../img/oak-knoll-terrace-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#oak2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#oak3 {
left: 198px;
top: 507px;
background-image: url(../img/oak-knoll-terrace-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#oak3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#oak-s1 {
left: 18px;
top: 193px;
background-image: url(../img/oak-knoll-terrace-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#oak-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#oak-s2 {
left: 77px;
top: 253px;
background-image: url(../img/oak-knoll-terrace-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#oak-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#oak-s3 {
left: 28px;
top: 363px;
background-image: url(../img/oak-knoll-terrace-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#oak-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#oak-s4 {
left: 90px;
top: 466px;
background-image: url(../img/oak-knoll-terrace-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#oak-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}


#poseley1 {
left: 90px;
top: 54px;
background-image: url(../img/poseley-residence-01.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#poseley1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#poseley2 {
left: 141px;
top: 412px;
background-image: url(../img/poseley-residence-05.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#poseley2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#poseley3 {
left: 198px;
top: 507px;
background-image: url(../img/poseley-residence-07.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#poseley3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#poseley-s1 {
left: 18px;
top: 193px;
background-image: url(../img/poseley-residence-02.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#poseley-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#poseley-s2 {
left: 77px;
top: 253px;
background-image: url(../img/poseley-residence-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#poseley-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#poseley-s3 {
left: 28px;
top: 363px;
background-image: url(../img/poseley-residence-04.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#poseley-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#poseley-s4 {
left: 90px;
top: 466px;
background-image: url(../img/poseley-residence-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#poseley-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}

#meche1 {
left: 90px;
top: 54px;
background-image: url(../img/meche-01.jpg?080113);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#meche1:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#meche2 {
left: 141px;
top: 412px;
background-image: url(../img/meche-06.jpg?080113);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#meche2:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#meche3 {
left: 198px;
top: 507px;
background-image: url(../img/meche-07.jpg?080113);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#meche3:hover {
z-index:99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#meche-s1 {
left: 18px;
top: 193px;
background-image: url(../img/meche-02.jpg?080113);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#meche-s1:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#meche-s2 {
left: 77px;
top: 253px;
background-image: url(../img/meche-03.jpg?080113);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#meche-s2:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#meche-s3 {
left: 28px;
top: 363px;
background-image: url(../img/meche-04.jpg?080113);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#meche-s3:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#meche-s4 {
left: 90px;
top: 466px;
background-image: url(../img/meche-05.jpg?080113);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#meche-s4:hover {
z-index:99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}


  /* ||||| PRODUCT PAGE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#p1 {
left: 81px;
top: 48px;
background-image: url(../img/alena-light.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#p1:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#p2 {
left: 27px;
top: 147px;
background-image: url(../img/tryke-three.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#p2:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#p3 {
left: 176px;
top: 420px;
background-image: url(../img/wally.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#p3:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#p4 {
left: 63px;
top: 566px;
background-image: url(../img/edgee.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#p4:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#p5 {
left: 212px;
top: 606px;
background-image: url(../img/redcube.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#p5:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}

#p6 {
left: 477px;
top: 492px;
background-image: url(../img/spider.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#p6:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#p7 {
left: 531px;
top: 583px;
background-image: url(../img/twins.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#p7:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#p8 {
left: 693px;
top: 500px;
background-image: url(../img/view-4-and-5.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#p8:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#p9 {
left: 335px;
top: 526px;
background-image: url(../img/mooo.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#p9:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}

#ps1 {
left: 90px;
top: 246px;
background-image: url(../img/placeholder1.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#ps1:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps2 {
left: 0px;
top: 294px;
background-image: url(../img/relax.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps2:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}

#ps3 {
left: 84px;
top: 382px;
background-image: url(../img/2face.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#ps3:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps4 {
left: 262px;
top: 376px;
background-image: url(../img/matrix.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps4:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps5 {
left: 128px;
top: 540px;
background-image: url(../img/baaa.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps5:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps6 {
left: 0px;
top: 654px;
background-image: url(../img/boo.jpg);
background-size:100%;
z-index:  1;
transition: all .2s ease-in-out;
}
#ps6:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps7 {
left: 126px;
top: 694px;
background-image: url(../img/placeholder2.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps7:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps8 {
left: 234px;
top: 516px;
background-image: url(../img/sqfir.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps8:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps9 {
left: 361px;
top: 681px;
background-image: url(../img/low-boy.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps9:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps10 {
left: 397px;
top: 602px;
background-image: url(../img/woody.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#ps10:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps11 {
left: 602px;
top: 518px;
background-image: url(../img/pine-stack.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#ps11:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps12 {
left: 638px;
top: 448px;
background-image: url(../img/azzo.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps12:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps13 {
left: 140px;
top: 300px;
background-image: url(../img/r2d2.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps13:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps14 {
left: 27px;
top: 442px;
background-image: url(../img/big-foot.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps14:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps15 {
left: 412px;
top: 462px;
background-image: url(../img/mosaic.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#ps15:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps16 {
left: 310px;
top: 420px;
background-image: url(../img/placeholder3.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps16:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#ps17 {
left: 480px;
top: 410px;
background-image: url(../img/it2.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#ps17:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
  
  /* ||||| CONTACT PAGE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


.shuffle-ic li:nth-child(1) {
position:absolute;
left:37px;
top:103px;
z-index:0;
height: 108px;
width: 108px;
}
.shuffle-ic li:nth-child(2) {
position:absolute;
left:181px;
top:426px;
z-index:0;
height: 108px;
width: 108px;
}
.shuffle-ic li:nth-child(3) {
position:absolute;
left:121px;
top:507px;
z-index:0;
height: 108px;
width: 108px;
}
.shuffle-ic li:nth-child(4) {
position:absolute;
left:318px;
top:531px;
z-index:0;
height: 108px;
width: 108px;
}
.shuffle-ic li:nth-child(5) {
position:absolute;
left:102px;
top:196px;
z-index:1;
height: 72px;
width: 72px;
}
.shuffle-ic li:nth-child(6) {
position:absolute;
left:84px;
top:317px;
z-index:0;
height: 72px;
width: 72px;
}
.shuffle-ic li:nth-child(7) {
position:absolute;
left:64px;
top:489px;
z-index:0;
height: 72px;
width: 72px;
}
.shuffle-ic li:nth-child(8) {
position:absolute;
left:28px;
top:600px;
z-index:0;
height: 72px;
width: 72px;
}
.shuffle-ic li:nth-child(9) {
position:absolute;
left:265px;
top:618px;
z-index:0;
height: 72px;
width: 72px;
}

.shuffle-ic li:nth-child(10), .shuffle-ic li:nth-child(11), .shuffle-ic li:nth-child(12), .shuffle-ic li:nth-child(13), .shuffle-ic li:nth-child(14), .shuffle-ic li:nth-child(15), .shuffle-ic li:nth-child(16), .shuffle-ic li:nth-child(17), .shuffle-ic li:nth-child(18), .shuffle-ic li:nth-child(19), .shuffle-ic li:nth-child(20), .shuffle-ic li:nth-child(21), .shuffle-ic li:nth-child(22), .shuffle-ic li:nth-child(23), .shuffle-ic li:nth-child(24), .shuffle-ic li:nth-child(25), .shuffle-ic li:nth-child(26), .shuffle-ic li:nth-child(27), .shuffle-ic li:nth-child(28), .shuffle-ic li:nth-child(29), .shuffle-ic li:nth-child(30), .shuffle-ic li:nth-child(31), .shuffle-ic li:nth-child(32), .shuffle-ic li:nth-child(33), .shuffle-ic li:nth-child(34), .shuffle-ic li:nth-child(35), .shuffle-ic li:nth-child(36), .shuffle-ic li:nth-child(37), .shuffle-ic li:nth-child(38), .shuffle-ic li:nth-child(39), .shuffle-ic li:nth-child(40), .shuffle-ic li:nth-child(41), .shuffle-ic li:nth-child(42), .shuffle-ic li:nth-child(43), .shuffle-ic li:nth-child(44), .shuffle-ic li:nth-child(45), .shuffle-ic li:nth-child(46), .shuffle-ic li:nth-child(47), .shuffle-ic li:nth-child(48), .shuffle-ic li:nth-child(49), .shuffle-ic li:nth-child(50), .shuffle-ic li:nth-child(51), .shuffle-ic li:nth-child(52), .shuffle-ic li:nth-child(53), .shuffle-ic li:nth-child(54), .shuffle-ic li:nth-child(55), .shuffle-ic li:nth-child(56), .shuffle-ic li:nth-child(57), .shuffle-ic li:nth-child(58), .shuffle-ic li:nth-child(59), .shuffle-ic li:nth-child(60), .shuffle-ic li:nth-child(61), .shuffle-ic li:nth-child(62), .shuffle-ic li:nth-child(63), .shuffle-ic li:nth-child(64), .shuffle-ic li:nth-child(65), .shuffle-ic li:nth-child(66), .shuffle-ic li:nth-child(67), .shuffle-ic li:nth-child(68), .shuffle-ic li:nth-child(69), .shuffle-ic li:nth-child(70), .shuffle-ic li:nth-child(71), .shuffle-ic li:nth-child(72), .shuffle-ic li:nth-child(73), .shuffle-ic li:nth-child(74), .shuffle-ic li:nth-child(75), .shuffle-ic li:nth-child(76), .shuffle-ic li:nth-child(77), .shuffle-ic li:nth-child(78), .shuffle-ic li:nth-child(79), .shuffle-ic li:nth-child(80), .shuffle-ic li:nth-child(81), .shuffle-ic li:nth-child(82), .shuffle-ic li:nth-child(83), .shuffle-ic li:nth-child(84), .shuffle-ic li:nth-child(85), .shuffle-ic li:nth-child(86), .shuffle-ic li:nth-child(87), .shuffle-ic li:nth-child(88), .shuffle-ic li:nth-child(89), .shuffle-ic li:nth-child(90) {
display:none;
}

        /* ||||| CONTACT FORM ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#contact-form {
  width:400px;
  height:291px;
  left: 222px;
  position:absolute;
  top:25px;
}

#c-labels {
position: absolute;
top:5px;
left:0;
}

#c-inputs {
position: absolute;
top:0;
left:65px;
}

#c-message {
position: absolute;
top:130px;
left:0;
}

/* HONEYPOT */
#subject, #contact-form label#subject-label {
  display: none;
}


#contact-form input, 
#contact-form select, 
#contact-form textarea, 
#contact-form label {
  position: relative;
  margin-bottom:13px;
}

#contact-form input, 
#contact-form select, 
#contact-form textarea {
  width:225px;
  border: 1px solid #636466;
  margin-bottom:4px;
  padding:5px;
}

#contact-form input:focus, 
#contact-form select:focus, 
#contact-form textarea:focus {
  border: 1px solid #AFCDD8;
  background-color: #EBF2F4;
}
#contact-form select {
  width: 237px;
}
#contact-form textarea {
  height:150px;
  resize: none;
  width:290px;
  display:block;
}

#contact-form label {
  display:block;

}

#contact-form .required {
  font-weight:bold;
  color:#F00; 
}

#contact-form #submit-button {
  width: 90px;
  line-height:2em;
  background-color:#333;
  color:#000;
  border:none;
  display:block;
  margin-top:12px;
  background-color:#e7e7e7;
  display:block;
  font-weight:bold;
}

#contact-form #submit-button:hover {
  background-color: #777;
  color:#fff;
}

#contact-form #submit-button:active {
  position:relative;
  top:1px;
}

#contact-form #loading {
  width:32px;
  height:32px;
  background-image:url(../img/loading.gif);
  display:block;
  position:absolute;
  right:130px;
  bottom:16px;
  display:none;
}

#errors {
  border:solid 1px #E58E8E;
  padding:10px;

  display:block;

  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  background:#FFE6E6 url(../img/cancel_48.png) no-repeat 300px center;
  display:none;


  position: absolute;
  left: 310px;
  top: 150px;
  width: 350px;
  height: 112px;
}

#errors li {
  padding:2px;
  list-style:none;  
  width: 250px;
}

#errors li:before {
  content: ' - '; 
}

#errors #info {
  font-weight:bold;
  width: 300px;
}

#errors #info:before {
  content: '';  
}

#success {
  border:solid 1px #83D186;
  padding:25px 10px;
  display:block;

  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
  background:#D3EDD3 url(../img/accepted_48.png) no-repeat 300px center;
  font-weight:bold;
  display:none;

  
  position: absolute;
  left: 310px;
  top: 150px;
  width: 350px;
  height: 112px;
}

#errors.visible, #success.visible {
  display:block;  
}

#req-field-desc {
  margin-top: 0;
  font-style:italic;
  position: absolute;
  left: 100px;
  top: 180px;
}

/* Remove box shadow firefox, chrome and opera put around required fields. It looks rubbish. */
input:required, textarea:required {
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  -o-box-shadow:none;
  box-shadow:none;
}

/* Normalize placeholder styles */

/* chrome, safari */
::-webkit-input-placeholder {
  color:#CCC;
  font-style:italic;
}

/* mozilla */
input:-moz-placeholder, textarea:-moz-placeholder {
  color:#CCC;
  font-style:italic;
}

/* ie (faux placeholder) */
input.placeholder-text, textarea.placeholder-text  { 
  color:#CCC;
  font-style:italic;
}



  /* ||||| HOME PAGE ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
#i1 {
left: 101px;
top: -6px;
background-image: url(../img/linda-vista-01.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#i1:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i2 {
left: 281px;
top: -2px;
background-image: url(../img/poseley-residence-000.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i2:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i3 {
left: 380px;
top: 22px;
position: absolute;
background-image: url(../img/view-4-and-5.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#i3:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i4 {
left: 530px;
top: 0;
background-image: url(../img/poseley-residence-001.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i4:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i5 {
left: 660px;
top: -15px;
background-image: url(../img/linda-ridge-04.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i5:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#i6 {
left: 781px;
top: -4px;
background-image: url(../img/meche-01.jpg?080113);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i6:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i7 {
left: 926px;
top: -4px;
background-image: url(../img/meche-02.jpg?080113);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i7:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i8 {
left: 75px;
top: 60px;
background-image: url(../img/brewery-loft-05.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i8:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i9 {
left: 339px;
top: 103px;
background-image: url(../img/linda-ridge-000.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i9:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i10 {
left: 465px;
top: 124px;
background-image: url(../img/rodney.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#i10:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#i11 {
left: 627px;
top: 117px;
background-image: url(../img/oak-knoll-terrace-003.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#i11:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i12 {
left: 753px;
top: 103px;
background-image: url(../img/edgee.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#i12:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i13 {
left: 854px;
top: 125px;
background-image: url(../img/graham-residence-01.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#i13:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i14 {
left: 0;
top: 152px;
background-image: url(../img/kristi-harris-sales-03.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i14:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i15 {
left: 195px;
top: 173px;
background-image: url(../img/deborah.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#i15:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#i16 {
left: 372px;
top: 201px;
background-image: url(../img/spider.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i16:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i17 {
left: 170px;
top: 270px;
background-image: url(../img/linda-ridge-03.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#i17:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i18 {
left: 294px;
top: 245px;
background-image: url(../img/linda-ridge-01.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i18:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i19 {
left: 513px;
top: 239px;
background-image: url(../img/linda-ridge-002.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i19:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i20 {
left: 649px;
top: 237px;
background-image: url(../img/linda-ridge-003.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i20:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i21 {
left: 936px;
top: 221px;
background-image: url(../img/findings-la-04.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i21:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i22 {
left: -4px;
top: 316px;
background-image: url(../img/linda-vista-05.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i22:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}

#i24 {
left: 92px;
top: 313px;
background-image: url(../img/poseley-residence-03.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i24:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i25 {
left: 225px;
top: 337px;
background-image: url(../img/findings-la-02.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i25:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i26 {
left: 753px;
top: 300px;
background-image: url(../img/meche-03.jpg?080113);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i26:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i27 {
left: 960px;
top: 312px;
background-image: url(../img/azzo.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i27:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i28 {
left: 17px;
top: 384px;
background-image: url(../img/oak-knoll-terrace-01.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#i28:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i29 {
left: 150px;
top: 425px;
background-image: url(../img/brewery-loft-01.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#i29:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i30 {
left: 252px;
top: 441px;
background-image: url(../img/linda-ridge-07.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i30:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i31 {
left: 540px;
top: 434px;
background-image: url(../img/oak-knoll-terrace-000.jpg);
background-size:100%;
z-index: 4;
transition: all .2s ease-in-out;
}
#i31:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i32-1 {
left: 656px;
top: 411px;
background-image: url(../img/poseley-residence-002.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i32-1:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i32 {
left: 780px;
top: 395px;
background-image: url(../img/freeman-rim-residence-04.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i32:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i33 {
left: 919px;
top: 433px;
background-image: url(../img/baaa.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i33:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i34 {
left: 61px;
top: 464px;
background-image: url(../img/oak-knoll-terrace-04.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i34:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i35-1 {
left: 346px;
top: 483px;
background-image: url(../img/poseley-residence-02.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i35-1:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i35 {
left: 448px;
top: 481px;
background-image: url(../img/linda-vista-08.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#i35:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i36 {
left: 620px;
top: 488px;
background-image: url(../img/placeholder1.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i36:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i37 {
left: 747px;
top: 493px;
background-image: url(../img/findings-la-07.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i37:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);

}
#i38 {
left: -9px;
top: 569px;
background-image: url(../img/findings-la-06.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i38:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i39 {
left: 112px;
top: 575px;
background-image: url(../img/brewery-loft-04.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#i39:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i40 {
left: 484px;
top: 557px;
background-image: url(../img/oak-knoll-terrace-07.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#i40:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i41 {
left: 689px;
top: 565px;
background-image: url(../img/brewery-loft-06.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i41:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i41-1 {
left: 854px;
top: 528px;
background-image: url(../img/brewery-loft-01.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i41-1:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i42 {
left: 919px;
top: 591px;
background-image: url(../img/graham-residence-04.jpg);
background-size:100%;
z-index: 4;
transition: all .2s ease-in-out;
}
#i42:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i43 {
left: -27px;
top: 672px;
background-image: url(../img/relax.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i43:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i44 {
left: 81px;
top: 660px;
background-image: url(../img/mosaic.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#i44:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i45 {
left: 200px;
top: 660px;
background-image: url(../img/findings-la-05.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#i45:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i46 {
left: 321px;
top: 627px;
background-image: url(../img/graham-residence-05.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#i46:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i47 {
left: 443px;
top: 638px;
background-image: url(../img/brewery-loft-03.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i47:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i48 {
left: 568px;
top: 666px;
background-image: url(../img/kristi-harris-sales-04.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i48:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i49 {
left: 664px;
top: 642px;
background-image: url(../img/poseley-residence-06.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i49:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i50 {
left: 813px;
top: 660px;
background-image: url(../img/findings-la-01.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#i50:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}
#i51 {
left: 939px;
top: 685px;
background-image: url(../img/linda-vista-06.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#i51:hover {
z-index: 99;
-webkit-transform: scale(1.2);
-moz-transform:    scale(1.2);
-ms-transform:     scale(1.2);
-o-transform:      scale(1.2);
transform:         scale(1.2);
}


#s1 {
left: -5px;
top: 0px;
background-image: url(../img/freeman-rim-residence-01.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#s1:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s2 {
left: 54px;
top: 22px;
background-image: url(../img/meche-04.jpg?080113);
background-size:100%;
z-index: 4;
display:none;
transition: all .2s ease-in-out;
}
#s2:hover {
z-index: 99;
}
#s3 {
left: 200px;
top: 0;
background-image: url(../img/poseley-residence-003.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#s3:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s4 {
left: 478px;
top:  0;
background-image: url(../img/poseley-residence-05.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s4:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s5 {
left: 855px;
top: 0;
background-image: url(../img/r2d2.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#s5:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s6 {
left: -8px;
top: 68px;
background-image: url(../img/tryke-three.jpg);
background-size:100%;
z-index: 4;
transition: all .2s ease-in-out;
}
#s6:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s7 {
left: 237px;
top: 62px;
background-image: url(../img/findings-la-03.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s7:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s8 {
left: 627px;
top: 52px;
background-image: url(../img/poseley-residence-004.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s8:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s9 {
left: 732px;
top: 50px;
background-image: url(../img/oak-knoll-terrace-06.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s9:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s10 {
left: 892px;
top: 69px;
background-image: url(../img/linda-ridge-001.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#s10:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s11 {
left: 180px;
top: 112px;
background-image: url(../img/freeman-rim-residence-07.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s11:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s12 {
left: 272px;
top: 118px;
background-image: url(../img/product-000.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s12:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s13 {
left: 400px;
top: 103px;
background-image: url(../img/freeman-rim-residence-02.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s13:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s14 {
left: 555px;
top: 99px;
background-image: url(../img/placeholder2.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#s14:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s15 {
left: 123px;
top: 180px;
background-image: url(../img/linda-ridge-05.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s15:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s16 {
left: 311px;
top: 197px;
background-image: url(../img/redcube.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s16:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s17 {
left: 564px;
top: 180px;
background-image: url(../img/poseley-residence-07.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#s17:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s18 {
left: 696px;
top: 191px;
background-image: url(../img/linda-vista-02.jpg);
background-size:100%;
z-index: 4;
transition: all .2s ease-in-out;
}
#s18:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s19 {
left: 954px;
top: 139px;
background-image: url(../img/oak-knoll-terrace-002.jpg);
background-size:100%;
z-index: 3;
transition: all .2s ease-in-out;
}
#s19:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s20 {
left: -8px;
top: 227px;
background-image: url(../img/graham-residence-03.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s20:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s21 {
left: 90px;
top: 243px;
background-image: url(../img/product-001.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s21:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s22 {
left: 454px;
top: 265px;
background-image: url(../img/oak-knoll-terrace-001.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s22:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s23 {
left: 599px;
top: 256px;
background-image: url(../img/brewery-loft-001.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s23:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s24 {
left: 768px;
top: 221px;
background-image: url(../img/oak-knoll-terrace-02.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s24:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s25 {
left: 833px;
top: 245px;
background-image: url(../img/linda-vista-04.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#s25:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s26 {
left: 894px;
top: 217px;
background-image: url(../img/alena-light.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s26:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s27 {
left: 693px;
top: 319px;
background-image: url(../img/kristi-harris-sales-01.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s27:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s28 {
left: 874px;
top: 307px;
background-image: url(../img/poseley-residence-04.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s28:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s29 {
left: 143px;
top: 399px;
background-image: url(../img/freeman-rim-residence-06.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#s29:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s30 {
left: 338px;
top: 415px;
background-image: url(../img/meche-05.jpg?080113);
background-size:100%;
z-index: 2;
display:none;
transition: all .2s ease-in-out;
}
#s30:hover {
z-index: 99;
}
#s31 {
left: 420px;
top: 420px;
background-image: url(../img/linda-ridge-02.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#s31:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s32 {
left: 483px;
top: 405px;
background-image: url(../img/graham-residence-06.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s32:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s33 {
left: 709px;
top: 371px;
background-image: url(../img/2face.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s33:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s34 {
left: 904px;
top: 383px;
background-image: url(../img/pine-stack.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s34:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s35 {
left: -8px;
top: 480px;
background-image: url(../img/sqfir.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#s35:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s36 {
left: 844px;
top: 464px;
background-image: url(../img/poseley-residence-01.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s36:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s37 {
left: 131px;
top: 523px;
background-image: url(../img/low-boy.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s37:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s38 {
left: 215px;
top: 540px;
background-image: url(../img/linda-vista-09.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#s38:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s39 {
left: 258px;
top: 598px;
background-image: url(../img/oak-knoll-terrace-03.jpg);
background-size:100%;
z-index: 0;
transition: all .2s ease-in-out;
}
#s39:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s40 {
left: 303px;
top: 558px;
background-image: url(../img/graham-residence-000.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s40:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s41 {
left: 404px;
top: 580px;
background-image: url(../img/kristi-harris-sales-02.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s41:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s42 {
left: 573px;
top: 552px;
background-image: url(../img/meche-06.jpg?080113);
background-size:100%;
z-index: 2;
display:none;
transition: all .2s ease-in-out;
}
#s42:hover {
z-index: 99;
}
#s43 {
left: 624px;
top: 613px;
background-image: url(../img/brewery-loft-02.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s43:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s44 {
left: 794px;
top: 611px;
background-image: url(../img/graham-residence-001.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s44:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s45 {
left: 953px;
top: 527px;
background-image: url(../img/product-002.jpg);
background-size:100%;
z-index: 5;
transition: all .2s ease-in-out;
}
#s45:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s46 {
left: 400px;
top: 696px;
background-image: url(../img/linda-vista-03.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s46:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s47 {
left: 505px;
top: 702px;
background-image: url(../img/linda-ridge-06.jpg);
background-size:100%;
z-index: 2;
transition: all .2s ease-in-out;
}
#s47:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}
#s48 {
left: 749px;
top: 706px;
background-image: url(../img/graham-residence-07.jpg);
background-size:100%;
z-index: 1;
transition: all .2s ease-in-out;
}
#s48:hover {
z-index: 99;
-webkit-transform: scale(1.8);
-moz-transform:    scale(1.8);
-ms-transform:     scale(1.8);
-o-transform:      scale(1.8);
transform:         scale(1.8);
}


.nav-label {
position:absolute;
width:72px;
height:32px;
font-size: 14px;
background-color: #000;
color: #fff;
top: 15px;
right: -25px;
display: none;
text-decoration: none;
line-height: 32px;
text-indent: 10px;
}
.nav-label a, .nav-label-s a{
text-decoration: none;
}
.nav-label-s {
position:absolute;
width:72px;
height:32px;
font-size: 14px;
background-color: #000;
color: #fff;
top: 5px;
right: -29px;
display: none;
text-decoration: none;
line-height: 32px;
text-indent: 10px;
}
.label-med {
width:110px;
right: -52px;
}
.label-long {
width:145px;
right: -62px;
}


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
