@media only print, only screen and (max-width: 767px){
  .fullscreenmenu{
    position: fixed;
    border-bottom: 2px solid #002f51;
    padding: 0 0 3% 0;
    z-index: 110;
    background: #ffffff;
    width: 100%;
  }
  .fullscreenmenu h1{
    margin: 5% 0 0 5%;
    text-align: left;
  }
  .site-header {
    display: flex;
    padding: 30px 0 0 0;
    position: fixed;
    justify-content: space-between;
    width: 100%;
    z-index: 1000;
    margin: 0 auto;
  }
  .menu, .menu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu {
    position: fixed;
    top: 25px;
    right: 15px;
    width: 25px;
    height: 22px;
    z-index: 110;
  }
  .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #002f51;
    z-index: 10;
  }
  .menu span:nth-of-type(1) {
    top: 0px;
  }
  .menu span:nth-of-type(2) {
    top: 10px;
  }
  .menu span:nth-of-type(3) {
    bottom: 0px;
  }
  .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    background: #ffffff;
  }
  .menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    background: #ffffff;
  }
  #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 110;
    width: 100%;
    height: 100vh;
    opacity: 0;
    background: #002f51;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    color: #ffffff;
  }
  #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
  }
  #nav ul {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #nav ul li {
    list-style-type: none;
    font-size: 1.8rem;
  }
  #nav ul li:last-child::before{
    width: 20px;
    height: 1px;
    text-align: center;
    margin: 5% auto 5%;
    content: "";
    display: block;
    background: #ffffff;
  }
  #nav ul li a {
    display: block;
    padding: 15px 0;
    transition: all 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
  }
  #nav ul li a:hover {
    color: #f65d5d;
  }
}
@media only print, only screen and (min-width: 768px){
.gnav{
  display: inline-block;
}
header {
  width: 100%;
  margin: 0 auto;
}
.site-header {
  display: flex;
  padding: 30px 0 0 0;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  z-index: 1000;
  margin: 0 auto;
}
.gnav__menu {
  display: flex;
  font-size: 0.8rem;
}
.gnav__menu__item {
  text-align: center;
  display: block;
}
.gnav__menu__item a{
  color: #333;
  text-decoration: none;
}
.site-logo svg {
  margin: 0 0 0 20px;
  vertical-align: top;
}
.sosialicon_in,.sosialicon_tw,.sosialicon_fb{
  display: inline-block;
  width: 15px;
  position: unset;
  bottom: 0;
  right: 0;
  font-size: 1.5rem;
}
.sosialicon_ a:hover{
  color: #666;
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
}

@media only print, only screen and (min-width: 768px){
.gnav{
  display: inline-block;
}
  header {
  width: 100%;
  margin: 0 auto;
}
.site-header {
  display: flex;
  padding: 0;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  z-index: 1001;
  margin: 0 auto;
  background: #ffffff;
  border-bottom: 3px solid #002f51;
}
.gnav__menu {
  display: flex;
  font-size: 1.3rem;
}
.gnav__menu__item {
  text-align: center;
  display: block;
  vertical-align: middle;
  padding: 25px 0 0;
}
.gnav__menu__item:last-child{
  background: #002f51;
  padding: 15px 10px;
  color: #ffffff;
}
.gnav__menu__item:last-child a{
  color: #ffffff;
}
.gnav__menu__item:last-child a i{
  font-size: 1.8rem;
  margin: 0;
}
.gnav__menu__item a{
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
  margin: 0 10px;
}
.gnav__menu__item a::after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 3px #002f51;
  transition: 0.5s;
}
.gnav__menu__item a:hover::after {
  width: 100%;
}
.site-logo svg {
  margin: 0 0 0 20px;
  vertical-align: top;
}
.sosialicon_in,.sosialicon_tw,.sosialicon_fb{
  display: inline-block;
  width: 15px;
  position: unset;
  bottom: 0;
  right: 0;
  font-size: 0.8rem;
}
.sosialicon_ a:hover{
  color: #666;
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
h1{
  top: 22px;
  left: 0;
  position: relative;
}
}

@media only print, only screen and (min-width: 1200px){
.gnav{
  display: inline-block;
}
header {
  width: 100%;
  margin: 0 auto;
}
.site-header {
  display: flex;
  padding: 0;
  position: fixed;
  justify-content: space-between;
  width: 100%;
  z-index: 1001;
  margin: 0 auto;
  background: #ffffff;
  border-bottom: 3px solid #002f51;
}
.gnav__menu {
  display: flex;
  font-size: 1.5rem;
}
.gnav__menu__item {
  text-align: center;
  display: block;
  vertical-align: middle;
  padding: 28px 10px 0;
}
.gnav__menu__item:last-child{
  background: #002f51;
  padding: 18px 12px;
  color: #ffffff;
}
.gnav__menu__item:last-child a{
  color: #ffffff;
}
.gnav__menu__item:last-child a i{
  font-size: 2.4rem;
  margin: 0;
}
.gnav__menu__item a{
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: 0.5s;
}
.gnav__menu__item a::after{
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  border-bottom: solid 3px #002f51;
  transition: 0.5s;
}
.gnav__menu__item a:hover::after {
  width: 100%;
}
.site-logo svg {
  margin: 0 0 0 20px;
  vertical-align: top;
}
.sosialicon_in,.sosialicon_tw,.sosialicon_fb{
  display: inline-block;
  width: 15px;
  position: unset;
  bottom: 0;
  right: 0;
  font-size: 0.8rem;
}
.sosialicon_ a:hover{
  color: #666;
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before {
  content: "\f39e";
}
h1{
  top: 32px;
  left: 0;
  position: relative;
}
}
