#first-block, #second-block, #third-block, #fourth-block {
text-align:center;
padding:1.0em 0;
}
#carousel {
text-align:center;
background: #ffffff;//#e5e5e5;
}
#first-block {
background: #ffffff;//#2d2c41;
}
#second-block {
background: #ffffff;//#2d2c41;
}
#third-block {
background: #ffffff;//#2d2c41;
}
#fourth-block {
background: #ffffff;//#2d2c41;
}
footer {
background: #ffffff;//#2d2c41;
padding:0 0;
}


h4 {
   width: 100%; 
   text-align: center;    
   border-bottom: 1px solid #000; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

h4 span { 
	font-size: 20px;
    background:#fff; 
    padding:0 10px; 
}


.googlepin {
	width:45px !important;
	height:40px !important;
	display:inline !important;	
	cursor: pointer !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  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 */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
</style>
@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
}