
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.mm-slideout { z-index:auto;}
.top-buffer { margin-top:10%; }
.bottom-buffer { margin-bottom:15%; }

.paper {height: 222px;
    margin: 15px 0px;}

.paper {
  background: #fff;
  padding: 10px;

}

.papercenter{
 margin:0 auto;

}

.modal.in{
     text-align: center;
}



.hov:hover {
 border-color: #666; 
 color: #666;
}


body .modal-dialog-paper { /* Width */
    max-width: 100%;
    width: auto !important;
    display: inline-block;
    text-align: center;
}

.caption p{color: #ccc;}



/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){


}

/* Large Desktop */
@media(min-width:1200px){



}


