/*!
Theme Name: Hipnoza Custom
Theme URI: http://underscores.me/
Author: Lesander (Alexandru Gavrila)
Author URI: http://lesander.com
Description: Custom theme made for Hipnoza.ro . If you want to work togheter, contact me at https://lesander.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hipnoza_custom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Hipnoza Custom is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #666;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-size: 0.9rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
    margin: 0;
    padding-inline-start: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	text-decoration: none;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




html {
    scroll-behavior: smooth;
}
.container {
    max-width: 1170px;
    margin: 0 auto;
}
.header_helper.spcl .small_header {
    background: rgba(0, 0, 0, 0.8);
    height: 28px;
}
.header_helper.spcl .small_header a {
    margin-top: 5px;
    margin-bottom: 5px;
}
.header_helper .site-header {
    padding: 6px 0 0 0;
    background: rgba(0, 0, 0, 0.79)
}
.header_helper {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
}
.small_header {
    width: 100%;
    float: left;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
    transition: 0.2s all ease-in-out;
}
.small_header a {
    color: white;
    text-decoration: none;
    font-size: 82%;
    margin: 6px 0;
    display: inline-block;
    margin-right: 30px;
    font-weight: lighter;
}
.small_header li {
    display: inline-block;
    list-style-type: none;
}
.small_header div a:last-child {
    margin-right: 0;
}
.small_header li:first-child {
    margin-right: 30px;
}
.site-header {
    width: 100%;
    float: left;
    background: #ffffff;
    box-shadow: 0 0 5px #0000002e;
    padding: 6px 0 0px 0;
    transition: 0.2s all ease-in-out;
}
.site-branding {
    display: inline-block;
}
.header_helper.small .small_header {
    height: 0;
    overflow: hidden;
}
.header_helper.small .site-header {
    padding: 6px 0 0;
}
.main-navigation {
    float: right;
    width: auto;
}
.site-branding img {
    max-height: 45px;
    width: auto;
    transition: 0.2s all ease-in-out;
}
img.logo-pearson {
    margin-left: 20px;
}
.main-navigation a {
    text-decoration: none;
    color: black;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: 0.2s all ease-in-out;
    /* font-weight: bold; */
    letter-spacing: 1px;
}
.main-navigation li {
    margin: 4px 1px;
}
.main-navigation li:last-child {
    margin-right: 0;
}
.main-navigation li:last-child a {
    margin-right: -11px;
}
* {
    outline: none !important;
}
.entry-content {
    margin-top: 0;
}
.slider_on_home {
    width: 100%;
    float: left;
}
.widget_smartslider3 {
    max-width: 80%;
    margin: 0 auto;
}
.site-branding a {
    display: inline-block;
    max-height: 45px;
}
.w100fl {
	width: 100%;
	float: left;
}
.ow-button-base a {
    border: 0 !important;
    background: #308ed5 !important;
    padding: 10px 20px !important;
    box-shadow: 0 0 2px grey !important;
    transition: 0.2s all ease-in-out !important;
    border-radius: 100px !important;
}
.ow-button-base a:hover {
    background: #0f1d27 !important;
    box-shadow: 3px 3px 12px 0px gray !important;
}
p.sub-heading {
    font-style: italic;
}
.homeTwoCircle {
	width: 100%;
	float: left;
	text-align: center;
	position: relative;
	/*margin-top: 50px;*/
}
img.biggerCirc {
	position: absolute;
	left: 5%;
	z-index: 1;
}
.homeTwoCircle img {
    border-radius: 100%;
    box-shadow: 0 0 13px rgba(128, 128, 128, 0.25);
}
img.smallerCirc {
    position: absolute;
    left: 60%;
    top: 70px;
}
.panel-layout > .panel-grid {
    width: 100%;
    float: left;
}


.slider_testimoniale {
    width: 100%;
    float: left;
}
.testimonialSingle {
    width: 47%;
    float: left;
    margin: 10px;
    color: white;
    vertical-align: middle;
}
.imageTestimonial {
    width: 30%;
    /* float: left; */
    padding-bottom: 30%;
    border-radius: 100px;
    background-position: center center;
    background-size: cover;
    margin-right: 2%;
    vertical-align: middle;
    display: inline-block;
}
.textTestimonial {
    width: 67%;
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}
.slider_testimoniale i.slick-arrow {
    position: absolute;
    top: 45%;
    color: white;
    font-size: 25px;
    cursor: pointer;
    opacity: 0.3;
    transition: 0.2s all ease-in-out;
}
.slider_testimoniale i.fa-chevron-left.slick-arrow {
    left: -30px;
}
.slider_testimoniale i.slick-arrow:hover {
    opacity: 1;
}
.slider_testimoniale i.fa-chevron-right.slick-arrow {
    right: -30px;
}
.secTitle {
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
}
.secTitle hr {
    width: 130px;
    display: inline-block;
    height: 2px;
    margin-bottom: 0;
    background-color: #2e8ece;
}
.slideTestimonialeWrapper .secTitle {
    color: white;
}
.slideTestimonialeWrapper .secTitle hr {
    background-color: white;
}
span.subTitle {
    font-size: initial;
    font-weight: initial;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.secTitle p {
    margin: 0;
}
.oneIcon {
    text-align: center;
}
.oneIcon i {
    font-size: 25px;
    width: 80px;
    text-align: center;
    border: 1px solid #adadad;
    border-radius: 100%;
    padding: 25px 0;
    color: #308ed5;
    margin-bottom: 20px;
}
.backimgcenter {
	text-align: center;
}
.backimgcenter {
    position: relative;
}
.backimgcenter:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.61);
    display: block;
    content: '';
}
.backimgcenter .secTitle {
    position: relative;
    color: white;
}
.backimgcenter .secTitle hr {
    margin-bottom: 0;
}
.thubnail-each-post-blog {
    width: 20%;
    background-size: cover;
    padding-bottom: 20%;
    background-position: center center;
    border-radius: 10px;
    box-shadow: 0 0 13px rgba(128, 128, 128, 0.25);
    display: inline-block;
    vertical-align: middle;
}
.leftArticles {
    width: 62%;
    float: left;
    margin-right: 3%;
}
.content-blog {
    display: inline-block;
    width: 77%;
    vertical-align: middle;
    margin-left: 2%;
}
.post-container-blog {
    position: relative;
    vertical-align: middle;
    margin-bottom: 40px;
}
h3.title a {
    color: black;
    text-decoration: none;
}
.content-blog h3.title {
    margin: 0;
}
.content-blog p.calendar-date {
    margin: 0;
    font-size: 90%;
    color: gray;
}
.content-blog hr.single-hr {
    margin: 5px 0 0 0;
    max-width: 60px;
    background: #308ed5;
    height: 2px;
}
.content-blog .text-content p {
    margin: 5px 0;
    font-size: 90%;
}
.content-blog a.more-link {
    background: gray;
    color: white;
    text-decoration: none;
    padding: 3px 15px;
    display: inline-block;
    border-radius: 50px;
    font-size: 90%;
}
a.thim-button {
    display: inline-block;
    line-height: 28px;
    padding: 5px 30px;
    border: 1px solid #eee;
    border-radius: 30px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    border-color: #2893c9;
    color: #2893c9;
}
a.thim-button:hover {
    color: white;
    background: #2893c9;
}
.header_helper .site-header img.custom-logo {
    filter: brightness(0) invert(1);
}
.header_helper .site-header .main-navigation a {
    color: white;
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transition: 0.2s all ease-in-out;
    border-radius: 0;
}
.header_helper .site-header .main-navigation li.current_page_item a, .header_helper .site-header .main-navigation a:hover {
    border-color: #308ed5;
}
a.thubnail-each-post-videoBlog {
    width: 100%;
    float: left;
    position: relative;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
    box-shadow: 0 0 13px rgba(128, 128, 128, 0.25);
    margin-bottom: 40px;
    overflow: hidden;
    height: 210px;
}
.rghtArticles {
    width: 35%;
    float: left;
}
a.thubnail-each-post-videoBlog:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    background: rgba(0, 0, 0, 0.62);
}
a.thubnail-each-post-videoBlog i.fas.fa-play {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    color: white;
    font-size: 20px;
}
a.thubnail-each-post-videoBlog .post-meta-blog {
    color: white;
    position: absolute;
    bottom: 10px;
    padding: 10px;
}
a.thubnail-each-post-videoBlog p.calendar-date {
    margin: 0;
}
a.thubnail-each-post-videoBlog h3.title {
    margin: 0;
}
.section_numbers {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}
.section_articles {
    width: 100%;
    margin: 50px 0;
    float: left;
}
.section_numbers:before {
	content: '';
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.oneNumber {
    float: left;
    width: 25%;
    position: relative;
    color: white;
    text-align: center;
    margin: 50px 0;
    line-height: 1;
}
.oneNumber big {
    font-size: 40px;
}
.oneNumber hr {
    margin: 10px auto auto;
    max-width: 50px;
    background: #308ed5;
    height: 3px;
}

.section_before_footer {
    width: 100%;
    float: left;
    margin: 20px 0 20px 0;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}

.section_before_footer:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.section_before_footer .container {
    position: relative;
    color: white;
    text-align: center;
}
.section_before_footer strong {
    font-size: 23px;
}
.section_before_footer p {
    margin: 0;
}
.section_before_footer a.thim-button {
    border-color: white;
    color: white;
}



footer {
    background-size: cover;
    background-position: center center;
    padding: 30px 0 30px 0;
    position: relative;
    overflow: hidden;
    background: #111;
}
.oneCol {
    width: 25%;
    float: left;
}
.oneCol:nth-child(3) {
    width: 32%;
    padding-right: 100px;
}
.oneCol:nth-child(2) {
    width: 18%;
}
.logoFooter {
    width: 100%;
    float: left;
}
.logoFooter img {
    width: 100%;
    max-width: 200px;
}
.socialLinks {
    width: 100%;
    float: left;
}
.socialLinks a {
    text-decoration: none;
    color: white;
    margin-top: 5px;
    display: inline-block;
    margin-right: 20px;
}
.detaliiContact {
    width: 100%;
    float: left;
    margin-top: 20px;
    color: white;
}
.detaliiContact a {
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.miniMenuFooter {
    width: 100%;
    float: left;
    margin-top: 10px;
    color: white;
    padding-left: 10%;
}
.miniMenuFooter ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 15px;
}
.miniMenuFooter ul a {
    text-decoration: none;
    color: white;
}
.miniMenuFooter strong {
    text-transform: uppercase;
    letter-spacing: 1px;
}
footer .container {
	position: relative;
}
.small_footer {
    width: 100%;
    background: #232323;
    float: left;
    color: white;
    padding: 10px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.42);
    position: relative;
}
.small_footer a {
    color: gray;
    text-decoration: none;
}
.logoFooter img {
    filter: brightness(0) invert(1);
}
ul.footerArticles a {
    margin-bottom: 10px;
    display: inline-block;
    padding-left: 10px;
}
ul.footerArticles a i {
    margin-left: -10px;
}







