@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(http://fonts.googleapis.com/css?family=Asap:400,700&subset=latin,latin-ext);
html {
  background: url("/application/view/front/images/bg.jpg");
}
body {
  background: url("/application/view/front/images/footer_bg.png") repeat-x scroll 0 bottom rgba(0,0,0,0);
  color: #6F6F6F;
  float: left;
  font-family: 'Droid Sans', sans-serif;
  font-size: 11pt;
  width: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.strong {
  color: black;
}
.container {
  width: 1000px !important;
}
.half {
  width: 50% !important;
  float: left;
}
.button {
  background: none repeat scroll 0 0 #4B9E7E;
  color: #FFFFFF;
  float: left;
  font-family: 'Asap', sans-serif;
  font-size: 1.1em;
  padding: 5px 15px;
  transition: all 0.2s ease 0s;
}
.button:hover {
  -webkit-box-shadow: 0 0 2px #777;
  -moz-box-shadow: 0 0 2px #777;
  box-shadow: 0 0 2px #777;
  color: #eee;
}
header {
  float: left;
  width: 100%;
  border-bottom: 1px solid #D7D7D7;
}
header .logo {
  background: url("/application/view/front/images/logo.png") no-repeat scroll 0 0 rgba(0,0,0,0);
  background-size: 100px;
  float: left;
  height: 100px;
  width: 100px;
  margin: 20px 0;
}
#menu ul {
  float: right;
  margin: 50px 0;
}
#menu li {
  line-height: 26px;
  float: left;
  margin-left: 8px;
}
#menu a {
  color: #000000;
  float: left;
  font-family: 'Asap', sans-serif;
  font-size: 1.1em;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}
#menu a:hover,
#menu a.selected {
  background: none repeat scroll 0 0 #4B9E7E;
  color: #FFFFFF;
}
#menu a.selected {
  font-weight: 700;
}
#home_about {
  float: left;
  margin-top: 20px;
}
#home_about h1 {
  color: #303030;
  font-family: 'Asap', sans-serif;
  font-size: 2.1em;
  font-weight: normal;
  margin: 20px 0 0;
  text-transform: uppercase;
}
#home_about h2 {
  color: #303030;
  font-family: 'Asap', sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
