/* BASE DEFINITIONS */
/* FUNCTIONS */
/* MIXINS */
/* CSS RESET */
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: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

/* SETTINGS AFTER RESET */
html,
body {
  color: black;
  background: white;
  font-size: 16px;
  /* font-size: 0.833vw; */
  font-family: Open Sans, Open Sans Light, Cairo, sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: Cairo, sans-serif;
  font-weight: 900;
  font-size: 3.75rem;
  color: #175569;
}

h2 {
  color: #3ac4cc;
}

h2,
h3 {
  font-weight: bold;
}

p {
  line-height: 2.1rem;
  font-size: 1.3125rem;
}

a {
  text-decoration: none;
}

/* UNIQUE CLASSES */
.clearfix {
  overflow: auto;
}

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

.center-margin {
  margin: 0 auto;
  width: 71.25%;
  -webkit-transition: width 1s;
  transition: width 1s;
}

.bg-gray {
  background-color: #eff0f4;
}

.split-bar {
  height: 1.125rem;
  background-color: #3ac4cc;
}

.shadow {
  -webkit-box-shadow: 0px 0px 90px 10px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 0px 90px 10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 90px 10px rgba(0, 0, 0, 0.75);
}

/* PAGE ELEMENTS */
section {
  position: relative;
  float: left;
  width: 100%;
}

/* HEADER */
section.header {
  z-index: 10;
  padding-top: 3.25rem;
  padding-bottom: 4rem;
}

section.header div.header-logo {
  width: 24.12281%;
  float: left;
}

section.header div.header-logo img {
  width: 100%;
}

section.header nav.navigation {
  text-align: right;
  padding-top: 2.86458%;
}

section.header nav.navigation ul li {
  display: inline;
  padding: 0 1.60819%;
}

section.header nav.navigation ul li a {
  color: black;
}

section.first {
  background: #eff0f4 url("../userfiles/backgrounds/bg-01.jpg") no-repeat right;
  background-size: contain;
}

section.first div.text-block {
  background-color: rgba(255, 255, 255, 0.65);
  max-width: 55.20833%;
  padding: 3.9375rem 5.5rem;
  margin: 20rem 0 8.75rem 0;
}

section.first div.text-block p {
  font-size: 1.5rem;
  margin: 2.125rem 8.25rem 1rem 3.75rem;
}

section.first div.text-block p strong {
  font-weight: 500;
}

section.second {
  z-index: 10;
}

section.second div.content {
  background-color: #175569;
  color: white;
  padding: 2.875rem 3.9375rem 4.375rem 8.5625rem;
}

section.second div.content div {
  float: left;
  width: 18%;
  margin-right: 4.375rem;
}

section.second div.content div span {
  font-family: Cairo;
  font-size: 4.25rem;
  margin-left: -4.3125rem;
  margin-right: 0.75rem;
  font-family: Cairo;
  font-size: 4.25rem;
  font-weight: 900;
  color: #7b959f;
  color: rgba(255, 255, 255, 0.3);
}

