/* Add here all your CSS customizations */

.imgcompat {
    float: right;
    width: 119px;
    height: 149px;
    padding-left: 5px;
}

ul.nav-list.primary.boxes > li {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #EDEDDE;
    padding: 8px 0;
}

ul.nav-list.primary.boxes > li a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 0px;
    padding: 8px 0;
}

ul.nav-list.primary.boxes > li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}

.google-map {
  height: 500px;
  width: 100%;
}