

    html {
		  font-family: "roboto", helvetica;	 
	 }




	a:link{

		color:#2d7bdf;

	}
	a:visited{

		color:#888888;

	}
	nav a:link{

		color:#888888;

	}




	.modal-box {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 98%;
  background: white;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
}
@media (min-width: 32em) {

.modal-box { width: 50%; 
max-width: 700px;
}
.modal-boxpopup2{
  width: 60%; 
  max-width: 800px;
  min-width: 800px;
  max-height: 700px;

  /*overflow: auto; */
}

.modal-box header,
.modal-box .modal-header {
  height: 50px;
  	/* padding: 1.25em 1.5em; */
    padding-top:1.25em;
    padding-bottom:1.25em;
  	border-bottom: 1px solid #ddd;
   	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: rgba(0, 0, 0, 0.02);

}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 { margin: 0; }

.modal-box .modal-header h2 { font-size: 1.2em; }

.modal-box .modal-body { padding: 2em 1.5em; line-height: initial;     }

.modal-box .modal-body p ul li{ font-size: 0.9em;}
.modal-box .modal-body ul li{ padding: 0.2em;}

.modal-box .modal-body ul{ padding-left: 20px; }

.modal-box .modal-body p{ padding-top: 0.6em;}

.modal-box footer,
.modal-box .modal-footer {
  padding: 0.1em;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;

}

.modal-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1) !important;
}

a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #bbb;
}



a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}
.btn {
  font-size: 3vmin;
  padding: 0.75em 1.5em;
  background-color: #fff;
  border: 1px solid #bbb;
  color: #333;
  text-decoration: none;
  display: inline;
  border-radius: 4px;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}
.btn:hover {
  background-color: #ddd;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.btn-small {
  padding: .75em 1em;
  font-size: 0.8em;
}

.form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
}
.formhalf input {
    outline: 0;
    background: #f2f2f2;
    width: 47%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-sizing: border-box;
    font-size: 14px;
}
.form button {
    outline: 0;
    background: #ea582d;
    width: 47%;
    border: 0;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
.form .button {
    outline: 0;
    background: #f08144;
    width: 97%;
    border: 0;
    padding: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}



/* map */

.container {
    background: url('../img/map02.png') center center no-repeat;
    height: 3000px;
    width: 1000px;
    margin: 0 auto;
    max-height: 3000px;
}

.containerWeb {
    min-height: 500px;
    width: 1000px;
    margin: 0 auto;
    max-height: 3000px;
    background: #FFFFFF;
    padding:20px;
}


.containerWeb p {
    color: #888888;
    font-size: 14px;
    line-height: 1.4em;
}


.containerWeb ul li {
    color: #888888;
    font-size: 14px;
    line-height: 1.4em;
}
.containerWeb li {
    color: #888888;
    font-size: 14px;
    line-height: 1.4em;
}

.containerWeb ul{
    color: #888888;
    font-size: 14px;
    line-height: 1.4em;
    padding-left: 30px;
}



.containerWeb h2 {

    color: #294a7d;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;

  }

  .containerWeb h1 {

    color: #294a7d;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;

  }

  .containerWeb h3 {

    padding-top: 20px;
    font-size: 14px;

  }

#car {
    position: relative;
    top: 240px;
    left: 545px;

}

.card-board {
    width: 500px;
    margin: 340px auto 0px;

    position: relative;
    float: left;
}




.card {
    background-color: white;
    margin-bottom: 5px;
    width: 250px;
    height: 60px;
    padding-left:10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.card > a {
    display: inline-block;
    padding: 10px 5px;
}

.card.hide {
    visibility: hidden;
}

.card-board-right .card {
    float: right;
    margin-left:200px;
}



/* end of map */