body {
  background-color: #eceff4;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
img {
  margin: 0px;
  padding: 0px;
  max-width: 100% !important;
  height: auto !important;
}
body .gm-style img,
body .mythemes-map-canvas img {
  max-width: none !important;
}
iframe {
  border: none;
  margin: 0px;
  padding: 0px;
}
.mythemes-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}
.mythemes-navigation ul li {
  font-size: 13px;
  display: inline-block;
}
ul.mythemes-navigation {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}
ul.mythemes-navigation li {
  font-size: 13px;
  display: inline-block;
}
ul.mythemes-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  line-height: 0px;
}
ul.mythemes-navigation ul li {
  font-size: 13px;
  display: inline-block;
}
.overflow-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
}
.image-background {
  background-position: center center;
  background-repeat: no-repeat;
}
.valign-cell-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  valign: middle;
  vertical-align: central;
  vertical-align: middle;
  text-align: center;
  /* align center */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.valign-cell-wrapper-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: table;
  valign: bottom;
  vertical-align: bottom;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.valign-cell {
  width: 100%;
  text-align: center;
  valign: middle;
  vertical-align: central;
  vertical-align: middle;
}
.valign-cell.right {
  width: 100%;
  text-align: right;
  valign: middle;
  vertical-align: central;
  vertical-align: middle;
}
.valign-cell.left {
  width: 100%;
  text-align: left;
  valign: middle;
  vertical-align: central;
  vertical-align: middle;
}
