@charset "UTF-8";
/*
  Dark Green:   RGB - #0C3222 - 12,50,34
  Light Green:  RGB - #C5D2C0 - 197,210,192
  Yellow:       RGB - x - 222,218,177
  Brown:        RGB - #8C6E64 - 140,110,100
*/

/*********************************************************************************/
/* Declare Fonts                                                                 */
/*********************************************************************************/
@font-face {  font-family: 'Piazzolla';         src: url('/assets/TTF/Piazzolla.ttf');         } 
@font-face {  font-family: 'Jura';              src: url('/assets/TTF/JuraLight.ttf');         } 
@font-face {  font-family: 'Reswysokr';         src: url('/assets/TTF/Reswysokr.ttf');         }
@font-face {  font-family: 'Capsuula';          src: url('/assets/TTF/Capsuula.ttf');          }
@font-face {  font-family: 'DensiaSans';        src: url('/assets/TTF/DensiaSans.otf');        } 
@font-face {  font-family: 'Existence-Light';   src: url('/assets/TTF/Existence-Light.ttf');   }
@font-face {  font-family: 'Barlow-Regular';    src: url('/assets/TTF/Barlow-Regular.ttf');    }
@font-face {  font-family: 'Barlow-Light';      src: url('/assets/TTF/Barlow-Light.ttf');      }
@font-face {  font-family: 'Inconsolata';       src: url('/assets/TTF/Inconsolata.ttf');       }
@font-face {  font-family: 'JosefinSans-Light'; src: url('/assets/TTF/JosefinSans-Light.ttf'); }
@font-face {  font-family: 'Play-Regular'; src: url('/assets/TTF/Play-Regular.ttf');           }

/*--------------------------------------------- reset --------------------------------------------- */
/*
#loading{
width:32px;
position: absolute;

z-index: 9999;
top: 0px;
left: 0px;
display: none;
}
*/
    
    /*SCROLLBAR*/
	/* Works on Firefox */
	* {
        scrollbar-width: thin;
        scrollbar-color: rgb(7, 70, 26) rgba(222,218, 177, 1);/*rgb(202, 211, 154);*/
        
      }
      
      /* Works on Chrome, Edge, and Safari */
      *::-webkit-scrollbar {
        width: 12px;
      }
      
      *::-webkit-scrollbar-track {
        background:   rgba(222,218, 177, 1);
      }
      
      *::-webkit-scrollbar-thumb {
        background-color: rgb(7, 70, 26);
        border-radius: 20px;
        border: 3px solid     rgba(222,218, 177, 1);
      }




html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.25px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
   
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #0C3222;
}

ul {
    margin-bottom: 0px;
}

/*-----------------------*/
.container{
    font-size: 16px; /*14*/
    line-height: 25px;
    color: #363636;
}

p {
    font-size: 16px;  /* 14*/
    line-height: 25px;
    color:  #363636;
}

  /*-------------------------------------*/
a {
    color: rgb(75, 75, 75);
}
/* 
  ---------------------------------------------
  global styles
  --------------------------------------------- 
*/

html,
body {
    font-family: 'Barlow-Light';
    /*font-family: 'Inconsolata';*/
    /*font-family: 'Barlow-Regular';*/
    background: rgba(222,218, 177, 0.2);
    /*background-color: rgba(222, 218, 177, 0.1);*/
    /*background-image: url("/assets/images/pattern/003-subtle-light-pattern-background-texture-vol5.jpg");*/
    
}

/***********************************************************************************************************************/
@media (max-width: 992px) {
    html,
    body {
        overflow-x: hidden;
    }
    
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .mobile-bottom-fix {
        margin-bottom: 30px;
    }
    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}
.section-heading {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.section-heading h2 {
    font-size: 20px;
    font-weight: 600;
    color: #232d39;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.section-heading h2 em {
    font-style: normal;
    color: #0C3222;
}
.section-heading img {
    margin: 20px auto;
}
.dark-bg h2 {
    color: white;
}
.dark-bg p {
    color: white;
}
.main-button a {
    display: inline-block;
    font-size: 14px;
    padding: 12px 20px;
       
    background-color: #185c3f;
    border: 1px solid #DEDAB1;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s;
    -webkit-box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 1);
    margin-top: 4px;
}
.main-button a:hover {
    /*background-color: #0C3222;*/
    background-color: #11442e;
    color: #ffffff;
    box-shadow: none;
    cursor: pointer;
}
/* 
  ---------------------------------------------
  header
  --------------------------------------------- 
  */

