/*>>>>>>>>>>>>>>>>>>>>>>>>> #Reset <<<<<<<<<<<<<<<<<<<<<<<<<<<< */
/*!----------- $CSS Reset [html5boilerplate v5.2.0 / 10-6-2015] ------------- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 8/9. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Address styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** It's recommended that you don't attempt to style these elements. Firefox's implementation doesn't respect box-sizing, padding, or width.  1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*>>>>>>>>>>>>>>>>>>> #Dodument [averta] <<<<<<<<<<<<<<<<<<<<<< */
/* $Body ==============================
======================================= */
/**  1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html { overflow-y: scroll; min-height: 100%; font-size: 100.01%; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: transparent; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

* { box-sizing: border-box; }

/* Native fonts for base body font family */
body { font-family: Ubuntu, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-size: 100%; line-height: 1.5; font-style: normal; min-height: 100%; margin: 0; }

body, select, input, textarea { color: #444; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ text-rendering: optimizelegibility; }

/** Colors map */
/* $Typography ========================
======================================= */
/* links ------------- */
a { text-decoration: none; transition: background-color 150ms linear, color 150ms linear; border: none; padding: 0; margin: 0; color:#aaaaaa; }
a:hover { color: #FFD62C; }
/* Remove text-shadow in selection highlight: https://twitter.com/miketaylr/status/12228805301  These selection rule sets have to be separate. Customize the background color to match your design. */
::-moz-selection { background: #ffb7b7; text-shadow: none; }

::selection { background: #ffb7b7; text-shadow: none; }

.chromeframe, .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; text-align: center; }
.chromeframe a, .browserupgrade a { color: #007fff; }

a:focus { outline: none; }

a.disabled, a[href="#null"] { pointer-events: none; cursor: default; text-decoration: none; color: black; }

/* paragraph ---------- */
p { margin: 0 0 1em 0; }
p.red::-webkit-selection { background: #ffb7b7; }
p.red::-moz-selection { background: #ffb7b7; }
p.blue::-webkit-selection { background: #a8d1ff; }
p.blue::-moz-selection { background: #a8d1ff; }
p.yellow::-webkit-selection { background: #fff2a8; }
p.yellow::-moz-selection { background: #fff2a8; }

hr, .divider { display: block; clear: both; height: 0; line-height: 0; border: 0; padding: 0; border-bottom: 1px solid #404040; }

.divider { position: relative; }
.divider > * { display: inline-block; position: absolute; right: 0; line-height: 100%; cursor: pointer; }

hr.dotted, .divider.dotted { border-bottom-style: dotted; }

hr.dashed, .divider.dashed { border-bottom-style: dashed; }

hr.both { margin-bottom: 1.5em; margin-top: 1.5em; }

hr.both2 { margin-bottom: 2em; margin-top: 2em; }

hr.top, article.top { margin-top: 1em; }

hr.top2 { margin-top: 2em; }

hr.bottom { margin-bottom: 1em; }

hr.bottom2 { margin-bottom: 2em; }

aside hr { margin-top: 1em; margin-bottom: 1em; }

pre { clear: both; line-height: 1.5em; padding: 0px .5em; }
pre p { margin-bottom: 0; }
pre code { display: table; }

pre, code, kbd, samp { font-family: monospace,Monaco, Courier New, serif; }

abbr[title] { cursor: help; text-decoration: none; }

dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }

dd { margin-left: 1.5em; }

small { font-size: small; }

big { font-size: larger; }

.alert { color: #CA0000 !important; }

ins { background-color: #f3f3f3; text-decoration: initial; padding: 0.2em 0.3em; border-radius: 3px; }

address { margin-bottom: 1em; }

/* headings ----------- */
h1, h2, h3, h4, h5, h6 { font-style: normal; font-family: "Quicksand",Helvetica, sans-serif; letter-spacing: 0; font-weight: 600; margin-top: .2em; text-rendering: optimizeSpeed; }
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: 800; }

h1, .h1 { font-size: 3.3125em; line-height: 1.2; margin-bottom: .4em; }

h2, .h2 { font-size: 2.375em; line-height: 1.5; margin-bottom: .5em; }

h3 { 
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4em;
    color: var(--e-global-color-accent);
    margin: 0px 0px 0px 0px;
} 

h4, .h4 { 
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.4em;
    color: var(--e-global-color-primary);
    margin: 0px 0px 0px 0px;
}

h5, .h5 { font-size: 1.175em; line-height: 1.4; margin-bottom: 1.4em; letter-spacing: 1px; }

h6, .h6 { font-size: 0.9375em; line-height: 1.6; margin-bottom: 1.7em; letter-spacing: 1px; }

h1 .small, h2 .small, h3 .small, h4 .small { font-weight: normal; }

h1 .small { font-size: 1.5em; }

h2 .small { font-size: 1.125em; }

h3 .small { font-size: 0.875em; }

h4 .small { font-size: 0.875em; }

/* blockquote ---------- */
blockquote { margin: 0 0 1em; padding: 1.5em; border-left: 1px solid #ccc; position: relative; font-size: 140%; line-height: 1.6; color: #444; font-style: italic; quotes: "“" "”" "‘" "’"; }
blockquote:after { content: ""; display: table; clear: both; }
blockquote > i { color: #555; font-size: 450%; line-height: 1em; position: absolute; top: 0.1em; left: 0.2em; color: #B9B9B9; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 3; }
blockquote > i:before { content: '\201C'; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
blockquote p { margin: 0; }
blockquote cite { font-style: normal; font-size: 13px; }
blockquote blockquote { font-size: 100%; }

/* quote ---------- */
q { display: inline; }
q:before { content: open-quote; }
q:after { content: close-quote; }

.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

.hide { display: none; }

.hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; }

.visually-hide { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }

/* Clearfix: contain floats  For modern browsers 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document. Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class. 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */
.clearfix:after { content: ""; display: table; clear: both; }

.container:after, figure:after { content: ""; display: table; clear: both; }

.container { width: 100%; margin: 0 auto; }

/* $Image ==========================
==================================== */
img { image-rendering: -webkit-optimizeSpeed; max-width: 100%; height: auto; }
img.aligncenter { display: block; margin: 10px auto; }
img.alignleft { margin: 0.4em 1.2em 1em 0; float: left; }
img.alignright { margin: 0.4em 0 1em 1.2em; float: right; }

.media-cover { object-fit: cover; }

/* Remove the gap between audio, canvas, iframes, images, videos and the bottom of their containers: https://github.com/h5bp/html5-boilerplate/issues/440 */
audio, canvas, iframe, img, svg, video { vertical-align: middle; }

figure, figcaption { position: relative; }
figure:after, figcaption:after { content: ""; display: table; clear: both; }



.top_menu{
    font-family: "Quicksand", Sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    padding-left: 25px;
    color: rgb(70, 70, 70);
}



:root{
    --e-global-color-primary: rgb(147, 213, 10);
    --e-global-color-secondary: rgb(20, 71, 52);
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #202020;
    --e-global-color-59d5c7fa: #F9F9F9;
    --e-global-color-1ab46e5d: #393939;
    --e-global-color-44ce21f: #FFFFFF;
    --e-global-color-e1582d4: #0c0c0c;
    --e-global-color-5f8d7c2: #474747;
    --e-global-color-0ab1851: #444444;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
}


/* Start custom CSS for text-editor, class: .elementor-element-8590779 */

.bus2-title-divider {
    position: relative;
    height: 5px;
    display: inline-block;
}

.bus2-title-divider:after {
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 0;
    height: 5px;
    background-image: -webkit-linear-gradient(left, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
    background-image: -o-linear-gradient(left, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
    background-image: linear-gradient(to right, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
    background-repeat: repeat-x;
}
.bus2-title-divider:before {
    left: 0;
    width: 9px;
    opacity: 0.9;
    content: "";
    position: absolute;
    border-radius: 20px;
    top: 0;
    height: 5px;
    background-image: -webkit-linear-gradient(left, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
    background-image: -o-linear-gradient(left, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
    background-image: linear-gradient(to right, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%);
    background-repeat: repeat-x;
}

.bus2-title-divider:after {
    left: 15px;
    width: 48px;
}

@media only screen and (max-width: 767px) {
    .bus2-title-divider:after {
        left: -10px;
    }

    .bus2-title-divider:before {
        left: -26px;
    }
}



@property --HoverGradientColor1 {
    syntax: '<color>';
    initial-value: white;
    inherits: false;
  }
  
  @property --HoverGradientColor2 {
    syntax: '<color>';
    initial-value: white;
    inherits: false;
  }


.box-with-shadow{
    position: relative;
    background-color: #FFFFFF;
    padding: 50px 50px 62px 47px;
    border-radius: 15px 15px 15px 15px;
    margin: 30px;
    box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.14);
    background: linear-gradient(to top right, var(--HoverGradientColor1), var(--HoverGradientColor2));
    transition: --HoverGradientColor 1s, --HoverGradientColor2 1s;
}


.box-with-shadow:hover{
    box-shadow: 6px 8px 35px 0px rgba(0, 217, 166, 0.5);
    --HoverGradientColor1: rgb(147, 213, 10);
    --HoverGradientColor2: rgb(20, 71, 52);
}


.to-animate{
    opacity: 0;
}


div.animation-container {
    display: flex;
    height: 100%;
}

div.animation-container-top {
    display: flex;
    height: 100%;
}


div.animation-container > .animation-item {   
    animation-name: fade-in-left;
    animation-duration: 1400ms;
    animation-delay: 300ms;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-iteration-count: 1;
    animation-direction:normal;
    animation-fill-mode: forwards;
}

div.animation-container-top > .animation-item {   
    animation-name: fade-in-top;
    animation-duration: 1400ms;
    animation-delay: 300ms;
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    animation-iteration-count: 1;
    animation-direction:normal;
    animation-fill-mode: forwards;
}
@keyframes fade-in-top {
        
    from {
        opacity: 0;
        transform: translate3d(0, 75px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fade-in-left {
        
    from {
        opacity: 0;
        transform: translate3d(75px,0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}


.goto-top-btn{
    /*
    display: none;
    */
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 140;
    transform: translateY(150px);
    transition: all 500ms;
} 
.arrow-nav{
    position: relative;
    cursor: pointer;
    transform: translateZ(0);
    background-color: #3d3d3d;
    width: 36px;
    height: 36px;
    overflow: hidden;
}
.round{
    border-radius: 50%;
} 
.outline{
    width: 35px;
    height: 35px;
    background-color: white;
}
.arrow-nav.outline {
    box-shadow: 0 0 0 1px #3d3d3d inset;
   /* background-color: transparent; */
}

.arrow-nav .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}


.overlay{
    width: 105%;
    transition-duration: 450ms;
    position: absolute;
    width: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.overlay::after{
    background-color: #3d3d3d;
    position: relative;
    content: '';
    border-radius: 50%;
    display: block;
    padding-top: 100%;
    
}

/** SVG symbols */
.arrow, .symbol {
    background-image: url(../images/svg/symbols.svg);
    background-repeat: no-repeat;
    display: block;
}

.arrow.h-small-up, .symbol.h-small-up {
    background-position: -80px -433px;
    width: 10px;
    height: 12px;
}



.active{
    font-weight: bold;
}

.page-title {
    font-size: 43px;
    line-height: 54px;
    color: var(--e-global-color-primary);
    text-align: center;
}
.image-circle-border{
    border: 3px solid #FFF;
    box-shadow: 0px 8px 25px rgba(255, 255, 255, 0.16);
    border-radius: 50% 50% 50% 50%;
    overflow: hidden;
    box-sizing:border-box;
    width: 96px;
    height: 96px;
    margin:auto;
}
.heading-divider{
    transition: all 250ms ease-out;
    height: 1px;
    background-color: #BBB;
    width: 50px;
    margin:auto;
}

.heading-large-font{
    font-family: "Rufina", sans-serif;
    font-size: 150px;
    font-weight: bold;
    line-height: 186px;
    color: var(--e-global-color-primary);
    margin: 0px 0px 0px 0px;
}
.heading-description{
    color: var(--e-global-color-59d5c7fa);
    font-family: "Nunito", Sans-serif;
    font-size: 27px;
    font-weight: 300;
    font-style: italic;
    line-height: 45px;
    margin: -50px 0px -40px 0px;
}



.media-frame{
    border-radius: 5px;
    box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    display: block;
    position: relative;
    max-width: 100%;
    height: 25vw;
    object-fit: cover;
    object-position: center;
    text-align: center;
}

.media-frame img{
    transition: transform .2s;
}
.media-frame img:hover{
    transform: scale(1.1);
}

.news-title-entry{
    position: relative;
    border-radius: 5px;
    top: -100px;
    width: 80%;
    min-height: 142px;
    margin: 0 auto;
    background-color: #FFF;
    color: #666;
    box-shadow: 20px 0px 40px 0px rgba(0, 0, 0, 0.06);
    padding: 1.875em 2.5em;
    transition: top 300ms cubic-bezier(0.79, 1, 0.22, 1);
    /*
    transition: all 0.5s ease-in-out
    */
}

.news-title-entry:hover {
     /*content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
   opacity: 0;
   transition: opacity 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
   background-color: transparent;*/
    top: -80px;
    transition: top 300ms cubic-bezier(0.79, 1, 0.22, 1);
    color:#eee;
    box-shadow: 3px 14px 45px 0 rgba(0, 217, 166, 0.4);
    
    background-image: linear-gradient(42deg, var(--e-global-color-primary) 0%, var(--e-global-color-secondary) 100%);
}
.news-title-entry h5{
    color: #333;
    font-weight:600;
}
.news-title-entry:hover h5{
    color: #ddd;
}
.news_full{
    max-width: 1050px;
    margin: auto;
}
.news_full_media-frame{
    text-align: center;
}
.news_full_media-frame img{
    margin: auto;
}
.entry-info {
    text-align: center;
    text-transform: uppercase;
    color: #AAAAAA;
}

.page_content{
    max-width: 980px;
    padding: 15px;
    margin: auto;
}

/* End custom CSS */