.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}
.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important;
}
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
}
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}
.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.nivo-box img {
  display: block;
}
.nivo-caption {
  position: absolute;
  left: 5%;
  top: 15%;
  background: #495E73;
  color: #fff;
  width: 230px;
  height: 230px;
  z-index: 8;
  padding: 25px;
  opacity: 1;
  overflow: hidden;
  display: none;
  -moz-opacity: 1;
  filter: alpha(opacity=1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-caption p {
  padding: 5px;
  margin: 0;
}
.nivo-caption a {
  display: inline !important;
}
.nivo-html-caption {
  display: none;
}
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}
.nivo-prevNav {
  left: 0px;
}
.nivo-nextNav {
  right: 0px;
}
.nivo-controlNav {
  text-align: center;
  padding: 0;
  margin:0;
  z-index: 999;
  position: relative;
  right: 0;
  width: 400px;
  float: right;
  bottom:60px
}
.nivo-controlNav a {
  cursor: pointer;
}
.nivo-controlNav a.active {
  font-weight: bold;
}
.nivo-slice, .slider-wrapper{height:600px !important;}
.slider-wrapper img{height:600px !important;}
.projectname{position:absolute; z-index:9999; background:rgba(34, 51, 68, 0.8); padding:5px 10px; left:0 }
.project-slide-info{background:none!important; position:absolute; top:540px !important; width:500px !important; height:auto !important; padding:0!important;}

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

.nivo-slice, .slider-wrapper, .slider-wrapper img{height:500px !important; }
.project-slide-info{top:85% !important;}
	
}

@media screen and (max-width: 1200px) {
  .nivo-caption {
    position: relative;
    left: 0;
    bottom: 0;
    background: #495E73;
    color: #fff;
    width: 100%;
    height: auto;
    padding: 25px;
    opacity: 1;
    overflow: hidden;
    display: none;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .nivo-caption p {
    padding: 5px;
    margin: 0;
  }
  .nivo-caption a {
    display: inline !important;
  }
  .nivo-html-caption {
    display: none;
  }
  .nivo-controlNav {
    display: none;
  }
  .nivo-directionNav a {
    position: absolute;
    top: 25%;
    z-index: 9;
  }
	.slider-wrapper img{height:auto!important;}
	.nivo-slice, .slider-wrapper{height:auto!important;}

.project-slide-info{background:none!important; position:absolute; top:-18px !important; width:100% !important; height:auto !important; left:0 !important}
.projectname{width:100%; background:#223344; font-size:12px; line-height: 200%; padding:0 0 0 15px !important}

	
	
}	




@media screen and (max-width: 680px) {
  html {
    -webkit-text-size-adjust: none;
  }
  #main-nav a {
    font-size: 80%;
    padding: 10px 8px;
  }
}

