/* -------------------------------- 

Main components 

-------------------------------- */


#google-container {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #FFFFFF;
	margin-top: 50px;
	
}
@media only screen and (min-width: 768px) {
  #google-container {
    height: 400px;
  }
}
@media only screen and (min-width: 1000px) {
  #google-container {
    height: 450px;
	margin-top: 70px;
  }
}

#cd-google-map {
  position: relative;
}


#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 15px;
    background-color: rgba(135,135,135,0.60);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("../img/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
  background-color: rgba(135,135,135,0.90);
}
/*@media only screen and (min-width: 700px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 40px;
  }
}*/
/*@media only screen and (min-width: 1000px) {
  #cd-zoom-in, #cd-zoom-out {
    margin-left: 56px;
  }
}*/

#cd-zoom-in {
  background-position: 50% 0;
  margin-top: 200px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 700px) {
  #cd-zoom-in {
    margin-top: 300px;
  }
}
@media only screen and (min-width: 1000px) {
  #cd-zoom-in {
    margin-top: 350px;
  }
}

#cd-zoom-out {
  background-position: 50% -32px;
}
