/*
Theme Name: Filip
Author: udar
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: filip
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.

Filip is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * 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;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #1D2E3E;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
	line-height: 1.6;
}

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;
	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;
}

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

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

big {
	font-size: 125%;
}

.fontsize-1 {
  font-size: 5rem;
  line-height: 1.2;
}

.fontsize-2 {
  font-size: 4rem;
  line-height: 1.2;
}

.fontsize-3 {
  font-size: 3rem;
  line-height: 1.2;
}

.fontsize-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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


img {
	height: auto;
	width: 100%;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"] {
	border: 1px solid #000000;
	background: #ffffff;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 10px 2.4em;
	margin-left: 1em;

}
input[type="submit"] {
	border: none;
	background: #5f6061;
	color: #ffffff;
	line-height: 1;
	padding: 12px 2.6em;
	margin-left: 1em;
}
.cariera input[type="submit"] {
	background: #e21c2a;
	margin-left: 0;
}
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 #000000;
	padding: 9px;
	width: 100%;
	margin-bottom: 10px;
}

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: none;
	background: none;
	color: #e21c2a;
	font-weight: 700;
  font-size: .9rem !important;
}

textarea {
	width: 100%;
}
label {
	width: 100%;
}
.mesaj label {
	width: 100%;
}

.dreapta {
	float: right;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.menu-primary-container,
.menu-primary-en-container,
.menu-primary-de-container,
.menu-primary-it-container {
	text-align: right;
}
.main-navigation {
	display: block;
	width: 100%;
}

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

.sub-menu li {
    margin-left: 0;
    padding-left:0;
}
.main-navigation ul ul {
    height: auto !important;
}

.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 {
	display: flex;
	font-weight: 500;
	float: left;
	position: relative;
	padding: 28px 14px;
}
#primary-menu .current-menu-item {
	background-color: #e21c2a;
}
.current-menu-item>a  {
	color: #ffffff !important;
}

/*.main-navigation.toggled  {*/
/*	position: fixed;*/
/*}*/
.main-navigation.toggled li {
		/*position: relative;
    float: left;*/
		text-align: center;
    width: 100%;
		padding: .7em;
		margin-left: 0;
		display: block;
}
.main-navigation.toggled a {
	color: #ffffff;
}
.main-navigation a {
	font-weight: 600;
	/*display: block;*/
	text-decoration: none;
	color: #2B3E59;
}

/* Small menu. */

.menu-copyright a {
    font-size: .8rem;
    
}
.menu-toggle {
	background: none;
	display: block;
	float: right;
	border: none;
	padding: .4em .6em;

}

ul#primary-menu  {
	background: #e21c2a;
	position: absolute;
	width: auto;
	top: 8em;
	right: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	z-index:9;
	}