/*////////////////////////////////////////////////////////////////////////////////////*/  
.background-header  {
    background: rgba(255, 255, 255, 0.99) !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #000000 !important;
}

/*////////////////////////////////////////////////////////////////////////////////////*/
.header-area {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    height: 80px;
    background: rgba(2 , 50 , 34, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

/****************************************************** LIGHT SUBMENU ******************************************************/
.background-header .MainSubmenu {
    background:  rgba(255, 255, 255, 0.95);    
    color: black !important;
    border: 1px solid #eeeeee !important;
        
    margin-top: 12px !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
    animation-name: animation-1;
    animation-duration: 0.3s;
}
@keyframes animation-1 {
    0%   { opacity: 0;  top:-200px;}
    100% { opacity: 1; top:0px;}
}  

.background-header .MainSubmenu li a{
    color: black !important;
    background: transparent !important;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important ;
    padding: 4px 4px !important;
    
}
.background-header .MainSubmenu li a:hover {
    /*background-color:rgba(197,210,192, 0.3) !important;*/
    /*background: linear-gradient(120deg,transparent, rgba(12, 50, 34, 0.9),transparent) !important;*/
    
    background: linear-gradient(120deg,transparent, rgba(255, 255, 255, 1.0),transparent) !important;
    border-bottom:  1px solid gray !important;
    border-radius: 2px;
    cursor: pointer;
}  

/****************************************************** DARK SUBMENU ******************************************************/
 .MainSubmenu {
                                                                        
    background-color: rgba(12, 50,34,0.7);
     padding: 8px !important;
    margin-top: 10px !important;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
    animation-name: animation-1;
    animation-duration: 0.3s;
}
@keyframes animation-1 {
    0%   { opacity: 0;  top:-200px;}
    100% { opacity: 1; top:0px;}
}  

 .MainSubmenu li a{
    color:#FFFFFF !important;
    background: transparent !important;
    border-bottom: 1px solid transparent !important;
    box-shadow: none !important;
    padding: 4px 4px !important;    
  
}

 .MainSubmenu li a:hover {
    /*border-bottom: 1px solid rgba(138, 138, 138,0.5) !important;*/
    /*background-color:rgba(197,210,192, 0.3) !important;-*/
    background: linear-gradient(120deg,transparent, rgba(146, 248, 163, 0.4),transparent) !important;
    border-radius: 2px;
    cursor: pointer;
}  



  
/****************************************************************************************************************************/
.video-overlay .header-area .main-nav {
    min-width: 100%;
    min-height: 80px;
    background: transparent;
    }
    

/* LEFT MEZŐHEGYES */
.header-area .main-nav .logo {
    margin-top: 30px;
    margin-right: 10px;
    color: rgb(255, 255, 255);
    font-weight: 900;
    text-transform: uppercase;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo em {
    font-style: normal;
    color: #C5D2C0;
    font-weight: 900;
}

.header-area .main-nav .nav {
    margin-top: 30px;
    margin-right: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 0px;
    padding-right: 2px;
}



/******************************MAIN MENU ITEM */
.header-area .main-nav .nav li a {
    display: block;
    
    font-weight: 400;
    font-size: 1rem; /*16px;*/
    font-family: 'JosefinSans-Light'; 
    /*font-family: 'Play-Regular';*/
    color: #0C3222;
     /*-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*text-transform: uppercase;*/
}
.header-area .main-nav .nav li a {
    color: rgb(255, 255, 255);
    padding:10px 4px; 
    border: 1px solid transparent;  
}




/* ******** MAIN MENU ITEM HOWER********** */
 /*.header-area .main-nav .nav li a:hover {
  /*background: linear-gradient(0deg,#0c3222, #3d423b,#0c3222 );
  /*border: 1px solid rgba(230, 230, 230, 0.2);  
  }*/

.header-area .nav li:hover a {
    color:#b6dfa4;
    border-bottom: 2px solid #486e38;
}
/*
.header-area .main-nav .nav li:hover a {
    /*background-color: #0c3222;
    color: white !important;*/
    /*border-bottom: 1px solid rgba(90, 90, 90, 0.5) !important;  */
    /*box-shadow: rgb(0, 0, 0) 0px 0px 10px;*/
/*}
*/
/*------------------------------------------*/

.background-header .main-nav .nav li a.active {
    background-color: #0C3222;
    color: rgb(255, 255, 255) !important;
}

/*------------------- Menu Tree line-------------------------*/

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    
    top: 20px;
    width: 32px;
    height: 40px;
    display: none;
}

.header-area .main-nav .menu-trigger span p {
    font-weight: bold;
    text-indent: 50px;
    top: -10px;
    font-size: 20px;
}
.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    width: 30px; 
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}


.header-area .main-nav .menu-trigger span {
    top: 16px;
}

/*************************************************/

/* menu - */
.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;

}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}



.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

/* menu X */
.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}
/*-----------------------------------------------------------------------*/


.header-area.header-sticky {
    min-height: 80px;
}

.header-area.header-sticky .nav {
    margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
    background-color: #0C3222;
    color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0.2);  
    padding:10px 10px; 
}
/*----------------------------------------------*/


/*-------------------------------------------*/
/*///////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 768px) { 
    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        background-color: #ffffff;
        color: rgb(0, 0, 0) !important;
        opacity: 1;
    }

    .header-area {
        background-color:#f7f7f7;
        padding: 0px 0px;
        height: 80px;
        box-shadow: none;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 12px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow:visible;
    }
    .header-area .main-nav .nav {
        float: none;
        display:none;
        width: 100%;
                
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .header-area.header-sticky .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .nav li  {
        width: 100%;
        background: white;
        color: #000;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .main-nav .nav li a {
        height:40px !important;
        line-height: 40px !important; 
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #000 !important;
       
    }

    
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #000000 !important;
    }

}


@media (min-width: 768px) {
    .header-area .main-nav .nav {
        display:flex  !important;
        
    }
}

/* 
  ---------------------------------------------
  banner
  --------------------------------------------- 
  */
.main-banner {
    position: relative;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: #0C3222;
    background-image: url("/assets/images/banner-bg0.jpg");
    background-size: cover;
    background-position: center center;
    top: 0;
    bottom: 7px;
    width: 100%;
    opacity: 0.6;
}

.main-banner .caption {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color:#0C3222;
    padding: 10px;
}

/* Mezőhegyes text */
.main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Piazzolla';
    font-size: 84px;
    text-transform: uppercase;
    font-weight: 800;
    color: #DEDAB1;
    letter-spacing: 1px;
    vertical-align: middle;
    display: inline;
}


/*********************************************************************************************************************/
@media (max-width:768px) {

    .main-banner .caption h2 {
        font-size: 32px !important;
    }

    .main-banner .caption img {
        width: 32px !important;
        margin-top: 3px !important;
        display: inline !important;
    }
    
}


/*--------------------------*/
/* Crest */

.main-banner .caption img {
    width: 60px;
    margin-top: 10px;
    display: inline;
}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    letter-spacing: 0.5px;
}

.main-banner .caption h2 em {
    font-style: normal;
    color: #C5D2C0;
    font-weight: 900;
}

/*
  ---------------------------------------------
  features
  ---------------------------------------------
  */

#features {
    margin-bottom: 80px;
}

.feature-item {
    display: inline-block;
    margin-bottom: 60px;
}

.feature-item .left-icon img {
    float: left;
    margin-right: 30px;
}

.feature-item .feature-content {
    display: inline;
}

.feature-item .feature-content h4 {
    margin-top: 0px;
    margin-bottom: 7px;
    letter-spacing: 0.25px;
    color: #232d39;
    font-size: 19px;
    font-weight: 600;
    text-transform: initial;
}

.feature-item .feature-content a.text-button {
    margin-top: 7px;
    display: inline-block;
    font-size: 13px;
    text-transform: initial;
    color: #4d4d4d;
    font-weight: 500;
    
}

/*
  ---------------------------------------------
  subscribe
  ---------------------------------------------
  */

#call-to-action {
    padding: 120px 0px;
    background-image: url("/assets/images/lovak-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    /*----------------------------------*/
    background-attachment: fixed;
    /*-webkit-filter: grayscale(100%); 
  	filter: grayscale(100%);*/
}

