@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/*
Theme Name: Școala Pârscov
Theme URI: https://www.scoalapirscov.ro/
Author: Ecs Designs
Author URI: https://www.ecsdesigns.ro/
Description: Tema design pentru site-ul Școlii din Pârscov este fully responsive, include front page, widgets, optional display font, styling, no-sidebar page, custom menu, header image, background.
Version: 1.2
Tags: scoalapirscov, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns
Text Domain: scoalapirscov
*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;	
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article ,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.entry-content th,
.comment-content th {
	font-size: 2.4vh;
	line-height: 2.181818182;
	font-weight: 300;
	text-transform: uppercase;
	color: #64bee6;
}
.widget-title{ 
    font-size: 3.5vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #ff8c24 !important;
	text-decoration: none !important;
}
/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
select,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 0.9vw;
	line-height: 1.6;
	font-weight: normal;
	color: #ffffff;
	background-color: #ff8c24;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: -ms-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: -webkit-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: -o-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: linear-gradient(to bottom, #ff8c24, #ff8c24);
	border: 0px solid #d2d2d2;
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #ffffff;
	background-color: #ff8c24;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: -ms-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: -webkit-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: -o-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: linear-gradient(to bottom, #ff8c24, #ff8c24);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #ffffff;
	background-color: #ff8c24;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: -ms-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: -webkit-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: -o-linear-gradient(top, #ff8c24, #ff8c24);
	background-image: linear-gradient(to bottom, #ff8c24, #ff8c24);
	box-shadow: inset 0 0 0px 0px #c6c6c6, 0 0px 0 0 #ff8c24;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #ff8c24;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 0px;
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	font-size: 2.5vh;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	font-size: 2.5vh;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #ff8c24;
	text-decoration: none;
}
a:hover {
	color: #ff8c24;
	text-decoration: none;
}
a:visited {
	color: #ff8c24;
	text-decoration: none;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	height: auto;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
	background-color: transparent;
}
.site-content {
	margin: 2vh 0 0;
}
.widget-area {
	margin: 2vh 0 0;
}

/* Header */
.site-header {
	padding: 24px 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	line-height: 1.285714286;
	margin-bottom: 14px;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 2vh;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	font-size: 12px;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	margin-bottom: 48px;
	word-wrap: normal;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
}
.widget-area .textwidget ul,
.widget-area .textwidget ol {
	list-style: disc outside;
	margin: 0 0 24px;
}
.widget-area .textwidget li > ul,
.widget-area .textwidget li > ol {
	margin-bottom: 0;
}
.widget-area .textwidget ol {
	list-style: decimal;
}
.widget-area .textwidget li {
	margin-left: 36px;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	line-height: 2;
	max-width: 960px;
	margin-top: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	color: #21759b;
}
.site-info span[role=separator] {
	padding: 0 0.3em 0 0.6em;
}
.site-info span[role=separator]::before {
	content: '\002f';
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	display: none;
}
.entry-header .entry-title {
	color: #ff8c24 !important;
    font-size: 4vh !important;
    font-family: Playfair Display, serif !important;
	line-height: 1.2;
	font-weight: normal;
	margin-left: 1vw;
}
.entry-header .entry-title a {
	text-decoration: none;
	color: #ff8c24 !important;
    font-size: 4vh !important;
    font-family: Playfair Display, serif !important;
	margin-left: 1vw;
}
.entry-header .entry-format {
	margin-top: 4vh;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #ff8c24;
}
.comments-link a,
.entry-meta a {
	color: #ff8c24;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #ff8c24;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #ff8c24;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
    color: #454545;
    font-size: 2.1vh;
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
	margin: 2vh 0vw 3vh 2vw;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #454545;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
    border: 0.10672358591248667vh solid #ffffff !important;
    /*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);*/
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
    border: 0.10672358591248667vh solid #ffffff !important;
    /*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);*/
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 0px double #ededed;
	margin-bottom: 2vh;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
	/*background: #fff;
    padding: 2%;
	border-bottom: 0.10672358591248667vh solid #e4e4e4 !important;*/
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.page-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
	display:none;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	float: right;
	font-size: 11px;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	font-size: 15px;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(to bottom, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
#respond #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}
#respond .comment-form-cookies-consent label {
	display: inline;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget select {
	max-width: 100%;
 }
.widget-area .widget ul ul {
	margin-left: 12px;
}
.widget_rss li {
	margin: 12px 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	margin-left: 12px;
}
.wp-calendar-nav,
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
.wp-calendar-nav {
	display: table;
}
.wp-calendar-nav span {
	display: table-cell;
}
.wp-calendar-nav-next,
#wp-calendar #next {
	padding-right: 24px;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}
.tagcloud ul {
	list-style-type: none;
}

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

.widget-area .widget.widget_tag_cloud li {
	line-height: 1;
}
.template-front-page .widget-area .widget.widget_tag_cloud li {
	margin: 0;
}

.widget-area .gallery-columns-2.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-3.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-4.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-5.gallery-size-full .gallery-icon img,
.widget-area .gallery-columns-6 .gallery-icon img,
.widget-area .gallery-columns-7 .gallery-icon img,
.widget-area .gallery-columns-8 .gallery-icon img,
.widget-area .gallery-columns-9 .gallery-icon img {
	height: auto;
	max-width: 80%;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		max-width: 100%;
	}
	.site-content {
		float: left;
		/*width: 65.104166667%;*/
		width: 75%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
	  width: 19%;
     float: right;
     background: #ffffff;
     padding: 2%;
     border: 0.10672358591248667vh solid #e4e4e4 !important;
}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-bottom: 0px solid #ededed;
		border-top: 0px solid #ededed;
		display: inline-block !important;
		text-align: right;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		line-height: 2.2;
		white-space: nowrap;
		font-size: 2.8vh;
        font-family: Roboto Condensed, sans-serif;
		font-weight: 300 !important;
        color: #454545;
		/*margin-top: 30px;*/
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #454545;
		border-bottom: 0px solid #dc3c3a;
	}
	.main-navigation li {
	    background-image: url(imagini/divider-meniu.png);
	    background-position: right;
        background-repeat: no-repeat;
		margin: 0vh 0vw 0vh 0vw;
		position: relative;
		padding-right: 1.5vw;
		/*border-right:1px solid #ffd5a8;*/
	}
	.main-navigation li ul {
		margin: 0;
		padding: 0;
		padding-top: 10px;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a {
		/*background: #354649;*/
		background-image: url(imagini/fundal-meniu-2.png);
	    background-position: top;
        background-repeat: repeat;
		border-bottom: 1px dotted #ededed !important;
		display: block;
		color: #0e5f25 !important;
		/*font-size: 16px;*/
		font-size: 2.2vh;
		font-weight: 400 !important;
		line-height: 1.8;
		text-align: left !important;
		padding: 0.5vh 1vw;
		width: 260px;
		white-space: normal;
	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		/*background: #354649;*/
		background-image: url(imagini/fundal-meniu-2.png);
	    background-position: top;
        background-repeat: repeat;
		color: #0e5f25;
		border-bottom: 1px dotted #ededed;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #454545;
		border-bottom: 0px dotted #ededed;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 24px;
		font-size: 4vh;
	    font-family: Roboto Condensed, serif;
		margin-bottom: 20px;
		color: #454545;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
	}
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background: #f9fafb;
		background-image: url(imagini/fundal-site.png);
        background-position: top;
        background-repeat: repeat;
	}
	body .site {
		padding: 0 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		box-shadow: 0 0px 0px rgba(100, 100, 100, 0.3);
	}
	body.custom-background-empty {
		/*background-color: #fff;*/
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}