.main-navigation.toggled ul {
    /*margin-left: -3em;*/
	display: block;
	/*float: right;*/
	height: calc(100vh - 100px);
    margin-top: 1em;
}
.sub-menu li {
    clear: both;
    text-align: left;
    margin-left: 0;
    padding-left:0;
    padding: 1rem ;
}
.sub-menu a {
    font-weight: 400;
    font-size: .8rem;
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page,
.blog {
	margin: 0 0 1.5em;
	text-align: center;
}

.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;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

/* 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 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;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* 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;
}

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
.center-text {
    line-height: 1.6;
	text-align: center;
	margin-bottom: 2rem;
}
/*------------ Header ------------*/
header{
    position:relative;
    z-index:5;
  	/*border-bottom:1px solid rgba(255,255,255, 0.8);*/
    padding:0;
}
.top-row {
	/*height: 60px;*/
	background-color: #E1E6F1;
}
.top-row p {
    font-size: .8rem;
    margin: 0;
}
.site-header {
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    z-index:9;
    background: #ffffff;
}
.center-header {
	position: inherit !important;
}
.slider-text {
    position: relative;
}
.contact-menu>a::after {
    content: '>';
    display: inline-block;
    color: #ffffff;
    margin-left: 5px;
}
.top-info {
	background: #888;
}
.top-info a,
.top-info a:visited {
	color: #ffffff;
	text-decoration: none;
}
.top-info ul {
	list-style: none;
	text-align: right;

}
.top-info li {
	color: #ffffff;
	padding-left: 5px;
	display: inline-block;
}
.top-info li:after {
	content: "";
  width: 1px;
  background-color: #ffffff;
  height: 12px;
  display: inline-block;
  margin-left: 6px;
}
.menu-line{
    display: block;
    width:30px;
    height:2px;
    margin:5px auto;
    background-color:#2B3E59;
}
.right-header{
    text-align: right;
    margin-left:0;
    display: inline-flex;
    padding: 0;
}
.lang ul {
	margin-bottom: 0;
	padding: .8em .2em;

}
.left-header{
		padding-left: 0;
		display: inline-flex;
}
.site-branding {
	/*height: 100px;*/
	margin: 10px 0;
}
.logo {
	margin:auto 0;
  width:164px;
  height: 59px;
  background-image: url('../filip/assets/images/logo-filip.png');
	background-image: url('../filip/assets/images/logo-filip.svg'), none;
  background-size: cover;
}

.logo a {
    position: relative;
    display: block;
    width: 170px;
    height: 70px;
}
#searchform{
    position:relative;
}
#searchform label{
    color:#ffffff;
		font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    margin: 0;
}
#searchform input{
	width: 120px;
		color: #ffffff;
    border:none;
    border-bottom:1px solid #ffffff;
    border-radius:0;
    box-sizing:border-box;
    font-size:inherit;
    font-family:inherit;
    background:transparent;
    padding:1em 0.5em 0;
    outline: none;
}
#searchform input:focus{
    outline:none;
	color: #000000;
}
#searchform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#000000;
    opacity:1;
    font-weight:lighter;
}
#searchform input::-moz-placeholder { /* Firefox 19+ */
    color:#000000;
    opacity:1;
    font-weight:lighter;
}
#searchform input:-ms-input-placeholder { /* IE 10+ */
    color:#000000;
    opacity:1;
    font-weight:lighter;
}
#searchform input:-moz-placeholder { /* Firefox 18- */
    color:#000000;
    opacity:1;
    font-weight:lighter;
}
.search-head {
	display: contents;
	font-size: 0.8rem;
}
.search-tab {
	margin: auto;
}
.contact-head {
	display: inline-flex;
	margin: auto;
	padding: 20px 25px;
	background: #ba1f22;
	color: #ffffff;
}
.contact-head li {
	display: inline-block;
	text-decoration: none;
}
.banner {
    min-height: 200px;
	position: relative;
}
.banner img {
    min-height: 200px;
    object-fit: cover;
}
.titlu-pg {
	position: absolute;
    left: 0;
    bottom: 2rem;
    padding-left: 3rem;
    padding-right: 2rem;
    background-color: #e21c2a;
    color: #ffffff;
}
.titlu-pg h1,
.titlu-scol h1{
    margin: 1rem auto;
}
h1.hai-echipa {
    font-size:1.2rem;
}
.titlu-scol {
	position: absolute;
    left: 0;
    bottom: 6rem;
    padding-left: 3rem;
    padding-right: 2rem;
    background-color: #e21c2a;
    color: #ffffff;
}

/*---------- Footer -----------*/

footer{
	color: #ffffff;
	padding: 5em 0;
	margin-top: 3rem;
	background-color: #2B3E59;
}
footer h2 {
    margin-bottom:.5em;
    padding: 10px;
    font-weight: 600;
}
.contact-footer {
    padding: 0;
}
.footer-menu {
    column-count: 3;
}
.footer-menu li {
	margin-bottom: 1.3em;
}
.site-info {
	font-size: 12px;
	line-height: 0.5;
	font-weight: 600;
	padding-top: 10px;
}
.site-info p {
    line-height:1.3rem;
}
.site-info a {
    color: #ffffff;
    /*display: block;*/
    line-height: 1.4rem;
}
.text-copyright p {
    margin-top: 17px;
}
.logo-footer {
   margin: 1rem auto;
  width:164px;
  height: 59px;
  background-image: url('../filip/assets/images/logo-filip.png');
    background-image: url('../filip/assets/images/logo-filip.svg'), none;
    background-position: -1px -58px;
    background-repeat: no-repeat;
  background-size: cover;
}

.logo-footer a {
    position: relative;
    display: block;
    width: 170px;
    height: 70px;
}
.blackpen::after{
    content: '';
	background-image: url('../filip/assets/images/logo-filip.png');
    background-image: url('../filip/assets/images/logo-filip.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
    background-repeat: no-repeat;
    background-size: 140px;
    background-position: -1px -102px;
    display: inline-block;
    width: 13px;
    height: 15px;
    margin-bottom: -4px;
    margin-left: 4px;
}
/*---------- home -----------*/
.home h1 {
	text-align: center;
	margin:3rem auto;
}
#primary {
	margin-top: 128px;
}
.page-template-default #primary {
    margin-top: 150px;
}

.over-desc-right {
	position: absolute;
	bottom: 2em;
	left: 0;
	color: #ffffff;
}
.companie-home h3 {
	margin: 1rem 0;
}
.home-logo {
	padding: 30px 15px;
}
.logi-text {
	padding-left: 50px !important;
}
.text-video {
    text-align: center;
    line-height: 1.4;
}
h3.text-video  {
    margin-bottom: 0;
}
.companie-home {
	margin: 2em 0 6em;
}
.servicii-home {
	margin: 4em 0;
}
.servicii-home h3 {
	position: absolute;
    text-align: center;
    width: 100%;
    bottom: -2rem;
    left: 50%;
	-webkit-transform: translateX(-50%) ;
    transform: translateX(-50%) ;
	color: #e21c2a;
}
.servicii-home h3:hover {
	color: #2B3E59;
}
.servicii-home .col-lg-6,
.servicii-home .col-12 {
	 padding: 15px;
 }
.height-100 {
	height: 100%;
}
.stiri-home p {
    margin-top:1.4rem;
}
.read-more {
    margin-top:1.4rem;
}
.semibold {
	font-weight: 600;
}
.text-alb {
	color: #ffffff;
}
.black {
	background: #000000;
}
.black a {
	color: #ffffff;
}
.readmore {
	font-size: 0.8em;
}
.read-more,
a:visited.read-more {
	display: block;
	text-align: center;
	color: #e21c2a;
	font-weight: 700;
    font-size: .8rem;
}
.read-more::after {
    content:'';
    width: 25px;
    height: 10px;
    background-image: url('../filip/assets/images/sageata.png');
	background-image: url('../filip/assets/images/sageata.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	margin-left: 6px;
	display: inline-block;

    
}
.read-more:hover,
a:visited.read-more:hover {
	color: #2B3E59;
}
.imagezoom {
overflow:hidden;
}
.imagezoom img{
transition: all 0.5s;
}
.imagezoom:hover img {
transform: scale(1.1)
}
.hide-400 {
    display:none;
}
.mobil {
    display: inline-block;
}
.desktop {
    display: none;
}
#front-slider img {
	height: 800px;
	object-fit: cover;
	object-position: left;
}

