/* Typography*/
html, body{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    background-color: #eeefe9;
}

h1,h2,h3,h4{
    font-family: 'Abel', sans-serif;
}

b, strong{
    font-weight: 400;
}
/*Carousel Area*/
.carousel-caption{
    z-index: 10;
    
}
.carousel-inner>.item>img{
    position: absolute;
    top: 50px;
    left:0;
    min-width: 100%;
    height: auto;
}
.carousel-inner >.item{
    height: 370px;
}

.myIntro{
    background: url(../images/bg-pattern.png) repeat;
    padding: 100px 15px 60px;
    color: #fff;
}

.padded{
    padding: 100px 15px;
}

.text-muted{
    color: #e9e6df;
    font-weight: 100;    
}

.topad{
    padding-top: 20px;
}

.news h1 a{
    color: #4b8575;
}

.news p a{
    color: #d49a6a;
}

.sidebar{
    background-color: #e9e6df;
}

.bottompad{
    margin-bottom: 30px;
}

.myAdvert{
    background-color: #e9e6df;
}

hr{
    border-top: 1px solid #c9c9c9;    
}

.myInfo{
    background: #d49a6a url(../images/skyline.png) repeat-x bottom;
    padding: 80px 0; 
}

.myInfo small{
    color: #eeefe9
}

.myInfo a{
    color: #fff;
}

.myInfo a:hover{
    color:#333;
}
.tab-pane{
    padding: 40px 10px 0 10px;
}

.myFooter{
    background: url(../images/bg-footer.png) repeat;
    padding: 80px 0 60px 0;
}
.myFooter address, .myFooter a, .myFooter p{
    color: #fff;    
}

.ft_space{
    padding: 0 10px;    
}

.map{
    height: 350px;
    width: 100%;
}

@media (min-width: 768px){
    .carousel-inner >.item{
        height: 700px;
    }
    .map{
    height: 500px;
}
}