/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
@font-face {
  font-family: 'opensans-light';
  src: url("/fonts/open-sans/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'opensans-italic';
  src: url("/fonts/open-sans/OpenSans-Italic.ttf") format("truetype");
}
@font-face {
  font-family: 'opensans-regular';
  src: url("/fonts/open-sans/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'opensans-semibold';
  src: url("/fonts/open-sans/OpenSans-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: 'opensans-lightitalic';
  src: url("/fonts/open-sans/OpenSans-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: 'opensans-semibolditalic';
  src: url("/fonts/open-sans/OpenSans-SemiboldItalic.ttf") format("truetype");
}
/* line 56, ../../private/scss/style.scss */
body {
  width: 100%;
  background-color: #939E00;
  color: #ffffff;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  margin: 0;
  position: relative;
  min-width: 960px;
}

/* line 71, ../../private/scss/style.scss */
a {
  text-decoration: none;
  color: #ffffff;
}

/* line 78, ../../private/scss/style.scss */
.help-inline {
  font-size: 11px;
  right: 610px;
  position: relative;
  top: 28px;
  color: red;
}

/* line 90, ../../private/scss/style.scss */
.home--title {
  position: relative;
  left: 15px;
}
/* line 94, ../../private/scss/style.scss */
.home--title h2 {
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  margin-top: 10px;
}
/* line 101, ../../private/scss/style.scss */
.home--title h2 .itaic {
  font-family: "open-sans",sans-serif;
  font-style: italic;
  font-weight: 300;
}

/* hax */
/* line 120, ../../private/scss/style.scss */
.container-wrap {
  position: absolute;
  left: 50%;
  margin-left: -720px;
}

/* line 126, ../../private/scss/style.scss */
.container {
  width: 1440px;
  margin: 20px auto;
  overflow: hidden;
}

/* line 132, ../../private/scss/style.scss */
.row {
  *zoom: 1;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.row:before, .row:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.row:after {
  clear: both;
}
/* line 135, ../../private/scss/style.scss */
.row.transparent {
  background-image: url("/images/row_background.png");
  background-size: 100% 100%;
  width: 1477px;
  height: 177px;
}
/* line 143, ../../private/scss/style.scss */
.row.list-row {
  position: relative;
  margin-bottom: 55px;
  left: -14px;
}
/* line 150, ../../private/scss/style.scss */
.row #map-canvas {
  position: relative;
  left: 242px;
  margin-bottom: 120px;
  margin-top: -12px;
}
/* line 157, ../../private/scss/style.scss */
.row.page-title {
  z-index: 20;
  position: relative;
  background-color: #939E00;
  background-color: #333606;
  padding: 5px 0;
  height: 60px;
  top: 2px;
  left: -30px;
  position: relative;
}
/* line 165, ../../private/scss/style.scss */
.row.page-title span {
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  padding: 0;
  margin: 0;
  position: relative;
  left: 270px;
  top: 5px;
}
/* line 177, ../../private/scss/style.scss */
.row.page-title.wrapper {
  width: 1440px;
}
/* line 183, ../../private/scss/style.scss */
.row.page-title.wrapper-about {
  width: 1440px;
}
/* line 190, ../../private/scss/style.scss */
.row.left-adjust {
  position: relative;
  left: 240px;
  padding: 10px 0 30px 0;
  top: 20px;
}
/* line 195, ../../private/scss/style.scss */
.row.left-adjust p {
  color: #000000;
  font-size: 20px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.74em;
}
/* line 204, ../../private/scss/style.scss */
.row.contact-detail {
  z-index: 20;
  position: relative;
  background-color: #939E00;
  margin-bottom: 100px;
  color: #000000;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
}
/* line 213, ../../private/scss/style.scss */
.row.sub-footer {
  z-index: 20;
  position: relative;
  background-color: #939E00;
  left: 0px;
  bottom: 20px;
}

/* line 220, ../../private/scss/style.scss */
.col-1-2 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-1-2:before, .col-1-2:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-1-2:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.col-1-2:last-child {
  margin-right: 0%;
}
/* line 222, ../../private/scss/style.scss */
.col-1-2.right-align {
  position: relative;
  right: 168px;
}
/* line 226, ../../private/scss/style.scss */
.col-1-2 span {
  position: relative;
  top: 20px;
  left: 2px;
  color: #4E5300;
  font-size: 18px;
}
/* line 234, ../../private/scss/style.scss */
.col-1-2 span.help-inline {
  font-size: 11px;
  float: left;
  color: red;
  top: 2px;
  position: relative;
}
/* line 244, ../../private/scss/style.scss */
.col-1-2 #submit {
  position: relative;
  top: 10px;
  right: 2px;
  background-color: #4E5300;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  padding: 11px 34px;
  border: none;
}

/* line 265, ../../private/scss/style.scss */
.col-5-12 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 39.91667%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-5-12:before, .col-5-12:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-5-12:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.col-5-12:last-child {
  margin-right: 0%;
}
/* line 267, ../../private/scss/style.scss */
.col-5-12 .about-desc {
  position: relative;
  width: 276px;
  left: 245px;
  top: 100px;
  font-size: 27px;
  text-align: right;
  color: black;
  line-height: 1.23em;
}
/* line 279, ../../private/scss/style.scss */
.col-5-12.about-left {
  top: 3px;
  left: -15px;
  position: relative;
}

/* line 286, ../../private/scss/style.scss */
.col-7-12 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 57.08333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-7-12:before, .col-7-12:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-7-12:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.col-7-12:last-child {
  margin-right: 0%;
}
/* line 288, ../../private/scss/style.scss */
.col-7-12.about-right {
  position: relative;
  top: 34px;
  left: 25px;
  width: 538px;
  color: #000000;
  font-weight: 400;
}
/* line 297, ../../private/scss/style.scss */
.col-7-12.about-right p strong {
  font-size: 20px;
  margin-bottom: 40px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6em;
}
/* line 308, ../../private/scss/style.scss */
.col-7-12.about-right p {
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.6em;
}

/* line 320, ../../private/scss/style.scss */
.col-6-10 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 64.98%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-6-10:before, .col-6-10:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-6-10:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.col-6-10:last-child {
  margin-right: 0%;
}

/* line 323, ../../private/scss/style.scss */
.col-4-10 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 32.02%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-4-10:before, .col-4-10:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-4-10:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.col-4-10:last-child {
  margin-right: 0%;
}

/* line 327, ../../private/scss/style.scss */
.col-2-9 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 21.39474%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-2-9:before, .col-2-9:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-2-9:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.col-2-9:last-child {
  margin-right: 0%;
}

/* line 330, ../../private/scss/style.scss */
.col-7-9 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 75.60526%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  left: 245px;
  top: -5px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-7-9:before, .col-7-9:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-7-9:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.col-7-9:last-child {
  margin-right: 0%;
}
/* line 335, ../../private/scss/style.scss */
.col-7-9.Home--desc {
  top: -25px;
}
/* line 339, ../../private/scss/style.scss */
.col-7-9 p {
  position: relative;
  top: -15px;
  left: 15px;
  font-size: 16px;
  width: 622px;
  max-width: 100%;
  max-height: 100%;
  line-height: 1.6em;
}

/* line 350, ../../private/scss/style.scss */
.col-4-12 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-4-12:before, .col-4-12:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-4-12:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.col-4-12:last-child {
  margin-right: 0%;
}
/* line 352, ../../private/scss/style.scss */
.col-4-12 a {
  position: relative;
  left: -22px;
}
/* line 357, ../../private/scss/style.scss */
.col-4-12.sub-footer-adujst {
  position: relative;
  left: 238px;
  top: 2px;
}
/* line 368, ../../private/scss/style.scss */
.col-4-12 p {
  opacity: 0.5;
  top: -4px;
  position: relative;
  left: 1px;
  font-weight: 400;
}
/* line 376, ../../private/scss/style.scss */
.col-4-12.cabinetry-right {
  position: relative;
  left: 260px;
  top: 53px;
  height: 700px;
  margin-bottom: 10px;
}
/* line 383, ../../private/scss/style.scss */
.col-4-12.cabinetry-right .top {
  margin-bottom: 20px;
}
/* line 385, ../../private/scss/style.scss */
.col-4-12.cabinetry-right .top img {
  height: 337px;
  border-bottom: 10px solid #2D3000;
}
/* line 390, ../../private/scss/style.scss */
.col-4-12.cabinetry-right .bottom {
  *zoom: 1;
  width: auto;
  max-width: 356px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-4-12.cabinetry-right .bottom:before, .col-4-12.cabinetry-right .bottom:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-4-12.cabinetry-right .bottom:after {
  clear: both;
}
/* line 393, ../../private/scss/style.scss */
.col-4-12.cabinetry-right .bottom img {
  height: 247px;
  border-bottom: 10px solid #2D3000;
}
/* line 403, ../../private/scss/style.scss */
.col-4-12 .sub-phone {
  font-size: 25px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
}
/* line 410, ../../private/scss/style.scss */
.col-4-12 #project-line {
  position: relative;
  top: 110px;
  left: -37px;
}
/* line 415, ../../private/scss/style.scss */
.col-4-12 #back {
  background: url("/images/back.png") no-repeat center;
  position: relative;
  top: 52px;
  right: 233px;
}
/* line 420, ../../private/scss/style.scss */
.col-4-12 #back span {
  position: relative;
  left: 242px;
  font-size: 20px;
}
/* line 427, ../../private/scss/style.scss */
.col-4-12.service-left {
  position: relative;
  left: 250px;
  top: 60px;
}
/* line 431, ../../private/scss/style.scss */
.col-4-12.service-left img {
  border: 5px solid #fff;
  border-radius: 100px;
}

/* line 440, ../../private/scss/style.scss */
.col-8-12 {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.col-8-12:before, .col-8-12:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.col-8-12:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.col-8-12:last-child {
  margin-right: 0%;
}
/* line 443, ../../private/scss/style.scss */
.col-8-12.left-align {
  position: relative;
  left: 74px;
  top: -7px;
}
/* line 449, ../../private/scss/style.scss */
.col-8-12.project {
  position: relative;
  left: 245px;
  color: #000000;
  margin-bottom: 100px;
}
/* line 454, ../../private/scss/style.scss */
.col-8-12.project p {
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 619px;
  font-size: 16px;
  margin-top: 29px;
  padding-left: 8px;
  line-height: 1.6em;
}
/* line 465, ../../private/scss/style.scss */
.col-8-12.project .project-title {
  top: 24px;
  position: relative;
  left: -2px;
}
/* line 469, ../../private/scss/style.scss */
.col-8-12.project .project-title h2 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 1em;
}
/* line 475, ../../private/scss/style.scss */
.col-8-12.project .project-title p {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 33px;
  color: #444;
  padding-left: 0px;
}
/* line 483, ../../private/scss/style.scss */
.col-8-12.project .project-image {
  position: relative;
  top: 18px;
  left: -5px;
  margin-bottom: 62px;
}
/* line 491, ../../private/scss/style.scss */
.col-8-12.cabinetry-left {
  font-weight: 400;
  width: 530px;
  position: relative;
  left: 240px;
  top: 61px;
  margin-bottom: 148px;
  line-height: 1.8em;
}
/* line 499, ../../private/scss/style.scss */
.col-8-12.cabinetry-left .header {
  margin-bottom: 20px;
}
/* line 501, ../../private/scss/style.scss */
.col-8-12.cabinetry-left .header p {
  font-size: 20px;
}
/* line 506, ../../private/scss/style.scss */
.col-8-12.cabinetry-left p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 23px;
}
/* line 512, ../../private/scss/style.scss */
.col-8-12.cabinetry-left p.bottom {
  color: #ffffff;
  font-size: 20px;
}
/* line 519, ../../private/scss/style.scss */
.col-8-12.service-right {
  position: relative;
  top: 43px;
  left: 38px;
}
/* line 523, ../../private/scss/style.scss */
.col-8-12.service-right h3 {
  font-size: 30px;
  margin-bottom: 12px;
  font-weight: 300;
}
/* line 529, ../../private/scss/style.scss */
.col-8-12.service-right p {
  font-size: 16px;
  color: #000000;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  width: 622px;
  line-height: 1.6em;
}