.cta-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: white;
    letter-spacing: 1px;
}

.cta-content h2 em {
    font-style: normal;
    color: #C5D2C0;
}

.cta-content p {
    font-size: 16px;
    color: white;
    margin: 15px 0px 25px 0px;
}

/*--------------------------------------------
  Our Classes
  --------------------------------------------
*/

#our-classes {
    margin-bottom: 140px;
}

#tabs ul {
    margin: 0;
    padding: 0;
}

#tabs ul li {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

#tabs ul li:last-child {
    margin-bottom: 0px;
}

#tabs ul li a {
    text-transform: capitalize;
    width: 100%;
    padding: 30px 30px;
    display: inline-block;
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 19px;
    color: #232d39;
    letter-spacing: 0.5px;
    font-weight: 600;
    transition: all 0.3s;
}

#tabs .main-rounded-button a {
    text-align: center;
    padding: 20px 30px;
    width: 100%;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 600;
    background-color: #C5D2C0;
}

#tabs .main-rounded-button a:hover {
    background-color: #0C3222;
    color: white;
    }

#tabs ul li a img {
    max-width: 100%;
    margin-right: 20px;
}

#tabs ul .ui-tabs-active span {
    background: #faf5b2;
    border: #faf5b2;
    line-height: 90px;
    border-bottom: none;
}

#tabs ul .ui-tabs-active a {
    background-color: #0C3222;
    color: #ffffff;
}

#tabs ul .ui-tabs-active span {
    color: #1e1e1e;
}

.tabs-content {
    margin-left: 30px;
    text-align: left;
    display: inline-block;
    transition: all 0.3s;
}

.tabs-content img {
    max-width: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.tabs-content h4 {
    font-size: 23px;
    font-weight: 700;
    color: #363636;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.tabs-content p {
    font-size: 14px;
    color: #363636;
    margin-bottom: 14px;
}

 
/*
 ----------------------------------------------
  contact
  --------------------------------------------- 
  */

#contact-us {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

#contact-us .container-fluid .col-lg-6 {
    padding: 0px;
}

#contact-us .contact-form {
    padding: 10px;
}

#contact-us .contact-form #contact {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
    color: #000000;
    font-size: 15px;
    border: 1px solid #ddd;
    background-color: white;
    width: 100%;
    height: 40px;
    outline: none;
    line-height: 40px;
    padding: 0px 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px;
}

.contact-form textarea {
    height: 150px;
    resize: none;
}

.contact-form ::-webkit-input-placeholder {
    /* Edge */
    color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
    color: #7a7a7a;
}

.contact-form ::placeholder {
    color: #7a7a7a;
}

.contact-form button {
    display: inline-block;
    font-size: 13px;
    padding: 11px 17px;
    background-color: #C5D2C0;
    color: #000;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
    margin-top: -8px;
    -webkit-box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 20px -15px rgba(0, 0, 0, 1);
}

.contact-form button:hover {
    background-color: #0C3222;
    color: white;
    box-shadow: none;
}

/* 
----------------------------------------------
  footer
  --------------------------------------------- 
  */
footer {
    text-align: center;
    background-color: rgba(222, 218, 177, 0.3) !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

footer p {
    font-size: 13px;
}

footer a {
    font-size: 13px;
    cursor: pointer;
    color: #0c3222;
}


footer a:hover {
    color: #0c3222;
}

.footer_links {
    background-color: rgba(12, 50, 34, 0.1) !important;
    text-align: center;

}

/*-----------------------------------------------------*/
#impessum{
    background: #C5D2C0; /*rgba(12, 50, 34, 0.8); */
    border-top: 1px solid rgba(222,218,177,0.5); 
    box-shadow: 0px 0px 2px rgba(50, 50, 50, 0.8);
    color:#0C3222;
}
#impessum p{
    color:#0C3222;
}


