#modal-overlay, #modal-overlay-multi {
	z-index: 999; 
	display: none;
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100vh; 
	background-color: rgba( 255,255,255, 0.5 ); 
} 

#modal-content, #modal-content-multi { 
	position: fixed; 
	/*display: none;*/
	z-index: 9999; 
	/*
	width: 910px; 
	height: 360px; 
	*/
	margin: 0; 
	padding: 0; 
	background: #000000; 
} 

#vimeoPlayer iframe {
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	position: absolute;
}
#vimeoPlayerMulti iframe {
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	position: absolute;
}

.button-link { 
}

.button-link:hover { 
  cursor: pointer ; 
}

.css_btn_class {
    font-size:16px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    border:1px solid #d83526;
    padding:9px 18px;
    text-decoration:none;
    background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
    background:-ms-linear-gradient( top, #fe1a00 5%, #ce0100 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe1a00), color-stop(100%, #ce0100) );
    background-color:#fe1a00;
    color:#ffffff;
    display:inline-block;
    text-shadow:1px 1px 0px #b23e35;
     -webkit-box-shadow:inset 1px 1px 0px 0px #f29c93;
     -moz-box-shadow:inset 1px 1px 0px 0px #f29c93;
     box-shadow:inset 1px 1px 0px 0px #f29c93;
}
.css_btn_class:hover {
    background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
    background:-ms-linear-gradient( top, #ce0100 5%, #fe1a00 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ce0100), color-stop(100%, #fe1a00) );
    background-color:#ce0100;
}
.css_btn_class:active {
    position:relative;
    top:1px;
}





a.modal-close { 
	position:absolute;
	/*top:2px;*/
	top:-64px;
	right:10px;
	color:#b29c33;
	font-size:30px;
	line-height:1;
	font-weight:bold;
	text-decoration:none
	/*display:none;*/
}
a.modal-close:hover { 
	cursor:pointer
} 