/* line 543, ../../private/scss/style.scss */
ul li {
  list-style-type: none;
}

/* line 547, ../../private/scss/style.scss */
.left {
  position: relative;
  left: 232px;
  bottom: 10px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 82.83333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.left:before, .left:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.left:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.left:last-child {
  margin-right: 0%;
}

/* line 555, ../../private/scss/style.scss */
.right {
  position: relative;
  right: 170px;
  bottom: 10px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 14.16667%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.right:before, .right:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.right:after {
  clear: both;
}
/* line 48, ../../private/scss/jeet/_grid.scss */
.right:last-child {
  margin-right: 0%;
}

/* line 566, ../../private/scss/style.scss */
.center {
  *zoom: 1;
  width: auto;
  max-width: 1410px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.center:before, .center:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.center:after {
  clear: both;
}

/* line 571, ../../private/scss/style.scss */
.span--line {
  *zoom: 1;
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 4.16667%;
  margin-left: 0%;
  margin-right: 0%;
  position: relative;
  bottom: 28px;
  right: 30px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.span--line:before, .span--line:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.span--line:after {
  clear: both;
}

/* line 578, ../../private/scss/style.scss */
#logo {
  padding-top: 7px;
  bottom: 1px;
  top: -1px;
  left: 17px;
  position: relative;
}

/* line 586, ../../private/scss/style.scss */
.top-verticle {
  position: absolute;
  z-index: 30;
  left: 936px;
  top: -158px;
}

/* line 596, ../../private/scss/style.scss */
#right-arrow {
  position: absolute;
  left: 979px;
  top: 90px;
  z-index: 999999;
}

/* line 603, ../../private/scss/style.scss */
#verticle-line {
  position: absolute;
  left: 708px;
  top: -20px;
  z-index: 11;
}

/* line 610, ../../private/scss/style.scss */
#header-line {
  position: absolute;
  left: -240px;
  top: 39px;
  z-index: 99999;
}