section.second div.content a {
  color: white;
  position: absolute;
  bottom: -1.75rem;
  right: 19.79167%;
  background-color: #3ac4cc;
  font-size: 1.5rem;
  padding: 1.25rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section.second div.content a:hover {
  background-color: #eff0f4;
  color: black;
}

section.third {
  z-index: 5;
  padding-top: 8.125rem;
}

section.third img {
  float: right;
  max-width: 669px;
  margin-right: 18.02083%;
  z-index: 2;
}

section.third .white-block {
  width: 25.8125rem;
  height: 23.5rem;
  background-color: white;
  margin-left: 17.86458%;
  margin-top: 11.875rem;
  z-index: 1;
}

section.third .text-block {
  background-color: #eff0f4;
  max-width: 570px;
  width: 41.97917%;
  height: 25.25rem;
  margin-left: 24.73958%;
  top: -15.125rem;
  padding: 4.375rem 8.25rem 4.375rem 4.375rem;
  clear: both;
  position: relative;
  z-index: 3;
}

section.third .text-block h2 {
  margin-left: -2.875rem;
  margin-top: -6.5rem;
  margin-bottom: 3.625rem;
}

section.third .text-block p:last-of-type {
  color: #3ac4cc;
  font-family: Open Sans Light;
  margin-top: 1em;
  font-size: 1.5rem;
  font-weight: 400;
}

section.third .text-block p:last-of-type strong {
  font-weight: 900;
}

section.third .text-block a {
  background-color: #175569;
  color: white;
  padding: 1em 1.5em;
  margin-top: 5.75rem;
  float: right;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section.third .text-block a:hover {
  background-color: #3ac4cc;
  color: black;
}

section.fourth {
  margin-top: -1px;
  clear: both;
  height: 75%;
}

section.fourth div.image {
  float: left;
  width: 50%;
  height: 100%;
  background: url("../userfiles/images/left-01.jpg") no-repeat center center;
  background-size: cover;
}

section.fourth div.text-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 46.2%;
  height: 56%;
  padding: 4% 5%;
  background-color: white;
}

section.fifth {
  margin-top: -1px;
  clear: both;
  height: 70%;
  z-index: 1;
}

section.fifth div.text-left {
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-color: white;
  width: 45.57%;
  height: 81%;
  padding: 0 5%;
}

section.fifth div.image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: url("../userfiles/images/right-01.jpg") no-repeat center center;
  background-size: cover;
}

section.fourth h2,
section.fifth h2 {
  margin-left: 1.75rem;
  margin-bottom: 1.875rem;
}