.pageName {
    width: 100%;
    float: left;
    background: #0c2f4e;
    padding: 120px 0 20px 0;
    line-height: 1;
    box-shadow: 0 0 5px #0000002e;
    position: relative;
    color: white;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.pageName .breadCrumbs {
    width: 100%;
    float: left;
    text-shadow: 0 0 5px rgba(12, 47, 78, 0.8);
}
.pageName .breadCrumbs a {
    text-decoration: none;
    color: inherit;
}
.pageName h1.page-title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	text-shadow: 0 0 5px rgba(12, 47, 78, 0.8);
}
.pageName:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.pageName .container {
    position: relative;
}
.site-main .elementor-widget-wp-widget-text .elementor-widget-container>h5, .site-main .elementor-widget-wp-widget-text .widget-title, .site-main .elementor-widget-wp-widget-text .widgettitle, .site-main .widget_text .elementor-widget-container>h5, .site-main .widget_text .widget-title, .site-main .widget_text .widgettitle {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-weight: 700;
    line-height: 36px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.site-main .elementor-widget-wp-widget-text .elementor-widget-container>h5:before, .site-main .elementor-widget-wp-widget-text .widget-title:before, .site-main .elementor-widget-wp-widget-text .widgettitle:before, .site-main .widget_text .elementor-widget-container>h5:before, .site-main .widget_text .widget-title:before, .site-main .widget_text .widgettitle:before {
    content: '';
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    height: 1px;
    background-color: #333;
    width: 30px;
}
.site-main .widget_text .widget-title:before, .site-main .widget_text .widgettitle:before {
    background: #2893c9;
}
.home-content .panel-grid-cell .widget_text .widget-title:before, .site-main .panel-grid-cell .widget_text .widget-title:before {
    height: 2px;
}
.centerAlgn {
	text-align: center;
}
ul {
  list-style: none; /* Remove default bullets */
}
ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #2893c9; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
   /* Also needed for space (tweak if needed) */
  font-size: 10px;
  margin-left: -15px; /* Also needed for space (tweak if needed) */
  margin-right: 5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f111";
  vertical-align: middle;
}
.main-navigation li:before, footer li:before {
    display: none;
}
#progressbar {
  background-color: #eaeaea;
  border-radius: 3px;
}
#progressbar>div {
  background-color: #2893c9;
  height: 10px;
  position: relative;
}
#progressbar>div span {
    position: absolute;
    right: 0;
    top: -20px;
}
.pb10 { width: 10%; }
.pb20 { width: 20%; }
.pb30 { width: 30%; }
.pb40 { width: 40%; }
.pb50 { width: 50%; }
.pb60 { width: 60%; }
.pb70 { width: 70%; }
.pb80 { width: 80%; }
.pb90 { width: 90%; }
.pb100 { width: 100%; }
.heightCustom {
    height: 0;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
}




.topbar {
    float: left;
    width: 100%;
    text-align: center;
    background-color: #333333;
    padding: 10px;
    color: white;
    font-size: 16px;
}

.topbar img {
    width: 35px;
    max-width: 100%;
    vertical-align: middle;
    margin-right: 20px;
}
.mainHead {
    float: left;
    width: 100%;
    background: #308ed5;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 0 0 200px 200px;
    overflow: hidden;
}

.container {
    padding: 0 15px;
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
}
.mainHead .container {
    position: relative;
    z-index: 2;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.halfBox {
    width: 100%;
    padding: 50px 0 80px 0;
    margin: 0 auto;
    text-align: center;
    max-width: 700px;
}
.halfBox a.logoHead {
    display: block;
}
.halfBox a.logoHead img {
    max-width: 190px;
}

.halfBox .textHalf {
    color: white;
}

.halfBox .textHalf h1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
}

.halfBox .textHalf h2 {
    font-weight: 800;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
}

.halfBox .textHalf hr {
    border-style: solid;
    background: #333333;
    border-color: #333333;
    max-width: 140px;
    margin-left: 0;
    height: 3px;
    margin: 0 auto;
}
.secondhalfbox {
    width: 50%;
    float: left;
    padding-left: 20px;
    text-align: center;
}
.contentBig {
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 9;
    position: relative;
    margin-top: -70px;
}
.videoSection iframe {
    float: left;
    width: 100%;
    height: 500px;
}
.videoInside {
    display: inline-block;
    width: 800px;
    margin: 0 auto;
    max-width: 85%;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -40px;
}

.videoSection {
    z-index: 9;
    position: relative;
    padding-bottom: 0px;
    text-align: center;
}
.outerMain {
    float: left;
    width: 100%;
    background: #f6f6f6;
}

.BoxesIcons {
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 50px 0 70px 0;
    margin-bottom: 90px;
    position: relative;
}

.BoxesIcons:after {
    content: "";
    height: 80px;
    width: 100%;
    bottom: -100px;
    background: #ffffff;
    position: absolute;
    transform: rotate(-3deg);
}
.BoxesIcons .titleIn {
    text-align: center;
    display: block;
    margin-bottom: 40px;
    font-weight: 600;
    color: #404040;
    font-size: 25px;
}

.boxIcon {
    width: 33.33%;
    float: left;
    padding: 10px;
    text-align: center;
}

.boxIcon img {
    display: block;
    margin: 0 auto;
    width: auto;
    padding: 15px;
    max-height: 100%;
    filter: brightness(0) invert(1);
}
.imageicon {
    height: 100px;
    background: #308ed5;
    display: inline-block;
    width: auto;
    border-radius: 20px;
    overflow: hidden;
}
.boxIcon span {
    display: block;
    margin-top: 20px;
}
.ListingItems {
    float: left;
    width: 100%;
    margin: 50px 0;
}

.itemlist h2 {
    font-size: 20px;
    color: #308ed5;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}

.itemlist h3 {
    font-weight: 800;
    font-size: 16px;
    max-width: 100%;
    width: 580px;
    text-align: center;
    margin: 0 auto 30px auto;
}

.itemlist ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.itemlist ul li {
    max-width: 100%;
    width: 720px;
    margin: 0 auto 20px auto;
    font-size: 16px;
    color: #404040;
}

.itemlist ul li img {
    max-width: 13px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}
.theProblem {
    float: left;
    width: 100%;
    margin: 100px 0 100px 0;
    padding: 50px 0;
    background: #f6f6f6;
    position: relative;
}

.problemHalf {
    width: 50%;
    float: left;
    padding-right: 50px;
}

.problemHalf2 {
    width: 50%;
    float: left;
}

.problemHalf img {
    border-radius: 50px;
}

.theProblem:before {
    content: "";
    height: 100px;
    width: 100%;
    top: -60px;
    left: 0;
    right: 0;
    background: #f6f6f6;
    position: absolute;
    transform: rotate(3deg);
}

.theProblem:after {
    content: "";
    height: 100px;
    width: 100%;
    bottom: -60px;
    left: 0;
    right: 0;
    background: #f6f6f6;
    position: absolute;
    transform: rotate(-3deg);
}

.problemHalf2 span.theName {
    display: block;
    font-weight: 700;
    color: #308ed5;
}

.problemHalf2 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
}

.problemHalf2 p {
    font-size: 16px;
}
.bannerExplained {
    float: left;
    width: 100%;
    padding: 0px 0;
    margin: 0px 0 0px 0;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.bannerLeft {
    width: 50%;
    float: left;
    text-align: center;
}

.bannerRight {
    width: 50%;
    float: left;
    color: white;
}

.bannerRight h3 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 800;
    margin-top: 0;
    margin-bottom: 20px;
}

.bannerRight h3 span {
    color: #308ed5;
}

.bannerRight p {
    font-size: 16px;
}

.bannerExplained:before {
    content: "";
    height: 100px;
    width: calc(100% + 100px);
    top: -40px;
    left: 0;
    right: 0;
    background: #ffffff;
    position: absolute;
    transform: rotate(2deg);
}

.bannerExplained:after {
    content: "";
    height: 100px;
    width: calc(100% + 100px);
    bottom: -40px;
    left: 0;
    right: 0;
    background: #ffffff;  
    position: absolute;
    transform: rotate(2deg);
}
.contentBoxes {
    float: left;
    width: 100%;
    padding-top: 50px;
    background: white;
    background-position: center center;
    background-size: cover;
}

.Section1TextImage {
    width: 50%;
    float: left;
    padding-right: 50px;
    overflow: hidden;
}

.Section1TextImage img {
    box-shadow: 0px 0px 4px #43434363;
    border-radius: 10px;
}

.Section1TextArea h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 700;
    color: #000000;
}

.Section1TextArea {
    width: 50%;
    float: left;
    font-size: 16px;
}
.contentTextIn {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.Section1TextArea img {
    max-width: 13px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}
.Section1TextArea .theName {
    display: block;
    font-weight: 700;
    color: #308ed5;
}
.section2Text .Section1TextArea {
    padding-right: 50px;
    padding-left: 0;
}

.section2Text .Section1TextImage {
    padding-right: 0;
    padding-left: 10px;
}
.bannerExplainedIn {
    display: block;
}

.bannerLeft:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.bannerLeft img {
    vertical-align: middle;
}
.despreNoi {
    float: left;
    width: 100%;
    background: white;
    padding: 50px 0;
}

.personTeam {
    display: inline-block;
    /*text-align: center;
    margin: 0 20px;*/
}

.imgPerson {
    display: inline-block;
}

.imgPerson img {
    width: 200px;
    max-width: 100%;
    border-radius: 50%;
    border: 5px solid #308ed5;
}

.personDetails span.personName {
    font-size: 20px;
    font-weight: 700;
    display: block;
}

.personDetails span.personTitle {
    color: #308ed5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.despreNoiInside hr {
    max-width: 50%;
    border-style: solid;
    background: #308ed5;
    border-color: #308ed5;
    height: 3px;
    display: block;
}
.personList {
    float: left;
    width: 100%;
    /*text-align: center;*/
    margin-bottom: 20px;
    margin-top: 50px;
}
.half_prs p {
    margin: 0 0 13px;
}
.despreNoiInside h2 {
    margin: 30px 0;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    color: #333333;
}
.half_prs {
    text-align: left;
    float: left;
    width: 100%;
}
.half_prs h2 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 20px;
}
.two_persons {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 60px;
}
.despreContext {
    font-size: 16px;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
}
span.special {
    color: #308ed5;
    font-weight: 700;
}
.smallDescTrain {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    background: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 5px;
}
.questionBox {
    border-radius: 10px;
    width: 31.33%;
    float: left;
    padding: 15px;
    margin: 1%;
    background: #333333;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 12px -5px #c3c3c3;
    text-align: center;
    color: white;
    font-size: 16px;
}
.questionAsk {
    margin-bottom: 10px;
}

