@charset utf-8;
/*
Theme Name: Gyro Fly
Theme URI: gyrus.hu/wp/gyro-fly
Description: A Theme for WordPress with Bootstrap for styling.
Author: Yuri Killin
Author URI: yuri@gyrus.hu
Version: 1.0
*/

/*@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&subset=latin,latin-ext);*/
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600&amp;subset=latin-ext);

.feed{display:none;}


:root {
    --zs-vszurke:#06c;
    --zs-sszurke:#4b4b50;
    --zs-bordo:#84192a;
}


body, html {height:100%; width: 100%;}

body {
    color: #4b4b50;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}


a, a:hover {
    color: #84192a;
    text-decoration: none;
}

p {
    margin-top: 0;
}

:active, :focus {
    outline: none;
}

header {
    background-color: white;
    height: 50px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

footer a {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: bold;
}

footer hr {
    border: 0;
    border-top: 1px solid #84192a;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
}

footer {
    background-color: #4b4b50;
    color: rgb(180, 180, 190);
    display: block;
    font-size: 80%;
    text-align: left;
}


footer .footercim {
    background-color: #84192a;
    border: 1px solid white;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 0 auto;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
}


.footercim a {
    background-color: #84192a;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 0 auto;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
}


footer .footercim {
    display: block;
}


/*------------------------------------------------------------------------*/


.svc-box {
  background-color: white;
  border: 1px  solid #fff;
  color: #84192a;
  font-weight: 1000;
  height: inherit;
  width: 100%;
}


a .svc-box:hover, .svc-box:hover {
  background-color: #84192a;
  border: 1px  solid #fff;
  color: white;
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}


.svc-box ul li {
    background: url(/img/bulletv.png) no-repeat 3px calc(3px + 3 * ((100vw - 320px) / 680));
    list-style-type: none;
    font-size: calc(10px + 3 * ((100vw - 320px) / 680));
    margin-left: 2;
    padding: 1px 0 1px 19px;
}

.readMore {
    bottom: 2%;
    position: absolute;
    right: 5%;
    text-shadow: 1px 1px #fff;
}



.amahovereffect {
cursor:default;
float:left;
height:100%;
overflow:hidden;
position:relative;
text-align:center;
width:100%;
}


.amahovereffect .overlay {
background-color:rgba(132,25,42,0.9);
height:100%;
left:0;
opacity:0;
overflow:hidden;
position:absolute;
top:0;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out;
width:100%;
}


.amahovereffect .titleoverlay {
opacity:0.8;
overflow:hidden;
position:absolute;
text-shadow: 2px 2px #84192a;
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}


.amahovereffect img {
display:block;
flex: 1;
height: 100%;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
-o-object-fit: cover;
object-fit: cover;
}


.amahovereffect h2 {
background:rgba(130,24,40,0.6);
color:#fff;
font-weight:1000;
padding:10px;
position:relative;
text-align:center;
text-transform:uppercase;
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}


.amahovereffect a.info, .amahovereffect h2 {
  font-size: 16px;
}


.amahovereffect a.info {
background-color:transparent;
border:1px solid #fff;
color:#fff;
display:inline-block;
font-weight:1000;
opacity:1;
padding:7px 14px;
text-align:left;
text-decoration:none;
text-transform:uppercase;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
filter:alpha(opacity=0);
}


.amahovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.amahovereffect:hover img {
-webkit-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
}


.amahovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.amahovereffect:hover h2, .amahovereffect:hover a.info {
opacity:1;
-webkit-transform:translatey(0);
-ms-transform:translatey(0);
transform:translatey(0);
filter:alpha(opacity=100);
}


.amahovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}


#nav-toggle {
    cursor: pointer;
    height: 35px;
    width: 45px;
    background: transparent;
    border: 0;
    outline:none;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: #4b4b50;
    border-radius: 1px;
    content: '';
    cursor: pointer;
    display: block;
    height: 4px;
    position: absolute;
    width: 30px;
}

#nav-toggle span:before {
    top: -7px;
}

#nav-toggle span:after {
    bottom: -7px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    transition: all 200ms ease-in-out;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.langmobile {
   display: inline-block;
   margin-right: 0;
}

.szlogen {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 3px;
}


.szlogen2 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
}

.head-phone {
    font-size: 13px;
    z-index: 1000;
}



a.logo.desktop img {
    height: auto;
    width: 250px;
}

a.logo.mobile img {
    height: auto;
    margin-left: 15px;
    margin-top: 12px;
    width: 140px;
}

p.navbar-text {
    margin-top: 100px;
}

.wrapper {
    position: relative;
    width: 100%;
}

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

.clearfix:after {
    clear: both;
}


.clearfix {
    *zoom: 1;
}

.img-logo {
    display: inline-block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.navbar-brand {
    background-image:

    background-size: contain;
    height: auto;
    width: 20%;
}

.navbar-zs .navbar-brand {
  color: white;
}

.navbar-zs .navbar-brand:hover, .navbar-zs .navbar-brand:focus {
  color: #4b4b50;
}


.navbar-zs .nav .nav-link, .navbar-zs .navbar-nav .nav-link, .dropdown-item {
    color: #4b4b50;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: normal;
}


.navbar-zs .navbar-nav .nav-link:hover,
.navbar-zs .navbar-nav .nav-link:focus,
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #84192a;
  color: white;
}


.navbar-zs .nav .nav-link:hover {
  background-color: #84192a;
  color: white;
}


.navbar-zs .nav .nav-link:focus, .dropdown-item:hover, .dropdown-item:focus {
  background-color: #84192a;
  color: white;
}


.navbar-zs .navbar-nav .nav-link.disabled {
  color: rgba(0, 255, 255, 0.25);
}


.navbar-zs .nav .nav-link.disabled {
  color: rgba(0, 255, 255, 0.25);
}

.navbar-zs .navbar-nav .show > .nav-link,
.navbar-zs .navbar-nav .active > .nav-link,
.navbar-zs .navbar-nav .nav-link.show,
.navbar-zs .navbar-nav .nav-link.active,  a.lang-active {
  background-color: #84192a;
  color: white;
  font-weight:bold;
}


.navbar-zs .nav .show > .nav-link,
.navbar-zs .nav .active > .nav-link,
.navbar-zs .nav .nav-link.show,
.navbar-zs .nav .nav-link.active {
  background-color: #84192a;
  color: white;
  font-weight:bold;
}


.navbar-zs .navbar-toggler {
  border-color: rgba(0, 255, 255, 0.1);
  color: rgba(0, 255, 255, 0.5);
}


.navbar-zs .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}


.menu-back {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='22' font-family='Verdana' font-size='160pt' stroke-linecap='round' stroke-miterlimit='10' %3Ctext%3E Testtext%3C/text%3E /%3E%3C/svg%3E");
}


.navbar-zs .navbar-text {
  color: rgba(#4b, #4b, #50, 0.5);
  text-transform: uppercase;
}


.navbar-zs .navbar-text a , {
  color: #84192a;
}

.navbar-zs .navbar-text a:hover, .navbar-zs .navbar-text a:focus {
  color: white;
}


.nav-link,  a.lang-active {
    padding: 0.2rem 0.5rem;
}

nav {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: normal;
}


nav div {
    right:0;
    width: 100%;
    z-index: 1000;
}

nav div ul {
    margin: 0;
    padding: 0;
}

nav div ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav div ul li:last-child {
    border: 0;
}

nav div ul li a {
    color: #4b4b50;
    display: block;
    padding: 2px 3px 2px 3px;
    text-transform: uppercase;
}


nav div ul:hover div.dropdown {
            display: block;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}


.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}


.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}


img.alogo {
    height: auto;
    margin-left: 0;
    width: 250px;
}

.navbar-brand {
    height: auto;
    margin-left: 0;
    width: 200px;
}



.max-h450 {
  max-height: 450px;
}

.max-h550 {
  max-height: 550px;
}



.title, .title h1 {
    color: white;
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    padding: 10px 2%;
    text-transform: uppercase;
}

.title h1 {
    padding: 0;
}

.title2 {
    color: #84192a;
}

.blog_subtitle {
    color: #84192a;
}

.title_bar {
    background: #4c4b51;
    background-color: #4b4b50;
    padding: 15px 0 15px 15px;
}



.container:nth-child(2) {
  margin-top: 55px;
}


.ama-card {
  margin: 1rem auto;
  position: relative;
}


.ama-card-body {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.almenu a {
    background-color: rgb(135, 135, 143);
    color: white;
    display: block;
    float: left;
    font-size: calc(12px + 1.2vw);
    font-weight: 300;
    letter-spacing: 0;
    padding: 1.5% 0;
    text-align: center;
    transition: .5s;
}

.almenu a.active {
    background-color: #84192a;
}

.almenu a:hover {
    background-color: #444;
}


.carousel, .carouser-inner, .carousel-item {
  bottom: 0;
  justify-content: center;
  height: calc(100vw * 1.2);
  overflow: hidden;
  vertical-align: middle;
}


.carouser-inner .carousel-item img {
  margin:auto;
  width:100%
}

.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%331ff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
 border: 2px solid white;
}


.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%331ff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  border: 1px solid white;
}


.carousel-indicators > li {
    background-color: #84192a;
    border: 2px solid white;
    border-radius: 50%;
    height: 12px;
    width: 12px;
}


.carousel-banner {
  background-image: linear-gradient(to right, rgba(75,75,80,0.3), rgba(75,75,80,0.9), rgba(75,75,80,0.3));
  color: #fff;
  height:100%;
  position:absolute;
  text-align: center;
  top: 0;
  z-index: 1;
}


.carousel-overlay {
  height:100%;
  left:0;
  overflow:hidden;
  position:absolute;
  top:0;
  width:100%;
  z-index: 1;
}


.form-rounded {
border-radius: 1rem;
}

.imgfill {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  width: 100%;
}

.max-h-serv {
  max-height: 80vh;
}

.title_banner {
    color: white;
    font-size: 65px;
    font-weight: 500;
    text-shadow: 0.05em 0.05em black ;
}

.banner {
    color: white;
    font-weight: 300;
    text-shadow: 0.05em 0.05em black ;
}

@media (max-width: 992px) {
img.alogo {
    height: auto;
    margin-left: 0;
    width: 240px;
}

.szlogen2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.max-h450 {
  max-height: 350px;
}

.max-h550 {
  max-height: 450px;
}

}

@media (max-width: 767px) {
img.alogo {
    height: auto;
    margin-left: 0;
    margin-top: 12px;
    width: 140px;
    z-index: 5000;
}

.title, .title h1 {
    font-size: calc(28px + 6 * ((100vw - 320px) / 680));
}

.max-h450 {
  max-height: 200px;
}

.max-h550 {
  max-height: 250px;
}

}

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

.title_banner {
    color: white; font-weight: 500; text-shadow: 0.05em 0.05em black ;
    font-size:  calc(42px + 6 * ((100vw - 320px) / 680));
}

.title, .title h1 {
    font-size: calc(28px + 6 * ((100vw - 320px) / 680));
}

.amahovereffect a.info, .amahovereffect h2 {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}

.fronttexth {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
}

.fronttext {
    font-size: calc(14px + 6 * ((100vw - 320px) / 680));
}

p.card-text{
    font-size: calc(11px + 3 * ((100vw - 320px) / 680));
}

h5.card-title{
    font-size: calc(15px + 2 * ((100vw - 320px) / 680));
}

}

@media screen and (min-width: 992px) {

.amahovereffect a.info, .amahovereffect h2 {
    font-size: 22px;
}

.title_banner {
    color: white; font-weight: 500; text-shadow: 0.05em 0.05em black ;
    font-size:  60px;
}

.title, .title h1 {
    font-size: 40px;
}

.fronttexth {
    font-size: 22px;
}

.fronttext {
    font-size: 18px;
}
}

.fronttexth {
  font-size: 18px;
}


.fronttext {
  font-size: 16px;
}

.indented {
  text-indent: 20px;
}

.badge-danger {
  background-color: #84192a;
}

.amahover_text_0 {
background-color:rgba(132,25,42,0.9);
height:100%;
left:0;
opacity:0;
overflow:hidden;
position:absolute;
top:0;
 -webkit-transition:all 1.0s ease-in-out;
 -moz-transition:all 1.0s ease-in-out;
 -o-transition:all 1.0s ease-in-out;
 transition:all 1.0s ease-in-out;
width:100%;
}

.slide_wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; 
    border: 0px;
}

.blog_box {
    overflow: hidden;
    height: 95%; 
}
.amahover_text_bottomup {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    opacity:0;
    background: blue;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 0.4s;
    animation: slide 0.5s forwards;
    animation-delay: 0.4s;
}