/* 
  ---------------------------------------------
  preloader
  --------------------------------------------- 
  */

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: white;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: white;
    border-radius: 50%;

}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* 
----------------------------------------------
  responsive
  --------------------------------------------- 
  */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 992px) {
    .main-banner .caption h2 {
        font-size: 64px;
    }

    #features {
        margin-bottom: 110px;
    }

    #features .feature-item {
        margin-bottom: 30px;
    }

    #our-classes .tabs-content {
        margin-left: 0px;
        margin-top: 30px;
    }

    .card-item {
        margin-bottom: 30px;
    }

    #contact-us #map {
        margin-bottom: -7px;
    }

    #contact-us .contact-form {
        padding: 30px;
    }

    #contact-us .contact-form #contact {
        padding: 30px;
    }
}


@media (max-width: 450px) {
    .feature-item .feature-content a.text-button {
        margin-left: 130px;
    }
}

/***********************************************************************************************************************/

/***********************************************************************************************************************/
.ShadowImage {
    border: 1px solid white;
    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
    box-shadow: 0 0 5px #888;
}

/*--------  UpScroll Button Style -------------------*/

.UpScrollButton {
    z-index: 1000;
    position: fixed;
    bottom: -20px;
    right: -10px;
    width: 48px;
    height: 49px;
    background: url("/assets/images/uparrow.png") no-repeat;
    display: none;
    cursor: pointer;
}

/*----------------------------------------------------*/

.popover {
    max-width: 500px;
}

/*----------------------------------------------------*/

.BannerContainer {
    position: fixed;
    background-image: url("/assets/images/processing.gif") no-repeat;
    background-position: center center;
    background-color: rgb(255, 255, 255);
    top: 0px;
    left: 0px;
    z-index: 9999;
    border-radius: 4px;
}

/*----------------------------------------------------*/

img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
img:hover{
    filter: drop-shadow(6px 6px 10px rgb(128, 128, 128)) sepia(50%);;
    
    /*-webkit-transform: scale(1.03);
	transform: scale(1.03);*/
}

/*--------------------------LOAD HEADER ---------------------------*/

.load-heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.load-heading h2 {
    font-size: 28px;
    font-weight: 800;
    color: #232d39;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.load-heading h2 em {
    font-style: normal;
    color: #0C3222;
}

.load-heading-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.pointer {
    cursor: pointer;
}



/*--------------------------ANIMATED-----------------------------------*/
p,
h2,
h3,
h4,
h5,
h6,
img {
    position: relative;
    -webkit-animation: moving 1s;
    /*infinite*/
    animation: moving 1s;
}

@-webkit-keyframes moving {
    from {
        top: 50px;
    }

    to {
        top: 0px;
    }
}

@keyframes moving {
    from {
        top: 50px;
    }

    to {
        top: 0px;
    }
}
/*--------------------------------------*/
.underline {
    display: inline-block;
    position: relative;
    cursor: pointer;
      
  }
  
  .underline:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom center;
    transition: transform 0.25s ease-out;
  }
  /*#0C3222
  #8C6E64*/
  
  .underline:hover:after {
  text-decoration: none;
    transform: scaleX(1);
    transform-origin: bottom center;
  }
  /*-------------------------------------*/
  a:link{
    color: rgb(52, 52, 52);
}

/*----------------------------------------- COOKIE ---------------------------------------------*/
.Cookie{
    z-index:1000;
	position:fixed;
    /*flex-shrink: 0;*/

    font-family:"Reswysokr", Arial, Helvetica, sans-serif ;    
	left: 0px;
    bottom: 0px;
    width: 100%;
	padding: 10px;
	background-color:#0C3222; 
    color:#DEDAB1;
    border-top:1px solid#1b6d4b ;
    border-bottom:1px solid#207552 ;
    opacity: 0.9;
}

.Cookie a{
    color: #DEDAB1;;
}
.cookie-button {
    display: inline-flex;
    justify-content: center;
    
    padding: 10px;
    background-color: #114630;
    color:#DEDAB1;
    text-align: center;
    min-width: 120px;
    font-weight: 400;
    transition: all .3s;
    border: 1px solid rgb(68, 68, 68);
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.cookie-button:hover {
    background-color: #134e36;
    border: 1px solid rgb(85, 85, 85);
    color: #ffffff;
    cursor: pointer;
}


/*-----------------------------------------------------------------*/
.mybtn {
    text-decoration: none;
    /*border: 1px solid rgb(35, 94, 45);*/
    position: relative;
    overflow: hidden;
  }
  
  .mybtn:hover {
    box-shadow: 1px 1px 25px 10px rgba(146, 248, 163, 0.4);
  }
  
  .mybtn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,transparent, rgba(146, 248, 163, 0.4),transparent);
    transition: all 650ms;
  }
  
  .mybtn:hover:before {
    left: 100%;
  }

