/* === general styles === */
html {
  width: 100%;
  height: 100%;
  min-width: 360px;
  font-size: 16px;
}

body {
  font-family: 'montserratregular', Arial, sans-serif;
  font-size: 1rem;
  letter-spacing: .1rem;
  line-height: 1.22;
  font-weight: normal;
  width: 100%;
  height: 100%;
  color: #636363;
  background-color: white;
}


h1,
h2,
h3,
h4,
h5,
h6, .title {
  font-family: 'montserratmedium', Arial, sans-serif;
  margin: 0 0 1rem;
  line-height: 1.18;
  color: #1C1C1C;
  text-transform:uppercase;
}
h2, h1, .title-1, .title-2 { font-size: 2.6rem;  line-height: 1.37; }
h3, .title-3 { font-size: 1.5rem; margin-bottom: 1.5rem; }
h4, .title-4 { font-size: 1.25rem; margin-bottom: 1.25rem; }
h5, .title-5 { font-size: 1rem; color:#CCB792;}
h6, .title-6 { font-size: 1rem; text-transform:uppercase; margin-bottom: 1rem;}
.title-1 { font-size: 3rem; }
.text-upper { text-transform:uppercase; }
.text-normal { text-transform:none; }

ul, ol { padding-left: 10px; }
ul { margin: 0 0 25px; }
ul li { list-style: none; line-height: 1.7; font-size: 1rem;}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 25px;
}
/* a.link { text-decoration:none; } */