.questionOutside {
    display: flex;
    flex-wrap: wrap;
    width: 102%;
    margin-left: -1%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.questionBox img {
    width: 20px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.despreContext b {
    color: #333333;
}
.bannerTextCentered {
    text-align: center;
    color: white;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto;
}

.bannerTextCentered span {
    color: #308ed5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.bannerTextCentered h2 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
}
.beneficiiSection {
    float: left;
    width: 100%;
    margin: 50px auto;
}

.beneficiiImage {
    width: 50%;
    float: left;
    padding-right: 50px;
    padding-bottom: 40px;
}

.beneficiiImage2 {
    width: 50%;
    float: right;
    padding-left: 50px;
    padding-bottom: 40px;
}

.beneficiiText .titleStart {
    color: #308ed5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.beneficiiText h2 {
    margin-top: 0;
    margin-bottom: 10px;
}

.beneficiiText {
    font-size: 16px;
}

.beneficiiText li {
    list-style-type: none;
    margin-bottom: 5px;
}

.beneficiiText img {
    width: 13px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}
.bannerPierdereCenter {
    color: white;
    text-align: center;
}

.bannerPierdereCenter span.bannerSubtitle {
    color: #308ed5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.bannerPierdereCenter h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
}

.pierdereHalfOut {
    text-align: justify;
    font-size: 16px;
}

.pierdereHalfFirst {
    width: 50%;
    float: left;
    padding-right: 25px;
}

.pierdereHalfSecond {
    width: 50%;
    float: left;
    padding-left: 25px;
}

.pierdereHalfFirst li, .pierdereHalfSecond li {
    margin-bottom: 20px;
    list-style-type: none;
}

.pierdereHalfFirst li img, .pierdereHalfSecond li img {
    width: 13px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 20px;
}
.pierdereFull {
    float: none;
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

span.specialPierdere {
    display: block;
    color: #308ed5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 19px;
    text-align: center;
    margin: 40px 0;
}

.pierdereFull li {
    list-style-type: none;
    text-align: justify;
    margin-bottom: 15px;
}

.pierdereFull li img {
    width: 13px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 20px;
}
.beneficiiImage.chanceImage img {
    box-shadow: 0px 0px 4px 1px #434343;
    border-radius: 30px;
}
.beneficiiImage.chanceImage {
    margin-bottom: 20px;
}
.beneficiiChance {
    font-size: 16px;
}
span.specialBlock {
    display: inline-block;
    padding: 5px 20px;
    background: #308ed5;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-radius: 5px;
}
.testimonialSection {
    float: left;
    width: 100%;
    position: relative;
    background: white;
    padding: 50px 0 0 0;
    margin: 30px 0 0 0;
    overflow: hidden;
}

.testimonialLeft {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-left: -1px;
    text-align: center;
}
.testimonialSection:before {
    content: "";
    height: 100px;
    width: calc(100% + 100px);
    top: -40px;
    left: 0;
    right: 0;
    background: #ffffff;
    position: absolute;
    transform: rotate(2deg);
}

.testimonialSection:after {
    content: "";
    height: 100px;
    width: calc(100% + 100px);
    bottom: -70px;
    left: 0;
    right: 0;
    background: #ffffff;
    position: absolute;
    transform: rotate(2deg);
}

.testimonialVideo {
    float: left;
    width: calc(47% - 5px);
    margin-left: 3%;
    box-shadow: 0px 0px 4px 1px #434343;
    border-radius: 30px;
    overflow: hidden;
    background: #333333;
}

span.titleTestimonial {
    color: #308ed5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: block;
}

span.nameTestimonial {
    font-weight: 600;
    font-size: 19px;
    display: block;
    margin-bottom: 15px;
}
span.imageTestomonial {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
span.imageTestomonial img {
    width: 100px;
    max-width: 100%;
    border-radius: 50%;
    border: 3px solid #308ed5;
    display: inline-block;
}
span.contentTestimonial {
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 0 10px;
    width: 768px;
    max-width: 100%;
    margin: 0 auto;
}
.testimonialVideo iframe {
    float: left;
    width: 100%;
}
ul.slick-dots button {
    display: none;
}
ul.slick-dots {
    padding: 0;
    list-style-type: none;
    text-align: center;
    margin-bottom: 0;
    margin-top: 40px;
}
ul.slick-dots li {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #308ed5;
    margin: 10px;
    border-radius: 50%;
    color: #333333;
    cursor: pointer;
}
ul.slick-dots li.slick-active {
    background: #333333;
}
h2.testimonialSectionTitle {
    text-align: center;
    margin-bottom: 40px;
    color: #308ed5;
    font-weight: 600;
    font-size: 25px;
    margin-top: -30px;
    position: relative;
}
.countdownSection {
    float: left;
    width: 100%;
    margin-bottom: 0px;
}
div#clockdiv, div#clockdiv1, div#clockdiv2, div#clockdiv3, div#clockdiv4, .clocdiv {
    text-align: center;
    font-size: 0;
}
div#clockdiv > div, div#clockdiv1 > div, div#clockdiv2 > div, div#clockdiv3 > div, div#clockdiv4 > div, div#clockdiv5 > div, div#clockdiv6 > div, .clocdiv > div {
    display: inline-block;
    padding: 5px 15px;
    margin: 4px 0px;
    background: #dd0628;
    color: white;
    font-size: 30px;
    line-height: 1;
}

div#clockdiv > div .smalltext, div#clockdiv1 > div .smalltext, div#clockdiv2 > div .smalltext, div#clockdiv3 > div .smalltext, div#clockdiv4 > div .smalltext, div#clockdiv5 > div .smalltext, div#clockdiv6 > div .smalltext, .clocdiv > div .smalltext {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.buySection {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.buyButton {
    text-align: center;
}
.buyButton a {
    display: inline-block;
    background: #dd0628;
    padding: 10px 40px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    /*border: 5px solid #dd0628;*/
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    transition: 0.2s all ease-in-out;
    box-shadow: 0px 0px 10px 3px #d08591;
}
.shareButtons {
    margin: 50px 0;
    text-align: center;
}

.a2a_kit {
    display: inline-block;
}

.shareButtons > span {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
}
a.a2a_dd {
    display: none;
}
.finalSection {
    float: left;
    width: 100%;
    background: #333333;
    padding: 10px 0;
    color: white;
    font-size: 16px;
    text-align: center;
}
.personList.personBigList {
    text-align: center;
    margin-bottom: 0;
}

.personList.personBigList .personTeam {
    width: 33.33%;
    float: none;
    display: inline-block;
    outline: 0;
    margin: 0;
    margin-left: -3px;
    vertical-align: top;
    margin-bottom: 30px;
}

.personList.personBigList .imgPerson img {
    width: 130px;
}

.personList.personBigList .personDetails span.personName {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #308ed5;
    margin-top: 5px;
}

.personList.personBigList .personDetails span.personTitle {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
    display: block;
}

.personList.personBigList .personDetails {
    max-width: 290px;
    margin: 0 auto;
}
span.numberedBenef {
    color: white;
    background: #308ed5;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    margin-right: 15px;
    border-radius: 50%;
    font-size: 16px;
}
h2.BonusTitle {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    position: relative;
}
.bonusuriOut {
    float: left;
    width: 100%;
    background: white;
    margin-top: 30px;
    padding-top: 30px;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
}

.bonusuriOut:before {
    content: "";
    height: 100px;
    width: calc(100% + 100px);
    top: -40px;
    left: 0;
    right: 0;
    background: #ffffff;
    position: absolute;
    transform: rotate(2deg);
}

.bonusuriInside {
    max-width: 800px;
    margin: 0 auto 50px auto;
}

.bonusuriInside li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 15px;
}

.bonusuriInside li img {
    width: 13px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}