/* line 616, ../../private/scss/style.scss */
#footer-line {
  position: absolute;
  top: -4px;
  left: 301px;
  z-index: 13px;
}

/*header setting*/
/* line 627, ../../private/scss/style.scss */
header {
  overflow: hidden;
  padding: 20px 0;
  left: -17px;
  position: relative;
}

/* line 634, ../../private/scss/style.scss */
.header--first {
  padding-bottom: 3px;
  position: relative;
  padding-top: 8px;
  float: left;
  left: 10px;
  width: 100%;
  z-index: 100;
  min-width: 715px;
}
/* line 646, ../../private/scss/style.scss */
.header--first a {
  margin-right: 25px;
  padding-bottom: 21px;
  float: left;
  opacity: 0.8;
}
/* line 651, ../../private/scss/style.scss */
.header--first a:active {
  color: #000000;
  border-bottom: 4px solid #ffffff;
}
/* line 655, ../../private/scss/style.scss */
.header--first a:hover {
  border-bottom: 4px solid #ffffff;
  color: #000000;
}
/* line 659, ../../private/scss/style.scss */
.header--first a.active {
  color: #000000;
  border-bottom: 4px solid #ffffff;
}
/* line 667, ../../private/scss/style.scss */
.header--first #phone {
  font-size: 25px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  opacity: 0.4;
  margin: 0;
  position: absolute;
  top: 0;
  right: 52px;
}
/* line 679, ../../private/scss/style.scss */
.header--first #phone:hover {
  color: #ffffff;
  border-bottom: 0px solid #ffffff;
}

