.wrapper {
  background-image: url(our.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 300px;
 margin: auto;
 padding:175px 0 130px;
}


section#about {
	background:#F7DC6F ;
	width:100%;
	height:auto;
	margin:0;	
	padding:160px 0 130px;
}

section.spacer.bg3 {
	background: url(img/bg/5466123-book-wallpapers.jpg) 50% 0 no-repeat fixed;
	width:100%;
	height:auto;
	margin:0;	
	padding:170px 0 130px;
	
}


/* Global */
 

img { max-width:100%; }

a {
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
	}
    
a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}



body{
    border-top:0;
    background:#178671;
    
	}
	

.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
	width: 40px;
	height: 40px;
}
.thumbnail{
	height:250px;
	width:250px;
}



/* Thumbnail Box */
.caption h4 {
    color: #444;
	height:250px;
	width:250px;
}


.caption p {  
    color: #999;
	height:250px;
	width:250px;
}

.caption btn btn-mini{
	height:100px;
	width:100px;
	
}

/* Carousel Control */
.control-box {
    text-align: right;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}





/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }


