﻿.map-container {
    position: relative;
}

#google-container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #e7eaf0;
}

#cd-google-map {
    position: absolute;
    width: 100%;
    height: 100%;
}

#cd-zoom-in,
#cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #00b0f0;
    color: #ffffff;
    font-size: 15px;
    line-height:1.5;
    margin-left: 20px;
    text-align: center;
}

.no-touch #cd-zoom-in:hover,
.no-touch #cd-zoom-out:hover {
    background-color: #a99272;
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 20px;
    margin-bottom: 1px;
}

#cd-zoom-out 
{
    margin-top: 5px;
    background-position: 50% -32px;
}

#cd-zoom-in i,
#cd-zoom-out i 
{
    margin-top:7px;
}