body 
{
	position: relative;
}

.btn:hover
{
	color:#FFF;
}

.ct-head
{
	font-family:Aller_Bd;
	font-size:14px;
}

.ct-txt
{
	font-family:Aller_Lt;
	font-size:10px;
}

@media (min-width : 576px)
{
	.ct-txt { font-size:10px; }
	.ct-head { font-size:14px; }
}

@media (min-width: 768px) 
{
    .ct-txt { font-size:11px; }
	.ct-head { font-size:16px; }
}

@media (min-width : 992px)
{
	.ct-txt { font-size:13px; }
	.ct-head { font-size:18px; }
}

@media (min-width : 1200px)
{
	.ct-txt { font-size:15px; }
	.ct-head { font-size:20px; }
}

#map {
    width: 100%; 
	height: 400px; 
	margin-top: 1%; 
	margin-bottom: 1%;
	border:1px solid #bbbbbb;
}

@media (max-width: 992px) {
	#map { height:350px; }
}

@media (max-width: 768px) {
	#map { height:300px; }
}

@media (max-width: 576px){
    #map { height:200px; }
}

.page-footer
{
	margin-top:10%;
	width:100%;
}