/* line 688, ../../private/scss/style.scss */
.header--second {
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 600;
  left: 10px;
  top: -2px;
  position: relative;
  padding-top: 0;
}
/* line 698, ../../private/scss/style.scss */
.header--second a {
  margin-right: 84px;
  font-size: 19px;
  padding-top: 23px;
  display: block;
  float: left;
  border-top: 4px solid transparent;
}
/* line 706, ../../private/scss/style.scss */
.header--second a:active {
  color: #000000;
  border-top: 4px solid #ffffff;
}
/* line 711, ../../private/scss/style.scss */
.header--second a:hover {
  border-top: 4px solid #ffffff;
  color: #000000;
}
/* line 716, ../../private/scss/style.scss */
.header--second a.active {
  color: #000000;
  border-top: 4px solid #ffffff;
  font-weight: 400;
}
/* line 722, ../../private/scss/style.scss */
.header--second a#what-we-do {
  margin-left: 65px;
}
/* line 726, ../../private/scss/style.scss */
.header--second a#past-projects {
  margin-left: 55px;
  margin-right: 0px;
}

/* line 734, ../../private/scss/style.scss */
.left-trans {
  position: absolute;
  width: 300px;
  height: 355px;
  top: 0px;
  left: -63px;
  z-index: 12;
  overflow: hidden;
}

