html {
	height: 100%;
}
body{
	font-size:16px;
	margin:0;
	padding:0;
	height: 100%;
	background:#fff;
  overflow-x:hidden;
  min-height: 100vh;
  /*background: url('../i/shutterstock_1575466351.jpg');*/
}
.kaM{
	font-family:"nino_mtavruli", cursive, sans-serif;
}
.ka{
	font-family:"bpg_arial", cursive, sans-serif;
}
.en{
	font-family: Arial;
}
/*FOR PLUGIN*/
.cssAnimHidden{
	visibility: hidden;
}
.font-10{ font-size:10px; }
.font-11{ font-size:11px; }
.font-12{ font-size:12px; }
.font-13{ font-size:13px; }
.font-14{ font-size:14px; }
.font-15{ font-size:15px; }
.font-16{ font-size:16px; }
.font-17{ font-size:17px; }
.font-18{ font-size:18px; }
.font-19{ font-size:19px; }
.font-20{ font-size:20px; }
.font-22{ font-size:22px; }
.font-24{ font-size:24px; }
.font-26{ font-size:26px; }
.font-30{ font-size:30px; }
.font-34{ font-size:34px; }
.font-36{ font-size:36px; }
.font-38{ font-size:38px; }
.letterspacing-2{
  letter-spacing: 2px;
}
.letterspacing-4{
  letter-spacing: 4px;
}
/* PARALLAX
===================================== */
.parallax {
  position: relative;
  /*overflow: hidden;*/
}
.parallax_image,
.parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  /*background-repeat: no-repeat;*/
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}
/* Zlayer
===================================== */
.layer3d_container {width:100%; margin:auto; overflow:hidden; position:relative;}
.layer3d_container img{position:absolute;}
.layer3_bg3 {z-index:1; margin-left:-290px;}
.layer3_bg2 {z-index:2; margin-left:-329px; margin-top:200px;}
.layer3_bg1 {z-index:4; margin-left:-305px;}
/*SWIPER*/
.swiper-container {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow:hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/* HOME SLIDER */
.swiper-slider-cont{
  float:left;
  width:100%;
  background-size:100% auto;
  padding:0px 0 0px 0;
}
.slide-image{
  background-size: 100% auto !important;
  /*padding-bottom: 50%;*/
  height:80vh;
  overflow: hidden;
}
.slide-image-multiple{
  height:350px !important;
}
.slider_content{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  text-align:left;
  padding:0px 10%;
  z-index:99;
}

/*Global*/
.hide{
  display: none;
}
.listStyleNone{
  list-style: none;
  padding:0 0 0 0;
  margin:0 0 0 0;
}
.ulFloat{
  list-style: none;
  padding:0 0 0 0;
  margin:0 0 0 0;
}
.ulFloat li{
  float:left;
}
.noUnderline:link,
.noUnderline:active,
.noUnderline:visited,
.noUnderline:hover,
.noUnderline:link *,
.noUnderline:active *,
.noUnderline:visited *,
.noUnderline:hover *{
  text-decoration: none;
}
.module_content{
  float:left;
  width:100%;
  background-size:100% auto;
  margin:0px 0 0px 0;
  position: relative;
  /*overflow: hidden;*/
}
.content:after,
header:after,
footer:after
{
  content: "";
  clear: both;
  display: table;
}
  .module_content .video-bg { /* YOUTUBE VIDEO DIV */
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;/* Aspect ratio */
     position: absolute;
     background:#000;
  }
  .module_content .video-bg iframe {  /* YOUTUBE VIDEO IFRAME */
     border: 0;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
  }
.block{
  float:left;
  display:block;
  width:100%;
  position: relative;
  z-index:1;
}
/* BREADCRUMP */  
.breadcrump{
  float:left;
  width:100%;
  padding:9px 0 11px 0;
  margin-bottom:15px;
  border-bottom:1px solid #EEEEEE;
}
  .breadcrump a:link,
  .breadcrump a:visited,
  .breadcrump a:active{
    color:#222222;
    text-decoration:none;
  }
  .breadcrump a:hover{
    color:#222222;
    text-decoration:none;
  }
.brandBg{
  background:#c00;
}
.brandText{
  color:#c00;
}
.flyMsg{
  position: fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size:16px;
  display: none;
}
.content-padding{
  padding:5%;
}
.content-padding-big{
  padding:20%;
}
.content-padding-x{
  padding:0 5%;
}
.content-padding-x-medium{
  padding:0 12%;
}
.content-padding-x-big{
  padding:0 20%;
}
/* FAQ */
.opener{
  padding:7px 0 3px 0;
  border-bottom:dashed 1px #D60000;
  font-size:14px;
  font-family:'nino',Sylfaen;
  cursor:pointer;
}
.opener_cont{
  display:none;
  background:#C41515;
  color:#fff;
  padding:8px 8px 3px 8px;
}
/*  --------------------- TOP MENU & DROP DOWN MENU ------------------*/
#logo{
  float:left;
  margin-top:28px;
  margin-bottom:20px;
  max-width:310px;
  max-height:350px;
}
.langs{
  position:absolute;
  top:-45px;
  right:0px;
  float:right;
  margin:0px 0 0 0;
  padding:0px 0 0 0px;
  width:130px;
  height:71px;
  /*background: #F4994E;*/
  text-align: center;
  color:#fff;
  font-weight: 300;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#04a503+0,78b14f+100 */
  background: #04a503; /* Old browsers */
  background: -moz-linear-gradient(left,  #04a503 0%, #78b14f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #04a503 0%,#78b14f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #04a503 0%,#78b14f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04a503', endColorstr='#78b14f',GradientType=1 ); /* IE6-9 */
}
.langs > ul{
  width:100%;
  /*margin-left:234px;*/
  list-style: none;
  padding:0 0 0 0;
  overflow: hidden;
}
.langs li{
  line-height: 23px;
  font-size:11px;
  color:#fff;
}
.langs img{
  vertical-align: middle;
}
.langs .separator{
  margin:0 4px;
}
.langs li a:link,
.langs li a:active,
.langs li a:visited
{
  font-size:12px;
  color:#fff;
}
.top-menu{
  float:right;
  margin:50px 0 0 4%;
}
.top-menu > li{
  
}
.top-menu > li > a:link,
.top-menu > li > a:visited,
.top-menu > li > a:active{
  font-size:18px;
  padding:40px 10px;
  text-decoration: none;
  /*color:#000;*/
  /*background:#c00;*/
  transition: all .4s;
}
.top-menu > li > a:hover{
  /*color:#27904B;*/
}
.top-menu .dropdown-activate{ 
  position: relative;
}
.top-menu .dropdown-activate > a > .menu-icon{
  /*content:'\f107';*/
  width:10px;
  height:10px;
  /*background:#f00;*/
  display: inline-block;
  position: relative;
  right: 0px;
  top:-2px;
  font-size:8px;
  text-align: center;
  /*transform: rotate(0deg);*/
  /*transition: all .4s;*/
  /*font-family: 'Font Awesome 5 Pro';*/
}
.top-menu .child-menu{
  position: absolute;
  top:30px;
  left: 50%;
  transform: translateX(-50%);
  z-index:999999;
  overflow:hidden;
  /*min-width:120%;*/
  list-style: none;
  padding:0px 0px;
  margin:0 0 0 0;
  height:0px;
  opacity:0;
}
  .top-menu .child-menu ul{
    float:left;
    margin:0 0 0 0;
    padding:15px 40px;
    display: block;
    border:1px solid #EAEAEA;
    /*border-radius: 6px;*/
    background:#FAFAFA;
  }
  .top-menu .child-menu li{
    display: block;
    width:100%;
  }
  .top-menu .child-menu a:link,
  .top-menu .child-menu a:visited,
  .top-menu .child-menu a:active{
    display: block;
    padding:5px 5px 5px 5px;
    text-decoration: none;
    font-size:14px;
    white-space: nowrap;
    /*color:#000;*/
    transition: all .6s;
  }
  .top-menu .child-menu a:hover{
    /*opacity:.8;*/
    /*color:#000;*/
  }
.left_menu .dropdown-activate{ 
  position: relative;
  /*padding-bottom:10px;*/
}
.left_menu .dropdown-activate > .dropdown-a:after{
  content:'\f105';
  position: absolute;
  right:0px;
  top:8px;
  font-family: 'Font Awesome 5 Pro';
}
.left_menu .child-menu{
  z-index:999999;
  overflow:hidden;
  width:100%;
  list-style: none;
  padding:0px 0px;
  margin:0 0 0 0;
}
  .left_menu .child-menu ul{
    float:left;
    margin:0 0 0 0;
    padding:8px 0 10px 8px;
    width:100%;
    display: block;
  }
  .left_menu .child-menu li{
    display: block;
    width:100%;
  }
  .left_menu .child-menu a:link,
  .left_menu .child-menu a:visited,
  .left_menu .child-menu a:active{
    display: block;
    padding:8px 5px 8px 15px;
    text-decoration: none;
    /*color:#000;*/
    transition: all .6s;
  }
  .left_menu .child-menu a:hover{
    /*color:#27904B;*/
  }
.left_menu .dropdown-activate > .child-menu{
  max-height:0px;
  overflow:hidden;
}
.left_menu .expanded{
  max-height:1000px !important;
  overflow:none;
}

.content-simple{
  float:left;
  width:100%;
}
.registration-width{
  margin:0 auto;
  max-width: 600px;
}
.login-width{
  margin:0 auto;
  max-width: 300px;
}
.account-width{
  margin:0 auto;
  max-width: 500px;
}
.password-recovery-width{
  margin:0 auto;
  max-width: 500px;
}
.change-password-width{
  margin:0 auto;
  max-width: 300px;
}
.terms-conds{
  overflow:hidden;
  overflow-y:scroll;
  width:100%;
  height:600px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.override-full {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow:hidden;
}
  .override-full > .content,
  .override-full > * > .content{
    max-width:100%;
  }
.override-full-but-content{
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow:hidden;
}
.vcenter{
  position: relative;
  height: 100%;
}
.vcenter > *{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.gallery-img{
  /*
  padding-top: 60%; 
  /*margin-bottom:6%;
  background-size:cover;
  background-repeat: no-repeat;
*/
  /*-webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;*/
}
.gallery-img{
  position: relative;
  padding-top: 60%; /* 4:3 Aspect Ratio */
  margin-bottom:6%;
  background-size:cover;
  background-repeat: no-repeat;
  opacity:1;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all .6s;
}
#back-button{
  position: fixed;
  bottom:10%;
  left:10%;
  z-index:99999999;
  padding:20px;
  font-size:30px;
  border-radius:8px;
  background:rgba(197,157,95,.8);
  color:#fff;
  cursor: pointer;
}
#top-button{
  position: fixed;
  bottom:92px;
  right:31px;
  z-index:99999999;
  padding:0 10px;
  font-size:30px;
  border-radius:8px;
  /*background:rgba(197,157,95,.8);*/
  color:#fff;
  /*background:rgba(32,206,136,.8);*/
  cursor: pointer;
  font-weight: bold;
}
.nested_content{

}
.content_spacer{
  display: none;
}
.footer-social-links a:link,
.footer-social-links a:visited,
.footer-social-links a:active{
  padding:4px 10px;
  display: inline-block;
  font-size:14px;
}
.copyrights{
  font-size:12px;
}
.quotes{
  max-width:30%;
  margin:0 auto;
}
header, .content, .footer_content{
  position:relative;
  margin:0px auto;
}
.main{
  overflow: hidden;
}
.main-section{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.div-vertical-center{
  height:100%;
  display: table;
  margin: 0 auto;
}
.div-vertical-center > div{
  vertical-align:middle;
  display: table-cell;
}

/*  HARD TESTS */
.layout-column > div,
.nested_content,
.nested_content > section{
  height:100%;
}
.nested_content > section{
  overflow: hidden;
}
.nested_content .row > div{
  padding-left:0px;
  padding-right:0px; 
}
.row.layout-row > div{
  /*align-self: center!important;*/
}


/*  ------------------------------------------------------------------------------------ SITE STYLE  ------------------------------------------------------------------------------------ */

/* MOBILE MENU */
#mobile_menu_button{
  position: fixed;
  top: 10px;
  right: 10px;
  font-size:20px;
  color:#0BA608;
  z-index:300;
  cursor: pointer;
  padding:20px;
  display:none;
}
#mobile_menu{
  position: fixed;
  top:0px;
  right: 0px;
  height:100vh;
  width: 0px;
  /*background:rgba(0,0,0,.7);*/
  background:#fff;
  z-index:200;
  overflow-x:scroll;
  -webkit-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.37);
  -moz-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.37);
  box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.37);
}
.mobile_menu_cont{
  min-width: 340px;
  padding:20px;
  list-style: none;
}
.mobile_menu_cont .child-menu{
  overflow: hidden;
  max-height:0px;
}
.mobile_menu_cont a:link,
.mobile_menu_cont a:visited,
.mobile_menu_cont a:active{
  /*color:#fff;*/
  padding:8px;
  display: block;
  border-bottom:1px solid rgba(0,0,0,.1);
  font-size:16px;
  text-decoration: none;
  transition: all .6s;
  background:none;
}
.mobile_menu_cont a:hover{
  background:rgba(255,255,255,.05);
}
.close-mobile-menu{
  position: absolute;
  top:10px;
  right: 10px;
  color:#E01A3B;
  z-index:350;
  font-size: 20px;
}
.left_menu{
  /*background:#a00;*/
}
.left_menu ul{
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.left_menu a:link,
.left_menu a:visited,
.left_menu a:active{
  padding:8px 10px;
  display:block;
  border-bottom:1px solid #DADADA;
  font-size:16px;
  text-decoration: none;
  transition: all .6s;
}
.left_menu a:hover{
 background:#F5F5F5;
}
/* GALLERY */
.nested_content .module_gallery .row > div{
  padding-left:5px;
  padding-right:5px;
  padding-bottom:10px;
}
.home-icon{
  padding: 0px 30px 30px 30px;
}
.cover{
  background-repeat: no-repeat !important;
  background-position: top center !important;
  /*padding-top: 98px;*/
}
  .cover .content{
    /*padding-top: 98px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background:#fff;
    padding: 20px 30px;
  }
  .cover_title{
    display: table;
    margin: 0 auto;
    color:#fff;
    font-size:20px;
    padding:40px 10px 35px 10px;
  }
.gestudio:link,
.gestudio:active,
.gestudio:visited{
  color:#51B947;
  text-decoration: none;
  transition: all .6s;
}
.gestudio:hover{
  color:#73EFD3;
}
.gmap{
  width:50%;
}
/*.lg-outer .lg-video-cont{
  max-width:90% !important;
}
.lg-backdrop{
  background:rgba(0,0,0,.5) !important;
}*/

.popup_inputs{
  display: table;
  margin:0 auto;
  width:90%;
  max-width: 400px;
  font-size:14px;
}
  .popup_inputs .form-group > div{
    margin-bottom:10px;
  }
  .popup-submit{
    padding:10px 12px 8px 12px;
    background:#275CAA;
    color:#fff;
    transition: all .6s;
    border-radius: 6px;
    font-size:18px;
    border:0 none;
    cursor: pointer;
  }
  .popup-submit:hover{
    background:#467CCE;
  }
/* OVERRIDE LIGHTGALLERY BACKGROUND */
.lg-backdrop{
  background-color:rgba(0,0,0,.6);
}
.lg-video{
  border-radius: 5px;
  overflow: hidden;
}
.lg-video-cont{
  max-width:50% !important;
}
.module_popup{
  padding:30px;
}