

/* Boxes
------------------------------------------------ */

/* List style */
ul.thumbnails { 
  list-style: none; 
  margin: 0;
  padding: 30px; height:100%; min-height:580px;
  }
  
  .thumbnail {border:none!important; padding:0px; margin:0px;}
  
ul.thumbnails .white-bg  {background:#FFF; padding-bottom:20px; min-height:500px; border-radius:20px; -webkit-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.1);}

.caption-box h4 {
    font-size: 25px;
    color: #094a9c; font-weight:600; margin:20px 0 20px 20px;
    }
    .caption-box p {
        font-size: 15px; padding:0 20px 0 20px;
        color: #555;
        }
        .btn.btn-mini {
            font-size: 16px; margin-left:20px; color:#ff6000; text-decoration:underline;
            }



/* Control box 
------------------------------------------------ */
.control-box {
    width: 100%;
    }
    .carousel-control{
        
       
        display: inline-block;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px;
        margin: 250px -50px 0;
        height: 60px;
        width: 60px;
        }
		
		

.carousel-control.left {background:url(../images/prev.png) left no-repeat;}
.carousel-control.right {background:url(../images/next.png) left no-repeat;}


/* Mobile only
------------------------------------------------ */
@media (max-width: 767px) {
    .page-header { text-align: center; } 
}
@media (max-width: 479px) {
    .caption-box { word-break: break-all; }
    ul.thumbnails li { margin-bottom: 30px; }
	.carousel-control{
        
       
        display: inline-block;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px;
        margin: 250px 40px 0;
        height: 60px;
        width: 60px;
        }
}