div#n2-ss-3item1,
div#n2-ss-3item3,
div#n2-ss-3item5,
div#n2-ss-4item1,
div#n2-ss-4item3,
div#n2-ss-4item5,
div#n2-ss-5item1,
div#n2-ss-5item3,
div#n2-ss-5item5,
div#n2-ss-6item1,
div#n2-ss-6item3,
div#n2-ss-6item5 {
    font-size: 250% !important;
}
.tabel-adresa {
    display: none;
}
.adresa h3 {
    font-size:1rem;
}
.adresa a,
.adresa a:visited,
.adresa a:hover,
.adresa a:focus, 
.adresa a:active {
    color: #88898b;
}
.scolarizare-home img,
.stiri-home img{
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.cazare-gr h3 {
    text-align: center;
}
/*--------------despre noi -----------*/
.despre-noi {
	background-color: #E1E6F1;
	margin-top: 6rem;
  margin-bottom: 4rem;
}
.inginer img {
    display: none;
    /*width: 50%;*/
    /*margin-top: -2rem;*/
}
.ing-filip {
	height: 100%;
	text-align: center;
	padding: 1rem;
	padding-bottom: 10rem;
	background-image: url('../filip/assets/images/semnatura-filip.png');
	/*background-image: url('../filip/assets/images/semnatura-filip.svg');*/
	background-position: 56% 97%;
	background-size: 220px;
	background-repeat: no-repeat;
}
.ing-filip h4 {
    line-height: 1.8;
    font-weight: 600;
    font-size: 1rem;
}
.calitate {
	margin-top: 4rem;
}
.calitate img {
    margin-bottom: 2rem;
}
.extindem {
  margin: 1rem auto;
}
.despre-icons {
	margin: 3rem auto 2rem;
}
.despre-icons h3 {
	position: absolute;
    text-align: center;
    width: 100%;
    top: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
	color: #2B3E59;
}
.chenar {
    margin: 0 !important;
	text-align: center;
	border: 1px solid #E1E6F1;
}
.chenar img {
	width: 60%;
}
/* servicii */

.servicii,
.solutii-digitale {
	margin-top: 4em;
}
.solutii-digitale h3,
.features h3 {
    font-size: .9rem;
}
.features {
	margin: 4rem 0;
	background-color: #E1E6F1;
}
.features li {
	text-align: center;
	padding: 1rem;
}
.features h3 {
	margin-top: 1.5rem;
}
.solutii-digitale {
	position: relative;
	text-align: center;
}
.red-line {
	position: absolute;
    top: 56%;
    left: 16%;
    height: 4px;
    background-color: #e21c2a;
    width: 70%;
}

/* flota */

.parc-auto {
	background: linear-gradient(90deg, #ffffff 50%, #ecf0f1 50%);
}
.unitati-text {
	padding: 1rem;
}
.flota-icons {
	margin: 4rem 0;
	text-align: center;
}
.flota-icons p{
	margin-top: 3rem;
}
.img-rem {
	margin-left: -5rem;
}

/* cariera */

.cariera {
	margin: 4rem 0;
}
.cariera h2 {
    font-size: 1.1rem;
}
.recenzii-filip {
    margin-bottom: 3rem;
    height: 600px;
    overflow: scroll;
}
.titlu-scol h1 {
	display: inline-block;
	margin-right: 5rem !important;
}
.titlu-scol a {
	color: #ffffff;
}
.scolarizare {
	text-align: center;
	margin-bottom: 3rem;
}
.scolarizare h3 {
    font-size: 1rem;
}
.scolarizare-serv h3 {
    margin-top: 2rem;
}

/*stiri*/
article h2.entry-title {
    margin-top: 1.5rem;
}

/*---------- contact -----------*/
.modal h3 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.contact-map {
	margin: 2em 0 0;
}
.adresa  {
    color: #88898b;
	background-color: #f3f3f3;
	padding: 3em 2rem;
}
.contact-map table,
.tari table {
	display: none;
}
.formular {
	margin: 4em auto;
}
.logo-contact {
	padding: 4em;
}
.adresa-locatie {
    display: block;
}

/**
 * Social Media Icons Styling
 * Example CSS file
 **/

/* Resets default styling */
.social-media-icons {
    list-style: none;
    margin: 10px 0 2px;
    padding: 0;
}
.contact-map .social-media-icons {
    margin-left: 0;
    padding: 0;
}

/* Displays the list-items in a row */
.social-media-icons li {
    display: inline-block;
    margin-left: 8px;
}
.contact-map .social-media-icons li {
    margin-right: 8px;
}
/* Set up the social media icons and enable transitioning for a smooth hovering effect */
.social-media-icons a {
    background-image: url('../filip/assets/images/filip-social-icons.png');
    background-image: url('../filip/assets/images/filip-social-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
    background-repeat: no-repeat;
		background-size: 105px;
    display: block;
    height: 35px;
    width: 35px;
    transition: 1s fade;
    -webkit-transition: 1s fade;
    -o-transition: 1s fade;

}

/* Move the background to the right position for each social network */
.facebook {
    background-position: 0px 0px;
}
.facebook:hover {
    background-position: 0px -35px;
}
.linkedin {
    background-position: -35px 0px ;
}
.linkedin:hover {
    background-position: -35px -35px;
}

.instagram {
    background-position: -70px 0px ;
}
.instagram:hover {
    background-position: -70px -35px;
}

.servicii-icons a {
    	background-image: url('../filip/assets/images/filip-icons.png');
    	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
    	background-repeat: no-repeat;
    	background-size: 481px;
    	margin: auto;
    	display: block;
    	height: 120px;
    	width: 120px;
    	transition: 1s fade;
    	-webkit-transition: 1s fade;
    	-o-transition: 1s fade;
    }
    .transport {
    	background-position: -1px -1px;
    }
    .transport:hover {
    	background-position: -1px -121px;
    }
    .logistica {
    	background-position: -121px -1px;
    }
    .logistica:hover {
    	background-position: -121px -121px;
    }
    .cariere {
    	background-position: -241px -1px;
    }
    .cariere:hover {
    	background-position: -241px -121px;
    }
    .oferta {
    	background-position: -361px -1px;
    }
    .oferta:hover {
    	background-position: -361px -121px;
    }

.despre-icons a {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
    	background-size: 481px;
    	margin: auto;
    	display: block;
    	height: 120px;
    	width: 120px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.angajati {
	background-position: -1px -241px;
}
.cifra-afaceri {
	background-position: -121px -241px;
}
.flota-despre {
	background-position: -241px -241px;
}
.filiale {
	background-position: -361px -241px;
}

.solutii-digitale span {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 436px;
	margin: auto;
	display: block;
	height: 80px;
	width: 80px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.plasare {
	background-position: 0px -437px;
}
.preluare {
	background-position: -79px -437px;
}
.finalizare {
	background-position: -159px -437px;
}
.features a {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 481px;
	margin: auto;
	display: block;
	height: 120px;
	width: 120px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.feature-1 {
	background-position: 0px -659px;
}
.feature-2 {
	background-position: -121px -659px;
}
.feature-3 {
	background-position: -241px -659px;
}
.feature-4 {
	background-position: 0px -901px;
}
.feature-5 {
	background-position: -121px -901px;
}
.feature-6 {
	background-position: -241px -901px;
}
.flota-icons a {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 481px;
	margin: auto;
	display: block;
	height: 120px;
	width: 120px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.certificate {
	background-position: -1px -1142px;
}
.gps {
	background-position: -121px -1142px;
}
.exploatare {
	background-position: -1px -1383px;
}
.atestate {
	background-position: -121px -1383px;
}

.scolarizare a {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 322px;
	margin: auto;
	display: block;
	height: 80px;
	width: 80px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.scolarizare-1 {
	background-position: -0px -1088px;
}
.scolarizare-2 {
	background-position: -80px -1088px;
}
.scolarizare-3 {
	background-position: -161px -1088px;
}
.scolarizare-4 {
	background-position: 0px -1249px;
}
.scolarizare-5 {
	background-position: -80px -1249px;
}
.scolarizare-6 {
	background-position: -161px -1249px;
}

/* STUFF */
.mrg-t-b {
	margin: 2rem 0;
}
.mrg-b {
	margin-bottom: 4rem;
}
.pdd-3 {
	padding: 1rem 0;
}
.grey-bg {
	background-color: #E1E6F1;
}
.mrg-2 {
	margin-top: 2rem;
}
.mrg-mob {
    margin-top: 3rem;
}
.has-post-thumbnail  a {
pointer-events: none;
}

/*---------- Responsive querys -----------*/
@media (min-width: 430px) {
  .hide-400 {
      display: unset;
  }
}

@media (min-width: 576px) {
    .scolarizare-home img,
.stiri-home img{
    height: unset;
    object-fit: cover;
}


    .top-row p {
     font-size: initial;
    }

	.menu-toggle {
		padding: .8em 1em;
	}
	.lang ul {
    padding: 1.2em .6em;
	}
}

@media (min-width: 768px) {
    .html5-video-player:not(.ytp-transparent) {
        background-color: #ffffff !important;
    }
    
    .home iframe {
        height: 280px;
    }

    body {
        font-size: 1rem;
    }
    .scolarizare-home .read-more,
    .about-home .read-more {
    	/*text-align: right;*/
    }
    .solutii-digitale h3,
    .scolarizare h3, 
    .features h3 {
        font-size: 1.2rem;
    }
    .features h3 {
        margin-top: 3rem;
        
    }
    .features li {
	    padding: 3rem;
    }
.servicii-icons a {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 888px;
	margin: auto;
	display: block;
	height: 220px;
	width: 220px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.transport {
	background-position: -1px -1px;
}
.transport:hover {
	background-position: -1px -224px;
}
.logistica {
	background-position: -223px -1px;
}
.logistica:hover {
	background-position: -223px -224px;
}
.cariere {
	background-position: -445px -1px;
}
.cariere:hover {
	background-position: -445px -224px;
}
.oferta {
	background-position: -667px -1px;
}
.oferta:hover {
	background-position: -667px -224px;
}
.despre-icons a {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 888px;
	margin: auto;
	display: block;
	height: 220px;
	width: 220px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.angajati {
	background-position: -1px -445px;
}
.cifra-afaceri {
	background-position: -223px -445px;
}
.flota-despre {
	background-position: -445px -445px;
}
.filiale {
	background-position: -667px -445px;
}

.solutii-digitale span {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 888px;
	margin: auto;
	display: block;
	height: 160px;
	width: 160px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.plasare {
	background-position: -1px -892px;
}
.preluare {
	background-position: -163px -892px;
}
.finalizare {
	background-position: -325px -892px;
}
.features a {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 888px;
	margin: auto;
	display: block;
	height: 220px;
	width: 220px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.feature-1 {
	background-position: -1px -1218px;
}
.feature-2 {
	background-position: -223px -1218px;
}
.feature-3 {
	background-position: -445px -1218px;
}
.feature-4 {
	background-position: -1px -1663px;
}
.feature-5 {
	background-position: -223px -1663px;
}
.feature-6 {
	background-position: -445px -1663px;
}
.flota-icons a {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 888px;
	margin: auto;
	display: block;
	height: 220px;
	width: 220px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.certificate {
	background-position: -1px -2109px;
}
.gps {
	background-position: -223px -2109px;
}
.exploatare {
	background-position: -1px -2554px;
}
.atestate {
	background-position: -223px -2554px;
}

.scolarizare a {
	background-image: url('../filip/assets/images/filip-icons.png');
	background-image: url('../filip/assets/images/filip-icons.svg'), none; /* IE8 does not support multiple backgrounds (even when it is empty), so reverts to the former rule with the .png */
	background-repeat: no-repeat;
	background-size: 888px;
	margin: auto;
	display: block;
	height: 220px;
	width: 220px;
	transition: 1s fade;
	-webkit-transition: 1s fade;
	-o-transition: 1s fade;
}
.scolarizare-1 {
	background-position: -1px -3001px;
}
.scolarizare-2 {
	background-position: -223px -3001px;
}
.scolarizare-3 {
	background-position: -445px -3001px;
}
.scolarizare-4 {
	background-position: -1px -3445px;
}
.scolarizare-5 {
	background-position: -223px -3445px;
}
.scolarizare-6 {
	background-position: -445px -3445px;
}


  .mobil {
      display: none;
  }
  .desktop {
      display: inline-block;
  }

  .over-desc-right {
  bottom: 3em;
  }
}

@media (min-width: 992px) {
div#n2-ss-3item1,
div#n2-ss-3item3,
div#n2-ss-3item5,
div#n2-ss-4item1,
div#n2-ss-4item3,
div#n2-ss-4item5,
div#n2-ss-5item1,
div#n2-ss-5item3,
div#n2-ss-5item5,
div#n2-ss-6item1,
div#n2-ss-6item3,
div#n2-ss-6item5 {
        font-size: 300% !important;
    }
    .padding-stiri {
        padding-left: 4rem !important;
    }

    .despre-icons {
    	margin: 10rem auto 6rem;
    }

    .extindem {
        margin: 4rem auto;
    }

    .menu-copyright {
        display: none !important;
    }
    .contact-menu>a::after {
       content: '';
    }
    .logo-footer {
        margin: 0 0 1rem;
        float: right;
    }
    .footer-logo p {
        display: inline-block;
    }
    .footer-logo {
        text-align: right;
    }
    .contact-map {
    	margin: 6em ;
    }

    .adresa-locatie {
        display: none;
    }

    .recenzii-filip {
        margin-bottom: 0;
    }
    .home iframe {
        height: 378px;
    }

    .titlu-pg h1,
    .titlu-scol h1{
        margin: 2rem auto;
    }

    .cariera {
    	margin: 6rem 0;
    }
    .cariera h2 {
        font-size: 1.4rem;
    }

    .flota-icons {
    	margin: 4rem 0;
    }
    
    .pdd-3 {
    	padding: 3rem 4rem;
    }

    .img-tir {
    	position: absolute;
    	bottom: -2rem;
    	left: -7rem;
    	width: 128%;
    }
    
    .contact-map table,
    .tari table {
    	margin: 3rem 0;
    	display: inline-block;
    }

    .main-navigation ul ul {
        display: none;
        position: absolute;
        top: 5.4em;
        left: 0;
        z-index: 99999;
        width: 188px;
        background: #fff;
        box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    }
.main-navigation ul li:hover > ul {
    display: block;
}

    .pdd-r {
    	padding-right: 80px !important;
    }
    .pdd-l {
    	padding-left: 80px !important;
    }
    .mrg-t-b {
	margin: 4rem 0;
}

    .servicii,
    .solutii-digitale {
    	margin-top: 6em;
    }
    .features {
    	margin: 6rem 0;
    }

    .extindem {
	background-image: url('../filip/assets/images/harta-despre.png');
	background-position: right bottom;
  background-size: 61%;
  background-repeat: no-repeat;
  margin: 4rem auto;
}

    .pdd-left {
	padding-left: 3rem !important;
}

    .titlu-pg {
    bottom: 5rem;
    padding-left: 5rem;
    padding-right: 2rem;
}
h1.hai-echipa {
    font-size:revert;
}
.titlu-scol {
	position: absolute;
    left: 0;
    bottom: 12rem;
    padding-left: 5rem;
    padding-right: 2rem;
    background-color: #e21c2a;
    color: #ffffff;
}


    .inginer .col-xl-4 {
        align-self: flex-end !important;
    }

    .email-240 input {
        width: auto;
    }

    .site-branding {
	margin: 0;
}

    .lang-item {
        display: none !important;
    }
    .tabel-adresa {
    display: inline-block;
}

    .newsletter {
	margin-left: 40px;
}

    .mrg-mob {
        margin-top: 0;
    }
      .lang {
    display: inline-block;
}

	.logo-contact {
		padding: 2em 0 0 8em;
	}
	.text-col {
		column-count: 2;
	}
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: inline-flex;
	}
	ul#primary-menu {
	    position: relative;
	    top: inherit;
			background: none;
	}
	.lang ul {
    border: none;
	}
	.post,
	.page {
		text-align: initial;
	}

	header .social-media-icons {
		text-align: right;
	}
	.over-desc-right {
		bottom: 4em;
		width: 70%;
	}
	.fontsize-1 {
	  font-size: 6rem;
	  line-height: 1.2;
	}

	.fontsize-2 {
	  font-size: 5.5rem;
	  line-height: 1.2;
	}

	.fontsize-3 {
	  font-size: 4.5rem;
	  line-height: 1.2;
	}

	.fontsize-4 {
	  font-size: 3.5rem;
	  font-weight: 300;
	  line-height: 1.2;
	}
    h1, .h1 {
      font-size: 2.5rem;
    }
    
    h2, .h2 {
      font-size: 2rem;
    }
    
    h3, .h3 {
      font-size: 1.5rem;
    }
    
    h4, .h4 {
      font-size: 1.4rem;
    }
    
    h5, .h5 {
      font-size: 1.25rem;
    }
    
    h6, .h6 {
      font-size: 1rem;
    }

}

@media (min-width: 1200px) {
        .ing-filip {
            text-align: initial;
	    padding: 1rem 1rem 8rem 0 ;
	    background-size: 240px;
	    background-position: 90% 97%;
    }

        .inginer img {
        display: block;
        width:90%;
        margin-left: -3rem;
        margin-top: -2rem;
    }

    div#n2-ss-3 .n2-style-c6b3f06ce761beb92a1436b6fcaa1c1d-heading {
        font-size: 350% !important;
    }

    .home iframe {
        height: 451px;
    }

    .pdd-3 {
	    padding: 3rem 8rem;
    }

    .red-line {
        top: 56%;
    }
}
@media (min-width: 1470px) { 
    .inginer .col-xl-4 {
        align-self: none;
    }

    .recenzii-filip img {
        padding-right: 3rem;
    }
    .home iframe {
        height: 573px;
    }

    .ing-filip {
	    padding: 5rem;
	    padding-left: 0;
	    padding-bottom: initial;
    }
}

@media (min-width: 1920px) {
        .home iframe {
        height: 638px;
    }

}

@media (min-width: 25000px) {
}
