* {
	margin: 0;
	padding: 0;
	outline: none;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    background: #eee;
    color: #444;
    -webkit-font-smoothing: antialiased;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    text-rendering: optimizeLegibility
}

div.wrapper {
  width: 617px;
}

#map_canvas, #map_canvas_2, #map_canvas_3, #map_canvas_4, #map_canvas_5, #map_canvas_6, #map_canvas_7, #map_canvas_8, #map_canvas_9, #map_canvas_10, #map_canvas_11 {
	width:600px;
	height:290px;
	margin-left:10px;
}

.crew {
	font-size: 25px;
	float: left;
	margin-left: 50px;
}

.crew-img {
	float: left;
	margin: 10px 0px 10px 10px;
}

.flag-img {
/*	background-image: url("flags/flag-bg.png");*/
	margin-top: 1px;
	margin-left: -97px;
	margin-left: 68px;
	margin-right: -115px;
	float: left;

}

p {
  font-size: 0.9rem;
  line-height: 16px;
  margin: 24px 0;
  text-align: right;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #00BBD7;
	padding-top: 10px;
}

nav.vertical {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.15);
  overflow: hidden;
  text-align: center;
}

  nav.vertical > ul {
    list-style-type: none;
  }

    nav.vertical > ul > li {
      display: block;
    }

      nav.vertical > ul > li > label,
      nav.vertical > ul > li > a {
        background-color: rgb(22, 161, 231);
        background-image: -webkit-linear-gradient(135deg, rgb(22, 161, 231), rgb(167, 207, 218));
        background-image: -moz-linear-gradient(135deg, rgb(22, 161, 231), rgb(167, 207, 218));
        background-image: -o-linear-gradient(135deg, rgb(22, 161, 231), rgb(167, 207, 218));
        background-image: linear-gradient(135deg, rgb(22, 161, 231), rgb(167, 207, 218));
        border-bottom: 1px solid rgba(255,255,255,.1);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.1), 0 1px 1px rgba(0,0,0,.1);
        color: rgb(255,255,255);
        display: block;
		font-size: 1rem;
		font-weight: 600;
		height: 30px;
		letter-spacing: 0.1rem;
		line-height: 30px;
		text-shadow: 0 4px 4px rgba(0,0,0,.1);
		text-transform: uppercase;
		transition: all .1s ease;
      }

        nav.vertical > ul > li > label:hover,
        nav.vertical > ul > li > a:hover {
         background-color: rgb(114, 51, 98);
         background-image: -webkit-linear-gradient(150deg, rgb(0, 149, 224), rgb(120, 186, 204));
         background-image: -moz-linear-gradient(150deg, rgb(0, 149, 224), rgb(120, 186, 204));
         background-image: -o-linear-gradient(150deg, rgb(0, 149, 224), rgb(120, 186, 204));
         background-image: linear-gradient(150deg, rgb(0, 149, 224), rgb(120, 186, 204));
         cursor: pointer;
        }

        nav.vertical > ul > li > label + input {
          display: none;
          visability: hidden;
        }
        
          nav.vertical > ul > li > div {
            background-color: rgb(255,255,255);
            height: 0;
            overflow: scroll;
            transition: all .35s ease;
          }

            nav.vertical > ul > li > div > p {
              margin: 10px;
              text-align: right;
            }

            nav.vertical ::-webkit-scrollbar {
              width: .9rem;
            }

            nav.vertical ::-webkit-scrollbar-thumb {
              /*background-color: rgb(114, 51, 98);*/
              border: solid rgb(255,255,255);
              border-width: .4rem .4rem .4rem 0;
              border-radius: 0 .4rem .4rem 0;
            }

            nav.vertical > ul > li > label + input:checked + div {
              height: 400px;
            }
			
.gm-style-iw {
  width: 150px !important;
  height: 54px !important;
}