@font-face {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
}

@font-face {
  font-family: "ArsenalRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ArsenalRegular/ArsenalRegular.ttf")
}

@font-face {
  font-family: "RalewayRegular";
  src: url("../fonts/RalewayRegular/RalewayRegular.eot");
  src: url("../fonts/RalewayRegular/RalewayRegular.eot?#iefix") format("embedded-opentype"),
  url("../fonts/RalewayRegular/RalewayRegular.woff") format("woff"),
  url("../fonts/RalewayRegular/RalewayRegular.ttf") format("truetype");
}

body {
  font-family: RobotoRegular, sans-serif;
  font-weight: 400;
  font-size: 100%;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  overflow-x: hidden;
}

.hidden {
  display: none;
}

.logo {
  width: 55%;
}

.header-bg {
  background: url(../img/bg_1.jpg) repeat-x fixed 0% 48%;
  -o-background-size: cover; /* opera ? 9.5 */
  -webkit-background-size: cover; /* Safari ? 5.0, Chrome ? 4.0 */
  -khtml-background-size: cover; /* Konqueror ? 3.5.4 */
  -moz-background-size: cover; /* Firefox ? 3.6 */
  background-size: cover;
  width: 100%;
  display: table;
  background-attachment: fixed;
}

header {
  text-align: center;
}

header .top_mnu {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: table;
}

.menu_wrap {
  display: table-cell;
  vertical-align: middle;
}

header .top_mnu ul {
  font-size: 30px;
  text-align: center;
  list-style: none;
  padding-left: 0;
}

header .top_mnu ul a {
  color: #FFF;
  width: 100%;
  display: block;
  transition: all .5s ease 0s;
  font-family: ArsenalRegular;
  text-transform: uppercase;
}

header .top_mnu ul a:hover {
  background: rgba(255, 255, 255, 0.2);
  text-decoration: none;
}

.toggle_mnu {
  width: 50px;
  height: 50px;
  z-index: 500;
  border: none;
  right: 28px;
  top: 20px;
  position: fixed;
  background-color: rgb(195, 193, 193);
}

.toggle_mnu span {
  display: block;
}

.toggle_mnu .button-hamburger {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}

.toggle_mnu .sw-topper {
  position: relative;
  top: 0;
  width: 28px;
  height: 3px;
  background: #000;
  border: none;
  border-radius: 4px;
  transition: transform .5s ease 0s, top .2s ease 0s;
  display: block;
}

.toggle_mnu .sw-bottom {
  position: relative;
  width: 28px;
  height: 3px;
  top: 6.6px;
  background: #000;
  border: none;
  border-radius: 4px;
  transition: transform 0.5s ease 0.2s, top 0.2s ease 0s;
}

.toggle_mnu .sw-footer {
  position: relative;
  width: 28px;
  height: 3px;
  top: 13.5px;
  background: #000
  border: none;
  border-radius: 4px;
  transition: all 0.5s ease 0.1s;
  background: #000;
}

