/*
**********************************************
*             modal
**********************************************
*/
body,html{width: 100%; height: 100%;}
body{background-color:#ccc; font-family: 'Open Sans', sans-serif;}
.modal_hidden{width: 100%; left: 0; top: 0; display: none; height: 100%; z-index: 9999!important; background-color: rgba(0,0,0,0.9); position: fixed;}
.cont-modal_hidden{width: 100%; max-width:800px; height:500px; position: absolute; top: 50%; left: 50%; margin: -250px 0 0 -400px; background:#ffffff url(../img/bg.png) no-repeat top center;   }
.content_hidden{position: relative; width: 100%; text-align: center;}
.close-modal_hidden{position: absolute; top: -15px; right: -15px; cursor: pointer;}

.modal-info_hidden{width: 100%; max-width: 600px; margin: 0 auto; padding: 40px 0 0;}
.modal-info_hidden h1{font-size: 40px; text-transform: uppercase; line-height: 50px; font-weight: bold;}
.modal-info_hidden h3{ color: #ce0e00; text-transform: uppercase; font-weight: bold; padding: 15px 0 30px; font-size: 30px;}