.ama_title_slide_right {
    background-size: initial;
    background-repeat: repeat;
    background-image: url(/img/style/personal_stylist_29.png);
    border-top: 3px solid #84192a;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    max-width: 700px;
    transition: border-radius 300ms ease 0ms;
    opacity:0;
    position: relative;
    left: -50%;
    width: 100%;
    height: 100%;
    font-weight: 500;
}

.come_in_right {
    -webkit-animation: left-in-slide 1.0s forwards;
    -webkit-animation-delay: 0.4s;
    animation: left-in-slide 1.0s forwards;
    animation-delay: 0.4s;
}

.ama_title_slide_left {
    background-size: initial;
    background-repeat: repeat;
    background-image: url(/img/style/personal_stylist_29.png);
    border-top: 3px solid #84192a;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    max-width: 700px;
    transition: border-radius 300ms ease 0ms;

    position: relative;
    right: -50%;
    width: 100%;
    height: 100%;
    opacity:0;
    font-weight: 500;
}

.come_in_left {
    -webkit-animation: right-in-slide 1.0s forwards;
    -webkit-animation-delay: 0.4s;
    animation: right-in-slide 1.0s forwards;
    animation-delay: 0.4s;
}

.ama_img_bottom_up {
    position: relative;
    bottom: -50%;
    opacity:0;
}

.come_up {
    -webkit-animation: slide_up 1.0s forwards;
    -webkit-animation-delay: 0.4s;
    animation: slide_up 1.0s forwards;
    animation-delay: 0.4s;
}

.test {
    -webkit-animation-timing-function: left-in-slide ;
    animation-timing-function: left-in-slide;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;

    -webkit-animation: left-in-slide 1.0s forwards;
    -webkit-animation-delay: 0.4s;
    animation: left-in-slide 1.0s forwards;
    animation-delay: 0.4s;
}

@-webkit-keyframes left-in-slide {
    100% { left: 0; opacity: 100; }
}

@keyframes left-in-slide {
    100% { left: 0; opacity: 100; }
}

@-webkit-keyframes right-in-slide {
    100% { right: 0; opacity: 100; }
}

@keyframes right-in-slide {
    100% { right: 0; opacity: 100; }
}

@-webkit-keyframes slide_up {
    100% { bottom: 0; opacity: 100%; }
}

@keyframes slide_up {
    100% { bottom: 0; opacity: 100%; }
}

.ama_text_zoomin {
    position: relative;
    width: 100%;
    height: 100%;
    opacity:0;
    transform: scale(0.7);
    -webkit-animation: fade-zoom-in 1.0s forwards;
    -webkit-animation-delay: 0.4s;
    animation: fade-zoom-in 1.0s forwards;
    animation-delay: 0.4s;
}

@-webkit-keyframes fade-zoom-in {
    100% { opacity: 100; transform: scale(1);}
}

@keyframes fade-zoom-in {
    100% { opacity: 100; transform: scale(1);}
}

.button_next {
    padding-top: 20px !important;
    padding-right: 40px !important;
    padding-bottom: 20px !important; 
    padding-left: 40px !important;
    border-bottom: 5px solid #84192a;
}

.overflow_text5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.overflow_text2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.slashed {
  -webkit-clip-path: polygon(0% 95%, 100% 80%, 100% 0%, 0% 0%);
  clip-path: polygon(0% 95%, 100% 80%, 100% 0%, 0% 0%);
}
.inset {
  -webkit-clip-path: inset(33% 0% 33% 10% );
  clip-path: inset(33% 0% 33% 10% );
}

.max-h-serv {
  height: 80vh;
  max-height: 400px;
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.owl-carousel .caption {
  text-align: center;
}

.ginop-logo-ja{
  position:fixed;right:0;bottom:-15px;z-index:9999;cursor:pointer;max-width:180;width:17%;
}
.ginop-logo{ 
   position:fixed; 
   width:17%;
   right:0;
   top:-10px;
   z-index:9999;
   cursor:pointer;
   max-width:180;
}
@media screen and (max-width: 768px) {
  .ginop-logo{
    position:fixed;right:0;top:0px;z-index:9999;cursor:pointer;max-width:200;width:25%;
  }
  .ginop-logo-ja{
    position:fixed;right:0;bottom:0px;z-index:9999;cursor:pointer;max-width:200;width:25%;
  }
}