.toggle_mnu .button-hamburger.active .sw-topper {
  top: 9px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.toggle_mnu .button-hamburger.active .sw-footer {
  opacity: 0;
  top: 0;
}

.toggle_mnu .button-hamburger.active .sw-bottom {
  top: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

section {
  padding-top: 35px;
  font-family: RalewayRegular;
  font-weight: 400;
}

footer h2,
section h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
}

footer a:hover,
section a:hover {
  text-decoration: none;
  color: #00bcfa;
}

footer ul,
section ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer ul a,
section ul a {
  display: inline-block;
  width: 55px;
  height: 55px;
}

.email-ico, .linkedin-ico {
  width: 55px;
  height: 55px;
  display: inline-block;
}

.email-ico {
  background: url(../img/but.png) 0px -3px;
}

.email-ico:hover {
  background-position: 0 -61px;
}

.linkedin-ico {
  background: url(../img/but.png) -67px -3px;
}

.linkedin-ico:hover {
  background-position: -67px -61px;
  width: 55px;
  height: 55px;
}

.what-we-do {
  min-height: 400px;
  background: rgba(242, 242, 242, 0.62);
  font-size: 1.4em;
}

.title-container {
  text-align: center;
}

.title-container .about_hr_1 {
  border-color: #6A6A6A !important;
}

.title-container h2 {
  background: url(../img/section-top-bg.png);
}

.title-container h2 span {
  display: inline-block;
  background: #F7F7F7;
  padding: 0.6% 1%;
}

hr {
  border-color: #333 !important;
  margin-top: 24px !important;
  width: 200px !important;
}

.img_wrap img {
  width: 200px;
  height: 200px;
  margin: 32px auto;
  object-fit: cover;
}

.contacts hr {
  width: 200px !important;
  border-color: #FFF !important;;
}

.work .student h3 {
  text-align: left;
}

.work .worker h3 {
  text-align: right;
}

.work h3 {
  text-transform: uppercase;
  font-size: 16px;
}

.knows_wrap {
  text-align: center;
  margin-top: 35px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.who-we-are h2 span {
  display: inline-block;
  color: #FFF;
  padding: 0.6% 1%;
  width: auto;
}

.who-we-are {
  background: url(../img/bg_2.jpg) fixed;
  -o-background-size: 100% 100%; /* opera ? 9.5 */
  -webkit-background-size: 100% 100%; /* Safari ? 5.0, Chrome ? 4.0 */
  -khtml-background-size: 100% 100%; /* Konqueror ? 3.5.4 */
  -moz-background-size: 100% 100%; /* Firefox ? 3.6 */
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  -o-background-size: 100% 100%; /* opera ? 9.5 */
  -webkit-background-size: 100% 100%; /* Safari ? 5.0, Chrome ? 4.0 */
  -khtml-background-size: 100% 100%; /* Konqueror ? 3.5.4 */
  -moz-background-size: 100% 100%; /* Firefox ? 3.6 */
  background-size: 100% 100%;
  background-position: 0 35%;
  position: relative;
}

.who-we-are:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  background-color: #304686;
  opacity: .6;
  z-index: 0;
}

.icons_wrap {
  text-align: center;
}

.clients {
  background: #F7F7F7;
}

.clients h2 {
  background: url(../img/section-top-bg.png);
  color: #ffffff;
}

.view img {
  width: 100%;
}

.container_h2 span {
  display: inline-block;
  background: #F7F7F7;
  padding: .6% 1%;
  color: #333
}

.container_h2 {
  margin: 10px 0px;
}

.clients .title_2 {
  color: #ffffff;
}

.clients hr {
  border-color: #727272 !important;
}

.port_item {
  padding: 5px;
}

.mfp-close {
  position: relative;
  float: right;
}

a:focus {
  color: #48BEDB;
  text-decoration: none;
}

footer {
  background: #F7F7F7;
  color: #fff;
  font-family: RalewayRegular;
  font-weight: 400;
  height: 50px;
}

footer p {
  text-align: center;
  font-size: 18px;
  margin: 0 !important;
  color: #000;
  line-height: 50px;
}

.number_tel {
  font-family: serif;
  display: inline-block;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

.num_span {
  display: inline-block;
  margin: 1% 0;
}

section .title_2 span {
  font-size: 1.5em;

}

.knows_wrap p {
  font-size: 0.9em;

}

.port_head .title_2 span {
  color: #5A5A5A;
}

.who-we-are {
  color: #FFF !important;
}

.who-we-are hr {
  border-color: #fff !important;
}

.who-we-are h2 span {
  /*position: relative;*/
}

.dots-before {
  background: url(../img/to4ki.png);
  height: 43px;
}

.dots-after {
  background: url(../img/to4ki.png);
  height: 43px;
}

.title-container h2 {
  font-size: 26px;
  margin: 16px 0;
}

.fa-2x {
  font-size: 2em;
  float: left;
  margin: 0 20px 0 0;
}

.center_text {
  margin-bottom: 3%;
}

.center_block {
  text-align: center;
  margin: 10px 0;
}

.controls {
  padding: 2%;
  color: #eee;
  margin: -7% 0;
  text-align: center;
}

label {
  font-weight: 300;
  margin: 0 .4em 0 0;
}

button {
  display: inline-block;
  padding: 0.4em 0.8em;
  color: rgb(6, 6, 6);
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  margin: 0 0 0 1%;
  border: 2px solid rgb(72, 190, 219);
  background: rgba(102, 102, 102, 0) none repeat scroll 0% 0%;
}

button.active {
  background: rgb(72, 190, 219) none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
}

button:focus {
  outline: 0 none;
}

button + label {
  margin-left: 1em;
}

.container:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.wrapper {
  overflow: hidden;
}

.view {
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  height: auto;
}

.client-wrap {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.75);

}

.view .mask, .view .content {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 14px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}

.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 8% 1%;
  text-align: center;
}