/*------------------------------------------------ MSE LOGO ----------------------------------*/
.white_logo{  
    -webkit-transition-duration: .5s; 
    transition-duration: .5s; 
}
.white_logo:hover {	
    filter: drop-shadow(6px 6px 10px rgb(128, 128, 128)) invert(5%);
    -ms-transform: scale(1.3, 1.3); 
    -webkit-transform: scale(1.3, 1.3); 
    transform: scale(1.3, 1.3);
}
/*----------------------------------------------------------------------------------------------*/

.header-area .icons {
    position: absolute;
    display:inline-block;
    right: 0px;
    margin-top: 30px;
    margin-right: 0px;

    animation-name: icons_animate;
    animation-duration: 1.5s;
}
@keyframes icons_animate{
    0% { opacity:0;  top:-400px;}
  100% { opacity:1;  top:0px;  }
}

.header-area .icons img {
    width: 26px;
    cursor: pointer;
    margin-right: 4px;
}

.header-area .icons img:hover {
    filter: invert(10%);
}

/*--------------------------------------------------------------------------------------------*/
.title1{ font-family: Reswysokr; font-size:  1.5em; }
.title2{ font-family: Aller_Lt; font-size:   1.5em; }
.title3{ font-family: Capture_it; font-size: 1.5em; }
.title4{ font-family: DensiaSans; font-size: 1.5em; }

/*------------------------------------------------- FACE BG-------------------------------------*/
  .bg-lg { background-color: rgba(197,210,192, 1.0)}
  .bg-dg { background-color: rgba(12,50,34, 1.0); color:#DEDAB1; }
  .bg-yellow  { background-color: rgba( 222,218,177, 0.3);  }
  .bg-brown  { background-color: rgba( 140, 110,100, 1.0); }
  .bg-blue  { background-color: rgba(0, 0, 255, 1.0); color:white; }
  .bg-light-grey  { background-color: rgb(238, 238, 238); color:rgb(0, 0, 0); }
  .text-yellow  { color:#DEDAB1 }

  /*----------------------------------------------------------------------------------------------*/
  #top_project_div{
    position:absolute; 
    z-index: 999;
    top:90px; 
    right: 0px; 
    cursor: pointer; 
    opacity: 0.9;
    padding: 20px;

    animation-name: top_projekt_animate;
    animation-duration: 2.0s;
  }
  @keyframes top_projekt_animate{
      0% { opacity:0;  right:-400px;}
    100% { opacity:1;  right:0px;  }
  }
  
/* CURRENT BANNER CENTER */
#banner{
    position:absolute; 
    z-index: 100;
}
#banner #banner_close{
    cursor: pointer;
}

/* SEARCH BOX */
#search-form{
    position: absolute;
    z-index: 2;
    top: 90px;
    left: 14px;
 }
#search-form input{
    background-color: rgba(12, 50,34,0.5);
    border: 1px solid rgba(24, 97, 66, 0.9);
    color: #aaa;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

  
.has-search .form-control-feedback {
    position: absolute;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: left;
    margin-left: 0px;
    pointer-events: none;
    color: #aaa;
}
/* INPUT PLACEHOLDER COLOR */
::placeholder {
    color: rgb(170, 170, 170) !important;
    opacity: 1 !important; /* Firefox */
  }
  ::-ms-input-placeholder { /* Edge 12 -18 */
    color: rgb(170, 170, 170) !important;
  }

  /*
  #banner{
    animation-name: animation-banner;
    animation-duration: 1.0s;
}
@keyframes animation-banner {
    0%   { opacity: 0; width: 0px; }
    100% { opacity: 1; width:700px;}
}
  */

  #left_banner{
    
    position: absolute; 
    left:-200px; 
    top:140px; 
    min-width: 215px; 
    height: 240px; 
    background: transparent; 
    color: #aaa;
    z-index: 2; 
    padding: 4px;
    border-top-right-radius:    10px 10px;
    border-bottom-right-radius: 10px 10px;
    background-image: url("/assets/images/left_banner_image.png");
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }

  #left_banner img{
    animation: none;
    filter: none;
  }

