.body-skin {
    background-color: #eee;
}

.map-container{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-container iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.select-validate:invalid{	
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0;	
    width: 100%;
    font-size: 1rem;
    margin: 0 0 .94rem;
	padding: 0px;
	font-size: .875rem;
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336;	
}

.select-validate:valid{
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0;	
    width: 100%;
    font-size: 1rem;
    margin: 0 0 .94rem;
	padding: 0px;
	font-size: .875rem;
	border-bottom: 1px solid #00c851;
	box-shadow: 0 1px 0 0 #00c851;		
}