/* =Scroll în sus
----------------------------------------------- */

.cd-top {
  display: inline-block;
  height: 6.4034151547492vh;
  width: 3.125vw;
  position: fixed;
  bottom: 8.537886872998932vh;
  right: 0.5208333333333334vw;
  border-style: dashed;
  border-width: 0px;
  border-color: #FFFFFF;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(imagini/sus.png) no-repeat center 50%;
  background-size: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index:99;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: transparent;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 1.0416666666666667vw;
    bottom: 2.134471718249733vh;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 6.4034151547492vh;
    width: 3.125vw;
    right: 1.5625vw;
    bottom: 8.537886872998932vh;
  }
}


/* =Definiții sus-sus
----------------------------------------------- */

.bara-sus {
    width:100%;
    height:7vh;
    background-color: #0e5f25;
	margin: 0 auto;
	margin-top: 0px;
}
.bara-sus-interior {
    width:94%;
    height:7vh;
    background-color: none;
	margin: 0 auto;
	margin-top: 0px;
}
.bara-sus-stanga {
    width: 30%;
    height: 6vh;
	margin: 1vh 0vw 0vh 0vw;
	float: left;
	text-align: left;
}
.bara-sus-centru {
    width: 40%;
    height: 6vh;
	margin: 1vh 0vw 0vh 0vw;
	float: left;
}
.bara-sus-dreapta {
    width: 30%;
    height: 6vh;
	margin: 1vh 0vw 0vh 0vw;
	float: right;
	text-align: right;
}
.text-sus{
	color: #ffffff !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 1.6vh !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	margin-top: 1.7vh !important;
}
.text-sus a,
.text-sus a:hover,
.text-sus a:visited{
	color: #ffffff !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 1.6vh !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
}
.telefon-sus{
	color: #ffffff !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 1.9vh !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	margin-right: 2vw !important;
}
.telefon-sus a,
.telefon-sus a:hover,
.telefon-sus a:visited{
	color: #ffffff !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 1.9vh !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
}


/* =Definiții meniu
----------------------------------------------- */

