@font-face {
    font-family: F01;
    src: url(fonts/AVA_IB.TTF);
       }
   
 @font-face {
    font-family: F02;
    src: url(fonts/AvantGarde.otf);
       }  
       
        @font-face {
    font-family: F03;
    src: url(fonts/lazyc.ttf);
       }





.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 300px auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}






.modal-content10 {
    position: relative;
    background-color: transparent;
    margin: 10px auto;
    padding: 0;
    width: 1100px;
    height: 560px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}




/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}





.modal-header10 {
    padding: 1px 1px;
    background-color: #008766;
    color: white;
   
   font-family: "F02";
	font-weight: 100;
	text-align: center;
     font-size: 1.9em;
     letter-spacing: 1.3px;
     line-height: 1.0;
      color: white;
}

.modal-body10 {
    background-color: transparent;
    padding: 2px 16px;
     margin: -6px auto;
    
}

.modal-footer10 {
    padding: 2px 16px;
    margin: 558px auto;
    background-color: black;
    color: white;
}




#myBtn {
    
    	width: 80px;
	height: 20px;
	position:absolute;
	margin: 0 auto;
	background-color: red;
	background-image:url(img/more_news.png);
	z-index:2;
	
	font-family: "F02";
	font-weight: 200;
	text-align: left;
     font-size: 1.4em;
     line-height: 1.0;
     letter-spacing: 1px;
      color: #a53605;

   transition: all .2s ease-in-out;
   
   
    -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
      
            }

#myBtn:hover {
    opacity: 0.5;
    cursor: pointer;
   
}