span.specialPierdere.pierdereExcl {
    position: relative;
    text-align: left;
    padding-left: 80px;
    max-width: 100%;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

span.specialPierdere.pierdereExcl img {
    position: absolute;
    width: 60px;
    left: 0;
    top: -2px;
}
.beneficiiText.beneficiiChance h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #333333;
}
.buyButton.red a {
    background: #dd0628;
    border-color: #dd0628;
}
.buyButton a:hover, .buyButton.red a:hover {
    background: #561e21 !important;
    border-color: #561e21;
    box-shadow: 3px 3px 15px grey;
    padding: 10px 60px;
}
.beneficiiInside > div:first-child .beneficiiText {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.bonusuriOut .beneficiiImage2 {
    width: 50%;
    float: right;
    padding-left: 50px;
    padding-bottom: 40px;
    max-width: 500px;
}
h2 {
    font-weight: 900;
}
.small_footer a {
    text-decoration: none;
    color: gray;
}
.testimonialSlide img {
    max-height: 300px;
    margin: 0 auto;
}
.single-landing-pages .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  transition: 0.4s;
  border-radius: 70px;
  margin-bottom: 10px;
}
.single-landing-pages .active, .single-landing-pages .accordion:hover {
  background-color: #ccc;
}
.single-landing-pages .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.single-landing-pages .active:after {
  content: "\2212";
}
.single-landing-pages .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.cursuri {
    float: left;
    width: 100%;
    background: white;
    padding: 50px 0;
}
.panel p {
    margin: 0 0 10px 0;
}
.half_course {
    width: 50%;
    float: left;
}
.cursuri .container {
    display: flex;
    flex-wrap: wrap;
}
.cursuri .container h2 {
    width: 100%;
    text-align: center;
}
.half_course:nth-child(even) {
    padding-right: 10px;
}
.single-landing-pages .panel img {
    max-width: 230px;
    margin: 0 auto;
    text-align: center;
    display: inherit;
    margin-bottom: 10px;
}
.cifre {
    padding: 130px 0;
    float: left;
    width: 100%;
    text-align: center;
}
.cifre h2 {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}
.cifra big {
    border: 1px solid #308ed5;
    padding: 20px 0;
    display: inline-block;
    min-width: 66px;
    color: #308ed5;
    font-weight: bold;
    border-radius: 50px;
}
.cifra {
    display: inline-block;
    max-width: 130px;
    margin: 0 10px;
    vertical-align: top;
}
.cifra span {
    display: block;
    margin-top: 5px;
}
.backwhite {
    background: white;
    margin: 0;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  z-index: 9999999;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

/* Modal Content */
.modal-content {
  position: fixed;
  top: 5vh;
  background-color: #fefefe;
  width: 98%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.modal-body form {
    margin: 10px 0 !important;
    width: 100% !important;
    padding: 10px !important;
}
/* The Close Button */
.closeModal {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  /* background: #333333; */
  display: inline-block;
  padding: 0px;
  z-index: 9999;
  position: absolute;
  right: 10px;
  top: 0;
}

.closeModal:hover,
.closeModal:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #333333;
  color: white;
  min-height: 35px;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #333333;
  color: white;
}
.half_course .panel img {
    float: left;
    display: inline-block;
    width: 50%;
    padding-right: 20px;
}

.half_course .panel > p {
    width: 50%;
    float: left;
}
/*.bannerLeft img {
    padding: 10px;
    width: 300px;
    max-width: 100%;
    margin-top: 70px;
}*/
.bannerLeft img {
    padding: 10px;
    width: 500px;
    max-width: 100%;
    margin-top: 0px;
}
strong.registerDateOr {
    color: #308ed5;
    margin-top: -10px;
    margin-bottom: -10px;
}
.card {
    display: inline-block;
    max-width: 180px;
    margin: 10px 5px;
    vertical-align: top;
    border: 1px solid #8085e7;
    padding: 10px;
    border-radius: 10px;
    font-size: 25px;
    position: relative;
    overflow: hidden;
    background: white;
}
.card strong {
    font-size: 30px;
    position: relative;
    z-index: 1;
    color: white;
    margin-bottom: 30px;
    margin-top: 10px;
    transform: rotate(-10deg);
}
.card:after {
    content: '';
    position: absolute;
    width: 360px;
    height: 95px;
    background: #172372;
    left: -10px;
    right: 0;
    border-radius: 20px;
    top: -50px;
    transform: rotate(-10deg);
}
.card.one:before {
    content: 'Presale';
    position: absolute;
    top: 5px;
    color: white;
    z-index: 1;
    left: 5px;
    font-size: 13px;
}
.card small {
    font-size: 15px;
    line-height: 1.3;
    display: inline-block;
}
.card.one:after {
    background: #8085e7;
}
.card.one {
    border-color: #8085e7;
}
.testimonialLeft {
    width: 100%;
    text-align: center;
    padding-right: 0;
}

/* Add Animation */
@-webkit-keyframes slideIn {
  from {top: -300px; opacity: 0} 
  to {top: 0; opacity: 1}
}

@keyframes slideIn {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

.modal-body ._form-title {
    display: none;
}
.section1Text {
    /*margin-bottom: 150px;*/
    display: block;
    width: 100%;
    float: left;
}
.testimonialSlide {
    text-align: center;
}
.locationCstm {
    width: 100%;
    float: left;
}
.oneLocBloc {
    width: 33.3%;
    float: left;
    margin: 10px 0 30px 0;
}
.oneLocBloc i {
    font-size: 40px;
    margin-bottom: 30px;
}
.small_footer .oneLocBloc {
    margin: 10px 0;
}
.finalSection a {
    text-decoration: none;
    color: gray;
}
.contact__form {
    margin: 0 auto;
    margin-top: 50px;
    background: rgba(13, 29, 49, 0.9);
    padding: 20px;
    color: white;
    border-radius: 10px;
    max-width: 900px;
    box-shadow: 0 0 10px #00000059;
}
.contact__form h3 {
    color: white;
    margin: 0 0 20px;
    text-align: center;
    margin: 0px 0px 20px;
    font-size: 25px;
    font-weight: 700;
}
.form-wrapper {
    border-radius: 5px;
    max-width: 600px;
}
.alert.alert-success.contact__msg {
    margin-bottom: 20px;
    background: #3965b1;
    padding: 10px;
}
.form-input, .form-group textarea {
    position: relative;
    padding: 5px 0px 5px 5px !important;
    width: 100%;
    outline: 0;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    border: 0 !important;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
}
.contact__form input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
}
.form-wrapper input.wpcf7-submit {
    padding: 15px 60px;
    border-radius: 100px;
    background: #3965b1;
    -moz-border-radius: 50px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A71D31',endColorstr='#62121C' , GradientType=1);
    border: 0;
    color: white;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    margin: 0 auto;
}
.contactForm {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.form-group textarea {
    min-height: 80px;
}
.form-input::placeholder, .form-group textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
}

.form-input:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.form-input::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}
.contact__form a {
    color: white;
}
.snglProgram {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.ttlPrg {
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
    overflow: hidden;
    border: 3px dashed #dfe0e0;
    font-weight: bold;
    font-size: 20px;
}
.ttlPrg i {
    font-size: 20px;
    color: #172372;
    vertical-align: middle;
    margin-bottom: 10px;
}
.cnctPrg {
    width: 100%;
    float: left;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.programNou {
    width: 100%;
    float: left;
    text-align: center;
    background: #f6f6f6;
    padding: 20px 0;
}
.ttlPrg span {
    font-weight: 500;
    color: gray;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.ttlPrg small {
    font-weight: 300;
    color: gray;
}
.img_lft {
    width: 28%;
    margin-right: 2%;
    float: left;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.img_lft {
    color: white;
    text-align: left;
    padding: 30px 15px;
}
.img_lft p {
    margin: 0 0 10px;
}
.txtPrg {
    width: 70%;
    float: left;
    text-align: left;
    padding: 30px 10px;
}
.txtPrg ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.ttlPrg > div {
    max-width: 590px;
    margin: 0 auto;
}
.preturiNou {
    width: 100%;
    float: left;
    margin: 30px auto;
}
.preturiNouInside {
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    position: relative;
}
.unPret {
    float: left;
    text-align: right;
    margin-left: 8%;
}
.preturiNouInside hr {
    height: 3px;
    background-color: #172372;
    position: absolute;
    width: 100%;
    top: 32px;
    border: 0;
}
.preturiNouInside span {
    background: #172372;
    font-size: 5px;
    min-height: 25px;
    width: 3px;
    display: inline-block;
    margin-bottom: 5px;
}
.preturiNouInside strong {
    margin-bottom: -23px;
    display: inline-block;
}
.unPret.spcl small {
    /*background: red;
    color: white;*/
    border-radius: 20px;
    padding: 2px 5px;
    display: inline-block;
}
.amAparut {
    width: 100%;
    float: left;
    text-align: center;
    background: #dfe0e0;
    margin-top: 30px;
}
.amAparutSlider {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.amAparutSlider div.slick-slide {
    width: 18%;
    float: left;
    min-height: auto;
    background-size: auto 35px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 1%;
    height: auto;
}
.amAparut h2 {
    margin: 10px 0 0 0;
}
.amAparut p {
    margin: 0;
}
.amAparutSlider1 div.slick-slide {
    width: 18%;
    float: left;
    min-height: 200px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 1%;
}
.timerInsc {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.timerInsc.rights a {
    margin-bottom: 6px;
    margin-left: 15px;
}
.yoWhite {
    color: white;
}
.yoWhite .preturiNouInside hr {
    background-color: white;
}
.yoWhite .preturiNouInside span {
    background: white;
}
.amAparut1 {
    text-align: center;
    margin-top: 50px;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.locationCstm {
    background: white;
    color: black;
    border-radius: 5px;
    box-shadow: 0 0 2px black;
    margin-bottom: 20px;
}
.faq {
    width: 100%;
    float: left;
    margin: 60px 0 20px 0;
}
.half_quest {
    width: 49%;
    float: left;
}
.half_quest:nth-child(odd) {
    margin-right: 2%;
}
.quest_tabs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.textMorePeople {
    display: inline-block;
    vertical-align: middle;
    color: #dd0628;
    font-weight: bold;
}
.pretSingle {
    text-align: center;
}
.pretSingle big {
    font-size: 40px;
    vertical-align: middle;
}
.zonaPretToBe {
    width: 100%;
    float: left;
    margin: 50px 0;
}
.contentTextIn ul li::before {
    display: none;
}
.contentTextIn ul {
    padding: 0;
}
ul.numberedBullets li {
    margin-bottom: 5px;
}
.topMenu {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background: white;
    box-shadow: 0px 1px 7px 2px #2d2d2d;
    padding: 5px 0;
}

.topMenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
}

.topMenu ul li {
    display: inline-block;
}

.topMenu ul li:before {
    display: none;
}

.topMenu ul li a {
    display: block;
    margin: 5px;
    padding: 5px 10px;
    color: #394096;
    font-weight: 600;
}
.slick-slide {
	height: auto !important;
}
.videoLeft {
    width: calc(65% - 5px);
    float: none;
    padding-right: 25px;
    max-width: 740px;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
}

.videoRight {
    width: calc(35% - 5px);
    display: inline-block;
    padding-left: 25px;
    max-width: 580px;
    vertical-align: top;
    padding-right: 25px;
}

.videoLeft .videoInside {
    max-width: 100%;
}

.videoRight .contact__form {
    width: 100%;
    margin-top: -40px;
    background: rgb(13, 29, 49);
}









@media (max-width: 1024px) {
	.topMenu {
		display: none;
	}
	.topbar {
	    margin-top: 0;
	}
}
@media (max-width: 800px){
    .halfBox {
        width: 100%;
        padding: 60px 10px;
    }
    .mainHead {
        border-radius: 0 0 100px 100px;
    }
    .Section1TextImage {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
        display: block;
        float: none;
    }
    .Section1TextArea {
        width: 100%;
        float: none;
        margin-top: 15px;
    }
    .section2Text .Section1TextImage {
        padding: 0;
        margin-top: 15px;
    }
    .bannerLeft {
        width: 100%;
        margin-bottom: 25px;
    }
    .bannerRight {
        width: 100%;
    }
    .personList.personBigList .personTeam {
        width: 50%;
    }
    .beneficiiInside > div:first-child .beneficiiText {
        width: 100%;
    }
    .beneficiiImage {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .beneficiiImage img {
        max-width: 320px;
    }
    .beneficiiImage2 {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .beneficiiImage2 img {
        max-width: 320px;
    }
    .bonusuriOut .beneficiiImage2 {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .pierdereHalfFirst {
        width: 100%;
        padding: 0;
    }
    .pierdereHalfSecond {
        width: 100%;
        padding: 0;
    }
    .beneficiiSection {
        margin: 0;
    }
    .testimonialLeft {
        width: 100%;
    }
    .testimonialVideo {
        margin-top: 10px;
        width: calc(90% - 5px);
    }
    div#clockdiv > div, div#clockdiv2 > div, div#clockdiv3 > div, div#clockdiv4 > div {
        margin: 2px;
        padding: 5px 5px;
        font-size: 35px;
    }
    * {
        background-size: cover;
        background-position: center center;
    }
    .personList {
        width: 100%;
        margin-bottom: 0;
    }
    .half_prs {
        width: 100%;
    }
    .oneLocBloc {
        width: 100%;
    }
    .contact__form {
        max-width: 100%;
        width: 100%;
    }
    .pierdereFull {
        width: 100%;
    }
    .unPret {
        width: 92%;
        text-align: left;
        position: relative;
        margin-bottom: 20px;
    }
    .preturiNouInside hr {
        height: 200px;
        width: 3px;
        top: -20px;
    }
    .preturiNouInside span {
        position: absolute;
        left: -30px;
        font-size: 0;
        width: 15px;
        height: 15px;
        border-radius: 60px;
        line-height: 1;
        display: inline-block;
        margin: 0;
        min-height: inherit;
        top: 10px;
    }
    .unPret br {
        display: none;
    }
    .preturiNouInside strong {
        display: block;
        margin: 0;
    }
    .preturiNouInside {
        max-width: 300px;
    }
    div#clockdiv > div, div#clockdiv2 > div, div#clockdiv3 > div, div#clockdiv4 > div {
        margin: 0;
        box-shadow: none;
        border: 0;
    }
    .testimonialSection iframe {
        width: 100% !important;
    }
}
@media (max-width: 768px) {
	.videoRight .contact__form {
	    margin-top: 50px;
	}
	.videoRight {
	    width: 100%;
	}
	.videoLeft {
	    width: 100%;
	    padding-right: 0px;
	}
	.woocommerce-page div.product div.summary {
	    display: flex;
	    flex-wrap: wrap;
	}

	.woocommerce-page div.product div.summary p.price {
	    order: 1;
	    width: 100%;
	    text-align: center;
	    margin-left: 0;
	    margin-bottom: 10px;
	}

	.woocommerce-page div.product div.summary .woocommerce-product-details__short-description {
	    order: 3;
	}

	.woocommerce-page div.product div.summary form.cart {
	    order: 2;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 10px;
	}

	.woocommerce-page div.product div.summary .product_meta {
	    order: 4;
	    margin-bottom: 20px;
	}

	.woocommerce-page div.product div.images {
	    width: 250px;
	    display: block;
	    margin: 0 auto;
	    position: relative;
	}

	.woocommerce-page div.product div.summary {
	    width: 100%;
	    margin: 0 !important;
	}

	.single-product .pageName {
	    margin-bottom: 20px;
	}
	section.up-sells.upsells.products ul.products li.product {
	    width: calc(25% - 20px);
	    float: left;
	    clear: none !important;
	    margin: 10px !important;
	}

	section.up-sells.upsells.products ul {
	    margin-left: -10px;
	}

	section.related.products ul.products li.product {
	    width: calc(25% - 20px);
	    float: left;
	    clear: none !important;
	    margin: 10px !important;
	}

	.woocommerce section.related.products ul.products li.product .onsale, .woocommerce section.up-sells.products ul.products li.product .onsale {
	    font-size: 12px;
	    width: 120px;
	    right: -40px;
	    top: 0px;
	}

	section.related.products ul.products li.product h2.woocommerce-loop-product__title, section.up-sells.products ul.products li.product h2.woocommerce-loop-product__title {
	    font-size: 11px;
	    bottom: 46px;
	}
	.pageName h1.page-title {
	    font-size: 17px;
	}
	.single-product.woocommerce .product span.onsale {
	    left: 0;
	    right: 0;
	    margin: auto;
	    font-size: 13px;
	    padding: 5px 0;
	}
}
@media (max-width:  650px) {
    .videoSection iframe {
        height: 250px;
    }
    .contentBig {
        margin-top: -20px;
    }
    .questionBox {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .topbar img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .half_course:nth-child(even) {
        padding-right: 0px;
    }
    .half_course {
        width: 100%;
    }
    .two_persons {
        width: 100%;
        padding: 0;
    }
    .img_lft {
        width: 100%;
        margin-right: 0;
    }
    .txtPrg {
        width: 100%;
    }
    .half_quest {
        width: 100%;
        margin: 0;
    }
    .half_quest:nth-child(odd) {
        margin: 0;
    }
}





.oneContactEntry:not(last-child) {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.oneContactEntry i {
    margin-left: -35px;
    font-size: 25px;
    color: #2e8ece;
    vertical-align: middle;
    width: 35px;
    text-align: center;
}

.oneContactEntry {
    padding-left: 40px;
    font-weight: bold;
    vertical-align: middle;
}

.oneContactEntry a {
    font-weight: normal;
    color: inherit;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



/* TIMELINE
ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */

.timelineSliderWrap {
  background-position: center center;
  background-size: cover;
  padding: 40px 0;
  width: 100%;
  float: left;
  position: relative;
  margin: 30px 0;
}
.oneTimeline {
    width: 20%;
    background: white;
    float: none;
    vertical-align: bottom;
    display: inline-block !important;
    margin: 5px;
    padding: 15px;
    margin-bottom: 40px;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    position: relative;
}
.actualSliderTimeline {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0 10px;
    z-index: 2;
}
.timelineSliderWrap:before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.oneTimeline:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    content: '';
    position: absolute;
    bottom: -10px;
}
.oneTimeline time {
    position: absolute;
    bottom: -45px;
    left: 15px;
    color: white;
}
.timelineSliderWrap:after {
	content: '';
	background: white;
	height: 2px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 62px;
	z-index: 1;
}
.oneTimeline:before {
    height: 10px;
    width: 10px;
    position: absolute;
    content: '';
    left: 20px;
    bottom: -22px;
    z-index: 1;
    background: #2893c9;
    border-radius: 10px;
}
.actualSliderTimeline i.fas {
    position: absolute;
    top: 50%;
    color: white;
}
.actualSliderTimeline i.fas.fa-chevron-left {
    left: 0;
}
.actualSliderTimeline i.fas.fa-chevron-right {
    right: 0;
}



.woocommerce ul.products li.product:before {
    display: none;
}
/*.site-content {
    width: 100%;
    float: left;
    margin: 50px 0 0 0;
}*/
.woocommerce .woocommerce-ordering select {
    padding: 5px 5px;
}
.woocommerce ul.products li.product {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    position: absolute;
    bottom: 10%;
    width: 100%;
    margin: 0;
    padding: 0 5%;
    background: white;
    font-weight: 600;
    transition: 0.2s all ease-in-out;
}
.woocommerce ul.products li.product .price {
    color: #2893c9;
    font-weight: bold;
    font-size: inherit;
    position: absolute;
    width: 100%;
    background: white;
    bottom: 2%;
    margin: 0;
    transition: 0.2s all ease-in-out;
}
.woocommerce ul.products li.product a {
    color: black;
}
.woocommerce ul.products li.product .button {
    background: #2893c9;
    color: white;
    text-transform: uppercase;
    border-radius: 100px;
    position: absolute;
    bottom: -50px;
    width: 90%;
    left: 5%;
    right: 5%;
    float: none;
    display: inline-block;
    transition: 0.5s all ease-in-out;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 60px;
}
.woocommerce ul.products li.product:hover .button {
    bottom: 10px;
}
.woocommerce ul.products li.product:hover .price {
    bottom: 45px;
}
.woocommerce ul.products li.product:hover h2.woocommerce-loop-product__title {
    bottom: 65px;
    padding-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0px -2px 2px rgba(0, 0, 0, 0.05);
}
.woocommerce ul.products li.product .button:hover {
    background: #071c2f;
}
.woocommerce nav.woocommerce-pagination ul li:before {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span {
    width: 48px;
    color: black;
    border-radius: 100px;
    font-size: 17px;
    line-height: 1;
    padding: 14px 0;
    border: 1px solid #d4d4d4;
    transition: 0.2s all ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin: 0 5px;
    overflow: inherit;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #2893c9;
    color: white;
    border-color: #2893c9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: #2893c9;
    color: white;
    border-color: #2893c9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
}
.woocommerce .woocommerce-breadcrumb {
    color: white;
}
.woocommerce .woocommerce-breadcrumb a {
    color: white;
}
.woocommerce-breadcrumb span {
    margin: 0 9px;
}
.single-product .pageName {
    background-image: none !important;
}
.content-area nav.woocommerce-breadcrumb {
    display: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 20px;
    color: #2893d3;
    font-weight: 600;
}
.woocommerce div.product div.summary {
    margin: 0;
}
.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    width: 100%;
    float: left;
}
.quntityWrapper {
    display: inline-block;
    vertical-align: middle;
}
.woocommerce div.product form.cart .button {
    float: none;
    background: #2893d3;
    border-radius: 40px;
    text-transform: uppercase;
    padding: 14px 25px;
    line-height: 1;
    transition: 0.2s all ease-in-out;
}
.quntityWrapper {
    border: 1px solid #eee;
    border-radius: 50px;
    overflow: hidden;
}
.quntityWrapper  button {
    background: no-repeat;
    border: 0;
    padding: 10px 10px;
    font-size: 20px;
    line-height: 1;
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
.quntityWrapper button.plus {
    border-left: 1px solid #eee;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    text-align: center;
    vertical-align: middle;
    border: none;
}
.woocommerce .quantity .qty {
    border: 0;
}
.quntityWrapper button.minus {
    border-right: 1px solid #eee;
}
.quntityWrapper button:hover {
    background: #2893d3;
    color: white;
}
.quntityWrapper input::-webkit-outer-spin-button,
.quntityWrapper input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.quntityWrapper input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.woocommerce div.product form.cart .button:hover {
    background: #071c2f;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.woocommerce div.product {
    width: 100%;
    float: left;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 40%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    margin-left: 3%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 2px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-transform: uppercase;
    padding: 0 25px;
    margin-right: 5px;
    margin-left: 0;
    background: #f9f9f9;
    color: black;
    margin-bottom: -1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    border-bottom: 1px solid #d3ced2;
    padding: 0;
    overflow: visible;
    position: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 0;
    color: inherit;
}
.woocommerce div.product .woocommerce-tabs .panel {
	border: 1px solid #d3ced2;
	border-top: none;
	padding: 10px 23px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-top: 3px solid #2893d3;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    padding-top: 12px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    display: none;
}
.nameOfRelated {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .variations select {
    padding: 5px 10px;
    vertical-align: middle;
}
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 30px;
}
ul.productSocialShare li:before {
    display: none;
}
ul.productSocialShare li {
    display: inline-block;
}
ul.productSocialShare {
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 10px;
}
ul.productSocialShare li>div {
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 100%;
    text-align: center;
    font-size: 14px;
    margin-left: 8px;
    transition: 0.2s all ease-in-out;
}
ul.productSocialShare li>div a {
    color: #999;
    line-height: 28px;
    display: inline-block;
}
ul.productSocialShare li:hover {
    cursor: pointer;
}
ul.productSocialShare li>div:hover {
    background: #2893d3;
    color: white;
}
ul.productSocialShare li>div:hover a {
    color: white;
}


.cart_ga {
    display: inline-block;
    float: right;
    position: relative;
}

.min_sub_cart {
    position: absolute;
    height: 0;
    display: none;
    /* overflow: hidden; */
    background: white;
    color: black;
    padding: 10px;
    right: 0;
    top: 63px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
}

.menu-meniu-principal-container {
    display: inline-block;
    margin-top: 6px;
}

.cart_ga .insd > div {
    display: inline-block;
    vertical-align: middle;
}

.cart_ga .insd > div i.fas.fa-shopping-cart {
    font-size: 20px;
}

.cart_ga .insd > div .cart-contents {
    line-height: 1;
}

.cart_ga .insd div .cart-contents {
    line-height: 1;
}
a.insd {
	border-left: 1px solid #ffffff7a;
	margin-left: 10px;
	border-bottom: none !important;
	height: 100%;
	margin-top: 5px;
    padding: 0 0 0 15px;
}
.cart-contents > div {
    line-height: 1;
}
.cart_ga:hover .min_sub_cart {
    height: auto;
    display: block;
}
.min_sub_cart a {
    color: black !important;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
    width: 100%;
    float: left;
}
li.woocommerce-mini-cart-item.mini_cart_item {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
    padding: 5px 0px;
}
.header_helper .site-header .main-navigation a.remove.remove_from_cart_button {
    position: absolute;
    bottom: 3px;
    right: 10px;
    background: darkgrey;
    text-align: center;
    padding: 5px 0;
    line-height: 1;
    width: 26px;
    border-radius: 100px;
}
li.woocommerce-mini-cart-item.mini_cart_item img {
    display: none;
}
li.woocommerce-mini-cart-item.mini_cart_item a {
    padding: 0;
}
.header_helper .site-header .main-navigation p.woocommerce-mini-cart__buttons.buttons a {
    text-align: center;
    background: #308ed5;
    color: white !important;
    margin-bottom: 10px;
    border-radius: 35px;
}
p.woocommerce-mini-cart__buttons.buttons {
    margin-bottom: 10px;
}
.min_sub_cart:after {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #ffffff;
    content: '';
    position: absolute;
    top: -10px;
    right: 60px;
}
.min_sub_cart:before {
	content: '';
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	/* background: #ffffff; */
	height: 30px;
}
.header_helper .site-header .main-navigation .min_sub_cart a {
    letter-spacing: inherit;
    line-height: 1;
}

.woocommerce table.cart.shop_table {
    border-radius: 0;
    border: 1px solid #eee;
}
.woocommerce table.cart.shop_table th {
    border-right: 1px solid #eee;
}
.woocommerce table.cart tr td {
    border-top: 1px solid #eee;
    border-bottom: 0;
    border-right: 1px solid #eee;
}
.woocommerce-cart table.cart img {
    width: 80px;
}
.woocommerce-cart table.cart .product-thumbnail {
    text-align: center;
}
td.product-remove {
    text-align: center;
}
.woocommerce a.remove {
    margin: 0 auto;
    color: gray !important;
    transition: 0.2s all ease-in-out;
}
td.product-name a {
    color: inherit;
}
td.product-quantity {
    text-align: center;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    border-radius: 100px;
    background: #dfdcde;
    transition: 0.2s all ease-in-out;
}
.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover {
    background: #071c2f;
    color: white;
}
.woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 150px;
    border-radius: 100px;
    padding: 5px 15px 4px 15px;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -12px;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none;
    display: inline-block;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    display: inline-block;
    float: none;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: center;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    text-align: center;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    margin: 0 auto;
    max-width: 300px;
}
.cart_totals h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border: none;
    border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    text-align: right;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    width: 50%;
    padding: 10px 5px;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td {
    text-align: left;
}
a.checkout-button.button.alt.wc-forward {
    border-radius: 100px;
    background: #2893c9;
    color: white;
    transition: 0.2s all ease-in-out;
}
a.checkout-button.button.alt.wc-forward:hover {
    background: #071c2f;
}


.paginare-blog {
    text-align: center;
    margin-bottom: 30px;
}
span.page-numbers.current {
    background: #2893c9;
    color: white;
    border-color: #2893c9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.31);
    width: 48px;
    border-radius: 100px;
    font-size: 17px;
    line-height: 1;
    padding: 14px 0;
    border: 1px solid #d4d4d4;
    transition: 0.2s all ease-in-out;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
a.page-numbers {
    width: 48px;
    color: black;
    border-radius: 100px;
    font-size: 17px;
    line-height: 1;
    padding: 14px 0;
    border: 1px solid #d4d4d4;
    transition: 0.2s all ease-in-out;
    margin: 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    transition: 0.2s all ease-in-out;
}
a.next.page-numbers {
    width: auto;
    border: 0;
    margin-left: 10px;
}
a.page-numbers:hover {
    background: #2893c9;
    color: white;
    border-color: #2893c9;
}
a.prev.page-numbers {
    border: none;
    width: auto;
    margin-right: 10px;
}
html {
  scroll-behavior: smooth;
}
.min_sub_cart {
    display: none !important;
}
.container-page {
    width: 75%;
    float: left;
}
.sidebarNearBlog {
    width: 25%;
    float: left;
    padding-left: 20px;
}
.titleAndAll {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.dateArtcl {
    width: 60px;
    float: left;
    border-right: 1px solid #eee;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    color: #2893c9;
}
.dateArtcl big {
    font-size: 30px;
}
.rightNearDate {
    width: calc(100% - 60px);
    float: left;
    padding-left: 30px;
}
.rightNearDate h2.title a {
    line-height: 1;
    color: #333;
    text-overflow: ellipsis;
    transition: 0.2s all ease-in-out;
}
.rightNearDate h2.title {
    font-size: 20px;
    font-weight: 700;
    margin: -7px 0 0;
    line-height: 1.6em;
}
.rightNearDate h2.title a:hover {
    color: #2893c9;
}
.technicalDetails {
    width: 100%;
    float: left;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    color: #666;
    padding-left: 4px;
    white-space: nowrap;
}
.technicalDetails > div {
    display: inline-block;
}
.articleIn strong {
    display: inline-block;
}
.articleIn ul {
    list-style-type: none;
    padding: 0;
}
.articleIn ul li:before {
    display: none;
}
.articleIn ul a {
    color: inherit;
}
.thubnail-each-post-blog_onBlogPage {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.thubnail-each-post-blog_onBlogPage img {
    margin: 0 auto;
}
.blog-page .content-blog {
    margin: 0;
    width: 100%;
}
.blog-page .content-blog .text-content p {
    font-size: initial;
    margin: 0 0 10px;
}
.buttonMore {
    float: left;
}
.shareNearMore {
    float: right;
}
.blog-page .content-blog a.more-link, .container-page.fullEvenimente a.more-link {
    color: #2893c9;
    border-color: #2893c9;
    display: inline-block;
    line-height: 28px;
    padding: 5px 35px;
    border: 1px solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: none;
    transition: 0.2s all ease-in-out;
}
.blog-page .content-blog a.more-link:hover, .container-page.fullEvenimente a.more-link:hover {
    background: #2893c9;
    color: white;
}
.blog-page .text-content {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.blog-page ul.productSocialShare {
    margin-top: 0;
}
.widget-area .widget .widget-title {
    margin-bottom: 25px;
}
.widget-area .widget-title {
    position: relative;
    padding: 0;
    margin-top: 0;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
}
.widget-area .widget-title::before {
    background-color: #2893c9;
}
.widget-area .widget-title::before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    margin-top: 32px;
}
.widget-area .widget ul li {0
    margin: 0;
    padding: 5px 0;
    list-style: disc;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
}
.widget-area .widget ul li a {
    color: #333;
}
.widget-area .widget ul li a {
    text-transform: uppercase;
    transition: 0.2s all ease-in-out;
}
.widget-area .widget ul li::before {
    color: #333;
    font-size: 5px;
    transition: 0.2s all ease-in-out;
}
.widget-area .widget ul li:hover:before, .widget-area .widget ul li:hover a {
    color: #2893c9;
}
.widget-area .tagcloud a {
    font-size: 12px!important;
    padding: 3px 8px;
    line-height: 1.7;
    border: 1px solid #999;
    margin-right: 5px;
    color: #666;
    margin-bottom: 8px;
    display: inline-block;
    transition: 0.2s all ease-in-out;
}
.widget-area .tagcloud a:hover {
    color: white;
    border-color: #2893c9;
    background: #2893c9;
}
form.search-form {
    background: #fff;
    font-size: 13px;
    width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    float: left;
}
input.search-field {
    border: 0;
    background: no-repeat;
    padding: 7.5px 0 7.5px 15px;
}
input.search-submit {
    background: #666;
    color: white;
    border: 0;
    text-transform: uppercase;
    border-radius: 100px;
    padding: 12px 20px;
    float: right;
    transition: 0.2s all ease-in-out;
    cursor: pointer;
}
form.search-form label {
    width: calc(100% - 92px);
    float: left;
}
.widget {
    width: 100%;
    float: left;
}
input.search-submit:hover {
    background: #2893c9;
}
.moreArticles {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.moreArticles .secTitle {
    text-transform: uppercase;
    color: black;
    margin: 0;
    margin-bottom: 30px;
}
.moreArticles .rightNearDate {
    width: 100%;
    padding-left: 0;
}
.moreArticles .content-blog {
    width: 100%;
    margin: 0;
    padding-left: 0;
}
.moreArticles .titleAndAll {
    margin-bottom: 10px;
}
.moreArticles .titleAndAll h2.title{
    line-height: 1.2;
    font-size: 17px;
}
.moreArticles article.articol-blog:nth-child(2) {
    width: 50%;
    float: left;
}
.moreArticles article.articol-blog:nth-child(3), .moreArticles article.articol-blog:nth-child(4), .moreArticles article.articol-blog:nth-child(5) {
    width: 50%;
    float: right;
    padding-left: 20px;
    margin-bottom: 15px;
}
.moreArticles article.articol-blog:nth-child(3) .content-blog, .moreArticles article.articol-blog:nth-child(4) .content-blog, .moreArticles article.articol-blog:nth-child(5) .content-blog, .moreArticles article.articol-blog:nth-child(3) .thubnail-each-post-blog_onBlogPage, .moreArticles article.articol-blog:nth-child(4) .thubnail-each-post-blog_onBlogPage, .moreArticles article.articol-blog:nth-child(5) .thubnail-each-post-blog_onBlogPage {
    display: none;
}
h3#reply-title {
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-size: 25px;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
h3#reply-title:after {
    content: '';
    width: 130px;
    height: 2px;
    background: #2e8ece;
    position: absolute;
    left: 0;
    bottom: 0;
}
p.form-submit input#submit {
    background: #2893c9;
    color: white;
    border-color: #2893c9;
    display: inline-block;
    line-height: 28px;
    padding: 5px 35px;
    border: 1px solid;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: 0.2s all ease-in-out;
}
p.form-submit input#submit:hover {
    background: #071c2f;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
}
.woocommerce .col2-set .col-1 input, .select2-container--default .select2-selection--single {
    background: white;
    border-radius: 100px;
    padding: 5px 10px;
}
.woocommerce .col2-set .col-1 h3 {
    text-transform: uppercase;
    color: black;
}
.select2-container--default .select2-selection--single {
    padding: 0;
}
.woocommerce .col2-set .col-2 h3 {
    color: black;
    text-transform: uppercase;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    margin-bottom: 20px;
}
h3#order_review_heading {
    text-transform: uppercase;
    color: black;
    margin-bottom: 10px;
}
.leftContentEvent {
    width: 100%;
    float: left;
}
.rghtContentEvent {
    width: 25%;
    float: left;
    padding-left: 20px;
    margin-top: 45px;
}
.cumparaBox {
    width: 100%;
    float: left;
    text-align: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.22);
    border-radius: 10px;
}
.cumparaBox .topTitle {
    float: left;
    width: 100%;
    padding: 20px 15px;
    background: #2893c9;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    border-radius: 10px;
    z-index: 1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.detaliiCumparare {
    width: 100%;
    float: left;
    border: 1px solid darkgrey;
    border-top: 0;
    padding-top: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 0;
    background: #fdfdfd;
}
.detaliiCumparare table {
    padding: 0 20px;
    font-weight: 500;
}
.detaliiCumparare table td:nth-child(1) {
    text-align: left;
}
.detaliiCumparare table td:nth-child(2) {
    text-align: right;
    font-weight: 600;
}
.detaliiCumparare table td {
	padding: 5px 0;
}
.detaliiCumparare a {
    display: inline-block;
    color: white;
    background: #2893c9;
    padding: 10px 30px;
    border-radius: 100px;
    margin-bottom: 10px;
    transition: 0.2s all ease-in-out;
}
.detaliiCumparare a:hover {
    background: #111111;
}
.leftContentEvent .secTitle {
    color: black;
    margin-bottom: 20px;
}
.leftContentEvent .imageOfArticle {
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
    min-height: 400px;
}
.timerToBe {
    width: 100%;
    float: left;
    margin-top: 230px;
    margin-bottom: 50px;
}
.numberTB {
    display: inline-block;
    position: relative;
    color: white;
    border: 1px solid white;
    margin: 10px;
    width: 99px;
    font-weight: 500;
    padding: 23px 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.32);
}
.leftContentEvent .imageOfArticle:before {
	content: '';
	background: rgba(0, 0, 0, 0.42);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.numberTB span {
    font-size: 20px;
    font-weight: 600;
}
.detaliiAdministrative {
    width: 100%;
    float: left;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 40px;
}
.oneColDetalAdm {
    width: 33.33%;
    float: left;
    padding-left: 20px;
}
.oneColDetalAdm i {
    margin-left: -20px;
    width: 17px;
    text-align: left;
    color: #2893c9;
}
a.widget-button.normal {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
    border-color: #2893c9;
    background-color: #2893c9;
    padding: 10px 40px;
    display: inline-block;
    margin-bottom: 10px;
    transition: 0.2s all ease-in-out;
}
a.widget-button.normal:hover {
    background: #111111;
}
.detaliiContent {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.trainersEvent {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.trainersWrap {
    width: 100%;
    float: left;
    vertical-align: middle;
}
.oneTrainer {
    width: 30.33%;
    float: left;
    margin-bottom: 10px;
}
.imgOfTrainer {
    display: inline-block;
    vertical-align: middle;
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center center;
    border-radius: 100px;
}
.nameOfTrainer {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-weight: 600;
    color: black;
}
.sharingWrap {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.mapForEvent {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.mapForEvent iframe {
    height: 250px;
    width: 100%;
}
.contantAboutEvent {
    width: 100%;
    float: left;
    margin: 10px 0;
    max-height: 150px;
    overflow: hidden;
    position: relative;
}
.contantAboutEvent:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+76&0+0,1+86 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.88) 76%, rgba(255,255,255,1) 86%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.88) 76%,rgba(255,255,255,1) 86%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.88) 76%,rgba(255,255,255,1) 86%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.container-page.fullEvenimente {
	width: 100%;
}
.container-page.fullEvenimente .titleAndAll {
    width: 40%;
    margin: 0;
}
.container-page.fullEvenimente .post-container-blog {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
}
.container-page.fullEvenimente .thubnail-each-post-blog_onEvenimentPage {
    width: calc(60% - 10px);
    float: left;
    min-height: 100px;
    margin-left: 10px;
    background-position: center center;
    background-size: cover;
}
.articleIn ul li {
    display: inline-block;
}
.articleIn ul.post-categories li:nth-child(2):before {
	content: ',';
	display: inline-block;
	margin-left: -2px;
}
.woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    background: #2893d3 !important;
    color: white;
}
.woocommerce .product span.onsale {
    position: absolute;
    right: inherit;
    top: 0px;
    left: 0;
    width: 170px;
    font-size: 20px;
    border-radius: 0 !important;
    padding: 10px 0;
    line-height: 1;
    margin: 0;
    min-width: inherit;
    min-height: inherit;
    transform: none;
    background: #57bf90;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.26);
}
.woocommerce ul.products li.product .onsale {
    position: absolute;
    right: -45px;
    top: 20px;
    width: 170px;
    font-size: 20px;
    border-radius: 0;
    padding: 10px 0;
    line-height: 1;
    margin: 0;
    min-width: inherit;
    min-height: inherit;
    transform: rotate(45deg);
    background: #57bf90;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.26);
}
ul.slick-dots li:before {
    display: none;
}
.multiplePrices {
    width: 100%;
    float: left;
    text-align: center;
}
.pret_cstm {
    width: 100%;
    max-width: 250px;
    margin: 10px;
    display: inline-block;
    background: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
    vertical-align: middle;
}
.top_wrapp {
    width: 100%;
    float: left;
    background: #308ed5;
    color: white;
}
.top_wrapp big {
    font-size: 25px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.52);
    width: 100%;
    float: left;
    margin-top: 10px;
    line-height: 1;
    margin-bottom: 10px;
}
.name_of_dsh {
    width: 100%;
    float: left;
    margin-top: 10px;
    line-height: 1;
}
.textUnderPrice {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.info_bsh {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.info_bsh span {
    padding: 2px 10px;
    display: inline-block;
    border-radius: 100px;
}
.butonWrap {
    width: 100%;
    float: left;
    margin: 10px 0;
}
.butonWrap a {
    padding: 10px 15px;
    line-height: 1;
    font-size: initial;
    border: 0;
}
.butonWrap a:hover {
    padding: 10px 15px;
    background-color: #561e21 !important;
}
.programNouInside > h2 {
    margin: 30px 0;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    color: #333333;
}
.faq h2 {
    margin: 30px 0;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
    color: #333333;
}
.small_footer_contact {
    width: 100%;
    float: left;
}
.oneLocBloc a {
    color: black;
}
.oneLocBloc a i.fas.fa-phone {
    color: #308ed5;
}
.oneLocBloc a i.fa-envelope-open {
    color: brown;
}
.oneLocBloc a i.fa-whatsapp {
    color: limegreen;
}
.form-wrapper {
    border-radius: 5px;
    max-width: 600px;
}

.form-group {
    position: relative;
}
.form-group + .form-group {
    margin-top: 15px;
}
.form-label {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #ffffff;
    z-index: 10;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}
.focused .form-label {
    -webkit-transform: translateY(-125%);
    transform: translateY(-125%);
    font-size: 0.75em;
}
.form-input {
    position: relative;
    padding: 5px 0px 5px 5px !important;
    width: 100%;
    outline: 0;
    border: 0 !important;
    border-radius: 0 !important;
    /* background: #ffffffcf; */
    border: 0 !important;
    color: white !important;
    border-bottom: 1px solid #e5e5e5 !important;
    transition: all 150ms ease-out;
    box-shadow: none;
}
.form-input:focus {
    border-bottom: 1px solid #308ed5 !important;
}
.footer_form p {
    margin: 0;
}
textarea.form-input {
    height: 65px;
    width: 100% !important;
}
.form-wrapper input.wpcf7-submit {
    margin: 0 auto;
    background: #FF7953;
    background: rgba(255, 121, 83, 1);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px 25px;
    color: white;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    letter-spacing: 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
    display: inline-block;
}
.form-wrapper input.wpcf7-submit:hover {
    box-shadow: 0px 0px 7px 0px #606060;
}
div.wpcf7-response-output {
    width: 100%;
    margin: 20px auto 0 auto;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    background-color: #f7e700;
}
div.wpcf7-mail-sent-ok {
    background: #398f14;
    color: white;
}
input.form-send {
    padding: 15px 60px;
    border-radius: 100px;
    background: #308ed5;
    -moz-border-radius: 50px;
    border: 0;
    color: white;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    margin: 0 auto;
}
.wrapForBifa {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.recaptchaWrap {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    height: 78px;
    overflow: hidden;
}
.wrapForBifa span.wpcf7-list-item {
    margin-left: 0;
}
.wrapForBifa span.wpcf7-list-item input {
    margin-right: 2px;
}
input.form-send:hover {
    background: #3965b1;
}
.amAparutSlider div.slick-slide img {
    max-width: 70px;
    max-height: 35px;
    margin: 0 auto;
}
.testimonialSection > .container {
    position: relative;
    z-index: 2;
}
.contactForm .form-wrapper {
    max-width: 100%;
}
.topbar {
    margin-top: 53px;
}
.title_deasupra h1, .title_deasupra h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
}
.title_deasupra {
	margin-bottom: 40px;
}
.outsideVideoContent {
    float: left;
    width: 100%;
    margin-bottom: -70px;
}
.videoSection.videosectionFlex {
    display: flex;
    flex-wrap: wrap;
}

.videoSection.videosectionFlex .videoLeft .videoInside {
    height: calc(100% - 40px);
}
.videoSection.videosectionFlex iframe {
    height: 100%;
}
.videoSection.videosectionFlex .videoLeft {
    height: unset;
}
.butonWrp {
    text-align: center;
    margin: 0px 0 50px 0;
    width: 100%;
    float: left;
}
a.thim-button.red {
    background: red;
    color: white;
    font-weight: bold;
    border-color: red;
}
a.thim-button.red:hover {
    background: #a70707;
    border-color: #a70707;
}
h3.pretCustomtlt {
    text-transform: uppercase;
    font-weight: 800;
    color: #22256a;
}

.pricesOutside .OrMidd {
    display: inline-block;
    background: #ef0037;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 20px;
}

.pricesOutside .pretRateBox {
    width: 100%;
    max-width: 250px;
    margin: 10px;
    display: inline-block;
    background: #f6f6f6;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.11);
    vertical-align: middle;
}

.pretRateBox .top_wrapp {
    background-color: #19c9ad;
}
.mobileBr {
	display: none;
}
a.added_to_cart.wc-forward {
    background: #ca1010;
    text-transform: uppercase;
    border-radius: 100px;
    width: 90%;
    float: none;
    display: inline-block;
    transition: 0.5s all ease-in-out;
    color: white !important;
    margin-top: 0;
    position: relative;
    z-index: 9;
    top: -5px;
    padding: 2px;
    position: absolute;
    bottom: 5px;
    top: auto;
    left: 0;
    right: 0;
    margin: auto;
}

.woocommerce ul.products li.product .button.added {
    display: none;
}

p#billing_country_field {
    display: none;
}
input#billing_postcode {
    display: none;
}

input#billing_last_name {
    display: none;
}
p#billing_address_2_field, p#billing_last_name_field, p#billing_state_field, #billing_postcode_field, p#billing_name_field {
    display: none !important;
}
.popupPayment {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}

.overlayPayment {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    background: #0000007a;
    z-index: 1;
}

.popupPayment div#example-1 {
    position: absolute;
    z-index: 2;
    width: 700px !important;
    max-width: 95%;
    min-width: unset;
    height: auto;
    min-height: 400px;
    margin: auto;
    left: 0;
    right: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    top: 50%;
    transform: translateY(-50%);
}

.popupPayment .example.example1 button {
    background: #ef0037;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08), inset 0 1px 0 #ef0037;
}

.popupPayment .example.example1 button:hover {
    background: #dd0628;
}

.popupPayment h1 {
    margin-top: 0px;
    margin-bottom: 40px;
    color: white;
    font-size: 21px !important;
    padding: 0 15px;
}
.thankYouPageOutside {
    min-height: 34vh;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.thankYouPageOutside h1 {
    position: relative;
    color: #2c83d1;
    text-align: center;
    width: 100%;
}
.popupPayment .closeBtn {
    position: absolute;
    right: 0;
    z-index: 99;
    color: white;
    top: 0;
    background: #ef0037;
    width: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 0 5px 0 5px;
    cursor: pointer;
}
.popupPayment .closeBtn i {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600;
}
.underTimer small {
    font-size: 20px;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}

div#clockdiv > div, div#clockdiv1 > div, div#clockdiv2 > div, div#clockdiv3 > div, div#clockdiv4 > div, div#clockdiv5 > div, div#clockdiv6 > div, .clocdiv > div {
    border-radius: 10px;
    margin: 5px;
    font-size: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    background: #308ed5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2373af), color-stop(1, #308ed5));
    background: -ms-linear-gradient(bottom, #2373af, #308ed5);
    background: -moz-linear-gradient(center bottom, #2373af 0%, #308ed5 100%);
    background: -o-linear-gradient(#308ed5, #2373af);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#308ed5', endColorstr='#2373af', GradientType=0);
    border: 1px solid;
    border-color: #216aa2 #1f6599 #1d5c8d #1f6599;
    width: 25%;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: white;
    padding: 6px 20px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
    background: #0f1d27;
}

.topRightMenu {
    float: right;
}

.topRightMenu a {
    font-weight: 600;
    background: #308ed5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2373af), color-stop(1, #308ed5));
    background: -ms-linear-gradient(bottom, #2373af, #308ed5);
    background: -moz-linear-gradient(center bottom, #2373af 0%, #308ed5 100%);
    background: -o-linear-gradient(#308ed5, #2373af);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#308ed5', endColorstr='#2373af', GradientType=0);
    border: 1px solid;
    border-color: #216aa2 #1f6599 #1d5c8d #1f6599;
    padding: 2px 10px;
    display: block;
    margin-top: 3px;
    border-radius: 15px;
    font-size: 13px;
}
.pierdereFull table {
    text-align: left;
}

.pricePopupInfo {
    text-align: left;
    display: block;
    max-width: 100%;
    width: 470px;
    margin-bottom: 10px !important;
    color: white;
    font-size: 15px !important;
}

.pricePopupInfo .eqvPrice, .pricePopupInfo .eqvPrice span {
    font-size: 14px;
}

.thankYouTotal {
    text-align: center;
    color: black;
    font-weight: 700;
    font-size: 20px;
}

.row.checkboxField label {
    width: 100%;
    cursor: pointer;
}

.row.checkboxField label input[type="checkbox"] {
    width: auto;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    margin-right: 5px;
}

fieldset.couponOutside label, fieldset.facturareOutside label {
    width: 100% !important;
}

.pricePopupInfo {
    padding: 0 15px;
}

.fieldCoupon .aplicare {
    width: 290px;
    background: #ef0037;
    color: white;
    height: 100%;
    text-align: center;
    padding: 11px 0px;
    margin-right: -1px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.fieldCoupon .aplicare:hover {
    opacity: 0.7;
}

.responseCoupon {
    width: 100%;
    display: none;
    padding: 10px 15px !important;
    color: white;
    font-weight: 700 !important;
}

form#paymentForm.loading {
    opacity: 0.5;
    pointer-events: none;
}

.example.example1 .row.fieldFactura {
    display: block;
}

.fieldFactura > div {
    display: flex;
    width: 100%;
}

.termeniCheck a {
	color: white;
}

.pierdereFull td {
	vertical-align: middle;
}









@media (max-width: 1200px) {
	.specialOverflowHid {
	    overflow: hidden;
	}
}
@media (max-width: 1024px) {
	.topbar {
	    margin-top: 0;
	}
}
@media (max-width: 880px) {
	.main-navigation {
	    width: 100%;
	    display: none;
	}
	.menu-meniu-principal-container {
	    width: 100%;
	    margin-top: 10px;
	    float: left;
	}
	.main-navigation li {
	    width: 100%;
	    float: left;
	}
	.header_helper .site-header .main-navigation a {
	    border: 0;
	}
	.cart_ga {
	    width: 100%;
	    float: left;
	    margin: 10px 0 20px 0;
	}
	a.insd {
	    padding: 0 0 0 7px;
	}
	.toggle-icon {
	    display: inline-block;
	    float: right;
	    padding-top: 2px;
	}
	.toggle-icon .menu {
	  height: 50px;
	  width: 50px;
	  position: relative;
	  margin: auto;
	  padding-top: 20px;
	  -moz-border-radius: 100%;
	  -webkit-border-radius: 100%;
	  border-radius: 100%;
	  -moz-transition: 0.3s;
	  -o-transition: 0.3s;
	  -webkit-transition: 0.3s;
	  transition: 0.3s;
	  cursor: pointer;
	}
	.toggle-icon .bar {
	  height: 2px;
	  width: 40px;
	  display: block;
	  margin: 7px auto;
	  position: relative;
	  background-color: #ffffff;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
	  -moz-transition: 0.4s;
	  -o-transition: 0.4s;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
	}
	.toggle-icon .bar {
	  position: absolute;
	}
	.toggle-icon .bar:nth-of-type(1) {
	  top: 5px;
	  -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
	  -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
	  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
	  -webkit-transition-delay: 0.3s, 0.1s;
	  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
	}
	.toggle-icon .bar:nth-of-type(2) {
	  top: 13px;
	  -moz-transition: ease 0.3s 0.3s;
	  -o-transition: ease 0.3s 0.3s;
	  -webkit-transition: ease 0.3s;
	  -webkit-transition-delay: 0.3s;
	  transition: ease 0.3s 0.3s;
	}
	.toggle-icon .bar:nth-of-type(3) {
	  top: 22px;
	  -moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
	  -o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
	  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
	  -webkit-transition-delay: 0.3s, 0.1s;
	  transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
	}
	.pushed .toggle-icon .menu {
	  -moz-transition: -moz-transform 0.3s ease 0.5s;
	  -o-transition: -o-transform 0.3s ease 0.5s;
	  -webkit-transition: -webkit-transform 0.3s ease;
	  -webkit-transition-delay: 0.5s;
	  transition: transform 0.3s ease 0.5s;
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.pushed .toggle-icon .menu .bar:nth-of-type(1) {
	  top: 30px;
	  -moz-transform: rotate(0deg);
	  -ms-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
	  -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
	  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
	  -webkit-transition-delay: 0.1s, 0.5s;
	  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
	}
	.pushed .toggle-icon .menu .bar:nth-of-type(2) {
	  opacity: 0;
	}
	.pushed .toggle-icon .menu .bar:nth-of-type(3) {
	  top: 30px;
	  -moz-transform: rotate(90deg);
	  -ms-transform: rotate(90deg);
	  -webkit-transform: rotate(90deg);
	  transform: rotate(90deg);
	  -moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.7s;
	  -o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.7s;
	  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
	  -webkit-transition-delay: 0.1s, 0.7s;
	  transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.7s;
	}
	.homeTwoCircle {
	    min-height: 400px;
	}
	.specialOverflowHid {
	    overflow: hidden;
	}
	.homeTwoCircle {
	    min-height: 400px;
	}
	.leftArticles {
	    margin: 0;
	    width: 100%;
	}
	.leftArticles .thubnail-each-post-blog {
	    width: 100%;
	    margin: 10px 0;
	    padding-bottom: 40%;
	}
	.leftArticles .content-blog {
	    margin: 0;
	    width: 100%;
	}
	.rghtArticles {
	    width: 100%;
	    margin-top: 40px;
	}
	.oneNumber {
	    width: 50%;
	}
	.oneCol, .oneCol:nth-child(2), .oneCol:nth-child(3) {
	    width: 100%;
	}
	.miniMenuFooter {
	    padding-left: 0;
	}
	.small_footer .container > div {
	    float: left !important;
	}
	.main-navigation ul {
	    display: block;
	}
	.container-page.fullEvenimente .titleAndAll {
	    width: 100%;
	}
	.container-page.fullEvenimente .thubnail-each-post-blog_onEvenimentPage {
	    width: 100%;
	    margin: 0;
	    min-height: 150px;
	}
	.container-page.fullEvenimente  .shareNearMore {
	    display: none;
	}
	.container-page.fullEvenimente .buttonMore {
	    margin-bottom: 20px;
	}
	.rightNearDate {
	    padding-left: 15px;
	    line-height: 1.2;
	}
	.rightNearDate h2.title {
	    line-height: 1.2;
	    margin-bottom: 10px;
	}
	.leftContentEvent {
	    width: 100%;
	}
	.detaliiAdministrative {
	    padding: 15px;
	}
	.oneColDetalAdm {
	    width: 100%;
	    margin: 10px 0;
	}
	.rghtContentEvent {
	    margin: 10px 0 40px 0;
	    width: 100%;
	    padding: 0;
	}
	.cumparaBox {
	    box-shadow: none;
	}
	.container-page {
	    width: 100%;
	}
	.sidebarNearBlog {
	    padding: 0;
	    width: 100%;
	    border-top: 1px solid #111111;
	    padding-top: 30px;
	}
	.moreArticles article.articol-blog:nth-child(2) {
	    width: 100%;
	}
	.moreArticles article.articol-blog:nth-child(3), .moreArticles article.articol-blog:nth-child(4), .moreArticles article.articol-blog:nth-child(5) {
	    width: 100%;
	    float: left;
	    padding-left: 0;
	    margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
	    width: 250px;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	    margin-bottom: 30px;
	}
	.videoSection.videosectionFlex .videoLeft .videoInside {
	    height: 350px;
	}

	.recaptchaWrap .g-recaptcha > div {
	    display: block;
	    margin: 0 auto;
	}
	.videoLeft {
	    width: 100%;
	    padding-right: 0px;
	}
	.videoRight {
	    max-width: unset;
	    padding: 0;
	}

	.img_lft {
	    width: 230px;
	    display: block;
	    float: none;
	    margin: 0 auto;
	    height: 100px;
	    margin-top: 20px;
	}

	.txtPrg {
	    width: 100%;
	    max-width: 500px;
	    margin: 0 auto;
	    display: block;
	    float: none;
	    padding-left: 25px;
	}

	.cnctPrg {
	    display: block;
	}

	.contactForm {
	    padding: 0 20px;
	}
}
@media (max-width: 720px) {
	.mobileBr {
	    display: block;
	    width: 100%;
	    height: 1px;
	}
}

@media (max-width: 600px) {
	.mainHead .halfBox .textHalf h1 span, .mainHead .halfBox .textHalf h2 span {
	    font-size: 100% !important;
	}

	.countdownSection h1 {
	    font-size: 20px;
	}

	.title_deasupra h1 span {
	    font-size: 20px !important;
	}

	.Section1TextImage {
	    padding-right: 0;
	}

	.section2Text .Section1TextArea {
	    padding-right: 0;
	}

	div#testimoniale h1 span {
	    font-size: 23px;
	    line-height: 25px;
	}

	.bannerPierdereCenter h2 span {
	    font-size: 23px !important;
	}

	.bannerPierdereCenter h1 span {
	    font-size: 25px !important;
	}

	.title_deasupra h2 p span {
	    font-size: 20px !important;
	}
	.contactForm form > p {
	    text-align: center;
	}
	.topbar {
	    display: none;
	}

	.halfBox {
	    padding: 15px 10px 60px 10px;
	}

	.videoRight .contactForm {
	    margin-bottom: 0;
	}
	.halfBox .textHalf h1 {
	    font-size: 30px;
	    line-height: normal;
	}
	.pierdereFull table, .pierdereFull tbody, .pierdereFull tr, .pierdereFull td {
        display: block;
        width: 100% !important;
        text-align: center;
    }
}
@media (max-width: 550px) {
	.testimonialSingle {
	    text-align: center;
	}
	.textTestimonial {
	    width: 100%;
	}
	.leftArticles .thubnail-each-post-blog {
	    box-shadow: none;
	    border: 1px solid #d4d4d4;
	}
	a.thubnail-each-post-videoBlog {
	    box-shadow: none;
	    border: 1px solid #d4d4d4;
	}
	.small_header a {
	    margin-right: 10px;
	}
}

@media (max-width: 520px) {
	section.up-sells.upsells.products ul.products li.product, section.related.products ul.products li.product {
	    width: calc(33.33% - 20px);
	}

	section.up-sells.upsells.products ul.products, section.related.products ul.products {
	    display: flex;
	    flex-wrap: wrap;
	}

}

@media (max-width: 490px) {
	span.mobilenone {
	    display: none;
	}
}


@media only screen and (max-height: 350px) {
	.popupPayment {
	    overflow-y: scroll;
	}

	.popupPayment h1 {
	    margin-top: 0px;
	    margin-bottom: 40px;
	    color: white;
	    font-size: 21px !important;
	}

	.popupPayment div#example-1 {
	    height: 400px;
	    overflow-y: scroll;
	    top: 0;
	    transform: unset;
	    min-height: auto;
	    bottom: auto;
	}
}
body .site {
    width: 100%;
    float: left;
    max-width: inherit;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
body .site-content {
    margin: 0;
    min-height: calc(100vh - 39px);
    width: 100%;
}