/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Lang flags -Remove white background */
div.mod-languages ul li.lang-active {
  background-color: transparent;
}
/* Lang flags - Desaturate on hover*/
div.mod-languages ul li:hover {
  filter: saturate(0);
}
/* Lang flags - Remove gap between the flag icons */
div.mod-languages ul li {
  margin: 0px;
}
/* Logo on Mobile */
@media screen and (max-width: 48rem) {
  #logo-image {
    transform: scale(0.7);
    padding-bottom: 25px;
    padding-top: 15px;
    margin-top: 15px;
  }
}
/* Header div - Logo on Mobile */
@media screen and (max-width: 48rem) {
  #header-div {
    display: none;
  }
}
/* Menu - Hide on Mobile */
@media screen and (max-width: 48rem) {
  #menu-3265-particle, #menu-6409-particle {
    display: none !important;
  }
}
/* Hero Slider - Mobile */
@media screen and (min-width: 48rem) {
  #hero-front-page-me-mob, #hero-front-page-ru-mob {
    display: none;
  }
}
/* Hero Slider - Desktop */
@media screen and (max-width: 48rem) {
  #hero-front-page-me-desk, #hero-front-page-ru-desk {
    display: none;
  }
}
/* Header - Articles */
@media screen and (min-width: 48rem) {
  #header-img-title-mob {
    display: none;
  }
}
/* Header - Articles */
@media screen and (max-width: 48rem) {
  #header-img-title-desk {
    display: none;
  }
}
/* Header - Articles 
@media screen and (min-width: 749px) {
#header-img-title-mob {
display:none;
	}
}
*/
/* Header - Articles 
@media screen and (max-width: 749px) {
#header-img-title-desk {
display:none;
	}
}
*/
/* Change the default tap highlight color for Chrome mobile */
/* Remove the blue highlighting of elements in chrome when clicking */
html {
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: none !important;
}
.noSelect {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.noSelect:focus {
  outline: none !important;
}
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
/*# sourceMappingURL=custom_14.css.map */