/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Variables + Mixins -----------------------------------*/
/* Start Styles -----------------------------------*/
/* line 45, ../sass/screen.scss */
html, body {
  height: 100%;
  width: 100%;
}

/* line 50, ../sass/screen.scss */
body {
  font-size: 18px;
  line-height: 30px;
  font-family: "Crimson Text", serif;
  color: #383533;
}

/* line 53, ../sass/screen.scss */
h1 a {
  display: block;
  text-indent: -9999px;
  float: left;
  height: 60px;
  width: 163px;
  background: url("images/serrano_construction_logo.png") no-repeat;
  margin: 30px 0;
}

/* line 62, ../sass/screen.scss */
h2 {
  font-size: 42px;
  line-height: 50px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #383533;
}
@media screen and (min-width: 960px) {
  /* line 62, ../sass/screen.scss */
  h2 {
    font-size: 42px;
  }
}

/* line 65, ../sass/screen.scss */
p, h3 {
  font-size: 18px;
  line-height: 30px;
  font-family: "Crimson Text", serif;
  color: #383533;
}

/* line 68, ../sass/screen.scss */
a {
  text-decoration: none;
  color: #be7735;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 72, ../sass/screen.scss */
a:hover {
  text-decoration: underline;
}

/* line 76, ../sass/screen.scss */
a[href^="tel"] {
  color: #383533;
}
/* line 78, ../sass/screen.scss */
a[href^="tel"]:hover {
  text-decoration: none;
  cursor: default;
}

/* line 83, ../sass/screen.scss */
address {
  margin-bottom: 20px;
}

/* line 86, ../sass/screen.scss */
dt, .subtitle {
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

/* line 92, ../sass/screen.scss */
dd {
  margin-bottom: 20px;
}

/* line 95, ../sass/screen.scss */
strong {
  font-weight: bold;
}

/* line 99, ../sass/screen.scss */
.button {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
  background-color: white;
  margin: 0 auto;
  text-transform: uppercase;
  display: inline-block;
  color: black;
  padding: 0 42px 0 20px;
  line-height: 40px;
  margin: 20px 0;
  font-size: 16px;
  text-shadow: 1px 1px 0px white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 15px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: white url("../img/btn_arrows.png") right center no-repeat;
}
/* line 117, ../sass/screen.scss */
.button:hover {
  background-color: #eeeeee;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 3px;
  text-decoration: none;
}

/* line 126, ../sass/screen.scss */
header {
  width: 100%;
  min-width: 940px;
  height: 120px;
  background: url("images/pat_white_marble.jpg");
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.33);
  z-index: 10;
  position: relative;
  top: 0;
  right: 0;
}
/* line 136, ../sass/screen.scss */
header .header-inner {
  width: 940px;
  margin: 0 auto;
  position: relative;
}

/* line 142, ../sass/screen.scss */
.slogan {
  font-size: 15.96px;
  line-height: 20px;
  font-style: italic;
  color: #777;
  width: 260px;
  margin: 40px 0 40px 40px;
  float: left;
}

/* line 151, ../sass/screen.scss */
.contact-info {
  width: 280px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 0;
  background: #eeeeee;
  font-family: "Lato", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 14.00004px;
  line-height: 20px;
}
/* line 163, ../sass/screen.scss */
.contact-info span {
  margin-left: 10px;
  display: inline-block;
}
/* line 166, ../sass/screen.scss */
.contact-info span a {
  color: #383533;
}

/* line 171, ../sass/screen.scss */
.main-menu {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14.00004px;
  line-height: 20px;
  float: right;
  margin-top: 70px;
}
/* line 179, ../sass/screen.scss */
.main-menu ul li {
  display: inline;
}
/* line 181, ../sass/screen.scss */
.main-menu ul li a {
  color: #383533;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 184, ../sass/screen.scss */
.main-menu ul li a:hover {
  color: black;
}
/* line 189, ../sass/screen.scss */
.main-menu ul li:after {
  content: "/";
  padding: 0 5px;
}
/* line 194, ../sass/screen.scss */
.main-menu ul li:last-child:after {
  content: " ";
  padding: 0;
}

/* line 203, ../sass/screen.scss */
.outer-wrap {
  position: absolute !important;
  width: 100%;
  height: 100%;
  z-index: -10;
  min-width: 940px;
}

/* line 211, ../sass/screen.scss */
.full-bg {
  position: relative !important;
  width: 100%;
  height: 95vh;
  z-index: -10;
  min-width: 940px;
  display: none;
}
/* line 218, ../sass/screen.scss */
.full-bg div {
  width: 100% !important;
  height: 100% !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  display: block !important;
  min-height: 100%;
}
/* line 230, ../sass/screen.scss */
.full-bg div.bg-img-1 {
  background: url("../img/home_slide_08.jpg") no-repeat center fixed;
  z-index: -9 !important;
}
/* line 234, ../sass/screen.scss */
.full-bg div.bg-img-2 {
  background: url("../img/home_slide_09.jpg") no-repeat center center fixed;
  z-index: -8 !important;
}
/* line 238, ../sass/screen.scss */
.full-bg div.bg-img-3 {
  background: url("../img/home_slide_10.jpg") no-repeat center center fixed;
  z-index: -7 !important;
}
/* line 242, ../sass/screen.scss */
.full-bg div.bg-img-4 {
  background: url("../img/home_slide_11.jpg") no-repeat center center fixed;
  z-index: -6 !important;
}
.full-bg div.bg-img-5 {
  background: url("../img/home_slide_02.jpg") no-repeat center center fixed;
  z-index: -5 !important;
}
.full-bg div.bg-img-6 {
  background: url("../img/home_slide_04.jpg") no-repeat center center fixed;
  z-index: -4 !important;
}
.full-bg div.bg-img-7 {
  background: url("../img/home_slide_06.jpg") no-repeat center center fixed;
  z-index: -3 !important;
}
.full-bg div.bg-img-8 {
  background: url("../img/home_slide_07.jpg") no-repeat center center fixed;
  z-index: -2 !important;
}
/* line 246, ../sass/screen.scss */
.full-bg img {
  width: 100%;
  height: 100%;
}

/* line 252, ../sass/screen.scss */
section.wrapper {
  width: 940px;
  margin: 0 auto;
}

/* line 262, ../sass/screen.scss */
.home-content {
  position: relative;
  /*top: 50%;
  left: 50%;*/
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  padding: 20px 0px 100px 0px;
  height: auto;
  /*margin-top: -320px;*/
  /* Half the height */
  /*margin-left: -50%;*/
  /* Half the width */
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
  /*background-image: -webkit-gradient(radial, 50%, 0, 50%, 100, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center, 75% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center, 75% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-radial-gradient(center, 75% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(center, 75% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);*/
}
.pager{
  margin-bottom: 60px;
}
/* line 280, ../sass/screen.scss */
.home-content h2 {
  max-width: 980px;
  margin: 0 auto 20px auto;
}
/* line 284, ../sass/screen.scss */
.home-content h3 {
  color: #222;
  max-width: 830px;
  margin: 0 auto 20px auto;
}

/* line 293, ../sass/screen.scss */
section.wrapper-inner {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}
/* line 297, ../sass/screen.scss */
section.wrapper-inner .content {
  position: relative;
  min-height: 360px;
  padding-left: 280px;
  overflow: hidden;
}
/* line 302, ../sass/screen.scss */
section.wrapper-inner .content p, section.wrapper-inner .content h3 {
  margin-bottom: 30px;
}
/* line 306, ../sass/screen.scss */
section.wrapper-inner .content h3 {
  margin-bottom: 20px;
}
/* line 310, ../sass/screen.scss */
section.wrapper-inner h2 {
  margin-bottom: 20px;
  padding-bottom: 17px;
  position: relative;
}

/* line 318, ../sass/screen.scss */
.seperator {
  border-bottom: 1px solid #383533;
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 640px;
}

/* line 328, ../sass/screen.scss */
img.content-main-image {
  top: 0;
  left: 0;
  position: absolute;
}

/* line 339, ../sass/screen.scss */
section.projects-wrapper .content {
  padding-left: 0;
}
/* line 341, ../sass/screen.scss */
section.projects-wrapper .content h2 {
  padding-bottom: 0px;
}
/* line 345, ../sass/screen.scss */
section.projects-wrapper .content ul li {
  float: left;
  line-height: 0px;
  margin: 0 20px 20px 0;
  position: relative;
}
/* line 350, ../sass/screen.scss */
section.projects-wrapper .content ul li h3 {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 6px;
  width: 220px;
}
/* line 356, ../sass/screen.scss */
section.projects-wrapper .content ul li h3 em {
  color: #999999;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}
/* line 362, ../sass/screen.scss */
section.projects-wrapper .content ul li a {
  position: relative;
  display: block;
}
/* line 366, ../sass/screen.scss */
section.projects-wrapper .content ul li a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
/* line 373, ../sass/screen.scss */
section.projects-wrapper .content ul li a .overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  font-size: 50px;
  margin-top: 105px;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
/* line 385, ../sass/screen.scss */
section.projects-wrapper .content ul li a:hover .overlay {
  opacity: 1;
}
/* line 387, ../sass/screen.scss */
section.projects-wrapper .content ul li a:hover .overlay:before {
  opacity: 1;
}
/* line 395, ../sass/screen.scss */
section.projects-wrapper .content ul li:nth-child(4n) {
  margin-right: 0px;
}
/* line 400, ../sass/screen.scss */
section.projects-wrapper .help {
  position: absolute;
  right: 10px;
  top: 38px;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  color: #999999;
}

/* line 413, ../sass/screen.scss */
.contact-page-info .subtitle {
  font-size: 14px;
  text-transform: capitalize;
}

/* line 421, ../sass/screen.scss */
.seo-summary {
  clear: both;
  margin: 60px 0;
  background: #eeeeee;
  padding: 16px 20px;
}
/* line 426, ../sass/screen.scss */
.seo-summary p {
  font-size: 16px;
  line-height: 24px;
  text-shadow: 1px 1px 0px white;
  color: #888;
}

/* line 438, ../sass/screen.scss */
footer {
  width: 100%;
  height: 35px;
  background: url("images/pat_white_marble.jpg");
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.33);
  z-index: 10;
  position: fixed;
  bottom: 0;
  display: none;
}
/* line 447, ../sass/screen.scss */
footer .footer-inner {
  width: 940px;
  margin: 0 auto;
  text-align: center;
}
/* line 451, ../sass/screen.scss */
footer .footer-inner small {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
/* line 455, ../sass/screen.scss */
footer .footer-inner small a {
  color: #999999;
  text-decoration: underline;
}
/* line 458, ../sass/screen.scss */
footer .footer-inner small a:hover {
  color: #383533;
}

/* Animation keyframes - you need to add prefixes */
@-webkit-keyframes spin {
  /* line 470, ../sass/screen.scss */
  from {
    -webkit-transform: rotate(0deg);
  }

  /* line 471, ../sass/screen.scss */
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  /* line 475, ../sass/screen.scss */
  from {
    -o-transform: rotate(0deg);
  }

  /* line 476, ../sass/screen.scss */
  to {
    -o-transform: rotate(360deg);
  }
}

@keyframes spin {
  /* line 480, ../sass/screen.scss */
  from {
    transform: rotate(0deg);
  }

  /* line 481, ../sass/screen.scss */
  to {
    transform: rotate(360deg);
  }
}

/* Loading animation container */
/* line 485, ../sass/screen.scss */
.loading {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin: -14px 0 0 -14px;
}

/* Spin track (outer circle) */
/* line 495, ../sass/screen.scss */
.loading .track {
  position: absolute;
  width: 22px;
  height: 22px;
  left: 2px;
  top: 2px;
  border-radius: 15px;
  border: 1px solid black;
}

/* Spinning circle (inner circle) */
/* line 506, ../sass/screen.scss */
.loading .maskedCircle {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 3px solid #666;
}

/* Spinning circle mask */
/* line 514, ../sass/screen.scss */
.loading .mask {
  width: 12px;
  height: 12px;
  overflow: hidden;
}

/* Spinner */
/* line 521, ../sass/screen.scss */
.loading .spinner {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 26px;
  height: 26px;
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

/* line 532, ../sass/screen.scss */
.pager a {
  border: 1px solid #fff;
  background: #eee;
  text-decoration: none;
  margin: 0 5px;
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

/* line 534, ../sass/screen.scss */
.pager a.activeSlide {
  background: #aaa;
}

/* line 535, ../sass/screen.scss */
.pager a:focus {
  outline: none;
}