.meniu-orizontal{
    width:100%;
    height:10vh;
    background-image: url(imagini/fundal-meniu-2.png);
	background-position: top;
    background-repeat: repeat;
	margin: 0 auto;
	float: left;
	-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
}
.meniu-stanga {
    width:36%;
    height:10vh;
	margin: 0 auto;
	padding-left:2%;
	float:left;
	text-align: center;
}
.meniu-centru {
    width:22%;
    height:10vh;
	margin: 0 auto;
	float:left;
	padding-right:1%;
	padding-left:1%;
	text-align: center;
}
.meniu-dreapta {
    width:36%;
    height:10vh;
	margin: 0 auto;
	padding-right: 2%;
	float:right;
	text-align: center;
}
#sticky_navigation_wrapper { 
    width:100%; 
    height:auto;
	z-index: 999;
}
#sticky_navigation { 
    width:100%; 
    height:auto;
	background-color: none;
	-moz-box-shadow: 0 0 0px #999; 
	-webkit-box-shadow: 0 0 0px #999; 
	box-shadow: 0 0 0px #999; 
	border-top: 0px solid #FFFFFF;
    border-bottom: 0px solid #FFFFFF;
	z-index: 999;
}
.container-meniu { 
    background-color: none;
    width:100%; 
	margin:0 auto; 
	z-index: 2;
	-webkit-box-shadow: 0 0px 0px 0px #222;
    -moz-box-shadow: 0 0px 0px 0px #222;
    box-shadow: 0 0px 0px 0px #222;
}
.logo-sus{
    width: 20vw;
    height: auto;
    background-color: #fff;
    background-image: url(imagini/fundal-logo.png);
	background-position: top;
    background-repeat: repeat;
	margin:0 auto; 
    z-index: 10;
    position: absolute;
    margin-top: -3vh;
	margin-bottom: -3vh;
	text-align: center;
	border: 0.10672358591248667vh solid #e4e4e4 !important;
	-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
}
.logo-sus img{
    width:100%;
    height:auto;
}
.subtitlu-sus,
.subtitlu-sus a,
.subtitlu-sus a:hover,
.subtitlu-sus a:visited {
    color: #454545 !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 2.2vh !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
	text-decoration: none !important;
	line-height: 1 !important;
    letter-spacing: 0.2vw !important;
    margin-top: 3.8vh !important;
}
.titlu-sus,
.titlu-sus a,
.titlu-sus a:hover,
.titlu-sus a:visited {
    color: #0e5f25 !important;
    font-family: Playfair Display, serif !important;
	font-size: 4.2vh !important;
    font-weight: 300 !important;
    font-style: italic;
	text-decoration: none !important;
	line-height: 1 !important;
    margin-top: 1vh !important;
}
.slogan-sus,
.slogan-sus a,
.slogan-sus a:hover,
.slogan-sus a:visited {
    color: #454545 !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 1.9vh !important;
    font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: none !important;
    letter-spacing: 0.08vw !important;
    margin-top: 1.5vh !important;
	margin-bottom: 3.8vh !important;
}


/* =Definiții slider index
----------------------------------------------- */

.slider-outter {
    width:100% !important;
    height: auto !important;	
}
div#n2-ss-2 .n2-ss-slider-4 {
    height: 75vh !important;
    line-height: 0 !important;
}
div#n2-ss-2 .n2-ss-slide-limiter {
  max-width: 100% !important;	
}
.titlu-slider-1 {
    font-family: Roboto Condensed, sans-serif !important;	
	font-size: 2.5vh !important;
	margin-top: 2vh !important;
	margin-bottom: 0.5vh !important;
	margin-left: 1vw !important;
	text-shadow: 1vh 1vw 1vh #454545 !important;	
}
.titlu-slider-2 {
    font-family: Playfair Display, serif !important;
	font-size: 1.8vh !important;
	text-shadow: 0.2vh 0.2vw 0.2vh #454545 !important;	
	margin-left: 1vw !important;
}
.text-slider-1 {
    font-family: Roboto Condensed, sans-serif !important;	
	font-size: 1.8vh !important;	
	margin-top: 2vh !important;
	margin-bottom: 2vh !important;
	text-shadow: 0.2vh 0.2vw 0.2vh #454545 !important;	
	margin-left: 1vw !important;
}
.buton-slider-1 {
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 1.7vh !important;
	/*border: 0.10672358591248667vh solid #a1a1a1 !important;*/
	margin-left: 1vw !important;
}
.imagine-slider {
    width: 17.1875vw !important;
	height: 21.34471718249733vh !important;
	float: right !important;
	margin-right: 3vw !important;
	margin-top: 2vh !important;
	margin-bottom: 2vh !important;
}


/* =Definiții spații
----------------------------------------------- */