/* line 744, ../../private/scss/style.scss */
.right-trans {
  position: absolute;
  width: 502px;
  height: 355px;
  top: 0px;
  left: 939px;
  z-index: 12;
  overflow: hidden;
}

/* line 754, ../../private/scss/style.scss */
.services {
  position: relative;
  color: #404600;
  font-size: 25px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
  *zoom: 1;
  width: auto;
  max-width: 250px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  z-index: 10;
  background-color: #899300;
  padding: 40px 5px 40px 25px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
.services:before, .services:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
.services:after {
  clear: both;
}
/* line 765, ../../private/scss/style.scss */
.services span {
  font-family: "open-sans",sans-serif;
  font-style: italic;
  font-weight: 600;
}

/* line 775, ../../private/scss/style.scss */
ul.service-margin {
  margin-bottom: 180px;
  margin-top: -4px;
}

/* line 785, ../../private/scss/style.scss */
.seperate {
  color: #404600;
  z-index: 8;
  width: 100%;
  position: relative;
  top: -56px;
  border-top: 1px solid #404600;
}

/* line 794, ../../private/scss/style.scss */
#owl-slider {
  *zoom: 1;
  width: auto;
  max-width: 839px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  left: 62px;
}
/* line 204, ../../private/scss/jeet/_grid.scss */
#owl-slider:before, #owl-slider:after {
  content: '';
  display: table;
}
/* line 208, ../../private/scss/jeet/_grid.scss */
#owl-slider:after {
  clear: both;
}
/* line 798, ../../private/scss/style.scss */
#owl-slider .owl-wrapper-outer {
  top: 13px;
  left: -55px;
}
/* line 803, ../../private/scss/style.scss */
#owl-slider .owl-item {
  margin-right: 41px;
}
/* line 806, ../../private/scss/style.scss */
#owl-slider .item {
  background-image: url("/images/image_border.png");
  background-repeat: no-repeat;
  background-attachment: relative;
  background-position: 35% 84%;
  /* top:-70px;*/
}
/* line 813, ../../private/scss/style.scss */
#owl-slider .item img {
  border-radius: 100px;
  border: 5px solid #fff;
  /* background-image: url('/images/img-border-sm.png'); */
}
/* line 820, ../../private/scss/style.scss */
#owl-slider .item h6 {
  font-weight: 400;
  position: relative;
  color: #3F4600;
  font-size: 20px;
  left: 2px;
  top: -11px;
  bottom: 0px;
  text-align: center;
  width: 195px;
}

/* line 836, ../../private/scss/style.scss */
#inputname {
  background-image: url("/images/firstname.png");
  width: 289px;
  height: 46px;
  background-color: transparent;
  border: 0;
  font-size: 21px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  padding-left: 10px;
  background-repeat: no-repeat;
}
/* line 48, ../../private/scss/style.scss */
#inputname:focus {
  outline-width: 0;
}

/* line 845, ../../private/scss/style.scss */
.input-height {
  height: 95px;
}

/* line 848, ../../private/scss/style.scss */
.input-msg-height {
  top: -5px;
  position: relative;
}

