.flex-title{
      text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 5px;
    color: #ddb642!important;
 }
.flex-title,
.flex-description {
  left: 0;
  bottom: 0;
  background: white;
  color: #5a5454;
/*  text-shadow: 0 -1px 0 rgba(0,0,0,.3);*/
 font-size: 15px;
    line-height: 20px;
}
.carousel_bulletins .flexslider{
  margin: 0;
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.carousel_bulletins{
      margin-top: 30px;
  background-color: #cdcdcd;
  padding: 45px 30px 35px 30px;
  border: 1px solid #eee8e8;
}
.carousel_bulletins .flexslider .slides > li{
margin-right:  5px;
    padding: 15px;
      background-color: #cdcdcd;
}
.img_pdf{
  width: 150px!important;
  height: 125px!important;
  border: 6px solid white;
}
.bulletins_s{
    position:relative;
    overflow:hidden;
}
.captiont{
     position:absolute;
    top:-100%;
    right:0;
    background:rgba(200, 177, 110, 0.69);
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.bulletins_s:hover .captiont {
    top:0%;
}
.atlas_title{
  font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.select_countr{
font-size: 13px;
    min-width: 250px;
    font-weight: 900;
    color: #65686a;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 15px;
    background-color: rgba(255,255,255,0.81);
}
.fa-globe{
vertical-align: middle;
    font-size: 31px!important;
    color: #093d52;
    margin-top: -8px;
    margin-right: 15px;
}
@media (min-width: 768px){
.modal-dialog {
    width: 70%!important;
    margin: 30px auto;
}
}