img {height:auto;}

.map-responsive-frame {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive-frame iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.social_heading {
	text-align: center;
	font-weight: bolder;
	margin-top: 25px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.center {
	margin: auto;
	display: block;
}

ul.cnss-social-icon li.cn-fa-icon a {
    border: 2px solid !important;
	border-color: rgb(255, 192, 0) !important;
	width: 64px !important;
    height: 64px !important;
	line-height: 56px !important;
}

ul.cnss-social-icon li.cn-fa-icon a:hover {
    border-color: rgb(0, 0, 0)!important;
}

.margin-bottom {
	margin-bottom: 30px;
}

.schBTN {
	background-color: #0a0a0a;
	border: 2px solid;
    border-color: rgb(255, 192, 0);
    max-width: 400px;
    height: 64px;
	padding: 6px 0;
    margin: 0 auto 25px;
	color: #ffffff;
    line-height: 46px;
	display: block;
    text-align: center;
	transition: all 0.5s;
    box-sizing: border-box;
	box-shadow: none;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	font-weight: bolder;
}

.schBTN:hover {
	background-color: #ffc000;
    color: #0a0a0a;
	border-color: rgb(0, 0, 0);
}