.view .info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #FFF none repeat scroll 0% 0%;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 20px;
}

.view a.info:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}

.view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.view-first .mask {
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(55, 181, 186, 0.6);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  min-height: 250px;
  width: 100%;
}

.view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.view-first a.info {
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 50px 0;
}

.view-first:hover .mask {
  opacity: 1;
}

.popup-with-zoom-anim {
  display: block;
  height: 100%;
  position: absolute;
  left: 0px;
  width: 100%;
}

.view-first:hover h2,
.view-first:hover p,
.view-first:hover .info {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  margin: 22px 0px;
}

.view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.col-md-2, .col-xs-4 {
  padding: 0;
}

.delay_1 {
  animation-delay: 0.4s !important;
}

.delay_2 {
  animation-delay: 0.5s;
}

.delay_3 {
  animation-delay: 0.6s;
}

.delay_4 {
  animation-delay: 0.7s;
}

.logo-container {
  display: table-cell;
  vertical-align: middle;
}

.wrap-pop-up {
  padding: 30px;
  text-align: left;
  max-width: 400px;
  position: relative;
  margin: 0 auto;
  color: white;
  -o-background-size: 100% 100%; /* opera ? 9.5 */
  -webkit-background-size: 100% 100%; /* Safari ? 5.0, Chrome ? 4.0 */
  -khtml-background-size: 100% 100%; /* Konqueror ? 3.5.4 */
  -moz-background-size: 100% 100%; /* Firefox ? 3.6 */
  background-size: 100% 100%;
  background-repeat: repeat-x;
  background-position: -69px 1px;
}

.first-pop-up {
  background: url(../img/company_1_blur.png);
  -o-background-size: cover; /* opera ? 9.5 */
  -webkit-background-size: cover; /* Safari ? 5.0, Chrome ? 4.0 */
  -khtml-background-size: cover; /* Konqueror ? 3.5.4 */
  -moz-background-size: cover; /* Firefox ? 3.6 */
  background-size: cover;

}

.wrap_cont p img {
  margin-right: 11px;
}

.wrap_cont p {
  margin-bottom: 20px;
}

.second-pop-up {
  background: url(../img/company_2_blur.png);
  -o-background-size: cover; /* opera ? 9.5 */
  -webkit-background-size: cover; /* Safari ? 5.0, Chrome ? 4.0 */
  -khtml-background-size: cover; /* Konqueror ? 3.5.4 */
  -moz-background-size: cover; /* Firefox ? 3.6 */
  background-size: cover;

}

.three-pop-up {
  background: url(../img/company_3_blur.png);
  -o-background-size: cover; /* opera ? 9.5 */
  -webkit-background-size: cover; /* Safari ? 5.0, Chrome ? 4.0 */
  -khtml-background-size: cover; /* Konqueror ? 3.5.4 */
  -moz-background-size: cover; /* Firefox ? 3.6 */
  background-size: cover;

}

.border-pop-up {
  border: 1px solid #FFF;
  padding: 20px;
}

.wrap-pop-up p {
  font-size: 16px;
  margin: 0;
}

.wrap-pop-up h2 {
  font-size: 21px;
  color: #48BEDB;
  text-align: center;
}

.wrap-pop-up h3 {
  font-size: 19px;
  text-decoration: underline;
}

.contacts {
  background: url(../img/bg_3.jpg);
  -o-background-size: 100% 100%; /* opera ? 9.5 */
  -webkit-background-size: 100% 100%; /* Safari ? 5.0, Chrome ? 4.0 */
  -khtml-background-size: 100% 100%; /* Konqueror ? 3.5.4 */
  -moz-background-size: 100% 100%; /* Firefox ? 3.6 */
  background-size: 100% 100%;
  background-attachment: fixed;
  color: white;
}

.width_104 {
  width: 104%;
}

.indent_p {
  margin-left: 24px;
}

.tel {
  font-family: ArsenalRegular;
  font-weight: normal;
  color: #48BEDB;
}

.wrap_cont {
  text-align: center;
}

.wrap_cont h3 {
  font-size: 20px;
  color: #48BEDB;
  margin-bottom: 25px;
}

.wrap_cont p {
  font-size: 18px;
}

.wrap_center {
  text-align: center;
}

.client-wrap {
  width: 190px;
  display: inline-block;
  margin-right: 67px;
}