section.fourth a,
section.fifth a {
  float: right;
  background-color: #175569;
  padding: 1em 1.5em;
  color: white;
  margin-top: 4.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section.fourth a:hover,
section.fifth a:hover {
  background-color: #3ac4cc;
  color: black;
}

section.sixth-slider {
  padding-top: 8.125rem;
}

section.sixth-slider div.slider-wrap {
  margin: 0 auto;
  width: 84.58333%;
}

section.sixth-slider h2 {
  margin-left: 13rem;
}

section.sixth-slider div.slider-container {
  margin-top: 7.625rem;
  margin-bottom: 10rem;
  min-height: 607px;
}

section.sixth-slider div.slider-container div.slider-custom-nav {
  margin: 0 auto;
  width: 84.711%;
}

section.sixth-slider div.slider-container div.slider-custom-nav article img {
  margin-bottom: 2.5rem;
}

section.sixth-slider div.slider-container div.slider-custom-nav article h4 {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.25rem;
  margin-bottom: 1rem;
}

section.sixth-slider div.slider-container div.slider-custom-nav article p {
  line-height: 2rem;
}

section.sixth-slider div.slider-container div.slider-custom-nav article footer {
  margin-top: 1.25rem;
}

section.sixth-slider div.slider-container div.slider-custom-nav article footer a {
  font-family: Cairo Black;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #175569;
}

section.sixth-slider div.slider-container div.slider-custom-nav article footer a strong {
  color: #3ac4cc;
}

section.sixth-slider div.slider-container button.owl-prev,
section.sixth-slider div.slider-container button.owl-next {
  position: absolute;
  bottom: 40%;
}

section.sixth-slider div.slider-container button.owl-prev {
  left: -120px;
}

section.sixth-slider div.slider-container button.owl-next {
  right: -120px;
}

section.seventh-references {
  margin-bottom: 8.75rem;
}

section.seventh-references div.ref-content {
  margin-top: 6rem;
}

section.seventh-references div.ref-content h1 {
  margin-left: 7.75rem;
}

section.seventh-references div.ref-content div.ref-logos {
  margin-top: 5rem;
}

section.seventh-references div.ref-content div.ref-logos div {
  float: left;
  width: 15%;
  margin-right: 5%;
}

section.seventh-references div.ref-content div.ref-logos div:last-child {
  margin-right: 0;
}

section.seventh-references div.ref-content div.ref-logos img {
  width: 100%;
}

section.footer {
  background-color: #175569;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  clear: both;
}

section.footer footer {
  position: relative;
}

section.footer footer div {
  margin-right: 3%;
  width: 30%;
}

section.footer footer div.col-logo {
  width: 24.33628%;
  float: left;
}

section.footer footer div.col-logo img {
  width: 100%;
  margin-bottom: 9.25rem;
}

section.footer footer div.col-logo p a img:last-of-type {
  width: 50%;
  margin-bottom: 9.25rem;
}

section.footer footer div.col-logo p {
  color: white;
  font-family: Open Sans;
  font-size: 1.125rem;
}

section.footer footer h1 {
  color: white;
  font-family: Open Sans;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}

section.footer footer div.col-menu {
  float: right;
  width: 26.9174%;
}

section.footer footer div.col-menu ul li a {
  color: white;
  font-family: Open Sans;
  font-size: 1.125rem;
  line-height: 2rem;
}

section.footer footer div.contact {
  width: 26.69617%;
  float: right;
}

section.footer footer div.contact p:nth-child(2),
section.footer footer div.contact p:nth-child(3),
section.footer footer div.contact p:nth-child(4) {
  padding-left: 2.5rem;
}

section.footer footer div.contact p:nth-child(2) {
  background: url("../userfiles/glyphs/phone.png") no-repeat left 0.5rem;
}

section.footer footer div.contact p:nth-child(3) {
  background: url("../userfiles/glyphs/mail.png") no-repeat left 0.5rem;
}

section.footer footer div.contact p:nth-child(4) {
  background: url("../userfiles/glyphs/pin.png") no-repeat left 0.5rem;
}

section.footer footer div.contact p:nth-child(4) br {
  display: none;
}

section.footer footer div.contact p {
  color: white;
  font-family: Open Sans;
  font-size: 1.125rem;
  margin-top: 2rem;
}

section.footer footer div.contact input[type=submit] {
  width: 100%;
}

/* ABOUT.HTML */
section.section-content div.container {
  width: 62.65625%;
  margin: 0 auto;
}

section.section-content div.container div.gray-block {
  background-color: #eff0f4;
  margin-left: 4.375rem;
  margin-top: 11.375rem;
  width: 25.625rem;
  height: 23.4375rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

section.section-content .moved-text-block {
  margin-left: 12.6875rem;
  margin-top: -15.3125rem;
  background-color: white;
  padding: 4.375rem;
}

section.section-content .moved-text-block h2 {
  margin-left: -2.8125rem;
  margin-top: -6.375rem;
  margin-bottom: 1.875rem;
}

section.section-content .moved-text-block p {
  margin-bottom: 1rem;
}

section.persons {
  margin-bottom: 20rem;
}

section.persons strong {
  font-weight: 600;
}

section.persons div.container {
  width: 62.65625%;
  margin: 0 auto;
}

section.persons div.container a {
	color: black;
	font-weight: 400;
	transition: color 0.5s;
}
section.persons div.container a:hover {
	color: rgb(23, 85, 105);
	font-weight: 400;
}

section.persons div.container div.gray-block {
  background-color: #eff0f4;
  width: 25.625rem;
  height: 23.4375rem;
  position: relative;
  z-index: -1;
  margin-left: calc(70% - 25.625rem);
  margin-top: -47rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}

section.persons div.container div.person-1 {
  width: 47.51892%;
}

section.persons div.container div.person-1 img {
  width: 100%;
  margin-bottom: 3.4375rem;
}

section.persons div.container div.person-2 {
  float: right;
  width: 47.51892%;
  margin-top: -34.6875rem;
}

section.persons div.container div.person-2 img {
  width: 100%;
  margin-bottom: 3.4375rem;
}

/* CONTACT.HTML */
/* FORM */
section.section-form div.container {
  margin: 9.375rem auto;
  width: 54.16667%;
}

section.section-form form.form-box {
  width: 74.03846%;
  margin: 7.5rem auto;
}

section.section-form form.form-box input,
section.section-form form.form-box textarea {
  background-color: #eff0f4;
  border: none;
  font-family: Open Sans;
  padding: 0.75rem 1.25rem;
  margin: 0.375rem;
  width: 100%;
}

section.section-form form.form-box input[type=submit] {
  background-color: #175569;
  color: white;
  -webkit-box-shadow: 10px 10px 23px -6px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 10px 10px 23px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 23px -6px rgba(0, 0, 0, 0.75);
}

section.section-form form.form-box input[name=phone],
section.section-form form.form-box textarea {
  width: calc(100% - 2.5rem);
}

section.section-form form.form-box p {
  clear: both;
  margin: 8rem 0 4rem 0;
  text-align: justify;
  width: 100%;
}

section.section-form div.contact-data p {
  line-height: 2em;
  margin: 0;
  padding: 0;
  width: 33%;
  float: left;
}

section.section-form div.contact-data p:nth-child(3), section.section-form div.contact-data p:nth-child(6) {
  width: 33%;
}

section.section-form div.contact-data p strong {
  font-weight: 600;
}

section.section-form div.contact-data p a {
  color: black;
}

/* MAP */
section.section-map div.container {
  margin: 0 auto 9.375rem auto;
  width: 75%;
}

section.section-map div.container div.gray-block {
  width: 26rem;
  height: 23.625rem;
  background-color: #eff0f4;
}

section.section-map div.container div.map {
  float: left;
  width: 68.42975%;
  height: 43.125rem;
  margin-left: 5.875rem;
  margin-top: -18.75rem;
}

section.section-map div.container div.address {
  background: url("../userfiles/glyphs/pin_green.png") no-repeat;
  background-position: 0 5em;
  float: right;
  margin-top: -15.625rem;
  padding-left: 2.5rem;
}

section.section-map div.container div.address p {
  font-weight: 400;
  margin-bottom: 5.75rem;
  line-height: 2rem;
}

section.section-map div.container div.address p:last-child {
  text-align: center;
}

/* CALC.HTML */
section.calculator div.header-underlined {
  margin-top: 10rem;
  text-align: right;
  position: relative;
  z-index: 1;
}

section.calculator div.header-underlined h2 {
  width: 53.64583%;
  border-bottom-width: 1rem;
  border-bottom-color: #3ac4cc;
  border-bottom-style: solid;
}

section.calculator div.header-underlined h2 p {
  display: inline;
  font-weight: 400;
  color: black;
  margin-left: 2rem;
}

section.calculator div.gray-container {
  background-color: #eff0f4;
  padding-bottom: 6.25rem;
  min-height: 26.875rem;
}

section.calculator div.gray-container div.margin-container {
  position: relative;
  margin: 0 auto;
  width: 63.54167%;
  margin-top: -0.5rem;
  padding: 4.5rem 0;
}

section.calculator div.gray-container div.margin-container div#slider-box1,
section.calculator div.gray-container div.margin-container div#slider-box2 {
  width: 50%;
  margin: auto;
  margin-bottom: 2.5rem;
}

section.calculator div.gray-container div.margin-container div#slider-box1 h3,
section.calculator div.gray-container div.margin-container div#slider-box2 h3 {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 1.4em;
  margin-bottom: 0.8em;
  color: #3d3c3f;
}

