﻿/* Global */
/*html { font-size: 100% !important; }
body {
    background: #3399cc;
    padding: 40px;
} 


img { max-width:100%; }

*/ 
/*
.thumbnail 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)"; 
        filter: alpha(opacity=50);         
        opacity: 0.6;
        text-decoration: none;
    }


        filter: alpha(opacity=50);         
        opacity: 0.6;
        text-decoration: none;
    }


        filter: alpha(opacity=50);         
        opacity: 0.6;
        text-decoration: none;
    }

/* Container */

/*
        filter: alpha(opacity=50);         
        opacity: 0.6;
        text-decoration: none;
    }


        filter: alpha(opacity=50);         
        opacity: 0.6;
        text-decoration: none;
    }
*/
/* Container */
/*.container {
    background: #FFFFFF;
    margin: 40px auto;
    padding: 20px 40px 50px;
    max-width: 960px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}



/* Page Header 
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
    }
    .page-header h3 {
        line-height: 0.88rem;
        color: #000;
        }
*/


/* Boxes
------------------------------------------------ */

/* List style */
ul.thumbnails { 
  list-style: none; 
  margin: 0;
  padding: 0;
  }

/*  
  .thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption-box {
    position:absolute;
    top:0;
    right:0;
    background:rgba(66, 139, 202, 0.75);
    width:100%;
    height:100%;
    padding:2%;
    display: none;
    text-align:center;
    color:#fff !important;
    z-index:2;
}
*/

.caption-box {

/*   height:130px;
*/	
}

.caption-box h4 {
    /*font-size: 0.94rem;*/
    color: #444;
        }
.caption-box p {
    /*font-size: 0.75rem;*/
    color: #999;
    text-align:justify
    }
.btn.btn-mini {
    /*font-size: 0.63rem;*/
    }

.pic-vert-center {
   display: inline-block;
    height: 100%;
    vertical-align: middle;
	}
.element {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}


/* Control box 
------------------------------------------------ */
.control-box {
    width: 100%;
    }
    .carousel-control{
        background: #666 !important;
        border: 0px;
        border-radius: 0px;
        display: inline-block;
        font-size: 34px;
        font-weight: 200;
        line-height: 18px;
        opacity: 0.5;
        padding: 4px 10px;
        margin: 30px 0px 0;
        height: 30px;
        width: 30px;
        }



/* 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; }
}

