.sprite {
  background-image: url(../img/flagsprite.png);
  background-repeat: no-repeat;
  display: block;
}
.sprite-lt-copy-2 {
  width: 16px;
  height: 11px;
  background-position: -5px -5px;
}
.sprite-ru-copy-2 {
  width: 16px;
  height: 11px;
  background-position: -31px -5px;
}
.sprite-us-copy-2 {
  width: 16px;
  height: 11px;
  background-position: -57px -5px;
}
body {
  margin: 0;
  background: #fdfdfd;
  font-family: "Open Sans";
}
.animateText {
  /* Animations */
  -webkit-transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -moz-transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
p {
  margin-top: 20px;
  margin-bottom: 20px;
}
#main_map h2 {
  display: none;
}
.clear {
  clear: both;
}
.content {
  /* Base text style */
  width: 331px;
  color: #b6b6b6;
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
}
.content strong {
  font-weight: 700;
}
.right_side {
  float: right;
  width: 40%;
  padding-top: 60px;
}
.right_side .content {
  margin-left: 100px;
}
.left_side {
  width: 60%;
  float: left;
  min-height: 100%;
  position: relative;
}
h1 {
  /* Text style for "Welcome to Ing" */
  color: #232021;
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}
.btn {
  background: url('../img/button.png') no-repeat;
  border: none;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  background-size: 100%;
  /* Text style for "Sužinokite dau" */
  opacity: 1;
  color: #bebebe;
  font-size: 14px;
  font-weight: 700;
  height: 60px;
  line-height: 67px;
  width: 180px;
  cursor: pointer;
  margin-top: 30px;
  /* Animations */
  -webkit-transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -moz-transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
.btn:hover {
  color: black;
}
.wrapper {
  width: 100%;
  float: left;
}
.container {
  max-width: 1299px;
  /* Note this size for responsive breakpoint */
  min-width: 1180px;
  margin: 0 auto;
  position: relative;
}
.header {
  width: 100%;
  float: left;
  background: #fdfdfd;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 999;
}
.header #main_menu {
  float: left;
  /* Base text style */
}
.header #main_menu ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header #main_menu ul li {
  float: left;
  text-transform: capitalize;
}
.header #main_menu ul li.current-menu-item,
.header #main_menu ul li:hover {
  border-bottom: 1px solid #f1353f;
  margin-bottom: -1px;
}
.header #main_menu ul li.current-menu-item a,
.header #main_menu ul li:hover a {
  /* Text style for "Pagrindinis" */
  color: #f1353f;
}
.header #main_menu ul li a {
  /* Animations */
  -webkit-transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -moz-transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  -o-transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  transition: color 0.25s linear, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  padding: 10px 22px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  /* Text style for "Apie mus" */
  color: #a7a7a7;
  text-decoration: none;
}
.header #languages {
  float: right;
}
.header #languages ul {
  display: block;
  list-style: none;
  margin: 0;
  margin-right: 22px;
}
.header #languages ul li {
  padding-top: 17px;
  float: right;
  padding-left: 15px;
}
.header #languages ul li.active,
.header #languages ul li:hover {
  opacity: 1;
}
#logo {
  position: absolute;
  top: 70px;
  right: 60px;
}
.copyright {
  /* Text style for "© 2014, Ingmar" */
  height: 13px;
  opacity: 0.25;
  color: black;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
  position: absolute;
  bottom: 17px;
  left: 22px;
}
#about_us {
  width: 100%;
  float: left;
}
#pjax_container {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 9999;
  background: white;
  left: 0;
  top: 46px;
}
.eesti_flag {
  background: url(http://ingmargroup.eu/wp-content/plugins/qtranslate-x/flags/ee.png) no-repeat;
  background-size: 100%;
  width: 16px;
  height: 11px;
  float: left;
}
.inside .overlay {
  display: block;
}
.overlay {
  background: black;
  display: none;
  opacity: 0.7;
  z-index: 99;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  height: 100%;
  float: left;
}
.container {
  /* Base text style */
  /* Text style for "Unde omnis ist" */
  color: #888;
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
}
.container strong {
  /* Text style for "Perspiciatis." */
  color: #666;
  font-weight: 700;
}
#about_us {
  border-top: 1px solid #f0f0f0;
}
#about_us h1 {
  height: auto;
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
}
#about_us .container {
  margin-top: 100px;
}
#about_us .left_side {
  width: 35%;
  text-align: center;
}
#about_us .right_side {
  width: 65%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 50px;
  padding-top: 0;
}
#about_us .about_content {
  padding-bottom: 70px;
  width: 100%;
  float: left;
}
#about_us .container .contacts_content .middle_part {
  width: 35%;
  float: left;
  color: #888888;
  font-size: 13px;
}
#about_us .container .contacts_content .contacts_box {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#about_us .container .contacts_content .right_side {
  width: 25%;
  float: right;
}
#about_us .container .contacts_content .first_row {
  width: 100%;
  float: left;
  margin-top: -30px;
  margin-bottom: 20px;
}
#about_us .container .contacts_content .first_row .item {
  width: 45%;
  float: left;
}
#about_us .container .contacts_content .first_row .item:first-child {
  margin-right: 10%;
}
#about_us .container .contacts_content .first_row .item input {
  margin-top: 0px;
  width: 100%;
  float: left;
  height: 40px;
  border: 1px solid #d9d9d9;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.03)), color-stop(100%, rgba(255, 255, 255, 0.03)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08000000', endColorstr='#08ffffff', GradientType=0);
  /* IE6-8 */
}
#about_us .container .contacts_content textarea {
  margin-top: 0px;
  height: 90px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAzIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wMyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.03)), color-stop(100%, rgba(255, 255, 255, 0.03)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.03) 0%, rgba(255, 255, 255, 0.03) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08000000', endColorstr='#08ffffff', GradientType=0);
  /* IE6-8 */
  border: 1px solid #d9d9d9;
  width: 100%;
  float: left;
}
#about_us .container .contacts_content h3 {
  height: auto;
  margin: 0;
  font-size: 21px;
  color: #232021;
  font-weight: 700;
  line-height: 20px;
  font-family: 'Playfair Display', serif;
}
.send_button {
  position: relative;
  height: 50px;
  width: 308px;
  float: right;
  margin-right: -83%;
  margin-top: 26px;
}
.send_button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/submit_button.png) no-repeat;
  z-index: -1;
}
.send_button:hover:after {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.send_button input[type="submit"] {
  color: white;
  font-weight: 700;
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 13px;
  letter-spacing: 1px;
  text-shadow: 0px -1px 2px rgba(10, 10, 10, 0.35);
  font-family: "Open Sans", sans-serif;
  background: rgba(0, 0, 0, 0);
}
.company_map {
  width: 100%;
  float: left;
  height: 250px;
  margin-top: 120px;
  position: relative;
}
.company_map:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  background: url(../img/map_arrow.png) no-repeat;
  width: 48px;
  height: 22px;
  z-index: 9999;
}
.company_map .acf-map {
  width: 100%;
  height: 100%;
}
.contacts_content {
  float: left;
  width: 100%;
}
.contacts_content .wpcf7 {
  width: 100%;
  float: left;
  margin-bottom: 80px;
}
.wpcf7-response-output.wpcf7-validation-errors {
  float: left;
}
div.wpcf7-mail-sent-ok {
  float: left;
}
span.wpcf7-not-valid-tip {
  float: left;
}
#main_map h2 {
  color: #232021;
  font-family: 'Playfair Display', serif;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
}
#main_map {
  position: absolute;
  left: 0;
  top: -40px;
}
/* Map styling */
#map path {
  fill: none;
  stroke: #f0f0f0;
  stroke-width: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#map .country {
  fill: #f3f3f3;
  /*stroke:#d8d8d8;*/
  stroke-width: 3;
  animation-duration: 1s;
  cursor: pointer;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#map .country_group:hover .country {
  fill: #D6D3D3;
  stroke-width: 1;
}
#map .country_group {
  cursor: pointer;
}
#map .country_group:hover text {
  fill: white !important;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}
