@charset "utf-8";
/* CSS Document */



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 50%;
    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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color:#33FF00 !important;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #333333 !important;
    float: right;
    font-size: 48px !important;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
	text-align:center;
}

/* Modal Body */
.modal-body {padding: 2px 16px;
text-align:center;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
	text-align:center !important;
	
	
}

@keyframes animatetop{
    from {top: 300px; opacity: 0}
    to {top: 0; opacity: 1}
}





@font-face {
    font-family: 'Euclid Circular A', 'minion_proregular';
    src: url('minion_pro-webfont.woff2') format('woff2'),
         url('minion_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



#map-canvas {
	height: 650px;
}

#iw_container {

width:500px;

}
#iw_container .iw_title {
	font-size: 30px;
	font-weight: 700;
    letter-spacing: -.05rem;
    text-transform: uppercase;
	color: #000;
}
.iw_content {
		padding: 30px 30px 30px 0;
	color:#000000;
	font-weight:400;
	font-size: 18px;
}


.button_video1{
	text-decoration:none;
	display:inline-block;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 50px;
	padding-left:50px;
	font-size:20px;
	background-color: #cf102d;
	text-transform: uppercase;
	font-family: 'Euclid Circular A', 'Open Sans', sans-serif;
	font-weight:800;
	border: 2px solid #cf102d;
	border-radius:5px;
		margin-top:20px;

}

.button_video1:hover{
background-color:#cf102d;
 color: #ffffff;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #29394a; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #3d5167 ; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.map_nav {
    text-align: left;
    overflow: auto;
    height: 350px;
    margin-bottom: 10px;
	font-size:1em !important;
}