/* CSS */
.button-tabs {
  width: 200px;
 
  display: inline-block;
  font-size: 16px;
  padding: 10px;
  background-color: rgba(12, 50,34,0.9);
  color:#DEDAB1 !important;
  
  margin-top: 10px;
  text-align: center;
  box-shadow: 3px 3px 10px 0px #686868;
  cursor: pointer;
}

.button-tabs:hover {
  text-decoration: none;
  box-shadow: none;
  color:#DEDAB1;
}


/*Mezőhegyes*/
#mh:hover{
    cursor: pointer;
}
#colors div{
    width:194px; 
    font-size: 13px; 
    border: 1px solid #0a0a0a; 
    height: 58px; 
    padding-left: 4px;
}


#horse{
    position: absolute;
    top:140px; 
    left:20px; 
    right: 80px;
    width: 200px;  
    opacity: 0.3;
    z-index: 2;
    min-width: 100px; 
    width: 200px;  
    display: none;
}

.news_button{
    border: 1px solid #bbbbbb;
    background-color: rgba(197,210,192, 1.0);
    margin-top: 20px;
    border-radius: 4px;
  /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.4);*/
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  
}
/*
#banner{
    min-width: 700px; 
    min-height: 497px; 
    border: 1px solid white; 
    background-image: url(/assets/images/Christmas_2024.png); 
    background-size: 700px 497px;
	background-position:center center;
}
 */
 
/*----------------------------------------------------------------------------------------------*/
/*
#scroll-container {
    overflow: hidden;
  }
  
  #scroll-text {
  
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    
    -moz-animation: my-animation 25s linear infinite;
    -webkit-animation: my-animation 25s linear infinite;
    animation: my-animation 25s linear infinite;
  }
  
  
  @-moz-keyframes my-animation {
    from { -moz-transform: translateX(100%); }
    to { -moz-transform: translateX(-100%); }
  }
  
  
  @-webkit-keyframes my-animation {
    from { -webkit-transform: translateX(100%); }
    to { -webkit-transform: translateX(-100%); }
  }
  
  @keyframes my-animation {
    from {
      -mo-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
}
*/


/*----------------------------------------------------- ▢ LIST ---------------------------------*/ 

/* Large desktop :1920px. */
/*@media (min-width: 1920px) {}
/* Laptop Device :1366px. */
/*@media (min-width: 1200px) and (max-width: 1500px){}
/* Normal desktop :992px. */
/*@media (min-width: 992px) and (max-width: 1200px){}
/* Tablet desktop :768px. */
/*@media (min-width: 768px) and (max-width: 991px){ }*/

/************************************************************************************************************/

@media (max-width: 992px) {
    .header-area {padding: 0px !important; margin: 0px !important; }
    .header-area .main-nav .nav li a {  padding-left: 4px !important  }
    .header-area .main-nav .nav .dropdown-menu  { width: 100% !important; padding: 0px !important; background: white !important; color: black !important; animation: none !important; border: 1px solid #c7c7c7 !important; border: none !important;  }
    .header-area .main-nav .nav .dropdown-menu li a {  padding-left:4px !important; padding-right: 0px !important; }

    /* nav-bar-nav -> navbar*/    
    .header-area .main-nav .nav .dropdown-menu { position: relative !important; }
    /*.header-area .main-nav .logo { display: none; }*/

    .UpScrollButton { visibility: hidden; }
}
/************************************************************************************************************/
@media (max-width: 768px) { 

    .header-area {padding: 0px !important; margin: 0px !important; }
    .header-area .main-nav .nav li a {  padding-left: 4px !important  }
    .header-area .main-nav .nav .dropdown-menu  { width: 100% !important; padding: 0px !important; background: white !important; color: black !important; animation: none !important; border: 1px solid #c7c7c7 !important; border: none !important;  }
    .header-area .main-nav .nav .dropdown-menu li a {  padding-left:4px !important; padding-right: 0px !important; }

    /* nav-bar-nav -> navbar*/    
    .header-area .main-nav .nav .dropdown-menu { position: relative !important;}
    /*.header-area .main-nav .logo { display: none; }*/

    .UpScrollButton { visibility: hidden; }

}
/************************************************************************************************************/

