

.carousel-caption{
    z-index: 10;
}
.carousel-inner > .item > img{
    position: absolute;
    top: 0px;
    left: 0;
    min-width: 100%;
	max-width:100%;
    height: auto;
}
.carousel-inner > .item{
    height: 700px;   
}

.intro-block{
    background: url(../images/purpalt.png) repeat;
    padding: 100px 15px 60px;
    color: #fff;
}
.text-muted{
    color: #e9e6df;
    font-weight: 100;
}

.marketing{
    background-color: #e9e6df;   
}
hr {
    border-top: 1px solid #c9c9c9;   
}
.info{
    background: #ffa753 url(../images/skyline.png) repeat-x bottom;
    
}
.info small{
    color: #eeefe9;   
}
.info a{
    color: #fff;   
}
.info a:hover{
    color: #333;   
	
	}


@media screen and (max-width: 480px) {
      .carousel-inner > .item{
    height: 500px;   
}
    
}


@media only screen and (max-width: 768px) {
   .carousel-inner > .item{
    height: 500px;   
}
    }
	

@media only screen and (max-width: 1366px) {
   .carousel-inner > .item{
    height: 634px;   
}
    }