#map .country_group:hover .country_tooltip {
  z-index: 999;
}
#map .country_group:hover .country_flagpole {
  display: block;
}
#map .country:hover .country_shadow {
  display: none;
}
#map .country_shadow {
  fill: none;
  stroke: #d8d8d8;
  stroke-width: 7px;
  stroke-linejoin: round;
  transform: translateY(3px) translateX(1px);
}
#main_map .map_name {
  color: #cacaca;
  font-family: 'Playfair Display', serif;
  text-shadow: 0px 1px 0px #ffffff;
  position: absolute;
  font-size: 14px;
}
#main_map .map_name.margunas {
  top: 300px;
  left: 290px;
}
#main_map .map_name.walmar {
  top: 430px;
  left: 180px;
}
.map_wrap {
  width: 800px;
  height: 780px;
  transform-origin: left top;
  position: relative;
}
.other_country {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 3s linear forwards;
  animation: dash 3s linear forwards;
}
.country_shadow {
  stroke-dasharray: 10000;
  stroke-dashoffset: 10000;
  -webkit-animation: dash 10s linear forwards;
  animation: dash 10s linear forwards;
}
.country_flagpole {
  position: absolute;
  display: none;
  pointer-events: none;
  z-index: 999999;
  border: none;
}
.country_flagpole.ukraine {
  top: 450px;
  left: 420px;
}
.country_flagpole.poland {
  left: 110px;
  top: 310px;
}
.country_flagpole.lithuania {
  top: -90px;
  left: -30px;
}
.country_flagpole.latvia {
  top: -90px;
  left: -40px;
}
.country_flagpole.estonia {
  top: 50px;
  left: 370px;
  z-index: 0;
}
.country_tooltip {
  background: #999999;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhN2E3YTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #999999 0%, #a7a7a7 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #a7a7a7));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #999999 0%, #a7a7a7 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #999999 0%, #a7a7a7 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #999999 0%, #a7a7a7 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #999999 0%, #a7a7a7 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#a7a7a7', GradientType=0);
  /* IE6-8 */
  padding: 7px 10px 7px;
  color: white;
  border-radius: 3px;
  text-align: center;
  max-width: 200px;
  white-space: nowrap;
  display: inline-block;
  font-family: 'Playfair Display', serif;
  text-shadow: -1px 1px 2px rgba(22, 22, 0, 0.3);
  font-size: 15px;
  position: absolute;
  text-decoration: none;
  line-height: 1.3em;
}
.country_tooltip:after {
  background: url('../img/bottom_tooltip_arrow.png') center no-repeat;
  width: 100%;
  height: 7px;
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
}
.country_tooltip.lithuania {
  top: 280px;
  left: 285px;
}
.country_tooltip.ukraine {
  top: 517px;
  left: 485px;
}
.country_tooltip.poland {
  top: 410px;
  left: 170px;
}
.country_tooltip.latvia1 {
  top: 175px;
  left: 230px;
}
.country_tooltip.latvia2 {
  top: 220px;
  left: 360px;
}
.country_tooltip.estonia1 {
  top: 150px;
  left: 365px;
}
.country_tooltip.estonia2 {
  top: 90px;
  left: 280px;
}
.country_tooltip.poland {
  top: 410px;
  left: 160px;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1170px) {
  .map_wrap {
    -ms-transform: scale(0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8);
    /* Chrome, Safari, Opera */
    transform: scale(0.8);
  }
  .container {
    max-width: 100%;
    float: left;
    min-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .container .right_side .content {
    margin-left: 0px;
  }
  .copyright {
    position: static;
    width: 100%;
    float: left;
  }
}
@media (max-width: 1200px) {
  #logo {
    right: 40px;
  }
  .send_button {
    margin-right: 0;
  }
  #about_us .container .contacts_content .middle_part {
    width: 60%;
  }
}
@media (max-width: 900px) {
  #about_us .right_side {
    width: 100%;
    padding-right: 0;
  }
  .send_button {
    margin-right: 0;
  }
  #about_us .left_side {
    width: 100% !important;
  }
  #about_us .container .contacts_content .middle_part {
    width: 100%;
  }
  #about_us .container .contacts_content .right_side {
    width: 100%;
  }
  #about_us .container {
    margin-top: 10px;
  }
  .right_side {
    width: 100%;
    float: left;
    padding-top: 0px;
  }
  .right_side h1 {
    text-align: center;
  }
  .header {
    min-height: 40px;
  }
  .header #languages ul li {
    padding-top: 15px;
  }
  .btn {
    float: none;
    margin: 0 auto;
  }
  .left_side {
    position: relative;
    width: 100%;
    float: right;
  }
  #main_map {
    position: static;
    width: 100%;
    float: left;
    height: 740px;
    overflow: hidden;
  }
  .map_wrap {
    margin-left: -50px;
  }
  #logo {
    position: static;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 20px;
  }
  #main_map h2 {
    display: block;
  }
  header {
    position: relative;
    z-index: 9999999;
  }
  #main_menu .menu_wrap {
    display: none;
    position: absolute;
    width: 100%;
    float: left;
    top: 40px;
    left: 0;
    background: #F3F3F3;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.3);
  }
  #main_menu .menu_wrap ul {
    width: 100%;
    float: left;
  }
  #main_menu .menu_wrap ul li {
    width: 100%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main_menu .hamburger {
    display: block;
    position: relative;
  }
  #main_menu .hamburger .menu_title {
    position: absolute;
    right: -50px;
    top: -2px;
    color: #f1353f;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 15px;
  }
  .container .right_side .content {
    margin-left: 0px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    padding: 0px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.hamburger {
  width: 22px;
  height: 20px;
  margin-top: 12px;
  cursor: pointer;
  display: none;
}
.hamburger .bar {
  width: 100%;
  float: left;
  margin-bottom: 3px;
  height: 4px;
  background: #f1353f;
}
@media (min-width: 625px) and (max-width: 900px) {
  .map_wrap {
    -ms-transform: scale(0.8);
    /* IE 9 */
    -webkit-transform: scale(0.8);
    /* Chrome, Safari, Opera */
    transform: scale(0.8);
  }
  .map_wrap {
    height: 770px;
  }
  #main_map {
    height: 720px;
  }
}
@media (max-width: 525px) {
  /* .map_wrap {
    path {
      display: none;
    }
    .country_tooltip {
      position: relative;
      width: 100%;
      float: left;
    }
  }*/
}
@media screen and (max-width: 1100px) and (min-width: 900px) {
  .map_wrap {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin-top: 50px;
  }
  #logo {
    right: 20px;
    width: 170px;
  }
  #logo img {
    max-width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .menu_wrap {
    display: block !important;
  }
}