.spatiu-gol-index-1 {
    width:100%;
    height:10vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-index-2 {
    width:100%;
    height:8vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-index-3 {
    width:100%;
    height:6vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-pagini-1 {
    width:100%;
    height:8vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-pagini-2 {
    width:100%;
    height:6vh;
    margin:0 auto;
	float:left;	
}
.spatiu-gol-pagini-3 {
    width:100%;
    height:4vh;
    margin:0 auto;
	float:left;	
}


/* =Definiții intro index
----------------------------------------------- */

.intro-index {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
}
.intro-index-interior {
    width:94%;
    height: auto;
    margin:0 auto;
}
.intro-index-1 {
    width:30%;
	background-color: #fff;
    height:auto;
    margin:0 auto;
	margin-right: 4%;
	margin-top: -3vh;
	float: left;
	border: 0.10672358591248667vh solid #e4e4e4 !important;
	/*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);*/
	position: relative;
    z-index: 10;
}
.intro-index-1 img {
    width:100%;
    height:auto;
}
.intro-index-2 {
    width:30%;
	background-color: #fff;
    height:auto;
    margin:0 auto;
	margin-top: -3vh;
	float: left;
	border: 0.10672358591248667vh solid #e4e4e4 !important;
	/*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);*/
	position: relative;
    z-index: 10;
}
.intro-index-2 img {
    width:100%;
    height:auto;
}
.titlu-intro-index-1 {
    font-family: Playfair Display, serif !important;
	font-size: 3.5vh !important;
	color: #dc3c3a !important;
    font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-align: center !important;
    margin-top: 3vh !important;
	margin-bottom: 2.5vh !important;
}
.titlu-intro-index-2 {
    font-family: Playfair Display, serif !important;
	font-size: 3.5vh !important;
	color: #ff8c24 !important;
    font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-align: center !important;
    margin-top: 3vh !important;
	margin-bottom: 2.5vh !important;
}
.titlu-intro-index-3 {
    font-family: Playfair Display, serif !important;
	font-size: 3.5vh !important;
	color: #64bee6 !important;
    font-weight: 400 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-align: center !important;
    margin-top: 3vh !important;
	margin-bottom: 2.5vh !important;
}
.text-intro-index{
    color: #454545 !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-size: 2.2vh !important;	
    font-weight: 300 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-align: center !important;
	margin: 1vh 4vw 1vh 4vw !important;	
}
.mai-multe-intro-index-1 {
	color: #ffffff !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-intro-index-1 a,
.mai-multe-intro-index-1 a:hover,
.mai-multe-intro-index-1 a:visited{
	color: #ffffff !important;
	background-color: #dc3c3a !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-intro-index-2 {
	color: #ffffff !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-intro-index-2 a,
.mai-multe-intro-index-2 a:hover,
.mai-multe-intro-index-2 a:visited{
	color: #ffffff !important;
	background-color: #ff8c24 !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-intro-index-3 {
	color: #ffffff !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-intro-index-3 a,
.mai-multe-intro-index-3 a:hover,
.mai-multe-intro-index-3 a:visited{
	color: #ffffff !important;
	background-color: #64bee6 !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}


/* =Definiții mid index
----------------------------------------------- */

.mid-index {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
}
.mid-index-interior {
    width:94%;
    height:auto;
    margin:0 auto;
}
.mid-index-stanga {
    width:40%;
    height:auto;
    margin:0 auto;
	margin-right: 5%;
	float: left;
}
.mid-index-stanga img{
    width:98%;
    height:auto;
	border: 0.10672358591248667vh solid #ffffff !important;
	/*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);*/
}
.mid-index-dreapta {
    width:50%;
    height:auto;
    margin:0 auto;
	margin-left: 5%;
	float: right;
}
.subtitlu-mid {
    color: #3cb45e !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 2.2vh !important;
    font-weight: 300 !important;
	text-decoration: none !important;
	text-align: right !important;
	line-height: 1 !important;
    margin-top: 1vh !important;
	margin-right: 2vw !important;
}
.titlu-mid {
    color: #0e5f25 !important;
    font-family: Playfair Display, serif !important;
	font-size: 5.5vh !important;
    font-weight: 300 !important;
    font-style: italic !important;
	text-decoration: none !important;
	text-align: right !important;
	line-height: 1 !important;
    margin-top: 0.5vh !important;
	margin-right: 2vw !important;
}
.comuna-mid {
    color: #3cb45e !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 1.9vh !important;
    font-weight: 300 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-align: right !important;
    letter-spacing: 0.08vw !important;
	margin-right: 2vw !important;
	margin-bottom: 3.8vh !important;
}
.text-mid{
    color: #454545 !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-size: 2.5vh !important;	
    font-weight: 400 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-align: left !important;
	margin: 1vh 2vw 3vh 2vw !important;	
}
.mai-multe-mid {
	color: #ffffff !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-mid a,
.mai-multe-mid a:hover,
.mai-multe-mid a:visited{
	color: #ffffff !important;
	background-color: #0e5f25 !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}

/* =Definiții bara mid index
----------------------------------------------- */

.bara-mid-index {
    width:100%;
    height: auto;
	background-color: #eeeeee;
    margin:0 auto;
	float: left;
}
.bara-mid-index-interior {
    width:94%;
    height:auto;
    margin:0 auto;
}
.mic-bara-mid-index {
    width:5%;
    height: auto;
    margin:0 auto;
	margin-right:2.5%;
	float: left;
}
.mare-bara-mid-index {
    width:14%;
    height: auto;
    margin:0 auto;
	margin-right:2.5%;
	float: left;
	border-right: 0.10672358591248667vh solid #e1e1e1 !important;
}
.iconita-bara-mid{
    color: #b7b7b7 !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-size: 6vh !important;	
    font-weight: 400 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	text-align: left !important;
	margin: 3vh 3vw 3vh 3vw !important;	
}
.titlu-bara-mid{
    color: #b7b7b7 !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-size: 2.5vh !important;	
    font-weight: 300 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	text-align: left !important;
    letter-spacing: 0.1vw !important;
	margin: 3vh 0vw 1vh 2vw !important;	
}
.text-bara-mid{
    color: #b7b7b7 !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-size: 1.8vh !important;	
    font-weight: 400 !important;
	line-height: 1.3 !important;
	text-decoration: none !important;
	text-align: left !important;
	margin: 0vh 2vw 3vh 2vw !important;	
}


/* =Definiții outro index
----------------------------------------------- */

.outro-index {
    width:100%;
    height: auto;
    margin:0 auto;
	float: left;
}
.outro-index-interior {
    width:94%;
    height:auto;
    margin:0 auto;
}
.outro-stanga {
    width:63%;
    height:auto;
	background-color: #fff;
    margin:0 auto;
	margin-right: 5%;
	border: 0.10672358591248667vh solid #e4e4e4 !important;
	/*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);*/
	float: left;
}
.outro-dreapta {
    width:30%;
    height:auto;
    margin:0 auto;
	float: right;
}
.pestetitlu-outro-stanga {
    color: #3cb45e !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 2.2vh !important;
    font-weight: 300 !important;
	text-decoration: none !important;
	text-align: center !important;
	line-height: 1 !important;
    margin-top: 4vh !important;
	margin-left: 2vw !important;
}
.titlu-outro-stanga {
    color: #0e5f25 !important;
    font-family: Playfair Display, serif !important;
	font-size: 5.5vh !important;
    font-weight: 300 !important;
	text-decoration: none !important;
	text-align: center !important;
	line-height: 1 !important;
	margin-left: 2vw !important;
}
.undertitlu-outro-stanga {
    color: #3cb45e !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 1.9vh !important;
    font-weight: 300 !important;
	line-height: 1 !important;
	text-decoration: none !important;
	text-align: center !important;
    letter-spacing: 0.08vw !important;
	margin-left: 2vw !important;
	margin-bottom: 3.8vh !important;
}
.holder-noutati-outro {
    width:90%;
    height:auto;
    margin:2% 3% 1% 3%;
	float:left;
}
.informatii-outro-index {
    width:90%;
    height: auto;
	background-color: #ff8c24;
    margin:0 auto;
	float: left;
	padding: 4% 5% 4% 5%;
}
.titlu-informatii-outro-index {
    color: #ffffff !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 2.5vh !important;
    font-weight: 300 !important;
	line-height: 1.4 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	text-align: center !important;
}
.informatii-outro-index-2 {
    width:90%;
    height: auto;
	background-color: #ffffff;
    margin:0 auto;
	float: left;
	padding: 4% 5% 4% 5%;
	border-bottom: 0.10672358591248667vh solid #e4e4e4 !important;
}
.text-informatii-outro-index {
    color: #454545 !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-size: 2.5vh !important;
    font-weight: 300 !important;
	line-height: 1.4 !important;
	text-decoration: none !important;
	text-align: center !important;
}



/* =Definiții footer mid
----------------------------------------------- */

.footer-mid {
    width:100% !important;
    background-color: #0e5f25;
    height:auto;
    float:left;
	padding: 2vh 0px 2vh 0px;
}
.footer-mid-inner {
    width:94%;
    height:auto;
	margin: 0 auto;
}
.logo-footer-mid {
    width:20%;
    height:auto;
	margin: 0 auto;
	margin-right:5%;
	padding: 2vh 0px 2vh 0px;
	float:left;
}
.logo-footer-mid img{
    width:80%;
    height:auto;
	/*margin-top: 2vh;*/
}
.coloana-footer-mid {
    width:15%;
    height:auto;
	margin: 0 auto;
	margin-right:5%;
	padding: 2vh 0px 3vh 0px;
	float:left;
}
.coloana-footer-mid-pen {
    width:12%;
    height:auto;
	margin: 0 auto;
	margin-right:5%;
	padding: 2vh 0px 3vh 0px;
	float:left;
}
.coloana-footer-mid-last {
    width:15%;
    height:auto;
	margin: 0 auto;
	margin-right:3%;
	padding: 2vh 0px 2vh 0px;
	float:left;
}
.titlu-footer {
	color: #ffffff !important;	
    font-family: Playfair Display, serif !important;
	font-size: 3.2vh !important;	
	font-style:normal !important;	
	font-weight: 300 !important;
	text-decoration: none !important;	
	text-align:left !important;
	line-height: 1 !important;	
	margin-top: 2.5vh !important;
	margin-bottom: 2.5vh !important;
}
.butoane-footer-mid{
	color: #ffffff !important;
	font-size: 2.3vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
    line-height: 1.4 !important;
	margin-top: 1vh !important;
	white-space: nowrap !important;
}
.butoane-footer-mid a,
.butoane-footer-mid a:hover,
.butoane-footer-mid a:visited{
	color: #ffffff !important;
	font-size: 2.3vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
    line-height: 1.4 !important;
	white-space: nowrap !important;
}
.butoane-footer-mid-2{
	color: #ffffff !important;
	font-size: 2.3vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
    line-height: 1.4 !important;
	margin-top: 1vh !important;
	white-space: nowrap !important;
}
.butoane-footer-mid-2 a,
.butoane-footer-mid-2 a:hover,
.butoane-footer-mid-2 a:visited{
	color: #ffffff !important;
	font-size: 2.3vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;	
	text-decoration: none !important;
    line-height: 1.4 !important;
	white-space: nowrap !important;
}


/* =Definiții footer jos
----------------------------------------------- */

.footer-jos {
    width:100%;
    height:5vh;
	background: #0a431a;
    margin:0 auto;
	float: left;
}
.footer-jos-inner {
    width:94%;
    height:5vh;
    margin:0 auto;
}
.footer-jos-inner-stanga {
    width:50%;
    height:5vh;
    margin:0 auto;
	float: left;
	text-align: left;
}
.footer-jos-inner-dreapta {
    width:45%;
    height:5vh;
    margin:0 auto;
	float: right;
	text-align: right;
}
.text-footer-jos{
	color: #ffffff !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    line-height: 1.2 !important;
	margin-top: 1.7vh !important;
	white-space: nowrap !important;
}
.text-footer-jos a,
.text-footer-jos a:hover,
.text-footer-jos a:visited{
	color: #ffffff !important;
	font-size: 1.6vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
    line-height: 1.2 !important;
	white-space: nowrap !important;
}


/* =Definiții pagini
----------------------------------------------- */

.header-pagini{
    width: 100%;
	height: 40vh;
	background-size: cover;
    background-image: url(imagini/header-pagini.jpg);
	background-position: center center;
    background-repeat: no-repeat;
	margin: 0 auto;
	margin-top: 0px;
}
.header-pagini-inner {
    width:90%;
    height:auto;
	background-color: transparent;
    margin:0 auto;
}
.subtitlu-pagini-sus{
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 200 !important;
    color: #ffffff !important;
	font-size: 2.5vh !important;
    line-height: 1 !important;
	font-style:normal !important;
	padding-top: 10vh !important;
	text-align: left !important;
}
.titlu-pagini {
    font-size: 5vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 400 !important;
    color: #ffffff !important;
	text-decoration: none !important;	
	text-align: left !important;
    font-style: italic !important;
	line-height: 1 !important;	
	margin-top: -1vh !important;
}
.inner-pagini{
    width: 94%;
	height: auto;
	margin: 0 auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
}
.inner-pagini-alb{
    width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 5vh;
	padding-bottom: 5vh;
    float: left;	
}
.inner-pagini-color{
    width: 100%;
	height: auto;
	background: transparent;
	margin: 0 auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
    float: left;
}
.inner-pagini-color-2{
    width: 100%;
	height: auto;
	background: transparent;
	margin: 0 auto;
	padding-top: 1vh;
	padding-bottom: 1vh;
    float: left;
}
.inside-pagini{
    width:100%;
    height:auto;
	background-color: transparent;
	margin:0 auto;
	border: 0px solid #e7e7e7;
}
.inside-pagini-1-stanga{
    width:44%;
    height:auto;
	background-color: #ffffff;
    float: left;
	text-align: left;
	border: 0.10672358591248667vh solid #e4e4e4 !important;
	/*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);*/
	padding: 2%;
}
.inside-pagini-1-stanga img{
    width: 100%;
    height: auto;	
	outline: 0.10672358591248667vh solid #ffffff;
    outline-offset: -4vh;
    margin: 0 !important;
}
.inside-pagini-1-dreapta{
    width:47%;
    height:auto;
	background-color: transparent;
    float: right;
	border: 0px solid #e7e7e7;
	text-align: left;
}
.inside-pagini-1-dreapta img{
    width: 100%;
    height: auto;	
	outline: 0.10672358591248667vh solid #ffffff;
    outline-offset: -4vh;
    margin: 0 !important;
}
.inside-pagini-2-stanga{
    width:47%;
    height:auto;
	background-color: transparent;
    float: left;
	border: 0px solid #e7e7e7;
	text-align: left;
}
.inside-pagini-2-stanga img{
    width: 100%;
    height: auto;	
	outline: 0.10672358591248667vh solid #ffffff;
    outline-offset: -4vh;
    margin: 0 !important;
}
.inside-pagini-2-dreapta{
    width:44%;
    height:auto;
	background-color: #ffffff;
    float: right;
	text-align: left;
	border: 0.10672358591248667vh solid #e4e4e4 !important;
	/*-webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);*/
	padding: 2%;
}
.inside-pagini-2-dreapta img{
    width: 100%;
    height: auto;	
	outline: 0.10672358591248667vh solid #ffffff;
    outline-offset: -4vh;
    margin: 0 !important;
}
.inside-pagini-3{
    width:96%;
    height:auto;
	background-color: #ffffff;
    float: left;
	border: 0.10672358591248667vh solid #e4e4e4 !important;
	text-align: left;
	padding:2%;
}
.inside-pagini-4{
    width:100%;
    height:auto;
	margin: 0 auto;
	padding-top: 4vh;
	margin-bottom: 2%;
	border: 1px dashed #738052;
	border-radius: 2vh;
    float: left;
	text-align: left;
}
.inside-pagini-5{
    width:24%;
    height:auto;
	background-color: #ffffff;
    float: left;
	border: 0.10672358591248667vh solid #e4e4e4 !important;
	text-align: left;
	margin-right: 3%;
    padding:3%;
}
.inside-pagini-5 img{
    width: 100%;
    height: auto;	
	outline: 0.10672358591248667vh solid #e4d2a3;
    outline-offset: -4vh;
    margin: 0 !important;
}
.inside-pagini-6{
    width:30%;
    height:auto;
	background-color: transparent;
    float: left;
	border: 0px solid #e7e7e7;
	text-align: left;
	margin-right: 3%;
}
.inside-pagini-6 img{
    width: 100%;
    height: auto;	
    margin: 0 !important;
}
.subtitlu-pagini{
	color: #64bee6 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-style:normal !important;
    font-weight: 300 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
	margin: 0.5vh 0vw 0vh 0vw !important;
	padding: 0 !important;
}
.subtitlu-pagini-2{
	color: #ff8c24 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-style:normal !important;
    font-weight: 300 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
	margin: 0.5vh 0vw 0vh 0vw !important;
	padding: 0 !important;
}
.subtitlu-pagini-3{
	color: #dc3c3a !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-style:normal !important;
    font-weight: 300 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
	margin: 0.5vh 0vw 0vh 0vw !important;
	padding: 0 !important;
}
.subtitlu-pagini-4{
	color: #454545 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin-top: 2vh !important;
}
.subtitlu-pagini-5{
	color: #454545 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.1 !important;
	text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}
.titlu-pagini-2{
	color: #64bee6 !important;
    font-size: 4vh !important;
    font-family: Playfair Display, serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
	margin: -1vh 0vw 5vh 0vw !important;
    padding: 0 !important;
}
.titlu-pagini-3{
	color: #ff8c24 !important;
    font-size: 4vh !important;
    font-family: Playfair Display, serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
	margin: -1vh 0vw 5vh 0vw !important;
    padding: 0 !important;
}
.titlu-pagini-4{
	color: #dc3c3a !important;
    font-size: 4vh !important;
    font-family: Playfair Display, serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: center !important;
	margin: -1vh 0vw 5vh 0vw !important;
    padding: 0 !important;
}
.titlu-pagini-5{
	color: #ff8c24 !important;
    font-size: 3vh !important;
    font-family: Playfair Display, serif !important;
	font-style: normal !important;
	font-weight: 400 !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin: 2vh 0vw 3vh 2vw !important;
    padding: 0 !important;
}
.text-pagini-1{
	color: #454545 !important;
	font-size: 2.4vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: left !important;
    line-height: 1.4 !important;
	margin: 2vh 0vw 3vh 2vw !important;
    padding: 0 !important;
}
.text-pagini-1 a,
.text-pagini-1 a:hover,
.text-pagini-1 a:visited{
	color: #0e5f25 !important;
	font-size: 2.3vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: left !important;
    line-height: 1.4 !important;
}
.text-pagini-2{
	color: #454545 !important;
	font-size: 2.4vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: left !important;
    line-height: 1.4 !important;
	margin: 2vh 2vw 3vh 2vw !important;
    padding: 0 !important;
}
.text-pagini-3{
	color: #454545 !important;
	font-size: 2.1vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-align: left !important;
    line-height: 1.4 !important;
	margin: 2vh 0vw 3vh 2vw !important;
    padding: 0 !important;
}
.text-pagini-4{
	color: #ff8c24 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.4 !important;
	margin: 20px 0px 0px 0px !important;
	padding: 0px 0px 20px 0px !important;
}
.text-pagini-5{
	color: #ff8c24 !important;
	font-size: 2.2vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.4 !important;
	margin: 20px 0px 0px 0px !important;
	padding: 0px 0px 20px 0px !important;
}
.mai-multe-pagini-1 {
	color: #ffffff !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-pagini-1 a,
.mai-multe-pagini-1 a:hover,
.mai-multe-pagini-1 a:visited{
	color: #ffffff !important;
	background-color: #dc3c3a !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-pagini-2 {
	color: #ffffff !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-pagini-2 a,
.mai-multe-pagini-2 a:hover,
.mai-multe-pagini-2 a:visited{
	color: #ffffff !important;
	background-color: #ff8c24 !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-pagini-3 {
	color: #ffffff !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.mai-multe-pagini-3 a,
.mai-multe-pagini-3 a:hover,
.mai-multe-pagini-3 a:visited{
	color: #ffffff !important;
	background-color: #64bee6 !important;
	font-size: 1.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;	
	font-style:normal !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
    text-align: center !important;
    letter-spacing: 0.1vw !important;
    line-height: 1 !important;
    padding: 1.8vh !important;
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
}
.harta-locatie, 
.harta-locatie iframe {
    width: 100%;
    height: 75vh;
	float:left;
}	
.harta-locatie iframe  {
    filter: grayscale(0) invert(1) sepia(1) saturate(1);
}
.harta-contact, 
.harta-contact iframe {
    width: 100%;
    height: 54vh;
	float:left;
}	
.harta-contact iframe  {
    filter: grayscale(0) invert(0) sepia(0) saturate(0);
}


/* =Definiții pagina contact și formulare
----------------------------------------------- */

.telefon-pagina-contact{
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 300 !important;
    color: #ff8c24 !important;
	font-size: 4vh !important;
	font-style:normal !important;
	text-decoration: none !important;
	text-align: left !important;
    line-height: 2 !important;
	margin: 1.4vh 0vw 1.4vh 2vw !important;
}
.telefon-pagina-contact a,
.telefon-pagina-contact a:hover,
.telefon-pagina-contact a:visited{
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 300 !important;
    color: #ff8c24 !important;
	font-size: 4vh !important;
	font-style: normal !important;
	text-decoration: none !important;
	text-align: left!important;
    line-height: 2 !important;
}
.adresa-pagina-contact{
	color: #ff8c24 !important;
	font-size: 4vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 300 !important;
	font-style: normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin: 4.3vh 1vw 2.1vh 2vw !important;
}
.adresa-pagina-contact a,
.adresa-pagina-contact a:hover,
.adresa-pagina-contact a:visited{
	color: #ff8c24 !important;
	font-size: 4vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 300 !important;
	font-style: normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
}

.info-email-pagina-contact{
	color: #454545 !important;
	font-size: 2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-weight: 300 !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin: 4.3vh 0vw 0vh 4.4vw !important;
}
.email-pagina-contact{
	color: #ff8c24 !important;
	font-size: 3vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-weight: 300 !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
	margin: 0vh 0vw 0vh 2vw !important;
}
.email-pagina-contact a,
.email-pagina-contact a:hover,
.email-pagina-contact a:visited{
	color: #ff8c24 !important;
	font-size: 3vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-weight: 300 !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1 !important;
	text-align: left !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]{
    background-color: #fff !important;
    color: #454545 !important;
    width: 85% !important;
	border: 1px solid #64bee6 !important;
	height: 5vh !important;
    font-size: 2vh !important;
	margin: 0vh 2.6vw;
	margin-bottom: 1px !important;
}
.wpcf7 input[type="tel"] {
    background-color: #fff;
    color: #454545 !important;
    width: 85% !important;
	border: 1px solid #64bee6 !important;
	height: 5vh !important;
    font-size: 2vh !important;
	margin: 0vh 2.6vw;
	margin-bottom: 1px !important;
}
.wpcf7 textarea{
    background-color: #fff !important;
    color: #454545 !important;
    width: 85% !important;
	height: 120px !important;
	border: 1px solid #64bee6 !important;
    font-size: 2vh !important;
	margin: 0vh 2.6vw;
	margin-bottom: 1px !important;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 1vh 2vw 1vh 2vw !important;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
  height: 5vh !important;
 	margin: 0vh 2.6vw;
}
.text-acceptare-formular{
	color: #64bee6 !important;
	font-size: 2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
	font-style:normal !important;
	text-decoration: none !important;
    line-height: 1.4 !important;
	margin: 2.2vh 3vw 2.2vh 3vw !important;
}

/* =Definiții meniu social
----------------------------------------------- */

.fm-bar.fm-side-space {
  margin: 0.22vh;
  top: 22vh !important;
}
.float-menu-1 {
  --fm-icon-size: 2.5vh !important;
  --fm-label-size: 1.8vh !important;
}
.fm-bar li > a .fm-icon, .fm-bar li > a .fm-icon [class*="fa-"], .fm-bar li > a .fm-label, .fm-bar li > a .fm-label [class*="fa-"] {
  color: #ffffff !important;
  background-color: #0a431a !important;
}
.fm-bar li:hover > a .fm-label{
  color: #ffffff !important;
  background-color: #0a431a !important;
}


/* =Definiții galerie
----------------------------------------------- */

.ngg-galleryoverview.default-view .ngg-gallery-thumbnail a {
    margin: 1vh !important;	
    box-shadow: none;
}
.ngg-gallery-thumbnail {
    margin: 1.1vh !important;
    /*border: 0.10672358591248667vh solid #1C2C34 !important;*/
}
.ngg-galleryoverview.default-view .ngg-gallery-thumbnail img {
    outline: 0.10672358591248667vh solid #ffffff !important;
    outline-offset: -1.8vh !important;
}


/* =Definiții sidebar
----------------------------------------------- */

.sidebar-3 {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 0px;
	padding-top:1vh;
	padding-bottom:2vh;
	margin-bottom:3vh;
	/*border-top: 0.10672358591248667vh solid #e4d2a3 !important;*/
	border-bottom: 0.10672358591248667vh solid #e4d2a3 !important;
}
.titlu-sidebar-3{ 
    font-size: 3.5vh !important;
    font-family: Playfair Display, serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #ff8c24 !important;
	text-decoration: none !important;
}
.categorii-sidebar-3{ 
    font-size: 2.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #454545 !important;
	text-decoration: none !important;
	margin-bottom: 2vh !important;
	margin-left: 1.5vw !important;
}
.categorii-sidebar-3 a{ 
    font-size: 2.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #454545 !important;
	text-decoration: none !important;
}
.categorii-sidebar-3 a:visited{ 
    font-size: 2.8vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #454545 !important;
	text-decoration: none !important;
}
.sidebar-4 {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 0px;
	padding-bottom:2vh;
	margin-bottom:4vh;
	border-bottom: 0.10672358591248667vh solid #e4d2a3 !important;
}
.sidebar-4 img{
    width:100%;
    height:auto;
}
.sidebar-5 {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 0px;
	padding-bottom:3vh;
	margin-bottom:3vh;
	border-bottom: 0.10672358591248667vh solid #e4d2a3 !important;
}
.titlu-sidebar-5{ 
    font-size: 4vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 600 !important;
    line-height: 1 !important;	
    color: #ff8c24 !important;
	text-decoration: none !important;
}
.subtitlu-sidebar-5{ 
    font-size: 2vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 300 !important;
    line-height: 1 !important;	
    color: #454545 !important;
	text-decoration: none !important;
	margin-bottom: 0 !important;
}
.text-sidebar-5{ 
    font-size: 1.6vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 300 !important;
    line-height: 1.4 !important;	
    color: #454545 !important;
	text-decoration: none !important;
	margin-bottom: 0 !important;
}
.telefon-sidebar-5{ 
    font-size: 3.5vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #ff8c24 !important;
	text-decoration: none !important;
}
.telefon-sidebar-5 a{ 
    font-size: 3.5vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #ff8c24 !important;
	text-decoration: none !important;
}
.telefon-sidebar-5 a:visited{ 
    font-size: 3.5vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #ff8c24 !important;
	text-decoration: none !important;
}
.email-sidebar-5{ 
    font-size: 2.5vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #ff8c24 !important;
	text-decoration: none !important;
}
.email-sidebar-5 a{ 
    font-size: 2.5vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #ff8c24 !important;
	text-decoration: none !important;
}
.email-sidebar-5 a:visited{ 
    font-size: 2.5vh !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-weight: 400 !important;
    line-height: 1 !important;	
    color: #ff8c24 !important;
	text-decoration: none !important;
}
.sidebar-6 {
    width:100%;
    height:auto;
    margin:0 auto;
	float: left;
	padding: 0px;
	padding-bottom:3vh;
	margin-bottom:3vh;
	border-bottom: 0.10672358591248667vh solid #e4d2a3 !important;
}
.sidebar-6 img{
    width:100%;
    height:auto;
}


/* =Definiții carusel noutati
----------------------------------------------- */

.chpcs_image_carousel {
  position: relative;
  width: auto;
  padding: 1% !important;
}
.titlu-sidebar-news {
    color: #64bee6 !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-size: 2.6vh !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    padding-bottom: 1vh !important;
    text-decoration: none !important;
}
.titlu-sidebar-news a{
    color: #64bee6 !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-size: 2.6vh !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    text-decoration: none !important;
}
.text-news-sidebar {
    color: #454545 !important;
    font-family: Roboto Condensed, sans-serif !important;
    font-size: 2vh !important;
    font-weight: 300 !important;
    line-height: 1 !important;
    padding-bottom: 2vh !important;
    text-decoration: none !important;
}