a, .btn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: #00aeef;
}
.link-color-1 { color:#2e3192;}
.link-color-2 { color:#9c0000;}
.link-color-3 { color:#fff; }

.bg-light a { color: #CCB792; text-decoration: none;}
.bg-primary a { color: #CCB792; text-decoration: none; }
.bg-dark a { color:#1C1C1C; text-decoration: none; }

a:focus, a:hover {
  text-decoration: underline;
  color: #2e3192;
}
a img {
	transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	display:block;
	-webkit-backface-visibility: hidden;
}
a:hover img { opacity: 0.6; }
.bg-dark a:hover { text-decoration:underline; }
.bg-light a:hover { text-decoration:underline; }
.bg-primary a:hover { text-decoration:underline; }

.trans-all {
	transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
}

.bg-light { background-color:#eee !important; }
.bg-white { background-color:#fff; }
.bg-dark { background-color:#CCB792 !important; color:#fff; }
.bg-primary { background-color:#fff; color:#636363; }
.bg-light-highlight { background: rgba(0,0,0,0.3); }
.bg-dark-highlight { background: rgba(255,255,255,0.3); }

.fz-default { font-size: 1rem; }
.fz-xxs, .fz-xxs a { font-size: 0.6rem !important; line-height: 2; }
.fz-xs, .fz-xs a { font-size: 0.75rem !important; }
.fz-sm, .fz-sm a { font-size: 0.875rem !important; }
.fz-md { font-size: 1.25rem; }
.fz-lg { font-size: 1.5rem; }

.fz-xxl, .fz-xl { 
	font-family: 'montserratmedium', Arial, sans-serif !important;
	font-size: 1.8rem !important; 
	line-height: 1.37 !important; 
}
.fz-xxl { font-size: 2.6rem !important;}
.fa { min-width: 17px; text-align:center; }

.ff-light { font-family: 'montserratlight', Arial, sans-serif; }
.ff-regular { font-family: 'montserratregular', Arial, sans-serif; }
.ff-semibold { font-family: 'montserratbold', Arial, sans-serif; }
.ff-bold { font-family: 'montserratmedium', Arial, sans-serif; }
.ff-exbold { font-family: 'montserratbold', Arial, sans-serif; }

.list-group li {
	background: transparent;
	font-size: 1.125rem;
	text-align:left;
	padding: .5rem 1.25rem;
}
.list-group li span { padding-left: .4rem; }

.text-light, .text-light p, .text-light h2 { color:#fff; }
.text-light h2 span.above-title { color: #1C1C1C; }
.text-dark, .text-dark p { color:#636363; }
.text-dark h2, .text-darker { color: #1C1C1C !important; }
.text-dark h2 span.above-title { color: #CCB792; }
.text-light-italic, .text-light-italic a { font-family: 'montserratlight', Arial, sans-serif; }


.border { border-width: 2px; }
.border-1 { border-width: 1px !important; }
.border-3 { border-width: 3px !important; }
.border-5 { border-width: 5px !important; }
.border-dark { border-color:#202020 !important; }
.border-white { border-color:#fff !important; }
.border-blue { border-color:#2e3192 !important; }
.h2-footer { font-family: 'montserratregular', Arial, sans-serif; font-size: 1.125rem; margin-top: -30px; }
.h4-footer { font-family: 'montserratlight_italic', Arial, sans-serif; font-size: 1rem; }
/* ===== Buttons ====== */

.btn, a.btn {
	font-family: 'montserratmedium', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 0;
	border: 2px solid #fff;
	padding: .15rem 2.2rem !important;
	padding-top: .3rem !important;
	font-size: 1.125rem;
	line-height: 2;
	text-decoration:none !important;
	color:#fff;
	background: #00aeef;
	border-color: #00aeef;
}
a.btn { text-decoration:none; }

.btn-light, a.btn-light {
	background-color: #CCB792;
	border-color: #CCB792;
	color: #fff;
}
.btn-dark, a.btn-dark {
	background-color: #1C1C1C;
	border-color: #1C1C1C;
	color: #fff;
}

.btn-primary, .masthead a.btn-primary, .masthead .brand-heading a.btn {
	color:#fff;
	background: #00aeef;
	border-color: #00aeef;
}
.btn-secondary, a.btn-secondary {
	background: #2e3192;
	color:#fff;
	border-color: #2e3192;
}
.btn-outline-light, a.btn-outline-light {
	background: transparent;
	color: #fff;
	border-color: #fff;
}
.btn-outline-dark, a.btn-outline-dark {
	background: transparent;
	color: #181818;
	border-color: #181818;
}
.btn-outline-primary, a.btn-outline-primary {
	background: transparent;
	color: #fff;
	border-color: #00aeef;
}
.btn-outline-secondary, a.btn-outline-secondary {
	background: transparent;
	color: #2e3192;
	border-color: #2e3192;
}
.btn-large, .masthead .brand-heading a.btn { font-size: 1.375rem; }
.btn-small { font-size: 1rem; letter-spacing: 0; text-transform: none;}

.btn-header {
	z-index: 999;
}
.btn:focus, .btn:hover { 
	color:#fff;
	background-color: transparent;
	border-color: #00aeef;
}
.btn-light:focus, .btn-light:hover,
a.btn-light:focus, a.btn-light:hover {
	color: #1C1C1C;
	border-color: #1C1C1C;
	background-color: transparent;
}
.btn-dark:focus, .btn-dark:hover,
a.btn-dark:focus, a.btn-dark:hover {
	color: #1C1C1C;
	border-color:#1C1C1C;
	background-color: transparent;
}
.btn-primary:focus, .btn-primary:hover,
a.btn-primary:focus, a.btn-primary:hover, 
.masthead .brand-heading a.btn:hover, .masthead .brand-heading a.btn:hover,
.masthead .brand-heading a.btn:focus, .masthead .brand-heading a.btn:focus {
	color: #fff;
	border-color:#00aeef;
	background-color: transparent;
}

.btn-secondary:focus, .btn-secondary:hover,
a.btn-secondary:focus, a.btn-secondary:hover {
	color: #2e3192;
	border-color:#2e3192;
	background-color: transparent;
}

.btn-outline-light:focus, .btn-outline-light:hover,
a.btn-outline-light:focus, a.btn-outline-light:hover {
	color: #2e3192;
	border-color:#fff;
	background-color: #fff;
}
.btn-outline-dark:focus, .btn-outline-dark:hover,
a.btn-outline-dark:focus, a.btn-outline-dark:hover {
	color: #fff;
	border-color:#181818;
	background-color: #181818;
}
.btn-outline-primary:focus, .btn-outline-primary:hover,
a.btn-outline-primary:focus, a.btn-outline-primary:hover {
	color: #fff;
	background-color: #00aeef;
	border-color: #00aeef;
}

.btn-outline-secondary:focus, .btn-outline-secondary:hover,
a.btn-outline-secondary:focus, a.btn-outline-secondary:hover {
	color: #fff !important;
	background-color: #2e3192;
	border-color: #2e3192;
}

/* ====== Navigation ===== */
#mainNav {
  font-family: 'montserratmedium', Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  position:relative;
  background: transparent !important;
  padding: 0;
  z-index: 999;
}

#mainNav .navbar-toggler {
  font-size: 0.875rem;
  padding: 11px;
  border: 1px solid #1d2124;
  background: #1d2124;
  color:#fff;
}
#mainNav .navbar-toggler:hover {
	color: #1d2124;
    border-color: #1d2124;
    background-color: transparent;
}

#mainNav .navbar-brand, .masthead-brand {
	display: inline-block;
	height: 66px;
	z-index: 9; 
	padding: 0;
	padding-right: 40px;
}
#mainNav .navbar-brand.logo-icon img, 
.masthead-brand img {
	width: 81px;
	height: auto;
	max-height: 66px;
}
.masthead-brand { 
	display:none; 
	position:static;
}

#mainNav .navbar-nav {
	width: 100%;
	padding-top: 4px;
}

#mainNav .navbar-nav .nav-item {
	display:inline-block; 
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 0;
	margin-left: 0px; 
	border-bottom: 2px solid #fff;
	padding: 0;
}

#mainNav a, .nav-link { padding: 3px 0; color:#636363; width: auto; }

#mainNav .navbar-nav .nav-item:hover, #mainNav .navbar-nav .nav-item.active {
  outline: none;
  border-color: #CCB792;
  color:#636363;
}
#mainNav .navbar-nav .nav-item:hover a, #mainNav .navbar-nav .nav-item.active a {
	color:#636363;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	text-decoration: none;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}
#mainNav .dropdown-menu {
	background: #685fcc !important;
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.6);
	border-radius: 0;
}
#mainNav .dropdown-item {
	font-size: 1rem;
	text-transform: uppercase;
	font-family: 'montserratregular', Arial, sans-serif;
	font-size: 1rem;
	text-decoration: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    /* color: #343a40!important; */
    /* background-color: #43dca4; */
	background: none;
	text-decoration: underline !important;
}

.nav-separator { width: 20px;}

/* ====== Header ======= */
/* overlay color
.masthead:before {
	content:"";
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display:block;
	background: rgba(27,20,100,0.7);
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	z-index: 0;
}

.masthead.on:before { 
	transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	background: rgba(27,20,100,0.3); 
}
*/
.masthead {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  /* background: url("../img/uploads/header/01.jpg") no-repeat bottom center scroll; */
  /* background-color: white; */
  /* -webkit-background-size: cover; */
  /* -moz-background-size: cover; */
  /* -o-background-size: cover; */
  /* background-size: cover; */
  position:relative;
}
.masthead.bdb {
	border-bottom: 5px solid #CCB792;
}
.masthead.home {
	padding: 70px 0;
	background: #eee url(../img/Wozen_icon_large.png) right -56% no-repeat;
}

.masthead .brand-heading h2,
.masthead .brand-heading h1,
.masthead .brand-heading .title-big {
  font-family: 'montserratmedium', Arial, sans-serif;	
  font-size: 3.3rem;
  margin-bottom: .7rem;
  line-height: 1.21;
  padding-top: 20px;
  margin-top: 10vh;
  z-index: 999;
}
.masthead .brand-heading p,
.masthead .brand-heading .sub-title { 
	font-family: 'montserratregular', Arial, sans-serif; 
	display:block; 
	font-size: 1rem;
	margin-top: 0;
}
.masthead .brand-heading h1 .sub-title {
	font-family: 'montserratregular', Arial, sans-serif; font-size: 1.125rem;
	display: block !important; 
	font-size: 1.5rem; 
	letter-spacing: 1px;
	margin-top: 1rem;
	padding-bottom: 0.56rem;
}
.masthead .brand-heading a,
.masthead .brand-heading .brand-btn { 
	color: #00aeef;
}
.masthead.not-home { background: none; height: 35px; border-bottom: none;}
.masthead.not-home .brand-heading {
	display:none;
}
.masthead .brand-heading {
	
}
.masthead .brand-heading .blockquote, .blockquote { margin-bottom: 0; }
.masthead .brand-heading .blockquote p, .blockquote p { position:relative; padding-left: 10px; font-size: 1.4rem; }
.blockquote p::before, .blockquote p::after { 
	content:"";
	font-size: 2rem;
	position:absolute;
	display:inline-block;
	height: auto;
}
.blockquote p::before {content:"“"; top:-10px; left: -10px;}
.blockquote p::after {content:"”"; bottom:-5px; margin-left:6px;}


/* ===== Content ===== */
.content-section, .content-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.content-section p {
	font-size: 1rem;
}
.content-section img { width: auto; height: auto; max-width: 100%; }

.content-section h2 span.above-title { 
	font-size: 1.1rem;
	display:block;
	margin-bottom: .5rem;
}

.content-section .tarife .btn-tarife { 
	border: none; border-left: 25px solid #1C1C1C; 
	display:block; width: 100%; padding: 1.5rem !important; 
	font-size: 2.6rem; line-height: 1.4;
	text-decoration:none;
	text-align:left;
	background: #fff;
	color:#1C1C1C;
}

.content-section .tarife .btn-tarife span.indicator { display:inline-block; margin-left: 3rem; text-align:center; width: 26px;}
.content-section .tarife .btn-tarife span.indicator.minus { display:none; }
.content-section .tarife .btn-tarife.active { border-color: #CCB792; }
.content-section .tarife .btn-tarife.active span.indicator.plus { display:none; }
.content-section .tarife .btn-tarife.active span.indicator.minus { display:inline-block; }

.bg-img-logo {
	background: transparent url(../img/Wozen_icon_large.png) right 195% no-repeat;
}

.custom-bullet-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.custom-bullet-list li {
	padding-left: 20px;
	background: url(../img/bullett_dark_sm.png) left center no-repeat;
	line-height: 2;
}
.image { display:block; width: 241px; height: 241px; overflow:hidden; }
.image img {
	display:block;
	height: auto;
}
.image-md { max-height: 359px; }
.image-sm { width: 255px; }
.main-img { right: 0; }
.image-overflow { overflow: hidden; max-width: 100%; }
.image-overflow img { margin-left: -22%;  }
.col-12 .image-overflow img { margin-left: 0;  }


#articole.content-section {
	background: transparent url(../img/uploads/sections/01.jpg) center center no-repeat;
	background-attachment:fixed;
	position:relative;
}
#articole.content-section:before {
	content:"";
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display:block;
	background: rgba(32,32,32,0.8);
	z-index: 0;
}
#articole .article-item {
	/* overflow: hidden; */
	/* padding-bottom: 99999px; margin-bottom: -99999px; */
}

.gmap {
  /* background: url(../img/gmap_preview.png) center center no-repeat; */
  height: 304px;
}

.fb .col-auto { line-height: 1.9; }
.fb a { display:block; width: 31px; height: 31px; background: transparent url(../img/fb.png) 0 0 no-repeat; background-size: 31px 31px; margin-left: 12px;}


/* ===== Forms ===== */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
.form-control {
	border: none;
	border-bottom: 2px solid #fff;
	background: none;
	border-radius: 0;
	font-size: .875rem;
	color:#fff;
	padding-left: 0;
}
.form-control:focus {
	padding: .375rem .75rem;
	border-color:#fff;
	box-shadow: none;
}

ul.banner-social-buttons {
  margin-top: 0;
}
form .checkbox label { padding-top: 4px; font-size: .85rem; }

/* ===== Footer =====  */
footer {
	font-size: 0.875rem;
	padding: 50px 0;
	padding-bottom: 0;
	background-color:#fff;
}
/* footer li { background: url(../img/bullett_gold_vertical.png) right center no-repeat ; padding-right: 26px; } */
footer ul li:last-child { background: none; padding-right: 0px; }
footer ul.list-inline li.list-inline-item { margin: 0 2rem; }
footer a {
	font-family: 'montserratmedium', Arial, sans-serif !important; 
	line-height: 2; 
	color:#636363 !important; 
	text-transform:uppercase; 
}
footer .list-inline-item.logo { margin-bottom: -20px !important; }

footer ul.list-inline.social li.list-inline-item {margin: 0 .5rem;}

footer p {
  font-size: 0.750rem;
  margin: 0;
}

/* ===== General ===== */

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.row.col-same-height {
	/* only -> display: flex; flex-wrap: wrap; <- needed */
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.row.col-same-height > [class*='col-'] {
	display: flex;
	flex-direction: column;
	flex-grow:1;
}

.flex-text { /* this is for wrapper element inside col- */
	flex-grow:1;
}

.hide-text {
	white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
/*cookie consent button*/
.cc_container .cc_btn {
    max-width: 150px !important;
}
ul.default-list { color: #636363; padding-left: 20px;}
ul.default-list li { list-style: circle;}

/* ==== Media ==== */
@media (max-width: 1199px) {
	.btn, a.btn {
		white-space: nowrap;
		text-overflow: ellipsis;
		max-width: 100%;
		overflow: hidden;
	}
	#mainNav .navbar-nav .nav-item { margin-left: 30px;}
}
@media (min-width: 1199px) {
	#mainNav .navbar-nav .nav-item { margin-left: 70px;}
}

@media (min-width: 992px) {
	#mainNav .nav-link.active {
		outline: none;
	}
	#mainNav .nav-link.active:hover {
		
	}
	.content-section, .content-padding {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.border-lg-0 { border: 0 !important;}
}


@media (max-width: 990px){
	#mainNav { 
		margin-bottom: 0;
		background: #fff !important;
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}
	#mainNav .navbar-brand { top: -1rem; }
	#mainNav .dropdown-menu {
		box-shadow: none;
	}
	
	.content-section .content {  }
	.content-section .content h2:first-child {
		
	}
	.content-section .content h2:first-child:before {
		display:none;
	}
	.content-section .content h2:first-child:after {
		left: 0;
		right: 0;
		bottom: -5px;
		margin: 0 auto;
	}
	.home.content-section .content h2:first-child { margin-bottom: 2.5rem;}
	
	.masthead .brand-heading h2,
	.masthead .brand-heading h1,
	.masthead .brand-heading .title-big {
		font-size: 2.5rem;
	}
	.content-section .content img.float-left { float:none !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 1rem; display:block; }
	.content-section .content img.float-right { float:none !important; margin-left: auto !important; margin-right: auto !important; margin-bottom: 1rem; display:block;}
	#mainNav .navbar-nav .nav-item { margin-left: 0px;}
	.bg-img-logo {
		background: transparent url(../img/Wozen_icon_large_transp_30.png) right 130% no-repeat;
	}
	ul.list-inline.footer-menu .list-inline-item { display:block; margin-bottom: 10px !important; }
	ul.list-inline.footer-menu .list-inline-item.logo { margin-bottom: 10px !important; }
	ul.list-inline.footer-menu .list-inline-item a { display:block;}
	ul.list-inline.footer-menu .list-inline-item a img { margin: 0 auto; }
}
@media (max-width: 768px){
	.masthead .brand-heading h2,
	.masthead .brand-heading h1,
	.masthead .brand-heading .title-big	{
		font-size: 2.2rem;
		margin-bottom: 2rem;
	}
	.masthead .brand-heading p, .masthead .brand-heading .sub-title { margin-bottom: 3rem; }
	.masthead .brand-heading h1 .sub-title { margin-bottom: 0; }
	
	.btn, a.btn {
		font-family: 'montserratmedium', Arial, sans-serif;
		letter-spacing: 0px;
		padding: .18rem 1.2rem !important;
		font-size: 1rem;
	}
}

@media (min-width: 576px) and (max-width: 992px){
	.masthead {
		padding: 0;
	}
}

@media (max-width: 575.98px) {
	.navbar-brand { display:none;}
	.masthead-brand { display: inline-block; } 
	.masthead .brand-heading h2, 
	.masthead .brand-heading h1, 
	.masthead .brand-heading .title-big { margin-top: 94px; margin-top: 15vh;  margin-bottom: 2rem; font-size: 2rem; }
	.masthead .brand-heading p, .masthead .brand-heading .sub-title { font-size: 1.4rem; margin-bottom: 3rem; }
	.masthead { height: auto; padding-bottom: 188px; padding-bottom: 20vh; }
	#mainNav .container { padding: 0 15px;}
	.masthead .brand-heading .blockquote  { padding-left: 10px;}
	.masthead .brand-heading .blockquote p { font-size: 1.3rem; }
	h2, h1, .title-1, .title-2 { font-size: 2rem; }
	h3 { font-size: 1.3rem; }
	.content-section .tarife .btn-tarife { font-size: 2rem; padding: 1rem !important;}
	.fz-xl { font-size: 1.6rem !important; }
	.fz-xxxl { font-size: 2rem !important; }
	.bg-img-logo {
		background: none;
	}
}