.client-wrap:last-child {
  margin: 0;
}

.what-we-do h3 {
  color: #48BEDB;
  margin-bottom: 23px;
}

.what-we-do p {
  font-size: 18px;
}

.wrap_cont a {
  color: #FFF;
}

@media only screen and (max-width: 1024px) {
  .what-we-do h3 {
    font-size: 1.5em !important;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .filter_controls ul li {
    width: 23% !important;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

  .grid figure {
    width: 97.8%;
  }

  .filter_controls ul li {
    margin: 1% 0%;
  }

  .controls {
    margin: 0;

  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .contacts {
    background-attachment: scroll;
  }

  .dots-before {
    display: none;
  }

  .dots-after {
    display: none;
  }

  .title-container h2, .clients h2 {
    background: none;
  }

  .header-bg {
    background-attachment: scroll;
  }

  .logo {
    width: 100%;
  }

  .who-we-are {
    background-attachment: local;
    -o-background-size: 100% 100%; /* opera ? 9.5 */
    -webkit-background-size: 100% 100%; /* Safari ? 5.0, Chrome ? 4.0 */
    -khtml-background-size: 100% 100%; /* Konqueror ? 3.5.4 */
    -moz-background-size: 100% 100%; /* Firefox ? 3.6 */
    background-size: 100% 100%;
  }

  .contacts {
    background-attachment: scroll;
  }

  .contacts {
    background-attachment: scroll;
  }

  section .title_2 span {
    font-size: 1.0em;
  }

  .what-we-do {
    min-height: 400px;
    background: rgba(242, 242, 242, 0.62) none repeat scroll 0% 0%;
    font-size: 1.2em;
  }

  .what-we-do h3 {
    font-size: 2em !important;
  }

  .icons_wrap {
    text-align: center;
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .client-wrap {
    margin: 0px 0px 30px;
    display: inline-block;
  }
}

@media only screen and (max-width: 520px) {

  .name_wrap h2 {
    font-size: 3em !important;

  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .header-bg {
    background-attachment: scroll;
    background-image: url("../img/bg_1_480.png")
  }

  .dots-invisible {
    display: none;
  }

  .wrap_cont h3 {
    font-size: 18px;
    color: #48BEDB;
    margin-bottom: 25px;
  }

  .col-md-12-xs {
    width: 100%;
  }

  .wrap_cont p {
    margin-bottom: 7px;
  }

  .wrap_cont p {
    font-size: 17px;
  }

  .client-wrap {
    margin: 0;
    margin-bottom: 30px;
  }

  .logo {
    width: 100%;
  }

  .what-we-do h3 {
    font-size: 1.5em !important;
  }

  .icons_wrap {
    width: 100%;
  }

  .dots-before, .dots-after, .clients h2, .title-container h2 {
    background: none;
  }

  button {
    width: 100%;
    margin: 0 0 3% 0;
  }

}

/* Custom, iPhone Retina */
@media only screen and (max-width: 360px) {

  .what-we-do {
    min-height: 400px;
    background: rgba(242, 242, 242, 0.62) none repeat scroll 0% 0%;
    font-size: 1.2em;

  }

  .what-we-do h3 {
    font-size: 20px !important;
  }

  .what-we-do p {
    font-size: 17px;
  }

  .knows_wrap p {
    font-size: 17px;
  }

  .indent_p {
    margin-left: 0;
  }

  .col-xs-6 {
    width: 100% !important;
  }
}

@media only screen and (max-width: 375px) {
  .col-xs-6 {
    width: 100% !important;
  }

  .grid figure {
    background: rgba(44, 43, 43, 0.74) none repeat scroll 0% 0%;
    left: 0.8%;
    margin: 5px 2px;
    width: 97.6%;
  }

}

@media only screen and (max-width: 320px) {

  .name_wrap h2 {
    font-size: 2em !important;
    text-transform: uppercase;
  }
}

@media only screen and (min-width: 920px) {
  .grid figure {
    width: 97.8%;
  }
}

@media only screen and (min-width: 620px) {
  .controls button {
    width: 20%;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  50% {
    opacity: 1
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  100% {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  100% {
    opacity: 0
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut
}

.lang-buttons {
  position: absolute;
  left: 28px;
  top: 20px;
  color: white;
  font-size: 15px;
}

.lang-buttons a {
  color: white;
  font-size: 15px;
}

.lang-buttons a.active {
  text-decoration: underline;
}