.roymap {
	position:relative;
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
    .roymap {
        font-size:14px;
        line-height: 18px;
        width:100%;
        margin-top:20px;
    }
}
.mapwrapper {
    height:0;
    overflow:hidden;
}
.mapwrapper div#map {
    height:460px;
    width:100%;
}
.map_icon{
    width:76px;
    height:76px;
    /*background:url('../img/map_icon.jpg') no-repeat center center transparent;*/
    background:#464646;
    border:2px solid #282828;
    float:right;
    position:relative;
    margin-left:40px;
    cursor:pointer;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}
.map_icon:before, .map_icon:after {
    font-family: 'Ionicons';
    font-size: 32px;
    font-weight:normal;
    line-height: 72px;
    width:100%;
    position:absolute;
    text-align: center;
    content: "\f203";
    color: #e5e5e5;
    display: inline-block;
    -webkit-transition: all 220ms ease;
    -moz-transition: all 220ms ease;
    -ms-transition: all 220ms ease;
    -o-transition: all 220ms ease;
    transition: all 220ms ease;
}
.map_icon:after {
    font-size: 16px;
    content: "\f123";
    opacity:0;
}
.map_icon:hover:before {
    margin-top:-8px;
}
.map_icon:hover:after {
    margin-top:16px;
    opacity:1;
}
.map_icon.opened:before {
}
.map_icon.opened:after {
    font-size: 14px;
    content: "\f12a";    
}