#home_about .right {
  border-left: 1px solid #D7D7D7;
  margin: 17px 0 0;
}
#home_about .right p {
  text-align: justify;
}
#home_about .right a {
  color: #4b9e7e;
}
#homeSlider {
  float: left;
  width: 100%;
  position: relative;
  margin: 30px 0;
}
#homeSlider #slides {
  width: 100%;
  overflow: hidden;
}
#homeSlider img {
  width: 100%;
}
#homeSlider li {
  height: auto !important;
}
#homeSlider span {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 170px;
  width: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#homeSlider span:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  cursor: pointer;
}
#homeSlider #slider_arrow_left {
  left: -60px;
}
#homeSlider #slider_arrow_right {
  right: -60px;
}
.home_box {
  border-bottom: 1px solid #D6D6D6;
  float: left;
  margin: 0 0 30px;
  padding-bottom: 20px;
  width: 100%;
}
.home_box .title {
  padding-left: 0;
}
.home_box .title h2 {
  color: #000000;
  font-family: 'Asap', sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 21px;
  margin-bottom: 20px;
}
.home_box .content {
  padding-right: 0;
}
.home_box .content h3 {
  color: #303030;
  font-family: 'Asap', sans-serif;
  font-size: 1.3em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.home_box .content h3 span {
  color: #4B9E7E;
}
.home_box .content p {
  font-size: 0.9em;
  margin-bottom: 10px;
}
.home_box .content li {
  font-size: 0.9em;
  list-style-type: circle;
  margin-bottom: 5px;
  margin-left: 13px;
}
.home_box .content a {
  color: #4B9E7E;
  font-size: 0.8em;
}
.home_box .leftborder {
  border-left: 1px solid #D6D6D6;
}
#reference_container img {
  width: 100%;
}
#reference_container h3 {
  font-size: 1.1em;
  margin-top: 15px;
}
#team_container {
  border: none;
}
#team_container img {
  float: left;
  margin-right: 15px;
}
#team_container h3 {
  color: #4B9E7E;
  font-size: 0.8em;
}
footer {
  float: left;
  width: 100%;
  height: 110px;
}
footer p {
  line-height: 110px;
}
footer a {
  color: black;
}
.refBox {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  color: #333;
  cursor: pointer;
  float: left;
  font-size: 0.95em;
  margin-bottom: 30px;
  width: 100%;
  height: 305px;
}
.refBox:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  color: #444;
}
.refBox img {
  width: 100%;
}
.refBox .title {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
}
.refBox .description {
  display: block;
  height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
  color: #888;
  line-height: 20px;
}
.refBox .date {
  color: #4b9e7e;
}
.refBox .property {
  display: block;
  font-size: 1.1em;
  padding-bottom: 5px;
  color: #4b9e7e;
}
.refBox .serviceC {
  display: block;
}
.refBox .service {
  float: left;
  font-size: 2em;
  padding: 5px 5px 0 0;
  color: #4b9e7e;
}
#modalContainer.width800 .modal-dialog {
  width: 800px;
}
#refListContainer {
  float: left;
  width: 100%;
}
#refListContainer .yearContainer {
  float: right;
  margin-top: 23px;
}
#refListContainer .yearContainer a {
  color: #666;
  float: left;
  padding: 5px 15px;
}
#refListContainer .yearContainer a:hover {
  color: black;
}
#refListContainer .yearContainer .button {
  color: white;
}
#refSlider {
  width: 100%;
}
#refSlider #refSlides {
  width: 100%;
  overflow: hidden;
  height: 400px;
}
#refSlider img {
  width: 100%;
}
#refSlider li {
  height: auto !important;
}
#refSlider .arrow {
  background: none repeat scroll 0 0 #333333;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 170px;
  width: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#refSlider .arrow:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  cursor: pointer;
}
#refSlider #ref_slider_arrow_left {
  left: -60px;
}
#refSlider #ref_slider_arrow_right {
  right: -60px;
}
#refDataContainer {
  background: url("/application/view/front/images/bg.jpg");
}
#refDataContainer #projectBottom {
  padding: 15px;
}
#refDataContainer h2 {
  border-bottom: 1px dashed #ccc;
  color: #4b9e7e;
  margin: 0 0 20px;
  padding-bottom: 5px;
}
#refDataContainer small {
  font-size: 0.5em;
  font-style: italic;
}
#refDataContainer .closeButton {
  color: white;
  cursor: pointer;
  font-size: 3em;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  position: absolute;
  right: 10px;
  text-shadow: 0 0 2px #666;
  top: 10px;
  z-index: 4;
}
#refDataContainer .closeButton:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#bMCr {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
#bMCr:before,
#bMCr:after {
  content: " ";
  display: table;
}
#bMCr:after {
  clear: both;
}
#bm {
  width: 100%;
  height: 400px;
}
#bm #mapC {
  width: 370px;
}
#bm #mapC a {
  display: block;
  margin: 5px 0;
}
#bm #mapC .l {
  float: left;
  width: 180px;
}
#bm #mapC .r {
  float: left;
  width: 190px;
}
#bm #mapC h3 {
  font-size: 20px;
  margin: 10px 0;
}
.mceContentBody {
  float: left;
  width: 100%;
}
.mceContentBody h1 {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mceContentBody h2 {
  font-size: 28px;
  margin-bottom: 8px;
  margin-top: 14px;
}
.mceContentBody p {
  margin: 0 0 10px;
}
.mceContentBody li {
  margin-bottom: 5px;
  margin-left: 20px;
  text-indent: -1em;
}
.mceContentBody li:before {
  color: #4b9e7e;
  content: "• ";
  font-size: 1.5em;
  line-height: 1em;
  position: relative;
  top: 3px;
}
.mceContentBody b,
.mceContentBody strong {
  font-weight: 700;
}
.mceContentBody .green {
  color: #4b9e7e;
}
#tinymce {
  padding: 10px;
}
.baseForm li {
  margin-bottom: 10px;
}
.baseForm input,
.baseForm textarea {
  padding: 5px;
  width: 100%;
}
.baseForm input:focus,
.baseForm textarea:focus {
  border: 1px solid #888;
}
#contactFormContainer {
  float: right;
}
#contactFormContainer .button {
  float: right;
}