/* line 852, ../../private/scss/style.scss */
#inputphone {
  background-image: url("/images/phone.png");
  background-repeat: no-repeat;
  width: 609px;
  height: 44px;
  background-color: transparent;
  border: 0;
  font-size: 21px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  padding-left: 10px;
}
/* line 48, ../../private/scss/style.scss */
#inputphone:focus {
  outline-width: 0;
}

/* line 862, ../../private/scss/style.scss */
#inputemail {
  background-image: url("/images/email.png");
  width: 609px;
  height: 44px;
  background-color: transparent;
  border: 0;
  font-size: 21px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
  padding-left: 10px;
  background-repeat: no-repeat;
}
/* line 48, ../../private/scss/style.scss */
#inputemail:focus {
  outline-width: 0;
}

/* line 870, ../../private/scss/style.scss */
#inputmsg {
  background-image: url("/images/msg.png");
  width: 610px;
  height: 184px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  font-size: 21px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
}
/* line 48, ../../private/scss/style.scss */
#inputmsg:focus {
  outline-width: 0;
}

/* line 879, ../../private/scss/style.scss */
label {
  display: block;
  padding: 10px 0;
  font-size: 20px;
  color: #333333;
}

/* line 888, ../../private/scss/style.scss */
.block {
  margin-bottom: 16px;
}
/* line 890, ../../private/scss/style.scss */
.block .block-header {
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #4E5300;
  font-size: 23px;
  padding-bottom: 5px;
  padding-left: 2px;
  border-bottom: 1px solid #ffffff;
  width: 229px;
  margin-bottom: 16px;
}
/* line 902, ../../private/scss/style.scss */
.block .block-content {
  padding-left: 2px;
  font-size: 20px;
}
/* line 905, ../../private/scss/style.scss */
.block .block-content span {
  color: #ffffff;
  margin-bottom: 12px;
  line-height: 170%;
  font-weight: 400;
}
/* line 910, ../../private/scss/style.scss */
.block .block-content span a {
  font-size: 18px;
  left: 1px;
}
/* line 915, ../../private/scss/style.scss */
.block .block-content p {
  color: #000000;
  opacity: 1;
  line-height: 152%;
  margin: 0;
}

/*about page*/
/* line 926, ../../private/scss/style.scss */
#about {
  position: relative;
  left: 252px;
  top: 92px;
}
/* line 930, ../../private/scss/style.scss */
#about img {
  border-bottom: 1px solid #fff;
}

/* line 936, ../../private/scss/style.scss */
#about-border {
  position: relative;
  left: 540px;
  top: -133px;
}

/*project page*/
/* line 959, ../../private/scss/style.scss */
ul.project {
  left: 200px;
  position: relative;
  margin-top: 55px;
}
/* line 964, ../../private/scss/style.scss */
ul.project li {
  margin-right: 43px;
  float: left;
}
/* line 971, ../../private/scss/style.scss */
ul.project li a .project-title {
  color: #ffffff;
  font-size: 20px;
  width: 201px;
  margin-bottom: 4px;
  margin-top: 4px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 300;
}
/* line 981, ../../private/scss/style.scss */
ul.project li a .project-place {
  color: #000000;
  font-size: 16px;
  font-family: "open-sans",sans-serif;
  font-style: normal;
  font-weight: 400;
}
/* line 991, ../../private/scss/style.scss */
ul.project li a .project-gallery img {
  width: 200px;
  height: 190px;
  border-bottom: 10px solid #2D3000;
}

/* line 1006, ../../private/scss/style.scss */
footer {
  color: #545454;
  font-size: 11px;
  position: relative;
  padding: 30px 18px 0px 18px;
  font-weight: 400;
  z-index: 20;
  position: relative;
  background-color: #939E00;
}
/* line 1014, ../../private/scss/style.scss */
footer a {
  color: #545454;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
/*
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding-top: 5px; }
.flexslider .slides > li {display: none; position: relative;left:205px; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 0px; background: transparent;position: relative;  }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides {zoom:1;}
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0; left: 10px; }
.flexslider:hover .flex-next { opacity: 0; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 0; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "opensans-regular"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }
/*.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "opensans-regular"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
/*.flex-pauseplay a.flex-play:before { content: '\f003'; }*/

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: none; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
   
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}