section.calculator div.gray-container div.margin-container div#slider-box1 div#slider1,
section.calculator div.gray-container div.margin-container div#slider-box1 div#slider2,
section.calculator div.gray-container div.margin-container div#slider-box2 div#slider1,
section.calculator div.gray-container div.margin-container div#slider-box2 div#slider2 {
  margin-left: 0.625rem;
  width: 75%;
  float: left;
  margin-right: 1rem;
}

section.calculator div.gray-container div.margin-container div#slider-box1 input,
section.calculator div.gray-container div.margin-container div#slider-box2 input {
  min-width: 4em;
  width: 10%;
}

section.calculator div.gray-container div.margin-container div#btn-kalculate {
  text-align: center;
  margin: auto;
  width: 50%;
}

section.calculator div.gray-container div.margin-container div#btn-kalculate a {
  display: block;
  padding: 1.125em 1.5em;
  background-color: #175569;
  color: white;
  -webkit-box-shadow: 10px 10px 23px -6px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 10px 10px 23px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 23px -6px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

section.calculator div.gray-container div.margin-container div#btn-kalculate a:hover {
  background-color: #3ac4cc;
  color: black;
}

section.calculator div.gray-container div.margin-container div#result-box {
  clear: both;
  text-align: center;
  margin-top: 5em;
}

