/* Themify Customize Styling */
a {		text-decoration:underline;
 
}
#headerwrap {	background: none;
	background-color: #cdcdcd;
	border-bottom: 1px solid #666666; 
}
#header {	
	font-family: "Georgia", 'Times New Roman', "Times", serif;
	color: #000000; 
}
#header a {	
	color: #000000; 
}
#header a:hover {	
	color: #6e0900; 
}
#site-logo {	
	margin-top: 5%; 
}
#site-description {	
	color: #124559; 
}
#footerwrap {	background: none;
	background-color: #cdcdcd;
	border-top: 1px solid #666666; 
}
#footer {		font-weight:bold;
	text-transform:uppercase; 
}

/* Themify Custom CSS */
.map-responsive{
    overflow:hidden;
    padding-bottom:48%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}