html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }  body {
margin: 0;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; }  a {
background-color: transparent;
} abbr[title] {
border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } button,
input { overflow: visible;
} button,
select { text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: 'Montserrat', sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
margin: 0 0 15px;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol { margin: 0 0 10px;
padding-inline-start: 20px;
}
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: #00ab9e;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
color: #007970;
}
a {
color: #00ab9e;
transition: 0.2s all ease-in-out;
text-decoration: none;
}
a:hover {
color: #007970;
text-decoration: underline;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 0) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .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: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .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;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
ul#wp-admin-bar-top-secondary {
display: none;
}
div#wpadminbar {
padding-right: 10px;
width: auto;
z-index: 999999999999999999999999999999999999999999;
min-width: inherit;
border-bottom-right-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
opacity: 0.1;
transition: 0.2s all ease-in-out;
}
body.logged-in.admin-bar {
margin-top: -32px;
}
div#wpadminbar:hover {
opacity: 1;
}
.header_helper {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
float: left;
z-index: 999;
transition: 0.2s all ease-in-out;
}
.container {
max-width: 1200px;
margin: 0 auto;
}
.firstRowHead {
width: 100%;
float: left;
padding: 20px 0;
height: 78px;
transition: 0.2s all ease-in-out;
}
.site-branding {
float: left;
}
.site-branding img {
width: 80px;
display: inline-block;
vertical-align: middle;
}
.site-branding .site-title {
display: inline-block;
vertical-align: middle;
max-width: 250px;
margin: 0 0 0 10px;
font-size: initial;
font-weight: normal;
line-height: 1.2;
}
.site-branding a {
text-decoration: none;
color: white;
line-height: 1.2;
float: left;
}
.rightThings {
float: right;
}
.searchWrp {
display: inline-block;
vertical-align: middle;
}
.socialMenu {
display: inline-block;
vertical-align: middle;
}
.socialMenu ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.socialMenu ul li {
display: inline-block;
vertical-align: middle;
margin: 0 0 0 15px;
}
.socialMenu ul li a {
text-decoration: none;
color: white;
}
input.search-field::-webkit-input-placeholder { color: white;
content: 'sdfasdf';
}
input.search-field::-moz-placeholder { color: white;
}
input.search-field:-ms-input-placeholder { color: white;
}
input.search-field:-moz-placeholder { color: white;
}
input.search-field {
background: no-repeat;
border: 0;
width: 240px;
padding: 0;
font-size: 13px;
outline: none;
color: white;
}
form.search-form {
background: rgba(255, 255, 255, 0.4);
padding: 5px 15px;
border-radius: 2px;
position: relative;
}
input.search-submit {
display: inline-block;
-webkit-appearance: inherit;
padding: 0;
border: 0;
background: none;
opacity: 1;
height: 35px;
right: 0;
top: 0;
overflow: hidden;
position: absolute;
bottom: 0;
width: 31px;
cursor: pointer;
opacity: 0;
outline: none;
}
form.search-form:after {
font-family: "Font Awesome 5 Pro";
font-weight: 900;
content: "\f002";
color: white;
}
.main-navigation {
text-align: center;
position: relative;
padding: 10px 0;
border-top: 1px solid white;
border-bottom: 1px solid white;
transition: 0.2s all ease-in-out;
}
.main-navigation li {
display: inline-block;
float: none;
vertical-align: middle;
}
.main-navigation li a {
font-family: 'Teko';
color: white;
font-size: 21px;
padding: 6px 10px 3px;
line-height: 1.2;
border-radius: 2px;
transition: 0.2s all ease-in-out;
outline: none;
}
.main-navigation li a:hover {
background: #007970;
}
section.firstSection {
background: #00ab9e;
position: relative;
padding-top: 200px;
color: white;
overflow: hidden;
}
img.logoOnBack1 {
position: absolute;
left: 15%;
top: 40px;
width: 450px;
opacity: 0.05;
transition: 0.2s all ease-in-out;
}
img.logoOnBack2 {
position: absolute;
right: 2%;
top: 2%;
width: 700px;
opacity: 0.05;
transition: 0.2s all ease-in-out;
}
section.firstSection .container {
position: relative;
z-index: 1;
}
img.bottomShapeOnFrst {
position: absolute;
bottom: -1px;
left: 0;
right: 0;
width: 100%;
}
.leftText {
width: 50%;
display: inline-block;
vertical-align: top;
}
.rightImage {
width: calc(50% - 5px);
display: inline-block;
vertical-align: bottom;
margin-bottom: 50px;
}
.leftText h2 {
font-weight: normal;
margin: 20px 0;
line-height: 1.2;
}
section {
width: 100%;
float: left;
margin-bottom: 100px;
}
.header_helper.fixedHeader {
background: #00ab9e;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header_helper.fixedHeader .firstRowHead {
height: 0;
overflow: hidden;
padding: 0 0;
}
.header_helper.fixedHeader .main-navigation {
border: 0;
}
.main-navigation li.current_page_item a, .main-navigation li.current_page_item.menu-item-21 a:hover {
background: #007970;
}
.main-navigation li.current_page_item.menu-item-21 a {
background: no-repeat;
}
.deCeAddeWrp {
width: 100%;
float: left;
text-align: center;
display: flex;
flex-wrap: wrap;
}
.secTtl {
font-family: 'Teko';
color: #00ab9e;
font-size: 35px;
line-height: 1.2;
margin: 0 0 50px;
}
.deCeAddeWrp .secTtl {
width: 100%;
float: left;
}
.oneGood {
width: 20%;
float: left;
padding: 20px;
}
.oneGood img {
height: 80px;
}
.oneGood strong {
width: 100%;
float: left;
font-family: 'Teko';
font-size: 20px;
color: black;
line-height: 1.2;
margin: 5px 0;
}
.oneGood span {
width: 100%;
float: left;
color: gray;
line-height: 1.2;
}
.descWithBack {
width: 100%;
float: left;
background-position: center center;
background-size: cover;
border-radius: 5px;
overflow: hidden;
position: relative;
}
.descWithBack:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 171, 158, 0.85);
}
.textInside .secTtl {
color: white;
margin: 0 0 20px;
}
.textInside {
position: relative;
color: white;
font-weight: 500;
max-width: 600px;
padding: 30px 0px 30px 30px;
}
.textInside p {
margin: 10px 0 0;
line-height: 1.2;
text-align: justify;
}
.topHeaderOfPage {
width: 100%;
float: left;
background: #00ab9e;
padding: 200px 0 100px;
position: relative;
margin-bottom: 50px;
}
.topHeaderOfPage img.bottomOnPages {
width: 100%;
float: left;
position: absolute;
bottom: -2px;
left: 0;
right: 0;
}
h1.page-name, h1.page-name h1.page-title {
font-family: 'Teko';
font-size: 35px;
color: white;
margin: 0;
line-height: 1.2;
}
.programeListing {
width: 100%;
float: left;
text-align: center;
display: flex;
flex-wrap: wrap;
position: relative;
z-index: 1;
}
section.programeWrp .container {
position: relative;
}
section.programeWrp {
position: relative;
width: 100%;
float: left;
padding: 135px 0;
background: #f2f2f2;
}
img.tpBcg {
position: absolute;
top: 0;
left: 0;
right: 0;
width: 100%;
}
img.btmBcg {
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
}
a.unProgram {
text-decoration: none;
color: black;
}
.programeListing .secTtl {
width: 100%;
}
.unProgram {
width: calc(100% / 3 - 20px);
float: left;
background: white;
border-radius: 4px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
position: relative;
padding-bottom: 40px;
transition: 0.2s all ease-in-out;
margin-bottom: 30px;
}
.unProgram:not(:last-child) {
margin-right: 30px;
}
.unProgram:nth-child(4) {
margin-right: 0;
}
.imageOfProgram {
width: 100%;
float: left;
padding: 10px;
background-size: cover;
background-position: center center;
text-align: left;
transition: 0.2s all ease-in-out;
min-height: 171px;
}
.programeListing.allOfThem .unProgram {
margin-right: 30px;
}
.programeListing.allOfThem .unProgram:nth-child(3n + 3) {
margin-right: 0;
}
.dataProgram {
background: #00ab9e;
color: white;
line-height: 1;
padding: 5px;
border-radius: 3px;
display: inline-block;
margin-top: 120px;
text-transform: capitalize;
font-family: 'Teko';
font-size: 20px;
vertical-align: middle;
}
.galerieImaginiProiect.onProgram {
text-align: left;
}
.galerieImaginiProiect.onProgram .imgInGalerie {
width: calc(100% / 3 - 20px);
margin: 0 15px 15px 0;
}
.galerieImaginiProiect.onProgram .imgInGalerie:nth-child(n+3) {
margin-left: 0;
}
.unProgram hr {
width: 100%;
float: left;
margin: 0;
height: 3px;
background: -moz-linear-gradient(19.21% -388.71% -40deg,rgba(69, 173, 173, 1) 0%,rgba(78, 174, 168, 1) 10.96%,rgba(102, 175, 154, 1) 28.85%,rgba(142, 178, 132, 1) 51.44%,rgba(197, 182, 101, 1) 77.57%,rgba(249, 186, 72, 1) 100%);
background : -webkit-linear-gradient(-40deg, rgba(69, 173, 173, 1) 0%, rgba(78, 174, 168, 1) 10.96%, rgba(102, 175, 154, 1) 28.85%, rgba(142, 178, 132, 1) 51.44%, rgba(197, 182, 101, 1) 77.57%, rgba(249, 186, 72, 1) 100%);
background : -webkit-gradient(linear,19.21% -388.71% ,80.79% 488.71% ,color-stop(0,rgba(69, 173, 173, 1) ),color-stop(0.1096,rgba(78, 174, 168, 1) ),color-stop(0.2885,rgba(102, 175, 154, 1) ),color-stop(0.5144,rgba(142, 178, 132, 1) ),color-stop(0.7757,rgba(197, 182, 101, 1) ),color-stop(1,rgba(249, 186, 72, 1) ));
background : -o-linear-gradient(-40deg, rgba(69, 173, 173, 1) 0%, rgba(78, 174, 168, 1) 10.96%, rgba(102, 175, 154, 1) 28.85%, rgba(142, 178, 132, 1) 51.44%, rgba(197, 182, 101, 1) 77.57%, rgba(249, 186, 72, 1) 100%);
background : -ms-linear-gradient(-40deg, rgba(69, 173, 173, 1) 0%, rgba(78, 174, 168, 1) 10.96%, rgba(102, 175, 154, 1) 28.85%, rgba(142, 178, 132, 1) 51.44%, rgba(197, 182, 101, 1) 77.57%, rgba(249, 186, 72, 1) 100%);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#45ADAD', endColorstr='#F9BA48' ,GradientType=0)";
background : linear-gradient(130deg, rgba(69, 173, 173, 1) 0%, rgba(78, 174, 168, 1) 10.96%, rgba(102, 175, 154, 1) 28.85%, rgba(142, 178, 132, 1) 51.44%, rgba(197, 182, 101, 1) 77.57%, rgba(249, 186, 72, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45ADAD',endColorstr='#F9BA48' , GradientType=1);
}
.dataProgram i {
font-size: 17px;
}
h3.programName {
width: 100%;
float: left;
margin: 10px 0;
font-family: 'Teko';
font-size: 23px;
line-height: 1.2;
padding: 0 20px;
}
.unProgram p {
width: 100%;
float: left;
margin: 0;
color: gray;
padding: 0 10%;
margin-bottom: 20px;
}
.unProgram button {
border: 0;
font-size: initial;
background: #00ab9e;
color: white;
line-height: 1;
padding: 10px 40px;
font-weight: 600;
position: absolute;
bottom: 10px;
left: 10%;
right: 10%;
width: 80%;
display: inline-block;
cursor: pointer;
transition: 0.2s all ease-in-out;
}
.unProgram button:hover {
background: #007970;
}
.unProgram:hover {
transform: scale(1.02);
}
.buttonWrpUndrPrograme {
width: 100%;
float: left;
margin-top: 20px;
}
.buttonWrpUndrPrograme a {
border: 0;
font-size: initial;
background: #00ab9e;
color: white;
line-height: 1;
padding: 10px 40px;
font-weight: 600;
display: inline-block;
text-decoration: none;
border-radius: 3px;
transition: 0.2s all ease-in-out;
}
.buttonWrpUndrPrograme a:hover {
background: #007970;
}
.numbersWrp {
width: 100%;
float: left;
}
.oneNumber {
width: 20%;
float: left;
text-align: center;
line-height: 1;
}
.oneNumber strong {
font-size: 60px;
font-family: 'Teko';
display: inline-block;
width: 100%;
float: left;
text-shadow: 7px 7px 0 rgba(214, 214, 214, 0.7);
}
.oneNumber small {
width: 100%;
font-size: inherit;
padding: 0 60px;
display: inline-block;
}
.oneNumber br {
width: 100%;
display: inline-block;
float: left;
height: 4px;
}
.testimonialeWrp {
width: 100%;
float: left;
text-align: center;
}
.testimonialeSlider {
width: 100%;
float: left;
position: relative;
}
.oneTestimonial {
width: calc(50% - 20px);
float: left;
margin: 10px;
padding: 35px 0 0 0;
}
.contentTxt {
text-align: left;
position: relative;
width: calc(70% - 5px);
display: inline-block;
vertical-align: middle;
}
img.qoutesOnTestim {
width: 120px;
position: absolute;
top: -30px;
left: -50px;
z-index: 0;
}
.imageOfPers {
width: 30%;
display: inline-block;
padding-right: 20px;
position: relative;
z-index: 1;
vertical-align: middle;
}
.imageOfPers .innerImg {
width: 100%;
float: left;
padding-bottom: 100%;
background-size: cover;
background-position: center center;
border-radius: 100px;
}
.contentOfTestim {
width: 100%;
float: left;
position: relative;
z-index: 1;
color: gray;
line-height: 1.4;
font-style: italic;
margin-bottom: 10px;
text-align: justify;
}
.nameOfTestim {
width: 100%;
float: left;
}
.testimonialeSlider i.fas.slick-arrow {
position: absolute;
top: 40%;
cursor: pointer;
z-index: 2;
font-size: 35px;
color: #d8d8d8;
transition: 0.2s all ease-in-out;
}
.testimonialeSlider i.fas.fa-chevron-left.slick-arrow {
left: -50px;
}
.testimonialeSlider i.fas.fa-chevron-right.slick-arrow {
right: -50px;
}
.testimonialeSlider i.fas.slick-arrow:hover {
color: #00ab9e;
}
.textFormOnLeft {
display: inline-block;
width: 50%;
vertical-align: middle;
}
.textFormOnLeft .secTtl {
margin: 0 0 0;
}
.textFormOnLeft p {
margin: 0;
}
.newsletterFormWrp {
width: 100%;
float: left;
}
.formNewsOnRight {
width: calc(50% - 5px);
display: inline-block;
vertical-align: middle;
}
.form-wrapper {
border-radius: 5px;
max-width: 600px;
}
.form-group {
position: relative;
width: 100%;
display: inline-block;
}
.form-group + .form-group {
margin-top: 20px;
}
.form-label {
position: absolute;
pointer-events: none;
left: 10px;
top: 6px;
color: black;
z-index: 10;
transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
transition: transform 150ms ease-out, font-size 150ms ease-out;
transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out;
}
.focused .form-label {
-webkit-transform: translateY(-90%);
transform: translateY(-90%);
font-size: 0.75em;
color: gray;
top: 0;
}
.form-input {
position: relative;
padding: 5px 0px 5px 10px !important;
width: 100%;
outline: 0;
border-radius: 0 !important;
background: none;
border: 1px solid #c3c3c3 !important;
border-bottom: 1px solid #000000 !important;
color: black !important;
transition: all 150ms ease-out;
}
.form-input:focus {
border-bottom: 1px solid #1646c5 !important;
}
.footer_form p {
margin: 0;
}
textarea.form-input {
height: 90px;
width: 100% !important;
}
.form-wrapper input.wpcf7-submit {
margin: 0 auto;
background: #629dab;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
padding: 10px 35px;
color: white;
text-decoration: none;
transition: 0.2s all ease-in-out;
letter-spacing: 1px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
display: inline-block;
cursor: pointer;
border: 0;
font-size: 16px;
}
.form-wrapper input.wpcf7-submit:hover {
box-shadow: 0px 0px 7px 0px #606060;
}
.leftName {
width: 38%;
float: left;
}
.emailWrp {
width: 38%;
float: left;
margin-left: 2%;
}
.btnToSendWrp {
width: 20%;
float: left;
margin-left: 2%;
}
.termsAgree {
width: 100%;
float: left;
margin-top: 10px;
}
.btnToSendWrp button {
width: 100%;
border: 0;
padding: 10px;
font-size: inherit;
border-radius: 1px;
background: #00ab9e;
color: white;
cursor: pointer;
transition: 0.2s all ease-in-out;
}
.btnToSendWrp button:hover {
background: #007970;
}
.termsAgree a {
color: inherit;
}
.btnToSendWrp.inForm {
margin-left: 0;
width: 100%;
margin-top: 15px;
}
.btnToSendWrp.inForm button {
width: auto;
padding: 10px 30px;
}
footer.site-footer {
background: #333333;
position: relative;
padding-top: 200px;
width: 100%;
float: left;
}
.site-info {
width: 100%;
float: left;
display: flex;
flex-wrap: wrap;
}
.colFooter {
width: 18%;
float: left;
}
.colFooter ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.logoFooter {
width: 100%;
float: left;
margin-bottom: 10px;
}
.logoFooter img {
width: 125px;
}
.colFooter ul a {
text-decoration: none;
color: white;
transition: 0.2s all ease-in-out;
}
.colFooter .ttlOfMenu {
font-family: 'Teko';
color: white;
font-size: 25px;
line-height: 1;
margin-bottom: 20px;
}
.colFooter:first-child {
margin-top: -40px;
}
.colFooter ul li {
line-height: 1.2;
margin-bottom: 10px;
}
.colFooter ul a:hover {
color: #00ab9e;
}
ul.footerMenu.enentsFooter i {
color: white;
font-size: 10px;
margin-left: -10px;
margin-right: 4px;
}
ul.footerMenu.enentsFooter {
padding-left: 10px;
}
.colFooter:not(:first-child) {
margin-left: 9%;
}
.footerLinks {
width: 100%;
float: left;
text-align: center;
border-top: 1px solid #797979;
border-bottom: 1px solid #797979;
margin-top: 50px;
}
.footerLinks ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.footerLinks ul li {
display: inline-block;
margin: 10px 20px;
}
.footerLinks ul li a {
color: #797979;
text-decoration: none;
font-size: 14px;
transition: 0.2s all ease-in-out;
}
.footerLinks ul li a:hover {
color: #00ab9e;
}
.footerCopiryghts {
width: 100%;
float: left;
color: #797979;
font-size: 14px;
}
.leftCopy {
float: left;
margin: 10px 0 0;
}
.rightCopy {
float: right;
margin: 10px 0;
}
.footerCopiryghts a {
color: #797979;
}
ul.footerMenu.enentsFooter li:last-child {
font-size: 14px;
}
.footerLinks ul li:not(:last-child) {
border-right: 1px solid #797979;
padding-right: 20px;
margin-right: 0;
}
a, button, input {
outline: none !important;
}
.mc4wp-response {
width: 100%;
float: left;
}
.mc4wp-alert {
padding: 10px;
background: #00ab9e;
color: white;
border-radius: 2px;
margin-top: 10px;
}
.mc4wp-alert p {
margin: 0;
}
.mc4wp-alert p a {
color: white;
}
.content-area {
width: 100%;
float: left;
}
.sow-image-container img, .single-proiecte .content-area img {
border-radius: 5px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}
.textwidget ul {
margin: 0;
padding-inline-start: 20px;
list-style-type: circle;
}
.textwidget ul li {
margin-bottom: 15px;
}
.post-container-blog {
width: 100%;
float: left;
display: flex;
flex-wrap: wrap;
margin-bottom: 50px;
}
.thubnail-each-post-blog {
width: 30%;
float: left;
background-size: cover;
background-position: center center;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.content-blog {
width: calc(70% - 30px);
float: left;
margin-left: 30px;
}
.post-meta-blog .title {
margin: 0;
font-size: 25px;
font-family: 'Teko';
line-height: 1;
width: 100%;
float: left;
}
.post-meta-blog {
width: 100%;
float: left;
}
.post-meta-blog .title a {
color: inherit;
text-decoration: none;
transition: 0.2s all ease-in-out;
}
p.calendar-date {
width: 100%;
float: left;
margin: 5px 0 5px;
font-family: Teko;
color: #00ab9e;
}
hr.single-hr {
width: 100%;
float: left;
margin: 0;
max-width: 200px;
background-color: #00ab9e;
}
.post-meta-blog .title a:hover {
color: #007970;
}
.post-content-blog {
width: 100%;
float: left;
}
p.calendar-date i {
margin-right: 5px;
}
.text-content > p {
margin: 10px 0;
width: 100%;
float: left;
font-style: italic;
color: gray;
font-size: 14px;
text-align: justify;
}
a.more-link {
display: inline-block;
color: white;
text-decoration: none;
border-radius: 3px;
transition: 0.2s all ease-in-out;
border: 0;
font-size: initial;
background: #00ab9e;
line-height: 1;
padding: 10px 20px;
font-weight: 600;
cursor: pointer;
}
a.more-link:hover {
background: #007970;
}
.paginare-blog {
width: 100%;
float: left;
text-align: center;
}
.paginare-blog .page-numbers {
background: #e8e8e8;
padding: 10px 0px 8px;
line-height: 1;
border: 1px solid #b1b1b1;
display: inline-block;
text-decoration: none;
color: #2d2d2d;
min-width: 37px;
text-align: center;
border-radius: 3px;
margin-right: 5px;
font-size: 19px;
font-family: Teko;
transition: 0.2s all ease-in-out;
}
.paginare-blog .page-numbers:hover, .paginare-blog .page-numbers.current, .paginare-blog .next.page-numbers:hover, .paginare-blog .prev.page-numbers:hover {
background: #007970;
color: white;
border-color: #007970;
}
.paginare-blog .page-numbers.current {
background: #00ab9e;
color: white;
border-color: #00ab9e;
}
.paginare-blog .next.page-numbers, .paginare-blog .prev.page-numbers {
background: no-repeat;
border: 0;
padding: 10px 15px 8px;
}
.recaptchaWrp {
width: 100%;
float: left;
margin-top: 15px;
}
.panel-grid-cell .widget-title, .widget-title {
font-family: 'Teko';
color: #00ab9e;
font-size: 25px;
line-height: 1.2;
margin: 0 0 20px;
}
.formularWrpPage {
background: #00ab9e;
border-radius: 3px;
overflow: hidden;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
padding: 15px;
margin-bottom: 20px;
border: 0;
}
.formularWrpPage .widget-title {
color: white;
}
.formularWrpPage .form-label {
color: white;
font-weight: 500;
}
.formularWrpPage .form-input {
color: white !important;
border-top: none !important;
border-left: none !important;
border-right: none !important;
border-bottom: 1px solid white !important;
font-weight: 500;
}
.formularWrpPage .termsAgree {
color: white;
font-weight: 500;
}
.formularWrpPage .btnToSendWrp.inForm button {
color: #00ab9e;
background: #f9f9f9;
margin: 0 auto;
border-radius: 3px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.28);
transition: 0.2s all ease-in-out;
padding: 15px 40px;
font-size: 20px;
}
.formularWrpPage .btnToSendWrp.inForm button:hover {
background: #d2b75d;
color: white;
transform: scale(0.9);
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}
div.wpcf7-response-output {
width: 100%;
float: left;
margin: 20px 0 0;
background: #ff0000;
color: white;
border-radius: 2px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
background: #d2b75d;
border: 2px solid #d2b75d;
font-weight: 500;
}
span.wpcf7-not-valid-tip {
background: #f00;
color: white;
padding: 5px 20px;
margin: 10px 0 10px;
border-radius: 50px;
font-weight: 600;
}
div.wpcf7-spam-blocked {
background: #ffa500;
}
div.wpcf7-mail-sent-ok {
background: #398f14;
}
.topHeaderOfPage .container {
position: relative;
z-index: 1;
}
.programWrp {
width: 100%;
float: left;
}
.lftPrgmFrm {
width: 65%;
float: left;
margin-right: 5%;
}
.rghtPrgmFrm {
width: 30%;
float: left;
}
.imageForCurs {
width: 100%;
float: left;
height: 300px;
background-size: cover;
background-position: center center;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
margin-bottom: 30px;
}
.dateRange {
text-transform: capitalize;
padding: 11px 15px;
display: inline-block;
float: left;
}
.barUnderImg {
width: 100%;
float: left;
overflow: hidden;
background: #00ab9e;
color: white;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
margin-bottom: 30px;
}
.pretInBarWrp {
padding: 10px 30px;
display: inline-block;
float: right;
background: #007970;
font-size: 25px;
line-height: 1;
}
.bckToPrgm {
width: 100%;
float: left;
margin-bottom: 10px;
}
a.btn {
display: inline-block;
background: #a5a5a5;
color: white;
padding: 5px 10px;
border-radius: 3px;
transition: 0.2s all ease-in-out;
}
a.btn:hover {
color: white;
background: #007970;
transform: scale(1.1);
text-decoration: none;
}
.descriereProgram {
width: 100%;
float: left;
}
.form-group.programToBe {
display: none !important;
}
.formOn404 form.search-form {
background: #00ab9e;
display: inline-block;
width: auto;
}
.error-404 h1.page-title {
font-family: 'Teko';
font-size: 35px;
margin: 0;
}
.error-404 .page-content {
margin: 0;
}
.error-404 {
margin: 0;
}
.galerieImaginiProiect {
width: 100%;
float: left;
position: relative;
text-align: center;
margin-top: 50px;
}
.imgInGalerie {
width: calc(25% - 35px);
max-width: 280px;
display: inline-block;
margin: 15px;
height: 200px;
background-size: cover;
background-position: center center;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
overflow: hidden;
border-radius: 3px;
transition: 0.2s all ease-in-out;
}
.imgInGalerie:hover {
transform: scale(1.1);
}
.galerieImaginiProiect .secTtl {
margin: 0 0 20px;
}
.thubnail-each-post-blog.onSearch {
min-height: 200px;
}
.langSwitch ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.langSwitch {
display: inline-block;
vertical-align: middle;
margin-left: 15px;
}
.langSwitch li {
display: inline-block;
margin-left: 0px;
}
.langSwitch li.lang-item a {
padding: 5px 10px;
border-radius: 2px;
transition: 0.2s all ease-in-out;
color: white;
text-transform: capitalize;
}
.langSwitch li.lang-item.current-lang a, .langSwitch li.lang-item a:hover {
background: #007970;
}
.thubnail-each-post-blog.withoutImgButLogo {
background-size: inherit;
background-repeat: no-repeat;
background-color: #f1f1f1;
}
.accordion {
background-color: inherit;
color: #5a5a5a;
cursor: pointer;
padding: 50px 0 0 0;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 13px;
transition: 0.4s;
}
.panel {
padding: 0;
overflow: hidden;
max-height: 200px;
transition: 0.2s all ease-in-out;
}
button.accordion {
position: absolute;
bottom: 0; background: -moz-linear-gradient(top,  rgba(242,242,242,0) 0%, rgba(242,242,242,1) 62%); background: -webkit-linear-gradient(top,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 62%); background: linear-gradient(to bottom,  rgba(242,242,242,0) 0%,rgba(242,242,242,1) 62%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f2f2f2', endColorstr='#f2f2f2',GradientType=0 ); }
.contentOfTestim.bigTestim {
position: relative;
}
.panel.active {
max-height: 99999px;
}
button.accordion.active {
display: none;
}
.contentUnderPrograme {
width: 100%;
float: left;
margin: 100px 0;
}
.imagesSliderGallery {
width: 100%;
float: left;
text-align: center;
}
.galleryItem {
width: calc(25% - 10px);
min-width: 270px;
display: inline-block;
height: 200px;
margin: 5px 5px 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
border-radius: 3px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
cursor: pointer;
position: relative;
transition: 0.2s all ease-in-out;
z-index: 0;
}
.galleryItem:hover {
transform: scale(1.1);
z-index: 1;
}
.so-panel.widget img {
border-radius: 3px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.galleryItem a {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
outline: none;
}
.someButtonsUnderDesc {
width: 100%;
float: left;
margin: 100px 0 0;
text-align: center;
}
.someButtonsUnderDesc .secTtl {
margin: 0 0 30px;
}
.someButtonsUnderDesc .btn {
background: #00ab9e;
font-weight: bold;
padding: 10px 20px;
margin: 10px 10px;
}
section.programeWrp a.unProgram:nth-child(5) {
display: none;
}
.fancybox-container {
z-index: 99999999999 !important;
}
@media (max-width: 1500px) {
.colFooter ul a, .too_long {
word-break: break-all;
}
img.logoOnBack1 {
left: 12%;
}
img.logoOnBack2 {
width: 280px;
}
img.bottomShapeOnFrst {
content: url(//www.apdde.ro/wp-content/uploads/2020/04/topSecSmall.png);
}
img.tpBcg {
content: url(//www.apdde.ro/wp-content/uploads/2020/04/topSecSml-1.png);
}
.topHeaderOfPage img.bottomOnPages, img.btmBcg {
content: url(//www.apdde.ro/wp-content/uploads/2020/04/btmSecSml.png);
}
}
@media (max-width: 1300px) {
.testimonialeSlider i.fas.fa-chevron-left.slick-arrow {
left: 0;
}
.testimonialeSlider i.fas.fa-chevron-right.slick-arrow {
right: 0;
}
.testimonialeSlider {
padding: 0 50px;
width: 100%;
float: left;
overflow: hidden;
}
}
@media (max-width: 1200px) {
.container {
width: calc(100% - 40px);
}
img.logoOnBack1 {
left: 20px;
}
}
@media (max-width: 1140px) {
.main-navigation li a {
font-size: 20px;
padding: 6px 7px 3px;
}
.lftPrgmFrm {
width: 100%;
float: left;
margin-right: 0;
}
.rghtPrgmFrm {
width: 100%;
float: none;
margin: 50px auto 20px;
display: inline-block;
text-align: center;
}
.rghtPrgmFrm .formularWrpPage {
text-align: left;
max-width: 500px;
margin: 0 auto;
}
}
@media (max-width: 1050px) {
.oneGood {
width: 33%;
float: none;
display: inline-block;
margin: 0 auto;
}
.leftText {
width: 100%;
text-align: center;
}
.rightImage {
width: 100%;
text-align: center;
margin-top: 50px;
}
.rightImage img {
width: 650px;
}
img.logoOnBack2 {
top: inherit;
bottom: 150px;
}
.mobileMenu {
width: 100%;
float: left;
background: #00ab9e;
z-index: 99999999;
position: fixed;
display: block;
padding: 10px 20px;
border-radius: 0 0 5px 5px;
top: 0;
left: 0;
right: 0;
transition: 0.2s all ease-in-out;
}
.mobileMenu.fixedMobileHeader {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.pushed .mobileMenu.fixedMobileHeader {
box-shadow: none;
}
.header_helper {
display: none;
}
section.firstSection {
padding-top: 100px;
}
.toggle-icon {
display: block;
float: right;
margin: 0;
}
.toggle-icon .menu {
height: 40px;
width: 50px;
position: relative;
margin: auto;
border: 5px solid transparent;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
-moz-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transition: 0.3s;
transition: 0.3s;
cursor: pointer;
}
.toggle-icon .bar {
height: 3px;
width: 40px;
display: block;
margin: 7px auto;
position: relative;
background-color: #ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.toggle-icon .bar {
position: absolute;
}
.toggle-icon .bar:nth-of-type(1) {
top: 0px;
-moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
-o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
-webkit-transition-delay: 0.3s, 0.1s;
transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
}
.toggle-icon .bar:nth-of-type(2) {
top: 8px;
-moz-transition: ease 0.3s 0.3s;
-o-transition: ease 0.3s 0.3s;
-webkit-transition: ease 0.3s;
-webkit-transition-delay: 0.3s;
transition: ease 0.3s 0.3s;
}
.toggle-icon .bar:nth-of-type(3) {
top: 17px;
-moz-transition: top 0.3s ease 0.3s, -moz-transform 0.3s ease-out 0.1s;
-o-transition: top 0.3s ease 0.3s, -o-transform 0.3s ease-out 0.1s;
-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
-webkit-transition-delay: 0.3s, 0.1s;
transition: top 0.3s ease 0.3s, transform 0.3s ease-out 0.1s;
}
.pushed .toggle-icon .menu {
-moz-transition: -moz-transform 0.3s ease 0.5s;
-o-transition: -o-transform 0.3s ease 0.5s;
-webkit-transition: -webkit-transform 0.3s ease;
-webkit-transition-delay: 0.5s;
transition: transform 0.3s ease 0.5s;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.pushed .toggle-icon .menu .bar:nth-of-type(1) {
top: 5px;
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.5s;
-o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.5s;
-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
-webkit-transition-delay: 0.1s, 0.5s;
transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.5s;
}
.pushed .toggle-icon .menu .bar:nth-of-type(2) {
opacity: 0;
}
.pushed .toggle-icon .menu .bar:nth-of-type(3) {
top: 5px;
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-moz-transition: top 0.3s ease 0.1s, -moz-transform 0.3s ease-out 0.7s;
-o-transition: top 0.3s ease 0.1s, -o-transform 0.3s ease-out 0.7s;
-webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease-out;
-webkit-transition-delay: 0.1s, 0.7s;
transition: top 0.3s ease 0.1s, transform 0.3s ease-out 0.7s;
}
.header_helper {
background: rgba(0, 171, 158);
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 80px 0 0;
text-align: center;
height: 100%;
}
.header_helper .site-branding {
display: none;
}
.firstRowHead {
padding: 0;
height: inherit;
}
.main-navigation {
width: 100%;
float: left;
order: 1;
border-top: 0;
margin-bottom: 10px;
}
.header_helper .container {
display: flex;
flex-wrap: wrap;
}
.firstRowHead {
order: 2;
}
.rightThings {
float: inherit;
text-align: center;
}
.main-navigation li {
width: 100%;
margin-bottom: 2px;
}
.header_helper.fixedHeader {
background: rgba(0, 171, 158);
}
.header_helper.fixedHeader .firstRowHead {
height: inherit;
}
.header_helper.fixedHeader .main-navigation {
border-bottom: 1px solid white;
}
form.search-form {
float: none;
margin: 0 auto;
display: inline-block;
}
.searchWrp {
width: 100%;
float: left;
margin-bottom: 20px;
text-align: center;
}
.main-navigation li a {
font-size: 22px;
display: inline-block;
}
.topHeaderOfPage {
padding: 100px 0 100px;
text-align: center;
}
.imgInGalerie {
margin: 5px;
width: calc(25% - 15px);
}
}
@media (max-width: 950px) 	{
.oneNumber {
width: 30%;
margin: 0 auto;
margin-bottom: 50px;
float: none;
display: inline-block;
}
.numbersWrp {
display: flex;
flex-wrap: wrap;
text-align: center;
}
.oneNumber:nth-child(4), .oneNumber:nth-child(5) {
margin: 0 auto;
}
.colFooter {
width: 100%;
}
.colFooter:not(:first-child) {
margin-left: 0;
margin-top: 50px;
}
.footerLinks ul li {
width: 100%;
float: left;
text-align: left;
margin: 15px 0;
}
.footerLinks ul li:not(:last-child) {
margin-bottom: 0;
border: 0;
}
.leftCopy {
float: left;
width: 100%;
margin: 15px 0 0;
}
.rightCopy {
width: 100%;
float: left;
}
.textFormOnLeft {
width: 100%;
text-align: center;
}
.formNewsOnRight {
width: auto;
text-align: center;
margin: 25px auto 0;
}
.newsletterFormWrp {
text-align: center;
}
.imgInGalerie {
width: calc(35% - 30px);
}
}
@media (max-width: 900px) 	{
.programeListing.allOfThem .unProgram {
width: calc(100% / 2 - 15px);
}
.programeListing.allOfThem .unProgram:nth-child(3n + 3) {
margin-right: 30px;
}
.programeListing.allOfThem .unProgram:nth-child(2n + 2) {
margin-right: 0;
}
}
@media (max-width: 800px) 	{
.oneGood {
width: 50%;
}
a.unProgram {
width: calc(100% / 2 - 20px);
}
.unProgram:not(:last-child) {
margin-right: 0;
}
section.programeWrp a.unProgram:nth-child(5) {
display: block;
}
section.programeWrp a.unProgram:nth-child(2), section.programeWrp a.unProgram:nth-child(4) {
margin-right: 20px;
}
img.logoOnBack1 {
width: 300px;
top: 80px;
}
img.logoOnBack2 {
bottom: 30px;
}
.rightImage {
margin-bottom: 0;
}
.thubnail-each-post-blog {
width: 100%;
float: left;
height: 200px;
margin-bottom: 30px;
}
.content-blog {
margin: 0;
width: 100%;
}
article.articol-blog:not(:first-child) {
padding-top: 50px;
border-top: 1px solid #cecece;
width: 100%;
float: left;
}
}
@media (max-width: 650px) 	{
.leftName {
width: 100%;
}
.emailWrp {
width: 100%;
margin: 15px 0;
}
.btnToSendWrp {
width: 100%;
margin: 0 0 10px;
}
a.unProgram {
width: 100%;
margin-right: 0;
}
section.programeWrp a.unProgram:nth-child(2), section.programeWrp a.unProgram:nth-child(4) {
margin-right: 0;
}
section.programeWrp a.unProgram:nth-child(5) {
display: none;
}
.oneNumber {
width: 50%;
}
.imageOfPers {
width: 100%;
overflow: hidden;
text-align: center;
padding: 0;
}
.imageOfPers .innerImg {
width: 150px;
height: 150px;
padding: 0;
margin: 0 auto;
float: none;
}
.contentTxt {
width: 100%;
margin-top: 20px;
}
img.qoutesOnTestim {
left: 0px;
top: -50px;
}
.textInside {
padding: 30px;
}
.imgInGalerie {
width: calc(50% - 15px);
}
.programeListing.allOfThem .unProgram {
width: 100%;
margin-right: 0 !important;
}
.programeListing.allOfThem .unProgram {
width: 100%;
margin-right: 0 !important;
}
.galleryItem {
min-width: inherit;
width: calc(50% - 10px);
}
}
@media (max-width: 470px) 	{
.oneGood {
width: 100%;
}
}
@media (max-width: 440px) 	{
.site-branding img {
width: 65px;
}
.site-branding .site-title {
font-size: 14px;
max-width: 210px;
}
.mobileMenu .site-branding {
margin-top: 4px;
}
}
@media (max-height: 550px) 	{
.header_helper {
overflow-x: scroll;
padding-bottom: 50px;
}
body.pushed {
overscroll-behavior-y: none;
overscroll-behavior-x: none;
}
}