section.calculator div.gray-container div.margin-container div#result-box h3 {
  font-size: 1.33em;
  margin-top: 5em;
  margin-bottom: 2em;
}

section.calculator div.gray-container div.margin-container div#result-box div.info {
  text-align: left;
}

section.calculator div.gray-container div.margin-container div#result-box table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 2em;
}

section.calculator div.gray-container div.margin-container div#result-box table thead {
  font-weight: 600;
}

section.calculator div.gray-container div.margin-container div#result-box table td {
  padding: 0.33rem;
}

section.calculator div.gray-container div.margin-container div.margin {
  clear: both;
  float: none;
}

/* BLOG */
section.blog-flex {
  float: none;
  width: 75%;
  margin: 0 auto;
  padding: 5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

section.blog-flex div.blog-block {
  width: 20rem;
  min-height: 35rem;
  margin: 1%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  border: 1px solid lightgray;
}

section.blog-flex div.blog-block div.blog-block-bg {
	background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 100%;
  height: 15rem;
}

section.blog-flex div.blog-block div.blog-block-content {
  padding: 1rem;
  padding-top: 1.25rem;
}

section.blog-flex div.blog-block div.blog-block-content span {
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2.5rem;
}

section.blog-flex div.blog-block div.blog-block-content a {
  font-family: Cairo Black;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #175569;
}

section.blog-flex div.blog-block div.blog-block-content a strong {
  color: #3ac4cc;
}

section.blog-article {
  float: none;
  padding-top: 20rem;
  width: 40%;
}

section.blog-article h1.title {
  text-transform: uppercase;
}

section.blog-article img {
  padding-top: 2rem;
  padding-bottom: 2rem;
  width: 75%;
  margin: 0 12%;
}

section.blog-article div.content {
  padding-bottom: 3rem;
}

section.blog-article div.content h1, section.blog-article div.content h2, section.blog-article div.content h3, section.blog-article div.content h4 {
  font-family: Open Sans;
  font-size: 1.5rem;
  margin: 3.5rem 0 1.5rem 0;
  color: black;
}

section.blog-article div.content p {
  margin-bottom: 1.5rem;
}

section.blog-article div.button-back {
  height: 5rem;
}

section.blog-article div.button-back a {
  background-color: #175569;
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}

section.blog-article div.button-back a:hover {
  background-color: #3ac4cc;
  color: black;
}

/* CONTENT PAGE */
section.credits div.container div.gray-block, section.blog-article div.gray-block {
  margin-left: 0;
}

section.credits div.container div.moved-text-block, section.blog-article div.moved-text-block {
  margin-left: 7.5rem;
}

section.credits div.container h2:not(:first-of-type), section.blog-article h2:not(:first-of-type) {
  margin-top: -3rem;
}

section.credits div.container h3, section.blog-article h3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

section.credits div.container h4, section.blog-article h4 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

section.credits div.container ul, section.blog-article ul {
  list-style-type: square;
}

section.credits div.container strong, section.credits div.container b, section.blog-article strong, section.blog-article b {
  font-weight: 500;
}

section.cookies-bar {
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  bottom: 0;
  text-align: center;
  z-index: 100;
}

section.cookies-bar div#cookieWarning {
  position: relative;
  padding: 3rem 7.5%;
}

section.cookies-bar div#cookieWarning div {
  margin: 2rem 0;
  width: 45%;
}

section.cookies-bar div#cookieWarning div a {
  color: #3ac4cc;
}

section.cookies-bar div#cookieWarning div#cookieWarningInfo {
  float: left;
}

section.cookies-bar div#cookieWarning div#cookieWarningClose {
  float: right;
}

/* FORM SEND */
div.formSendBar, div.formNotSendBar {
  font-family: 'Muli', sans-serif;
  font-size: 24px;
  font-weight: 800;
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 1em 0.5em;
  color: white;
  width: 100%;
  text-align: center;
  transition: 1s all;
}

div.formSendBar {
  background: rgba(0, 0, 0, 0.75);
}

div.formNotSendBar {
  background: rgba(204, 0, 0, 0.75);
}

input#formSendBarCtrl {
  display: none;
}

input#formSendBarCtrl:checked + label div {
  bottom: -10rem;
}
